diff options
Diffstat (limited to 'l10n-es-MX/editor/ui/chrome/dialogs/EditorSpellCheck.dtd')
-rw-r--r-- | l10n-es-MX/editor/ui/chrome/dialogs/EditorSpellCheck.dtd | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/l10n-es-MX/editor/ui/chrome/dialogs/EditorSpellCheck.dtd b/l10n-es-MX/editor/ui/chrome/dialogs/EditorSpellCheck.dtd new file mode 100644 index 0000000000..3dee35d0be --- /dev/null +++ b/l10n-es-MX/editor/ui/chrome/dialogs/EditorSpellCheck.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/. --> + +<!-- Window title --> +<!ENTITY windowTitle.label "Comprobar ortografía"> + +<!ENTITY misspelledWord.label "Palabra mal escrita:"> +<!ENTITY wordEditField.label "Reemplazar con:"> +<!ENTITY wordEditField.accessKey "w"> +<!ENTITY checkwordButton.label "Comprobar palabra"> +<!ENTITY checkwordButton.accessKey "k"> +<!ENTITY suggestions.label "Sugerencias:"> +<!ENTITY suggestions.accessKey "u"> +<!ENTITY ignoreButton.label "Ignorar"> +<!ENTITY ignoreButton.accessKey "I"> +<!ENTITY ignoreAllButton.label "Ignorar todo"> +<!ENTITY ignoreAllButton.accessKey "n"> +<!ENTITY replaceButton.label "Reemplazar"> +<!ENTITY replaceButton.accessKey "R"> +<!ENTITY replaceAllButton.label "Reemplazar todos"> +<!ENTITY replaceAllButton.accessKey "A"> +<!ENTITY stopButton.label "Detener"> +<!ENTITY stopButton.accessKey "o"> +<!ENTITY userDictionary.label "Diccionario personal:"> +<!ENTITY moreDictionaries.label "Descargar más diccionarios..."> +<!ENTITY addToUserDictionaryButton.label "Agregar palabra"> +<!ENTITY addToUserDictionaryButton.accessKey "d"> +<!ENTITY editUserDictionaryButton.label "Editar…"> +<!ENTITY editUserDictionaryButton.accessKey "E"> +<!ENTITY recheckButton2.label "Volver a comprobar texto"> +<!ENTITY recheckButton2.accessKey "T"> +<!ENTITY closeButton.label "Cerrar"> +<!ENTITY closeButton.accessKey "C"> +<!ENTITY sendButton.label "Enviar"> +<!ENTITY sendButton.accessKey "S"> +<!ENTITY languagePopup.label "Idioma:"> +<!ENTITY languagePopup.accessKey "L"> |