blob: 3e2bb37a2ec7020cb5a561a22b02a66259d4df16 (
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 "Egen ordlista">
<!ENTITY wordEditField.label "Nytt ord:">
<!ENTITY wordEditField.accessKey "N">
<!ENTITY AddButton.label "Lägg till">
<!ENTITY AddButton.accessKey "L">
<!ENTITY DictionaryList.label "Ord i ordlistan:">
<!ENTITY DictionaryList.accessKey "O">
<!ENTITY RemoveButton.label "Ta bort">
<!ENTITY RemoveButton.accessKey "T">
<!ENTITY CloseButton.label "Stäng">
<!ENTITY CloseButton.accessKey "S">
|