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

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
24 changes: 24 additions & 0 deletions app/src/main/res/values-da/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,12 @@
-->
<string name="developer_options_debug_logging">Aktiver 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">Aktivér UI-hardware-acceleration</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">Aktiver Servo</string>

Expand Down Expand Up @@ -848,6 +854,24 @@
<!-- This string is displayed is the "Sync" button in the history panel when the sync is in progress. -->
<string name="fxa_syncing">Synkroniserer…</string>

<!-- This string is displayed in the title of the FxA sign out dialog displayed when the user clicks on the Sign out button. -->
<string name="fxa_signout_confirmation_title">Vil du logge ud fra din Firefox-konto?</string>

<!-- This string is displayed in the body of the FxA sign out dialog displayed when the user clicks on the Sign out button. -->
<string name="fxa_signout_confirmation_body">Når du logger ud, kan du ikke sende eller modtage faneblade fra andre enheder. Dine bogmærker og din historik vil heller ikke blive synkroniseret længere.</string>

<!-- This string is displayed in the checkbox text of the FxA sign out dialog displayed when the user clicks on the Sign out button.
When checked the history and Bookmarks will be deleted from gthe device after signing in. -->
<string name="fxa_signout_confirmation_checkbox">Ryd historik og bogmærker fra denne enhed</string>

<!-- This string is displayed in the cancel button of the FxA sign out dialog displayed when the user clicks on the Sign out button.
If clicked the user will be signed out from their FxA account and the dialog will be dismissed. -->
<string name="fxa_signout_confirmation_signout">Log ud</string>

<!-- This string is displayed in the accept button of the FxA sign out dialog displayed when the user clicks on the Sign out button.
If clicked the user will not be signed out from the FxA account and the dialog will be dismissed. -->
<string name="fxa_signout_confirmation_cancel">Fortryd</string>

<!-- This string is displayed is the "Cancel" button from the clear history dialog.
When pressed the dialog is closed. -->
<string name="history_clear_cancel">Annuller</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-ru/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@

<!-- This string is displayed in the checkbox text of the FxA sign out dialog displayed when the user clicks on the Sign out button.
When checked the history and Bookmarks will be deleted from gthe device after signing in. -->
<string name="fxa_signout_confirmation_checkbox">Удалить историю и закладки на этом устройстве</string>
<string name="fxa_signout_confirmation_checkbox">Удалить историю и закладки с этого устройства</string>

<!-- This string is displayed in the cancel button of the FxA sign out dialog displayed when the user clicks on the Sign out button.
If clicked the user will be signed out from their FxA account and the dialog will be dismissed. -->
Expand Down