1// Traslated by Baruch Rutman 2LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT 3 4IDD_FIRSTPAGE DIALOGEX 0, 0, 380, 228 5STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION 6CAPTION "צור קישור" 7FONT 8, "MS Shell Dlg", 0, 0, 0x0 8BEGIN 9 LTEXT "Text1", -1, 115, 15, 160, 24 10 LTEXT "Text2", -1, 115, 35, 160, 17 11END 12 13IDD_SUBMIT_REPORT DIALOGEX 0, 0, 380, 228 14STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION 15CAPTION "צור קישור" 16FONT 8, "MS Shell Dlg", 0, 0, 0x0 17BEGIN 18 LTEXT "Text1",-1,10,0,225,40 19 LTEXT "Text2",-1,10,40,120,20 20 LTEXT "Text3",-1,10,55,120,20 21END 22 23IDD_SHORTCUT_LOCATION DIALOGEX 0, 0, 340, 200 24STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION 25CAPTION "צור קיצור דרך" 26FONT 8, "MS Shell Dlg", 0, 0, 0x0 27BEGIN 28 LTEXT "This wizard helps you to create shortcuts to local or\nnetwork programs, files, folders, computers, or Internet\naddresses.", -1, 120, 15, 200, 30 29 LTEXT "הקלד את מיקום הפריט:", -1, 120, 50, 120, 10 30 EDITTEXT IDC_SHORTCUT_LOCATION, 120, 65, 150, 15, ES_LEFT | ES_AUTOHSCROLL 31 PUSHBUTTON "סייר...", IDC_SHORTCUT_BROWSE, 272, 65, 55, 15, ES_LEFT 32 LTEXT "לחץ הבא כדי להמשיך.", -1, 120, 97, 162, 10 33END 34 35IDD_SHORTCUT_FINISH DIALOGEX 0, 0, 340, 200 36STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION 37CAPTION "בחירת שם לתכנית" 38FONT 8, "MS Shell Dlg", 0, 0, 0x0 39BEGIN 40 LTEXT "הקלד שם עבור קיצור דרך זה:", -1, 120, 15, 150, 10 41 EDITTEXT IDC_SHORTCUT_NAME, 120, 35, 150, 15, ES_LEFT | ES_AUTOHSCROLL 42 LTEXT "לחץ על סיום כדי ליצור את קיצור הדרך.", -1, 118, 97, 178, 17 43END 44 45IDD_CONFIG_STARTMENU DIALOGEX 0, 0, 212, 200 46STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 47CAPTION "Remove Shortcuts/Folders" 48FONT 8, "MS Shell Dlg" 49BEGIN 50 LTEXT "&To remove an item from the Start menu, select the item and click Remove.", -1, 10, 10, 192, 16 51 CONTROL "List1", IDC_STARTMENU_TREE, "SysListView32", LVS_REPORT | LVS_SHOWSELALWAYS | 52 LVS_SORTASCENDING | WS_BORDER | WS_TABSTOP, 10, 32, 192, 138 53 PUSHBUTTON "&Remove", IDC_REMOVE_ENTRIES, 98, 176, 50, 14, WS_GROUP | WS_TABSTOP 54 DEFPUSHBUTTON "Close", IDOK, 152, 176, 50, 14, WS_GROUP | WS_TABSTOP 55END 56 57ID_DWL_GECKO_DIALOG DIALOGEX 0, 0, 260, 95 58STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 59CAPTION "Wine Gecko Installer" 60FONT 8, "MS Shell Dlg" 61BEGIN 62 CONTROL "ReactOS could not find a Wine Gecko package which is needed for applications embedding HTML to work correctly. ReactOS can automatically download and install it for you.", 63 ID_DWL_STATUS, "SysLink", 0, 10, 10, 240, 65 64 CONTROL "", ID_DWL_PROGRESS, PROGRESS_CLASSA, WS_BORDER | PBS_SMOOTH, 10, 40, 240, 12 65 DEFPUSHBUTTON "&Install", ID_DWL_INSTALL, 144, 76, 50, 14 66 PUSHBUTTON "Cancel", IDCANCEL, 200, 76, 50, 14 67END 68 69STRINGTABLE 70BEGIN 71 IDS_CPLSYSTEMNAME "הוספת/הסרת תכניות" 72 IDS_CPLSYSTEMDESCRIPTION "מגדיר תכניות ויוצר קישורי דרך." 73 IDS_CREATE_SHORTCUT "צור קיצור דרך" 74 IDS_ERROR_NOT_FOUND "הקובץ %s לא נמצא." 75END 76 77STRINGTABLE 78BEGIN 79 IDS_DOWNLOADING "Downloading..." 80 IDS_INSTALLING "Installing..." 81 IDS_INVALID_SHA "Unexpected checksum of downloaded file. Aborting installation of corrupted file." 82 IDS_NEW_INTERNET_SHORTCUT "New Internet Shortcut" 83 IDS_DWL_FAILED "Failed to download the Gecko package. Make sure you have an internet connection in order to download it. The setup will proceed without installing Gecko." 84 IDS_CANTMAKEINETSHORTCUT "Failed to create internet shortcut." 85 IDS_CANTMAKESHORTCUT "Failed to create shortcut." 86 IDS_NO_MEMORY "No memory could be allocated!" 87 IDS_NO_DIRECTORY "No directory given!" 88 IDS_INVALID_PATH "The given path is invalid!" 89 IDS_INVALID_NAME "The shortcut name you entered either contained characters that are invalid for file names or was too long." 90 IDS_BROWSE_FOR_TARGET "Please select the target of the shortcut below:" 91END 92