blob: f6637aad419c63d41198c8f548cd78bd93679ed2 (
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 "Fail">
<!ENTITY fileMenu.accesskey "F">
<!ENTITY newMenu.label "Baru">
<!ENTITY newMenu.accesskey "B">
<!ENTITY editMenu.label "Edit">
<!ENTITY editMenu.accesskey "E">
<!ENTITY undoCmd.label "Batal">
<!ENTITY undoCmd.accesskey "B">
<!ENTITY redoCmd.label "Ulang">
<!ENTITY redoCmd.accesskey "U">
<!ENTITY deleteCmd.label "Buang">
<!ENTITY deleteCmd.accesskey "B">
<!ENTITY viewMenu.label "Papar">
<!ENTITY viewMenu.accesskey "P">
<!ENTITY viewToolbarsMenu.label "Bar alatan">
<!ENTITY viewToolbarsMenu.accesskey "B">
<!ENTITY showTaskbarCmd.label "Bar Status">
<!ENTITY showTaskbarCmd.accesskey "u">
<!ENTITY closeCmd.label "Tutup">
<!ENTITY closeCmd.key "W">
<!ENTITY closeCmd.accesskey "T">
<!ENTITY quitApplicationCmd.label "Keluar">
<!ENTITY quitApplicationCmd.key "Q">
<!ENTITY quitApplicationCmd.accesskey "u">
<!ENTITY quitApplicationCmdUnix.label "Keluar">
<!ENTITY quitApplicationCmdUnix.accesskey "K">
<!ENTITY quitApplicationCmdMac.label "Keluar &brandShortName;">
<!ENTITY quitApplicationCmdMac.accesskey "K">
|