summaryrefslogtreecommitdiffstats
path: root/l10n-es-ES/suite/chrome/editor/dialogs/EditorTextAreaProperties.dtd
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-es-ES/suite/chrome/editor/dialogs/EditorTextAreaProperties.dtd')
-rw-r--r--l10n-es-ES/suite/chrome/editor/dialogs/EditorTextAreaProperties.dtd30
1 files changed, 30 insertions, 0 deletions
diff --git a/l10n-es-ES/suite/chrome/editor/dialogs/EditorTextAreaProperties.dtd b/l10n-es-ES/suite/chrome/editor/dialogs/EditorTextAreaProperties.dtd
new file mode 100644
index 0000000000..d74281190a
--- /dev/null
+++ b/l10n-es-ES/suite/chrome/editor/dialogs/EditorTextAreaProperties.dtd
@@ -0,0 +1,30 @@
+<!-- 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 windowTitle.label "Propiedades del área de texto">
+<!ENTITY Settings.label "Configuración">
+<!ENTITY TextAreaName.label "Nombre del campo:">
+<!ENTITY TextAreaName.accessKey "N">
+<!ENTITY TextAreaRows.label "Filas:">
+<!ENTITY TextAreaRows.accessKey "F">
+<!ENTITY TextAreaCols.label "Columnas:">
+<!ENTITY TextAreaCols.accessKey "o">
+<!ENTITY TextAreaReadOnly.label "Sólo lectura">
+<!ENTITY TextAreaReadOnly.accessKey "S">
+<!ENTITY TextAreaDisabled.label "Desactivado">
+<!ENTITY TextAreaDisabled.accessKey "D">
+<!ENTITY TextAreaTabIndex.label "Índice de tabulación:">
+<!ENTITY TextAreaTabIndex.accessKey "c">
+<!ENTITY TextAreaAccessKey.label "Tecla de acceso rápido:">
+<!ENTITY TextAreaAccessKey.accessKey "r">
+<!ENTITY InitialText.label "Texto inicial:">
+<!ENTITY InitialText.accessKey "T">
+<!ENTITY TextAreaWrap.label "Modo de ajuste:">
+<!ENTITY TextAreaWrap.accessKey "M">
+<!ENTITY WrapDefault.value "Predeterminado">
+<!ENTITY WrapOff.value "Ninguno">
+<!ENTITY WrapHard.value "Estricto">
+<!ENTITY WrapSoft.value "Suave">
+<!ENTITY WrapPhysical.value "Físico">
+<!ENTITY WrapVirtual.value "Virtual">