Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit a52060c

Browse files
Import l10n. (#2989)
1 parent 399e570 commit a52060c

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

app/src/main/res/values-en-rGB/strings.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,9 +346,16 @@
346346
<!-- This string labels an On/Off switch in the developer options dialog and is used to toggle
347347
UI render mode. If enables it uses hardware acceleration which should be faster but it may be more unstable.
348348
If disabled it uses software rendering which is stable but not as performant as hardware acceleration
349-
-->
349+
-->
350350
<string name="hardware_acceleration_switch">Enable UI Hardware Acceleration</string>
351351

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+
352359
<!-- The string labels an On/Off switch in the developer options dialog and is used to toggle enabling Servo. -->
353360
<string name="developer_options_servo">Enable Servo</string>
354361

app/src/main/res/values-fr/strings.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,9 +348,16 @@
348348
<!-- This string labels an On/Off switch in the developer options dialog and is used to toggle
349349
UI render mode. If enables it uses hardware acceleration which should be faster but it may be more unstable.
350350
If disabled it uses software rendering which is stable but not as performant as hardware acceleration
351-
-->
351+
-->
352352
<string name="hardware_acceleration_switch">Activer l’accélération matérielle de l’interface graphique</string>
353353

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+
354361
<!-- The string labels an On/Off switch in the developer options dialog and is used to toggle enabling Servo. -->
355362
<string name="developer_options_servo">Activer Servo</string>
356363

app/src/main/res/values-zh-rCN/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,7 @@
10391039

10401040
<!-- This string is for the tooltip that appears upon hovering the 'Request desktop site' button in the
10411041
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>
10431043

10441044
<!-- This string is for the tooltip that appears upon hovering the 'Clear' button in the
10451045
browser's navigation bar. The button it labels, when pressed, clears the navigation bar text. -->

0 commit comments

Comments
 (0)