Import l10n.

upstream-sync
Mozilla L10n Automation Bot 3 years ago committed by mergify[bot]
parent b31493f252
commit 33272d5447

@ -154,8 +154,6 @@
<string name="browser_menu_find_in_page">Find på siden</string>
<!-- Browser menu button that creates a private tab -->
<string name="browser_menu_private_tab">Privat faneblad</string>
<!-- Browser menu button that creates a new tab -->
<string name="browser_menu_new_tab">Nyt faneblad</string>
<!-- Browser menu button that saves the current tab to a collection -->
<string name="browser_menu_save_to_collection_2">Gem til samling</string>
<!-- Browser menu button that open a share menu to share the current site -->
@ -361,6 +359,12 @@
<!-- Toast shown after confirming the custom add-on collection configuration -->
<string name="toast_customize_addon_collection_done">Tilføjelses-samling ændret. Afslutter applikationen for at anvende ændringerne…</string>
<!-- Add-on Installation from AMO-->
<!-- Error displayed when user attempts to install an add-on from AMO (addons.mozilla.org) that is not supported -->
<string name="addon_not_supported_error">Tilføjelsen understøttes ikke</string>
<!-- Error displayed when user attempts to install an add-on from AMO (addons.mozilla.org) that is already installed -->
<string name="addon_already_installed">Tilføjelsen er allerede installeret</string>
<!-- Account Preferences -->
<!-- Preference for triggering sync -->
<string name="preferences_sync_now">Synkroniser nu</string>
@ -714,18 +718,22 @@
<string name="download_delete_all">Ryd filhentninger</string>
<!-- Text for the dialog to confirm clearing all downloads -->
<string name="download_delete_all_dialog">Er du sikker på, at du vil rydde dine filhentninger?</string>
<!-- Text for the snackbar to confirm that multiple downloads items have been deleted -->
<string name="download_delete_multiple_items_snackbar">Filhentninger ryddet</string>
<!-- Text for the snackbar to confirm that multiple downloads items have been removed -->
<string name="download_delete_multiple_items_snackbar_1">Filhentninger fjernet</string>
<!-- Text for the snackbar to confirm that a single download item has been removed. The first parameter is the name of the download item. -->
<string name="download_delete_single_item_snackbar">Fjernede %1$s</string>
<!-- Text shown when no download exists -->
<string name="download_empty_message">Ingen filhentninger her</string>
<string name="download_empty_message_1">Ingen hentede filer</string>
<!-- History multi select title in app bar
The first parameter is the number of downloads selected -->
<string name="download_multi_select_title">%1$d valgt</string>
<!-- History overflow menu open in new tab button -->
<string name="download_menu_open">Åbn</string>
<!-- Text for the button to delete a single history item -->
<string name="download_delete_item">Slet</string>
<!-- Text for the button to remove a single download item -->
<string name="download_delete_item_1">Fjern</string>
<!-- Crashes -->
@ -849,6 +857,8 @@
<string name="preference_phone_feature_notification">Meddelelser</string>
<!-- Preference for altering the persistent storage access for all websites -->
<string name="preference_phone_feature_persistent_storage">Vedvarende lager</string>
<!-- Preference for altering the EME access for all websites -->
<string name="preference_phone_feature_media_key_system_access">DRM-kontrolleret indhold</string>
<!-- Label that indicates that a permission must be asked always -->
<string name="preference_option_phone_feature_ask_to_allow">Spørg om tilladelse</string>
<!-- Label that indicates that a permission must be blocked -->

Loading…
Cancel
Save