diff options
Diffstat (limited to 'l10n-tr/editor/ui/chrome/dialogs/EditorPersonalDictionary.dtd')
-rw-r--r-- | l10n-tr/editor/ui/chrome/dialogs/EditorPersonalDictionary.dtd | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/l10n-tr/editor/ui/chrome/dialogs/EditorPersonalDictionary.dtd b/l10n-tr/editor/ui/chrome/dialogs/EditorPersonalDictionary.dtd new file mode 100644 index 0000000000..5ed60138bb --- /dev/null +++ b/l10n-tr/editor/ui/chrome/dialogs/EditorPersonalDictionary.dtd @@ -0,0 +1,20 @@ +<!-- 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 "Kişisel Sözlük"> + +<!ENTITY wordEditField.label "Yeni sözcük:"> +<!ENTITY wordEditField.accessKey "n"> +<!ENTITY AddButton.label "Ekle"> +<!ENTITY AddButton.accessKey "E"> +<!ENTITY DictionaryList.label "Sözlükteki sözcükler:"> +<!ENTITY DictionaryList.accessKey "e"> +<!ENTITY ReplaceButton.label "Değiştir"> +<!ENTITY ReplaceButton.accessKey "D"> +<!ENTITY RemoveButton.label "Kaldır"> +<!ENTITY RemoveButton.accessKey "K"> + +<!ENTITY CloseButton.label "Kapat"> +<!ENTITY CloseButton.accessKey "K"> |