summaryrefslogtreecommitdiff
path: root/v4.0/src/CMD/FDISK/FDISK.MSG
diff options
context:
space:
mode:
Diffstat (limited to 'v4.0/src/CMD/FDISK/FDISK.MSG')
-rw-r--r--v4.0/src/CMD/FDISK/FDISK.MSG1177
1 files changed, 1177 insertions, 0 deletions
diff --git a/v4.0/src/CMD/FDISK/FDISK.MSG b/v4.0/src/CMD/FDISK/FDISK.MSG
new file mode 100644
index 0000000..7af7939
--- /dev/null
+++ b/v4.0/src/CMD/FDISK/FDISK.MSG
@@ -0,0 +1,1177 @@
1/* FDISK MESSAGE FILE */
2
3/************************************************************************/
4/* Please log all modifications to this file: */
5/*----------------------------------------------------------------------*/
6/* Date: 04/04/86 */
7/* Changed by: Mark T */
8/* Message changed: menu_1 - menu_38 */
9/* Reason: Creation of file */
10/*----------------------------------------------------------------------*/
11/* Date: 05/04/87 */
12/* Changed by: Dennis M */
13/* Message changed: menu_1 - menu_44 */
14/* Reason: DOS 3.3 */
15/*----------------------------------------------------------------------*/
16/* Date: */
17/* Changed by: */
18/* Message changed: */
19/* Reason: */
20/*----------------------------------------------------------------------*/
21/***********************************************************************/
22
23/************************************************************************/
24/* FDISK MESSAGES */
25/* */
26/* Portions of the screen that are handled in the msg are indicated on */
27/* the listing of the screen with the message name given. If the text */
28/* message is defined in another screen, then the name is followed by */
29/* a "#" character */
30/* */
31/* NOTE TO TRANSLATORS */
32/* The characters inside the <> and the ^^ are control characters and */
33/* should not be translated. The Control characters are defined as */
34/* follows: */
35/* */
36/* <H> - Highlight the following text */
37/* <R> - Regular text */
38/* <U> - Underline the following text */
39/* <B> - Blink the following text */
40/* <O> - Turn off Blink */
41/* <Y> - Print YES character, as set by define */
42/* <N> - Print NO character, as set by define */
43/* <W> - Sound the beep */
44/* <S> - Save cursor position for later use */
45/* <G> - Cursor position left justified and regular proceed to right */
46/* <C> - Clear the screen out from control char to end of line */
47/* <I> - Insert character from Insert[] string. This string must be set */
48/* up prior to displaying the message. The first <I> will insert */
49/* Insert[0], the second Insert[1], etc....This will move the */
50/* cursor one postition. The Insert%% string will be initialized */
51/* */
52/* */
53/* Multiple control characters can be between the <>. */
54/* */
55/* The ^^ indicates Row and column for the text and has the format of */
56/* ^rrcc^ where the numbers are decimal and zero based .first row/col */
57/* is 00. The numbers are in decimal, and must be 2 characters, which */
58/* means rows/cols 0-9 should be listed as 00-09. For example, the 5th */
59/* row, 3rd column on the screen would be listed as ^0402^. */
60/* */
61/* The column number is always the column desired. The row number is */
62/* an offset from the previous row. For example, if the text just */
63/* printed is on row 6, and the next text should be printed 2 rows */
64/* down in column 0, then the control strin would be ^0201^. The first */
65/* row specified in the message is assumed to be based off of row 0, */
66/* it would actually specify the actual row for the start of the msg */
67/* to be printed. */
68/* */
69/* NOTE: ALWAYS SAVE THIS FILE WITH NO TABS CHARACTERS */
70/************************************************************************/
71
72
73/************************************************************************/
74/* */
75/* Define Area for text variables */
76/* */
77/************************************************************************/
78
79#define ACTIVE_PART 'A' /* Character to indicate active status */
80#define DRIVE_INDICATOR ':' /* Character displayed to indicate drive letter */
81
82/* */
83/* */
84/* The following character strings are required to display the */
85/* menu screens for FDISK. The messages have a label type of: menu_xx */
86/* */
87/* */
88
89/*******************************************************************************************************/
90/* Screen for DO_MAIN_MENU */
91/* */
92/* ³00000000001111111111222222222233333333334444444444555555555566666666667777777777³ */
93/* ³01234567890123456789012345678901234567890123456789012345678901234567890123456789³ */
94/* ÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ */
95/* 00³ IBM Personal Computer ³menu_1 */
96/* 01³ Fixed Disk Setup Program Version 3.40 ³menu_1 */
97/* 02³ (C%Copyright IBM Corp. 1983,1988 ³menu_1 */
98/* 03³ ³ */
99/* 04³ FDISK Options ³menu_2 */
100/* 05³ ³ */
101/* 06³ Current fixed disk drive: # ³menu_5 */
102/* 07³ ³ */
103/* 08³ Choose one of the following: ³menu_3 */
104/* 09³ ³ */
105/* 10³ 1. Create DOS Partition or Logical DOS Drive ³menu_2 */
106/* 11³ 2. Set active partition ³menu_2 */
107/* 12³ 3. Delete DOS Partition or Logical DOS Drive ³menu_2 */
108/* 13³ 4. Display partition information ³menu_2 */
109/* 14³ 5. Select next fixed disk drive ³menu_4 */
110/* 15³ ³ */
111/* 16³ ³ */
112/* 17³ Enter choice: [#] ³menu_7 */
113/* 18³ ³ */
114/* 19³ ³ */
115/* 20³ Warning! No partitions are set active - disk 1 is not startable unless ³menu_6 */
116/* 21³ a partition is set active. ³ */
117/* 22³ ³ */
118/* 23³ ³ */
119/* 24³ Press ESC to exit FDISK ³menu_2 */
120/* ÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ */
121/*******************************************************************************************************/
122
123
124/*-------------------------------------------------------------*/
125 char far *menu_1 =
126
127"^0030^<R>è1001\
128 ^0128^<R>è1002\
129 ^0124^<R>è1003";
130
131
132
133/*-------------------------------------------------------------*/
134 char far *menu_2 =
135
136"^0433^<H>è1004\
137 ^0604^<H>è1005\
138 ^0104^<H>è1006\
139 ^0104^<H>è1007\
140 ^0104^<H>è1008\
141 ^1104^<R>è1009";
142
143/*-------------------------------------------------------------*/
144 char far *menu_3 =
145
146"^0804^<R>è1010";
147
148/*-------------------------------------------------------------*/
149 char far *menu_4 =
150
151"^1404^<H>è1011";
152
153/*-------------------------------------------------------------*/
154 char far *menu_5 =
155
156"^0604^<R>è1012";
157
158/*-------------------------------------------------------------*/
159 char far *menu_6 =
160
161"^2004^<H>è1013\
162 ^0104^<R>è1014";
163
164/*-------------------------------------------------------------*/
165 char far *menu_7 =
166
167"^1704^<H>è1015";
168
169/*******************************************************************************************************/
170/* Screen for CREATE_PARTITION */
171/* */
172/* ³00000000001111111111222222222233333333334444444444555555555566666666667777777777³ */
173/* ³01234567890123456789012345678901234567890123456789012345678901234567890123456789³ */
174/* ÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ */
175/* 00³ ³ */
176/* 01³ ³ */
177/* 02³ ³ */
178/* 03³ ³ */
179/* 04³ Create DOS Partition or Logical DOS Drive ³menu_8 */
180/* 05³ ³ */
181/* 06³ Current fixed disk drive: # ³menu_5 # */
182/* 07³ ³ */
183/* 08³ Choose one of the following: ³menu_3 # */
184/* 09³ ³ */
185/* 10³ 1. Create Primary DOS Partition ³menu_9 */
186/* 11³ 2. Create Extended DOS Partition ³menu_9 */
187/* 12³ 3. Create logical DOS Drive(s) in the Extended DOS Partition ³menu_10 */
188/* 13³ ³ */
189/* 14³ ³ */
190/* 15³ ³ */
191/* 16³ ³ */
192/* 17³ Enter choice: [ ] ³menu_7 # */
193/* 18³ ³ */
194/* 19³ ³ */
195/* 20³ ³ */
196/* 21³ ³ */
197/* 22³ ³ */
198/* 23³ ³ */
199/* 24³ Press ESC to return to FDISK Options ³menu_11 */
200/* ÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ */
201/*******************************************************************************************************/
202
203/*-------------------------------------------------------------*/
204 char far *menu_8 =
205
206"^0420^<H>è1016";
207
208/*-------------------------------------------------------------*/
209 char far *menu_9 =
210
211"^1004^<H>è1017\
212 ^0104^<H>è1018";
213
214/*-------------------------------------------------------------*/
215 char far *menu_10 =
216
217"^1204^<H>è1019";
218
219/*-------------------------------------------------------------*/
220 char far *menu_11 =
221
222"^2404^<R>è1020";
223
224
225/*******************************************************************************************************/
226/* Screen for DOS_CREATE_PARTITION */
227/* */
228/* ³00000000001111111111222222222233333333334444444444555555555566666666667777777777³ */
229/* ³01234567890123456789012345678901234567890123456789012345678901234567890123456789³ */
230/* ÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ */
231/* 00³ ³ */
232/* 01³ ³ */
233/* 02³ ³ */
234/* 03³ ³ */
235/* 04³ Create Primary DOS Partition ³menu_12 */
236/* 05³ ³ */
237/* 06³ Current fixed disk drive: # ³menu_5 # */
238/* 07³ ³ */
239/* 08³ Do you wish to use the maximum available size for a Primary DOS Partition ³menu_13 */
240/* 09³ and make the partition active (Y/N).....................? [Y] ³menu_13 */
241/* 10³ ³ */
242/* 11³ ³ */
243/* 12³ ³ */
244/* 13³ ³ */
245/* 14³ ³ */
246/* 15³ ³ */
247/* 16³ ³ */
248/* 17³ ³ */
249/* 18³ ³ */
250/* 19³ ³ */
251/* 20³ ³ */
252/* 21³ ³ */
253/* 22³ ³ */
254/* 23³ ³ */
255/* 24³ Press ESC to return to FDISK Options ³menu_11 */
256/* ÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ */
257/*******************************************************************************************************/
258
259/*-------------------------------------------------------------*/
260 char far *menu_12 =
261
262"^0427^<H>è1021";
263
264/*-------------------------------------------------------------*/
265 char far *menu_13 =
266
267"^0804^<R>è1022\
268 ^0104^<R>è1023";
269
270/*-------------------------------------------------------------*/
271 char far *menu_45 =
272
273"^0804^<R>è1022\
274 ^0104^<R>è1024";
275
276
277/*******************************************************************************************************/
278/* Screen for INPUT_DOS_CREATE */
279/* */
280/* ³00000000001111111111222222222233333333334444444444555555555566666666667777777777³ */
281/* ³01234567890123456789012345678901234567890123456789012345678901234567890123456789³ */
282/* ÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ */
283/* 00³ ³ */
284/* 01³ ³ */
285/* 02³ ³ */
286/* 03³ ³ */
287/* 04³ Create Primary DOS Partition ³menu_12 # */
288/* 05³ ³ */
289/* 06³ Current fixed disk drive: # ³menu_5 # */
290/* 07³ ³ */
291/* 08³ Partition Status Type Size in Mbytes Percentage of Disk Used ³menu_14 */
292/* 09³ ## # # ####### #### ###% ³ */
293/* 10³ ## # # ####### #### ###% ³ */
294/* 11³ ## # # ####### #### ###% ³ */
295/* 12³ ## # # ####### #### ###% ³ */
296/* 13³ ³ */
297/* 14³ Total disk space is #### Mbytes (1 Mbyte = 1048576 bytes) ³menu_15 */
298/* 15³ Maximum space available for partition is #### Mbytes (###%) ³menu_16 */
299/* 16³ ³ */
300/* 17³ ³ */
301/* 18³ Enter partition size in Mbytes or percent of disk space (%) to ³menu_39 */
302/* 19³ create a Primary DOS Partition..................................[####] ³ */
303/* 20³ ³ */
304/* 21³ ³ */
305/* 22³ ³ */
306/* 23³ ³ */
307/* 24³ Press ESC to return to FDISK Options ³menu_11 */
308/* ÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ */
309/****************************************************************/
310
311/*-------------------------------------------------------------*/
312 char far *menu_14 =
313
314"^0804^<R>è1025\
315 ^0104^<R> <II> <I> <I> <IIIIIII> <IIII> <IIII>\
316 ^0104^<R> <II> <I> <I> <IIIIIII> <IIII> <IIII>\
317 ^0104^<R> <II> <I> <I> <IIIIIII> <IIII> <IIII>\
318 ^0104^<R> <II> <I> <I> <IIIIIII> <IIII> <IIII>";
319
320/*-------------------------------------------------------------*/
321 char far *menu_15 =
322
323"^1404^<R>è1026";
324
325/*-------------------------------------------------------------*/
326 char far *menu_16 =
327
328"^1504^<RC>è1027";
329
330/*-------------------------------------------------------------*/
331 char far *menu_39 =
332
333"^1804^<RC>è1028\
334 ^0104^<RC>è1029";
335
336
337/****************************************************************************************************/
338/* Screen for EXT_CREATE_PARTITION */
339/* */
340/* ³00000000001111111111222222222233333333334444444444555555555566666666667777777777³ */
341/* ³01234567890123456789012345678901234567890123456789012345678901234567890123456789³ */
342/* ÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ */
343/* 00³ ³ */
344/* 01³ ³ */
345/* 02³ ³ */
346/* 03³ ³ */
347/* 04³ Create Extended DOS Partition ³menu_17 */
348/* 05³ ³ */
349/* 06³ Current fixed disk drive: # ³menu_5 # */
350/* 07³ ³ */
351/* 08³ Partition Status Type Size in Mbytes Percentage of Disk Used ³menu_14 # */
352/* 09³ ## # # ####### #### ###% ³ */
353/* 10³ ## # # ####### #### ###% ³ */
354/* 11³ ## # # ####### #### ###% ³ */
355/* 12³ ## # # ####### #### ###% ³ */
356/* 13³ ³ */
357/* 14³ Total disk space is #### Mbytes (1 Mbyte = 1048576 bytes) ³menu_15 # */
358/* 15³ Maximum space available for partition is #### Mbytes (##%) ³menu_16 # */
359/* 16³ ³ */
360/* 17³ ³ */
361/* 18³ Enter partition size in Mbytes or percent of disk space (%) to ³menu_42 # */
362/* 19³ create an Extended DOS Partition................................[####] ³ */
363/* 20³ ³ */
364/* 21³ ³ */
365/* 22³ ³ */
366/* 23³ ³ */
367/* 24³ Press ESC to continue ³menu_46 */
368/* ÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ */
369/***************************************************************/
370
371/*-------------------------------------------------------------*/
372 char far *menu_17 =
373
374"^0427^<H>è1030";
375
376/*-------------------------------------------------------------*/
377 char far *menu_42 =
378
379"^1804^<RC>è1028\
380 ^0104^<RC>è1031";
381
382
383/*-------------------------------------------------------------*/
384 char far *menu_46 =
385
386"^2404^<R>è1032";
387
388
389
390
391/*****************************************************************************************************/
392/* Screen for VOLUME_CREATE */
393/* */
394/* ³00000000001111111111222222222233333333334444444444555555555566666666667777777777³ */
395/* ³01234567890123456789012345678901234567890123456789012345678901234567890123456789³ */
396/* ÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ */
397/* 00³ ³ */
398/* 01³ Create Logical DOS Drive(s) in the Extended Partition ³menu_18 */
399/* 02³ ³ */
400/* 03³Drv Volume Label Mbytes System Usage Drv Volume Label Mbytes System Usage³menu_19/20 */
401/* 04³## ########### #### ######## ###% ## ########### #### ######## ###%³ */
402/* 05³## ########### #### ######## ###% ## ########### #### ######## ###%³ */
403/* 06³## ########### #### ######## ###% ## ########### #### ######## ###%³ */
404/* 07³## ########### #### ######## ###% ## ########### #### ######## ###%³ */
405/* 08³## ########### #### ######## ###% ## ########### #### ######## ###%³ */
406/* 09³## ########### #### ######## ###% ## ########### #### ######## ###%³ */
407/* 10³## ########### #### ######## ###% ## ########### #### ######## ###%³ */
408/* 11³## ########### #### ######## ###% ## ########### #### ######## ###%³ */
409/* 12³## ########### #### ######## ###% ## ########### #### ######## ###%³ */
410/* 13³## ########### #### ######## ###% ## ########### #### ######## ###%³ */
411/* 14³## ########### #### ######## ###% ## ########### #### ######## ###%³ */
412/* 15³## ########### #### ######## ###% ³ */
413/* 16³ ³ */
414/* 17³ Total Extended DOS partition size is #### Mbytes (1 Mbyte = 1048576 bytes) ³menu_17 */
415/* 18³ Maximum space available for logical drive is #### Mbytes (###%) ³menu_22 */
416/* 19³ ³ */
417/* 20³ Enter logical drive size in Mbytes or percent of disk space (%)...[####] ³menu_40 */
418/* 21³ ³ */
419/* 22³ ³ */
420/* 23³ ³ */
421/* 24³ Press ESC to return to FDISK Options ³menu_11 */
422/* ÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ */
423/***************************************************************/
424
425/*-------------------------------------------------------------*/
426 char far *menu_18 =
427
428"^0112^<HC>è1033";
429
430/*-------------------------------------------------------------*/
431 char far *menu_19 =
432
433"^0300^<H>è1034\
434^0100^<H><II> <RIIIIIIIIIII> <IIII> <IIIIIIII> <IIII>\
435^0100^<H><II> <RIIIIIIIIIII> <IIII> <IIIIIIII> <IIII>\
436^0100^<H><II> <RIIIIIIIIIII> <IIII> <IIIIIIII> <IIII>\
437^0100^<H><II> <RIIIIIIIIIII> <IIII> <IIIIIIII> <IIII>\
438^0100^<H><II> <RIIIIIIIIIII> <IIII> <IIIIIIII> <IIII>\
439^0100^<H><II> <RIIIIIIIIIII> <IIII> <IIIIIIII> <IIII>";
440
441/*----------------------------------------------------------*/
442 char far *menu_43 =
443
444"^1000^<H><II> <RIIIIIIIIIII> <IIII> <IIIIIIII> <IIII>\
445^0100^<H><II> <RIIIIIIIIIII> <IIII> <IIIIIIII> <IIII>\
446^0100^<H><II> <RIIIIIIIIIII> <IIII> <IIIIIIII> <IIII>\
447^0100^<H><II> <RIIIIIIIIIII> <IIII> <IIIIIIII> <IIII>\
448^0100^<H><II> <RIIIIIIIIIII> <IIII> <IIIIIIII> <IIII>\
449^0100^<H><II> <RIIIIIIIIIII> <IIII> <IIIIIIII> <IIII>";
450
451/*-------------------------------------------------------------*/
452 char far *menu_20 =
453
454"^0341^<H>è1034\
455^0141^<H><II> <RIIIIIIIIIII> <IIII> <IIIIIIII> <IIII>\
456^0141^<H><II> <RIIIIIIIIIII> <IIII> <IIIIIIII> <IIII>\
457^0141^<H><II> <RIIIIIIIIIII> <IIII> <IIIIIIII> <IIII>\
458^0141^<H><II> <RIIIIIIIIIII> <IIII> <IIIIIIII> <IIII>\
459^0141^<H><II> <RIIIIIIIIIII> <IIII> <IIIIIIII> <IIII>\
460^0141^<H><II> <RIIIIIIIIIII> <IIII> <IIIIIIII> <IIII>";
461
462/*---------------------------------------------------------*/
463 char far *menu_44 =
464
465"^1041^<H><II> <RIIIIIIIIIII> <IIII> <IIIIIIII> <IIII>\
466^0141^<H><II> <RIIIIIIIIIII> <IIII> <IIIIIIII> <IIII>\
467^0141^<H><II> <RIIIIIIIIIII> <IIII> <IIIIIIII> <IIII>\
468^0141^<H><II> <RIIIIIIIIIII> <IIII> <IIIIIIII> <IIII>\
469^0141^<H><II> <RIIIIIIIIIII> <IIII> <IIIIIIII> <IIII>";
470
471/*-------------------------------------------------------------*/
472 char far *menu_21 =
473
474"^1704^<RC>è1035";
475
476/*-------------------------------------------------------------*/
477 char far *menu_22 =
478
479"^1804^<RC>è1036";
480
481/*-------------------------------------------------------------*/
482 char far *menu_40 =
483
484"^2004^<RC>è1037";
485
486
487/*****************************************************************************************************/
488/* Screen for CHANGE_ACTIVE_PARTITION */
489/* */
490/* ³00000000001111111111222222222233333333334444444444555555555566666666667777777777³ */
491/* ³01234567890123456789012345678901234567890123456789012345678901234567890123456789³ */
492/* ÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ */
493/* 00³ ³ */
494/* 01³ Set Active Partition ³menu_23 */
495/* 02³ ³ */
496/* 03³ ³ */
497/* 04³ ³ */
498/* 05³ ³ */
499/* 06³ Current fixed disk drive: # ³menu_5 # */
500/* 07³ ³ */
501/* 08³ Partition Status Type Size in Mbytes Percentage of Disk Used ³menu_14 # */
502/* 09³ ## # # ####### #### ###% ³ */
503/* 10³ ## # # ####### #### ###% ³ */
504/* 11³ ## # # ####### #### ###% ³ */
505/* 12³ ## # # ####### #### ###% ³ */
506/* 13³ ³ */
507/* 14³ Total disk space is #### Mbytes (1 Mbyte = 1048576 bytes) ³menu_15 # */
508/* 15³ ³ */
509/* 16³ Enter the number of the partition you want to make active............:[#] ³menu_24 */
510/* 17³ ³ */
511/* 18³ ³ */
512/* 19³ ³ */
513/* 20³ ³ */
514/* 21³ ³ */
515/* 22³ ³ */
516/* 23³ ³ */
517/* 24³ Press ESC to return to FDISK Options ³menu_11 */
518/* ÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ */
519/*****************************************************************************************************/
520
521/*-------------------------------------------------------------*/
522 char far *menu_23 =
523
524"^0430^<H>è1038";
525
526/*-------------------------------------------------------------*/
527 char far *menu_24 =
528
529"^1604^<R>è1039";
530
531
532/*****************************************************************************************************/
533/* Screen for DELETE_PARTITION */
534/* */
535/* ³00000000001111111111222222222233333333334444444444555555555566666666667777777777³ */
536/* ³01234567890123456789012345678901234567890123456789012345678901234567890123456789³ */
537/* ÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ */
538/* 00³ ³ */
539/* 01³ ³ */
540/* 02³ ³ */
541/* 03³ ³ */
542/* 04³ Delete DOS Partition or Logical DOS Drive ³menu_25 */
543/* 05³ ³ */
544/* 06³ Current fixed disk drive: # ³menu_5 # */
545/* 07³ ³ */
546/* 08³ Choose one of the following: ³menu_3 # */
547/* 09³ ³ */
548/* 10³ 1. Delete Primary DOS Partition ³menu_26 */
549/* 11³ 2. Delete Extended DOS Partition ³menu_26 */
550/* 12³ 3. Delete Logical DOS Drive(s) in the Extended DOS Partition ³menu_27 */
551/* 13³ ³ */
552/* 14³ ³ */
553/* 15³ ³ */
554/* 16³ ³ */
555/* 17³ Enter choice: [ ] ³menu_7 # */
556/* 18³ ³ */
557/* 19³ ³ */
558/* 20³ ³ */
559/* 21³ ³ */
560/* 22³ ³ */
561/* 23³ ³ */
562/* 24³ Press ESC to return to FDISK Options ³menu_11 */
563/* ÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ */
564/*****************************************************************************************************/
565
566/*-------------------------------------------------------------*/
567 char far *menu_25 =
568
569"^0419^<H>è1040";
570
571/*-------------------------------------------------------------*/
572 char far *menu_26 =
573
574"^1004^<HC>è1041\
575 ^0104^<HC>è1042";
576
577/*-------------------------------------------------------------*/
578 char far *menu_27 =
579
580"^1204^<HC>è1043";
581
582/*****************************************************************************************************/
583/* Screen for DOS_DELETE */
584/* */
585/* ³00000000001111111111222222222233333333334444444444555555555566666666667777777777³ */
586/* ³01234567890123456789012345678901234567890123456789012345678901234567890123456789³ */
587/* ÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ */
588/* 00³ ³ */
589/* 01³ ³ */
590/* 02³ ³ */
591/* 03³ ³ */
592/* 04³ Delete Primary DOS Partition ³menu_28 */
593/* 05³ ³ */
594/* 06³ Current fixed disk drive: # ³menu_5 # */
595/* 07³ ³ */
596/* 08³ Partition Status Type Size in Mbytes Percentage of Disk Used ³menu_14 # */
597/* 09³ ## # # ####### #### ###% ³menu_14 # */
598/* 10³ ## # # ####### #### ###% ³ */
599/* 11³ ## # # ####### #### ###% ³ */
600/* 12³ ## # # ####### #### ###% ³ */
601/* 13³ ³ */
602/* 14³ Total disk space is #### Mbytes (1 Mbyte = 1048576 bytes) ³menu_15 # */
603/* 15³ ³ */
604/* 16³ Warning! Data in the deleted Primary DOS Partition will be lost. ³menu_29 */
605/* 17³ Do you wish to continue (Y/N).................? [N] ³menu_29 */
606/* 18³ ³ */
607/* 19³ ³ */
608/* 20³ ³ */
609/* 21³ ³ */
610/* 22³ ³ */
611/* 23³ ³ */
612/* 24³ Press ESC to return to FDISK Options ³menu_11 */
613/* ÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ */
614/*****************************************************************************************************/
615
616/*-------------------------------------------------------------*/
617 char far *menu_28 =
618
619"^0426^<H>è1044";
620
621/*-------------------------------------------------------------*/
622 char far *menu_29 =
623
624"^1604^<HBC>è1045\
625 ^0104^<RC>è1046";
626
627/*****************************************************************************************************/
628/* Screen for EXT_DELETE */
629/* */
630/* ³00000000001111111111222222222233333333334444444444555555555566666666667777777777³ */
631/* ³01234567890123456789012345678901234567890123456789012345678901234567890123456789³ */
632/* ÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ */
633/* 00³ ³ */
634/* 01³ ³ */
635/* 02³ ³ */
636/* 03³ ³ */
637/* 04³ Delete Extended DOS Partition ³menu_30 */
638/* 05³ ³ */
639/* 06³ Current fixed disk drive: # ³menu_5 # */
640/* 07³ ³ */
641/* 08³ Partition Status Type Size in Mbytes Percentage of Disk Used ³menu_14 # */
642/* 09³ ## # # ####### #### ###% ³menu_14 # */
643/* 10³ ## # # ####### #### ###% ³ */
644/* 11³ ## # # ####### #### ###% ³ */
645/* 12³ ## # # ####### #### ###% ³ */
646/* 13³ ³ */
647/* 14³ Total disk space is #### Mbytes (1 Mbyte = 1048576 bytes) ³menu_15 # */
648/* 15³ ³ */
649/* 16³ Warning! Data in the deleted Extended DOS partition will be lost. ³menu_31 */
650/* 17³ Do you wish to continue (Y/N).................? [N] ³menu_31 */
651/* 18³ ³ */
652/* 19³ ³ */
653/* 20³ ³ */
654/* 21³ ³ */
655/* 22³ ³ */
656/* 23³ ³ */
657/* 24³ Press ESC to return to FDISK Options ³menu_11 */
658/* ÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ */
659/*****************************************************************************************************/
660
661/*-------------------------------------------------------------*/
662 char far *menu_30 =
663
664"^0426^<H>è1047";
665
666/*-------------------------------------------------------------*/
667 char far *menu_31 =
668
669"^1604^<HBC>è1048\
670 ^0104^<RC>è1049";
671
672/******************************************************************************************************/
673/* Screen for VOL_DELETE */
674/* */
675/* ³00000000001111111111222222222233333333334444444444555555555566666666667777777777³ */
676/* ³01234567890123456789012345678901234567890123456789012345678901234567890123456789³ */
677/* ÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ */
678/* 00³ ³ */
679/* 01³ Delete Logical DOS Drive(s) in the Extended DOS Partition ³menu_32 */
680/* 02³ ³ */
681/* 03³Drv Volume Label MBytes System Usage Drv Volume Label MBytes System Usage³menu_19/20 # */
682/* 04³## ############# #### ######## ###% ## ############# #### ######## ###%³ */
683/* 05³## ############# #### ######## ###% ## ############# #### ######## ###%³ */
684/* 06³## ############# #### ######## ###% ## ############# #### ######## ###%³ */
685/* 07³## ############# #### ######## ###% ## ############# #### ######## ###%³ */
686/* 08³## ############# #### ######## ###% ## ############# #### ######## ###%³ */
687/* 09³## ############# #### ######## ###% ## ############# #### ######## ###%³ */
688/* 10³## ############# #### ######## ###% ## ############# #### ######## ###%³ */
689/* 11³## ############# #### ######## ###% ## ############# #### ######## ###%³ */
690/* 12³## ############# #### ######## ###% ## ############# #### ######## ###%³ */
691/* 13³## ############# #### ######## ###% ## ############# #### ######## ###%³ */
692/* 14³## ############# #### ######## ###% ## ############# #### ######## ###%³ */
693/* 15³## ############# #### ######## ###% ³ */
694/* 16³ ³ */
695/* 17³ Total Extended DOS Partition size is #### Mbytes (1 Mbyte = 1048576 bytes) ³menu_21 */
696/* 18³ ³ */
697/* 19³ Warning! Data in a deleted Logical DOS Drive will be lost. ³menu_33 */
698/* 20³ What drive do you want to delete...........................? [ ] ³menu_33 */
699/* 21³ Enter Volume Label.............................? [ ] ³menu_41 */
700/* 22³ Are you sure (Y/N).............................? [N] ³menu_34 */
701/* 23³ ³ */
702/* 24³ Press ESC to return to FDISK Options ³menu_11 */
703/* ÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ */
704/******************************************************************************************************/
705
706/*-------------------------------------------------------------*/
707 char far *menu_32 =
708
709"^0112^<H>è1050";
710
711/*-------------------------------------------------------------*/
712 char far *menu_33 =
713
714"^1904^<HBC>è1051\
715 ^0104^<RC>è1052";
716
717/*-------------------------------------------------------------*/
718 char far *menu_34 =
719
720"^2204^<R>è1053";
721
722/*-------------------------------------------------------------*/
723 char far *menu_41 =
724
725"^2104^<R>è1054";
726
727/******************************************************************************************************/
728/* Screen for DISPLAY_PARTITION_INFORMATION */
729/* */
730/* ³00000000001111111111222222222233333333334444444444555555555566666666667777777777³ */
731/* ³01234567890123456789012345678901234567890123456789012345678901234567890123456789³ */
732/* ÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ */
733/* 00³ ³ */
734/* 01³ ³ */
735/* 02³ ³ */
736/* 03³ ³ */
737/* 04³ Display Partition Information ³menu_35 */
738/* 05³ ³ */
739/* 06³ Current fixed disk drive: # ³menu_5 # */
740/* 07³ ³ */
741/* 08³ Partition Status Type Size in Mbytes Percentage of Disk Used ³menu_14 # */
742/* 09³ ## # # ####### #### ###% ³menu_14 # */
743/* 10³ ## # # ####### #### ###% ³ */
744/* 11³ ## # # ####### #### ###% ³ */
745/* 12³ ## # # ####### #### ###% ³ */
746/* 13³ ³ */
747/* 14³ Total disk space is #### Mbytes (1 Mbyte = 1048576 bytes) ³menu_15 # */
748/* 15³ ³ */
749/* 16³ ³ */
750/* 17³ The Extended DOS partition contains Logical DOS Drives. ³menu_36 */
751/* 18³ Do you want to display the logical drive information (Y/N)......? [Y] ³menu_36 */
752/* 19³ ³ */
753/* 20³ ³ */
754/* 21³ ³ */
755/* 22³ ³ */
756/* 23³ ³ */
757/* 24³ Press ESC to return to FDISK Options ³menu_11 */
758/* ÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ */
759/******************************************************************************************************/
760
761/*-------------------------------------------------------------*/
762 char far *menu_35 =
763
764"^0426^<H>è1055";
765
766/*-------------------------------------------------------------*/
767 char far *menu_36 =
768
769"^1704^<RC>è1056\
770 ^0104^<RC>è1057";
771
772/*****************************************************************************************************/
773/* Screen for DISPLAY_VOLUME_INFORMATION */
774/* */
775/* ³00000000001111111111222222222233333333334444444444555555555566666666667777777777³ */
776/* ³01234567890123456789012345678901234567890123456789012345678901234567890123456789³ */
777/* ÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ */
778/* 00³ ³ */
779/* 01³ Display Logical DOS Drive Information ³menu_37 */
780/* 02³ ³ */
781/* 03³Drv Volume Label Mbytes System Usage Drv Volume Label Mbytes System Usage³menu_19/20 */
782/* 04³## ############# #### ######## ###% ## ############# #### ######## ###%³ */
783/* 05³## ############# #### ######## ###% ## ############# #### ######## ###%³ */
784/* 16³## ############# #### ######## ###% ## ############# #### ######## ###%³ */
785/* 17³## ############# #### ######## ###% ## ############# #### ######## ###%³ */
786/* 18³## ############# #### ######## ###% ## ############# #### ######## ###%³ */
787/* 19³## ############# #### ######## ###% ## ############# #### ######## ###%³ */
788/* 10³## ############# #### ######## ###% ## ############# #### ######## ###%³ */
789/* 11³## ############# #### ######## ###% ## ############# #### ######## ###%³ */
790/* 12³## ############# #### ######## ###% ## ############# #### ######## ###%³ */
791/* 13³## ############# #### ######## ###% ## ############# #### ######## ###%³ */
792/* 14³## ############# #### ######## ###% ## ############# #### ######## ###%³ */
793/* 15³## ############# #### ######## ###% ³ */
794/* 16³ ³ */
795/* 17³ Total Extended DOS partition size is #### Mbytes (1 Mbyte = 1048576 bytes) ³menu_17 */
796/* 18³ ³ */
797/* 19³ ³ */
798/* 20³ ³ */
799/* 21³ ³ */
800/* 22³ ³ */
801/* 23³ ³ */
802/* 24³ Press ESC to return to FDISK Options ³menu_11 */
803/* ÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ */
804/*****************************************************************************************************/
805
806/*-------------------------------------------------------------*/
807 char far *menu_37 =
808
809"^0121^<H>è1058";
810
811/*****************************************************************************************************/
812/* Screen for SYSTEM_REBOOT */
813/* */
814/* ³00000000001111111111222222222233333333334444444444555555555566666666667777777777³ */
815/* ³01234567890123456789012345678901234567890123456789012345678901234567890123456789³ */
816/* ÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ */
817/* 00³ ³ */
818/* 01³ ³ */
819/* 02³ ³ */
820/* 03³ ³ */
821/* 04³ ³ */
822/* 05³ ³ */
823/* 06³ ³ */
824/* 07³ ³ */
825/* 08³ ³ */
826/* 09³ ³ */
827/* 10³ ³ */
828/* 11³ ³ */
829/* 12³ ³ */
830/* 13³ System will now restart ³menu_38 */
831/* 14³ ³ */
832/* 15³ Insert DOS diskette in drive A: ³menu_38 */
833/* 16³ Press any key when ready . . . ³menu_38 */
834/* 17³ ³ */
835/* 18³ ³ */
836/* 19³ ³ */
837/* 20³ ³ */
838/* 21³ ³ */
839/* 22³ ³ */
840/* 23³ ³ */
841/* 24³ ³ */
842/* ÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ */
843/*****************************************************************************************************/
844
845/*-------------------------------------------------------------*/
846 char far *menu_38 =
847
848"^1304^<H>è1059\
849 ^0204^<R>è1060\
850 ^0104^<R>è1061";
851
852
853/* */
854/* */
855/* The following character strings are required to display the */
856/* status messages indicating successful operation. These messages */
857/* have the form: status_xx */
858/* */
859/* Note: In order to overlay any previous message on the screen, these */
860/* messages are all 2 lines long. The second line may only be */
861/* a blank line. If 2 lines are needed for translation, use the */
862/* second line for text. Exceptions are those msgs on line 0, */
863/* and status_3. */
864/* */
865
866/*-------------------------------------------------------------*/
867 char far *status_1 =
868
869"^2104^<CH>è1062\
870 ^0100^<CW>";
871
872/*-------------------------------------------------------------*/
873 char far *status_2 =
874
875"^2104^<CH>è1063\
876 ^0100^<CW>";
877
878/*-------------------------------------------------------------*/
879 char far *status_3 =
880
881"^0004^<H>è1064";
882/* NOTE - the ^rrcc^ must be the first thing in this string */
883
884/*-------------------------------------------------------------*/
885 char far *status_4 =
886
887"^2104^<CH>è1065\
888 ^0100^<CW>";
889
890/*-------------------------------------------------------------*/
891 char far *status_5 =
892
893"^2104^<CH>è1066\
894 ^0100^<CW>";
895
896/*-------------------------------------------------------------*/
897 char far *status_6 =
898
899"^2104^<CH>è1067\
900 ^0100^<CW>";
901
902/*-------------------------------------------------------------*/
903 char far *status_7 =
904
905"^2204^<CH>è1068";
906
907/*-------------------------------------------------------------*/
908 char far *status_8 =
909
910"^2104^<CH>è1069\
911 ^0100^<C>";
912
913/*-------------------------------------------------------------*/
914 char far *status_9 =
915
916"^1004^<CH>è1070\
917 ^0100^<C>";
918
919/*-------------------------------------------------------------*/
920 char far *status_10 =
921
922"^1804^<CH>è1071";
923
924/*-------------------------------------------------------------*/
925 char far *status_11 =
926
927"^0004^<H>è1072";
928/* NOTE - the ^rrcc^ must be the first thing in this string */
929
930/*-------------------------------------------------------------*/
931 char far *status_12 =
932
933"^2104^<CH>è1073\
934 ^0100^<CW>";
935
936/*-------------------------------------------------------------*/
937
938/* */
939/* */
940/* The following character strings are required to display the */
941/* error messages. These have form: error_xx */
942/* */
943/* Note: In order to overlay any previous message on the screen, these */
944/* messages are all 2 lines long. The second line may only be */
945/* a blank line. If 2 lines are needed for translation, use the */
946/* second line for text. Exceptions are those msgs on line 0. */
947/* and those messages that start on line 23 */
948/* */
949
950
951/*-------------------------------------------------------------*/
952 char far *error_1 =
953
954"^0004^<CH>è1074\
955 ^0100^<CW>";
956
957/*-------------------------------------------------------------*/
958 char far *error_2 =
959
960"^2204^<CH>è1075\
961 ^0100^<CW>";
962
963/*-------------------------------------------------------------*/
964 char far *error_3 =
965
966"^2204^<CH>è1076\
967 ^0100^<CW>";
968
969/*-------------------------------------------------------------*/
970 char far *error_4 =
971
972"^0004^<CHW>è1077";
973
974/*-------------------------------------------------------------*/
975 char far *error_5 =
976
977"^0004^<CHW>è1078";
978
979/*-------------------------------------------------------------*/
980 char far *error_6 =
981
982"^2204^<CH>è1079\
983 ^0100^<CW>";
984
985/*-------------------------------------------------------------*/
986 char far *error_7 =
987
988"^2204^<CH>è1080\
989 ^0100^<CW>";
990
991/*-------------------------------------------------------------*/
992 char far *error_8 =
993
994"^2204^<CH>è1081\
995 ^0100^<CW>";
996
997/*-------------------------------------------------------------*/
998 char far *error_9 =
999
1000"^2204^<CH>è1082\
1001 ^0100^<CW>";
1002
1003/*-------------------------------------------------------------*/
1004 char far *error_10 =
1005
1006"^2204^<CH>è1083\
1007 ^0100^<CW>";
1008
1009/*-------------------------------------------------------------*/
1010 char far *error_12 =
1011
1012"^2204^<CH>è1084\
1013 ^0100^<CW>";
1014
1015/*-------------------------------------------------------------*/
1016 char far *error_13 =
1017
1018"^2204^<CH>è1085\
1019 ^0100^<CW>";
1020
1021/*-------------------------------------------------------------*/
1022 char far *error_14 =
1023
1024"^2204^<CH>è1086\
1025 ^0100^<CW>";
1026
1027/*-------------------------------------------------------------*/
1028 char far *error_15 =
1029
1030"^2204^<CH>è1087\
1031 ^0100^<CW>";
1032
1033/*-------------------------------------------------------------*/
1034 char far *error_16 =
1035
1036"^2204^<CH>è1088\
1037 ^0100^<CW>";
1038
1039/*-------------------------------------------------------------*/
1040 char far *error_17 =
1041
1042"^2204^<CH>è1089";
1043
1044/*-------------------------------------------------------------*/
1045 char far *error_19 =
1046
1047"^2204^<CH>è1090\
1048 ^0104^<CH>è1091";
1049
1050/*-------------------------------------------------------------*/
1051 char far *error_20 =
1052
1053"^2204^<CH>è1092\
1054 ^0104^<CH>è1093";
1055
1056/*-------------------------------------------------------------*/
1057 char far *error_21 =
1058
1059"^2204^<CH>è1094";
1060
1061/*-------------------------------------------------------------*/
1062 char far *error_22 =
1063
1064"^2204^<CH>è1095";
1065
1066/*-------------------------------------------------------------*/
1067 char far *error_23 =
1068
1069"^2204^<C>\
1070 ^0104^<CHI>è1096";
1071
1072/*-------------------------------------------------------------*/
1073 char far *error_24 =
1074
1075"^2204^<CH>è1097";
1076
1077/*-------------------------------------------------------------*/
1078 char far *error_25 =
1079
1080"^2204^<CH>è1098\
1081 ^0100^<CW>";
1082
1083/*-------------------------------------------------------------*/
1084 char far *error_26 =
1085
1086"^2204^<CH>è1099";
1087
1088/*-------------------------------------------------------------*/
1089 char far *error_27 =
1090
1091"^2204^<CH>è1100";
1092
1093/*-------------------------------------------------------------*/
1094 char far *error_28 =
1095
1096"^2204^<CH>è1101\
1097 ^0100^<CW>";
1098
1099/*-------------------------------------------------------------*/
1100 char far *error_29 =
1101
1102"^2204^<CH>è1102\
1103 ^0100^<CW>";
1104
1105/*-------------------------------------------------------------*/
1106 char far *error_30 =
1107
1108"^2204^<CHB>è1103";
1109
1110/*-------------------------------------------------------------*/
1111 char far *error_31 =
1112
1113"^2304^<CH>è1104";
1114
1115/*-------------------------------------------------------------*/
1116 char far *error_32 =
1117
1118"^2204^<CH>è1105\
1119 ^0104^<CH>è1106";
1120
1121/*-------------------------------------------------------------*/
1122 char far *error_33 =
1123
1124"^2200^<C>\
1125 ^0104^<CH>è1107";
1126
1127/*-------------------------------------------------------------*/
1128 char far *error_34 =
1129
1130"^2204^<CH>è1108";
1131
1132/*-------------------------------------------------------------*/
1133 char far *error_35 =
1134
1135"^2204^<CH>è1109\
1136 ^0104^<CH>è1110";
1137
1138/*-------------------------------------------------------------*/
1139 char far *error_36 =
1140
1141"^2204^<CH>è1111\
1142 ^0100^<CW>";
1143
1144/*-------------------------------------------------------------*/
1145
1146
1147/* */
1148/* */
1149/* The following message is only included as an aide to debug message */
1150/* strings during translations. The FDISK message formatter will attempt*/
1151/* to the best of its ability to catch invalid message strings and */
1152/* print the error. This message should NEVER appear for a user, so it */
1153/* is not neccessary to translate this message */
1154/* */
1155/* */
1156
1157
1158/*-------------------------------------------------------------*/
1159
1160 char far *debug_msg =
1161
1162"^2200^<HWB>è1112";
1163
1164/*-------------------------------------------------------------*/
1165 char far *internal_error =
1166
1167"^2204^<HBW>è1113";
1168/* */
1169/* The following are not translatable. They are the partition names */
1170/* */
1171
1172 char *DOS_part = "PRI DOS";
1173 char *XENIX_part = " XENIX ";
1174 char *EXTENDED_part = "EXT DOS";
1175 char *BAD_BLOCK_part= " Table ";
1176 char *PCIX_part = " PC/IX ";
1177 char *NON_DOS_part = "Non-DOS";