From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- l10n-es-AR/browser/browser/migration.ftl | 174 +++++++++++++++++++++++++++++++ 1 file changed, 174 insertions(+) create mode 100644 l10n-es-AR/browser/browser/migration.ftl (limited to 'l10n-es-AR/browser/browser/migration.ftl') diff --git a/l10n-es-AR/browser/browser/migration.ftl b/l10n-es-AR/browser/browser/migration.ftl new file mode 100644 index 0000000000..d309018c34 --- /dev/null +++ b/l10n-es-AR/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 = Asistente de importación + +import-from = + { PLATFORM() -> + [windows] Importar opciones, marcadores, historial, contraseñas y otros datos de: + *[other] Importar preferencias, marcadores, historial, contraseñas y otros datos de: + } + +import-from-bookmarks = Importar Marcadores desde: +import-from-ie = + .label = Microsoft Internet Explorer + .accesskey = M +import-from-edge = + .label = Microsoft Edge + .accesskey = E +import-from-edge-legacy = + .label = Microsoft Edge Legacy + .accesskey = L +import-from-edge-beta = + .label = Microsoft Edge Beta + .accesskey = d +import-from-nothing = + .label = No importar nada + .accesskey = i +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 Secure Browser + .accesskey = 3 +import-from-opera-gx = + .label = Opera GX + .accesskey = G + +no-migration-sources = No se encontraron programas que contengan marcadores, historial o datos de contraseña. + +import-source-page-title = Importar preferencias y datos de +import-items-page-title = Items a importar + +import-items-description = Seleccionar que ítems importar: + +import-permissions-page-title = Dar permisos a { -brand-short-name } + +# Do not translate "Safari" (the name of the browser on Apple devices) +import-safari-permissions-string = macOS requiere que se permita explícitamente el acceso de { -brand-short-name } a los datos de Safari. Haga clic en “Continuar”, seleccione la carpeta “Safari“ en el diálogo de Finder que aparece y luego clic en “Abrir”. + +import-migrating-page-title = Importando… + +import-migrating-description = Los siguientes ítems están siendo importados… + +import-select-profile-page-title = Seleccione perfil + +import-select-profile-description = Los siguientes perfiles están disponibles para ser importados: + +import-done-page-title = Importación completa + +import-done-description = Los siguientes ítems fueron importados exitosamente: + +import-close-source-browser = Asegúrese que el navegador seleccionado esté cerrado antes de continuar. + +source-name-ie = Internet Explorer +source-name-edge = Microsoft Edge +source-name-chrome = Google Chrome + +imported-safari-reading-list = Lista de lectura (Desde Safari) +imported-edge-reading-list = Lista de lectura (Desde 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 = Cookies +browser-data-cookies-label = + .value = Cookies + +browser-data-history-checkbox = + .label = + { $browser -> + [firefox] Historial de navegación y marcadores + *[other] Historial de navegación + } +browser-data-history-label = + .value = + { $browser -> + [firefox] Historial de navegación y marcadores + *[other] Historial de navegación + } + +browser-data-formdata-checkbox = + .label = Historial de formularios guardados +browser-data-formdata-label = + .value = Historial de formularios guardados + +# 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 = Inicios de sesión y contraseñas guardados +# 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 = Inicios de sesión y contraseñas guardados + +browser-data-bookmarks-checkbox = + .label = + { $browser -> + [ie] Marcadores + [edge] Marcadores + *[other] Marcadores + } +browser-data-bookmarks-label = + .value = + { $browser -> + [ie] Marcadores + [edge] Marcadores + *[other] Marcadores + } + +browser-data-otherdata-checkbox = + .label = Otros datos +browser-data-otherdata-label = + .label = Otros datos + +browser-data-session-checkbox = + .label = Ventanas y pestañas +browser-data-session-label = + .value = Ventanas y pestañas + +browser-data-payment-methods-checkbox = + .label = Métodos de pago +browser-data-payment-methods-label = + .value = Métodos de pago -- cgit v1.2.3