Changeset 29 for trunk/BOOTCODE/TEXT/IT/MENUS.ASM
- Timestamp:
- May 5, 2011, 2:00:00 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BOOTCODE/TEXT/IT/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 ;----------------------------------|---------------------|------------------ 47 TXT_SETUP_DefaultSelection db 'Selezione Standard', 0 30 48 TXT_SETUP_DefaultPart db 'Partizione Predefinita', 0 31 49 TXT_SETUP_TimedBoot db 'Avvio Temporizzato', 0 … … 58 76 ; Extended Options - Items - Max Length: 23 59 77 ;----------------------------------|---------------------|------------------ 60 TXT_SETUP_LinuxKernelPart db 'Partiz. kernel Linux', 0 61 TXT_SETUP_LinuxDefaultKernel db 'Kernel Linux predef.', 0 62 TXT_SETUP_LinuxRootPart db 'Partizione Root Linux', 0 78 ; [Linux support removed since v1.02] 79 ;TXT_SETUP_LinuxKernelPart db 'Partiz. kernel Linux', 0 80 ;TXT_SETUP_LinuxDefaultKernel db 'Kernel Linux predef.', 0 81 ;TXT_SETUP_LinuxRootPart db 'Partizione Root Linux', 0 82 ; This here may be larger than 23 chars... 83 ;TXT_SETUP_DefLinuxCmd db 'DEFINIRE LINEA DI COMANDO LINUX', 0 84 TXT_SETUP_IgnoreLVM db 'Ignorare LVM info.', 0 63 85 TXT_SETUP_ForceLBAUsage db 'Forza uso LBA del BIOS', 0 64 86 TXT_SETUP_ExtPartMShack db 'Est-Part MS Workaround', 0 65 ; This here may be larger than 23 chars...66 TXT_SETUP_DefLinuxCmd db 'DEFINIRE LINEA DI COMANDO LINUX', 067 87 68 88 ; DYNAMIC LENGTH, maximum 11 chars excluding ending zero … … 72 92 TXT_SETUP_MAGIC_Detailed db 'Dettagli', 0 73 93 TXT_SETUP_MAGIC_NoBootable db 'No Avviab.', 0 74 TXT_SETUP_MAGIC_NoLinux db 'No Linux', 0 94 ; [Linux support removed since v1.02] 95 ;TXT_SETUP_MAGIC_NoLinux db 'No Linux', 0 75 96 TXT_SETUP_MAGIC_DoNothing db 'Nessuna Az.', 0 76 97 TXT_SETUP_MAGIC_ResetTime db 'Reset Timer', 0 … … 160 181 ; Basic Options - Help 161 182 ;----------------------------------|--------------------|------------------- 162 TXT_SETUPHELP_DefaultPart db 'Cambia la partizione', 0 163 db 'predefinita usata', 0 164 db 'nell''Avvio', 0 165 db 'Temporizzato', 0 183 TXT_SETUPHELP_DefaultSelection db 'Cambia la selezione', 0 184 db 'standard', 0 166 185 db 0 167 186 TXT_SETUPHELP_TimedBoot db 'AiR-BOOT procede', 0 … … 275 294 ; Extended Options - Help 276 295 ;----------------------------------|--------------------|------------------- 277 TXT_SETUPHELP_LinuxKernelPart db 'Partizione FAT-16', 0 278 db 'contenente i vari', 0 279 db 'kernels di Linux', 0 280 db 0 281 TXT_SETUPHELP_LinuxDefaultKrnl db 'Definisce il nome del', 0 282 db 'kernel predefinito', 0 283 db 0 284 TXT_SETUPHELP_LinuxRootPart db 'Cambia la partizione', 0 285 db 'root di Linux', 0 296 ; [Linux support removed since v1.02] 297 ;TXT_SETUPHELP_LinuxKernelPart db 'Partizione FAT-16', 0 298 ; db 'contenente i vari', 0 299 ; db 'kernels di Linux', 0 300 ; db 0 301 ;TXT_SETUPHELP_LinuxDefaultKrnl db 'Definisce il nome del', 0 302 ; db 'kernel predefinito', 0 303 ; db 0 304 ;TXT_SETUPHELP_LinuxRootPart db 'Cambia la partizione', 0 305 ; db 'root di Linux', 0 306 ; db 0 307 ;TXT_SETUPHELP_DefLinuxCmd: db 'Definisce la linea di', 0 308 ; db 'comando per Linux, se', 0 309 ; db 'disponibile', 0 310 ; db 0 311 ;----------------------------------|--------------------|------------------- 312 TXT_SETUPHELP_IgnoreLVM db 'Se attivato AiR-BOOT', 0 313 db 'non cerca neanche LVM', 0 314 db 'informazione.', 0 286 315 db 0 287 316 TXT_SETUPHELP_ForceLBAUsage db 'Forza l''uso delle API', 0 … … 295 324 db 'standard a tipo MS', 0 296 325 db '(definito dal P-flag)', 0 297 db 0298 TXT_SETUPHELP_DefLinuxCmd: db 'Definisce la linea di', 0299 db 'comando per Linux, se', 0300 db 'disponibile', 0301 326 db 0 302 327 … … 327 352 ; Maximum 60 chars (should not be reached) 328 353 ;----------------------------------|----------------------------------------------------------| 329 TXT_SETUP_EnterLinuxCmdLine db 'Inserire/modificare la linea di comando per Linux:', 0 330 TXT_SETUP_NoLinuxInstalled db 'Linux non installato nel sistema', 0 331 TXT_SETUP_NoLDLpartition db 'Partizione selezionata non HPFS/FAT16', 0 354 ; [Linux support removed since v1.02] 355 ;TXT_SETUP_EnterLinuxCmdLine db 'Inserire/modificare la linea di comando per Linux:', 0 356 ;TXT_SETUP_NoLinuxInstalled db 'Linux non installato nel sistema', 0 357 TXT_SETUP_NoLDLpartition db 'Partizione selezionata non HPFS/FAT16/JFS', 0 332 358 333 359 ; Maximum 34 chars (should not be reached) … … 345 371 TXT_SETUPHELP_DriveLetter db 'Premere C a Z', 0 346 372 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 350 db 'Proibita ',0,'ASSOLUTAMENTE',0,' distribuzione o uso di AiR-BOOT in ',0,'-OGNI-',0,' modo,',0 351 db 'in caso di pagamento del prodotto o del servizio fornito con esso.',0 352 db 'Se si vuole usare AiR-BOOT secondo ',0,'altre condizioni',0,', ',0,'preinstallarlo',0,' o ',0 353 db 'distribuirlo',0,' , contattatemi via e-mail: ',0,'kiewitz@netlabs.org',0,' !',0 354 ENDIF 373 ; Colors for special words hard-coded. Keep all 0s. 374 ;TXT_SETUP_LowerMessage db 'Programma ',0,'gratuito',0,' per uso privato non commerciale.',0 375 ; db 'Proibita ',0,'ASSOLUTAMENTE',0,' distribuzione o uso di AiR-BOOT in ',0,'-OGNI-',0,' modo,',0 376 ; db 'in caso di pagamento del prodotto o del servizio fornito con esso.',0 377 ; db 'Se si vuole usare AiR-BOOT secondo ',0,'altre condizioni',0,', ',0,'preinstallarlo',0,' o ',0 378 ; db 'distribuirlo',0,' , contattatemi via e-mail: ',0,'kiewitz@netlabs.org',0,' !',0
Note:
See TracChangeset
for help on using the changeset viewer.