| 1 | ; AiR-BOOT (c) Copyright 1998-2008 M. Kiewitz
|
|---|
| 2 | ;
|
|---|
| 3 | ; This file is part of AiR-BOOT
|
|---|
| 4 | ;
|
|---|
| 5 | ; AiR-BOOT is free software: you can redistribute it and/or modify it under
|
|---|
| 6 | ; the terms of the GNU General Public License as published by the Free
|
|---|
| 7 | ; Software Foundation, either version 3 of the License, or (at your option)
|
|---|
| 8 | ; any later version.
|
|---|
| 9 | ;
|
|---|
| 10 | ; AiR-BOOT is distributed in the hope that it will be useful, but WITHOUT ANY
|
|---|
| 11 | ; WARRANTY: without even the implied warranty of MERCHANTABILITY or FITNESS
|
|---|
| 12 | ; FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|---|
| 13 | ; details.
|
|---|
| 14 | ;
|
|---|
| 15 | ; You should have received a copy of the GNU General Public License along with
|
|---|
| 16 | ; AiR-BOOT. If not, see <http://www.gnu.org/licenses/>.
|
|---|
| 17 | ;
|
|---|
| 18 | ;---------------------------------------------------------------------------
|
|---|
| 19 | ; AiR-BOOT SETUP / ALL SETUP MENUS
|
|---|
| 20 | ; v001 - English - by Martin Kiewitz
|
|---|
| 21 | ;---------------------------------------------------------------------------
|
|---|
| 22 |
|
|---|
| 23 | ; Main Setup - Items - Max Length: 33
|
|---|
| 24 | ;----------------------------------|-------------------------------|--------
|
|---|
| 25 | TXT_SETUP_PartitionSetup db 'PARTITION SETUP', 0
|
|---|
| 26 | TXT_SETUP_BasicOptions db 'BASIC OPTIONS', 0
|
|---|
| 27 | TXT_SETUP_AdvOptions db 'ADVANCED OPTIONS', 0
|
|---|
| 28 | TXT_SETUP_ExtOptions db 'EXTENDED BOOT OPTIONS', 0
|
|---|
| 29 | TXT_SETUP_DefMasterPwd db 'DEFINE MASTER PASSWORD', 0
|
|---|
| 30 | TXT_SETUP_DefBootPwd db 'DEFINE BOOT PASSWORD', 0
|
|---|
| 31 | TXT_SETUP_SaveAndExit db 'SAVE & EXIT SETUP', 0
|
|---|
| 32 | TXT_SETUP_JustExit db 'EXIT WITHOUT SAVING', 0
|
|---|
| 33 |
|
|---|
| 34 | ; The Letters for all flags in Partition Setup
|
|---|
| 35 | TXT_SETUP_FlagLetterBootable equ 'B'
|
|---|
| 36 | TXT_SETUP_FlagLetterVIBR equ 'V'
|
|---|
| 37 | TXT_SETUP_FlagLetterHide equ 'H'
|
|---|
| 38 | TXT_SETUP_FlagLetterDrvLetter equ 'L'
|
|---|
| 39 | TXT_SETUP_FlagLetterExtMShack equ 'P'
|
|---|
| 40 |
|
|---|
| 41 | TXT_SETUP_LetterYes equ 'Y'
|
|---|
| 42 | TXT_SETUP_LetterYes2 equ 'Z'
|
|---|
| 43 | TXT_SETUP_LetterNo equ 'N'
|
|---|
| 44 |
|
|---|
| 45 | ; Basic Options - Items - Max Length: 23
|
|---|
| 46 | ;----------------------------------|---------------------|------------------
|
|---|
| 47 | TXT_SETUP_DefaultSelection db 'Default Selection', 0
|
|---|
| 48 | TXT_SETUP_TimedBoot db 'Timed Boot', 0
|
|---|
| 49 | TXT_SETUP_TimedBootDelay db 'Timed Boot Delay (sec)', 0
|
|---|
| 50 | TXT_SETUP_TimedKeyHandling db 'Timed Key Handling', 0
|
|---|
| 51 | TXT_SETUP_BootLastIfTimed db 'Boot From Last If Timed', 0
|
|---|
| 52 | TXT_SETUP_RememberLastBoot db 'Remember Last Boot', 0
|
|---|
| 53 | TXT_SETUP_RememberTimedBoot db 'Remember Timed Boot', 0
|
|---|
| 54 | TXT_SETUP_IncludeFloppy db 'Include Floppy Drive', 0
|
|---|
| 55 | TXT_SETUP_ShowLVMDriveLetters db 'Show LVM Drive Letters',0
|
|---|
| 56 | TXT_SETUP_MbrProtection db 'MBR Protection', 0
|
|---|
| 57 | TXT_SETUP_IgnoreMbrWrites db '-> Ignore MBR Writes', 0
|
|---|
| 58 | TXT_SETUP_MakeSounds db 'Make Sounds', 0
|
|---|
| 59 | TXT_SETUP_CooperBars db 'Cooper Bars', 0
|
|---|
| 60 |
|
|---|
| 61 | ; Advanced Options - Items - Max Length: 23
|
|---|
| 62 | ;----------------------------------|---------------------|------------------
|
|---|
| 63 | TXT_SETUP_BootMenu db 'Boot Menu', 0
|
|---|
| 64 | TXT_SETUP_PartAutoDetect db 'Partitions Autodetect', 0
|
|---|
| 65 | TXT_SETUP_SecurityOptions db '-> Security Options <-', 0
|
|---|
| 66 | TXT_SETUP_PasswordedSetup db 'Passworded Setup', 0
|
|---|
| 67 | TXT_SETUP_PasswordedSystem db 'Passworded System', 0
|
|---|
| 68 | TXT_SETUP_PasswordedChangeBoot db 'Passworded Change Boot', 0
|
|---|
| 69 | TXT_SETUP_GetFloppyName db 'Get Floppy Name', 0
|
|---|
| 70 | TXT_SETUP_GetFloppyName2Sec db '-> Get Every 2 Seconds', 0
|
|---|
| 71 | TXT_SETUP_VirusDetect db 'Virus Detection', 0
|
|---|
| 72 | TXT_SETUP_StealthDetect db 'Stealth Detection', 0
|
|---|
| 73 | TXT_SETUP_VIBRdetect db 'VIBR Detection', 0
|
|---|
| 74 | TXT_SETUP_ContinueBIOSboot db 'Continue BIOS Boot Seq', 0
|
|---|
| 75 |
|
|---|
| 76 | ; Extended Options - Items - Max Length: 23
|
|---|
| 77 | ;----------------------------------|---------------------|------------------
|
|---|
| 78 | ; [Linux support removed since v1.02]
|
|---|
| 79 | ;TXT_SETUP_LinuxKernelPart db 'Linux Kernel Partition', 0
|
|---|
| 80 | ;TXT_SETUP_LinuxDefaultKernel db 'Linux Default Kernel', 0
|
|---|
| 81 | ;TXT_SETUP_LinuxRootPart db 'Linux Root Partition', 0
|
|---|
| 82 | ; This here may be larger than 23 chars...
|
|---|
| 83 | ;TXT_SETUP_DefLinuxCmd db 'DEFINE COMMAND LINE FOR LINUX', 0
|
|---|
| 84 | TXT_SETUP_IgnoreLVM db 'Ignore LVM information', 0
|
|---|
| 85 | ;~ TXT_SETUP_ForceLBAUsage db 'Force BIOS-LBA Usage', 0
|
|---|
| 86 | TXT_SETUP_ExtPartMShack db 'Ext-Part MS Workaround', 0
|
|---|
| 87 |
|
|---|
| 88 | ; DYNAMIC LENGTH, maximum 11 chars excluding ending zero
|
|---|
| 89 | ;----------------------------------|---------|------------------------------
|
|---|
| 90 | TXT_SETUP_MAGIC_Enabled db 'Enabled', 0
|
|---|
| 91 | TXT_SETUP_MAGIC_Disabled db 'Disabled', 0
|
|---|
| 92 | TXT_SETUP_MAGIC_Detailed db 'Detailed', 0
|
|---|
| 93 | TXT_SETUP_MAGIC_NoBootable db 'No Bootable', 0
|
|---|
| 94 | ; [Linux support removed since v1.02]
|
|---|
| 95 | ;TXT_SETUP_MAGIC_NoLinux db 'No Linux', 0
|
|---|
| 96 | TXT_SETUP_MAGIC_DoNothing db 'Do Nothing', 0
|
|---|
| 97 | TXT_SETUP_MAGIC_ResetTime db 'Reset Time', 0
|
|---|
| 98 | TXT_SETUP_MAGIC_StopTime db 'Stop Time', 0
|
|---|
| 99 | TXT_SETUP_MAGIC_CDROM db 'CD-ROM', 0
|
|---|
| 100 | TXT_SETUP_MAGIC_Network db 'Network', 0
|
|---|
| 101 | TXT_SETUP_MAGIC_ZIPLS db 'ZIP/LS120', 0
|
|---|
| 102 | ; Max Length: 10 (used in Hide-Configuration as well)
|
|---|
| 103 | ;----------------------------------|--------|-------------------------------
|
|---|
| 104 | TXT_SETUP_MAGIC_Hidden db 'Hidden', 0
|
|---|
| 105 | TXT_SETUP_MAGIC_Unhidden db 'Unhidden', 0
|
|---|
| 106 | ; Max Length: 10 ("C:" will be appended afterwards)
|
|---|
| 107 | ;----------------------------------|--------|-------------------------------
|
|---|
| 108 | TXT_SETUP_MAGIC_Set db 'set ', 0
|
|---|
| 109 |
|
|---|
| 110 | ; Setup Control Help - Max Length: 33
|
|---|
| 111 | ;----------------------------------|-------------------------------|--------
|
|---|
| 112 | TXT_SETUPHELP_Main db 24,32,25,32,26,32,27,' : Choose Action', 0
|
|---|
| 113 | db 'Enter : Select Action', 0
|
|---|
| 114 | db 'F10 : Save&Exit Setup', 0
|
|---|
| 115 | db 'Esc : Quit Setup', 0
|
|---|
| 116 |
|
|---|
| 117 | TXT_SETUPHELP_SubMenu db 24,32,25,32,26,32,27,' : Choose Item', 0
|
|---|
| 118 | db 'PgUp/Dn : Change Item', 0
|
|---|
| 119 | db 'F1 : Show help for Item', 0
|
|---|
| 120 | db 'Esc : Return to main-menu', 0
|
|---|
| 121 |
|
|---|
| 122 | TXT_SETUPHELP_PartSetup db 24,32,25,32,26,32,27,' : Choose partition', 0
|
|---|
| 123 | db 'Enter : Edit label', 0
|
|---|
| 124 | db 'F1 : Flags (press key to toogle)', 0
|
|---|
| 125 | db 'Esc : Return to main-menu', 0
|
|---|
| 126 |
|
|---|
| 127 | ; HELP FOR EVERY MENU-ITEM, Maximum Length = 22 chars PER line. Maximum 5 lines
|
|---|
| 128 |
|
|---|
| 129 | ;1234567890123456789012
|
|---|
| 130 | ;----------------------------------|--------------------|-------------------
|
|---|
| 131 | TXT_SETUPHELP_PartitionSetup db 'Make your partitions', 0
|
|---|
| 132 | db 'bootable, change their', 0
|
|---|
| 133 | db 'name, define hiding', 0
|
|---|
| 134 | db 'and much more.', 0
|
|---|
| 135 | db 0
|
|---|
| 136 | TXT_SETUPHELP_BasicOptions db 'These options are for', 0
|
|---|
| 137 | db 'non-experienced users.', 0
|
|---|
| 138 | db 0
|
|---|
| 139 | TXT_SETUPHELP_AdvOptions db 'These are for advanced', 0
|
|---|
| 140 | db 'users. If you do not', 0
|
|---|
| 141 | db 'what they do, leave', 0
|
|---|
| 142 | db 'them like they are.', 0
|
|---|
| 143 | db 0
|
|---|
| 144 | TXT_SETUPHELP_ExtOptions db 'Extended options for', 0
|
|---|
| 145 | db 'specific OSes.', 0
|
|---|
| 146 | db 0
|
|---|
| 147 | TXT_SETUPHELP_DefMasterPwd db 'Define a password for', 0
|
|---|
| 148 | db 'access to setup and', 0
|
|---|
| 149 | db 'system.', 0
|
|---|
| 150 | db 0
|
|---|
| 151 | TXT_SETUPHELP_DefBootPwd db 'Define a password for', 0
|
|---|
| 152 | db 'access to system.', 0
|
|---|
| 153 | db 0
|
|---|
| 154 | TXT_SETUPHELP_SaveAndExit db 'Will continue boot-', 0
|
|---|
| 155 | db 'process and save the', 0
|
|---|
| 156 | db 'current options.', 0
|
|---|
| 157 | db 0
|
|---|
| 158 | TXT_SETUPHELP_JustExit db 'Will continue, but', 0
|
|---|
| 159 | db 'discard any changes', 0
|
|---|
| 160 | db 'done to options.', 0
|
|---|
| 161 | db 0
|
|---|
| 162 |
|
|---|
| 163 | TXT_SETUPHELP_InPartitionSetup db 'B - Bootable', 0
|
|---|
| 164 | db 'V - VIBR-Detection', 0
|
|---|
| 165 | db 'H - Hidden Support', 0
|
|---|
| 166 | db 'L - Partition Letter', 0
|
|---|
| 167 | db 'P - Ext-Part MS invent', 0
|
|---|
| 168 | db 0
|
|---|
| 169 |
|
|---|
| 170 | TXT_SETUPHELP_HideSetup db 'Select the state at', 0
|
|---|
| 171 | db 'which the partitions', 0
|
|---|
| 172 | db 'shall be, when the', 0
|
|---|
| 173 | db 'currently selected', 0
|
|---|
| 174 | db 'partition is booted.', 0
|
|---|
| 175 | db 0
|
|---|
| 176 |
|
|---|
| 177 | ; Basic Options - Help
|
|---|
| 178 | ;----------------------------------|--------------------|-------------------
|
|---|
| 179 | TXT_SETUPHELP_DefaultSelection db 'Changes your default', 0
|
|---|
| 180 | db 'selection. It can be', 0
|
|---|
| 181 | db 'used on Timed Boot.', 0
|
|---|
| 182 | db 0
|
|---|
| 183 | TXT_SETUPHELP_TimedBoot db 'AiR-BOOT will proceed', 0
|
|---|
| 184 | db 'automatically after a', 0
|
|---|
| 185 | db 'specified delay.', 0
|
|---|
| 186 | db 0
|
|---|
| 187 | TXT_SETUPHELP_TimedBootDelay db 'The mentioned delay', 0
|
|---|
| 188 | db 'for Timed Boot.', 0
|
|---|
| 189 | db 0
|
|---|
| 190 | TXT_SETUPHELP_TimedKeyHandling db 'If you press a key in', 0
|
|---|
| 191 | db 'Boot Menu, when using', 0
|
|---|
| 192 | db 'TimedBoot, what shall', 0
|
|---|
| 193 | db 'AiR-BOOT do ?', 0
|
|---|
| 194 | db 0
|
|---|
| 195 | TXT_SETUPHELP_BootLastIfTimed db 'AiR-BOOT will use the', 0
|
|---|
| 196 | db 'last-booted partition', 0
|
|---|
| 197 | db 'when timed booting.', 0
|
|---|
| 198 | db 'Otherwise it will use', 0
|
|---|
| 199 | db 'the default one.', 0
|
|---|
| 200 | db 0
|
|---|
| 201 | TXT_SETUPHELP_RememberLastBoot db 'AiR-BOOT will put', 0
|
|---|
| 202 | db 'the menu-bar on the', 0
|
|---|
| 203 | db 'last booted partition', 0
|
|---|
| 204 | db 'at startup.', 0
|
|---|
| 205 | db 0
|
|---|
| 206 | TXT_SETUPHELP_RememberTimeBoot db 'Like the last option,', 0
|
|---|
| 207 | db 'AiR-BOOT will save', 0
|
|---|
| 208 | db 'the bar on timed', 0
|
|---|
| 209 | db 'boots, too.', 0
|
|---|
| 210 | db 0
|
|---|
| 211 | TXT_SETUPHELP_IncludeFloppy db 'AiR-BOOT will allow', 0
|
|---|
| 212 | db 'booting from A: via', 0
|
|---|
| 213 | db 'menu.', 0
|
|---|
| 214 | db 0
|
|---|
| 215 | TXT_SETUPHELP_ShowLVMDriveLetters db 'AiR-BOOT will show', 0
|
|---|
| 216 | db 'LVM Drive Letters', 0
|
|---|
| 217 | db 'in the menu.', 0
|
|---|
| 218 | db 0
|
|---|
| 219 | TXT_SETUPHELP_MbrProtection db 'Protects your MBR via', 0
|
|---|
| 220 | db 'resident code. Needs', 0
|
|---|
| 221 | db '1 KByte of base-memory', 0
|
|---|
| 222 | db 'May be incompatible', 0
|
|---|
| 223 | db 'with some OS.', 0
|
|---|
| 224 | db 0
|
|---|
| 225 | TXT_SETUPHELP_IgnoreMbrWrites db 'If this is enabled,', 0
|
|---|
| 226 | db 'all writes will get', 0
|
|---|
| 227 | db 'ignored, otherwise', 0
|
|---|
| 228 | db 'system will "crash".', 0
|
|---|
| 229 | db 0
|
|---|
| 230 | TXT_SETUPHELP_MakeSounds db 'AiR-BOOT is able to', 0
|
|---|
| 231 | db 'make sounds using your', 0
|
|---|
| 232 | db 'internal speaker.', 0
|
|---|
| 233 | db 0
|
|---|
| 234 | TXT_SETUPHELP_CooperBars db 'Will make some fancy', 0
|
|---|
| 235 | db 'effect during bootup.', 0
|
|---|
| 236 | db 0
|
|---|
| 237 |
|
|---|
| 238 | ; Advanced Options - Help
|
|---|
| 239 | ;----------------------------------|--------------------|-------------------
|
|---|
| 240 | TXT_SETUPHELP_BootMenu db 'Disabled will not show', 0
|
|---|
| 241 | db 'menu and directly boot', 0
|
|---|
| 242 | db 'default partition.', 0
|
|---|
| 243 | db 'Detailed will show', 0
|
|---|
| 244 | db 'more information.', 0
|
|---|
| 245 | db 0
|
|---|
| 246 | TXT_SETUPHELP_PartAutoDetect db 'If AiR-BOOT finds new', 0
|
|---|
| 247 | db 'partitions, it will', 0
|
|---|
| 248 | db 'make them boot-able.', 0
|
|---|
| 249 | db 0
|
|---|
| 250 | TXT_SETUPHELP_PasswordedSetup db 'When entering this', 0
|
|---|
| 251 | db 'setup, you will be', 0
|
|---|
| 252 | db 'asked for a password.', 0
|
|---|
| 253 | db 0
|
|---|
| 254 | TXT_SETUPHELP_PasswordedSystem db 'When booting your', 0
|
|---|
| 255 | db 'computer, you will', 0
|
|---|
| 256 | db 'be asked for it.', 0
|
|---|
| 257 | db 0
|
|---|
| 258 | TXT_SETUPHELP_PasswordedBoot db 'When not Timed Booting', 0
|
|---|
| 259 | db 'you will get asked.', 0
|
|---|
| 260 | db 0
|
|---|
| 261 | TXT_SETUPHELP_GetFloppyName db 'When showing floppy', 0
|
|---|
| 262 | db 'disc in boot-menu,', 0
|
|---|
| 263 | db 'AiR-BOOT will get the', 0
|
|---|
| 264 | db 'floppy name.', 0
|
|---|
| 265 | db 0
|
|---|
| 266 | TXT_SETUPHELP_GetFloppyName2Sec db 'Additionally it will', 0
|
|---|
| 267 | db 'update the floppy name', 0
|
|---|
| 268 | db 'every 2 seconds.', 0
|
|---|
| 269 | db 0
|
|---|
| 270 | TXT_SETUPHELP_VirusDetect db 'Will detect normal', 0
|
|---|
| 271 | db 'virus (lame ones).', 0
|
|---|
| 272 | db 0
|
|---|
| 273 | TXT_SETUPHELP_StealthDetect db 'Will detect Stealth', 0
|
|---|
| 274 | db 'virus.', 0
|
|---|
| 275 | db 0
|
|---|
| 276 | TXT_SETUPHELP_VIBRdetect db 'Will detect VIBR.', 0
|
|---|
| 277 | db 'VIBR stands for', 0
|
|---|
| 278 | db 'Virus-In-Boot-Record.', 0
|
|---|
| 279 | db 0
|
|---|
| 280 | TXT_SETUPHELP_ContinueBIOSboot db 'If activated, this', 0
|
|---|
| 281 | db 'option will return', 0
|
|---|
| 282 | db 'control to BIOS for', 0
|
|---|
| 283 | db 'the specified device.', 0
|
|---|
| 284 | db 0
|
|---|
| 285 |
|
|---|
| 286 | ; Extended Options - Help
|
|---|
| 287 | ;----------------------------------|--------------------|-------------------
|
|---|
| 288 | ; [Linux support removed since v1.02]
|
|---|
| 289 | ;TXT_SETUPHELP_LinuxKernelPart db 'Defines the FAT-16', 0
|
|---|
| 290 | ; db 'partition that holds', 0
|
|---|
| 291 | ; db 'your Linux kernels.', 0
|
|---|
| 292 | ; db 0
|
|---|
| 293 | ;TXT_SETUPHELP_LinuxDefaultKrnl db 'Defines your default', 0
|
|---|
| 294 | ; db 'kernel filename.', 0
|
|---|
| 295 | ; db 0
|
|---|
| 296 | ;TXT_SETUPHELP_LinuxRootPart db 'Changes your Linux', 0
|
|---|
| 297 | ; db 'root partition.', 0
|
|---|
| 298 | ; db 0
|
|---|
| 299 | ;TXT_SETUPHELP_DefLinuxCmd: db 'Defines the command', 0
|
|---|
| 300 | ; db 'line for Linux, if', 0
|
|---|
| 301 | ; db 'available.', 0
|
|---|
| 302 | ; db 0
|
|---|
| 303 | ;----------------------------------|--------------------|-------------------
|
|---|
| 304 | TXT_SETUPHELP_IgnoreLVM db 'If activated, AiR-BOOT', 0
|
|---|
| 305 | db 'won''t even look for', 0
|
|---|
| 306 | db 'LVM information.', 0
|
|---|
| 307 | db 0
|
|---|
| 308 | ;~ TXT_SETUPHELP_ForceLBAUsage db 'Forces the usage of', 0
|
|---|
| 309 | ;~ db 'BIOS LBA APIs instead', 0
|
|---|
| 310 | ;~ db 'of mixed usage of CHS', 0
|
|---|
| 311 | ;~ db 'and LBA.', 0
|
|---|
| 312 | ;~ db 0
|
|---|
| 313 | TXT_SETUPHELP_ExtPartMShack db 'Enables dynamic change', 0
|
|---|
| 314 | db 'of the ext. partition', 0
|
|---|
| 315 | db 'type id to standard or', 0
|
|---|
| 316 | db 'MS-invention.', 0
|
|---|
| 317 | db '(defined by P-flag)', 0
|
|---|
| 318 | db 0
|
|---|
| 319 |
|
|---|
| 320 | ; Maximum 26 chars (should not be reached)
|
|---|
| 321 | ;----------------------------------|------------------------|---------------
|
|---|
| 322 | TXT_SETUPHELP_Base db ' HELP ', 0
|
|---|
| 323 | TXT_SETUPHELP_Enter db '<ENTER>', 0
|
|---|
| 324 |
|
|---|
| 325 | ; Maximum 60 chars (should not be reached)
|
|---|
| 326 | ;----------------------------------|----------------------------------------------------------|
|
|---|
| 327 | TXT_SETUP_PasswordOld db 'Old Password:', 0
|
|---|
| 328 | TXT_SETUP_PasswordDefine db 'Define Password:', 0
|
|---|
| 329 | TXT_SETUP_PasswordVerify db 'Verify Password:', 0
|
|---|
| 330 | TXT_SETUP_PasswordIncorrect db 'Old Password Incorrect, Sorry', 0
|
|---|
| 331 | TXT_SETUP_PasswordMismatch db 'Mismatched, Old Password Retained', 0
|
|---|
| 332 | TXT_SETUP_PasswordDisabled db 'No Password -> Protection Disabled', 0
|
|---|
| 333 | TXT_SETUP_PasswordMatched db '** Matched, New Password Set **', 0
|
|---|
| 334 |
|
|---|
| 335 | ; Maximum 60 chars (should not be reached anyway)
|
|---|
| 336 | ;----------------------------------|----------------------------------------------------------|
|
|---|
| 337 | TXT_SETUP_SaveAndExitNow db 'SAVE & EXIT NOW', 0
|
|---|
| 338 | TXT_SETUP_QuitWithoutSaveNow db 'QUIT WITHOUT SAVE', 0
|
|---|
| 339 | ; Must be shorter than SaveAndExitNow / QuitWithoutSaveNow
|
|---|
| 340 | ;----------------------------------|----------------------------------------------------------|
|
|---|
| 341 | TXT_SETUP_AreYouSure1 db 'ARE YOU SURE?', 0
|
|---|
| 342 | TXT_SETUP_AreYouSure2 db '(Y/N)', 0
|
|---|
| 343 |
|
|---|
| 344 | ; Maximum 60 chars (should not be reached)
|
|---|
| 345 | ;----------------------------------|----------------------------------------------------------|
|
|---|
| 346 | ; [Linux support removed since v1.02]
|
|---|
| 347 | ;TXT_SETUP_EnterLinuxCmdLine db 'Please enter/modify your Linux command-line:', 0
|
|---|
| 348 | ;TXT_SETUP_NoLinuxInstalled db 'You do not have Linux installed', 0
|
|---|
| 349 | TXT_SETUP_NoLDLpartition db 'The selected partition is not HPFS/FAT16/JFS', 0
|
|---|
| 350 |
|
|---|
| 351 | ;;;;;;;;;
|
|---|
| 352 |
|
|---|
| 353 | ; Maximum 34 chars (should not be reached)
|
|---|
| 354 | ;----------------------------------|--------------------------------|-------
|
|---|
| 355 | TXT_SETUP_HideFeature db 'Hide Feature', 0
|
|---|
| 356 | ;----------------------------------|---------------------|------------------
|
|---|
| 357 | TXT_SETUP_HideFeature2 db 'State when booting ', 0
|
|---|
| 358 |
|
|---|
| 359 | ; Drive-Letter Menu Header - Max Length: 19 chars
|
|---|
| 360 | ;----------------------------------|-----------------|----------------------
|
|---|
| 361 | TXT_SETUP_DriveLetter db 'Partition Letter', 0
|
|---|
| 362 |
|
|---|
| 363 | ; Drive-Letter Keys - Max Length: 19 chars
|
|---|
| 364 | ;----------------------------------|-----------------|----------------------
|
|---|
| 365 | TXT_SETUPHELP_DriveLetter db 'Press C-Z', 0
|
|---|
| 366 |
|
|---|
| 367 | ; Colors for special words hard-coded. Keep all 0s.
|
|---|
| 368 | ;TXT_SETUP_LowerMessage db 0,'Free',0,' private usage, but NOT for people that are/were working for US government',0
|
|---|
| 369 | ; db 'This software is released under ', 0, 'GPLv3+.', 0
|
|---|
| 370 | ; db 'For more information and source, please visit', 0
|
|---|
| 371 | ; db 'http://AiR-BOOT.sourceforge.net', 0
|
|---|
| 372 | ; db 'Contact via e-mail: ', 0, 'm_kiewitz [AT] users.sourceforge.net', 0
|
|---|