diff options
Diffstat (limited to 'l10n-es-AR/browser/browser/fxviewTabList.ftl')
-rw-r--r-- | l10n-es-AR/browser/browser/fxviewTabList.ftl | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/l10n-es-AR/browser/browser/fxviewTabList.ftl b/l10n-es-AR/browser/browser/fxviewTabList.ftl index 0ac041147d..7db140c278 100644 --- a/l10n-es-AR/browser/browser/fxviewTabList.ftl +++ b/l10n-es-AR/browser/browser/fxviewTabList.ftl @@ -15,6 +15,10 @@ fxviewtabrow-time = { DATETIME($time, timeStyle: "short") } fxviewtabrow-tabs-list-tab = .title = Abrir { $targetURI } en una pestaña nueva # Variables: +# $tabTitle (string) - Title of tab being closed +fxviewtabrow-close-tab-button = + .title = Cerrar { $tabTitle } +# Variables: # $tabTitle (string) - Title of tab being dismissed fxviewtabrow-dismiss-tab-button = .title = Descartar { $tabTitle } @@ -51,7 +55,30 @@ fxviewtabrow-move-tab-window = Mover a una nueva ventana .accesskey = u fxviewtabrow-send-tab = Enviar la pestaña a un dispositivo .accesskey = n +fxviewtabrow-pin-tab = Pegar pestaña + .accesskey = P +fxviewtabrow-unpin-tab = Despegar pestaña + .accesskey = p +fxviewtabrow-mute-tab = Enmudecer pestaña + .accesskey = m +fxviewtabrow-unmute-tab = Desenmudecer pestaña + .accesskey = m # Variables: # $tabTitle (string) - Title of the tab to which the context menu is associated fxviewtabrow-options-menu-button = .title = Opciones para { $tabTitle } +# Variables: +# $tabTitle (string) - Title of tab being muted +fxviewtabrow-mute-tab-button = + .title = Enmudecer { $tabTitle } +# Variables: +# $tabTitle (string) - Title of tab being unmuted +fxviewtabrow-unmute-tab-button = + .title = Desenmudecer { $tabTitle } + +## Strings below are to be used without context (tab title/URL) on mute/unmute buttons + +fxviewtabrow-mute-tab-button-no-context = + .title = Enmudecer pestaña +fxviewtabrow-unmute-tab-button-no-context = + .title = Desenmudecer pestaña |