diff options
Diffstat (limited to 'l10n-gl/editor/ui/chrome/dialogs/EditorSpellCheck.dtd')
-rw-r--r-- | l10n-gl/editor/ui/chrome/dialogs/EditorSpellCheck.dtd | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/l10n-gl/editor/ui/chrome/dialogs/EditorSpellCheck.dtd b/l10n-gl/editor/ui/chrome/dialogs/EditorSpellCheck.dtd new file mode 100644 index 0000000000..a1f91cdddb --- /dev/null +++ b/l10n-gl/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 "Verificación ortográfica"> + +<!ENTITY misspelledWord.label "Palabra mal ortografada:"> +<!ENTITY wordEditField.label "Substituír por:"> +<!ENTITY wordEditField.accessKey "t"> +<!ENTITY checkwordButton.label "Verificar palabra"> +<!ENTITY checkwordButton.accessKey "V"> +<!ENTITY suggestions.label "Suxestións:"> +<!ENTITY suggestions.accessKey "x"> +<!ENTITY ignoreButton.label "Ignorar"> +<!ENTITY ignoreButton.accessKey "I"> +<!ENTITY ignoreAllButton.label "Ignorar todo"> +<!ENTITY ignoreAllButton.accessKey "n"> +<!ENTITY replaceButton.label "Substituír"> +<!ENTITY replaceButton.accessKey "S"> +<!ENTITY replaceAllButton.label "Substituír todo"> +<!ENTITY replaceAllButton.accessKey "t"> +<!ENTITY stopButton.label "Deter"> +<!ENTITY stopButton.accessKey "e"> +<!ENTITY userDictionary.label "Dicionario persoal:"> +<!ENTITY moreDictionaries.label "Descargar máis dicionarios…"> +<!ENTITY addToUserDictionaryButton.label "Engadir palabra"> +<!ENTITY addToUserDictionaryButton.accessKey "g"> +<!ENTITY editUserDictionaryButton.label "Editar…"> +<!ENTITY editUserDictionaryButton.accessKey "E"> +<!ENTITY recheckButton2.label "Volver a comprobar texto"> +<!ENTITY recheckButton2.accessKey "t"> +<!ENTITY closeButton.label "Pechar"> +<!ENTITY closeButton.accessKey "P"> +<!ENTITY sendButton.label "Enviar"> +<!ENTITY sendButton.accessKey "E"> +<!ENTITY languagePopup.label "Idioma:"> +<!ENTITY languagePopup.accessKey "I"> |