source: trunk/bootcode/text/en/other.asm

Last change on this file was 57, checked in by Ben Rietbroek, 10 years ago

All source-files lowercased [v1.1.1-testing]

Some standard files like 'COPYING', 'LICENSE', etc. have not been
converted to lower case because they are usually distributed uppercased.

File size: 6.3 KB
RevLine 
[29]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;
[8]18;------------------------------------------------------------------------------
19; AiR-BOOT / OTHER TEXT
20; v001 - English - by Martin Kiewitz
21;------------------------------------------------------------------------------
22
23TXT_TranslationBy db 0
24
25; TopInfosX variables are used for Boot-Menu and Partition Setup
26
27; Maximum 2/10/11/6 chars
28;----------------------------------||---------------------------------------
[37]29TXT_TopInfos_No db 'No', 0
30TXT_TopInfos_Hd db 'Hd', 0
[8]31;----------------------------------|--------|-------------------------------
[37]32TXT_TopInfos_HdSize db 'Hd/Size:', 0
[8]33;----------------------------------|--------|-------------------------------
[37]34TXT_TopInfos_Label db 'Label:', 0
[8]35;----------------------------------|---------|------------------------------
[37]36TXT_TopInfos_Type db 'Type:', 0
[8]37;----------------------------------|----|-----------------------------------
[37]38TXT_TopInfos_Flags db 'Flags:', 0 ; <-- for Partition Setup
[8]39
40; Will be added together to one line, maximum 76 chars
[37]41TXT_TimedBootLine db 'Timed boot enabled. System will boot '''
[8]42TXT_TimedBootEntryName db 12 dup (0) ; Space for Default-Entry-Name
[37]43TXT_TimedBootLine2 db ''' in ', 0
44TXT_TimedBootSeconds db ' seconds. ', 0
45TXT_TimedBootSecond db ' second. ', 0 ; if only one is left, ELiTE :]
[8]46; Maximum 76 chars
47;----------------------------------|--------------------------------------------------------------------------|
[37]48TXT_TimedBootDisabled db 'Timed boot disabled; no timeout will occur.', 0
49TXT_BootMenuHelpText1 db 'Press [Esc] to toggle timed boot, [Enter] to accept current selection.', 0
50TXT_BootMenuHelpText2 db 'Select another with the arrow keys, or press [TAB] to see BIOS POST message.', 0
[23]51; Maximum 30 chars
52;----------------------------------|----------------------------|
[8]53TXT_BootMenuEnterSetup db 'F10 to enter Setup', 0
[30]54;TXT_BootMenuEnterBootLog db 'TAB to enter Boot Log', 0
[8]55
56; Dynamic Length (till 80 chars)
[37]57TXT_BrokenPartitionTable db 13, 10, ' - Your system has at least one broken partition table entry or your harddrive'
[26]58 db 13, 10, ' contains bad sectors. System halted.', 0
[37]59TXT_TooManyPartitions db 13, 10, ' - Too many partitions found. AiR-BOOT is supporting up to 45.', 0
60TXT_NoBootAble db 13, 10, ' - No bootable partition defined. System halted.', 0
61TXT_BIOSchanged db 13, 10, ' - BIOS CHANGED, please check your system for any virus, just to be sure.'
[8]62 db 13, 10, ' Press any key to continue...', 0
63
[37]64TXT_VirusFoundMain db 13, 10, ' - !ATTENTION! -> A V1RU5 WAS FOUND <- !ATTENTION!', 13, 10, 0
65TXT_VirusFound1ok db ' It got squashed, but the system may not reboot correctly. If this happens,', 13, 10
[8]66 db ' use your AiR-BOOT system disc.', 13, 10, 0
[37]67TXT_VirusFound1damn db ' Unfortunately it destroyed AiR-BOOTs backup. You have to reboot using your', 13, 10
[8]68 db ' AiR-BOOT system disc.', 13, 10, 0
[37]69TXT_VirusFound1any db ' For security, you should check your harddisc against remaining virus parts.', 13, 10, 0
70TXT_VirusFound2 db ' It is located in the boot-record of the partition, you wanted to boot.', 13, 10
[8]71 db ' Use a virus-checking program. It could be false alarm either.', 13, 10
72 db ' After removal, you have to reinit the detection variables, go into ', 13, 10
73 db ' ''PARTITION SETUP'' and switch VIBR-detection two times (off/on).', 13, 10
74 db ' If this was just a false alarm, leave it in off-state.', 13, 10, 0
[37]75TXT_VirusFoundEnd db ' System halted. Please press RESET.', 0
76TXT_HowEnterSetup db 13, 10, ' - Press and hold Strg/Ctrl or Alt to enter AiR-BOOT Setup.', 0
[8]77
[37]78TXT_BootingNow1 db 'Booting the system using ', 0
[8]79; DO NOT MODIFY HERE
[37]80TXT_BootingNow2 db '''', 0
81TXT_BootingNowPartName db 12 dup (0) ; Space for BootThisPart-Name
[8]82; DO NOT MODIFY TILL HERE
[37]83TXT_BootingNowPartition db ' partition', 0
84TXT_BootingNowKernel db ' kernel', 0
85TXT_BootingHide db '; hide active', 0
86TXT_BootingWait db '; please wait...', 13, 10, 13, 10, 0
[8]87
88; FIXED LENGTH - 11 chars each string
89;----------------------------------|---------|------------------------------
[37]90TXT_Floppy_NoName db 'No Name '
91TXT_Floppy_Drive db 'FloppyDrive'
92TXT_Floppy_NoDisc db 'No Disc '
[8]93
94; Maximum 60 chars (should not be reached)
95;----------------------------------|----------------------------------------------------------|
96TXT_PleaseEnterPassword db ' Please Enter Password:', 0
97; the following 3 strings have to equal or *longer* than PleaseEnterPassword
98TXT_ProtectedSystem db '** PASSWORD PROTECTED SYSTEM **', 0
99TXT_ProtectedSetup db '** PASSWORD PROTECTED SETUP! **', 0
100TXT_ProtectedBootUp db '** PASSWORD PROTECTED BOOTUP **', 0
101
102; will get completed using TXT_ERROR_CheckFailed from MBR.asm
103TXT_ERROR_CheckConfig db 13, 10, ' - The configuration', 0
104
105;----------------------------------|----------------------------------------------------------|
106TXT_TooManyTries db 'Too Many Tries, System Halted', 0
Note: See TracBrowser for help on using the repository browser.