;; DEVELOPERS! : You can copy this product TXT file to a new filename
;;   and quickly create a TXT file for a new product
;; Using your editors "search" function, search for all comments beginning
;; with the word "DEVELOPERS!" and each variable that needs to be redefined
;; is pointed out to you.

;; ************** TRANSLATORS ! ***************
;; All text to be TRANSLATED is preceeded by comments starting with
;; the word "TRANSLATE".
;; Using your editors "search" function, search for all comments beginning
;; with the word "TRANSLATE" and each line that needs to be translated
;; is pointed out to you.
;; ************* IMPORTANT NOTES ****************************
;; TRANSLATE only text to the right of the "=" symbol,
;; All text lines ending with "=" are for translation expansion.
;; DO NOT remove the unused lines !
;; DO NOT add any additional lines !
;; Each line of text is center or left justified when displayed.

;; DEVELOPERS! - Change the product name in the following 3 lines.
;;
;; TRANSLATE the following lines.
;; 60 characters max. for each line
;;
ProductName=PC DOS Version 6.3
TopMsg=Building PC DOS 6.3 diskettes
TopAltMsg=Removing PC DOS 6.3 diskette images

;; DEVELOPERS! - Change the product diskette count in the next line and
;;               define whether any diskettea need to be bootable.
;;               or have a special boot record.
;; Use INSTALIT's NLS enabled constants "YesCharacter" and "NoCharacter"
;; Create new variables to accomodate as many diskettes as needed, using
;; the naming convention "DiskXBootable", where X is the diskette number.
;; Delete any lines not needed.
;; DO NOT translate the following lines
;;
NumProdDisks=5
Disk1Bootable=YesCharacter
Disk2Bootable=NoCharacter
Disk3Bootable=NoCharacter
Disk4Bootable=NoCharacter
Disk5Bootable=NoCharacter

SpecialBoot1=NoCharacter
SpecialBoot2=NoCharacter
SpecialBoot3=NoCharacter
SpecialBoot4=NoCharacter
SpecialBoot5=NoCharacter


;; Define success file name
;; DEVELOPERS! - Change the success.fil name extension to match
;;               the products three letter acronym. i.e. WIN, DOS, etc..
;;               If it doesn't have one, make one up.
;;               DO NOT change the filename, just the extension
;;  Since the customer will only have 1 version of DOS and one version of
;;  Windows in their factory, the extensions .DOS and .WIN can be used for
;;  all versions of DOS and Windows.
;;
;; DO NOT translate the following
;;
SuccessFile=SUCCESS.DOS

;; Define Diskette labels
;; DEVELOPERS! - These should match the actual product diskette labels
;; Create new variables to accomodate as many diskettes as needed, using
;; the naming convention "Array1-X", where X is the diskette number.
;; Delete any lines not needed.
;;
;; TRANSLATE the following diskette labels
;; 60 character max. 1 line each
;;
Array1-1=PC DOS 6.3, Diskette 1 of 5
Array1-2=PC DOS 6.3, Diskette 2 of 5
Array1-3=PC DOS 6.3, Diskette 3 of 5
Array1-4=PC DOS 6.3, Diskette 4 of 5
Array1-5=PC DOS 6.3, Diskette 5 of 5

;; Define diskette Volume Labels
;; DEVELOPERS! - These should match the actual product diskette volume labels
;; Create new variables to accomodate as many diskettes as needed, using
;; the naming convention "Array2-X", where X is the diskette number.
;; Delete any lines not needed.
;; NOTE ...
;; For some products (e.g. DOS) the volume labels have multiple imbedded
;; spaces (e.g.  "DOS      1" ). INSTALIT, for some reason, strips these
;; spaces out, making the label inaccurate and the diskette unusable. So, to
;; "fool" INSTALIT, use the character ")" instead of the spaces, and the
;; factory program will replace them with spaces after reading them from
;; this file. (e.g. define "DOS      1" as "DOS))))))1" )
;;
Array2-1=DISK))))))1
Array2-2=DISK))))))2
Array2-3=DISK))))))3
Array2-4=DISK))))))4
Array2-5=DISK))))))5


;; DEVELOPERS! - change the values below as required
;;    To determine the diskettes MAX capacity, use the CHKDSK command.
;; Minimum free space required on each diskette
;; Using MAX assures diskettes are empty
;; Use 1457664 for 1.44MB format
;; Use  730112 for  720KB format
;; Create new variables to accomodate as many diskettes as needed, using
;; the naming convention "Array4-X", where X is the diskette number.
;; Delete any lines not needed.
;;
Array4-1=1457664
Array4-2=1457664
Array4-3=1457664
Array4-4=1457664
Array4-5=1457664

;; DEVELOPERS! - The copyright notice should match the diskette label
;;
;; TRANSLATE the following message and copyright notice.
;; These 10 lines are displayed together, with the
;; diskette labels.
;; 60 character max. for each line
;;
Dialog5-1=The label should also contain
Dialog5-2=the following copyright notice.
Dialog5-3=
Dialog5-4=Version 6.3 (C) Copyright International Business Machines
Dialog5-5=Corp. 1981, 1994 - Licensed Material - Program Property of IBM
Dialog5-6=All rights reserved.
Dialog5-7=(C) Copyright Microsoft Corp. 1981, 1994.
Dialog5-8=
Dialog5-9=US Government Users Restricted Rights - Use, duplication or
Dialog5-10=disclosure restricted by GSA ADP Schedule Contract with IBM Corp.

;; DEVELOPERS! - Change the product diskette count and capacity
;; in the next section
;;
;; TRANSLATE the following 4 lines.
;; These lines are displayed together.
;; 60 character max. for each line
;;
Dialog6-1=This process requires 5 blank 2 MB diskettes.
Dialog6-2=
Dialog6-3=Are you ready?
Dialog6-4=
