LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT IDR_MAINMENU MENU BEGIN POPUP "&קובץ" BEGIN MENUITEM "&יציאה", IDC_EXIT END POPUP "פעולות" BEGIN MENUITEM "הדפס", IDC_PRINT, GRAYED MENUITEM SEPARATOR MENUITEM "מאפיינים", IDC_PROP, GRAYED END POPUP "תצוגה" BEGIN MENUITEM "התקנים לפי סוג", IDC_DEVBYTYPE, CHECKED MENUITEM "התקנים לפי חיבור", IDC_STATIC, GRAYED MENUITEM "משאבים לפי סוג", IDC_STATIC, GRAYED MENUITEM "משאבים לפי חיבור", IDC_STATIC, GRAYED END POPUP "עזרה" BEGIN MENUITEM "אודות", IDC_ABOUT END END IDR_POPUP MENU BEGIN POPUP "popup" BEGIN MENUITEM "מאפיינים", IDC_PROP, GRAYED END END IDD_ABOUTBOX DIALOGEX 22,16,190,182 CAPTION "אודות מנהל ההתקנים" FONT 8,"MS Shell Dlg",0,0 STYLE DS_SHELLFONT | WS_BORDER | WS_DLGFRAME | WS_SYSMENU | DS_MODALFRAME BEGIN LTEXT "Device Manager v0.1\nCopyright (C) 2006\nby Ged Murphy (gedmurphy@gmail.com)", IDC_STATIC, 48, 7, 130, 30 PUSHBUTTON "סגור", IDOK, 75, 162, 44, 15 ICON IDI_MAIN_ICON, IDC_STATIC, 10, 10, 7, 30 EDITTEXT IDC_LICENSE_EDIT, 8, 44, 174, 107, WS_VISIBLE | WS_VSCROLL | WS_TABSTOP | ES_READONLY | ES_MULTILINE END STRINGTABLE BEGIN 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." END STRINGTABLE BEGIN IDS_TOOLTIP_PROP "מאפיינים" IDS_TOOLTIP_REFRESH "רענן" IDS_TOOLTIP_HELP "עזרה" IDS_TOOLTIP_EXIT "יציאה" END /* Hints */ STRINGTABLE BEGIN IDS_APPNAME "מנהל ההתקנים של ReactOS" IDS_HINT_BLANK " " IDS_HINT_EXIT " Exits the program." IDS_HINT_REFRESH " Refresh the service list." IDS_HINT_PROP " Open property sheet for the current selection." IDS_HINT_HELP " Display help window." IDS_HINT_ABOUT " אודות מנהל ההתקנים של ReactOS" IDS_HINT_SYS_RESTORE " Restores this window to normal size." IDS_HINT_SYS_MOVE " Moves this window." IDS_HINT_SYS_SIZE " Resizes this window." IDS_HINT_SYS_MINIMIZE " Collapses this window to an icon." IDS_HINT_SYS_MAXIMIZE " Expands this window to fill this screen." IDS_HINT_SYS_CLOSE " Closes this window." END