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

upstream-sync
runner 2 years ago committed by Mugurell
parent 81cf6dca73
commit ec1c677c73

@ -41,9 +41,9 @@
<!-- Title for the home screen section with recently saved bookmarks. -->
<string name="recent_bookmarks_title">Seneste bogmærker</string>
<!-- Content description for the recently saved bookmarks section on the home screen. -->
<string name="recently_saved_bookmarks_content_description">Bogmærker gemt for nylig</string>
<string moz:removedIn="100" name="recently_saved_bookmarks_content_description" tools:ignore="UnusedResources">Bogmærker gemt for nylig</string>
<!-- Title for the button which navigates the user to show all of their saved bookmarks. -->
<string name="recently_saved_show_all">Vis alle</string>
<string moz:removedIn="101" name="recently_saved_show_all" tools:ignore="UnusedResources">Vis alle</string>
<!-- Content description for the button which navigates the user to show all of their saved bookmarks. -->
<string name="recently_saved_show_all_content_description_2">Vis alle gemte bogmærker</string>
@ -179,8 +179,6 @@
<string name="browser_menu_add_to_homescreen">Føj til startskærm</string>
<!-- Browser menu toggle that installs a Progressive Web App shortcut to the site on the device home screen. -->
<string name="browser_menu_install_on_homescreen">Installer</string>
<!-- Menu option on the toolbar that takes you to synced tabs page-->
<string moz:removedIn="98" name="synced_tabs" tools:ignore="UnusedResources">Synkroniserede faneblade</string>
<!-- Content description (not visible, for screen readers etc.) for the Resync tabs button -->
<string name="resync_button_content_description">Synkroniser igen</string>
<!-- Browser menu button that opens the find in page menu -->
@ -212,8 +210,6 @@
<!-- Browser menu label for editing a bookmark -->
<string name="browser_menu_edit">Rediger</string>
<!-- Browser menu button that opens the Customize menu -->
<string moz:removedIn="98" name="browser_menu_customize_home" tools:ignore="UnusedResources">Tilpas startside</string>
<!-- Button shown on the home page that opens the Customize home settings -->
<string name="browser_menu_customize_home_1">Tilpas startside</string>
<!-- Browser Toolbar -->
@ -327,6 +323,22 @@
<string name="preferences_screenshots_in_private_mode_disclaimer">Hvis du tillader det, vil private faneblade også være synlige, når flere apps er åbne</string>
<!-- Preference for adding private browsing shortcut -->
<string name="preferences_add_private_browsing_shortcut">Tilføj genvej til privat browsing</string>
<!-- Description of the preference to enable "HTTPS-Only" mode. -->
<string name="preferences_https_only_summary">Forsøger automatisk at oprette forbindelse til websteder ved hjælp af krypteringsprotokollen HTTPS for øget sikkerhed.</string>
<!-- Summary of tracking protection preference if tracking protection is set to on -->
<string name="preferences_https_only_on">Til</string>
<!-- Summary of tracking protection preference if tracking protection is set to off -->
<string name="preferences_https_only_off">Fra</string>
<!-- Text displayed that links to website containing documentation about "HTTPS-Only" mode -->
<string name="preferences_http_only_learn_more">Læs mere</string>
<!-- Option for the https only setting -->
<string name="preferences_https_only_in_all_tabs">Aktiver i alle faneblade</string>
<!-- Option for the https only setting -->
<string name="preferences_https_only_in_private_tabs">Aktiver kun i private faneblade</string>
<!-- Title shown in the error page for when trying to access a http website while https only mode is enabled. -->
<string name="errorpage_httpsonly_title">Sikkert websted er ikke tilgængeligt</string>
<!-- Message shown in the error page for when trying to access a http website while https only mode is enabled. The message has two paragraphs. This is the first. -->
<string name="errorpage_httpsonly_message_title">Sandsynligvis understøtter webstedet simpelthen ikke HTTPS.</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Tilgængelighed</string>
<!-- Preference to override the Firefox Account server -->
@ -1057,7 +1069,9 @@
<!-- Text shown in snackbar when user bookmarks a list of tabs -->
<string name="snackbar_message_bookmarks_saved">Bogmærker gemt!</string>
<!-- Text shown in snackbar when user adds a site to top sites -->
<string name="snackbar_added_to_top_sites">Føjet til foretrukne websteder!</string>
<string moz:RemovedIn="101" name="snackbar_added_to_top_sites" tools:ignore="UnusedResources">Føjet til foretrukne websteder!</string>
<!-- Text shown in snackbar when user adds a site to shortcuts -->
<string name="snackbar_added_to_shortcuts">Føjet til genveje!</string>
<!-- Text shown in snackbar when user closes a private tab -->
<string name="snackbar_private_tab_closed">Privat faneblad lukket</string>
<!-- Text shown in snackbar when user closes all private tabs -->
@ -1604,17 +1618,17 @@
<string name="search_delete_search_engine_success_message">%s blev slettet</string>
<!-- Title text shown for the migration screen to the new browser. Placeholder replaced with app name -->
<string name="migration_title">Velkommen til den nye %s</string>
<string moz:removedIn="100" name="migration_title" tools:ignore="UnusedResources">Velkommen til den nye %s</string>
<!-- Description text followed by a list of things migrating (e.g. Bookmarks, History). Placeholder replaced with app name-->
<string name="migration_description">En komplet redesignet browser venter forude! Du får både forbedret ydelse og nye funktioner, så du får mere ud af internettet.\n\n Vent venligst, mens vi opdaterer %s med dine</string>
<string moz:removedIn="100" name="migration_description" tools:ignore="UnusedResources">En komplet redesignet browser venter forude! Du får både forbedret ydelse og nye funktioner, så du får mere ud af internettet.\n\n Vent venligst, mens vi opdaterer %s med dine</string>
<!-- Text on the disabled button while in progress. Placeholder replaced with app name -->
<string name="migration_updating_app_button_text">Opdaterer %s…</string>
<string moz:removedIn="100" name="migration_updating_app_button_text" tools:ignore="UnusedResources">Opdaterer %s…</string>
<!-- Text on the enabled button. Placeholder replaced with app name-->
<string name="migration_update_app_button">Start %s</string>
<string moz:removedIn="100" name="migration_update_app_button" tools:ignore="UnusedResources">Start %s</string>
<!-- Accessibility description text for a completed migration item -->
<string name="migration_icon_description">Migreringen er færdig</string>
<string moz:removedIn="100" name="migration_icon_description" tools:ignore="UnusedResources">Migreringen er færdig</string>
<!--Text on list of migrated items (e.g. Settings, History, etc.)-->
<string name="migration_text_passwords">Adgangskoder</string>
<string moz:removedIn="100" name="migration_text_passwords" tools:ignore="UnusedResources">Adgangskoder</string>
<!-- Heading for the instructions to allow a permission -->
<string name="phone_feature_blocked_intro">For at tillade:</string>
@ -1644,9 +1658,13 @@
<!-- Bookmark deletion confirmation -->
<string name="bookmark_deletion_confirmation">Er du sikker på, at du vil slette dette bogmærke?</string>
<!-- Browser menu button that adds a top site to the home fragment -->
<string name="browser_menu_add_to_top_sites">Føj til foretrukne websteder</string>
<string moz:RemovedIn="101" name="browser_menu_add_to_top_sites" tools:ignore="UnusedResources">Føj til foretrukne websteder</string>
<!-- Browser menu button that removes a top site from the home fragment -->
<string name="browser_menu_remove_from_top_sites">Fjern fra foretrukne websteder</string>
<string moz:RemovedIn="101" name="browser_menu_remove_from_top_sites" tools:ignore="UnusedResources">Fjern fra foretrukne websteder</string>
<!-- Browser menu button that adds a shortcut to the home fragment -->
<string name="browser_menu_add_to_shortcuts">Føj til genveje</string>
<!-- Browser menu button that removes a shortcut from the home fragment -->
<string name="browser_menu_remove_from_shortcuts">Fjern fra genveje</string>
<!-- text shown before the issuer name to indicate who its verified by, parameter is the name of
the certificate authority that verified the ticket-->
<string name="certificate_info_verified_by">Bekræftet af: %1$s</string>
@ -1720,21 +1738,24 @@
<!-- Top Sites -->
<!-- Title text displayed in the dialog when top sites limit is reached. -->
<string name="top_sites_max_limit_title">Grænsen for foretrukne websteder er nået</string>
<string moz:RemovedIn="101" name="top_sites_max_limit_title" tools:ignore="UnusedResources">Grænsen for foretrukne websteder er nået</string>
<!-- Title text displayed in the dialog when shortcuts limit is reached. -->
<string name="shortcut_max_limit_title">Grænsen for genveje er nået</string>
<!-- Content description text displayed in the dialog when top sites limit is reached. -->
<string name="top_sites_max_limit_content_2">Fjern en webside for at erstatte den med en ny. Tryk og hold på websiden, og vælg så Fjern.</string>
<string moz:RemovedIn="101" name="top_sites_max_limit_content_2" tools:ignore="UnusedResources">Fjern en webside for at erstatte den med en ny. Tryk og hold på websiden, og vælg så Fjern.</string>
<!-- Content description text displayed in the dialog when shortcut limit is reached. -->
<string name="shortcut_max_limit_content">Fjern en genvej for at erstatte den med en ny. Tryk og hold på websiden, og vælg så Fjern.</string>
<!-- Confirmation dialog button text when top sites limit is reached. -->
<string name="top_sites_max_limit_confirmation_button">Ok, forstået</string>
<!-- Label for the preference to show the shortcuts for the most visited top sites on the homepage -->
<string moz:removedIn="98" name="top_sites_toggle_top_recent_sites_3" tools:ignore="UnusedResources">Mest besøgte websteder</string>
<!-- Label for the preference to show the shortcuts for the most visited top sites on the homepage -->
<string name="top_sites_toggle_top_recent_sites_4">Genveje</string>
<!-- Title text displayed in the rename top site dialog. -->
<string name="top_sites_rename_dialog_title">Navn</string>
<!-- Hint for renaming title of a top site -->
<string name="top_site_name_hint">Navn på foretrukket websted</string>
<string moz:RemovedIn="101" name="top_site_name_hint" tools:ignore="UnusedResources">Navn på foretrukket websted</string>
<!-- Hint for renaming title of a shortcut -->
<string name="shortcut_name_hint">Genvejsnavn</string>
<!-- Button caption to confirm the renaming of the top site. -->
<string name="top_sites_rename_dialog_ok">OK</string>
<!-- Dialog button text for canceling the rename top site prompt. -->
@ -1811,4 +1832,7 @@
<string name="pocket_stories_feature_caption">En del af Firefox-familien. %s</string>
<!-- Clickable text for opening an external link for more information about Pocket. -->
<string name="pocket_stories_feature_learn_more">Læs mere</string>
<!-- Snackbar button text to navigate to telemetry settings.-->
<string name="experiments_snackbar_button">Gå til indstillinger</string>
</resources>

Loading…
Cancel
Save