diff options
Diffstat (limited to 'l10n-es-ES/suite/chrome/editor/editor.dtd')
-rw-r--r-- | l10n-es-ES/suite/chrome/editor/editor.dtd | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/l10n-es-ES/suite/chrome/editor/editor.dtd b/l10n-es-ES/suite/chrome/editor/editor.dtd new file mode 100644 index 0000000000..f9e85a927e --- /dev/null +++ b/l10n-es-ES/suite/chrome/editor/editor.dtd @@ -0,0 +1,56 @@ +<!-- 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/. --> + +<!-- Window title --> +<!-- Window title --> +<!ENTITY editorWindow.titlemodifier "Composer"> +<!ENTITY editorWindow.titlemodifiermenuseparator " - "> + +<!-- Menu items: the . means that the menu item isn't implemented yet --> + +<!ENTITY compositionToolbar.tooltip "Barra de herramientas de redacción"> +<!ENTITY previewToolbarCmd.label "Examinar"> +<!ENTITY previewToolbarCmd.tooltip "Cargar esta página en el navegador"> + +<!ENTITY exportToTextCmd.label "Exportar como texto…"> +<!ENTITY exportToTextCmd.accesskey "x"> +<!ENTITY previewCmd.label "Examinar página"> +<!ENTITY previewCmd.accesskey "x"> +<!ENTITY sendPageCmd.label "Enviar página…"> +<!ENTITY sendPageCmd.accesskey "v"> + +<!ENTITY compositionToolbarCmd.label "Barra de herramientas de redacción"> +<!ENTITY compositionToolbarCmd.accesskey "B"> +<!ENTITY formattingToolbarCmd.label "Barra de formato"> +<!ENTITY formattingToolbarCmd.accesskey "F"> +<!ENTITY editmodeToolbarCmd.label "Barra de edición"> +<!ENTITY editmodeToolbarCmd.accesskey "c"> + +<!ENTITY formatMenu.label "Formato"> +<!ENTITY formatMenu.accesskey "o"> +<!ENTITY grid.label "Rejilla de posicionamiento"> +<!ENTITY grid.accesskey "R"> +<!ENTITY pageProperties.label "Título propiedades de la página…"> +<!ENTITY pageProperties.accesskey "T"> + +<!ENTITY validateCmd.label "Validar HTML"> +<!ENTITY validateCmd.accesskey "L"> + +<!ENTITY NormalModeTab.label "Normal"> +<!ENTITY NormalMode.label "Modo de edición normal"> +<!ENTITY NormalMode.accesskey "M"> +<!ENTITY NormalMode.tooltip "Mostrar bordes de las tablas y enlaces internos"> +<!ENTITY AllTagsModeTab.label "Etiquetas HTML"> +<!ENTITY AllTagsMode.label "Etiquetas HTML"> +<!ENTITY AllTagsMode.accesskey "E"> +<!ENTITY AllTagsMode.tooltip "Mostrar iconos para todas las etiquetas HTML"> +<!ENTITY HTMLSourceModeTab.dir "ltr"> +<!ENTITY HTMLSourceModeTab.label "Origen"> +<!ENTITY HTMLSourceMode.label "Fuente HTML"> +<!ENTITY HTMLSourceMode.accesskey "H"> +<!ENTITY HTMLSourceMode.tooltip "Editar fuente HTML"> +<!ENTITY PreviewModeTab.label "Vista preliminar"> +<!ENTITY PreviewMode.label "Vista preliminar"> +<!ENTITY PreviewMode.accesskey "a"> +<!ENTITY PreviewMode.tooltip "Mostrar como WYSIWYG (como en el navegador)"> |