diff options
Diffstat (limited to 'l10n-km/editor/ui/chrome/dialogs/EditorSpellCheck.dtd')
-rw-r--r-- | l10n-km/editor/ui/chrome/dialogs/EditorSpellCheck.dtd | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/l10n-km/editor/ui/chrome/dialogs/EditorSpellCheck.dtd b/l10n-km/editor/ui/chrome/dialogs/EditorSpellCheck.dtd new file mode 100644 index 0000000000..f769231a89 --- /dev/null +++ b/l10n-km/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 "Ստուգել ուղղագրությունը"> + +<!ENTITY misspelledWord.label "Բացակայող բառ."> +<!ENTITY wordEditField.label "Replace with:"> +<!ENTITY wordEditField.accessKey "w"> +<!ENTITY checkwordButton.label "Check Word"> +<!ENTITY checkwordButton.accessKey "k"> +<!ENTITY suggestions.label "Suggestions:"> +<!ENTITY suggestions.accessKey "u"> +<!ENTITY ignoreButton.label "Ignore"> +<!ENTITY ignoreButton.accessKey "I"> +<!ENTITY ignoreAllButton.label "Ignore All"> +<!ENTITY ignoreAllButton.accessKey "n"> +<!ENTITY replaceButton.label "Replace"> +<!ENTITY replaceButton.accessKey "R"> +<!ENTITY replaceAllButton.label "Replace All"> +<!ENTITY replaceAllButton.accessKey "A"> + + +<!ENTITY userDictionary.label "Անձնական բառարան"> +<!ENTITY moreDictionaries.label "Բեռնել բառարաններ..."> +<!ENTITY addToUserDictionaryButton.label "Add Word"> +<!ENTITY addToUserDictionaryButton.accessKey "d"> +<!ENTITY editUserDictionaryButton.label "Edit…"> +<!ENTITY editUserDictionaryButton.accessKey "E"> + + +<!ENTITY closeButton.label "Close"> +<!ENTITY closeButton.accessKey "C"> +<!ENTITY sendButton.label "Send"> +<!ENTITY sendButton.accessKey "S"> +<!ENTITY languagePopup.label "Language:"> +<!ENTITY languagePopup.accessKey "L"> |