1/* Translated by Baruch Rutman, Additional Translations By Shy Zedaka */ 2 3LANGUAGE LANG_HEBREW, SUBLANG_DEFAULT 4 5/* Dialogs */ 6 7IDD_STARTPAGE DIALOGEX 0, 0, 317, 193 8STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 9CAPTION "התקנת ReactOS" 10FONT 8, "MS Shell Dlg" 11BEGIN 12 LTEXT "ברוכים הבאים לאשף ההתקנה של ReactOS", IDC_STARTTITLE, 115, 8, 195, 24 13 LTEXT "אתה לא יכול להתקין את ReactOS מהדיסק הזה ברגע זה! נע הפעל מחדש את המחשב מהדיסק הזה בשביל להתקין את ReactOS", IDC_STATIC, 115, 40, 195, 100 14 LTEXT "לחץ על 'סיום' כדי לסיים את ההתקנה.", IDC_STATIC, 115, 169, 195, 17 15END 16 17IDD_TYPEPAGE DIALOGEX 0, 0, 317, 143 18STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 19CAPTION "התקנת ReactOS" 20FONT 8, "MS Shell Dlg" 21BEGIN 22 AUTORADIOBUTTON "התקנת ReactOS", IDC_INSTALL, 7, 7, 277, 10, WS_GROUP | WS_TABSTOP 23 LTEXT "Install a new copy of ReactOS. This option does not keep your files, settings and programs. You can make changes to disks and partitions.", IDC_INSTALLTEXT, 18, 18, 269, 25, NOT WS_GROUP 24 AUTORADIOBUTTON "תיקון או עדכון גרסה קיימת", IDC_UPDATE, 7, 50, 277, 10 25 LTEXT "Update or repair an installed copy of ReactOS. This option keeps your files, settings and programs. This option is only available if ReactOS is already installed on this computer.", IDC_UPDATETEXT, 18, 61, 269, 30, NOT WS_GROUP 26 LTEXT "לחץ על 'הבא' כדי להגדיר את ההתקנים.", IDC_STATIC, 7, 128, 297, 8 27END 28 29IDD_UPDATEREPAIRPAGE DIALOGEX 0, 0, 317, 143 30STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 31CAPTION "התקנת ReactOS" 32FONT 8, "MS Shell Dlg" 33BEGIN 34 LTEXT "The ReactOS Setup can upgrade one of the available ReactOS installations listed below, or, if a ReactOS installation is damaged, the Setup program can attempt to repair it.", IDC_STATIC, 6, 6, 300, 18 35 CONTROL "", IDC_NTOSLIST, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_ALIGNLEFT | WS_BORDER | WS_TABSTOP, 6, 30, 303, 90 36 PUSHBUTTON "אל תשדרג", IDC_SKIPUPGRADE, 230, 128, 80, 14 37 LTEXT "Click Next to upgrade the selected OS installation, or on 'Do not upgrade' to continue a new installation without upgrading.", IDC_STATIC, 7, 124, 222, 16 38END 39 40IDD_DEVICEPAGE DIALOGEX 0, 0, 317, 143 41STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 42CAPTION "התקנת ReactOS" 43FONT 8, "MS Shell Dlg" 44BEGIN 45 LTEXT "מחשב:", IDC_STATIC, 20, 15, 80, 10 46 COMBOBOX IDC_COMPUTER, 100, 15, 180, 80, WS_VSCROLL | WS_TABSTOP | CBS_DROPDOWNLIST 47 LTEXT "תצוגה:", IDC_STATIC, 20, 35, 80, 10 48 COMBOBOX IDC_DISPLAY, 100, 35, 180, 80, WS_VSCROLL | WS_TABSTOP | CBS_DROPDOWNLIST 49 LTEXT "תצוגה:", IDC_STATIC, 20, 55, 80, 10 50 COMBOBOX IDC_KEYBOARD, 100, 55, 180, 80, WS_VSCROLL | WS_TABSTOP | CBS_DROPDOWNLIST 51 LTEXT "לחץ על 'הבא' כדי להגדיר את התקן ההתקנה.", IDC_STATIC, 7, 128, 297, 8 52END 53 54IDD_DRIVEPAGE DIALOGEX 0, 0, 317, 143 55STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 56CAPTION "התקנת ReactOS" 57FONT 8, "MS Shell Dlg" 58BEGIN 59 CONTROL "", IDC_PARTITION, "SysTreeList32", WS_BORDER | WS_VISIBLE | WS_TABSTOP | LVS_REPORT | LVS_SINGLESEL, 7, 7, 303, 112 60 PUSHBUTTON "Initialize(&I)", IDC_INITDISK, 7, 122, 50, 14 // NOTE: At same position as IDC_PARTCREATE 61 PUSHBUTTON "צור", IDC_PARTCREATE, 7, 122, 50, 14 62 PUSHBUTTON "Format(&F)", IDC_PARTFORMAT, 7, 122, 50, 14 // NOTE: At same position as IDC_PARTCREATE 63 PUSHBUTTON "מחק", IDC_PARTDELETE, 63, 122, 50, 14 64 PUSHBUTTON "טעינת מנהל התקן", IDC_DEVICEDRIVER, 174, 122, 50, 14, WS_DISABLED 65 PUSHBUTTON "אפשרויות מתקדמות...", IDC_PARTMOREOPTS, 230, 122, 80, 14 66 // LTEXT "לחץ על 'הבא' כדי לראות סיכום.", IDC_STATIC, 7, 128, 277, 8 67END 68 69IDD_PARTITION DIALOGEX 0, 0, 200, 120 70STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU 71CAPTION "יצירה ואתחול מחיצה" 72FONT 8, "MS Shell Dlg" 73BEGIN 74 LTEXT "גודל(&S):", IDC_STATIC, 7, 9, 70, 9 75 EDITTEXT IDC_EDIT_PARTSIZE, 82, 7, 47, 13, ES_RIGHT | ES_NUMBER | WS_GROUP 76 CONTROL "", IDC_UPDOWN_PARTSIZE, UPDOWN_CLASS, UDS_SETBUDDYINT | UDS_ALIGNRIGHT | 77 UDS_AUTOBUDDY | UDS_ARROWKEYS | WS_GROUP, 120, 22, 9, 13 78 LTEXT "MB", IDC_UNIT, 134, 9, 14, 9 79 AUTOCHECKBOX "&Extended partition", IDC_CHECK_MBREXTPART, 7, 22, 180, 14 80 LTEXT "מערכת קבצים(&F):", IDC_FS_STATIC, 7, 46, 70, 9 81 COMBOBOX IDC_FSTYPE, 82, 44, 100, 50, CBS_DROPDOWNLIST | WS_TABSTOP 82 AUTOCHECKBOX "&Quick format", IDC_CHECK_QUICKFMT, 7, 59, 180, 14 83 PUSHBUTTON "אישור", IDOK, 88, 98, 50, 14 84 PUSHBUTTON "ביטול", IDCANCEL, 143, 98, 50, 14 85END 86 87IDD_FORMAT DIALOGEX 0, 0, 200, 83 88STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU 89CAPTION "Format Partition" 90FONT 8, "MS Shell Dlg" 91BEGIN 92 LTEXT "מערכת קבצים(&F):", IDC_FS_STATIC, 7, 9, 70, 9 93 COMBOBOX IDC_FSTYPE, 82, 7, 100, 50, CBS_DROPDOWNLIST | WS_TABSTOP 94 AUTOCHECKBOX "&Quick format", IDC_CHECK_QUICKFMT, 7, 22, 180, 14 95 PUSHBUTTON "אישור", IDOK, 88, 61, 50, 14 96 PUSHBUTTON "ביטול", IDCANCEL, 143, 61, 50, 14 97END 98 99IDD_ADVINSTOPTS DIALOGEX 0, 0, 305, 135 100STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU 101CAPTION "Advanced Installation Options" 102FONT 8, "MS Shell Dlg" 103BEGIN 104 LTEXT "Choose the &directory where you want to install ReactOS:", IDC_STATIC, 7, 9, 291, 10 105 EDITTEXT IDC_PATH, 7, 23, 291, 13 106 GROUPBOX "Bootloader", IDC_STATIC, 7, 45, 291, 60 107 LTEXT "Select the location where the FreeLoader\nbootloader should be installed.\n\nBy default, it is installed on the system partition of the boot disk (and either in the Master or the Volume Boot Record for BIOS-based computers).", IDC_STATIC, 13, 57, 279, 44 108 COMBOBOX IDC_INSTFREELDR, 150, 58, 142, 45, WS_VSCROLL | WS_TABSTOP | CBS_DROPDOWNLIST 109 DEFPUSHBUTTON "אישור", IDOK, 193, 113, 50, 14 110 PUSHBUTTON "ביטול", IDCANCEL, 248, 113, 50, 14 111END 112 113IDD_SUMMARYPAGE DIALOGEX 0, 0, 317, 143 114STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 115CAPTION "התקנת ReactOS" 116FONT 8, "MS Shell Dlg" 117BEGIN 118 LTEXT "סוג התקנה:", IDC_STATIC, 18, 5, 74, 11 119 EDITTEXT IDC_INSTALLTYPE, 95, 4, 210, 13, ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE | NOT WS_BORDER | NOT WS_TABSTOP 120 LTEXT "Installation source:", IDC_STATIC, 18, 17, 74, 11 121 EDITTEXT IDC_INSTALLSOURCE, 95, 16, 210, 13, ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE | NOT WS_BORDER | NOT WS_TABSTOP 122 LTEXT "Architecture:", IDC_STATIC, 18, 29, 74, 11 123 EDITTEXT IDC_ARCHITECTURE, 95, 28, 210, 13, ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE | NOT WS_BORDER | NOT WS_TABSTOP 124 LTEXT "מחשב:", IDC_STATIC, 18, 41, 74, 11 125 EDITTEXT IDC_COMPUTER, 95, 40, 210, 13, ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE | NOT WS_BORDER | NOT WS_TABSTOP 126 LTEXT "תצוגה:", IDC_STATIC, 18, 53, 74, 11 127 EDITTEXT IDC_DISPLAY, 95, 52, 210, 13, ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE | NOT WS_BORDER | NOT WS_TABSTOP 128 LTEXT "מקלדת:", IDC_STATIC, 18, 65, 74, 11 129 EDITTEXT IDC_KEYBOARD, 95, 64, 210, 13, ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE | NOT WS_BORDER | NOT WS_TABSTOP 130 LTEXT "Destination volume:", IDC_STATIC, 18, 77, 74, 11 131 EDITTEXT IDC_DESTDRIVE, 95, 76, 210, 13, ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE | NOT WS_BORDER | NOT WS_TABSTOP 132 LTEXT "Destination directory:", IDC_STATIC, 18, 89, 74, 11 133 EDITTEXT IDC_PATH, 95, 88, 210, 13, ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE | NOT WS_BORDER | NOT WS_TABSTOP 134 AUTOCHECKBOX "I confirm that all the installation settings are correct. I also acknowledge that\nReactOS is alpha-quality software and may break on my computer or corrupt my data.", 135 IDC_CONFIRM_INSTALL, 7, 104, 303, 18, BS_MULTILINE 136 LTEXT "Please confirm that all the installation settings are correct,\nthen click on Install to start the installation process.", IDC_STATIC, 7, 124, 303, 18 137END 138 139IDD_PROCESSPAGE DIALOGEX 0, 0, 317, 143 140STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 141CAPTION "התקנת ReactOS" 142FONT 8, "MS Shell Dlg" 143BEGIN 144 LTEXT "התקן קבצים...", IDC_ACTIVITY, 20, 50, 277, 10 145 LTEXT "test.txt", IDC_ITEM, 30, 80, 257, 10 146 CONTROL "", IDC_PROCESSPROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 120, 277, 8 147END 148 149IDD_RESTARTPAGE DIALOGEX 0, 0, 317, 193 150STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 151CAPTION "התקנת ReactOS" 152FONT 8, "MS Shell Dlg" 153BEGIN 154 LTEXT "Completing the ReactOS Setup Wizard", IDC_FINISHTITLE, 115, 8, 195, 24 155 LTEXT "You have successfully completed the first stage of ReactOS Setup.", IDC_STATIC, 115, 50, 195, 17 156 LTEXT "כאשר תלחץ על 'סיים' המחשב שלך יפעיל את עצמו מחדש", IDC_STATIC, 115, 80, 195, 17 157 CONTROL "", IDC_RESTART_PROGRESS, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 115, 110, 195, 8 158 LTEXT "'אם יש דיסק בכונן, הסר אותו ואז, בשביל מחדש את המחשב לחץ על 'סיום", IDC_STATIC, 115, 169, 195, 17 159END 160 161/* Strings */ 162 163STRINGTABLE 164BEGIN 165 IDS_CAPTION "התקנת ReactOS" 166 IDS_TYPETITLE "ברוכים הבאים לתוכנית ההתקנה של ReactOS" 167 IDS_TYPESUBTITLE "בחירת סוג התקנה." 168 IDS_DEVICETITLE "Setup the basic devices" 169 IDS_DEVICESUBTITLE "Set the settings of display and keyboard." 170 IDS_DRIVETITLE "Setup the installation partition and system folder" 171 IDS_DRIVESUBTITLE "Prepare installation partition, system folder and bootloader." 172 IDS_SUMMARYTITLE "סיכום ההתקנה" 173 IDS_SUMMARYSUBTITLE "List installation properties to check before apply to the installation device." 174 IDS_PROCESSTITLE "Setup partition, copy files and setup system" 175 IDS_PROCESSSUBTITLE "Create and format partition, copy files, install and setup bootloader." 176 IDS_RESTARTTITLE "First stage of setup finished" 177 IDS_RESTARTSUBTITLE "The first stage of setup has been completed, restart to continue with second stage." 178 IDS_ABORTSETUP "ReactOS is not completely installed on your computer. If you quit Setup now, you will need to run Setup again to install ReactOS. Really quit?" 179 IDS_ABORTSETUP2 "לבטל את ההתקנה?" 180 IDS_NO_TXTSETUP_SIF "Unable to find 'txtsetup.sif'.\nSetup is unable to continue." 181 IDS_INSTALLBTN "&Install" 182 IDS_VOLUME_NOFORMAT "Not formatted" 183END 184 185STRINGTABLE 186BEGIN 187 IDS_INSTALLATION_NAME "שם" 188 IDS_INSTALLATION_PATH "נתיב ההתקנה" 189 IDS_INSTALLATION_VENDOR "שם הספק" 190END 191 192STRINGTABLE 193BEGIN 194 IDS_PARTITION_NAME "שם" 195 IDS_PARTITION_TYPE "סוג" 196 IDS_PARTITION_SIZE "גודל" 197 IDS_PARTITION_STATUS "מצב" 198END 199 200STRINGTABLE 201BEGIN 202 IDS_BOOTLOADER_NOINST "No installation" 203 IDS_BOOTLOADER_REMOVABLE "Removable media" 204 IDS_BOOTLOADER_SYSTEM "System partition (Default)" 205 IDS_BOOTLOADER_MBRVBR "MBR and VBR (Default)" 206 IDS_BOOTLOADER_VBRONLY "VBR only" 207END 208 209/* Progress Strings */ 210 211STRINGTABLE 212BEGIN 213 IDS_FORMATTING_PROGRESS1 "Formatting volume %c: (%s) in %s..." 214 IDS_FORMATTING_PROGRESS2 "Formatting volume %s in %s..." 215 216 IDS_CHECKING_PROGRESS1 "Checking volume %c: (%s)..." 217 IDS_CHECKING_PROGRESS2 "Checking volume %s..." 218 219 IDS_COPYING "Copying %s" 220 IDS_MOVING "Moving %s to %s" 221 IDS_RENAMING "Renaming %s to %s" 222 IDS_DELETING "Deleting %s" 223 224 IDS_CONFIG_SYSTEM_PARTITION "Configuring the system partition..." 225 IDS_PREPARE_PARTITIONS "Preparing partitions..." 226 IDS_PREPARE_FILES "Preparing the list of files to be copied, please wait..." 227 IDS_COPYING_FILES "Copying the files..." 228 229 IDS_CREATE_REGISTRY "Creating the registry..." 230 IDS_UPDATE_REGISTRY "Updating the registry..." 231 232 // IDS_INSTALL_FINALIZE "Finalizing the installation..." 233 IDS_INSTALL_BOOTLOADER "Installing the bootloader..." 234END 235 236// Note to translators: please refer to the corresponding usetup/lang/*.h translations. 237STRINGTABLE 238BEGIN 239 IDS_REG_DONE "Done" 240 IDS_REG_REGHIVEUPDATE "Updating registry hives" 241 IDS_REG_IMPORTFILE "Importing %s" 242 IDS_REG_DISPLAYSETTINGSUPDATE "Updating display registry settings" 243 IDS_REG_LOCALESETTINGSUPDATE "Updating locale settings" 244 IDS_REG_ADDKBLAYOUTS "Adding keyboard layouts" 245 IDS_REG_KEYBOARDSETTINGSUPDATE "Updating keyboard layout settings" 246 IDS_REG_CODEPAGEINFOUPDATE "Adding codepage information" 247 IDS_REG_UNKNOWN "Unknown status %d" 248END 249 250/* Error Strings */ 251 252STRINGTABLE 253BEGIN 254 IDS_ERROR_INVALID_INSTALLDIR_CHAR_TITLE "Invalid character" 255 IDS_ERROR_INVALID_INSTALLDIR_CHAR "The only valid characters are:\n\ 256alphanumericals (a-z, A-Z, 0-9), and\n . \\ - _\n\ 257Spaces are not allowed." 258 259 IDS_ERROR_DIRECTORY_NAME_TITLE "Invalid installation path" 260 IDS_ERROR_DIRECTORY_NAME "The ReactOS installation path must follow the DOS 8.3 naming scheme, \ 261and only contain letters, digits, dashes and periods. Spaces are not allowed." 262 263 IDS_ERROR_CREATE_PARTITION_TITLE "Create partition" 264 IDS_ERROR_CREATE_PARTITION "Failed to create a new partition." 265 266 IDS_WARN_DELETE_PARTITION_TITLE "Delete partition?" 267 IDS_WARN_DELETE_PARTITION "Are you sure you want to delete the selected partition?" 268 IDS_WARN_DELETE_MBR_EXTENDED_PARTITION "Are you sure you want to delete the selected extended partition and ALL the logical partitions it contains?" 269 270 IDS_ERROR_WRITE_PTABLE "Setup failed to write partition tables." 271 272 IDS_ERROR_SYSTEM_PARTITION "The ReactOS Setup could not find a supported system partition\n\ 273on your system or could not create a new one. Without such a partition\n\ 274the Setup program cannot install ReactOS.\ 275\nClick on OK to return to the partition selection list." 276 277 IDS_ERROR_FORMAT_UNRECOGNIZED_VOLUME "Unrecognized volume while attempting to format the partition." 278 279 IDS_ERROR_COULD_NOT_FORMAT "Setup is currently unable to format a partition in %s.\n\ 280\nClick on OK to continue Setup.\ 281\nClick on CANCEL to quit Setup." 282 283 IDS_ERROR_FORMATTING_PARTITION "Setup is unable to format the partition:\n %s\n" 284 285 IDS_ERROR_COULD_NOT_CHECK "Setup is currently unable to check a partition formatted in %s.\n\ 286\nClick on OK to continue Setup.\ 287\nClick on CANCEL to quit Setup." 288 289 IDS_ERROR_CHECKING_PARTITION "ChkDsk detected some disk errors.\n(Status 0x%08lx)." 290 291 IDS_ERROR_WRITE_BOOT "Setup failed to install the %s bootcode on the system partition." 292 IDS_ERROR_INSTALL_BOOTCODE "Setup failed to install the %s bootcode on the boot disk." 293 IDS_ERROR_INSTALL_BOOTCODE_REMOVABLE "Setup failed to install the bootcode on the removable media." 294 IDS_ERROR_BOOTLDR_ARCH_UNSUPPORTED "Setup does not currently support installing the bootloader on the computer you are using.\ 295\nClick on OK to continue anyway." 296 IDS_ERROR_BOOTLDR_FAILED "Setup could not install the bootloader (Status 0x%08lx)." 297END 298