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

Commit

Permalink
Import l10n. (#2978)
Browse files Browse the repository at this point in the history
  • Loading branch information
mozilla-l10n-automation-bot authored Mar 18, 2020
1 parent 5ea4ceb commit e1f3240
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
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

0 comments on commit e1f3240

Please sign in to comment.