Changeset 29 for trunk/BOOTCODE/TEXT


Ignore:
Timestamp:
May 5, 2011, 2:00:00 PM (14 years ago)
Author:
Ben Rietbroek
Message:

AiR-BOOT v1.06 -- Complete sourceforge mirror. (r56) [2010-02-19]
Signature-date: 2006-03-13.
Also contains binairy releases from v1.01 to v1.06, cd-rom images, etc.
If you want the whole pre v1.07 shebang, checkout this revision's trunk.
The v1.06 reference version is in 'tags/v1.06r'.
Note that this reference version uses 'NL' for 'Dutch'.

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 keep
    9 ;  in mind that modifying this code needs at least *some* assembly skill. If
    10 ;  you mess up your system, because you needed to hack your way through, don't
    11 blame me. Releasing a customized version of AiR-BOOT, selling it in any form
    12 or reusing parts of this source is *PROHIBITED*. Ask me, if you have some
    13 idea about new functionality *before* developing the code, otherwise I will
    14 ;  definitely reject it. Also please accept, that I have some basic design
    15 ;  rules on AiR-BOOT and I will maintain them at all costs, so this won't get
    16 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
     6the terms of the GNU General Public License as published by the Free
     7Software Foundation, either version 3 of the License, or (at your option)
     8any later version.
     9;
     10; AiR-BOOT is distributed in the hope that it will be useful, but WITHOUT ANY
     11WARRANTY: without even the implied warranty of MERCHANTABILITY or FITNESS
     12FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
     13details.
     14;
     15; You should have received a copy of the GNU General Public License along with
     16AiR-BOOT. If not, see <http://www.gnu.org/licenses/>.
     17;
    1818;---------------------------------------------------------------------------
    1919;                                               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;
    118;------------------------------------------------------------------------------
    219;                                                          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;
    118;---------------------------------------------------------------------------
    219;                                          AiR-BOOT SETUP / ALL SETUP MENUS
     
    2845; Basic Options - Items - Max Length: 23
    2946;----------------------------------|---------------------|------------------
    30 TXT_SETUP_DefaultPart          db 'Standard Partition', 0
     47TXT_SETUP_DefaultSelection     db 'Standard Selektion', 0
    3148TXT_SETUP_TimedBoot            db 'Zeitgesteuerter Boot', 0
    3249TXT_SETUP_TimedBootDelay       db '-> Anzahl Sekunden', 0
     
    5875; Extended Options - Items - Max Length: 23
    5976;----------------------------------|---------------------|------------------
    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
     83TXT_SETUP_IgnoreLVM            db 'Ignoriere LVM Daten', 0
    6384TXT_SETUP_ForceLBAUsage        db 'Erzwinge BIOS-LBA', 0
    6485TXT_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', 0
    6786
    6887; DYNAMIC LENGTH, maximum 11 chars excluding ending zero
     
    7291TXT_SETUP_MAGIC_Detailed       db 'Detailiert', 0
    7392TXT_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
    7595TXT_SETUP_MAGIC_DoNothing      db 'Nichts', 0
    7696TXT_SETUP_MAGIC_ResetTime      db 'Zeit Reset', 0
     
    158178; Basic Options - Help
    159179;----------------------------------|--------------------|-------------------
    160 TXT_SETUPHELP_DefaultPart      db 'Žndert die Default', 0
    161                                db 'Partition. Wird u.a.', 0
     180TXT_SETUPHELP_DefaultSelection db 'Žndert die Standard', 0
     181                               db 'Selektion. Wird u.a.', 0
    162182                               db 'beim zeitgesteuerten', 0
    163183                               db 'Boot verwendet.', 0
     
    260280; Extended Options - Help
    261281;----------------------------------|--------------------|-------------------
    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;----------------------------------|--------------------|-------------------
     297TXT_SETUPHELP_IgnoreLVM        db 'AiR-BOOT sucht in', 0
     298                               db 'diesem Fall nicht nach', 0
     299                               db 'LVM Informationen.', 0
     300                               db 0
    273301TXT_SETUPHELP_ForceLBAUsage    db 'Erzwingt Bentzung der', 0
    274302                               db 'BIOS LBA APIs anstatt', 0
     
    281309                               db 'das P-Flag in Standard', 0
    282310                               db 'oder MS-Erfindung.', 0
    283                                db 0
    284 TXT_SETUPHELP_DefLinuxCmd:     db 'Definiert die Linux', 0
    285                                db 'Kommandozeile.', 0
    286311                               db 0
    287312
     
    312337; Maximum 60 chars (should not be reached)
    313338;----------------------------------|----------------------------------------------------------|
    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
     342TXT_SETUP_NoLDLpartition       db 'Diese Partition ist weder vom Typ HPFS/FAT16/JFS', 0
    317343
    318344; Maximum 34 chars (should not be reached)
     
    330356TXT_SETUPHELP_DriveLetter      db 'C-Z drcken', 0
    331357
    332 IFNDEF ReleaseCommercial
    333    ; Colors for special words hard-coded. Keep all 0s.
    334    TXT_SETUP_LowerMessage      db 'Dieses Programm ist ',0,'kostenlos',0,' fr nicht-kommerzielle Bentzung.',0
    335                                db 'Sie drfen AiR-BOOT ',0,'NICHT',0,' in ',0,'-IRGENDEINER-',0,' Form vertreiben/bentzen,',0
    336                                db 'falls Sie Geld fr 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,' m”chten, 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,' fr nicht-kommerzielle Bentzung.',0
     360;                               db 'Sie drfen AiR-BOOT ',0,'NICHT',0,' in ',0,'-IRGENDEINER-',0,' Form vertreiben/bentzen,',0
     361;                               db 'falls Sie Geld fr 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,' m”chten, 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;
    118;------------------------------------------------------------------------------
    219;                                                        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;
    118;------------------------------------------------------------------------------
    219;                                                          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;
    118;---------------------------------------------------------------------------
    219;                                          AiR-BOOT SETUP / ALL SETUP MENUS
     
    2845; Basic Options - Items - Max Length: 23
    2946;----------------------------------|---------------------|------------------
    30 TXT_SETUP_DefaultPart          db 'Standaardpartitie', 0
     47TXT_SETUP_DefaultSelection     db 'Standaardkeuze', 0
    3148TXT_SETUP_TimedBoot            db 'Opstart met wachttijd', 0
    3249TXT_SETUP_TimedBootDelay       db 'Wachttijd: aantal sec', 0
     
    5875; Extended Options - Items - Max Length: 23
    5976;----------------------------------|---------------------|------------------
    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
     83TXT_SETUP_IgnoreLVM            db 'LVM-gegevens negeren', 0
    6384TXT_SETUP_ForceLBAUsage        db 'Enkel BIOS-LBA', 0
    6485TXT_SETUP_ExtPartMShack        db 'Ext-Part MS Workaround', 0
    6586;----------------------------------|---------------------|------------------
    66 
    67 ; This here may be larger than 23 chars...
    68 TXT_SETUP_DefLinuxCmd          db 'Opdrachtenreeks voor Linux', 0
    6987
    7088; DYNAMIC LENGTH, maximum 11 chars excluding ending zero
     
    7492TXT_SETUP_MAGIC_Detailed       db 'Alles', 0
    7593TXT_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
    7796TXT_SETUP_MAGIC_DoNothing      db 'Negeren', 0
    7897TXT_SETUP_MAGIC_ResetTime      db 'Tijd op nul', 0
     
    162181; Basic Options - Help
    163182;----------------------------------|--------------------|--------------------
    164 TXT_SETUPHELP_DefaultPart      db 'Wijzigt de standaard-', 0
    165                                db 'partitie. Ook als er', 0
     183TXT_SETUPHELP_DefaultSelection db 'Wijzigt de standaard-', 0
     184                               db 'selectie. Ook als er', 0
    166185                               db 'een wachttijd werd', 0
    167186                               db 'ingesteld.' ,0
     
    277296; Extended Options - Help
    278297;----------------------------------|--------------------|-------------------
    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;----------------------------------|--------------------|-------------------
     315TXT_SETUPHELP_IgnoreLVM        db 'Werd deze optie', 0
     316                               db 'geactiveerd,dan worden', 0
     317                               db 'LVM-gegevens als', 0
     318                               db 'onbestaande beschouwd.', 0
    289319                               db 0
    290320TXT_SETUPHELP_ForceLBAUsage    db 'Uitschakelen van de', 0
     
    299329                               db 'standaard of MS-Invent', 0
    300330                               db '(gedef. door P optie)', 0
    301                                db 0
    302 TXT_SETUPHELP_DefLinuxCmd:     db 'Opdrachten voor Linux', 0
    303                                db 'instellen, indien', 0
    304                                db 'Linux beschikbaar.', 0
    305331                               db 0
    306332
     
    331357; Maximum 60 chars (should not be reached)
    332358;----------------------------------|----------------------------------------------------------|
    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
     362TXT_SETUP_NoLDLpartition       db 'Deze partitie werd noch FAT16/HPFS/JFS geformatteerd!', 0
    336363
    337364; Maximum 34 chars (should not be reached)
     
    349376TXT_SETUPHELP_DriveLetter      db 'Kies uit C @ Z', 0
    350377
    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 voorge‹nstalleerd',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 voorge‹nstalleerd',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;
    118;------------------------------------------------------------------------------
    219;                                                        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;
    118;------------------------------------------------------------------------------
    219;                                                          AiR-BOOT / MBR-TEXT
     
    421;------------------------------------------------------------------------------
    522
    6 TXT_LanguageID                equ 'U'
     23TXT_LanguageID                equ 'E'
    724
    825; 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;
    118;---------------------------------------------------------------------------
    219;                                          AiR-BOOT SETUP / ALL SETUP MENUS
     
    2845; Basic Options - Items - Max Length: 23
    2946;----------------------------------|---------------------|------------------
    30 TXT_SETUP_DefaultPart          db 'Default Partition', 0
     47TXT_SETUP_DefaultSelection     db 'Default Selection', 0
    3148TXT_SETUP_TimedBoot            db 'Timed Boot', 0
    3249TXT_SETUP_TimedBootDelay       db 'Timed Boot Delay (sec)', 0
     
    5875; Extended Options - Items - Max Length: 23
    5976;----------------------------------|---------------------|------------------
    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
     83TXT_SETUP_IgnoreLVM            db 'Ignore LVM information', 0
    6384TXT_SETUP_ForceLBAUsage        db 'Force BIOS-LBA Usage', 0
    6485TXT_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', 0
    6786
    6887; DYNAMIC LENGTH, maximum 11 chars excluding ending zero
     
    7291TXT_SETUP_MAGIC_Detailed       db 'Detailed', 0
    7392TXT_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
    7595TXT_SETUP_MAGIC_DoNothing      db 'Do Nothing', 0
    7696TXT_SETUP_MAGIC_ResetTime      db 'Reset Time', 0
     
    156176; Basic Options - Help
    157177;----------------------------------|--------------------|-------------------
    158 TXT_SETUPHELP_DefaultPart      db 'Changes your default', 0
    159                                db 'partition. It can be', 0
     178TXT_SETUPHELP_DefaultSelection db 'Changes your default', 0
     179                               db 'selection. It can be', 0
    160180                               db 'used on Timed Boot.', 0
    161181                               db 0
     
    261281; Extended Options - Help
    262282;----------------------------------|--------------------|-------------------
    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;----------------------------------|--------------------|-------------------
     299TXT_SETUPHELP_IgnoreLVM        db 'If activated, AiR-BOOT', 0
     300                               db 'won''t even look for', 0
     301                               db 'LVM information.', 0
    272302                               db 0
    273303TXT_SETUPHELP_ForceLBAUsage    db 'Forces the usage of', 0
     
    281311                               db 'MS-invention.', 0
    282312                               db '(defined by P-flag)', 0
    283                                db 0
    284 TXT_SETUPHELP_DefLinuxCmd:     db 'Defines the command', 0
    285                                db 'line for Linux, if', 0
    286                                db 'available.', 0
    287313                               db 0
    288314
     
    313339; Maximum 60 chars (should not be reached)
    314340;----------------------------------|----------------------------------------------------------|
    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
     344TXT_SETUP_NoLDLpartition       db 'The selected partition is not HPFS/FAT16/JFS', 0
    318345
    319346; Maximum 34 chars (should not be reached)
     
    331358TXT_SETUPHELP_DriveLetter      db 'Press C-Z', 0
    332359
    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;
    118;------------------------------------------------------------------------------
    219;                                                        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;
    118;------------------------------------------------------------------------------
    219;                                                          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;
    118;---------------------------------------------------------------------------
    219;                                          AiR-BOOT SETUP / ALL SETUP MENUS
     
    2845; Basic Options - Items - Max Length: 23
    2946;----------------------------------|---------------------|------------------
    30 TXT_SETUP_DefaultPart          db 'Partition Par D‚faut', 0
     47TXT_SETUP_DefaultSelection     db 'S‚lection Par D‚faut', 0
    3148TXT_SETUP_TimedBoot            db 'Amor‡age Temporis‚', 0
    3249TXT_SETUP_TimedBootDelay       db 'D‚lai d''amor‡age (sec)', 0
     
    5875; Extended Options - Items - Max Length: 23
    5976;----------------------------------|---------------------|------------------
    60 TXT_SETUP_LinuxKernelPart      db 'Partition Noyau Linux', 0
    61 TXT_SETUP_LinuxDefaultKernel   db 'Noyau Linux par D‚faut', 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 D‚faut', 0
     80;TXT_SETUP_LinuxRootPart        db 'Partition Racine Linux', 0
     81; This here may be larger than 23 chars...
     82;TXT_SETUP_DefLinuxCmd          db 'DFINIR LIGNE DE COMMANDE LINUX', 0
     83TXT_SETUP_IgnoreLVM            db 'Ignorer Information LVM', 0
    6384TXT_SETUP_ForceLBAUsage        db 'Force usage du BIOS-LBA', 0
    6485TXT_SETUP_ExtPartMShack        db 't-Part MS Workaround', 0
    65 ; This here may be larger than 23 chars...
    66 TXT_SETUP_DefLinuxCmd          db 'DFINIR LIGNE DE COMMANDE LINUX', 0
    6786
    6887; DYNAMIC LENGTH, maximum 11 chars excluding ending zero
     
    7291TXT_SETUP_MAGIC_Detailed       db 'D‚taill‚', 0
    7392TXT_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
    7595TXT_SETUP_MAGIC_DoNothing      db 'Rien faire', 0
    7696TXT_SETUP_MAGIC_ResetTime      db 'R
     
    159179; Basic Options - Help
    160180;----------------------------------|--------------------|-------------------
    161 TXT_SETUPHELP_DefaultPart      db 'Modifier votre', 0
    162                                db 'partition par d‚faut.', 0
    163                                db 'Peut ˆtre utilis‚ en', 0
    164                                db 'amor‡age temporis‚.', 0
     181TXT_SETUPHELP_DefaultSelection db 'Modifier votre', 0
     182                               db 's‚lection par d‚faut.', 0
    165183                               db 0
    166184TXT_SETUPHELP_TimedBoot        db 'AiR-BOOT proc‚dera', 0
     
    272290; Extended Options - Help
    273291;----------------------------------|--------------------|-------------------
    274 TXT_SETUPHELP_LinuxKernelPart  db 'D‚finir la partition', 0
    275                                db 'FAT-16 contenant vos', 0
    276                                db 'noyaux Linux.', 0
    277                                db 0
    278 TXT_SETUPHELP_LinuxDefaultKrnl db 'D‚finir le nom du', 0
    279                                db 'noyau par d‚faut.', 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 'D‚finir la partition', 0
     294;                               db 'FAT-16 contenant vos', 0
     295;                               db 'noyaux Linux.', 0
     296;                               db 0
     297;TXT_SETUPHELP_LinuxDefaultKrnl db 'D‚finir le nom du', 0
     298;                               db 'noyau par d‚faut.', 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 'D‚finir la ligne de', 0
     305;                               db 'commande pour Linux,', 0
     306;                               db 'si disponible.', 0
     307;                               db 0
     308TXT_SETUPHELP_IgnoreLVM        db 'Si activ‚, AiR-BOOT', 0
     309                               db 'ignorera l''information', 0
     310                               db 'LVM.', 0
    284311                               db 0
    285312TXT_SETUPHELP_ForceLBAUsage    db 'Forcer l''usage de', 0
     
    293320                               db 'partition ‚tendue.', 0
    294321                               db '(d‚fini par drapeau P)', 0
    295                                db 0
    296 TXT_SETUPHELP_DefLinuxCmd:     db 'D‚finir la ligne de', 0
    297                                db 'commande pour Linux,', 0
    298                                db 'si disponible.', 0
    299322                               db 0
    300323
     
    325348; Maximum 60 chars (should not be reached)
    326349;----------------------------------|----------------------------------------------------------|
    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 s‚lectionn‚e 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
     353TXT_SETUP_NoLDLpartition       db 'La partition s‚lectionn‚e n''est pas du type HPFS/FAT16/JFS', 0
    330354
    331355; Maximum 34 chars (should not be reached)
     
    344368TXT_SETUPHELP_DriveLetter      db 'Appuyez C-Z', 0
    345369
    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 priv‚e 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 diff‚rentes',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 priv‚e 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 diff‚rentes',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;
    118;------------------------------------------------------------------------------
    219;                                                        AiR-BOOT / OTHER TEXT
     
    3754
    3855; Dynamic Length (till 80 chars)
    39 TXT_BrokenPartitionTable:      db 13, 10, ' - Votre systŠme a au moins d'une entr‚e mauvaise de table de partition, ou'
     56TXT_BrokenPartitionTable:      db 13, 10, ' - Votre systŠme a au moins d''une entr‚e mauvaise de table de partition, ou'
    4057                               db 13, 10, '   la disque d–r a des cass‚e secteurs. SystŠme arrˆt‚.', 0
    4158TXT_TooManyPartitions:         db 13, 10, ' - Trop de partitions trouv‚es. 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;
    118;------------------------------------------------------------------------------
    219;                                                          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;
    118;---------------------------------------------------------------------------
    219;                                          AiR-BOOT SETUP / ALL SETUP MENUS
     
    2845; Basic Options - Items - Max Length: 23
    2946;----------------------------------|---------------------|------------------
     47TXT_SETUP_DefaultSelection     db 'Selezione Standard', 0
    3048TXT_SETUP_DefaultPart          db 'Partizione Predefinita', 0
    3149TXT_SETUP_TimedBoot            db 'Avvio Temporizzato', 0
     
    5876; Extended Options - Items - Max Length: 23
    5977;----------------------------------|---------------------|------------------
    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
     84TXT_SETUP_IgnoreLVM            db 'Ignorare LVM info.', 0
    6385TXT_SETUP_ForceLBAUsage        db 'Forza uso LBA del BIOS', 0
    6486TXT_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', 0
    6787
    6888; DYNAMIC LENGTH, maximum 11 chars excluding ending zero
     
    7292TXT_SETUP_MAGIC_Detailed       db 'Dettagli', 0
    7393TXT_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
    7596TXT_SETUP_MAGIC_DoNothing      db 'Nessuna Az.', 0
    7697TXT_SETUP_MAGIC_ResetTime      db 'Reset Timer', 0
     
    160181; Basic Options - Help
    161182;----------------------------------|--------------------|-------------------
    162 TXT_SETUPHELP_DefaultPart      db 'Cambia la partizione', 0
    163                                db 'predefinita usata', 0
    164                                db 'nell''Avvio', 0
    165                                db 'Temporizzato', 0
     183TXT_SETUPHELP_DefaultSelection db 'Cambia la selezione', 0
     184                               db 'standard', 0
    166185                               db 0
    167186TXT_SETUPHELP_TimedBoot        db 'AiR-BOOT procede', 0
     
    275294; Extended Options - Help
    276295;----------------------------------|--------------------|-------------------
    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;----------------------------------|--------------------|-------------------
     312TXT_SETUPHELP_IgnoreLVM        db 'Se attivato AiR-BOOT', 0
     313                               db 'non cerca neanche LVM', 0
     314                               db 'informazione.', 0
    286315                               db 0
    287316TXT_SETUPHELP_ForceLBAUsage    db 'Forza l''uso delle API', 0
     
    295324                               db 'standard a tipo MS', 0
    296325                               db '(definito dal P-flag)', 0
    297                                db 0
    298 TXT_SETUPHELP_DefLinuxCmd:     db 'Definisce la linea di', 0
    299                                db 'comando per Linux, se', 0
    300                                db 'disponibile', 0
    301326                               db 0
    302327
     
    327352; Maximum 60 chars (should not be reached)
    328353;----------------------------------|----------------------------------------------------------|
    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
     357TXT_SETUP_NoLDLpartition       db 'Partizione selezionata non HPFS/FAT16/JFS', 0
    332358
    333359; Maximum 34 chars (should not be reached)
     
    345371TXT_SETUPHELP_DriveLetter      db 'Premere C a Z', 0
    346372
    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;
    118;------------------------------------------------------------------------------
    219;                                                        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;
    118;------------------------------------------------------------------------------
    219;                                                          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;
    118;---------------------------------------------------------------------------
    219;                                          AiR-BOOT SETUP / ALL SETUP MENUS
     
    3552; Basic Options - Items - Max Length: 23
    3653;----------------------------------|---------------------|------------------
    37 TXT_SETUP_DefaultPart          db ' §€¥« ¯® 㬮«ç ­šî', 0
     54TXT_SETUP_DefaultSelection     db '‚ë¡®à ¯®-㬮«ç ­šî', 0
    3855TXT_SETUP_TimedBoot            db '€¢â®¬ âšç¥áª ï § £à㧪 ', 0
    3956TXT_SETUP_TimedBootDelay       db '‚à¥¬ï  ¢â®§ £à㧪š (á)', 0
     
    6582; Extended Options - Items - Max Length: 23
    6683;----------------------------------|---------------------|------------------
    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
     91TXT_SETUP_IgnoreLVM            db 'ˆ£­®àšà®¢ âì € ­­ë¥ LVM', 0
    7092TXT_SETUP_ForceLBAUsage        db 'ˆá¯®«ì§®¢ âì BIOS-LBA', 0
    7193TXT_SETUP_ExtPartMShack        db ' §€¥«ë €«ï MS-ášá⥬', 0
    72 ; This here may be larger than 23 chars...
    73 TXT_SETUP_DefLinuxCmd          db '‡€„€‰’
    74  ŠŽŒ€„“ž ‘’ŽŠ“ „‹Ÿ LINUX', 0
    7594
    7695; DYNAMIC LENGTH, maximum 11 chars excluding ending zero
     
    8099TXT_SETUP_MAGIC_Detailed       db '„¥â «ì­®', 0
    81100TXT_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
    83103TXT_SETUP_MAGIC_DoNothing      db '¥§€¥©áâ¢.', 0
    84104TXT_SETUP_MAGIC_ResetTime      db '‘­ ç « ', 0
     
    168188; Basic Options - Help
    169189;----------------------------------|--------------------|-------------------
    170 TXT_SETUPHELP_DefaultPart      db 'Œ¥­ï¥â ‚ è à §€¥« ¯®', 0
    171                                db '㬮«ç ­šî. Ž­ ¬®Š¥â', 0
    172                                db '¡ëâì šá¯®«ì§®¢ ­ €«ï', 0
    173                                db ' ¢â®§ £à㧪š.', 0
     190TXT_SETUPHELP_DefaultSelection db '‘¬¥­šâì ‚ è ¢ë¡®à', 0
     191                               db '¯®-㬮«ç ­šî.', 0
    174192                               db 0
    175193TXT_SETUPHELP_TimedBoot        db 'AiR-BOOT ¯à®€®«Ššâ', 0
     
    271289; Extended Options - Help
    272290;----------------------------------|--------------------|-------------------
    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
     306TXT_SETUPHELP_IgnoreLVM        db 'àš ¢ª«î祭šš í⮩', 0
     307                               db '®¯æšš AiR-BOOT ­¥', 0
     308                               db '¡ã€¥â šáª âì', 0
     309                               db 'š­ä®à¬ æšî LVM', 0
    282310                               db 0
    283311TXT_SETUPHELP_ForceLBAUsage    db '’ॡ〥⠚ᯮ«ì§®¢ ­š¥', 0
     
    291319                               db 'š«š MS.', 0
    292320                               db '(㪠§ âì ç¥à¥§ P-ä« £)', 0
    293                                db 0
    294 TXT_SETUPHELP_DefLinuxCmd:     db 'Š®¬ ­€­ ï áâப  €«ï', 0
    295                                db '§ £à㧪š Linux, ¥á«š', 0
    296                                db '­¥®¡å®€š¬®.', 0
    297321                               db 0
    298322
     
    327351; Maximum 60 chars (should not be reached)
    328352;----------------------------------|----------------------------------------------------------|
    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
     356TXT_SETUP_NoLDLpartition       db '‚ë¡à ­­ë© à §€¥« ­¥ ï¥âáï HPFS/FAT16/JFS', 0
    332357
    333358; Maximum 34 chars (should not be reached)
     
    345370TXT_SETUPHELP_DriveLetter      db ' Š¬šâ¥ C-Z', 0
    346371
    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,'
    351375',0,' ¬®Š¥â¥ à á¯à®áâà ­ïâì/šá¯®«ì§®¢ âì AiR-BOOT ¢ ',0,'-‹žŽ‰-',0,' ä®à¬¥,',0
    352                                db '¥á«š ‚ë ¯®«ã砥⥠§  íâ® €¥­ì£š.',0
    353                                db '
     376;                               db '¥á«š ‚ë ¯®«ã砥⥠§  íâ® €¥­ì£š.',0
     377;                               db '
    354378᫚ ‚ë å®âšâ¥ šá¯®«ì§®¢ âì 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;
    118;------------------------------------------------------------------------------
    219;                                                        AiR-BOOT / OTHER TEXT
     
    3754
    3855; Dynamic Length (till 80 chars)
    39 TXT_BrokenPartitionTable:      db 13, 10, ' - Ž¡­ à㊥­ ¬š­š¬ã¬ ®€š­ šá¯®à祭­ë© à §€¥«, «š¡® â ¡«šæ  à §€¥«®¢ ᮀ¥àŠšâ 
     56TXT_BrokenPartitionTable:      db 13, 10, ' - Ž¡­ à㊥­ ¬š­š¬ã¬ ®€š­ šá¯®à祭­ë© à §€¥«, «š¡® â ¡«šæ  à §€¥«®¢ ᮀ¥àŠšâ'
    4057                               db 13, 10, '   á¡®©­ë¥ ¡«®ªš. ‘šá⥬  ®áâ ­®¢«¥­ .', 0
    4158TXT_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;
    118;------------------------------------------------------------------------------
    219;                                                          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;
    118;---------------------------------------------------------------------------
    219;                                          AiR-BOOT SETUP / ALL SETUP MENUS
     
    2845; Basic Options - Items - Max Length: 23
    2946;----------------------------------|---------------------|------------------
    30 TXT_SETUP_DefaultPart          db 'Standard Partition', 0
     47TXT_SETUP_DefaultSelection     db 'Standard Partition', 0
    3148TXT_SETUP_TimedBoot            db 'Tidstyrd Bootning', 0
    3249TXT_SETUP_TimedBootDelay       db 'TidsBoot F”rdr”j (sek)', 0
     
    5875; Extended Options - Items - Max Length: 23
    5976;----------------------------------|---------------------|------------------
    60 TXT_SETUP_LinuxKernelPart      db 'Linux Kernel Partition', 0
    61 TXT_SETUP_LinuxDefaultKernel   db 'Linux Standard K„rna', 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 K„rna', 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 F™R LINUX', 0
     83TXT_SETUP_IgnoreLVM            db 'Ignore LVM information', 0
     84; ###
    6385TXT_SETUP_ForceLBAUsage        db 'Forc BIOS-LBA Anv„ndn.', 0
    6486TXT_SETUP_ExtPartMShack        db 'Ext-Part MS Workaround', 0
    65 ; This here may be larger than 23 chars...
    66 TXT_SETUP_DefLinuxCmd          db 'DEFINIERA KOMMANDORAD F™R LINUX', 0
    6787
    6888; DYNAMIC LENGTH, maximum 11 chars excluding ending zero
     
    7292TXT_SETUP_MAGIC_Detailed       db 'Detaljerad', 0
    7393TXT_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
    7596TXT_SETUP_MAGIC_DoNothing      db 'G”r Inget', 0
    7697TXT_SETUP_MAGIC_ResetTime      db 'terst. Tid', 0
     
    160181; Basic Options - Help
    161182;----------------------------------|--------------------|-------------------
     183TXT_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; ####
    162188TXT_SETUPHELP_DefaultPart      db 'Žndrar din standard', 0
    163189                               db 'partition. Den kan', 0
     
    277303; Extended Options - Help
    278304;----------------------------------|--------------------|-------------------
    279 TXT_SETUPHELP_LinuxKernelPart  db 'Definierar FAT-16', 0
    280                                db 'partition som', 0
    281                                db 'inneh†ller dina', 0
    282                                db 'Linux k„rnor.', 0
    283                                db 0
    284 TXT_SETUPHELP_LinuxDefaultKrnl db 'Definiera din', 0
    285                                db 'standardk„rnas', 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 'inneh†ller dina', 0
     309;                               db 'Linux k„rnor.', 0
     310;                               db 0
     311;TXT_SETUPHELP_LinuxDefaultKrnl db 'Definiera din', 0
     312;                               db 'standardk„rnas', 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 f”r Linux, om', 0
     320;                               db 'tillg„ngligt.', 0
     321;                               db 0
     322TXT_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; ###
    291327TXT_SETUPHELP_ForceLBAUsage    db 'Forc. anv„ndning av', 0
    292328                               db 'BIOS LBA APIs', 0
     
    299335                               db 'eller MS-uppfinnade.', 0
    300336                               db '(definierad av P-flag)', 0
    301                                db 0
    302 TXT_SETUPHELP_DefLinuxCmd:     db 'Definierar kommando', 0
    303                                db 'rad f”r Linux, om', 0
    304                                db 'tillg„ngligt.', 0
    305337                               db 0
    306338
     
    331363; Maximum 60 chars (should not be reached)
    332364;----------------------------------|----------------------------------------------------------|
    333 TXT_SETUP_EnterLinuxCmdLine    db 'Var v„nlig 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 v„nlig ange/modifiera din Linux kommando-rad:', 0
     367;TXT_SETUP_NoLinuxInstalled     db 'Du har inte Linux installerat', 0
     368TXT_SETUP_NoLDLpartition       db 'Den valda partitionen „r inte varken HPFS/FAT16/JFS', 0
    336369
    337370; Maximum 34 chars (should not be reached)
     
    349382TXT_SETUPHELP_DriveLetter      db 'Tryck C-Z', 0
    350383
    351 IFNDEF ReleaseCommercial
    352    ; Colors for special words hard-coded. Keep all 0s.
    353    TXT_SETUP_LowerMessage      db 'Detta program „r ',0,'fritt',0,' f”r icke-kommersiell privat anv„ndning.',0
    354                                db 'Du f†r ',0,'INTE',0,' distribuera/anv„nda AiR-BOOT i ',0,'-NGON-',0,' form,',0
    355                                db 'om du erh†ller pengar f”r den distribuerade produkten eller servicen.',0
    356                                db 'Om du vill anv„nda AiR-BOOT i ',0,'andra sammanhang',0,', ',0,'f”rinstallera',0,' eller',0
    357                                db 'distribuera',0,' den, var v„nlig 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,' f”r icke-kommersiell privat anv„ndning.',0
     386;                               db 'Du f†r ',0,'INTE',0,' distribuera/anv„nda AiR-BOOT i ',0,'-NGON-',0,' form,',0
     387;                               db 'om du erh†ller pengar f”r den distribuerade produkten eller servicen.',0
     388;                               db 'Om du vill anv„nda AiR-BOOT i ',0,'andra sammanhang',0,', ',0,'f”rinstallera',0,' eller',0
     389;                               db 'distribuera',0,' den, var v„nlig 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;
    118;------------------------------------------------------------------------------
    219;                                                        AiR-BOOT / OTHER TEXT
     
    3754
    3855; 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.', 0
     56TXT_BrokenPartitionTable:      db 13, 10, ' - Ditt system har minst en bruten partitionstabellspost eller har din h†rddisk'
     57                               db 13, 10, '   trasiga sektorer. Systemet haltat.', 0
    4158TXT_TooManyPartitions:         db 13, 10, ' - F”r m†nga partitioner hittades. AiR-BOOT st”der endast upp till 30.', 0
    4259TXT_NoBootAble:                db 13, 10, ' - Ingen bootningsbar partition definierad. Systemet haltat.', 0
  • trunk/BOOTCODE/TEXT/TXTMBR.ASM

    r26 r29  
    1 Include TEXT\US\MBR.asm
     1Include TEXT\EN\MBR.asm
  • trunk/BOOTCODE/TEXT/TXTMENUS.ASM

    r26 r29  
    1 Include TEXT\US\MENUS.asm
     1Include TEXT\EN\MENUS.asm
  • trunk/BOOTCODE/TEXT/TXTOTHER.ASM

    r26 r29  
    1 Include TEXT\US\OTHER.asm
     1Include TEXT\EN\OTHER.asm
Note: See TracChangeset for help on using the changeset viewer.