diff options
Diffstat (limited to 'l10n-de/mail/chrome/messenger/messengercompose/EditorSpellCheck.dtd')
-rw-r--r-- | l10n-de/mail/chrome/messenger/messengercompose/EditorSpellCheck.dtd | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/l10n-de/mail/chrome/messenger/messengercompose/EditorSpellCheck.dtd b/l10n-de/mail/chrome/messenger/messengercompose/EditorSpellCheck.dtd new file mode 100644 index 0000000000..5b3525a325 --- /dev/null +++ b/l10n-de/mail/chrome/messenger/messengercompose/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 "Rechtschreibprüfung"> + +<!ENTITY misspelledWord.label "Falsch geschriebenes Wort:"> +<!ENTITY wordEditField.label "Ersetzen durch:"> +<!ENTITY wordEditField.accessKey "d"> +<!ENTITY checkwordButton.label "Wort prüfen"> +<!ENTITY checkwordButton.accessKey "p"> +<!ENTITY suggestions.label "Vorschläge:"> +<!ENTITY suggestions.accessKey "V"> +<!ENTITY ignoreButton.label "Ignorieren"> +<!ENTITY ignoreButton.accessKey "I"> +<!ENTITY ignoreAllButton.label "Alle ignorieren"> +<!ENTITY ignoreAllButton.accessKey "g"> +<!ENTITY replaceButton.label "Ersetzen"> +<!ENTITY replaceButton.accessKey "E"> +<!ENTITY replaceAllButton.label "Alle ersetzen"> +<!ENTITY replaceAllButton.accessKey "A"> +<!ENTITY stopButton.label "Stopp"> +<!ENTITY stopButton.accessKey "o"> +<!ENTITY userDictionary.label "Benutzerwörterbuch:"> +<!ENTITY moreDictionaries.label "Weitere Wörterbücher herunterladen…"> +<!ENTITY addToUserDictionaryButton.label "Wort hinzufügen"> +<!ENTITY addToUserDictionaryButton.accessKey "h"> +<!ENTITY editUserDictionaryButton.label "Bearbeiten…"> +<!ENTITY editUserDictionaryButton.accessKey "B"> +<!ENTITY recheckButton2.label "Text erneut überprüfen"> +<!ENTITY recheckButton2.accessKey "T"> +<!ENTITY closeButton.label "Schließen"> +<!ENTITY closeButton.accessKey "c"> +<!ENTITY sendButton.label "Senden"> +<!ENTITY sendButton.accessKey "S"> +<!ENTITY languagePopup.label "Sprache:"> +<!ENTITY languagePopup.accessKey "r"> |