diff options
Diffstat (limited to 'l10n-es-AR/suite/chrome/editor/prefs')
3 files changed, 76 insertions, 0 deletions
diff --git a/l10n-es-AR/suite/chrome/editor/prefs/editorPrefsOverlay.dtd b/l10n-es-AR/suite/chrome/editor/prefs/editorPrefsOverlay.dtd new file mode 100644 index 0000000000..466605961c --- /dev/null +++ b/l10n-es-AR/suite/chrome/editor/prefs/editorPrefsOverlay.dtd @@ -0,0 +1,12 @@ +<!-- 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/. --> + +<!--LOCALIZATION NOTE (editorCheck.label): DONT_TRANSLATE --> +<!ENTITY editorCheck.label "Composer"> +<!ENTITY editorCheck.accesskey "c"> + +<!ENTITY compose.label "Composer"> +<!ENTITY editing.label "Nuevas opciones de página"> +<!ENTITY toolbars.label "Barras de herramienta"> +<!ENTITY publish.label "Publicar"> diff --git a/l10n-es-AR/suite/chrome/editor/prefs/pref-composer.dtd b/l10n-es-AR/suite/chrome/editor/prefs/pref-composer.dtd new file mode 100644 index 0000000000..a294c838c6 --- /dev/null +++ b/l10n-es-AR/suite/chrome/editor/prefs/pref-composer.dtd @@ -0,0 +1,32 @@ +<!-- 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 content/pref-composer.xul --> + +<!--LOCALIZATION NOTE : FILE 'Composer' prefs dialog. Similar to Communcator 4.x Document Properties/Colors and Background --> + +<!--LOCALIZATION NOTE (pref.composer.title): DONT_TRANSLATE --> +<!ENTITY pref.composer.title "Composer"> + +<!ENTITY recentFiles.title "Menú de páginas recientes"> +<!ENTITY documentsInMenu.label "Número máximo de páginas listadas:"> +<!ENTITY documentsInMenu.accesskey "N"> + +<!ENTITY savingFiles.title "Al guardar o publicar páginas"> +<!ENTITY preserveExisting.label "Guardar el formato original de la fuente"> +<!ENTITY preserveExisting.accesskey "o"> +<!ENTITY preserveExisting.tooltip "Preservar saltos de línea y el formato original de la página"> +<!ENTITY saveAssociatedFiles.label "Gurdar imágenes y otros archivos asociados al guardar páginas"> +<!ENTITY saveAssociatedFiles.accesskey "s"> +<!ENTITY showPublishDialog.label "Siempre mostrar el diálogo de publicar al publicar páginas"> +<!ENTITY showPublishDialog.accesskey "a"> + +<!ENTITY composerEditing.label "Edición"> +<!ENTITY maintainStructure.label "Mantener el diseño de tabla al insertar o borrar celdas"> +<!ENTITY maintainStructure.tooltip "Preservar la forma rectangular de la tabla agregando celdas automáticamente después de insertar o borrar celdas"> +<!ENTITY maintainStructure.accesskey "M"> +<!ENTITY useCSS.label "Usar estilos CSS en lugar de elementos y atributos HTML"> +<!ENTITY useCSS.accesskey "U"> +<!ENTITY crInPCreatesNewP.label "Enter en un párrafo siempre crea un nuevo párrafo"> +<!ENTITY crInPCreatesNewP.accesskey "r"> diff --git a/l10n-es-AR/suite/chrome/editor/prefs/pref-editing.dtd b/l10n-es-AR/suite/chrome/editor/prefs/pref-editing.dtd new file mode 100644 index 0000000000..f9a560a05e --- /dev/null +++ b/l10n-es-AR/suite/chrome/editor/prefs/pref-editing.dtd @@ -0,0 +1,32 @@ +<!-- 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 pref.editing.title "Opciones de página nueva"> + +<!ENTITY authorName.label "Autor:"> +<!ENTITY authorName.accesskey "u"> +<!ENTITY pageColorHeader "Apariencia predeterminada de página"> + +<!ENTITY defaultColors.label "Colores predeterminados del lector (No establecer colores en la página)"> +<!ENTITY defaultColors.accesskey "d"> +<!ENTITY customColors.label "Usar colores personalizados:"> +<!ENTITY customColors.accesskey "c"> + +<!ENTITY normalText.label "Texto normal"> +<!ENTITY normalText.accesskey "N"> +<!ENTITY linkText.label "Texto de enlace"> +<!ENTITY linkText.accesskey "L"> +<!ENTITY activeLinkText.label "Texto de enlace activo"> +<!ENTITY activeLinkText.accesskey "A"> +<!ENTITY visitedLinkText.label "Texto de enlace visitado"> +<!ENTITY visitedLinkText.accesskey "V"> +<!ENTITY background.label "Fondo:"> +<!ENTITY background.accesskey "F"> +<!ENTITY colon.character ":"> + +<!ENTITY backgroundImage.label "Imagen de fondo:"> +<!ENTITY backgroundImage.accesskey "m"> +<!ENTITY chooseFile.label "Seleccionar archivo..."> +<!ENTITY chooseFile.accesskey "o"> + |