diff options
Diffstat (limited to 'l10n-es-AR/browser/browser/browser.ftl')
-rw-r--r-- | l10n-es-AR/browser/browser/browser.ftl | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/l10n-es-AR/browser/browser/browser.ftl b/l10n-es-AR/browser/browser/browser.ftl index 5c30d51e4c..09f239fd19 100644 --- a/l10n-es-AR/browser/browser/browser.ftl +++ b/l10n-es-AR/browser/browser/browser.ftl @@ -570,6 +570,11 @@ urlbar-result-action-search-w-engine = Buscar con { $engine } urlbar-result-action-sponsored = Patrocinado urlbar-result-action-switch-tab = Cambiar a una pestaña urlbar-result-action-visit = Visitar +# "Switch to tab with container" is used when the target tab is located in a +# different container. +# Variables +# $container (String): the name of the target container +urlbar-result-action-switch-tab-with-container = Cambiar a pestaña · <span>{ $container }</span> # Allows the user to visit a URL that was previously copied to the clipboard. urlbar-result-action-visit-from-clipboard = Visitar desde el portapapeles # Directs a user to press the Tab key to perform a search with the specified @@ -600,6 +605,12 @@ urlbar-result-action-copy-to-clipboard = Copiar # $result (String): the string representation for a formula result urlbar-result-action-calculator-result = = { $result } +## Strings used for buttons in the urlbar + +# Label prompting user to search with a particular search engine. +# $engine (String): the name of a search engine that searches a specific site +urlbar-result-search-with = Buscar con { $engine } + ## Action text shown in urlbar results, usually appended after the search ## string or the url, like "result value - action text". ## In these actions "Search" is a verb, followed by where the search is performed. @@ -894,6 +905,10 @@ tabs-toolbar-list-all-tabs = restore-session-startup-suggestion-message = <strong> ¿Abrir pestañas anteriores? </strong> Puede restaurar su sesión anterior desde el menú de la aplicación { -brand-short-name } <img data-l10n-name = "icon" />, en Historial. restore-session-startup-suggestion-button = Mostrarme como +## Infobar shown when the user tries to open a file picker and file pickers are blocked by enterprise policy + +filepicker-blocked-infobar = Su organización bloqueó el acceso a los archivos locales en esta computadora + ## Mozilla data reporting notification (Telemetry, Firefox Health Report, etc) data-reporting-notification-message = { -brand-short-name } automáticamente envía algunos datos a { -vendor-short-name } para que podamos mejorar su experiencia. @@ -902,6 +917,15 @@ data-reporting-notification-button = .accesskey = c # Label for the indicator shown in the private browsing window titlebar. private-browsing-indicator-label = Navegación privada +# Tooltip for the indicator shown in the window titlebar when content analysis is active. +# Variables: +# $agentName (String): The name of the DLP agent that is connected +content-analysis-indicator-tooltip = + .tooltiptext = Prevención de pérdida de datos (DLP) por { $agentName }. Clic para más información. +content-analysis-panel-title = Protección de datos +# Variables: +# $agentName (String): The name of the DLP agent that is connected +content-analysis-panel-text = Su organización usa { $agentName } para protegerse contra la pérdida de datos. <a data-l10n-name="info">Conocer más</a> ## Unified extensions (toolbar) button |