[TRANSLATION]
[reactos.git] / reactos / base / applications / mscutils / devmgmt / lang / he-IL.rc
1 LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT
2
3 IDR_MAINMENU MENU
4 BEGIN
5 POPUP "&קובץ"
6 BEGIN
7 MENUITEM "&יציאה", IDC_EXIT
8 END
9 POPUP "פעולה"
10 BEGIN
11 MENUITEM "הדפס", IDC_PRINT, GRAYED
12 MENUITEM SEPARATOR
13 MENUITEM "מאפיינים", IDC_PROP, GRAYED
14 MENUITEM SEPARATOR
15 MENUITEM "עזרה", IDC_PROGHELP, GRAYED
16 END
17 POPUP "תצוגה"
18 BEGIN
19 MENUITEM "התקנים לפי סוג", IDC_DEVBYTYPE
20 MENUITEM "התקנים לפי חיבור", IDC_DEVBYCONN
21 MENUITEM "משאבים לפי סוג", IDC_RESBYTYPE, GRAYED
22 MENUITEM "משאבים לפי חיבור", IDC_RESBYCONN, GRAYED
23 MENUITEM SEPARATOR
24 MENUITEM "הראה התקנים מוסתרים", IDC_SHOWHIDDEN
25 END
26 POPUP "עזרה"
27 BEGIN
28 MENUITEM "עזרה", IDC_PROGHELP
29 MENUITEM "אודות", IDC_ABOUT
30 END
31 END
32
33 IDR_POPUP MENU
34 BEGIN
35 POPUP "popup"
36 BEGIN
37 MENUITEM "מאפיינים", IDC_PROP, GRAYED
38 MENUITEM SEPARATOR
39 MENUITEM "עזרה", IDC_PROGHELP
40 END
41 END
42
43 IDD_ABOUTBOX DIALOGEX 22,16,190,182
44 CAPTION "אודות מנהל ההתקנים"
45 FONT 8,"MS Shell Dlg",0,0
46 STYLE DS_SHELLFONT | WS_BORDER | WS_DLGFRAME | WS_SYSMENU | DS_MODALFRAME
47 BEGIN
48 LTEXT "Device Manager v0.1\nCopyright (C) 2006\nby Ged Murphy (gedmurphy@gmail.com)", IDC_STATIC, 48, 7, 130, 30
49 PUSHBUTTON "סגור", IDOK, 75, 162, 44, 15
50 ICON IDI_MAIN_ICON, IDC_STATIC, 10, 10, 7, 30
51 EDITTEXT IDC_LICENSE_EDIT, 8, 44, 174, 107, WS_VISIBLE | WS_VSCROLL | WS_TABSTOP | ES_READONLY | ES_MULTILINE
52 END
53
54 STRINGTABLE DISCARDABLE
55 BEGIN
56 IDS_LICENSE "This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\r\n\r\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\r\n\r\nYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA."
57 END
58
59 STRINGTABLE DISCARDABLE
60 BEGIN
61 IDS_TOOLTIP_PROP "מאפיינים"
62 IDS_TOOLTIP_REFRESH "רענן"
63 IDS_TOOLTIP_HELP "עזרה"
64 IDS_TOOLTIP_EXIT "יציאה"
65 END
66
67 /* Hints */
68 STRINGTABLE DISCARDABLE
69 BEGIN
70 IDS_APPNAME "מנהל ההתקנים של ReactOS"
71 IDS_HINT_BLANK " "
72 IDS_HINT_EXIT " סוגר את התכנית."
73 IDS_HINT_REFRESH " מרענן את רשימת השירותים."
74 IDS_HINT_PROP " Open property sheet for the current selection."
75 IDS_HINT_HELP " מראה חלון עזרה."
76 IDS_HINT_ABOUT " אודות מנהל ההתקנים של ReactOS"
77
78 IDS_HINT_SYS_RESTORE " מחזיר את החלון לגודלו הרגיל"
79 IDS_HINT_SYS_MOVE " מזיז חלון זה"
80 IDS_HINT_SYS_SIZE " משנה גודל חלון זה"
81 IDS_HINT_SYS_MINIMIZE " מוריד חלון זה לסמל"
82 IDS_HINT_SYS_MAXIMIZE " מרחיב את החלון לכל המסך."
83 IDS_HINT_SYS_CLOSE " סוגר חלון זה."
84 END