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'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.