This repository was archived by the owner on Jul 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 346
346
<!-- This string labels an On/Off switch in the developer options dialog and is used to toggle
347
347
UI render mode. If enables it uses hardware acceleration which should be faster but it may be more unstable.
348
348
If disabled it uses software rendering which is stable but not as performant as hardware acceleration
349
- -->
349
+ -->
350
350
<string name =" hardware_acceleration_switch" >Enable UI Hardware Acceleration</string >
351
351
352
+ <!-- This string labels an On/Off switch in the developer options dialog and is used to toggle
353
+ the behavior of the navigation bar reload button. When enabled, the reloads will bypass
354
+ the browser cache. This feature is used by web developers when they want to always view
355
+ the most recent version of a web site.
356
+ -->
357
+ <string name =" bypass_cache_on_reload_switch" >Enable Cache Bypass On Reload</string >
358
+
352
359
<!-- The string labels an On/Off switch in the developer options dialog and is used to toggle enabling Servo. -->
353
360
<string name =" developer_options_servo" >Enable Servo</string >
354
361
Original file line number Diff line number Diff line change 348
348
<!-- This string labels an On/Off switch in the developer options dialog and is used to toggle
349
349
UI render mode. If enables it uses hardware acceleration which should be faster but it may be more unstable.
350
350
If disabled it uses software rendering which is stable but not as performant as hardware acceleration
351
- -->
351
+ -->
352
352
<string name =" hardware_acceleration_switch" >Activer l’accélération matérielle de l’interface graphique</string >
353
353
354
+ <!-- This string labels an On/Off switch in the developer options dialog and is used to toggle
355
+ the behavior of the navigation bar reload button. When enabled, the reloads will bypass
356
+ the browser cache. This feature is used by web developers when they want to always view
357
+ the most recent version of a web site.
358
+ -->
359
+ <string name =" bypass_cache_on_reload_switch" >Ignorer le cache en rechargeant la page</string >
360
+
354
361
<!-- The string labels an On/Off switch in the developer options dialog and is used to toggle enabling Servo. -->
355
362
<string name =" developer_options_servo" >Activer Servo</string >
356
363
Original file line number Diff line number Diff line change 1039
1039
1040
1040
<!-- This string is for the tooltip that appears upon hovering the 'Request desktop site' button in the
1041
1041
browser's navigation bar. The button it labels, when pressed, change the currently used user agent. -->
1042
- <string name =" request_dekstop_site_tooltip" >要求桌面版网站 </string >
1042
+ <string name =" request_dekstop_site_tooltip" >请求桌面版网站 </string >
1043
1043
1044
1044
<!-- This string is for the tooltip that appears upon hovering the 'Clear' button in the
1045
1045
browser's navigation bar. The button it labels, when pressed, clears the navigation bar text. -->
You can’t perform that action at this time.
0 commit comments