blob: b717649d08f8d4e3fcbead4e5b516004bf2ec316 (
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
|
<!-- 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 "Dosiero">
<!ENTITY fileMenu.accesskey "D">
<!ENTITY newMenu.label "Krei">
<!ENTITY newMenu.accesskey "K">
<!ENTITY editMenu.label "Redakti">
<!ENTITY editMenu.accesskey "R">
<!ENTITY undoCmd.label "Malfari">
<!ENTITY undoCmd.accesskey "M">
<!ENTITY redoCmd.label "Refari">
<!ENTITY redoCmd.accesskey "R">
<!ENTITY deleteCmd.label "Forigi">
<!ENTITY deleteCmd.accesskey "F">
<!ENTITY viewMenu.label "Vido">
<!ENTITY viewMenu.accesskey "V">
<!ENTITY viewToolbarsMenu.label "Ilarstrioj">
<!ENTITY viewToolbarsMenu.accesskey "I">
<!ENTITY showTaskbarCmd.label "Stata strio">
<!ENTITY showTaskbarCmd.accesskey "S">
<!ENTITY closeCmd.label "Fermi">
<!ENTITY closeCmd.key "W">
<!ENTITY closeCmd.accesskey "F">
<!ENTITY quitApplicationCmd.label "Eliri">
<!ENTITY quitApplicationCmd.key "Q">
<!ENTITY quitApplicationCmd.accesskey "E">
<!ENTITY quitApplicationCmdUnix.label "Eliri">
<!ENTITY quitApplicationCmdUnix.accesskey "E">
<!ENTITY quitApplicationCmdMac.label "Fermi &brandShortName;">
<!ENTITY quitApplicationCmdMac.accesskey "F">
|