Skip to content

Commit

Permalink
Import l10n. (#2989)
Browse files Browse the repository at this point in the history
  • Loading branch information
mozilla-l10n-automation-bot committed Mar 19, 2020
1 parent 399e570 commit a52060c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
9 changes: 8 additions & 1 deletion app/src/main/res/values-en-rGB/strings.xml
Expand Up @@ -346,9 +346,16 @@
<!-- This string labels an On/Off switch in the developer options dialog and is used to toggle
UI render mode. If enables it uses hardware acceleration which should be faster but it may be more unstable.
If disabled it uses software rendering which is stable but not as performant as hardware acceleration
-->
-->
<string name="hardware_acceleration_switch">Enable UI Hardware Acceleration</string>

<!-- This string labels an On/Off switch in the developer options dialog and is used to toggle
the behavior of the navigation bar reload button. When enabled, the reloads will bypass
the browser cache. This feature is used by web developers when they want to always view
the most recent version of a web site.
-->
<string name="bypass_cache_on_reload_switch">Enable Cache Bypass On Reload</string>

<!-- The string labels an On/Off switch in the developer options dialog and is used to toggle enabling Servo. -->
<string name="developer_options_servo">Enable Servo</string>

Expand Down
9 changes: 8 additions & 1 deletion app/src/main/res/values-fr/strings.xml
Expand Up @@ -348,9 +348,16 @@
<!-- This string labels an On/Off switch in the developer options dialog and is used to toggle
UI render mode. If enables it uses hardware acceleration which should be faster but it may be more unstable.
If disabled it uses software rendering which is stable but not as performant as hardware acceleration
-->
-->
<string name="hardware_acceleration_switch">Activer l’accélération matérielle de l’interface graphique</string>

<!-- This string labels an On/Off switch in the developer options dialog and is used to toggle
the behavior of the navigation bar reload button. When enabled, the reloads will bypass
the browser cache. This feature is used by web developers when they want to always view
the most recent version of a web site.
-->
<string name="bypass_cache_on_reload_switch">Ignorer le cache en rechargeant la page</string>

<!-- The string labels an On/Off switch in the developer options dialog and is used to toggle enabling Servo. -->
<string name="developer_options_servo">Activer Servo</string>

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-zh-rCN/strings.xml
Expand Up @@ -1039,7 +1039,7 @@

<!-- This string is for the tooltip that appears upon hovering the 'Request desktop site' button in the
browser's navigation bar. The button it labels, when pressed, change the currently used user agent. -->
<string name="request_dekstop_site_tooltip">要求桌面版网站</string>
<string name="request_dekstop_site_tooltip">请求桌面版网站</string>

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

0 comments on commit a52060c

Please sign in to comment.