blob: 27dfecbce6285d7673e9a66a6670c9c5072420f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
<!-- 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/. -->
<!ENTITY windowTitle.label "Egenskaper för knappar">
<!ENTITY Settings.label "Inställningar">
<!ENTITY ButtonType.label "Typ">
<!ENTITY ButtonType.accesskey "T">
<!ENTITY submit.value "Skicka">
<!ENTITY reset.value "Återställ">
<!ENTITY button.value "Knapp">
<!ENTITY ButtonName.label "Namn:">
<!ENTITY ButtonName.accesskey "N">
<!ENTITY ButtonValue.label "Värde:">
<!ENTITY ButtonValue.accesskey "V">
<!ENTITY tabIndex.label "Tabbindex:">
<!ENTITY tabIndex.accesskey "i">
<!ENTITY ButtonDisabled.label "Inaktiverad">
<!ENTITY ButtonDisabled.accesskey "A">
<!ENTITY AccessKey.label "Snabbtangent:">
<!ENTITY AccessKey.accesskey "S">
<!ENTITY RemoveButton.label "Ta bort knapp">
<!ENTITY RemoveButton.accesskey "T">
|