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. #2978

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-de/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">UI-Hardwarebeschleunigung aktivieren</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">Umgehung des Caches beim Neuladen aktivieren</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">Servo aktivieren</string>

Expand Down
9 changes: 8 additions & 1 deletion app/src/main/res/values-pl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -349,9 +349,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">Sprzętowe przyspieszanie interfejsu</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">Pomijanie pamięci podręcznej przy odświeżaniu</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">Silnik Servo</string>

Expand Down
9 changes: 8 additions & 1 deletion app/src/main/res/values-sv-rSE/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">Aktivera UI-maskinvaruacceleration</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">Aktivera cache-bypass vid omladdning</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">Aktivera Servo</string>

Expand Down