1 /* FDISK MESSAGE FILE */
3 /************************************************************************/
4 /* Please log all modifications to this file: */
5 /*----------------------------------------------------------------------*/
7 /* Changed by: Mark T */
8 /* Message changed: menu_1 - menu_38 */
9 /* Reason: Creation of file */
10 /*----------------------------------------------------------------------*/
12 /* Changed by: Dennis M */
13 /* Message changed: menu_1 - menu_44 */
15 /*----------------------------------------------------------------------*/
18 /* Message changed: */
20 /*----------------------------------------------------------------------*/
21 /***********************************************************************/
23 /************************************************************************/
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 */
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 */
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 */
53 /* Multiple control characters can be between the <>. */
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^. */
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 */
69 /* NOTE: ALWAYS SAVE THIS FILE WITH NO TABS CHARACTERS */
70 /************************************************************************/
73 /************************************************************************/
75 /* Define Area for text variables */
77 /************************************************************************/
81 #define ACTIVE_PART 'A' /* Character to indicate active status */
82 #define DRIVE_INDICATOR ':' /* Character displayed to indicate drive letter */
86 /* The following character strings are required to display the */
87 /* menu screens for FDISK. The messages have a label type of: menu_xx */
91 /*******************************************************************************************************/
92 /* Screen for DO_MAIN_MENU */
94 /* ³00000000001111111111222222222233333333334444444444555555555566666666667777777777³ */
95 /* ³01234567890123456789012345678901234567890123456789012345678901234567890123456789³ */
96 /* ÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ */
97 /* 00³ IBM Personal Computer ³menu_1 */
98 /* 01³ Fixed Disk Setup Program Version 3.40 ³menu_1 */
99 /* 02³ (C%Copyright IBM Corp. 1983,1988 ³menu_1 */
101 /* 04³ FDISK Options ³menu_2 */
103 /* 06³ Current fixed disk drive: # ³menu_5 */
105 /* 08³ Choose one of the following: ³menu_3 */
107 /* 10³ 1. Create DOS Partition or Logical DOS Drive ³menu_2 */
108 /* 11³ 2. Set active partition ³menu_2 */
109 /* 12³ 3. Delete DOS Partition or Logical DOS Drive ³menu_2 */
110 /* 13³ 4. Display partition information ³menu_2 */
111 /* 14³ 5. Select next fixed disk drive ³menu_4 */
114 /* 17³ Enter choice: [#] ³menu_7 */
117 /* 20³ Warning! No partitions are set active - disk 1 is not startable unless ³menu_6 */
118 /* 21³ a partition is set active. ³ */
121 /* 24³ Press ESC to exit FDISK ³menu_2 */
122 /* ÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ */
123 /*******************************************************************************************************/
126 /*-------------------------------------------------------------*/
129 "^0029^<R>Microsoft DOS \
130 ^0121^<R>Fixed Disk Setup Program Version 4.00\
131 ^0124^<R>(C)Copyright 1988 Microsoft Corp";
135 /*-------------------------------------------------------------*/
138 "^0433^<H>FDISK Options\
139 ^0604^<H>1. <R>Create DOS Partition or Logical DOS Drive\
140 ^0104^<H>2. <R>Set active partition\
141 ^0104^<H>3. <R>Delete DOS Partition or Logical DOS Drive\
142 ^0104^<H>4. <R>Display partition information\
143 ^1104^<R>Press <H>Esc<R> to exit FDISK";
145 /*-------------------------------------------------------------*/
148 "^0804^<R>Choose one of the following:";
150 /*-------------------------------------------------------------*/
153 "^1404^<H>5. <R>Select next fixed disk drive";
155 /*-------------------------------------------------------------*/
158 "^0604^<R>Current fixed disk drive: <H><I>";
160 /*-------------------------------------------------------------*/
163 "^2004^<H>Warning! <R>No partitions are set active - disk 1 is not startable unless\
164 ^0104^<R>a partition is set active";
166 /*-------------------------------------------------------------*/
169 "^1704^<H>Enter choice: [<S> ]";
171 /*******************************************************************************************************/
172 /* Screen for CREATE_PARTITION */
174 /* ³00000000001111111111222222222233333333334444444444555555555566666666667777777777³ */
175 /* ³01234567890123456789012345678901234567890123456789012345678901234567890123456789³ */
176 /* ÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ */
181 /* 04³ Create DOS Partition or Logical DOS Drive ³menu_8 */
183 /* 06³ Current fixed disk drive: # ³menu_5 # */
185 /* 08³ Choose one of the following: ³menu_3 # */
187 /* 10³ 1. Create Primary DOS Partition ³menu_9 */
188 /* 11³ 2. Create Extended DOS Partition ³menu_9 */
189 /* 12³ 3. Create logical DOS Drive(s) in the Extended DOS Partition ³menu_10 */
194 /* 17³ Enter choice: [ ] ³menu_7 # */
201 /* 24³ Press ESC to return to FDISK Options ³menu_11 */
202 /* ÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ */
203 /*******************************************************************************************************/
205 /*-------------------------------------------------------------*/
208 "^0420^<H>Create DOS Partition or Logical DOS Drive";
210 /*-------------------------------------------------------------*/
213 "^1004^<H>1. <R>Create Primary DOS Partition\
214 ^0104^<H>2. <R>Create Extended DOS Partition";
216 /*-------------------------------------------------------------*/
219 "^1204^<H>3. <R>Create Logical DOS Drive(s) in the Extended DOS Partition";
221 /*-------------------------------------------------------------*/
224 "^2404^<R>Press <H>Esc<R> to return to FDISK Options";
227 /*******************************************************************************************************/
228 /* Screen for DOS_CREATE_PARTITION */
230 /* ³00000000001111111111222222222233333333334444444444555555555566666666667777777777³ */
231 /* ³01234567890123456789012345678901234567890123456789012345678901234567890123456789³ */
232 /* ÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ */
237 /* 04³ Create Primary DOS Partition ³menu_12 */
239 /* 06³ Current fixed disk drive: # ³menu_5 # */
241 /* 08³ Do you wish to use the maximum available size for a Primary DOS Partition ³menu_13 */
242 /* 09³ and make the partition active (Y/N).....................? [Y] ³menu_13 */
257 /* 24³ Press ESC to return to FDISK Options ³menu_11 */
258 /* ÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ */
259 /*******************************************************************************************************/
261 /*-------------------------------------------------------------*/
264 "^0427^<H>Create Primary DOS Partition";
266 /*-------------------------------------------------------------*/
269 "^0804^<R>Do you wish to use the maximum available size for a Primary DOS Partition\
270 ^0104^<R>and make the partition active (<Y>/<N>).....................? <H>[<S> ]";
272 /*-------------------------------------------------------------*/
275 "^0804^<R>Do you wish to use the maximum available size for a Primary DOS Partition\
276 ^0104^<R>(<Y>/<N>)...................................................? <H>[<S> ]";
279 /*******************************************************************************************************/
280 /* Screen for INPUT_DOS_CREATE */
282 /* ³00000000001111111111222222222233333333334444444444555555555566666666667777777777³ */
283 /* ³01234567890123456789012345678901234567890123456789012345678901234567890123456789³ */
284 /* ÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ */
289 /* 04³ Create Primary DOS Partition ³menu_12 # */
291 /* 06³ Current fixed disk drive: # ³menu_5 # */
293 /* 08³ Partition Status Type Size in Mbytes Percentage of Disk Used ³menu_14 */
294 /* 09³ ## # # ####### #### ###% ³ */
295 /* 10³ ## # # ####### #### ###% ³ */
296 /* 11³ ## # # ####### #### ###% ³ */
297 /* 12³ ## # # ####### #### ###% ³ */
299 /* 14³ Total disk space is #### Mbytes (1 Mbyte = 1048576 bytes) ³menu_15 */
300 /* 15³ Maximum space available for partition is #### Mbytes (###%) ³menu_16 */
303 /* 18³ Enter partition size in Mbytes or percent of disk space (%) to ³menu_39 */
304 /* 19³ create a Primary DOS Partition..................................[####] ³ */
309 /* 24³ Press ESC to return to FDISK Options ³menu_11 */
310 /* ÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ */
311 /****************************************************************/
313 /*-------------------------------------------------------------*/
316 "^0804^<R>Partition Status Type Size in Mbytes Percentage of Disk Used\
317 ^0104^<R> <II> <I> <I> <IIIIIII> <IIII> <IIII>\
318 ^0104^<R> <II> <I> <I> <IIIIIII> <IIII> <IIII>\
319 ^0104^<R> <II> <I> <I> <IIIIIII> <IIII> <IIII>\
320 ^0104^<R> <II> <I> <I> <IIIIIII> <IIII> <IIII>";
322 /*-------------------------------------------------------------*/
325 "^1404^<R>Total disk space is <HIIIIR> Mbytes (1 Mbyte = 1048576 bytes)";
327 /*-------------------------------------------------------------*/
330 "^1504^<RC>Maximum space available for partition is <HIIIIR> Mbytes (<HIIIIR>)";
332 /*-------------------------------------------------------------*/
335 "^1804^<RC>Enter partition size in Mbytes or percent of disk space (%) to\
336 ^0104^<RC>create a Primary DOS Partition.................................: <H>[<IIISI>]";
339 /****************************************************************************************************/
340 /* Screen for EXT_CREATE_PARTITION */
342 /* ³00000000001111111111222222222233333333334444444444555555555566666666667777777777³ */
343 /* ³01234567890123456789012345678901234567890123456789012345678901234567890123456789³ */
344 /* ÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ */
349 /* 04³ Create Extended DOS Partition ³menu_17 */
351 /* 06³ Current fixed disk drive: # ³menu_5 # */
353 /* 08³ Partition Status Type Size in Mbytes Percentage of Disk Used ³menu_14 # */
354 /* 09³ ## # # ####### #### ###% ³ */
355 /* 10³ ## # # ####### #### ###% ³ */
356 /* 11³ ## # # ####### #### ###% ³ */
357 /* 12³ ## # # ####### #### ###% ³ */
359 /* 14³ Total disk space is #### Mbytes (1 Mbyte = 1048576 bytes) ³menu_15 # */
360 /* 15³ Maximum space available for partition is #### Mbytes (##%) ³menu_16 # */
363 /* 18³ Enter partition size in Mbytes or percent of disk space (%) to ³menu_42 # */
364 /* 19³ create an Extended DOS Partition................................[####] ³ */
369 /* 24³ Press ESC to continue ³menu_46 */
370 /* ÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ */
371 /***************************************************************/
373 /*-------------------------------------------------------------*/
376 "^0427^<H>Create Extended DOS Partition";
378 /*-------------------------------------------------------------*/
381 "^1804^<RC>Enter partition size in Mbytes or percent of disk space (%) to\
382 ^0104^<RC>create an Extended DOS Partition..............................: <H>[<IIISI>]";
385 /*-------------------------------------------------------------*/
388 "^2404^<R>Press <H>Esc<R> to continue";
393 /*****************************************************************************************************/
394 /* Screen for VOLUME_CREATE */
396 /* ³00000000001111111111222222222233333333334444444444555555555566666666667777777777³ */
397 /* ³01234567890123456789012345678901234567890123456789012345678901234567890123456789³ */
398 /* ÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ */
400 /* 01³ Create Logical DOS Drive(s) in the Extended Partition ³menu_18 */
402 /* 03³Drv Volume Label Mbytes System Usage Drv Volume Label Mbytes System Usage³menu_19/20 */
403 /* 04³## ########### #### ######## ###% ## ########### #### ######## ###%³ */
404 /* 05³## ########### #### ######## ###% ## ########### #### ######## ###%³ */
405 /* 06³## ########### #### ######## ###% ## ########### #### ######## ###%³ */
406 /* 07³## ########### #### ######## ###% ## ########### #### ######## ###%³ */
407 /* 08³## ########### #### ######## ###% ## ########### #### ######## ###%³ */
408 /* 09³## ########### #### ######## ###% ## ########### #### ######## ###%³ */
409 /* 10³## ########### #### ######## ###% ## ########### #### ######## ###%³ */
410 /* 11³## ########### #### ######## ###% ## ########### #### ######## ###%³ */
411 /* 12³## ########### #### ######## ###% ## ########### #### ######## ###%³ */
412 /* 13³## ########### #### ######## ###% ## ########### #### ######## ###%³ */
413 /* 14³## ########### #### ######## ###% ## ########### #### ######## ###%³ */
414 /* 15³## ########### #### ######## ###% ³ */
416 /* 17³ Total Extended DOS partition size is #### Mbytes (1 Mbyte = 1048576 bytes) ³menu_17 */
417 /* 18³ Maximum space available for logical drive is #### Mbytes (###%) ³menu_22 */
419 /* 20³ Enter logical drive size in Mbytes or percent of disk space (%)...[####] ³menu_40 */
423 /* 24³ Press ESC to return to FDISK Options ³menu_11 */
424 /* ÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ */
425 /***************************************************************/
427 /*-------------------------------------------------------------*/
430 "^0112^<HC>Create Logical DOS Drive(s) in the Extended DOS Partition";
432 /*-------------------------------------------------------------*/
435 "^0300^<H>Drv Volume Label Mbytes System Usage\
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 ^0100^<H><II> <RIIIIIIIIIII> <IIII> <IIIIIIII> <IIII>\
441 ^0100^<H><II> <RIIIIIIIIIII> <IIII> <IIIIIIII> <IIII>";
443 /*----------------------------------------------------------*/
446 "^1000^<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 ^0100^<H><II> <RIIIIIIIIIII> <IIII> <IIIIIIII> <IIII>\
451 ^0100^<H><II> <RIIIIIIIIIII> <IIII> <IIIIIIII> <IIII>";
453 /*-------------------------------------------------------------*/
456 "^0341^<H>Drv Volume Label Mbytes System Usage\
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 ^0141^<H><II> <RIIIIIIIIIII> <IIII> <IIIIIIII> <IIII>\
462 ^0141^<H><II> <RIIIIIIIIIII> <IIII> <IIIIIIII> <IIII>";
464 /*---------------------------------------------------------*/
467 "^1041^<H><II> <RIIIIIIIIIII> <IIII> <IIIIIIII> <IIII>\
468 ^0141^<H><II> <RIIIIIIIIIII> <IIII> <IIIIIIII> <IIII>\
469 ^0141^<H><II> <RIIIIIIIIIII> <IIII> <IIIIIIII> <IIII>\
470 ^0141^<H><II> <RIIIIIIIIIII> <IIII> <IIIIIIII> <IIII>\
471 ^0141^<H><II> <RIIIIIIIIIII> <IIII> <IIIIIIII> <IIII>";
473 /*-------------------------------------------------------------*/
476 "^1704^<RC>Total Extended DOS Partition size is <HIIIIR> Mbytes (1 MByte = 1048576 bytes)";
478 /*-------------------------------------------------------------*/
481 "^1804^<RC>Maximum space available for logical drive is <HIIIIR> Mbytes <H>(<IIII>)";
483 /*-------------------------------------------------------------*/
486 "^2004^<RC>Enter logical drive size in Mbytes or percent of disk space (%)...<H>[<IIISI>]";
489 /*****************************************************************************************************/
490 /* Screen for CHANGE_ACTIVE_PARTITION */
492 /* ³00000000001111111111222222222233333333334444444444555555555566666666667777777777³ */
493 /* ³01234567890123456789012345678901234567890123456789012345678901234567890123456789³ */
494 /* ÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ */
496 /* 01³ Set Active Partition ³menu_23 */
501 /* 06³ Current fixed disk drive: # ³menu_5 # */
503 /* 08³ Partition Status Type Size in Mbytes Percentage of Disk Used ³menu_14 # */
504 /* 09³ ## # # ####### #### ###% ³ */
505 /* 10³ ## # # ####### #### ###% ³ */
506 /* 11³ ## # # ####### #### ###% ³ */
507 /* 12³ ## # # ####### #### ###% ³ */
509 /* 14³ Total disk space is #### Mbytes (1 Mbyte = 1048576 bytes) ³menu_15 # */
511 /* 16³ Enter the number of the partition you want to make active............:[#] ³menu_24 */
519 /* 24³ Press ESC to return to FDISK Options ³menu_11 */
520 /* ÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ */
521 /*****************************************************************************************************/
523 /*-------------------------------------------------------------*/
526 "^0430^<H>Set Active Partition";
528 /*-------------------------------------------------------------*/
531 "^1604^<R>Enter the number of the partition you want to make active...........: <H>[<S> ]";
534 /*****************************************************************************************************/
535 /* Screen for DELETE_PARTITION */
537 /* ³00000000001111111111222222222233333333334444444444555555555566666666667777777777³ */
538 /* ³01234567890123456789012345678901234567890123456789012345678901234567890123456789³ */
539 /* ÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ */
544 /* 04³ Delete DOS Partition or Logical DOS Drive ³menu_25 */
546 /* 06³ Current fixed disk drive: # ³menu_5 # */
548 /* 08³ Choose one of the following: ³menu_3 # */
550 /* 10³ 1. Delete Primary DOS Partition ³menu_26 */
551 /* 11³ 2. Delete Extended DOS Partition ³menu_26 */
552 /* 12³ 3. Delete Logical DOS Drive(s) in the Extended DOS Partition ³menu_27 */
557 /* 17³ Enter choice: [ ] ³menu_7 # */
564 /* 24³ Press ESC to return to FDISK Options ³menu_11 */
565 /* ÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ */
566 /*****************************************************************************************************/
568 /*-------------------------------------------------------------*/
571 "^0419^<H>Delete DOS Partition or Logical DOS Drive";
573 /*-------------------------------------------------------------*/
576 "^1004^<HC>1. <R>Delete Primary DOS Partition\
577 ^0104^<HC>2. <R>Delete Extended DOS Partition";
579 /*-------------------------------------------------------------*/
582 "^1204^<HC>3. <R>Delete Logical DOS Drive(s) in the Extended DOS Partition";
584 /*****************************************************************************************************/
585 /* Screen for DOS_DELETE */
587 /* ³00000000001111111111222222222233333333334444444444555555555566666666667777777777³ */
588 /* ³01234567890123456789012345678901234567890123456789012345678901234567890123456789³ */
589 /* ÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ */
594 /* 04³ Delete Primary DOS Partition ³menu_28 */
596 /* 06³ Current fixed disk drive: # ³menu_5 # */
598 /* 08³ Partition Status Type Size in Mbytes Percentage of Disk Used ³menu_14 # */
599 /* 09³ ## # # ####### #### ###% ³menu_14 # */
600 /* 10³ ## # # ####### #### ###% ³ */
601 /* 11³ ## # # ####### #### ###% ³ */
602 /* 12³ ## # # ####### #### ###% ³ */
604 /* 14³ Total disk space is #### Mbytes (1 Mbyte = 1048576 bytes) ³menu_15 # */
606 /* 16³ Warning! Data in the deleted Primary DOS Partition will be lost. ³menu_29 */
607 /* 17³ Do you wish to continue (Y/N).................? [N] ³menu_29 */
614 /* 24³ Press ESC to return to FDISK Options ³menu_11 */
615 /* ÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ */
616 /*****************************************************************************************************/
618 /*-------------------------------------------------------------*/
621 "^0426^<H>Delete Primary DOS Partition";
623 /*-------------------------------------------------------------*/
626 "^1604^<HBC>Warning! <OR>Data in the deleted Primary DOS Partition will be lost.\
627 ^0104^<RC>Do you wish to continue (<Y>/<N>).................? <H>[<S> ]";
629 /*****************************************************************************************************/
630 /* Screen for EXT_DELETE */
632 /* ³00000000001111111111222222222233333333334444444444555555555566666666667777777777³ */
633 /* ³01234567890123456789012345678901234567890123456789012345678901234567890123456789³ */
634 /* ÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ */
639 /* 04³ Delete Extended DOS Partition ³menu_30 */
641 /* 06³ Current fixed disk drive: # ³menu_5 # */
643 /* 08³ Partition Status Type Size in Mbytes Percentage of Disk Used ³menu_14 # */
644 /* 09³ ## # # ####### #### ###% ³menu_14 # */
645 /* 10³ ## # # ####### #### ###% ³ */
646 /* 11³ ## # # ####### #### ###% ³ */
647 /* 12³ ## # # ####### #### ###% ³ */
649 /* 14³ Total disk space is #### Mbytes (1 Mbyte = 1048576 bytes) ³menu_15 # */
651 /* 16³ Warning! Data in the deleted Extended DOS partition will be lost. ³menu_31 */
652 /* 17³ Do you wish to continue (Y/N).................? [N] ³menu_31 */
659 /* 24³ Press ESC to return to FDISK Options ³menu_11 */
660 /* ÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ */
661 /*****************************************************************************************************/
663 /*-------------------------------------------------------------*/
666 "^0426^<H>Delete Extended DOS Partition";
668 /*-------------------------------------------------------------*/
671 "^1604^<HBC>Warning! <OR>Data in the deleted Extended DOS Partition will be lost.\
672 ^0104^<RC>Do you wish to continue (<Y>/<N>).................? <H>[<S> ]";
674 /******************************************************************************************************/
675 /* Screen for VOL_DELETE */
677 /* ³00000000001111111111222222222233333333334444444444555555555566666666667777777777³ */
678 /* ³01234567890123456789012345678901234567890123456789012345678901234567890123456789³ */
679 /* ÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ */
681 /* 01³ Delete Logical DOS Drive(s) in the Extended DOS Partition ³menu_32 */
683 /* 03³Drv Volume Label MBytes System Usage Drv Volume Label MBytes System Usage³menu_19/20 # */
684 /* 04³## ############# #### ######## ###% ## ############# #### ######## ###%³ */
685 /* 05³## ############# #### ######## ###% ## ############# #### ######## ###%³ */
686 /* 06³## ############# #### ######## ###% ## ############# #### ######## ###%³ */
687 /* 07³## ############# #### ######## ###% ## ############# #### ######## ###%³ */
688 /* 08³## ############# #### ######## ###% ## ############# #### ######## ###%³ */
689 /* 09³## ############# #### ######## ###% ## ############# #### ######## ###%³ */
690 /* 10³## ############# #### ######## ###% ## ############# #### ######## ###%³ */
691 /* 11³## ############# #### ######## ###% ## ############# #### ######## ###%³ */
692 /* 12³## ############# #### ######## ###% ## ############# #### ######## ###%³ */
693 /* 13³## ############# #### ######## ###% ## ############# #### ######## ###%³ */
694 /* 14³## ############# #### ######## ###% ## ############# #### ######## ###%³ */
695 /* 15³## ############# #### ######## ###% ³ */
697 /* 17³ Total Extended DOS Partition size is #### Mbytes (1 Mbyte = 1048576 bytes) ³menu_21 */
699 /* 19³ Warning! Data in a deleted Logical DOS Drive will be lost. ³menu_33 */
700 /* 20³ What drive do you want to delete...........................? [ ] ³menu_33 */
701 /* 21³ Enter Volume Label.............................? [ ] ³menu_41 */
702 /* 22³ Are you sure (Y/N).............................? [N] ³menu_34 */
704 /* 24³ Press ESC to return to FDISK Options ³menu_11 */
705 /* ÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ */
706 /******************************************************************************************************/
708 /*-------------------------------------------------------------*/
711 "^0112^<H>Delete Logical DOS Drive(s) in the Extended DOS Partition";
713 /*-------------------------------------------------------------*/
716 "^1904^<HBC>Warning! <OR>Data in a deleted Logical DOS Drive will be lost.\
717 ^0104^<RC>What drive do you want to delete...............................? <H>[<S> ]";
719 /*-------------------------------------------------------------*/
722 "^2204^<R>Are you sure (<Y>/<N>)..............................? <H>[<S> ]";
724 /*-------------------------------------------------------------*/
727 "^2104^<R>Enter Volume Label..............................? <H>[<S> ]";
729 /******************************************************************************************************/
730 /* Screen for DISPLAY_PARTITION_INFORMATION */
732 /* ³00000000001111111111222222222233333333334444444444555555555566666666667777777777³ */
733 /* ³01234567890123456789012345678901234567890123456789012345678901234567890123456789³ */
734 /* ÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ */
739 /* 04³ Display Partition Information ³menu_35 */
741 /* 06³ Current fixed disk drive: # ³menu_5 # */
743 /* 08³ Partition Status Type Size in Mbytes Percentage of Disk Used ³menu_14 # */
744 /* 09³ ## # # ####### #### ###% ³menu_14 # */
745 /* 10³ ## # # ####### #### ###% ³ */
746 /* 11³ ## # # ####### #### ###% ³ */
747 /* 12³ ## # # ####### #### ###% ³ */
749 /* 14³ Total disk space is #### Mbytes (1 Mbyte = 1048576 bytes) ³menu_15 # */
752 /* 17³ The Extended DOS partition contains Logical DOS Drives. ³menu_36 */
753 /* 18³ Do you want to display the logical drive information (Y/N)......? [Y] ³menu_36 */
759 /* 24³ Press ESC to return to FDISK Options ³menu_11 */
760 /* ÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ */
761 /******************************************************************************************************/
763 /*-------------------------------------------------------------*/
766 "^0426^<H>Display Partition Information";
768 /*-------------------------------------------------------------*/
771 "^1704^<RC>The Extended DOS Partition contains Logical DOS Drives.\
772 ^0104^<RC>Do you want to display the logical drive information (<Y>/<N>)......?<H>[<S> ]";
774 /*****************************************************************************************************/
775 /* Screen for DISPLAY_VOLUME_INFORMATION */
777 /* ³00000000001111111111222222222233333333334444444444555555555566666666667777777777³ */
778 /* ³01234567890123456789012345678901234567890123456789012345678901234567890123456789³ */
779 /* ÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ */
781 /* 01³ Display Logical DOS Drive Information ³menu_37 */
783 /* 03³Drv Volume Label Mbytes System Usage Drv Volume Label Mbytes System Usage³menu_19/20 */
784 /* 04³## ############# #### ######## ###% ## ############# #### ######## ###%³ */
785 /* 05³## ############# #### ######## ###% ## ############# #### ######## ###%³ */
786 /* 16³## ############# #### ######## ###% ## ############# #### ######## ###%³ */
787 /* 17³## ############# #### ######## ###% ## ############# #### ######## ###%³ */
788 /* 18³## ############# #### ######## ###% ## ############# #### ######## ###%³ */
789 /* 19³## ############# #### ######## ###% ## ############# #### ######## ###%³ */
790 /* 10³## ############# #### ######## ###% ## ############# #### ######## ###%³ */
791 /* 11³## ############# #### ######## ###% ## ############# #### ######## ###%³ */
792 /* 12³## ############# #### ######## ###% ## ############# #### ######## ###%³ */
793 /* 13³## ############# #### ######## ###% ## ############# #### ######## ###%³ */
794 /* 14³## ############# #### ######## ###% ## ############# #### ######## ###%³ */
795 /* 15³## ############# #### ######## ###% ³ */
797 /* 17³ Total Extended DOS partition size is #### Mbytes (1 Mbyte = 1048576 bytes) ³menu_17 */
804 /* 24³ Press ESC to return to FDISK Options ³menu_11 */
805 /* ÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ */
806 /*****************************************************************************************************/
808 /*-------------------------------------------------------------*/
811 "^0121^<H>Display Logical DOS Drive Information";
813 /*****************************************************************************************************/
814 /* Screen for SYSTEM_REBOOT */
816 /* ³00000000001111111111222222222233333333334444444444555555555566666666667777777777³ */
817 /* ³01234567890123456789012345678901234567890123456789012345678901234567890123456789³ */
818 /* ÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ */
832 /* 13³ System will now restart ³menu_38 */
834 /* 15³ Insert DOS diskette in drive A: ³menu_38 */
835 /* 16³ Press any key when ready . . . ³menu_38 */
844 /* ÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ */
845 /*****************************************************************************************************/
847 /*-------------------------------------------------------------*/
850 "^1304^<H>System will now restart\
851 ^0204^<R>Insert DOS Startup diskette in drive A:\
852 ^0104^<R>Press any key when ready . . .<S>";
857 /* The following character strings are required to display the */
858 /* status messages indicating successful operation. These messages */
859 /* have the form: status_xx */
861 /* Note: In order to overlay any previous message on the screen, these */
862 /* messages are all 2 lines long. The second line may only be */
863 /* a blank line. If 2 lines are needed for translation, use the */
864 /* second line for text. Exceptions are those msgs on line 0, */
868 /*-------------------------------------------------------------*/
871 "^2104^<CH>Primary DOS Partition deleted\
874 /*-------------------------------------------------------------*/
877 "^2104^<CH>Extended DOS Partition deleted\
880 /*-------------------------------------------------------------*/
883 "^0004^<H>Drive deleted";
884 /* NOTE - the ^rrcc^ must be the first thing in this string */
886 /*-------------------------------------------------------------*/
889 "^2104^<CH>Partition <I> made active\
892 /*-------------------------------------------------------------*/
895 "^2104^<CH>Primary DOS Partition created\
898 /*-------------------------------------------------------------*/
901 "^2104^<CH>Extended DOS Partition created\
904 /*-------------------------------------------------------------*/
907 "^2204^<CH>Logical DOS Drive created, drive letters changed or added<W>";
909 /*-------------------------------------------------------------*/
912 "^2104^<CH>No partitions defined\
915 /*-------------------------------------------------------------*/
918 "^1004^<CH>No logical drives defined\
921 /*-------------------------------------------------------------*/
922 char far *status_10 =
924 "^1804^<CH>Drive letters have been changed or deleted<W>";
926 /*-------------------------------------------------------------*/
927 char far *status_11 =
929 "^0004^<H>Drive redirected";
930 /* NOTE - the ^rrcc^ must be the first thing in this string */
932 /*-------------------------------------------------------------*/
933 char far *status_12 =
935 "^2104^<CH>Primary DOS Partition created, drive letters changed or added\
938 /*-------------------------------------------------------------*/
942 /* The following character strings are required to display the */
943 /* error messages. These have form: error_xx */
945 /* Note: In order to overlay any previous message on the screen, these */
946 /* messages are all 2 lines long. The second line may only be */
947 /* a blank line. If 2 lines are needed for translation, use the */
948 /* second line for text. Exceptions are those msgs on line 0. */
949 /* and those messages that start on line 23 */
953 /*-------------------------------------------------------------*/
956 "^0004^<CH>No fixed disks present.\
959 /*-------------------------------------------------------------*/
962 "^2204^<CH>Error reading fixed disk.\
965 /*-------------------------------------------------------------*/
968 "^2204^<CH>Error writing fixed disk.\
971 /*-------------------------------------------------------------*/
974 "^0004^<CHW>Incorrect DOS version.";
976 /*-------------------------------------------------------------*/
979 "^0004^<CHW>Cannot FDISK with network loaded.";
981 /*-------------------------------------------------------------*/
984 "^2204^<CH>No Primary DOS Partition to delete.\
987 /*-------------------------------------------------------------*/
990 "^2204^<CH>No Extended DOS Partition to delete.\
993 /*-------------------------------------------------------------*/
996 "^2204^<CH>Primary DOS Partition already exists.\
999 /*-------------------------------------------------------------*/
1002 "^2204^<CH>Extended DOS Partition already exists.\
1005 /*-------------------------------------------------------------*/
1006 char far *error_10 =
1008 "^2204^<CH>No space to create a DOS partition.\
1011 /*-------------------------------------------------------------*/
1012 char far *error_12 =
1014 "^2204^<CH>Requested logical drive size exceeds the maximum available space.<W>\
1017 /*-------------------------------------------------------------*/
1018 char far *error_13 =
1020 "^2204^<CH>Requested partition size exceeds the maximum available space.<W>\
1023 /*-------------------------------------------------------------*/
1024 char far *error_14 =
1026 "^2204^<CH>No partitions to delete.\
1029 /*-------------------------------------------------------------*/
1030 char far *error_15 =
1032 "^2204^<CH>The only startable partition on Drive 1 is already set active.<W>\
1035 /*-------------------------------------------------------------*/
1036 char far *error_16 =
1038 "^2204^<CH>No partitions to make active.\
1041 /*-------------------------------------------------------------*/
1042 char far *error_17 =
1044 "^2204^<CH>Partition selected (<I>) is not startable, active partition not changed.<W>";
1046 /*-------------------------------------------------------------*/
1047 char far *error_19 =
1049 "^2204^<CH>Cannot create Extended DOS Partition without\
1050 ^0104^<CH>Primary DOS Partition on disk 1.<W>";
1052 /*-------------------------------------------------------------*/
1053 char far *error_20 =
1055 "^2204^<CH>All available space in the Extended DOS Partition\
1056 ^0104^<CH>is assigned to logical drives.<W>";
1058 /*-------------------------------------------------------------*/
1059 char far *error_21 =
1061 "^2204^<CH>Cannot delete Extended DOS Partition while logical drives exist.<W>";
1063 /*-------------------------------------------------------------*/
1064 char far *error_22 =
1066 "^2204^<CH>All logical drives deleted in the Extended DOS Partition.<W>";
1068 /*-------------------------------------------------------------*/
1069 char far *error_23 =
1072 ^0104^<CHI> is not a choice. Please enter <III>.<W>";
1074 /*-------------------------------------------------------------*/
1075 char far *error_24 =
1077 "^2204^<CH>Warning! The partition set active is not startable.<W>";
1079 /*-------------------------------------------------------------*/
1080 char far *error_25 =
1082 "^2204^<CH> Only non-startable partitions exist.\
1085 /*-------------------------------------------------------------*/
1086 char far *error_26 =
1088 "^2204^<CH>Only partitions on Drive 1 can be made active.<W>";
1090 /*-------------------------------------------------------------*/
1091 char far *error_27 =
1093 "^2204^<CH>Maximum number of Logical DOS Drives installed.<W>";
1095 /*-------------------------------------------------------------*/
1096 char far *error_28 =
1098 "^2204^<CH>Cannot create a zero size partition.\
1101 /*-------------------------------------------------------------*/
1102 char far *error_29 =
1104 "^2204^<CH>Drive <II> already deleted.\
1107 /*-------------------------------------------------------------*/
1108 char far *error_30 =
1110 "^2204^<CHB>Unable to access Drive <I>.<OW>";
1112 /*-------------------------------------------------------------*/
1113 char far *error_31 =
1115 "^2304^<CH>Invalid entry, please enter <III>.<W>";
1117 /*-------------------------------------------------------------*/
1118 char far *error_32 =
1120 "^2204^<CH>Cannot delete Primary DOS Partition on drive 1 \
1121 ^0104^<CH>when an Extended DOS Partition exists.<W>";
1123 /*-------------------------------------------------------------*/
1124 char far *error_33 =
1127 ^0104^<CH>Invalid entry, please press Enter.<W>";
1129 /*-------------------------------------------------------------*/
1130 char far *error_34 =
1132 "^2204^<CH>Volume label does not match.<W>";
1134 /*-------------------------------------------------------------*/
1135 char far *error_35 =
1137 "^2204^<CH>Cannot create Logical DOS Drive without\
1138 ^0104^<CH>an Extended DOS Partition on the current drive.<W>";
1140 /*-------------------------------------------------------------*/
1141 char far *error_36 =
1143 "^2204^<CH>No Logical DOS Drive(s) to delete.\
1146 /*-------------------------------------------------------------*/
1151 /* The following message is only included as an aide to debug message */
1152 /* strings during translations. The FDISK message formatter will attempt*/
1153 /* to the best of its ability to catch invalid message strings and */
1154 /* print the error. This message should NEVER appear for a user, so it */
1155 /* is not neccessary to translate this message */
1160 /*-------------------------------------------------------------*/
1161 char far *debug_msg =
1163 "^2200^<HWB>Message string error <I>. See header of FDISKC.MSG for error definition";
1165 /*-------------------------------------------------------------*/
1166 char far *internal_error =
1168 "^2204^<HBW>Internal error";
1171 /* The following are not translatable. They are the partition names */
1174 char *DOS_part = "PRI DOS";
1175 char *XENIX_part = " XENIX ";
1176 char *EXTENDED_part = "EXT DOS";
1177 char *BAD_BLOCK_part= " Table ";
1178 char *PCIX_part = " PC/IX ";
1179 char *NON_DOS_part = "Non-DOS";