Changeset 23 for trunk/AIR-BOOT/SOURCE/TEXT/IT
- Timestamp:
- Mar 3, 2003, 10:28:29 PM (23 years ago)
- Location:
- trunk/AIR-BOOT/SOURCE/TEXT/IT
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AIR-BOOT/SOURCE/TEXT/IT/MBR.ASM
r8 r23 14 14 db ' Riavviare con il floppy di AiR-BOOT per ripristinarlo.', 13, 10 15 15 db ' Sistema bloccato. Premere RESET.', 0 16 17 -
trunk/AIR-BOOT/SOURCE/TEXT/IT/MENUS.ASM
r12 r23 62 62 TXT_SETUP_LinuxRootPart db 'Partizione Root Linux', 0 63 63 TXT_SETUP_ForceLBAUsage db 'Forza uso LBA del BIOS', 0 64 TXT_SETUP_ExtPartMShack db ' Partiz. Estese M$ >8Gb', 064 TXT_SETUP_ExtPartMShack db 'Est-Part MS Workaround', 0 65 65 ; This here may be larger than 23 chars... 66 66 TXT_SETUP_DefLinuxCmd db 'DEFINIRE LINEA DI COMANDO LINUX', 0 … … 148 148 db 'N -Supporto Nascoste', 0 149 149 db 'L -Lettera Partizione', 0 150 db 'P - Part.Estese MS >8Gb', 0150 db 'P -Est-Part MS inventi', 0 151 151 db 0 152 152 … … 290 290 db 'ed LBA.', 0 291 291 db 0 292 TXT_SETUPHELP_ExtPartMShack db ' Cambia dinamicamente', 0293 db ' l''ID dellepartiz.', 0294 db 'estes e >8Gb da', 0295 db 'standard a formato M$', 0296 db '(definito dal flag P)', 0292 TXT_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 297 297 db 0 298 298 TXT_SETUPHELP_DefLinuxCmd: db 'Definisce la linea di', 0 … … 345 345 TXT_SETUPHELP_DriveLetter db 'Premere C a Z', 0 346 346 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 347 IFNDEF 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 349 350 db 'Proibita ',0,'ASSOLUTAMENTE',0,' distribuzione o uso di AiR-BOOT in ',0,'-OGNI-',0,' modo,',0 350 351 db 'in caso di pagamento del prodotto o del servizio fornito con esso.',0 351 352 db 'Se si vuole usare AiR-BOOT secondo ',0,'altre condizioni',0,', ',0,'preinstallarlo',0,' o ',0 352 353 db 'distribuirlo',0,' , contattatemi via e-mail: ',0,'kiewitz@netlabs.org',0,' !',0 354 ENDIF -
trunk/AIR-BOOT/SOURCE/TEXT/IT/OTHER.ASM
r8 r23 32 32 TXT_BootMenuHelpText1: db 'Premere [Esc] per resettare il timer, [Invio] per accettare la selezione.', 0 33 33 TXT_BootMenuHelpText2: db 'Selezionare con i tasti freccia, oppure [TAB] per i messaggi POST del BIOS.', 0 34 TXT_BootMenuEnterSetup db 'F10 to enter Setup', 0 34 ; Maximum 30 chars 35 ;----------------------------------|----------------------------| 36 TXT_BootMenuEnterSetup db 'F10 Impostazioni', 0 35 37 36 38 ; Dynamic Length (till 80 chars) … … 83 85 ;----------------------------------|----------------------------------------------------------| 84 86 TXT_TooManyTries db 'Troppi tentativi, Sistema Bloccato.', 0 85 86 87 88 89 90
Note:
See TracChangeset
for help on using the changeset viewer.