Ignore:
Timestamp:
Mar 3, 2003, 10:28:29 PM (22 years ago)
Author:
kiewitz
Message:

AiR-BOOT v1.01.
Signature-date: 2003-03-02.
Updated a whole bunch of sources.
Note: This comment was created after rebuilding the repo. [2011-07]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AIR-BOOT/SOURCE/TEXT/US/MENUS.ASM

    r12 r23  
    6262TXT_SETUP_LinuxRootPart        db 'Linux Root Partition', 0
    6363TXT_SETUP_ForceLBAUsage        db 'Force BIOS-LBA Usage', 0
    64 TXT_SETUP_ExtPartMShack        db 'Ext. Partition M$-Hack', 0
     64TXT_SETUP_ExtPartMShack        db 'Ext-Part MS Workaround', 0
    6565; This here may be larger than 23 chars...
    6666TXT_SETUP_DefLinuxCmd          db 'DEFINE COMMAND LINE FOR LINUX', 0
     
    144144                               db 'H - Hidden Support', 0
    145145                               db 'L - Partition Letter', 0
    146                                db 'P - Ext. Part. M$ Hack', 0
     146                               db 'P - Ext-Part MS invent', 0
    147147                               db 0
    148148
     
    279279                               db 'of the ext. partition', 0
    280280                               db 'type id to standard or', 0
    281                                db 'M$-id.', 0
     281                               db 'MS-invention.', 0
    282282                               db '(defined by P-flag)', 0
    283283                               db 0
     
    331331TXT_SETUPHELP_DriveLetter      db 'Press C-Z', 0
    332332
    333 ; Colors for special words hard-coded. Keep all 0s.
    334 TXT_SETUP_LowerMessage         db 'This program is ',0,'free',0,' for non-commercial private use.',0
     333IFNDEF 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
    335336                               db 'You may ',0,'NOT',0,' distribute/use AiR-BOOT in ',0,'-ANY-',0,' form,',0
    336337                               db 'if you get money for the distributed product or the service.',0
    337338                               db 'If you want to use AiR-BOOT in ',0,'other environments',0,', ',0,'preinstall',0,' or',0
    338339                               db 'distribute',0,' it, please contact me via e-mail: ',0,'kiewitz@netlabs.org',0,' !',0
     340ENDIF
Note: See TracChangeset for help on using the changeset viewer.