blob: d04ac1ef99fc7afef0c03eaafca4ac536ae68199 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 "Osebni slovar">
<!ENTITY wordEditField.label "Nova beseda:">
<!ENTITY wordEditField.accessKey "N">
<!ENTITY AddButton.label "Dodaj">
<!ENTITY AddButton.accessKey "D">
<!ENTITY DictionaryList.label "Besede v slovarju:">
<!ENTITY DictionaryList.accessKey "B">
<!ENTITY ReplaceButton.label "Zamenjaj">
<!ENTITY ReplaceButton.accessKey "Z">
<!ENTITY RemoveButton.label "Odstrani">
<!ENTITY RemoveButton.accessKey "O">
<!ENTITY CloseButton.label "Zapri">
<!ENTITY CloseButton.accessKey "Z">
|