1 | ; AiR-BOOT (c) Copyright 1998-2008 M. Kiewitz
|
---|
2 | ;
|
---|
3 | ; This file is part of AiR-BOOT
|
---|
4 | ;
|
---|
5 | ; AiR-BOOT is free software: you can redistribute it and/or modify it under
|
---|
6 | ; the terms of the GNU General Public License as published by the Free
|
---|
7 | ; Software Foundation, either version 3 of the License, or (at your option)
|
---|
8 | ; any later version.
|
---|
9 | ;
|
---|
10 | ; AiR-BOOT is distributed in the hope that it will be useful, but WITHOUT ANY
|
---|
11 | ; WARRANTY: without even the implied warranty of MERCHANTABILITY or FITNESS
|
---|
12 | ; FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
---|
13 | ; details.
|
---|
14 | ;
|
---|
15 | ; You should have received a copy of the GNU General Public License along with
|
---|
16 | ; AiR-BOOT. If not, see <http://www.gnu.org/licenses/>.
|
---|
17 | ;
|
---|
18 | ;------------------------------------------------------------------------------
|
---|
19 | ; AiR-BOOT / OTHER TEXT
|
---|
20 | ; v001 - English - by Martin Kiewitz
|
---|
21 | ;------------------------------------------------------------------------------
|
---|
22 |
|
---|
23 | TXT_TranslationBy db 0
|
---|
24 |
|
---|
25 | ; TopInfosX variables are used for Boot-Menu and Partition Setup
|
---|
26 |
|
---|
27 | ; Maximum 2/10/11/6 chars
|
---|
28 | ;----------------------------------||---------------------------------------
|
---|
29 | TXT_TopInfos_No db 'No', 0
|
---|
30 | TXT_TopInfos_Hd db 'Hd', 0
|
---|
31 | ;----------------------------------|--------|-------------------------------
|
---|
32 | TXT_TopInfos_HdSize db 'Hd/Size:', 0
|
---|
33 | ;----------------------------------|--------|-------------------------------
|
---|
34 | TXT_TopInfos_Label db 'Label:', 0
|
---|
35 | ;----------------------------------|---------|------------------------------
|
---|
36 | TXT_TopInfos_Type db 'Type:', 0
|
---|
37 | ;----------------------------------|----|-----------------------------------
|
---|
38 | TXT_TopInfos_Flags db 'Flags:', 0 ; <-- for Partition Setup
|
---|
39 |
|
---|
40 | ; Will be added together to one line, maximum 76 chars
|
---|
41 | TXT_TimedBootLine db 'Timed boot enabled. System will boot '''
|
---|
42 | TXT_TimedBootEntryName db 12 dup (0) ; Space for Default-Entry-Name
|
---|
43 | TXT_TimedBootLine2 db ''' in ', 0
|
---|
44 | TXT_TimedBootSeconds db ' seconds. ', 0
|
---|
45 | TXT_TimedBootSecond db ' second. ', 0 ; if only one is left, ELiTE :]
|
---|
46 | ; Maximum 76 chars
|
---|
47 | ;----------------------------------|--------------------------------------------------------------------------|
|
---|
48 | TXT_TimedBootDisabled db 'Timed boot disabled; no timeout will occur.', 0
|
---|
49 | TXT_BootMenuHelpText1 db 'Press [Esc] to toggle timed boot, [Enter] to accept current selection.', 0
|
---|
50 | TXT_BootMenuHelpText2 db 'Select another with the arrow keys, or press [TAB] to see BIOS POST message.', 0
|
---|
51 | ; Maximum 30 chars
|
---|
52 | ;----------------------------------|----------------------------|
|
---|
53 | TXT_BootMenuEnterSetup db 'F10 to enter Setup', 0
|
---|
54 | ;TXT_BootMenuEnterBootLog db 'TAB to enter Boot Log', 0
|
---|
55 |
|
---|
56 | ; Dynamic Length (till 80 chars)
|
---|
57 | TXT_BrokenPartitionTable db 13, 10, ' - Your system has at least one broken partition table entry or your harddrive'
|
---|
58 | db 13, 10, ' contains bad sectors. System halted.', 0
|
---|
59 | TXT_TooManyPartitions db 13, 10, ' - Too many partitions found. AiR-BOOT is supporting up to 45.', 0
|
---|
60 | TXT_NoBootAble db 13, 10, ' - No bootable partition defined. System halted.', 0
|
---|
61 | TXT_BIOSchanged db 13, 10, ' - BIOS CHANGED, please check your system for any virus, just to be sure.'
|
---|
62 | db 13, 10, ' Press any key to continue...', 0
|
---|
63 |
|
---|
64 | TXT_VirusFoundMain db 13, 10, ' - !ATTENTION! -> A V1RU5 WAS FOUND <- !ATTENTION!', 13, 10, 0
|
---|
65 | TXT_VirusFound1ok db ' It got squashed, but the system may not reboot correctly. If this happens,', 13, 10
|
---|
66 | db ' use your AiR-BOOT system disc.', 13, 10, 0
|
---|
67 | TXT_VirusFound1damn db ' Unfortunately it destroyed AiR-BOOTs backup. You have to reboot using your', 13, 10
|
---|
68 | db ' AiR-BOOT system disc.', 13, 10, 0
|
---|
69 | TXT_VirusFound1any db ' For security, you should check your harddisc against remaining virus parts.', 13, 10, 0
|
---|
70 | TXT_VirusFound2 db ' It is located in the boot-record of the partition, you wanted to boot.', 13, 10
|
---|
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
|
---|
75 | TXT_VirusFoundEnd db ' System halted. Please press RESET.', 0
|
---|
76 | TXT_HowEnterSetup db 13, 10, ' - Press and hold Strg/Ctrl or Alt to enter AiR-BOOT Setup.', 0
|
---|
77 |
|
---|
78 | TXT_BootingNow1 db 'Booting the system using ', 0
|
---|
79 | ; DO NOT MODIFY HERE
|
---|
80 | TXT_BootingNow2 db '''', 0
|
---|
81 | TXT_BootingNowPartName db 12 dup (0) ; Space for BootThisPart-Name
|
---|
82 | ; DO NOT MODIFY TILL HERE
|
---|
83 | TXT_BootingNowPartition db ' partition', 0
|
---|
84 | TXT_BootingNowKernel db ' kernel', 0
|
---|
85 | TXT_BootingHide db '; hide active', 0
|
---|
86 | TXT_BootingWait db '; please wait...', 13, 10, 13, 10, 0
|
---|
87 |
|
---|
88 | ; FIXED LENGTH - 11 chars each string
|
---|
89 | ;----------------------------------|---------|------------------------------
|
---|
90 | TXT_Floppy_NoName db 'No Name '
|
---|
91 | TXT_Floppy_Drive db 'FloppyDrive'
|
---|
92 | TXT_Floppy_NoDisc db 'No Disc '
|
---|
93 |
|
---|
94 | ; Maximum 60 chars (should not be reached)
|
---|
95 | ;----------------------------------|----------------------------------------------------------|
|
---|
96 | TXT_PleaseEnterPassword db ' Please Enter Password:', 0
|
---|
97 | ; the following 3 strings have to equal or *longer* than PleaseEnterPassword
|
---|
98 | TXT_ProtectedSystem db '** PASSWORD PROTECTED SYSTEM **', 0
|
---|
99 | TXT_ProtectedSetup db '** PASSWORD PROTECTED SETUP! **', 0
|
---|
100 | TXT_ProtectedBootUp db '** PASSWORD PROTECTED BOOTUP **', 0
|
---|
101 |
|
---|
102 | ; will get completed using TXT_ERROR_CheckFailed from MBR.asm
|
---|
103 | TXT_ERROR_CheckConfig db 13, 10, ' - The configuration', 0
|
---|
104 |
|
---|
105 | ;----------------------------------|----------------------------------------------------------|
|
---|
106 | TXT_TooManyTries db 'Too Many Tries, System Halted', 0
|
---|