diff options
Diffstat (limited to 'l10n-es-AR/suite/chrome/common/sidebar')
4 files changed, 88 insertions, 0 deletions
diff --git a/l10n-es-AR/suite/chrome/common/sidebar/customize.dtd b/l10n-es-AR/suite/chrome/common/sidebar/customize.dtd new file mode 100644 index 0000000000..bd7a1c5e48 --- /dev/null +++ b/l10n-es-AR/suite/chrome/common/sidebar/customize.dtd @@ -0,0 +1,31 @@ +<!-- 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/. --> + +<!-- extracted from ./customize.xul --> + +<!-- LOCALIZATION NOTE sidebar.customize.title.label: Do NOT localize the term "&sidebarName;" --> +<!ENTITY sidebar.customize.title.label "Personalizar &sidebarName;"> +<!-- LOCALIZATION NOTE sidebar.customize.current.label: Do NOT localize the term "&sidebarName;" --> +<!ENTITY sidebar.customize.current.label "Pestañas en &sidebarName;:"> +<!ENTITY sidebar.customize.current.accesskey "t"> + +<!ENTITY sidebar.customize.title "Personalizar barra lateral"> +<!ENTITY sidebar.customize.current2.label "Pestañas en la barra lateral:"> +<!ENTITY sidebar.customize.current2.accesskey "T"> +<!ENTITY sidebar.customize.customize.label "Personalizar pestaña…"> +<!ENTITY sidebar.customize.customize.accesskey "P"> +<!ENTITY sidebar.customize.remove.label "Eliminar"> +<!ENTITY sidebar.customize.remove.accesskey "r"> +<!ENTITY sidebar.customize.additional.label "Pestañas disponibles:"> +<!ENTITY sidebar.customize.additional.accesskey "d"> +<!ENTITY sidebar.customize.add.label "Agregar"> +<!ENTITY sidebar.customize.add.accesskey "A"> +<!ENTITY sidebar.customize.preview.label "Vista previa…"> +<!ENTITY sidebar.customize.preview.accesskey "V"> +<!ENTITY sidebar.customize.up.label "Mover arriba"> +<!ENTITY sidebar.customize.up.accesskey "b"> +<!ENTITY sidebar.customize.down.label "Mover abajo"> +<!ENTITY sidebar.customize.down.accesskey "j"> +<!ENTITY sidebar.more.label "Buscar más pestañas…"> +<!ENTITY sidebar.more.accesskey "B"> diff --git a/l10n-es-AR/suite/chrome/common/sidebar/preview.dtd b/l10n-es-AR/suite/chrome/common/sidebar/preview.dtd new file mode 100644 index 0000000000..65e9c94778 --- /dev/null +++ b/l10n-es-AR/suite/chrome/common/sidebar/preview.dtd @@ -0,0 +1,5 @@ +<!-- 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/. --> + +<!ENTITY sidebar.preview.title.label "Vista previa de la pestaña"> diff --git a/l10n-es-AR/suite/chrome/common/sidebar/sidebar.properties b/l10n-es-AR/suite/chrome/common/sidebar/sidebar.properties new file mode 100644 index 0000000000..6494586d94 --- /dev/null +++ b/l10n-es-AR/suite/chrome/common/sidebar/sidebar.properties @@ -0,0 +1,14 @@ +# 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/. + +addPanelConfirmTitle=Ageregar pestaña a la barra lateral +addPanelConfirmMessage=¿Agregar la pestaña '%title%' a la %name%?##Fuente: %url% +persistentPanelWarning=La barra lateral que agregó puede transferir información a través de Internet y ejecutar JavaScript aún cuando %name% esté cerrado. + +addPanelConfirmMessage2=Agregar la pestaña '% title%' a la barra lateral## Fuente: %url% +persistentPanelWarning2=La barra lateral que agregó puede transferir información a través de Internet y ejecutar JavaScript incluso cuando la barra lateral esta cerrada. + +dupePanelAlertTitle=Barra lateral +dupePanelAlertMessage=%url% ya existe en %name%. +dupePanelAlertMessage2=%url% ya existe en la barra lateral. diff --git a/l10n-es-AR/suite/chrome/common/sidebar/sidebarOverlay.dtd b/l10n-es-AR/suite/chrome/common/sidebar/sidebarOverlay.dtd new file mode 100644 index 0000000000..811875638b --- /dev/null +++ b/l10n-es-AR/suite/chrome/common/sidebar/sidebarOverlay.dtd @@ -0,0 +1,38 @@ +<!-- 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/. --> + +<!ENTITY sidebar.panels.label "Barra lateral"> +<!ENTITY sidebar.reload.label "Recargar"> +<!ENTITY sidebar.reload.accesskey "R"> +<!ENTITY sidebar.picker.label "Pestañas"> +<!ENTITY sidebar.customize.label "Personalizar barra lateral…"> +<!ENTITY sidebar.customize.accesskey "P"> +<!ENTITY sidebar.hide.label "Ocultar pestaña"> +<!ENTITY sidebar.hide.accesskey "O"> +<!ENTITY sidebar.switch.label "Cambiar a pestaña"> +<!ENTITY sidebar.switch.accesskey "t"> +<!ENTITY sidebarCmd.label "Barra lateral"> +<!ENTITY sidebarCmd.accesskey "B"> +<!ENTITY sidebar.loading.label "Cargando…"> +<!ENTITY sidebar.loadstopped.label "Carga detenida"> +<!ENTITY sidebar.loading.stop.label "Detener"> +<!ENTITY sidebar.loading.stop.accesskey "D"> + +<!-- LOCALIZATION NOTE (showHideSidebarCmd.key): This is only used on the + mac platform, other platforms use VK_F9. --> +<!ENTITY showHideSidebarCmd.key "S"> + +<!ENTITY sidebar.no-panels.state "La barra lateral está vacía."> +<!ENTITY sidebar.no-panels.add 'Puede agregar pestañas al hacer clic en el botón "Pestañas" que está encima.'> +<!ENTITY sidebar.no-panels.hide 'Si quiere ocultar la barra lateral completamente, haga clic en "Ver" en el menú y seleccione "Barra lateral" en el sub menú "Mostrar/Ocultar".'> +<!ENTITY sidebar.sbDirectory.label "Directorio de barras laterales…"> + +<!ENTITY sidebar.pagenotfound.label "Esta pestaña no está disponible en este momento."> +<!ENTITY sidebar.close.tooltip "Cerrar barra lateral"> +<!ENTITY sidebar.open.tooltip "Abrir barra lateral"> + +<!ENTITY sidebar.search.label "Buscar"> +<!ENTITY sidebar.client-bookmarks.label "Marcadores"> +<!ENTITY sidebar.client-history.label "Historial"> +<!ENTITY sidebar.client-addressbook.label "Libreta de direcciones"> |