Subversion Repositories Kolibri OS

Rev

Rev 837 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 837 Rev 2971
Line 9... Line 9...
9
;
9
;
10
;                           BOOT DATA
10
;                           BOOT DATA
11
;
11
;
12
;======================================================================
12
;======================================================================
Line 13... Line 13...
13
 
13
 
Line 14... Line 14...
14
$Revision: 750 $
14
$Revision: 2971 $
15
 
15
 
16
 
16
 
Line 112... Line 112...
112
loading_msg db    "Lade KolibriOS...",0
112
loading_msg db    "Lade KolibriOS...",0
113
save_quest db     "Aktuelle Einstellungen speichern? [y/n]: ",0
113
save_quest db     "Aktuelle Einstellungen speichern? [y/n]: ",0
114
loader_block_error db "Bootloader Daten ungueltig, Kann nicht fortfahren. Angehalten.",0
114
loader_block_error db "Bootloader Daten ungueltig, Kann nicht fortfahren. Angehalten.",0
Line 115... Line 115...
115
 
115
 
116
remark1 db      "Default values were selected to match most of configurations, but not all.",0
116
remark1 db      "Default values were selected to match most of configurations, but not all.",0
117
remark2 db      "If you have LCD-monitor, disable VRR in the item [c] - you do not need it.",0
117
remark2 db      "If you have CRT-monitor, enable VRR in the item [c].",0
118
remark3 db      "If the system does not boot, try to disable the item [b].",0
118
remark3 db      "If the system does not boot, try to disable the item [b].",0
119
remarks dw      remark1, remark2, remark3
119
remarks dw      remark1, remark2, remark3