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/IT/MENUS.ASM

    r12 r23  
    6262TXT_SETUP_LinuxRootPart        db 'Partizione Root Linux', 0
    6363TXT_SETUP_ForceLBAUsage        db 'Forza uso LBA del BIOS', 0
    64 TXT_SETUP_ExtPartMShack        db 'Partiz. Estese M$ >8Gb', 0
     64TXT_SETUP_ExtPartMShack        db 'Est-Part MS Workaround', 0
    6565; This here may be larger than 23 chars...
    6666TXT_SETUP_DefLinuxCmd          db 'DEFINIRE LINEA DI COMANDO LINUX', 0
     
    148148                               db 'N -Supporto Nascoste', 0
    149149                               db 'L -Lettera Partizione', 0
    150                                db 'P -Part.Estese MS >8Gb', 0
     150                               db 'P -Est-Part MS inventi', 0
    151151                               db 0
    152152
     
    290290                               db 'ed LBA.', 0
    291291                               db 0
    292 TXT_SETUPHELP_ExtPartMShack    db 'Cambia dinamicamente', 0
    293                                db 'l''ID delle partiz.', 0
    294                                db 'estese >8Gb da', 0
    295                                db 'standard a formato M$', 0
    296                                db '(definito dal flag P)', 0
     292TXT_SETUPHELP_ExtPartMShack    db 'Abilita il cambiamento', 0
     293                               db 'dinamico della partiz.', 0
     294                               db 'estesa, da "type id"', 0
     295                               db 'standard a tipo MS', 0
     296                               db '(definito dal P-flag)', 0
    297297                               db 0
    298298TXT_SETUPHELP_DefLinuxCmd:     db 'Definisce la linea di', 0
     
    345345TXT_SETUPHELP_DriveLetter      db 'Premere C a Z', 0
    346346
    347 ; Colors for special words hard-coded. Keep all 0s.
    348 TXT_SETUP_LowerMessage         db 'Programma ',0,'gratuito',0,' per uso privato non commerciale.',0
     347IFNDEF ReleaseCommercial
     348   ; Colors for special words hard-coded. Keep all 0s.
     349   TXT_SETUP_LowerMessage      db 'Programma ',0,'gratuito',0,' per uso privato non commerciale.',0
    349350                               db 'Proibita ',0,'ASSOLUTAMENTE',0,' distribuzione o uso di AiR-BOOT in ',0,'-OGNI-',0,' modo,',0
    350351                               db 'in caso di pagamento del prodotto o del servizio fornito con esso.',0
    351352                               db 'Se si vuole usare AiR-BOOT secondo ',0,'altre condizioni',0,', ',0,'preinstallarlo',0,' o ',0
    352353                               db 'distribuirlo',0,' , contattatemi via e-mail: ',0,'kiewitz@netlabs.org',0,' !',0
     354ENDIF
Note: See TracChangeset for help on using the changeset viewer.