Ignore:
Timestamp:
May 5, 2011, 2:00:00 PM (14 years ago)
Author:
Ben Rietbroek
Message:

AiR-BOOT v1.06 -- Complete sourceforge mirror. (r56) [2010-02-19]
Signature-date: 2006-03-13.
Also contains binairy releases from v1.01 to v1.06, cd-rom images, etc.
If you want the whole pre v1.07 shebang, checkout this revision's trunk.
The v1.06 reference version is in 'tags/v1.06r'.
Note that this reference version uses 'NL' for 'Dutch'.

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;
    118;---------------------------------------------------------------------------
    219;                                          AiR-BOOT SETUP / ALL SETUP MENUS
     
    2845; Basic Options - Items - Max Length: 23
    2946;----------------------------------|---------------------|------------------
    30 TXT_SETUP_DefaultPart          db 'Default Partition', 0
     47TXT_SETUP_DefaultSelection     db 'Default Selection', 0
    3148TXT_SETUP_TimedBoot            db 'Timed Boot', 0
    3249TXT_SETUP_TimedBootDelay       db 'Timed Boot Delay (sec)', 0
     
    5875; Extended Options - Items - Max Length: 23
    5976;----------------------------------|---------------------|------------------
    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
     83TXT_SETUP_IgnoreLVM            db 'Ignore LVM information', 0
    6384TXT_SETUP_ForceLBAUsage        db 'Force BIOS-LBA Usage', 0
    6485TXT_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', 0
    6786
    6887; DYNAMIC LENGTH, maximum 11 chars excluding ending zero
     
    7291TXT_SETUP_MAGIC_Detailed       db 'Detailed', 0
    7392TXT_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
    7595TXT_SETUP_MAGIC_DoNothing      db 'Do Nothing', 0
    7696TXT_SETUP_MAGIC_ResetTime      db 'Reset Time', 0
     
    156176; Basic Options - Help
    157177;----------------------------------|--------------------|-------------------
    158 TXT_SETUPHELP_DefaultPart      db 'Changes your default', 0
    159                                db 'partition. It can be', 0
     178TXT_SETUPHELP_DefaultSelection db 'Changes your default', 0
     179                               db 'selection. It can be', 0
    160180                               db 'used on Timed Boot.', 0
    161181                               db 0
     
    261281; Extended Options - Help
    262282;----------------------------------|--------------------|-------------------
    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;----------------------------------|--------------------|-------------------
     299TXT_SETUPHELP_IgnoreLVM        db 'If activated, AiR-BOOT', 0
     300                               db 'won''t even look for', 0
     301                               db 'LVM information.', 0
    272302                               db 0
    273303TXT_SETUPHELP_ForceLBAUsage    db 'Forces the usage of', 0
     
    281311                               db 'MS-invention.', 0
    282312                               db '(defined by P-flag)', 0
    283                                db 0
    284 TXT_SETUPHELP_DefLinuxCmd:     db 'Defines the command', 0
    285                                db 'line for Linux, if', 0
    286                                db 'available.', 0
    287313                               db 0
    288314
     
    313339; Maximum 60 chars (should not be reached)
    314340;----------------------------------|----------------------------------------------------------|
    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
     344TXT_SETUP_NoLDLpartition       db 'The selected partition is not HPFS/FAT16/JFS', 0
    318345
    319346; Maximum 34 chars (should not be reached)
     
    331358TXT_SETUPHELP_DriveLetter      db 'Press C-Z', 0
    332359
    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.