summaryrefslogtreecommitdiffstats
path: root/l10n-es-MX/editor/ui/chrome/dialogs/EditorSelectProperties.dtd
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-es-MX/editor/ui/chrome/dialogs/EditorSelectProperties.dtd')
-rw-r--r--l10n-es-MX/editor/ui/chrome/dialogs/EditorSelectProperties.dtd48
1 files changed, 48 insertions, 0 deletions
diff --git a/l10n-es-MX/editor/ui/chrome/dialogs/EditorSelectProperties.dtd b/l10n-es-MX/editor/ui/chrome/dialogs/EditorSelectProperties.dtd
new file mode 100644
index 0000000000..55fdbf1508
--- /dev/null
+++ b/l10n-es-MX/editor/ui/chrome/dialogs/EditorSelectProperties.dtd
@@ -0,0 +1,48 @@
+<!-- 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 de la lista de selección">
+
+<!ENTITY Select.label "Lista de selección">
+<!ENTITY SelectName.label "Nombre de lista:">
+<!ENTITY SelectName.accesskey "N">
+<!ENTITY SelectSize.label "Altura:">
+<!ENTITY SelectSize.accesskey "H">
+<!ENTITY SelectMultiple.label "Selección múltiple">
+<!ENTITY SelectMultiple.accesskey "M">
+<!ENTITY SelectDisabled.label "Deshabilitado">
+<!ENTITY SelectDisabled.accesskey "D">
+<!ENTITY SelectTabIndex.label "Índice de tabulación:">
+<!ENTITY SelectTabIndex.accesskey "I">
+
+<!ENTITY OptGroup.label "Grupo opciones">
+<!ENTITY OptGroupLabel.label "Etiqueta:">
+<!ENTITY OptGroupLabel.accesskey "L">
+<!ENTITY OptGroupDisabled.label "Deshabilitado">
+<!ENTITY OptGroupDisabled.accesskey "D">
+
+<!ENTITY Option.label "Opción">
+<!ENTITY OptionText.label "Texto:">
+<!ENTITY OptionText.accesskey "T">
+<!ENTITY OptionValue.label "Valor:">
+<!ENTITY OptionValue.accesskey "V">
+<!ENTITY OptionSelected.label "Selecionado inicialmente">
+<!ENTITY OptionSelected.accesskey "S">
+<!ENTITY OptionDisabled.label "Deshabilitado">
+<!ENTITY OptionDisabled.accesskey "D">
+
+<!ENTITY TextHeader.label "Texto">
+<!ENTITY ValueHeader.label "Valor">
+<!ENTITY SelectedHeader.label "Seleccionado">
+
+<!ENTITY AddOption.label "Agragar opción">
+<!ENTITY AddOption.accesskey "O">
+<!ENTITY AddOptGroup.label "Agregar grupo">
+<!ENTITY AddOptGroup.accesskey "G">
+<!ENTITY RemoveElement.label "Eliminar">
+<!ENTITY RemoveElement.accesskey "R">
+<!ENTITY MoveElementUp.label "Ascender">
+<!ENTITY MoveElementUp.accesskey "U">
+<!ENTITY MoveElementDown.label "Descender">
+<!ENTITY MoveElementDown.accesskey "D">