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

Commit 322e109

Browse files
Import l10n. (#2434)
1 parent aee8a16 commit 322e109

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

app/src/main/res/values-da/strings.xml

+24
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,12 @@
348348
-->
349349
<string name="developer_options_debug_logging">Aktiver debug-logging</string>
350350

351+
<!-- This string labels an On/Off switch in the developer options dialog and is used to toggle
352+
UI render mode. If enables it uses hardware acceleration which should be faster but it may be more unstable.
353+
If disabled it uses software rendering which is stable but not as performant as hardware acceleration
354+
-->
355+
<string name="hardware_acceleration_switch">Aktivér UI-hardware-acceleration</string>
356+
351357
<!-- The string labels an On/Off switch in the developer options dialog and is used to toggle enabling Servo. -->
352358
<string name="developer_options_servo">Aktiver Servo</string>
353359

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

857+
<!-- This string is displayed in the title of the FxA sign out dialog displayed when the user clicks on the Sign out button. -->
858+
<string name="fxa_signout_confirmation_title">Vil du logge ud fra din Firefox-konto?</string>
859+
860+
<!-- This string is displayed in the body of the FxA sign out dialog displayed when the user clicks on the Sign out button. -->
861+
<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>
862+
863+
<!-- This string is displayed in the checkbox text of the FxA sign out dialog displayed when the user clicks on the Sign out button.
864+
When checked the history and Bookmarks will be deleted from gthe device after signing in. -->
865+
<string name="fxa_signout_confirmation_checkbox">Ryd historik og bogmærker fra denne enhed</string>
866+
867+
<!-- This string is displayed in the cancel button of the FxA sign out dialog displayed when the user clicks on the Sign out button.
868+
If clicked the user will be signed out from their FxA account and the dialog will be dismissed. -->
869+
<string name="fxa_signout_confirmation_signout">Log ud</string>
870+
871+
<!-- This string is displayed in the accept button of the FxA sign out dialog displayed when the user clicks on the Sign out button.
872+
If clicked the user will not be signed out from the FxA account and the dialog will be dismissed. -->
873+
<string name="fxa_signout_confirmation_cancel">Fortryd</string>
874+
851875
<!-- This string is displayed is the "Cancel" button from the clear history dialog.
852876
When pressed the dialog is closed. -->
853877
<string name="history_clear_cancel">Annuller</string>

app/src/main/res/values-ru/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@
863863

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

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

0 commit comments

Comments
 (0)