blob: 6a8a3052f346c2db666e9cdef1677c344e8d0a26 (
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
44
|
<!-- 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 "קובץ">
<!ENTITY fileMenu.accesskey "ק">
<!ENTITY newMenu.label "חדש">
<!ENTITY newMenu.accesskey "ח">
<!ENTITY editMenu.label "עריכה">
<!ENTITY editMenu.accesskey "ע">
<!ENTITY undoCmd.label "בטל">
<!ENTITY undoCmd.accesskey "ט">
<!ENTITY redoCmd.label "בצע שוב">
<!ENTITY redoCmd.accesskey "צ">
<!ENTITY deleteCmd.label "מחק">
<!ENTITY deleteCmd.accesskey "ח">
<!ENTITY preferencesCmd2.label "אפשרויות">
<!ENTITY preferencesCmd2.accesskey "ע">
<!ENTITY preferencesCmdUnix.label "העדפות">
<!ENTITY preferencesCmdUnix.accesskey "ע">
<!ENTITY viewMenu.label "תצוגה">
<!ENTITY viewMenu.accesskey "ת">
<!ENTITY viewToolbarsMenu.label "סרגלי כלים">
<!ENTITY viewToolbarsMenu.accesskey "ם">
<!ENTITY showTaskbarCmd.label "שורת מצב">
<!ENTITY showTaskbarCmd.accesskey "ש">
<!ENTITY closeCmd.label "סגירה">
<!ENTITY closeCmd.key "W">
<!ENTITY closeCmd.accesskey "ג">
<!ENTITY quitApplicationCmd.label "יציאה">
<!ENTITY quitApplicationCmd.key "Q">
<!ENTITY quitApplicationCmd.accesskey "צ">
<!ENTITY quitApplicationCmdUnix.label "יציאה">
<!ENTITY quitApplicationCmdUnix.accesskey "צ">
<!ENTITY quitApplicationCmdMac.label "יציאה מ־&brandShortName;">
<!ENTITY quitApplicationCmdMac.accesskey "q">
|