blob: ad9c276394466e4351f5660f7c2099c055c38c66 (
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
<!-- 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/. -->
<!-- LOCALIZATION NOTE : FILE This file contains the global menu items -->
<!ENTITY fileMenu.label "Filer">
<!ENTITY fileMenu.accesskey "F">
<!ENTITY newMenu.label "Ny">
<!ENTITY newMenu.accesskey "N">
<!ENTITY editMenu.label "Rediger">
<!ENTITY editMenu.accesskey "R">
<!ENTITY undoCmd.label "Fortryd">
<!ENTITY undoCmd.accesskey "F">
<!ENTITY redoCmd.label "Gendan">
<!ENTITY redoCmd.accesskey "G">
<!ENTITY deleteCmd.label "Slet">
<!ENTITY deleteCmd.accesskey "S">
<!ENTITY customizeCmd.label "Tilpas">
<!ENTITY customizeCmd.accesskey "T">
<!ENTITY viewMenu.label "Vis">
<!ENTITY viewMenu.accesskey "V">
<!ENTITY viewToolbarsMenu.label "Værktøjslinjer">
<!ENTITY viewToolbarsMenu.accesskey "V">
<!ENTITY showTaskbarCmd.label "Statuslinje">
<!ENTITY showTaskbarCmd.accesskey "a">
<!ENTITY closeCmd.label "Luk">
<!ENTITY closeCmd.key "W">
<!ENTITY closeCmd.accesskey "L">
<!ENTITY quitApplicationCmd.label "Afslut">
<!ENTITY quitApplicationCmd.key "Q">
<!ENTITY quitApplicationCmd.accesskey "A">
<!ENTITY quitApplicationCmdUnix.label "Afslut">
<!ENTITY quitApplicationCmdUnix.accesskey "A">
<!ENTITY quitApplicationCmdMac.label "Afslut &brandShortName;">
<!ENTITY quitApplicationCmdMac.accesskey "A">
|