Skip to content

Commit

Permalink
Import l10n.
Browse files Browse the repository at this point in the history
  • Loading branch information
mozilla-l10n-automation-bot authored and mergify[bot] committed Sep 2, 2021
1 parent 5f99cf1 commit ffa5668
Show file tree
Hide file tree
Showing 6 changed files with 264 additions and 28 deletions.
50 changes: 44 additions & 6 deletions app/src/main/res/values-es-rES/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<resources xmlns:tools="http://schemas.android.com/tools" xmlns:moz="http://mozac.org/tools">


<!-- App name for private browsing mode. The first parameter is the name of the app defined in app_name (for example: Fenix)-->
Expand Down Expand Up @@ -122,6 +122,11 @@
<!-- Button text for showing all the tabs in the tabs tray -->
<string name="recent_tabs_show_all">Mostrar todas</string>

<!-- History Metadata -->
<!-- Header text for a section on the home screen that displays grouped highlights from the
user's browsing history, such as topics they have researched or explored on the web -->
<string name="history_metadata_header">Exploraciones pasadas</string>

<!-- Browser Fragment -->
<!-- Content description (not visible, for screen readers etc.): Navigate to open tabs -->
<string name="browser_tabs_button">Pestañas abiertas</string>
Expand Down Expand Up @@ -633,6 +638,25 @@
<!-- Summary for tabs preference when auto closing tabs setting is set to auto close tabs after one month-->
<string name="close_tabs_after_one_month_summary">Cerrar después de un mes</string>

<!-- Studies -->
<!-- Title of the remove studies button -->
<string name="studies_remove">Eliminar</string>
<!-- Title of the active section on the studies list -->
<string name="studies_active">Activo</string>
<!-- Description for studies, it indicates why Firefox use studies -->
<string name="studies_description">Firefox puede instalar y ejecutar estudios de vez en cuando.</string>
<!-- Learn more link for studies, links to an article for more information about studies. -->
<string name="studies_learn_more">Saber más</string>

<!-- Dialog message shown after removing a study -->
<string name="studies_restart_app">La aplicación se cerrará para aplicar los cambios</string>
<!-- Dialog button to confirm the removing a study. -->
<string name="studies_restart_dialog_ok">Aceptar</string>
<!-- Dialog button text for canceling removing a study. -->
<string name="studies_restart_dialog_cancel">Cancelar</string>
<!-- Toast shown after turning on/off studies preferences -->
<string name="studies_toast_quit_application" tools:ignore="UnusedResources">Saliendo de la aplicación para aplicar los cambios…</string>

<!-- Sessions -->
<!-- Title for the list of tabs -->
<string name="tab_header_label">Pestañas abiertas</string>
Expand Down Expand Up @@ -660,6 +684,8 @@
<string name="tab_tray_menu_item_share">Compartir todas las pestañas</string>
<!-- Text shown in the menu to view recently closed tabs -->
<string name="tab_tray_menu_recently_closed">Pestañas cerradas recientemente</string>
<!-- Text shown in the tabs tray inactive tabs section -->
<string name="tab_tray_inactive_recently_closed">Cerradas recientemente</string>
<!-- Text shown in the menu to view account settings -->
<string name="tab_tray_menu_account_settings">Ajustes de la cuenta</string>
<!-- Text shown in the menu to view tab settings -->
Expand Down Expand Up @@ -959,6 +985,11 @@
<!-- Summary of delete browsing data on quit preference if it is set to off -->
<string name="delete_browsing_data_quit_off">Desactivado</string>

<!-- Summary of studies preference if it is set to on -->
<string name="studies_on">Activado</string>
<!-- Summary of studies data on quit preference if it is set to off -->
<string name="studies_off">Desactivado</string>

<!-- Collections -->
<!-- Collections header on home fragment -->
<string name="collections_header">Colecciones</string>
Expand Down Expand Up @@ -1135,7 +1166,7 @@
<!-- Tab collection deletion prompt dialog option to delete the collection -->
<string name="tab_collection_dialog_positive">Eliminar</string>
<!-- Tab collection deletion prompt dialog option to cancel deleting the collection -->
<string name="tab_collection_dialog_negative">Cancelar</string>
<string moz:removedIn="93" name="tab_collection_dialog_negative" tools:ignore="UnusedResources">Cancelar</string>
<!-- Text displayed in a notification when the user enters full screen mode -->
<string name="full_screen_notification">Accediendo a pantalla completa</string>

Expand Down Expand Up @@ -1306,7 +1337,7 @@
<string name="onboarding_privacy_notice_read_button">Lee nuestro aviso de privacidad</string>

<!-- Content description (not visible, for screen readers etc.): Close onboarding screen -->
<string name="onboarding_close">Cerrar</string>
<string moz:removedIn="93" name="onboarding_close" tools:ignore="UnusedResources">Cerrar</string>

<!-- text for the button to finish onboarding -->
<string name="onboarding_finish">Comienza a navegar</string>
Expand Down Expand Up @@ -1409,6 +1440,9 @@
<string name="preference_enhanced_tracking_protection_custom_cryptominers">Criptomineros</string>
<!-- Preference for enhanced tracking protection for the custom protection settings -->
<string name="preference_enhanced_tracking_protection_custom_fingerprinters">Detectores de huellas digitales</string>
<!-- Button label for navigating to the Enhanced Tracking Protection details -->
<string name="enhanced_tracking_protection_details">Detalles</string>
<!-- Header for categories that are being being blocked by current Enhanced Tracking Protection settings -->
<string name="enhanced_tracking_protection_blocked">Bloqueado</string>
<!-- Header for categories that are being not being blocked by current Enhanced Tracking Protection settings -->
<string name="enhanced_tracking_protection_allowed">Permitido</string>
Expand All @@ -1434,7 +1468,7 @@
<!-- Description of tracking content that can be blocked by Enhanced Tracking Protection -->
<string name="etp_tracking_content_description">Bloquea la carga de anuncios externos, vídeos y contenido que contenga código de rastreo. Puede afectar a la funcionalidad del sitio web.</string>
<!-- Enhanced Tracking Protection Onboarding Message shown in a dialog above the toolbar. The first parameter is the name of the application (For example: Fenix) -->
<string name="etp_onboarding_cfr_message">Cada vez que el escudo está de color morado, %s ha bloqueado rastreadores en un sitio. Toca para más información.</string>
<string moz:removedIn="93" name="etp_onboarding_cfr_message" tools:ignore="UnusedResources">Cada vez que el escudo está de color morado, %s ha bloqueado rastreadores en un sitio. Toca para más información.</string>
<!-- Enhanced Tracking Protection message that protection is currently on for this site -->
<string name="etp_panel_on">Las protecciones están activadas para este sitio</string>
<!-- Enhanced Tracking Protection message that protection is currently off for this site -->
Expand Down Expand Up @@ -1516,7 +1550,11 @@
<!-- Preference option for never saving passwords in Fenix -->
<string name="preferences_passwords_save_logins_never_save">No guardar nunca</string>
<!-- Preference for autofilling saved logins in Fenix -->
<string name="preferences_passwords_autofill">Rellenar automáticamente</string>
<string moz:removedIn="93" name="preferences_passwords_autofill" tools:ignore="UnusedResources">Rellenar automáticamente</string>

<!-- Preference for autofilling saved logins in Firefox (in web content), %1$s will be replaced with the app name -->
<string name="preferences_passwords_autofill2">Rellenar automáticamente en %1$s</string>

<!-- Preference for syncing saved logins in Fenix -->
<string name="preferences_passwords_sync_logins">Inicios de sesión sincronizados</string>
<!-- Preference for syncing saved logins in Fenix, when not signed in-->
Expand Down Expand Up @@ -1701,7 +1739,7 @@
<!-- Placeholder text shown in the Search String TextField before a user enters text -->
<string name="search_add_custom_engine_search_string_hint">Cadena de búsqueda a usar</string>
<!-- Description text for the Search String TextField. The %s is part of the string -->
<string name="search_add_custom_engine_search_string_example">Reemplazar la consulta con “%s”. Ejemplo:\n https://www.google.com/search?q=%s</string>
<string formatted="false" name="search_add_custom_engine_search_string_example">Reemplazar la consulta con “%s”. Ejemplo:\n https://www.google.com/search?q=%s</string>
<!-- Text for the button to learn more about adding a custom search engine -->
<string name="search_add_custom_engine_learn_more_label">Saber más</string>

Expand Down
12 changes: 7 additions & 5 deletions app/src/main/res/values-es-rMX/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<resources xmlns:tools="http://schemas.android.com/tools" xmlns:moz="http://mozac.org/tools">
<!-- App name for private browsing mode. The first parameter is the name of the app defined in app_name (for example: Fenix)-->
<string name="app_name_private_5">%s en modo privado</string>
<!-- App name for private browsing mode. The first parameter is the name of the app defined in app_name (for example: Fenix)-->
Expand Down Expand Up @@ -627,6 +627,8 @@
<string name="studies_description">Firefox puede instalar y ejecutar estudios de vez en cuando.</string>
<!-- Learn more link for studies, links to an article for more information about studies. -->
<string name="studies_learn_more">Saber más</string>
<!-- Dialog button to confirm the removing a study. -->
<string name="studies_restart_dialog_ok">OK</string>
<!-- Dialog button text for canceling removing a study. -->
<string name="studies_restart_dialog_cancel">Cancelar</string>

Expand Down Expand Up @@ -1110,7 +1112,7 @@
<!-- Tab collection deletion prompt dialog option to delete the collection -->
<string name="tab_collection_dialog_positive">Eliminar</string>
<!-- Tab collection deletion prompt dialog option to cancel deleting the collection -->
<string name="tab_collection_dialog_negative" tools:ignore="UnusedResources">Cancelar</string>
<string moz:removedIn="93" name="tab_collection_dialog_negative" tools:ignore="UnusedResources">Cancelar</string>
<!-- Text displayed in a notification when the user enters full screen mode -->
<string name="full_screen_notification">Accediendo a pantalla completa</string>
<!-- Message for copying the URL via long press on the toolbar -->
Expand Down Expand Up @@ -1278,7 +1280,7 @@
<!-- Text for the button to read the privacy notice -->
<string name="onboarding_privacy_notice_read_button">Leer nuestro aviso de privacidad</string>
<!-- Content description (not visible, for screen readers etc.): Close onboarding screen -->
<string name="onboarding_close" tools:ignore="UnusedResources">Cerrar</string>
<string moz:removedIn="93" name="onboarding_close" tools:ignore="UnusedResources">Cerrar</string>

<!-- text for the button to finish onboarding -->
<string name="onboarding_finish">Comenzar a navegar</string>
Expand Down Expand Up @@ -1409,7 +1411,7 @@
<string name="etp_tracking_content_description">Bloquea la carga de anuncios externos, vídeos y contenido que contenga código de rastreo. Puede afectar a la funcionalidad del sitio web.</string>

<!-- Enhanced Tracking Protection Onboarding Message shown in a dialog above the toolbar. The first parameter is the name of the application (For example: Fenix) -->
<string name="etp_onboarding_cfr_message" tools:ignore="UnusedResources">Cada vez que el escudo es morado, %s bloqueó rastreadores en un sitio. Toca para más información.</string>
<string moz:removedIn="93" name="etp_onboarding_cfr_message" tools:ignore="UnusedResources">Cada vez que el escudo es morado, %s bloqueó rastreadores en un sitio. Toca para más información.</string>
<!-- Enhanced Tracking Protection message that protection is currently on for this site -->
<string name="etp_panel_on">Las protecciones están ACTIVAS para este sitio</string>

Expand Down Expand Up @@ -1491,7 +1493,7 @@
<!-- Preference option for never saving passwords in Fenix -->
<string name="preferences_passwords_save_logins_never_save">Nunca guardar</string>
<!-- Preference for autofilling saved logins in Fenix -->
<string name="preferences_passwords_autofill" tools:ignore="UnusedResources">Autocompletar</string>
<string moz:removedIn="93" name="preferences_passwords_autofill" tools:ignore="UnusedResources">Autocompletar</string>
<!-- Preference for autofilling saved logins in Firefox (in web content), %1$s will be replaced with the app name -->
<string name="preferences_passwords_autofill2">Rellenar en %1$s</string>
<!-- Preference for autofilling logins from Fenix in other apps (e.g. autofilling the Twitter app) -->
Expand Down
Loading

0 comments on commit ffa5668

Please sign in to comment.