]>
Commit | Line | Data |
---|---|---|
1 | /* Informational messages */ | |
2 | ||
3 | "Loading Rhapsody"; | |
4 | "Loading %s\n"; | |
5 | "Reading Rhapsody configuration"; | |
6 | "Couldn't load standalone linker; unable to load boot drivers.\n"; | |
7 | "Insert file system media and press Return"; | |
8 | "Errors encountered while starting up the computer.\n"; | |
9 | "Pausing %d seconds...\n"; | |
10 | "Starting Rhapsody"; | |
11 | "Can't find %s\n"; | |
12 | "Couldn't start up the computer using this floppy disk."; | |
13 | "Error occurred while linking driver %s:\n%s"; | |
14 | "Loading %s device driver.\n"; | |
15 | "The driver was loaded successfully.\n"; | |
16 | "An error occurred while loading the %s device driver.\n"; | |
17 | "Press Return to continue.\n"; | |
18 | "That driver has already been loaded.\n"; | |
19 | "Searching for drivers\n"; | |
20 | "Reading configuration file '%s'.\n"; | |
21 | ||
22 | /* Warnings */ | |
23 | ||
24 | "Config file \"%s\" not found\n"; | |
25 | "System config file '%s' not found\n"; | |
26 | "Loading binary for %s device driver.\n"; | |
27 | "Warning: No active drivers specified in system config.\n"; | |
28 | ||
29 | /* Install messages */ | |
30 | ||
31 | "DRIVER_MESSAGE_1" = | |
32 | "The floppy disk in the drive contains device drivers for the following SCSI | |
33 | adapters and hard disk controllers:\n"; | |
34 | "DRIVER_INSTRUCTION_1" = | |
35 | "Type the number for the SCSI adapter or hard disk controller that | |
36 | the hard disk you want to install Rhapsody on is connected to. | |
37 | (This may be the same SCSI adapter that your CD-ROM drive is connected to.)\n\n"; | |
38 | "DRIVER_ALTERNATE_1" = | |
39 | "If the driver for this device is on another disk, insert that disk in the | |
40 | floppy disk drive and type %d.\n"; | |
41 | "DRIVER_QUIT_1" = ""; | |
42 | "DRIVER_MESSAGE_2" = | |
43 | "The floppy disk in the drive contains device drivers for the following | |
44 | SCSI adapters, hard disk controllers, and network adapters:\n"; | |
45 | "DRIVER_INSTRUCTION_2" = | |
46 | "Type the number for the network adapter in your computer.\n\n"; | |
47 | "DRIVER_ALTERNATE_2" = | |
48 | "If the driver for this device is on another disk, insert that disk in the | |
49 | floppy disk drive and type %d.\n"; | |
50 | "DRIVER_QUIT_2" = ""; | |
51 | "DRIVER_MESSAGE_3" = | |
52 | "The floppy disk in the drive contains the following device drivers:\n"; | |
53 | "DRIVER_INSTRUCTION_3" = | |
54 | "Type the number for the device driver you need to install Rhapsody.\n\n"; | |
55 | "DRIVER_ALTERNATE_3" = | |
56 | "If the device driver you need to load is on another disk, insert it in | |
57 | the drive and type %d.\n\n"; | |
58 | "DRIVER_QUIT_3" = "Type %d to continue without installing a device driver from this disk.\n"; | |
59 | "DRIVER_QUESTION_3" = | |
60 | "Normally, you only need to load the device drivers for the adapters your | |
61 | CD-ROM drive and hard disk are connected to in order to install Rhapsody. | |
62 | Other drivers are loaded automatically. | |
63 | ||
64 | If you do need to load another device driver, insert the disk that contains it | |
65 | in the floppy disk drive.\n\n"; | |
66 | ||
67 | "Really Install?" = | |
68 | "This program is for installing Rhapsody on a hard disk. | |
69 | THIS IS NOT AN UPGRADE: ANY EXISTING FILES WILL BE DELETED. | |
70 | ||
71 | If you have files on your hard disk that you want to keep, | |
72 | quit this program and copy what you want to keep onto another disk. | |
73 | ||
74 | Type 1 to prepare to install Rhapsody. | |
75 | Type 2 to quit this installation program.\n"; | |
76 | ||
77 | "Type %d to view a list of additional device drivers on this disk.\n\n"; | |
78 | ||
79 | "Insert Driver Disk" = | |
80 | "Please insert the Rhapsody Device Drivers disk in the floppy disk drive | |
81 | and press Return.\n\n---> "; | |
82 | ||
83 | "Load Other Drivers?" = | |
84 | "Normally, you only need to load the device drivers for the adapters your | |
85 | CD-ROM drive and hard disk are connected to in order to install Rhapsody. | |
86 | Other drivers are loaded automatically from the Rhapsody CD-ROM. | |
87 | ||
88 | If you do need to load another device driver, insert the disk that contains it | |
89 | in the floppy disk drive.\n"; | |
90 | ||
91 | "Missing Drivers:" = | |
92 | "When you began installing Rhapsody, you loaded one or more device drivers | |
93 | that were not on the Rhapsody CD-ROM:\n"; | |
94 | ||
95 | "No Drivers On This Disk" = | |
96 | "There are no suitable device drivers on this floppy disk. | |
97 | Please insert a new disk and press Return. | |
98 | ---> "; | |
99 | ||
100 | "Install Canceled" = | |
101 | "Installation canceled. Eject the floppy disk and restart the computer.\n"; | |
102 | ||
103 | "1 To Continue" = | |
104 | "Type 1 to continue without loading additional device drivers.\n"; | |
105 | ||
106 | "2 To Load" = | |
107 | "Type 2 to load a device driver from the disk in the floppy disk drive.\n"; | |
108 | ||
109 | "1 To Load Driver" = | |
110 | "Please insert the floppy disk that contains one or more of these device | |
111 | drivers and type 1.\n"; | |
112 | ||
113 | "2 To Continue" = | |
114 | "Type 2 to continue without loading any of the device drivers in this list.\n"; | |
115 | ||
116 | /* Somewhat obscure error messages */ | |
117 | ||
118 | "Error loading %s\n"; | |
119 | "Read error\n"; | |
120 | "Error in standalone linker executable\n"; | |
121 | "Fat binary file doesn't contain i386 code\n"; | |
122 | "Unrecognized binary format\n"; | |
123 | "Error reading commands\n"; | |
124 | "Error loading section\n"; | |
125 | "Can't load driver %s without sarld\n"; | |
126 | "Driver %s is larger than %d bytes and can't be loaded.\n"; |