blob: 2cd78fe769004ab3ed45a0e9fb6cf686ac2c2d0b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<!-- 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 wordEditField.label "Нове слово:">
<!ENTITY wordEditField.accessKey "Н">
<!ENTITY AddButton.label "Додати">
<!ENTITY AddButton.accessKey "Д">
<!ENTITY DictionaryList.label "Слова в словнику:">
<!ENTITY DictionaryList.accessKey "С">
<!ENTITY RemoveButton.label "Прибрати">
<!ENTITY RemoveButton.accessKey "П">
<!ENTITY CloseButton.label "Закрити">
<!ENTITY CloseButton.accessKey "З">
|