Changeset 29 for trunk/BOOTCODE/TEXT/SW/MENUS.ASM
- Timestamp:
- May 5, 2011, 2:00:00 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BOOTCODE/TEXT/SW/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 ;----------------------------------|---------------------|------------------ 30 TXT_SETUP_Default Partdb 'Standard Partition', 047 TXT_SETUP_DefaultSelection db 'Standard Partition', 0 31 48 TXT_SETUP_TimedBoot db 'Tidstyrd Bootning', 0 32 49 TXT_SETUP_TimedBootDelay db 'TidsBoot Frdrj (sek)', 0 … … 58 75 ; Extended Options - Items - Max Length: 23 59 76 ;----------------------------------|---------------------|------------------ 60 TXT_SETUP_LinuxKernelPart db 'Linux Kernel Partition', 0 61 TXT_SETUP_LinuxDefaultKernel db 'Linux Standard Krna', 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 Standard Krna', 0 80 ;TXT_SETUP_LinuxRootPart db 'Linux Root Partition', 0 81 ; This here may be larger than 23 chars... 82 ;TXT_SETUP_DefLinuxCmd db 'DEFINIERA KOMMANDORAD FR LINUX', 0 83 TXT_SETUP_IgnoreLVM db 'Ignore LVM information', 0 84 ; ### 63 85 TXT_SETUP_ForceLBAUsage db 'Forc BIOS-LBA Anvndn.', 0 64 86 TXT_SETUP_ExtPartMShack db 'Ext-Part MS Workaround', 0 65 ; This here may be larger than 23 chars...66 TXT_SETUP_DefLinuxCmd db 'DEFINIERA KOMMANDORAD FR LINUX', 067 87 68 88 ; DYNAMIC LENGTH, maximum 11 chars excluding ending zero … … 72 92 TXT_SETUP_MAGIC_Detailed db 'Detaljerad', 0 73 93 TXT_SETUP_MAGIC_NoBootable db 'Ej Bootbar', 0 74 TXT_SETUP_MAGIC_NoLinux db 'Ej Linux', 0 94 ; [Linux support removed since v1.02] 95 ;TXT_SETUP_MAGIC_NoLinux db 'Ej Linux', 0 75 96 TXT_SETUP_MAGIC_DoNothing db 'Gr Inget', 0 76 97 TXT_SETUP_MAGIC_ResetTime db 'terst. Tid', 0 … … 160 181 ; Basic Options - Help 161 182 ;----------------------------------|--------------------|------------------- 183 TXT_SETUPHELP_DefaultSelection db 'Changes your default', 0 184 db 'selection. It can be', 0 185 db 'used on Timed Boot.', 0 186 db 0 187 ; #### 162 188 TXT_SETUPHELP_DefaultPart db 'ndrar din standard', 0 163 189 db 'partition. Den kan', 0 … … 277 303 ; Extended Options - Help 278 304 ;----------------------------------|--------------------|------------------- 279 TXT_SETUPHELP_LinuxKernelPart db 'Definierar FAT-16', 0 280 db 'partition som', 0 281 db 'innehller dina', 0 282 db 'Linux krnor.', 0 283 db 0 284 TXT_SETUPHELP_LinuxDefaultKrnl db 'Definiera din', 0 285 db 'standardkrnas', 0 286 db 'filnamn.', 0 287 db 0 288 TXT_SETUPHELP_LinuxRootPart db 'ndrar din Linux', 0 289 db 'root partition.', 0 290 db 0 305 ; [Linux support removed since v1.02] 306 ;TXT_SETUPHELP_LinuxKernelPart db 'Definierar FAT-16', 0 307 ; db 'partition som', 0 308 ; db 'innehller dina', 0 309 ; db 'Linux krnor.', 0 310 ; db 0 311 ;TXT_SETUPHELP_LinuxDefaultKrnl db 'Definiera din', 0 312 ; db 'standardkrnas', 0 313 ; db 'filnamn.', 0 314 ; db 0 315 ;TXT_SETUPHELP_LinuxRootPart db 'ndrar din Linux', 0 316 ; db 'root partition.', 0 317 ; db 0 318 ;TXT_SETUPHELP_DefLinuxCmd: db 'Definierar kommando', 0 319 ; db 'rad fr Linux, om', 0 320 ; db 'tillgngligt.', 0 321 ; db 0 322 TXT_SETUPHELP_IgnoreLVM db 'If activated, AiR-BOOT', 0 323 db 'won''t even look for', 0 324 db 'LVM information.', 0 325 db 0 326 ; ### 291 327 TXT_SETUPHELP_ForceLBAUsage db 'Forc. anvndning av', 0 292 328 db 'BIOS LBA APIs', 0 … … 299 335 db 'eller MS-uppfinnade.', 0 300 336 db '(definierad av P-flag)', 0 301 db 0302 TXT_SETUPHELP_DefLinuxCmd: db 'Definierar kommando', 0303 db 'rad fr Linux, om', 0304 db 'tillgngligt.', 0305 337 db 0 306 338 … … 331 363 ; Maximum 60 chars (should not be reached) 332 364 ;----------------------------------|----------------------------------------------------------| 333 TXT_SETUP_EnterLinuxCmdLine db 'Var vnlig ange/modifiera din Linux kommando-rad:', 0 334 TXT_SETUP_NoLinuxInstalled db 'Du har inte Linux installerat', 0 335 TXT_SETUP_NoLDLpartition db 'Den valda partitionen r inte varken HPFS eller FAT16', 0 365 ; [Linux support removed since v1.02] 366 ;TXT_SETUP_EnterLinuxCmdLine db 'Var vnlig ange/modifiera din Linux kommando-rad:', 0 367 ;TXT_SETUP_NoLinuxInstalled db 'Du har inte Linux installerat', 0 368 TXT_SETUP_NoLDLpartition db 'Den valda partitionen r inte varken HPFS/FAT16/JFS', 0 336 369 337 370 ; Maximum 34 chars (should not be reached) … … 349 382 TXT_SETUPHELP_DriveLetter db 'Tryck C-Z', 0 350 383 351 IFNDEF ReleaseCommercial 352 ; Colors for special words hard-coded. Keep all 0s. 353 TXT_SETUP_LowerMessage db 'Detta program r ',0,'fritt',0,' fr icke-kommersiell privat anvndning.',0 354 db 'Du fr ',0,'INTE',0,' distribuera/anvnda AiR-BOOT i ',0,'-NGON-',0,' form,',0 355 db 'om du erhller pengar fr den distribuerade produkten eller servicen.',0 356 db 'Om du vill anvnda AiR-BOOT i ',0,'andra sammanhang',0,', ',0,'frinstallera',0,' eller',0 357 db 'distribuera',0,' den, var vnlig och kontakta mig via e-mail: ',0,'kiewitz@netlabs.org',0,' !',0 358 ENDIF 384 ; Colors for special words hard-coded. Keep all 0s. 385 ;TXT_SETUP_LowerMessage db 'Detta program r ',0,'fritt',0,' fr icke-kommersiell privat anvndning.',0 386 ; db 'Du fr ',0,'INTE',0,' distribuera/anvnda AiR-BOOT i ',0,'-NGON-',0,' form,',0 387 ; db 'om du erhller pengar fr den distribuerade produkten eller servicen.',0 388 ; db 'Om du vill anvnda AiR-BOOT i ',0,'andra sammanhang',0,', ',0,'frinstallera',0,' eller',0 389 ; db 'distribuera',0,' den, var vnlig och kontakta mig via e-mail: ',0,'kiewitz@netlabs.org',0,' !',0
Note:
See TracChangeset
for help on using the changeset viewer.