From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- l10n-nb-NO/browser/browser/migrationWizard.ftl | 286 +++++++++++++++++++++++++ 1 file changed, 286 insertions(+) create mode 100644 l10n-nb-NO/browser/browser/migrationWizard.ftl (limited to 'l10n-nb-NO/browser/browser/migrationWizard.ftl') diff --git a/l10n-nb-NO/browser/browser/migrationWizard.ftl b/l10n-nb-NO/browser/browser/migrationWizard.ftl new file mode 100644 index 0000000000..b4a9d09655 --- /dev/null +++ b/l10n-nb-NO/browser/browser/migrationWizard.ftl @@ -0,0 +1,286 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +migration-wizard-selection-header = Importer nettleserdata +migration-wizard-selection-list = Velg data du vil importere. +# Shown in the new migration wizard's dropdown selector for choosing the browser +# to import from. This variant is shown when the selected browser doesn't support +# user profiles, and so we only show the browser name. +# +# Variables: +# $sourceBrowser (String): the name of the browser to import from. +migration-wizard-selection-option-without-profile = { $sourceBrowser } +# Shown in the new migration wizard's dropdown selector for choosing the browser +# and user profile to import from. This variant is shown when the selected browser +# supports user profiles. +# +# Variables: +# $sourceBrowser (String): the name of the browser to import from. +# $profileName (String): the name of the user profile to import from. +migration-wizard-selection-option-with-profile = { $sourceBrowser } — { $profileName } + +# Each migrator is expected to include a display name string, and that display +# name string should have a key with "migration-wizard-migrator-display-name-" +# as a prefix followed by the unique identification key for the migrator. + +migration-wizard-migrator-display-name-brave = Brave +migration-wizard-migrator-display-name-canary = Chrome Canary +migration-wizard-migrator-display-name-chrome = Chrome +migration-wizard-migrator-display-name-chrome-beta = Chrome Beta +migration-wizard-migrator-display-name-chrome-dev = Chrome Dev +migration-wizard-migrator-display-name-chromium = Chromium +migration-wizard-migrator-display-name-chromium-360se = 360 sikker nettleser +migration-wizard-migrator-display-name-chromium-edge = Microsoft Edge +migration-wizard-migrator-display-name-chromium-edge-beta = Microsoft Edge Beta +migration-wizard-migrator-display-name-edge-legacy = Microsoft Edge Legacy +migration-wizard-migrator-display-name-firefox = Firefox +migration-wizard-migrator-display-name-file-password-csv = Passord fra CSV-fil +migration-wizard-migrator-display-name-file-bookmarks = Bokmerker fra HTML-fil +migration-wizard-migrator-display-name-ie = Microsoft Internet Explorer +migration-wizard-migrator-display-name-opera = Opera +migration-wizard-migrator-display-name-opera-gx = Opera GX +migration-wizard-migrator-display-name-safari = Safari +migration-wizard-migrator-display-name-vivaldi = Vivaldi +migration-source-name-ie = Internet Explorer +migration-source-name-edge = Microsoft Edge +migration-source-name-chrome = Google Chrome +migration-imported-safari-reading-list = Leseliste (Fra Safari) +migration-imported-edge-reading-list = Leseliste (fra Edge) + +## These strings are shown if the selected browser data directory is unreadable. +## In practice, this tends to only occur on Linux when Firefox +## is installed as a Snap. + +migration-no-permissions-message = { -brand-short-name } har ikke tilgang til andre nettleseres profiler installert på denne enheten. +migration-no-permissions-instructions = For å fortsette å importere data fra en annen nettleser, gi { -brand-short-name } tilgang til profilmappen. +migration-no-permissions-instructions-step1 = Velg «Fortsett» +# The second step in getting permissions to read data for the selected +# browser type. +# +# Variables: +# $permissionsPath (String): the file system path that the user will need to grant read permission to. +migration-no-permissions-instructions-step2 = I filvelgeren, naviger til { $permissionsPath } og velg «Velg» + +## These strings will be displayed based on how many resources are selected to import + +migration-all-available-data-label = Importer alle tilgjengelige data +migration-no-selected-data-label = Ingen data er valgt for import +migration-selected-data-label = Importer valgte data + +## + +migration-select-all-option-label = Merk alle +migration-bookmarks-option-label = Bokmerker +# Favorites is used for Bookmarks when importing from Internet Explorer or +# Edge, as this is the terminology for bookmarks on those browsers. +migration-favorites-option-label = Favoritter +migration-logins-and-passwords-option-label = Lagrede innlogginger og passord +migration-passwords-option-label = Lagrede passord +migration-history-option-label = Nettleserhistorikk +migration-extensions-option-label = Utvidelser +migration-form-autofill-option-label = Autofylldata for skjema +migration-payment-methods-option-label = Betalingsmetoder +migration-cookies-option-label = Infokapsler +migration-session-option-label = Vinduer og faner +migration-otherdata-option-label = Andre data +migration-passwords-from-file-progress-header = Importer passordfil +migration-passwords-from-file-success-header = Passord ble importert +migration-passwords-from-file = Ser etter passord i filen +migration-passwords-new = Nye passord +migration-passwords-updated = Eksisterende passord +migration-passwords-from-file-no-valid-data = Filen inneholder ingen gyldige passorddata. Velg en annen fil. +migration-passwords-from-file-picker-title = Importer passordfil +# A description for the .csv file format that may be shown as the file type +# filter by the operating system. +migration-passwords-from-file-csv-filter-title = + { PLATFORM() -> + [macos] CSV-dokument + *[other] CSV-fil + } +# A description for the .tsv file format that may be shown as the file type +# filter by the operating system. TSV is short for 'tab separated values'. +migration-passwords-from-file-tsv-filter-title = + { PLATFORM() -> + [macos] TSV-dokument + *[other] TSV-fil + } +# Shown in the migration wizard after importing passwords from a file +# has completed, if new passwords were added. +# +# Variables: +# $newEntries (Number): the number of new successfully imported passwords +migration-wizard-progress-success-new-passwords = + { $newEntries -> + [one] { $newEntries } lagt til + *[other] { $newEntries } lagt til + } +# Shown in the migration wizard after importing passwords from a file +# has completed, if existing passwords were updated. +# +# Variables: +# $updatedEntries (Number): the number of updated passwords +migration-wizard-progress-success-updated-passwords = + { $updatedEntries -> + [one] { $updatedEntries } oppdatert + *[other] { $updatedEntries } oppdatert + } +migration-bookmarks-from-file-picker-title = Importer bokmerkefil +migration-bookmarks-from-file-progress-header = Importerer bokmerker +migration-bookmarks-from-file = Bokmerker +migration-bookmarks-from-file-success-header = Bokmerker ble importert +migration-bookmarks-from-file-no-valid-data = Filen inneholder ingen bokmerkedata. Velg en annen fil. +# A description for the .html file format that may be shown as the file type +# filter by the operating system. +migration-bookmarks-from-file-html-filter-title = + { PLATFORM() -> + [macos] HTML-dokument + *[other] HTML-fil + } +# A description for the .json file format that may be shown as the file type +# filter by the operating system. +migration-bookmarks-from-file-json-filter-title = JSON-fil +# Shown in the migration wizard after importing bookmarks from a file +# has completed. +# +# Variables: +# $newEntries (Number): the number of imported bookmarks. +migration-wizard-progress-success-new-bookmarks = + { $newEntries -> + [one] { $newEntries } bokmerke + *[other] { $newEntries } bokmerker + } +migration-import-button-label = Importer +migration-choose-to-import-from-file-button-label = Importer fra fil +migration-import-from-file-button-label = Velg fil +migration-cancel-button-label = Avbryt +migration-done-button-label = Ferdig +migration-continue-button-label = Fortsett +migration-wizard-import-browser-no-browsers = { -brand-short-name } kunne ikke finne noen programmer som inneholder bokmerke-, historikk- eller passorddata. +migration-wizard-import-browser-no-resources = Det oppstod et problem. { -brand-short-name } finner ingen data å importere fra den nettleserprofilen. + +## These strings will be used to create a dynamic list of items that can be +## imported. The list will be created using Intl.ListFormat(), so it will +## follow each locale's rules, and the first item will be capitalized by code. +## When applicable, the resources should be in their plural form. +## For example, a possible list could be "Bookmarks, passwords and autofill data". + +migration-list-bookmark-label = bokmerker +# “favorites” refers to bookmarks in Edge and Internet Explorer. Use the same terminology +# if the browser is available in your language. +migration-list-favorites-label = favoritter +migration-list-password-label = passord +migration-list-history-label = historikk +migration-list-extensions-label = utvidelser +migration-list-autofill-label = autofylldata +migration-list-payment-methods-label = betalingsmetoder + +## + +migration-wizard-progress-header = Importerer data +# This header appears in the final page of the migration wizard only if +# all resources were imported successfully. +migration-wizard-progress-done-header = Data importert +# This header appears in the final page of the migration wizard if only +# some of the resources were imported successfully. This is meant to be +# distinct from migration-wizard-progress-done-header, which is only shown +# if all resources were imported successfully. +migration-wizard-progress-done-with-warnings-header = Dataimporten er fullført +migration-wizard-progress-icon-in-progress = + .aria-label = Importerer… +migration-wizard-progress-icon-completed = + .aria-label = Fullført +migration-safari-password-import-header = Importer passord fra Safari +migration-safari-password-import-steps-header = Slik importerer du Safari-passord: +migration-safari-password-import-step1 = I Safari, åpne «Safari»-menyen og gå til Innstillinger > Passord +migration-safari-password-import-step2 = Velg knappen og velg «Eksporter alle passord» +migration-safari-password-import-step3 = Lagre passordfilen +migration-safari-password-import-step4 = Bruk «Velg fil» nedenfor for å velge passordfilen du lagret +migration-safari-password-import-skip-button = Hopp over +migration-safari-password-import-select-button = Velg fil +# Shown in the migration wizard after importing bookmarks from another +# browser has completed. +# +# Variables: +# $quantity (Number): the number of successfully imported bookmarks +migration-wizard-progress-success-bookmarks = + { $quantity -> + [one] { $quantity } bokmerke + *[other] { $quantity } bokmerker + } +# Shown in the migration wizard after importing bookmarks from either +# Internet Explorer or Edge. +# +# Use the same terminology if the browser is available in your language. +# +# Variables: +# $quantity (Number): the number of successfully imported bookmarks +migration-wizard-progress-success-favorites = + { $quantity -> + [one] { $quantity } favoritt + *[other] { $quantity } favoritter + } + +## The import process identifies extensions installed in other supported +## browsers and installs the corresponding (matching) extensions compatible +## with Firefox, if available. + +# Shown in the migration wizard after importing all matched extensions +# from supported browsers. +# +# Variables: +# $quantity (Number): the number of successfully imported extensions +migration-wizard-progress-success-extensions = + { $quantity -> + [one] { $quantity } utvidelse + *[other] { $quantity } utvidelser + } +# Shown in the migration wizard after importing a partial amount of +# matched extensions from supported browsers. +# +# Variables: +# $matched (Number): the number of matched imported extensions +# $quantity (Number): the number of total extensions found during import +migration-wizard-progress-partial-success-extensions = { $matched } av { $quantity } utvidelser +migration-wizard-progress-extensions-support-link = Finn ut hvordan { -brand-product-name } samsvarer utvidelser +# Shown in the migration wizard if there are no matched extensions +# on import from supported browsers. +migration-wizard-progress-no-matched-extensions = Ingen samsvarende utvidelser +migration-wizard-progress-extensions-addons-link = Se gjennom utvidelser for { -brand-short-name } + +## + +# Shown in the migration wizard after importing passwords from another +# browser has completed. +# +# Variables: +# $quantity (Number): the number of successfully imported passwords +migration-wizard-progress-success-passwords = + { $quantity -> + [one] { $quantity } passord + *[other] { $quantity } passord + } +# Shown in the migration wizard after importing history from another +# browser has completed. +# +# Variables: +# $maxAgeInDays (Number): the maximum number of days of history that might be imported. +migration-wizard-progress-success-history = + { $maxAgeInDays -> + [one] Fra den siste dagen + *[other] Fra de siste { $maxAgeInDays } dagene + } +migration-wizard-progress-success-formdata = Skjemahistorikk +# Shown in the migration wizard after importing payment methods from another +# browser has completed. +# +# Variables: +# $quantity (Number): the number of successfully imported payment methods +migration-wizard-progress-success-payment-methods = + { $quantity -> + [one] { $quantity } betalingsmåte + *[other] { $quantity } betalingsmåter + } +migration-wizard-safari-permissions-sub-header = Slik importerer du Safari-bokmerker og nettleserhistorikk: +migration-wizard-safari-instructions-continue = Velg «Fortsett» +migration-wizard-safari-instructions-folder = Velg Safari-mappen i listen og velg «Åpne» -- cgit v1.2.3