Changeset 29 for trunk/BOOTCODE/TEXT
- Timestamp:
- May 5, 2011, 2:00:00 PM (14 years ago)
- Location:
- trunk/BOOTCODE/TEXT
- Files:
-
- 25 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BOOTCODE/TEXT/CHARSET.ASM
r23 r29 1 2 ; Disclaimer:3 ; =============4 ; The sourcecode is released via www.netlabs.org CVS *ONLY*.5 ; You MUST NOT upload it to other servers nor republish it in any way.6 ; The sourcecode is still COPYRIGHTED and NOT RELEASED UNDER GPL.7 ; It's (c) Copyright 1998-2003 by Martin Kiewitz.8 ; You may recompile the source and do *PRIVATE* modifications, but please keep9 ; in mind that modifying this code needs at least *some* assembly skill. If10 ; you mess up your system, because you needed to hack your way through, don't11 ; blame me. Releasing a customized version of AiR-BOOT, selling it in any form12 ; or reusing parts of this source is *PROHIBITED*. Ask me, if you have some13 ; idea about new functionality *before* developing the code, otherwise I will14 ; definitely reject it. Also please accept, that I have some basic design15 ; rules on AiR-BOOT and I will maintain them at all costs, so this won't get16 ; another GRUB.17 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 ; 18 18 ;--------------------------------------------------------------------------- 19 19 ; AiR-BOOT / CYRILLIC CHARSET -
trunk/BOOTCODE/TEXT/DE/MBR.ASM
r8 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 / MBR-TEXT -
trunk/BOOTCODE/TEXT/DE/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 Part db 'Standard Partition', 047 TXT_SETUP_DefaultSelection db 'Standard Selektion', 0 31 48 TXT_SETUP_TimedBoot db 'Zeitgesteuerter Boot', 0 32 49 TXT_SETUP_TimedBootDelay db '-> Anzahl Sekunden', 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 Default Kernel', 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 Default Kernel', 0 80 ;TXT_SETUP_LinuxRootPart db 'Linux Root Partition', 0 81 ; This here may be larger than 23 chars... 82 ;TXT_SETUP_DefLinuxCmd db 'DEFINIERE LINUX KOMMANDOZEILE', 0 83 TXT_SETUP_IgnoreLVM db 'Ignoriere LVM Daten', 0 63 84 TXT_SETUP_ForceLBAUsage db 'Erzwinge BIOS-LBA', 0 64 85 TXT_SETUP_ExtPartMShack db 'Erw-Part MS Workaround', 0 65 ; This here may be larger than 23 chars...66 TXT_SETUP_DefLinuxCmd db 'DEFINIERE LINUX KOMMANDOZEILE', 067 86 68 87 ; DYNAMIC LENGTH, maximum 11 chars excluding ending zero … … 72 91 TXT_SETUP_MAGIC_Detailed db 'Detailiert', 0 73 92 TXT_SETUP_MAGIC_NoBootable db 'Nix Bootbar', 0 74 TXT_SETUP_MAGIC_NoLinux db 'Kein Linux', 0 93 ; [Linux support removed since v1.02] 94 ;TXT_SETUP_MAGIC_NoLinux db 'Kein Linux', 0 75 95 TXT_SETUP_MAGIC_DoNothing db 'Nichts', 0 76 96 TXT_SETUP_MAGIC_ResetTime db 'Zeit Reset', 0 … … 158 178 ; Basic Options - Help 159 179 ;----------------------------------|--------------------|------------------- 160 TXT_SETUPHELP_Default Part db 'ndert die Default', 0161 db ' Partition. Wird u.a.', 0180 TXT_SETUPHELP_DefaultSelection db 'ndert die Standard', 0 181 db 'Selektion. Wird u.a.', 0 162 182 db 'beim zeitgesteuerten', 0 163 183 db 'Boot verwendet.', 0 … … 260 280 ; Extended Options - Help 261 281 ;----------------------------------|--------------------|------------------- 262 TXT_SETUPHELP_LinuxKernelPart db 'Definiert die FAT-16', 0 263 db 'Partition, die Linux', 0 264 db 'Kernels beinhaltet.', 0 265 db 0 266 TXT_SETUPHELP_LinuxDefaultKrnl db 'Definiert den Default', 0 267 db 'Kernel Namen.', 0 268 db 0 269 TXT_SETUPHELP_LinuxRootPart db 'Definiert die Linux', 0 270 db 'Root Partition.', 0 271 db 0 272 ;----------------------------------|--------------------|------------------- 282 ; [Linux support removed since v1.02] 283 ;TXT_SETUPHELP_LinuxKernelPart db 'Definiert die FAT-16', 0 284 ; db 'Partition, die Linux', 0 285 ; db 'Kernels beinhaltet.', 0 286 ; db 0 287 ;TXT_SETUPHELP_LinuxDefaultKrnl db 'Definiert den Default', 0 288 ; db 'Kernel Namen.', 0 289 ; db 0 290 ;TXT_SETUPHELP_LinuxRootPart db 'Definiert die Linux', 0 291 ; db 'Root Partition.', 0 292 ; db 0 293 ;TXT_SETUPHELP_DefLinuxCmd: db 'Definiert die Linux', 0 294 ; db 'Kommandozeile.', 0 295 ; db 0 296 ;----------------------------------|--------------------|------------------- 297 TXT_SETUPHELP_IgnoreLVM db 'AiR-BOOT sucht in', 0 298 db 'diesem Fall nicht nach', 0 299 db 'LVM Informationen.', 0 300 db 0 273 301 TXT_SETUPHELP_ForceLBAUsage db 'Erzwingt Bentzung der', 0 274 302 db 'BIOS LBA APIs anstatt', 0 … … 281 309 db 'das P-Flag in Standard', 0 282 310 db 'oder MS-Erfindung.', 0 283 db 0284 TXT_SETUPHELP_DefLinuxCmd: db 'Definiert die Linux', 0285 db 'Kommandozeile.', 0286 311 db 0 287 312 … … 312 337 ; Maximum 60 chars (should not be reached) 313 338 ;----------------------------------|----------------------------------------------------------| 314 TXT_SETUP_EnterLinuxCmdLine db 'Bitte geben Sie ihre Linux Kommandozeile ein:', 0 315 TXT_SETUP_NoLinuxInstalled db 'Sie haben kein Linux installiert', 0 316 TXT_SETUP_NoLDLpartition db 'Diese Partition ist weder vom Typ HPFS noch FAT16', 0 339 ; [Linux support removed since v1.02] 340 ;TXT_SETUP_EnterLinuxCmdLine db 'Bitte geben Sie ihre Linux Kommandozeile ein:', 0 341 ;TXT_SETUP_NoLinuxInstalled db 'Sie haben kein Linux installiert', 0 342 TXT_SETUP_NoLDLpartition db 'Diese Partition ist weder vom Typ HPFS/FAT16/JFS', 0 317 343 318 344 ; Maximum 34 chars (should not be reached) … … 330 356 TXT_SETUPHELP_DriveLetter db 'C-Z drcken', 0 331 357 332 IFNDEF ReleaseCommercial 333 ; Colors for special words hard-coded. Keep all 0s. 334 TXT_SETUP_LowerMessage db 'Dieses Programm ist ',0,'kostenlos',0,' fr nicht-kommerzielle Bentzung.',0 335 db 'Sie drfen AiR-BOOT ',0,'NICHT',0,' in ',0,'-IRGENDEINER-',0,' Form vertreiben/bentzen,',0 336 db 'falls Sie Geld fr das jeweilige Produkt oder die Installation erhalten.',0 337 db 'Sofern Sie AiR-BOOT in ',0,'anderen Bereichen',0,' benutzen oder',0,0,0 338 db 'vorinstallieren',0,' mchten, kontaktieren Sie mich via: ',0,'kiewitz@netlabs.org',0,' !',0 339 ENDIF 358 ; Colors for special words hard-coded. Keep all 0s. 359 ;TXT_SETUP_LowerMessage db 'Dieses Programm ist ',0,'kostenlos',0,' fr nicht-kommerzielle Bentzung.',0 360 ; db 'Sie drfen AiR-BOOT ',0,'NICHT',0,' in ',0,'-IRGENDEINER-',0,' Form vertreiben/bentzen,',0 361 ; db 'falls Sie Geld fr das jeweilige Produkt oder die Installation erhalten.',0 362 ; db 'Sofern Sie AiR-BOOT in ',0,'anderen Bereichen',0,' benutzen oder',0,0,0 363 ; db 'vorinstallieren',0,' mchten, kontaktieren Sie mich via: ',0,'kiewitz@netlabs.org',0,' !',0 -
trunk/BOOTCODE/TEXT/DE/OTHER.ASM
r26 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 / OTHER TEXT -
trunk/BOOTCODE/TEXT/DT/MBR.ASM
r8 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 / MBR-TEXT -
trunk/BOOTCODE/TEXT/DT/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 Part db 'Standaardpartitie', 047 TXT_SETUP_DefaultSelection db 'Standaardkeuze', 0 31 48 TXT_SETUP_TimedBoot db 'Opstart met wachttijd', 0 32 49 TXT_SETUP_TimedBootDelay db 'Wachttijd: aantal sec', 0 … … 58 75 ; Extended Options - Items - Max Length: 23 59 76 ;----------------------------------|---------------------|------------------ 60 TXT_SETUP_LinuxKernelPart db 'Linux Kernel Partitie', 0 61 TXT_SETUP_LinuxDefaultKernel db 'Linux Standaard Kernel', 0 62 TXT_SETUP_LinuxRootPart db 'Linux hoofdafdeling', 0 77 ; [Linux support removed since v1.02] 78 ;TXT_SETUP_LinuxKernelPart db 'Linux Kernel Partitie', 0 79 ;TXT_SETUP_LinuxDefaultKernel db 'Linux Standaard Kernel', 0 80 ;TXT_SETUP_LinuxRootPart db 'Linux hoofdafdeling', 0 81 ; This here may be larger than 23 chars... 82 ;TXT_SETUP_DefLinuxCmd db 'Opdrachtenreeks voor Linux', 0 83 TXT_SETUP_IgnoreLVM db 'LVM-gegevens negeren', 0 63 84 TXT_SETUP_ForceLBAUsage db 'Enkel BIOS-LBA', 0 64 85 TXT_SETUP_ExtPartMShack db 'Ext-Part MS Workaround', 0 65 86 ;----------------------------------|---------------------|------------------ 66 67 ; This here may be larger than 23 chars...68 TXT_SETUP_DefLinuxCmd db 'Opdrachtenreeks voor Linux', 069 87 70 88 ; DYNAMIC LENGTH, maximum 11 chars excluding ending zero … … 74 92 TXT_SETUP_MAGIC_Detailed db 'Alles', 0 75 93 TXT_SETUP_MAGIC_NoBootable db 'Geen opstbr', 0 76 TXT_SETUP_MAGIC_NoLinux db 'Geen Linux', 0 94 ; [Linux support removed since v1.02] 95 ;TXT_SETUP_MAGIC_NoLinux db 'Geen Linux', 0 77 96 TXT_SETUP_MAGIC_DoNothing db 'Negeren', 0 78 97 TXT_SETUP_MAGIC_ResetTime db 'Tijd op nul', 0 … … 162 181 ; Basic Options - Help 163 182 ;----------------------------------|--------------------|-------------------- 164 TXT_SETUPHELP_Default Partdb 'Wijzigt de standaard-', 0165 db ' partitie. Ook als er', 0183 TXT_SETUPHELP_DefaultSelection db 'Wijzigt de standaard-', 0 184 db 'selectie. Ook als er', 0 166 185 db 'een wachttijd werd', 0 167 186 db 'ingesteld.' ,0 … … 277 296 ; Extended Options - Help 278 297 ;----------------------------------|--------------------|------------------- 279 TXT_SETUPHELP_LinuxKernelPart db 'Bepaald de FAT-16', 0 280 db 'partitie voor uw Li-', 0 281 db 'nux kernelbestanden.', 0 282 db 0 283 TXT_SETUPHELP_LinuxDefaultKrnl db 'Specifieert de Linux', 0 284 db 'standaard kernel be-', 0 285 db 'standsnaam.', 0 286 db 0 287 TXT_SETUPHELP_LinuxRootPart db 'Linux opstart-', 0 288 db 'partitie wijzigen.', 0 298 ; [Linux support removed since v1.02] 299 ;TXT_SETUPHELP_LinuxKernelPart db 'Bepaald de FAT-16', 0 300 ; db 'partitie voor uw Li-', 0 301 ; db 'nux kernelbestanden.', 0 302 ; db 0 303 ;TXT_SETUPHELP_LinuxDefaultKrnl db 'Specifieert de Linux', 0 304 ; db 'standaard kernel be-', 0 305 ; db 'standsnaam.', 0 306 ; db 0 307 ;TXT_SETUPHELP_LinuxRootPart db 'Linux opstart-', 0 308 ; db 'partitie wijzigen.', 0 309 ; db 0 310 ;TXT_SETUPHELP_DefLinuxCmd: db 'Opdrachten voor Linux', 0 311 ; db 'instellen, indien', 0 312 ; db 'Linux beschikbaar.', 0 313 ; db 0 314 ;----------------------------------|--------------------|------------------- 315 TXT_SETUPHELP_IgnoreLVM db 'Werd deze optie', 0 316 db 'geactiveerd,dan worden', 0 317 db 'LVM-gegevens als', 0 318 db 'onbestaande beschouwd.', 0 289 319 db 0 290 320 TXT_SETUPHELP_ForceLBAUsage db 'Uitschakelen van de', 0 … … 299 329 db 'standaard of MS-Invent', 0 300 330 db '(gedef. door P optie)', 0 301 db 0302 TXT_SETUPHELP_DefLinuxCmd: db 'Opdrachten voor Linux', 0303 db 'instellen, indien', 0304 db 'Linux beschikbaar.', 0305 331 db 0 306 332 … … 331 357 ; Maximum 60 chars (should not be reached) 332 358 ;----------------------------------|----------------------------------------------------------| 333 TXT_SETUP_EnterLinuxCmdLine db 'U kan nu Linux opdrachten invoeren of wijzigen:', 0 334 TXT_SETUP_NoLinuxInstalled db 'Linux niet aanwezig op uw systeem!', 0 335 TXT_SETUP_NoLDLpartition db 'Deze partitie werd noch FAT16 noch hpfs geformatteerd!', 0 359 ; [Linux support removed since v1.02] 360 ;TXT_SETUP_EnterLinuxCmdLine db 'U kan nu Linux opdrachten invoeren of wijzigen:', 0 361 ;TXT_SETUP_NoLinuxInstalled db 'Linux niet aanwezig op uw systeem!', 0 362 TXT_SETUP_NoLDLpartition db 'Deze partitie werd noch FAT16/HPFS/JFS geformatteerd!', 0 336 363 337 364 ; Maximum 34 chars (should not be reached) … … 349 376 TXT_SETUPHELP_DriveLetter db 'Kies uit C @ Z', 0 350 377 351 IFNDEF ReleaseCommercial 352 ; Colors for special words hard-coded. Keep all 0s. 353 TXT_SETUP_LowerMessage: db 'U mag dit programma ',0,'vrijelijk',0,' gebruiken ten privaten titel.',0 354 db 'U mag in ',0,'GEEN GEVAL',0,' AiR-BOOT gebruiken/verdelen indien dit op ',0,'-ENIGERLEI-',0,0 355 db 'manier, gepaard gaat met een geldelijke vergoeding.',0 356 db 'Wilt u AiR-BOOT gebruiken ',0,'in andere omstandigheden',0,', ',0,'zoals voorgenstalleerd',0,' of',0 357 db 'afzonderlijk verdeeld',0,', vraag het dan via email aan: ',0,'kiewitz@netlabs.org',0,' !',0 358 ENDIF 378 ; Colors for special words hard-coded. Keep all 0s. 379 ;TXT_SETUP_LowerMessage: db 'U mag dit programma ',0,'vrijelijk',0,' gebruiken ten privaten titel.',0 380 ; db 'U mag in ',0,'GEEN GEVAL',0,' AiR-BOOT gebruiken/verdelen indien dit op ',0,'-ENIGERLEI-',0,0 381 ; db 'manier, gepaard gaat met een geldelijke vergoeding.',0 382 ; db 'Wilt u AiR-BOOT gebruiken ',0,'in andere omstandigheden',0,', ',0,'zoals voorgenstalleerd',0,' of',0 383 ; db 'afzonderlijk verdeeld',0,', vraag het dan via email aan: ',0,'kiewitz@netlabs.org',0,' !',0 -
trunk/BOOTCODE/TEXT/DT/OTHER.ASM
r27 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 / OTHER TEXT -
trunk/BOOTCODE/TEXT/EN/MBR.ASM
r8 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 / MBR-TEXT … … 4 21 ;------------------------------------------------------------------------------ 5 22 6 TXT_LanguageID equ ' U'23 TXT_LanguageID equ 'E' 7 24 8 25 ; Those strings are saved within MBR. -
trunk/BOOTCODE/TEXT/EN/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 Part db 'Default Partition', 047 TXT_SETUP_DefaultSelection db 'Default Selection', 0 31 48 TXT_SETUP_TimedBoot db 'Timed Boot', 0 32 49 TXT_SETUP_TimedBootDelay db 'Timed Boot Delay (sec)', 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 Default Kernel', 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 Default Kernel', 0 80 ;TXT_SETUP_LinuxRootPart db 'Linux Root Partition', 0 81 ; This here may be larger than 23 chars... 82 ;TXT_SETUP_DefLinuxCmd db 'DEFINE COMMAND LINE FOR LINUX', 0 83 TXT_SETUP_IgnoreLVM db 'Ignore LVM information', 0 63 84 TXT_SETUP_ForceLBAUsage db 'Force BIOS-LBA Usage', 0 64 85 TXT_SETUP_ExtPartMShack db 'Ext-Part MS Workaround', 0 65 ; This here may be larger than 23 chars...66 TXT_SETUP_DefLinuxCmd db 'DEFINE COMMAND LINE FOR LINUX', 067 86 68 87 ; DYNAMIC LENGTH, maximum 11 chars excluding ending zero … … 72 91 TXT_SETUP_MAGIC_Detailed db 'Detailed', 0 73 92 TXT_SETUP_MAGIC_NoBootable db 'No Bootable', 0 74 TXT_SETUP_MAGIC_NoLinux db 'No Linux', 0 93 ; [Linux support removed since v1.02] 94 ;TXT_SETUP_MAGIC_NoLinux db 'No Linux', 0 75 95 TXT_SETUP_MAGIC_DoNothing db 'Do Nothing', 0 76 96 TXT_SETUP_MAGIC_ResetTime db 'Reset Time', 0 … … 156 176 ; Basic Options - Help 157 177 ;----------------------------------|--------------------|------------------- 158 TXT_SETUPHELP_Default Partdb 'Changes your default', 0159 db ' partition. It can be', 0178 TXT_SETUPHELP_DefaultSelection db 'Changes your default', 0 179 db 'selection. It can be', 0 160 180 db 'used on Timed Boot.', 0 161 181 db 0 … … 261 281 ; Extended Options - Help 262 282 ;----------------------------------|--------------------|------------------- 263 TXT_SETUPHELP_LinuxKernelPart db 'Defines the FAT-16', 0 264 db 'partition that holds', 0 265 db 'your Linux kernels.', 0 266 db 0 267 TXT_SETUPHELP_LinuxDefaultKrnl db 'Defines your default', 0 268 db 'kernel filename.', 0 269 db 0 270 TXT_SETUPHELP_LinuxRootPart db 'Changes your Linux', 0 271 db 'root partition.', 0 283 ; [Linux support removed since v1.02] 284 ;TXT_SETUPHELP_LinuxKernelPart db 'Defines the FAT-16', 0 285 ; db 'partition that holds', 0 286 ; db 'your Linux kernels.', 0 287 ; db 0 288 ;TXT_SETUPHELP_LinuxDefaultKrnl db 'Defines your default', 0 289 ; db 'kernel filename.', 0 290 ; db 0 291 ;TXT_SETUPHELP_LinuxRootPart db 'Changes your Linux', 0 292 ; db 'root partition.', 0 293 ; db 0 294 ;TXT_SETUPHELP_DefLinuxCmd: db 'Defines the command', 0 295 ; db 'line for Linux, if', 0 296 ; db 'available.', 0 297 ; db 0 298 ;----------------------------------|--------------------|------------------- 299 TXT_SETUPHELP_IgnoreLVM db 'If activated, AiR-BOOT', 0 300 db 'won''t even look for', 0 301 db 'LVM information.', 0 272 302 db 0 273 303 TXT_SETUPHELP_ForceLBAUsage db 'Forces the usage of', 0 … … 281 311 db 'MS-invention.', 0 282 312 db '(defined by P-flag)', 0 283 db 0284 TXT_SETUPHELP_DefLinuxCmd: db 'Defines the command', 0285 db 'line for Linux, if', 0286 db 'available.', 0287 313 db 0 288 314 … … 313 339 ; Maximum 60 chars (should not be reached) 314 340 ;----------------------------------|----------------------------------------------------------| 315 TXT_SETUP_EnterLinuxCmdLine db 'Please enter/modify your Linux command-line:', 0 316 TXT_SETUP_NoLinuxInstalled db 'You do not have Linux installed', 0 317 TXT_SETUP_NoLDLpartition db 'The selected partition is not HPFS nor FAT16', 0 341 ; [Linux support removed since v1.02] 342 ;TXT_SETUP_EnterLinuxCmdLine db 'Please enter/modify your Linux command-line:', 0 343 ;TXT_SETUP_NoLinuxInstalled db 'You do not have Linux installed', 0 344 TXT_SETUP_NoLDLpartition db 'The selected partition is not HPFS/FAT16/JFS', 0 318 345 319 346 ; Maximum 34 chars (should not be reached) … … 331 358 TXT_SETUPHELP_DriveLetter db 'Press C-Z', 0 332 359 333 IFNDEF 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 336 db 'You may ',0,'NOT',0,' distribute/use AiR-BOOT in ',0,'-ANY-',0,' form,',0 337 db 'if you get money for the distributed product or the service.',0 338 db 'If you want to use AiR-BOOT in ',0,'other environments',0,', ',0,'preinstall',0,' or',0 339 db 'distribute',0,' it, please contact me via e-mail: ',0,'kiewitz@netlabs.org',0,' !',0 340 ENDIF 360 ; Colors for special words hard-coded. Keep all 0s. 361 ;TXT_SETUP_LowerMessage db 0,'Free',0,' private usage, but NOT for people that are/were working for US government',0 362 ; db 'This software is released under ', 0, 'GPLv3+.', 0 363 ; db 'For more information and source, please visit', 0 364 ; db 'http://AiR-BOOT.sourceforge.net', 0 365 ; db 'Contact via e-mail: ', 0, 'm_kiewitz [AT] users.sourceforge.net', 0 -
trunk/BOOTCODE/TEXT/EN/OTHER.ASM
r26 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 / OTHER TEXT -
trunk/BOOTCODE/TEXT/FR/MBR.ASM
r8 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 / MBR-TEXT -
trunk/BOOTCODE/TEXT/FR/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 Part db 'Partition Par Dfaut', 047 TXT_SETUP_DefaultSelection db 'Slection Par Dfaut', 0 31 48 TXT_SETUP_TimedBoot db 'Amorage Temporis', 0 32 49 TXT_SETUP_TimedBootDelay db 'Dlai d''amorage (sec)', 0 … … 58 75 ; Extended Options - Items - Max Length: 23 59 76 ;----------------------------------|---------------------|------------------ 60 TXT_SETUP_LinuxKernelPart db 'Partition Noyau Linux', 0 61 TXT_SETUP_LinuxDefaultKernel db 'Noyau Linux par Dfaut', 0 62 TXT_SETUP_LinuxRootPart db 'Partition Racine Linux', 0 77 ; [Linux support removed since v1.02] 78 ;TXT_SETUP_LinuxKernelPart db 'Partition Noyau Linux', 0 79 ;TXT_SETUP_LinuxDefaultKernel db 'Noyau Linux par Dfaut', 0 80 ;TXT_SETUP_LinuxRootPart db 'Partition Racine Linux', 0 81 ; This here may be larger than 23 chars... 82 ;TXT_SETUP_DefLinuxCmd db 'DFINIR LIGNE DE COMMANDE LINUX', 0 83 TXT_SETUP_IgnoreLVM db 'Ignorer Information LVM', 0 63 84 TXT_SETUP_ForceLBAUsage db 'Force usage du BIOS-LBA', 0 64 85 TXT_SETUP_ExtPartMShack db 't-Part MS Workaround', 0 65 ; This here may be larger than 23 chars...66 TXT_SETUP_DefLinuxCmd db 'DFINIR LIGNE DE COMMANDE LINUX', 067 86 68 87 ; DYNAMIC LENGTH, maximum 11 chars excluding ending zero … … 72 91 TXT_SETUP_MAGIC_Detailed db 'Dtaill', 0 73 92 TXT_SETUP_MAGIC_NoBootable db 'Pas Amorce', 0 74 TXT_SETUP_MAGIC_NoLinux db 'Pas Linux', 0 93 ; [Linux support removed since v1.02] 94 ;TXT_SETUP_MAGIC_NoLinux db 'Pas Linux', 0 75 95 TXT_SETUP_MAGIC_DoNothing db 'Rien faire', 0 76 96 TXT_SETUP_MAGIC_ResetTime db 'R … … 159 179 ; Basic Options - Help 160 180 ;----------------------------------|--------------------|------------------- 161 TXT_SETUPHELP_DefaultPart db 'Modifier votre', 0 162 db 'partition par dfaut.', 0 163 db 'Peut tre utilis en', 0 164 db 'amorage temporis.', 0 181 TXT_SETUPHELP_DefaultSelection db 'Modifier votre', 0 182 db 'slection par dfaut.', 0 165 183 db 0 166 184 TXT_SETUPHELP_TimedBoot db 'AiR-BOOT procdera', 0 … … 272 290 ; Extended Options - Help 273 291 ;----------------------------------|--------------------|------------------- 274 TXT_SETUPHELP_LinuxKernelPart db 'Dfinir la partition', 0 275 db 'FAT-16 contenant vos', 0 276 db 'noyaux Linux.', 0 277 db 0 278 TXT_SETUPHELP_LinuxDefaultKrnl db 'Dfinir le nom du', 0 279 db 'noyau par dfaut.', 0 280 db 0 281 TXT_SETUPHELP_LinuxRootPart db 'Modifier votre', 0 282 db 'partition racine', 0 283 db 'Linux.', 0 292 ; [Linux support removed since v1.02] 293 ;TXT_SETUPHELP_LinuxKernelPart db 'Dfinir la partition', 0 294 ; db 'FAT-16 contenant vos', 0 295 ; db 'noyaux Linux.', 0 296 ; db 0 297 ;TXT_SETUPHELP_LinuxDefaultKrnl db 'Dfinir le nom du', 0 298 ; db 'noyau par dfaut.', 0 299 ; db 0 300 ;TXT_SETUPHELP_LinuxRootPart db 'Modifier votre', 0 301 ; db 'partition racine', 0 302 ; db 'Linux.', 0 303 ; db 0 304 ;TXT_SETUPHELP_DefLinuxCmd: db 'Dfinir la ligne de', 0 305 ; db 'commande pour Linux,', 0 306 ; db 'si disponible.', 0 307 ; db 0 308 TXT_SETUPHELP_IgnoreLVM db 'Si activ, AiR-BOOT', 0 309 db 'ignorera l''information', 0 310 db 'LVM.', 0 284 311 db 0 285 312 TXT_SETUPHELP_ForceLBAUsage db 'Forcer l''usage de', 0 … … 293 320 db 'partition tendue.', 0 294 321 db '(dfini par drapeau P)', 0 295 db 0296 TXT_SETUPHELP_DefLinuxCmd: db 'Dfinir la ligne de', 0297 db 'commande pour Linux,', 0298 db 'si disponible.', 0299 322 db 0 300 323 … … 325 348 ; Maximum 60 chars (should not be reached) 326 349 ;----------------------------------|----------------------------------------------------------| 327 TXT_SETUP_EnterLinuxCmdLine db 'Veuillez entrer/modifier votre ligne de commande Linux:', 0 328 TXT_SETUP_NoLinuxInstalled db 'Linux non install', 0 329 TXT_SETUP_NoLDLpartition db 'La partition slectionne n''est pas du type HPFS/FAT16', 0 350 ; [Linux support removed since v1.02] 351 ;TXT_SETUP_EnterLinuxCmdLine db 'Veuillez entrer/modifier votre ligne de commande Linux:', 0 352 ;TXT_SETUP_NoLinuxInstalled db 'Linux non install', 0 353 TXT_SETUP_NoLDLpartition db 'La partition slectionne n''est pas du type HPFS/FAT16/JFS', 0 330 354 331 355 ; Maximum 34 chars (should not be reached) … … 344 368 TXT_SETUPHELP_DriveLetter db 'Appuyez C-Z', 0 345 369 346 IFNDEF ReleaseCommercial 347 ; Colors for special words hard-coded. Keep all 0s. 348 TXT_SETUP_LowerMessage db 'Ce programme est ',0,'gratuit',0,' pour une utilisation prive non-commerciale.',0 349 db 'Vous ne devez ',0,'PAS',0,' distribuer/utiliser AiR-BOOT sous ',0,'-TOUTE-',0,' forme,',0 350 db 'si vous tes pay pour la distribution du produit ou du service.',0 351 db 'Pour utiliser AiR-BOOT dans des ',0,'conditions diffrentes',0,', ',0,'pr-installer',0,' ou',0 352 db 'le distribuer',0,', svp veuillez me contacter par courriel: ',0,'kiewitz@netlabs.org',0,' !',0 353 ENDIF 370 ; Colors for special words hard-coded. Keep all 0s. 371 ;TXT_SETUP_LowerMessage db 'Ce programme est ',0,'gratuit',0,' pour une utilisation prive non-commerciale.',0 372 ; db 'Vous ne devez ',0,'PAS',0,' distribuer/utiliser AiR-BOOT sous ',0,'-TOUTE-',0,' forme,',0 373 ; db 'si vous tes pay pour la distribution du produit ou du service.',0 374 ; db 'Pour utiliser AiR-BOOT dans des ',0,'conditions diffrentes',0,', ',0,'pr-installer',0,' ou',0 375 ; db 'le distribuer',0,', svp veuillez me contacter par courriel: ',0,'kiewitz@netlabs.org',0,' !',0 -
trunk/BOOTCODE/TEXT/FR/OTHER.ASM
r26 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 / OTHER TEXT … … 37 54 38 55 ; Dynamic Length (till 80 chars) 39 TXT_BrokenPartitionTable: db 13, 10, ' - Votre systme a au moins d' une entre mauvaise de table de partition, ou'56 TXT_BrokenPartitionTable: db 13, 10, ' - Votre systme a au moins d''une entre mauvaise de table de partition, ou' 40 57 db 13, 10, ' la disque dr a des casse secteurs. Systme arrt.', 0 41 58 TXT_TooManyPartitions: db 13, 10, ' - Trop de partitions trouves. AiR-BOOT supporte un maximum de 30.', 0 -
trunk/BOOTCODE/TEXT/IT/MBR.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 / MBR-TEXT -
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 -
trunk/BOOTCODE/TEXT/IT/OTHER.ASM
r26 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 / OTHER TEXT -
trunk/BOOTCODE/TEXT/RU/MBR.ASM
r8 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 / MBR-TEXT -
trunk/BOOTCODE/TEXT/RU/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 … … 35 52 ; Basic Options - Items - Max Length: 23 36 53 ;----------------------------------|---------------------|------------------ 37 TXT_SETUP_Default Part db ' §€¥« ¯®ã¬®«ç šî', 054 TXT_SETUP_DefaultSelection db 'ë¡®à ¯®-㬮«ç šî', 0 38 55 TXT_SETUP_TimedBoot db '¢â®¬ âšç¥áª ï § £à㧪 ', 0 39 56 TXT_SETUP_TimedBootDelay db 'à¥¬ï ¢â®§ £à㧪š (á)', 0 … … 65 82 ; Extended Options - Items - Max Length: 23 66 83 ;----------------------------------|---------------------|------------------ 67 TXT_SETUP_LinuxKernelPart db ' §€¥« ï€à Linux', 0 68 TXT_SETUP_LinuxDefaultKernel db '€à® Linux ¯® 㬮«ç šî', 0 69 TXT_SETUP_LinuxRootPart db ' §€¥« ª®àï Linux', 0 84 ; [Linux support removed since v1.02] 85 ;TXT_SETUP_LinuxKernelPart db ' §€¥« ï€à Linux', 0 86 ;TXT_SETUP_LinuxDefaultKernel db '€à® Linux ¯® 㬮«ç šî', 0 87 ;TXT_SETUP_LinuxRootPart db ' §€¥« ª®àï Linux', 0 88 ; This here may be larger than 23 chars... 89 ;TXT_SETUP_DefLinuxCmd db ' 90 LINUX', 0 91 TXT_SETUP_IgnoreLVM db '£®àšà®¢ âì € ë¥ LVM', 0 70 92 TXT_SETUP_ForceLBAUsage db 'ᯮ«ì§®¢ âì BIOS-LBA', 0 71 93 TXT_SETUP_ExtPartMShack db ' §€¥«ë €«ï MS-ášá⥬', 0 72 ; This here may be larger than 23 chars...73 TXT_SETUP_DefLinuxCmd db '74 LINUX', 075 94 76 95 ; DYNAMIC LENGTH, maximum 11 chars excluding ending zero … … 80 99 TXT_SETUP_MAGIC_Detailed db '¥â «ì®', 0 81 100 TXT_SETUP_MAGIC_NoBootable db '¥ § £àãŠ.', 0 82 TXT_SETUP_MAGIC_NoLinux db '¥ Linux', 0 101 ; [Linux support removed since v1.02] 102 ;TXT_SETUP_MAGIC_NoLinux db '¥ Linux', 0 83 103 TXT_SETUP_MAGIC_DoNothing db '¥§€¥©áâ¢.', 0 84 104 TXT_SETUP_MAGIC_ResetTime db ' ç « ', 0 … … 168 188 ; Basic Options - Help 169 189 ;----------------------------------|--------------------|------------------- 170 TXT_SETUPHELP_DefaultPart db '¥ï¥â è à §€¥« ¯®', 0 171 db '㬮«ç šî. ¬®Š¥â', 0 172 db '¡ëâì šá¯®«ì§®¢ €«ï', 0 173 db ' ¢â®§ £à㧪š.', 0 190 TXT_SETUPHELP_DefaultSelection db '¬¥šâì è ¢ë¡®à', 0 191 db '¯®-㬮«ç šî.', 0 174 192 db 0 175 193 TXT_SETUPHELP_TimedBoot db 'AiR-BOOT ¯à®€®«Ššâ', 0 … … 271 289 ; Extended Options - Help 272 290 ;----------------------------------|--------------------|------------------- 273 TXT_SETUPHELP_LinuxKernelPart db ' §€¥« FAT-16, ', 0 274 db 'ª®â®à®¬ à ᯮ«®Š¥ë', 0 275 db ' èš ï€à Linux.', 0 276 db 0 277 TXT_SETUPHELP_LinuxDefaultKrnl db '¬ï ä ©« €«ï ï€à ', 0 278 db '¯® 㬮«ç šî.', 0 279 db 0 280 TXT_SETUPHELP_LinuxRootPart db ' §€¥« á ª®à¥¢ë¬', 0 281 db 'ª â «®£®¬ Linux.', 0 291 ; [Linux support removed since v1.02] 292 ;TXT_SETUPHELP_LinuxKernelPart db ' §€¥« FAT-16, ', 0 293 ; db 'ª®â®à®¬ à ᯮ«®Š¥ë', 0 294 ; db ' èš ï€à Linux.', 0 295 ; db 0 296 ;TXT_SETUPHELP_LinuxDefaultKrnl db '¬ï ä ©« €«ï ï€à ', 0 297 ; db '¯® 㬮«ç šî.', 0 298 ; db 0 299 ;TXT_SETUPHELP_LinuxRootPart db ' §€¥« á ª®à¥¢ë¬', 0 300 ; db 'ª â «®£®¬ Linux.', 0 301 ; db 0 302 ;TXT_SETUPHELP_DefLinuxCmd: db '®¬ € ï áâப €«ï', 0 303 ; db '§ £à㧪š Linux, ¥á«š', 0 304 ; db '¥®¡å®€š¬®.', 0 305 ; db 0 306 TXT_SETUPHELP_IgnoreLVM db 'àš ¢ª«î祚š í⮩', 0 307 db '®¯æšš AiR-BOOT ¥', 0 308 db '¡ã€¥â šáª âì', 0 309 db 'šä®à¬ æšî LVM', 0 282 310 db 0 283 311 TXT_SETUPHELP_ForceLBAUsage db 'ॡ〥⠚ᯮ«ì§®¢ š¥', 0 … … 291 319 db 'š«š MS.', 0 292 320 db '(㪠§ âì ç¥à¥§ P-ä« £)', 0 293 db 0294 TXT_SETUPHELP_DefLinuxCmd: db '®¬ € ï áâப €«ï', 0295 db '§ £à㧪š Linux, ¥á«š', 0296 db '¥®¡å®€š¬®.', 0297 321 db 0 298 322 … … 327 351 ; Maximum 60 chars (should not be reached) 328 352 ;----------------------------------|----------------------------------------------------------| 329 TXT_SETUP_EnterLinuxCmdLine db '¢¥€šâ¥ š«š šá¯à ¢ì⥠ª®¬ €ãî áâபã:', 0 330 TXT_SETUP_NoLinuxInstalled db ' á ¥ ãáâ ®¢«¥ Linux', 0 331 TXT_SETUP_NoLDLpartition db 'ë¡à ë© à §€¥« ¥ ï¥âáï HPFS š«š FAT16', 0 353 ; [Linux support removed since v1.02] 354 ;TXT_SETUP_EnterLinuxCmdLine db '¢¥€šâ¥ š«š šá¯à ¢ì⥠ª®¬ €ãî áâபã:', 0 355 ;TXT_SETUP_NoLinuxInstalled db ' á ¥ ãáâ ®¢«¥ Linux', 0 356 TXT_SETUP_NoLDLpartition db 'ë¡à ë© à §€¥« ¥ ï¥âáï HPFS/FAT16/JFS', 0 332 357 333 358 ; Maximum 34 chars (should not be reached) … … 345 370 TXT_SETUPHELP_DriveLetter db ' Ьšâ¥ C-Z', 0 346 371 347 IFNDEF ReleaseCommercial 348 ; Colors for special words hard-coded. Keep all 0s. 349 TXT_SETUP_LowerMessage db 'â ¯à®£à ¬¬ ',0,'¡¥á¯« â ',0,' €«ï ¥ª®¬¬¥àç¥áª®£® šá¯®«ì§®¢ šï.',0 350 db 'ë ',0,' 372 ; Colors for special words hard-coded. Keep all 0s. 373 ;TXT_SETUP_LowerMessage db 'â ¯à®£à ¬¬ ',0,'¡¥á¯« â ',0,' €«ï ¥ª®¬¬¥àç¥áª®£® šá¯®«ì§®¢ šï.',0 374 ; db 'ë ',0,' 351 375 ',0,' ¬®Š¥â¥ à á¯à®áâà ïâì/šá¯®«ì§®¢ âì AiR-BOOT ¢ ',0,'--',0,' ä®à¬¥,',0 352 db '¥á«š ë ¯®«ãç ¥â¥ § íâ® €¥ì£š.',0353 db '376 ; db '¥á«š ë ¯®«ãç ¥â¥ § íâ® €¥ì£š.',0 377 ; db ' 354 378 ᫚ ë å®âšâ¥ šá¯®«ì§®¢ âì AiR-BOOT ¢ ',0,'¢ €à㣚å ášá⥬ å',0,', ',0,'¯à¥€ãáâ ¢«š¢ âì',0,' š«š',0 355 db 'à á¯à®áâà ïâì',0,' á¢ïŠšâ¥áì á® ¬®© ¯® e-mail: ',0,'kiewitz@netlabs.org',0,' !',0 356 ENDIF 379 ; db 'à á¯à®áâà ïâì',0,' á¢ïŠšâ¥áì á® ¬®© ¯® e-mail: ',0,'kiewitz@netlabs.org',0,' !',0 -
trunk/BOOTCODE/TEXT/RU/OTHER.ASM
r26 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 / OTHER TEXT … … 37 54 38 55 ; Dynamic Length (till 80 chars) 39 TXT_BrokenPartitionTable: db 13, 10, ' - ¡ à㊥ ¬šš¬ã¬ ®€š šá¯®àç¥ë© à §€¥«, «š¡® â ¡«šæ à §€¥«®¢ ᮀ¥àŠšâ 56 TXT_BrokenPartitionTable: db 13, 10, ' - ¡ à㊥ ¬šš¬ã¬ ®€š šá¯®àç¥ë© à §€¥«, «š¡® â ¡«šæ à §€¥«®¢ ᮀ¥àŠšâ' 40 57 db 13, 10, ' á¡®©ë¥ ¡«®ªš. šá⥬ ®áâ ®¢«¥ .', 0 41 58 TXT_TooManyPartitions: db 13, 10, ' - «šèª®¬ ¬®£® à §€¥«®¢ ©€¥®. AiR-BOOT ¯®€€¥àŠš¢ ¥â €® 30.', 0 -
trunk/BOOTCODE/TEXT/SW/MBR.ASM
r12 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 / MBR-TEXT -
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 -
trunk/BOOTCODE/TEXT/SW/OTHER.ASM
r26 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 / OTHER TEXT … … 37 54 38 55 ; Dynamic Length (till 80 chars) 39 TXT_BrokenPartitionTable: db 13, 10, ' - Your system has at least one broken partition table entry or your harddrive'40 db 13, 10, ' contains bad sectors. Systemet haltat.', 056 TXT_BrokenPartitionTable: db 13, 10, ' - Ditt system har minst en bruten partitionstabellspost eller har din hrddisk' 57 db 13, 10, ' trasiga sektorer. Systemet haltat.', 0 41 58 TXT_TooManyPartitions: db 13, 10, ' - Fr mnga partitioner hittades. AiR-BOOT stder endast upp till 30.', 0 42 59 TXT_NoBootAble: db 13, 10, ' - Ingen bootningsbar partition definierad. Systemet haltat.', 0 -
trunk/BOOTCODE/TEXT/TXTMBR.ASM
r26 r29 1 Include TEXT\ US\MBR.asm1 Include TEXT\EN\MBR.asm -
trunk/BOOTCODE/TEXT/TXTMENUS.ASM
r26 r29 1 Include TEXT\ US\MENUS.asm1 Include TEXT\EN\MENUS.asm -
trunk/BOOTCODE/TEXT/TXTOTHER.ASM
r26 r29 1 Include TEXT\ US\OTHER.asm1 Include TEXT\EN\OTHER.asm
Note:
See TracChangeset
for help on using the changeset viewer.