diff options
Diffstat (limited to 'l10n-is/browser/browser/migration.ftl')
-rw-r--r-- | l10n-is/browser/browser/migration.ftl | 174 |
1 files changed, 174 insertions, 0 deletions
diff --git a/l10n-is/browser/browser/migration.ftl b/l10n-is/browser/browser/migration.ftl new file mode 100644 index 0000000000..a86de2c5f0 --- /dev/null +++ b/l10n-is/browser/browser/migration.ftl @@ -0,0 +1,174 @@ +# 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 = + .title = Innflutningsleiðarvísir + +import-from = + { PLATFORM() -> + [windows] Flytja inn stillingar, bókamerki, ferla, lykilorð og önnur gögn frá: + *[other] Flytja inn stillingar, bókamerki, ferla, lykilorð og önnur gögn frá: + } + +import-from-bookmarks = Flytja inn bókamerki frá: +import-from-ie = + .label = Microsoft Internet Explorer + .accesskey = M +import-from-edge = + .label = Microsoft Edge + .accesskey = E +import-from-edge-legacy = + .label = Microsoft Edge eldri útgáfa + .accesskey = L +import-from-edge-beta = + .label = Microsoft Edge Beta + .accesskey = d +import-from-nothing = + .label = Flytja ekkert inn + .accesskey = e +import-from-safari = + .label = Safari + .accesskey = S +import-from-opera = + .label = Opera + .accesskey = O +import-from-vivaldi = + .label = Vivaldi + .accesskey = V +import-from-brave = + .label = Brave + .accesskey = r +import-from-canary = + .label = Chrome Canary + .accesskey = n +import-from-chrome = + .label = Chrome + .accesskey = C +import-from-chrome-beta = + .label = Chrome Beta + .accesskey = B +import-from-chrome-dev = + .label = Chrome Dev + .accesskey = D +import-from-chromium = + .label = Chromium + .accesskey = u +import-from-firefox = + .label = Firefox + .accesskey = x +import-from-360se = + .label = 360 Öruggur vafri + .accesskey = 3 +import-from-opera-gx = + .label = Opera GX + .accesskey = G + +no-migration-sources = Engin forrit fundust sem gætu innihaldið bókamerki, ferill eða lykilorð. + +import-source-page-title = Flytja inn stillingar og gögn +import-items-page-title = Atriði til að flytja inn + +import-items-description = Veldu hvaða atriði þú vilt flytja inn: + +import-permissions-page-title = Gefðu { -brand-short-name } heimildir + +# Do not translate "Safari" (the name of the browser on Apple devices) +import-safari-permissions-string = macOS krefst þess að þú leyfir { -brand-short-name } að fá aðgang að gögnum Safari. Smelltu á "Halda áfram" og veldu "Safari"-möppuna í Finder-glugganum sem birtist og smelltu síðan á "Opna". + +import-migrating-page-title = Flyt inn… + +import-migrating-description = Verið er að flytja inn eftirfarandi atriði… + +import-select-profile-page-title = Veldu notanda + +import-select-profile-description = Hægt er að flytja eftirfarandi notendur inn frá: + +import-done-page-title = Innflutningi lokið + +import-done-description = Eftirfarandi atriði tókst að flytja inn: + +import-close-source-browser = Gakktu úr skugga um að valinn vafri sé lokaður áður en haldið er áfram. + +source-name-ie = Internet Explorer +source-name-edge = Microsoft Edge +source-name-chrome = Google Chrome + +imported-safari-reading-list = Leslisti (Frá Safari) +imported-edge-reading-list = Leslisti (Frá Edge) + +## Browser data types +## All of these strings get a $browser variable passed in. +## You can use the browser variable to differentiate the name of items, +## which may have different labels in different browsers. +## The supported values for the $browser variable are: +## 360se +## chrome +## edge +## firefox +## ie +## safari +## The various beta and development versions of edge and chrome all get +## normalized to just "edge" and "chrome" for these strings. + +browser-data-cookies-checkbox = + .label = Vefkökur +browser-data-cookies-label = + .value = Vefkökur + +browser-data-history-checkbox = + .label = + { $browser -> + [firefox] Ferill vafra og bókamerki + *[other] Ferill vafra + } +browser-data-history-label = + .value = + { $browser -> + [firefox] Ferill vafra og bókamerki + *[other] Ferill vafra + } + +browser-data-formdata-checkbox = + .label = Vistaðir innfyllingarferlar +browser-data-formdata-label = + .value = Vistaðir innfyllingarferlar + +# This string should use the same phrase for "logins and passwords" as the +# label in the main hamburger menu that opens about:logins. +browser-data-passwords-checkbox = + .label = Vistaðar innskráningar og lykilorð +# This string should use the same phrase for "logins and passwords" as the +# label in the main hamburger menu that opens about:logins. +browser-data-passwords-label = + .value = Vistaðar innskráningar og lykilorð + +browser-data-bookmarks-checkbox = + .label = + { $browser -> + [ie] Eftirlæti + [edge] Eftirlæti + *[other] Bókamerki + } +browser-data-bookmarks-label = + .value = + { $browser -> + [ie] Eftirlæti + [edge] Eftirlæti + *[other] Bókamerki + } + +browser-data-otherdata-checkbox = + .label = Önnur gögn +browser-data-otherdata-label = + .label = Önnur gögn + +browser-data-session-checkbox = + .label = Gluggar og flipar +browser-data-session-label = + .value = Gluggar og flipar + +browser-data-payment-methods-checkbox = + .label = Greiðslumátar +browser-data-payment-methods-label = + .value = Greiðslumátar |