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

Import strings from android-l10n. #2989

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion app/src/main/res/values-en-rGB/strings.xml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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