Changeset 29 for trunk/BOOTCODE/TEXT/EN/MENUS.ASM
- Timestamp:
- May 5, 2011, 2:00:00 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BOOTCODE/TEXT/EN/MENUS.ASM
r23 r29 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 ; 1 18 ;--------------------------------------------------------------------------- 2 19 ; AiR-BOOT SETUP / ALL SETUP MENUS … … 28 45 ; Basic Options - Items - Max Length: 23 29 46 ;----------------------------------|---------------------|------------------ 30 TXT_SETUP_Default Part db 'Default Partition', 047 TXT_SETUP_DefaultSelection db 'Default Selection', 0 31 48 TXT_SETUP_TimedBoot db 'Timed Boot', 0 32 49 TXT_SETUP_TimedBootDelay db 'Timed Boot Delay (sec)', 0 … … 58 75 ; Extended Options - Items - Max Length: 23 59 76 ;----------------------------------|---------------------|------------------ 60 TXT_SETUP_LinuxKernelPart db 'Linux Kernel Partition', 0 61 TXT_SETUP_LinuxDefaultKernel db 'Linux Default Kernel', 0 62 TXT_SETUP_LinuxRootPart db 'Linux Root Partition', 0 77 ; [Linux support removed since v1.02] 78 ;TXT_SETUP_LinuxKernelPart db 'Linux Kernel Partition', 0 79 ;TXT_SETUP_LinuxDefaultKernel db 'Linux Default Kernel', 0 80 ;TXT_SETUP_LinuxRootPart db 'Linux Root Partition', 0 81 ; This here may be larger than 23 chars... 82 ;TXT_SETUP_DefLinuxCmd db 'DEFINE COMMAND LINE FOR LINUX', 0 83 TXT_SETUP_IgnoreLVM db 'Ignore LVM information', 0 63 84 TXT_SETUP_ForceLBAUsage db 'Force BIOS-LBA Usage', 0 64 85 TXT_SETUP_ExtPartMShack db 'Ext-Part MS Workaround', 0 65 ; This here may be larger than 23 chars...66 TXT_SETUP_DefLinuxCmd db 'DEFINE COMMAND LINE FOR LINUX', 067 86 68 87 ; DYNAMIC LENGTH, maximum 11 chars excluding ending zero … … 72 91 TXT_SETUP_MAGIC_Detailed db 'Detailed', 0 73 92 TXT_SETUP_MAGIC_NoBootable db 'No Bootable', 0 74 TXT_SETUP_MAGIC_NoLinux db 'No Linux', 0 93 ; [Linux support removed since v1.02] 94 ;TXT_SETUP_MAGIC_NoLinux db 'No Linux', 0 75 95 TXT_SETUP_MAGIC_DoNothing db 'Do Nothing', 0 76 96 TXT_SETUP_MAGIC_ResetTime db 'Reset Time', 0 … … 156 176 ; Basic Options - Help 157 177 ;----------------------------------|--------------------|------------------- 158 TXT_SETUPHELP_Default Partdb 'Changes your default', 0159 db ' partition. It can be', 0178 TXT_SETUPHELP_DefaultSelection db 'Changes your default', 0 179 db 'selection. It can be', 0 160 180 db 'used on Timed Boot.', 0 161 181 db 0 … … 261 281 ; Extended Options - Help 262 282 ;----------------------------------|--------------------|------------------- 263 TXT_SETUPHELP_LinuxKernelPart db 'Defines the FAT-16', 0 264 db 'partition that holds', 0 265 db 'your Linux kernels.', 0 266 db 0 267 TXT_SETUPHELP_LinuxDefaultKrnl db 'Defines your default', 0 268 db 'kernel filename.', 0 269 db 0 270 TXT_SETUPHELP_LinuxRootPart db 'Changes your Linux', 0 271 db 'root partition.', 0 283 ; [Linux support removed since v1.02] 284 ;TXT_SETUPHELP_LinuxKernelPart db 'Defines the FAT-16', 0 285 ; db 'partition that holds', 0 286 ; db 'your Linux kernels.', 0 287 ; db 0 288 ;TXT_SETUPHELP_LinuxDefaultKrnl db 'Defines your default', 0 289 ; db 'kernel filename.', 0 290 ; db 0 291 ;TXT_SETUPHELP_LinuxRootPart db 'Changes your Linux', 0 292 ; db 'root partition.', 0 293 ; db 0 294 ;TXT_SETUPHELP_DefLinuxCmd: db 'Defines the command', 0 295 ; db 'line for Linux, if', 0 296 ; db 'available.', 0 297 ; db 0 298 ;----------------------------------|--------------------|------------------- 299 TXT_SETUPHELP_IgnoreLVM db 'If activated, AiR-BOOT', 0 300 db 'won''t even look for', 0 301 db 'LVM information.', 0 272 302 db 0 273 303 TXT_SETUPHELP_ForceLBAUsage db 'Forces the usage of', 0 … … 281 311 db 'MS-invention.', 0 282 312 db '(defined by P-flag)', 0 283 db 0284 TXT_SETUPHELP_DefLinuxCmd: db 'Defines the command', 0285 db 'line for Linux, if', 0286 db 'available.', 0287 313 db 0 288 314 … … 313 339 ; Maximum 60 chars (should not be reached) 314 340 ;----------------------------------|----------------------------------------------------------| 315 TXT_SETUP_EnterLinuxCmdLine db 'Please enter/modify your Linux command-line:', 0 316 TXT_SETUP_NoLinuxInstalled db 'You do not have Linux installed', 0 317 TXT_SETUP_NoLDLpartition db 'The selected partition is not HPFS nor FAT16', 0 341 ; [Linux support removed since v1.02] 342 ;TXT_SETUP_EnterLinuxCmdLine db 'Please enter/modify your Linux command-line:', 0 343 ;TXT_SETUP_NoLinuxInstalled db 'You do not have Linux installed', 0 344 TXT_SETUP_NoLDLpartition db 'The selected partition is not HPFS/FAT16/JFS', 0 318 345 319 346 ; Maximum 34 chars (should not be reached) … … 331 358 TXT_SETUPHELP_DriveLetter db 'Press C-Z', 0 332 359 333 IFNDEF ReleaseCommercial 334 ; Colors for special words hard-coded. Keep all 0s. 335 TXT_SETUP_LowerMessage db 'This program is ',0,'free',0,' for non-commercial private use.',0 336 db 'You may ',0,'NOT',0,' distribute/use AiR-BOOT in ',0,'-ANY-',0,' form,',0 337 db 'if you get money for the distributed product or the service.',0 338 db 'If you want to use AiR-BOOT in ',0,'other environments',0,', ',0,'preinstall',0,' or',0 339 db 'distribute',0,' it, please contact me via e-mail: ',0,'kiewitz@netlabs.org',0,' !',0 340 ENDIF 360 ; Colors for special words hard-coded. Keep all 0s. 361 ;TXT_SETUP_LowerMessage db 0,'Free',0,' private usage, but NOT for people that are/were working for US government',0 362 ; db 'This software is released under ', 0, 'GPLv3+.', 0 363 ; db 'For more information and source, please visit', 0 364 ; db 'http://AiR-BOOT.sourceforge.net', 0 365 ; db 'Contact via e-mail: ', 0, 'm_kiewitz [AT] users.sourceforge.net', 0
Note:
See TracChangeset
for help on using the changeset viewer.