Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import strings from android-l10n. #2340

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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions app/src/main/res/values-de/strings.xml
Expand Up @@ -348,6 +348,12 @@
-->
<string name="developer_options_debug_logging">Debug-Protokollierung aktivieren</string>

<!-- 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>

<!-- 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
6 changes: 6 additions & 0 deletions app/src/main/res/values-it/strings.xml
Expand Up @@ -348,6 +348,12 @@
-->
<string name="developer_options_debug_logging">Attiva i log di debug</string>

<!-- 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">Attiva l’accelerazione hardware dell’interfaccia utente</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">Abilita Servo</string>

Expand Down
6 changes: 6 additions & 0 deletions app/src/main/res/values-nb-rNO/strings.xml
Expand Up @@ -349,6 +349,12 @@
-->
<string name="developer_options_debug_logging">Aktiver feilsøking</string>

<!-- 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">Aktiver UI-maskinvareakselerasjon</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">Slå på Servo</string>

Expand Down
6 changes: 6 additions & 0 deletions app/src/main/res/values-sv-rSE/strings.xml
Expand Up @@ -348,6 +348,12 @@
-->
<string name="developer_options_debug_logging">Aktivera felsökning</string>

<!-- 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>

<!-- 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
6 changes: 6 additions & 0 deletions app/src/main/res/values-zh-rCN/strings.xml
Expand Up @@ -348,6 +348,12 @@
-->
<string name="developer_options_debug_logging">启用调试日志</string>

<!-- 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 硬件加速</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</string>

Expand Down
6 changes: 6 additions & 0 deletions app/src/main/res/values-zh-rTW/strings.xml
Expand Up @@ -348,6 +348,12 @@
-->
<string name="developer_options_debug_logging">開啟除錯紀錄</string>

<!-- 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 硬體加速</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</string>

Expand Down