Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Import strings from android-l10n. #27701

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 34 additions & 31 deletions app/src/main/res/values-es-rAR/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
<string name="content_description_disable_private_browsing_button">Deshabilitar la navegación privada</string>
<!-- Placeholder text shown in the search bar before a user enters text -->
<string name="search_hint">Buscar o ingresar la dirección</string>
<!-- Placeholder text shown in search bar when using history search -->
<string name="history_search_hint">Buscar en historial</string>
<!-- Placeholder text shown in search bar when using bookmarks search -->
<string name="bookmark_search_hint">Buscar en marcadores</string>
<!-- Placeholder text shown in search bar when using tabs search -->
<string name="tab_search_hint">Buscar pestañas</string>
<!-- Placeholder text shown in the search bar when using application search engines -->
<string name="application_search_hint">Ingresar términos de búsqueda</string>
<!-- No Open Tabs Message Description -->
Expand Down Expand Up @@ -131,13 +137,6 @@

<!-- Content description for the button which navigates the user to show all recent tabs in the tabs tray. -->
<string name="recent_tabs_show_all_content_description_2">Botón para mostrar todas las pestañas recientes</string>
<!-- Title for showing a group item in the 'Jump back in' section of the new tab
The first parameter is the search term that the user used. (for example: your search for "cat")-->
<string moz:RemovedIn="105" name="recent_tabs_search_term" tools:ignore="UnusedResources">La búsqueda de \&quot;%1$s\&quot;</string>

<!-- Text for the number of tabs in a group in the 'Jump back in' section of the new tab
%d is a placeholder for the number of sites in the group. This number will always be more than one. -->
<string moz:RemovedIn="105" name="recent_tabs_search_term_count_2" tools:ignore="UnusedResources">%d sitios</string>

<!-- Text for button in synced tab card that opens synced tabs tray -->
<string name="recent_tabs_see_all_synced_tabs_button_text">Ver todas las pestañas sincronizadas</string>
Expand Down Expand Up @@ -262,6 +261,9 @@
<!-- Menu option in the search selector menu to open the search settings -->
<string name="search_settings_menu_item">Configuración de búsqueda</string>

<!-- Header text for the search selector menu -->
<string name="search_header_menu_item">Esta vez buscá:</string>

<!-- Home onboarding -->
<!-- Onboarding home screen dialog title text. The first parameter is the name of the application.-->
<string moz:RemovedIn="106" name="onboarding_home_screen_title_3" tools:ignore="UnusedResources">¿Qué hay de nuevo en %1$s?</string>
Expand Down Expand Up @@ -468,8 +470,12 @@
a section where users see a list of tabs that they have visited in the past few days -->
<string name="customize_toggle_recently_visited">Visitados recientemente</string>
<!-- Title for the customize home screen section with Pocket. -->
<string name="customize_toggle_pocket">Pocket</string>
<string moz:RemovedIn="108" name="customize_toggle_pocket" tools:ignore="UnusedResources">Pocket</string>

<!-- Title for the customize home screen section with Pocket. -->
<string name="customize_toggle_pocket_2">Historias que te hacen reflexionar</string>
<!-- Summary for the customize home screen section with Pocket. The first parameter is product name Pocket -->
<string name="customize_toggle_pocket_summary">Artículos impulsados por %s</string>
<!-- Title for the customize home screen section with sponsored Pocket stories. -->
<string name="customize_toggle_pocket_sponsored">Historias patrocinadas</string>
<!-- Title for the opening wallpaper settings screen -->
Expand All @@ -492,12 +498,6 @@
<string name="wallpaper_select_error_snackbar_message">No se pudo cambiar el fondo de pantalla</string>
<!-- Text displayed that links to website containing documentation about the "Limited Edition" wallpapers. -->
<string name="wallpaper_learn_more">Conocer más</string>
<!-- Label for switch which toggles the "tap-to-switch" behavior on home screen logo -->
<string moz:removedIn="105" name="wallpaper_tap_to_change_switch_label_1" tools:ignore="UnusedResources">Cambiar el fondo de pantalla tocando el logotipo de la página de inicio de Firefox</string>

<!-- This is the accessibility content description for the wallpapers functionality. Users are
able to tap on the app logo in the home screen and can switch to different wallpapers by tapping. -->
<string moz:removedIn="105" name="wallpaper_logo_content_description" tools:ignore="UnusedResources">Logotipo de Firefox - cambiar el fondo de pantalla, botón</string>

<!-- Text for classic wallpapers title. The first parameter is the Firefox name. -->
<string name="wallpaper_classic_title">%s clásico</string>
Expand Down Expand Up @@ -661,6 +661,17 @@
<!-- Content description (not visible, for screen readers etc.): "Close button for library settings" -->
<string name="content_description_close_button">Cerrar</string>

<!-- Title to show in alert when a lot of tabs are to be opened
%d is a placeholder for the number of tabs that will be opened -->
<string name="open_all_warning_title">¿Abrir %d pestañas?</string>
<!-- Message to warn users that a large number of tabs will be opened
%s will be replaced by app name. -->
<string name="open_all_warning_message">Abrir tantas pestañas puede ralentizar a %s mientras se cargan las páginas. ¿Estás seguro de que querés continuar?</string>
<!-- Dialog button text for confirming open all tabs -->
<string name="open_all_warning_confirm">Abrir pestañas</string>
<!-- Dialog button text for canceling open all tabs -->
<string name="open_all_warning_cancel">Cancelar</string>

<!-- Text to show users they have one site in the history group section of the History fragment.
%d is a placeholder for the number of sites in the group. -->
<string name="history_search_group_site">%d sitio</string>
Expand Down Expand Up @@ -690,10 +701,6 @@
<string name="tab_view_list">Lista</string>
<!-- Option for a grid tab view -->
<string name="tab_view_grid">Cuadrícula</string>
<!-- Option for search term tab groups -->
<string moz:RemovedIn="105" name="tab_view_search_term_tab_groups" tools:ignore="UnusedResources">Buscar en grupos</string>
<!-- Summary text for search term tab groups -->
<string moz:RemovedIn="105" name="tab_view_search_term_tab_groups_summary" tools:ignore="UnusedResources">Agrupar sitios relacionados</string>
<!-- Title of preference that allows a user to auto close tabs after a specified amount of time -->
<string name="preferences_close_tabs">Cerrar pestañas</string>

Expand Down Expand Up @@ -850,18 +857,6 @@
<!-- Text shown when no history exists -->
<string name="history_empty_message">Aquí no hay historial</string>

<!-- Text for the button inside History screen that opens Synced History screen. History that is coming from other devices -->
<string moz:removedIn="105" name="history_synced_from_other_devices" tools:ignore="UnusedResources">Sincronizados de otros dispositivos</string>
<!-- The page title for browsing history coming from other devices. -->
<string moz:removedIn="105" name="history_from_other_devices" tools:ignore="UnusedResources">Desde otros dispositivos</string>

<!-- The synced history sign in dialog message -->
<string moz:removedIn="105" name="history_sign_in_message" tools:ignore="UnusedResources">Iniciá la sesión para ver el historial sincronizado desde tus otros dispositivos.</string>
<!-- The synced history sign in dialog button text -->
<string moz:removedIn="105" name="history_sign_in_button" tools:ignore="UnusedResources">Iniciar la sesión</string>
<!-- The synced history sign in dialog create a new account link -->
<string moz:removedIn="105" name="history_sign_in_create_account" tools:ignore="UnusedResources"><![CDATA[<u>O creá una cuenta de Firefox para comenzar a sincronizar</u>]]></string>

<!-- Downloads -->
<!-- Text for the snackbar to confirm that multiple downloads items have been removed -->
<string name="download_delete_multiple_items_snackbar_1">Descargas eliminadas</string>
Expand Down Expand Up @@ -912,6 +907,10 @@
<string name="bookmark_menu_open_in_new_tab_button">Abrir en una nueva pestaña</string>
<!-- Bookmark overflow menu open in private tab button -->
<string name="bookmark_menu_open_in_private_tab_button">Abrir en una pestaña privada</string>
<!-- Bookmark overflow menu open all in tabs button -->
<string name="bookmark_menu_open_all_in_tabs_button">Abrir todo en pestañas nuevas</string>
<!-- Bookmark overflow menu open all in private tabs button -->
<string name="bookmark_menu_open_all_in_private_tabs_button">Abrir todo en pestañas privadas</string>
<!-- Bookmark overflow menu delete button -->
<string name="bookmark_menu_delete_button">Eliminar</string>
<!--Bookmark overflow menu save button -->
Expand Down Expand Up @@ -1094,6 +1093,8 @@
<string name="share_button_content_description">Compartir</string>
<!-- Text for the Save to PDF feature in the share menu -->
<string name="share_save_to_pdf">Guardar como PDF</string>
<!-- Text for error message when generating a PDF file Text for error message when generating a PDF file. -->
<string name="unable_to_save_to_pdf_error">No se pudo generar el PDF</string>
<!-- Sub-header in the dialog to share a link to another sync device -->
<string name="share_device_subheader">Enviar al dispositivo</string>
<!-- Sub-header in the dialog to share a link to an app from the full list -->
Expand Down Expand Up @@ -1962,7 +1963,9 @@
<!-- Text of a button allowing users to access an external url for more Pocket recommendations. -->
<string name="pocket_stories_placeholder_text">Descubrir más</string>
<!-- Title of an app feature. Smaller than a heading.-->
<string name="pocket_stories_feature_title">Desarrollado por Pocket.</string>
<string moz:removedIn="108" name="pocket_stories_feature_title" tools:ignore="UnusedResources">Desarrollado por Pocket.</string>
<!-- Title of an app feature. Smaller than a heading. The first parameter is product name Pocket -->
<string name="pocket_stories_feature_title_2">Impulsado por %s.</string>
<!-- Caption for describing a certain feature. The placeholder is for a clickable text (eg: Learn more) which will load an url in a new tab when clicked. -->
<string name="pocket_stories_feature_caption">Parte de la familia de Firefox. %s</string>
<!-- Clickable text for opening an external link for more information about Pocket. -->
Expand Down
Loading