diff options
Diffstat (limited to 'l10n-es-MX/browser/browser/tabContextMenu.ftl')
-rw-r--r-- | l10n-es-MX/browser/browser/tabContextMenu.ftl | 113 |
1 files changed, 113 insertions, 0 deletions
diff --git a/l10n-es-MX/browser/browser/tabContextMenu.ftl b/l10n-es-MX/browser/browser/tabContextMenu.ftl new file mode 100644 index 0000000000..0b87cc99dc --- /dev/null +++ b/l10n-es-MX/browser/browser/tabContextMenu.ftl @@ -0,0 +1,113 @@ +# 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/. + +tab-context-new-tab = + .label = Nueva pestaña + .accesskey = t +reload-tab = + .label = Recargar pestaña + .accesskey = R +select-all-tabs = + .label = Seleccionar todas las pestañas + .accesskey = S +tab-context-play-tab = + .label = Reproducir pestaña + .accesskey = P +tab-context-play-tabs = + .label = Reproducir pestañas + .accesskey = y +duplicate-tab = + .label = Duplicar Pestaña + .accesskey = D +duplicate-tabs = + .label = Duplicar Pestañas + .accesskey = D +# The following string is displayed on a menuitem that will close the tabs from the start of the tabstrip to the currently targeted tab (excluding the currently targeted and any other selected tabs). +# In left-to-right languages this should use "Left" and in right-to-left languages this should use "Right". +close-tabs-to-the-start = + .label = Cerrar pestañas a la izquierda + .accesskey = l +# The following string is displayed on a menuitem that will close the tabs from the end of the tabstrip to the currently targeted tab (excluding the currently targeted and any other selected tabs). +# In left-to-right languages this should use "Right" and in right-to-left languages this should use "Left". +close-tabs-to-the-end = + .label = Cerrar pestañas a la derecha + .accesskey = d +close-other-tabs = + .label = Cerrar las otras pestañas + .accesskey = o +reload-tabs = + .label = Recargar pestañas + .accesskey = R +pin-tab = + .label = Anclar pestaña + .accesskey = A +unpin-tab = + .label = Desanclar pestaña + .accesskey = D +pin-selected-tabs = + .label = Fijar pestañas + .accesskey = P +unpin-selected-tabs = + .label = Desfijar pestañas + .accesskey = b +bookmark-selected-tabs = + .label = Agregar pestañas a marcadores… + .accesskey = p +tab-context-bookmark-tab = + .label = Agregar pestaña a marcadores… + .accesskey = B +tab-context-open-in-new-container-tab = + .label = Abrir en nueva pestaña contenedora + .accesskey = e +move-to-start = + .label = Mover al inicio + .accesskey = i +move-to-end = + .label = Mover al final + .accesskey = E +move-to-new-window = + .label = Mover a una nueva ventana + .accesskey = v +tab-context-close-multiple-tabs = + .label = Cerrar varias pestañas + .accesskey = v +tab-context-share-url = + .label = Compartir + .accesskey = C + +## Variables: +## $tabCount (Number): the number of tabs that are affected by the action. + +tab-context-reopen-closed-tabs = + .label = + { $tabCount -> + [1] Reabrir pestaña cerrada + [one] Reabrir pestaña cerrada + *[other] Reabrir pestañas cerradas + } + .accesskey = p +tab-context-close-n-tabs = + .label = + { $tabCount -> + [1] Cerrar pestaña + [one] Cerrar { $tabCount } pestañas + *[other] Cerrar { $tabCount } pestaña + } + .accesskey = C +tab-context-move-tabs = + .label = + { $tabCount -> + [1] Mover pestaña + [one] Mover pestaña + *[other] Mover pestañas + } + .accesskey = v + +tab-context-send-tabs-to-device = + .label = + { $tabCount -> + [one] Enviar pestaña a dispositivo + *[other] Enviar { $tabCount } pestañas a dispositivo + } + .accesskey = n |