trisquel-icecat/icecat/l10n/lij/browser/browser/migrationWizard.ftl

133 lines
5.6 KiB
Text

# 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/.
# 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 = Navegatô Seguo 360
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-icecat = IceCat
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 = lista de letue (Da Safari)
migration-imported-edge-reading-list = lista de letue (da Edge)
## These strings are shown if the selected browser data directory is unreadable.
## In practice, this tends to only occur on Linux when IceCat
## is installed as a Snap.
## These strings will be displayed based on how many resources are selected to import
##
migration-select-all-option-label = Seleçionn-a tutto
migration-bookmarks-option-label = Segnalibbri
# 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 = Segnalibbri
migration-history-option-label = Stöia da navegaçion
# 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] Documento CSV
*[other] Schedaio CSV
}
# 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] Documento TSV
*[other] Schedaio TSV
}
migration-bookmarks-from-file = Segnalibbri
# 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] Documento HTML
*[other] Schedaio HTML
}
# 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 = Schedaio JSON
# 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 } segnalibbro
*[other] { $newEntries } segnalibbri
}
migration-import-button-label = Inpòrta
migration-choose-to-import-from-file-button-label = Inpòrta da Schedaio
migration-import-from-file-button-label = Seleçionn-a schedaio
migration-cancel-button-label = Anulla
migration-done-button-label = Fæto
migration-continue-button-label = Vanni avanti
## 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-safari-password-import-skip-button = Sâta
migration-safari-password-import-select-button = Seleçionn-a schedaio
# 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 } segnalibbro
*[other] { $quantity } segnalibbri
}
## The import process identifies extensions installed in other supported
## browsers and installs the corresponding (matching) extensions compatible
## with IceCat, if available.
##