This repository was archived by the owner on Jul 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed 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" >Activar aceleración de hardware para la interfaz de usuario</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" >Ignorar la caché al recargar la página</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" >Habilitar Servo</string >
356
363
Original file line number Diff line number Diff line change 349
349
<!-- This string labels an On/Off switch in the developer options dialog and is used to toggle
350
350
UI render mode. If enables it uses hardware acceleration which should be faster but it may be more unstable.
351
351
If disabled it uses software rendering which is stable but not as performant as hardware acceleration
352
- -->
352
+ -->
353
353
<string name =" hardware_acceleration_switch" >Включить аппаратное ускорение интерфейса</string >
354
354
355
+ <!-- This string labels an On/Off switch in the developer options dialog and is used to toggle
356
+ the behavior of the navigation bar reload button. When enabled, the reloads will bypass
357
+ the browser cache. This feature is used by web developers when they want to always view
358
+ the most recent version of a web site.
359
+ -->
360
+ <string name =" bypass_cache_on_reload_switch" >Сбрасывать кэш при обновлении страницы</string >
361
+
355
362
<!-- The string labels an On/Off switch in the developer options dialog and is used to toggle enabling Servo. -->
356
363
<string name =" developer_options_servo" >Включить Servo</string >
357
364
You can’t perform that action at this time.
0 commit comments