home *** CD-ROM | disk | FTP | other *** search
- .Foreign/Multi-Language Editor
-
- This program lets you switch between several (human) languages. The
- MenuBar, StatusLine, HintSet and Help Text are all switched.
-
- To create the extra *.HLP files, use SZHC.EXE on the *.TXT files for
- each language, or use MAKBABEL.BAT file to generate & compile the
- program, which does so for you.
-
- Since there are duplicate ".topics" in each language, separate
- *.TXT files are used.
-
- To create a foreign language version, a translator needs only the
- *.DEF and *.TXT files, with screen-captures of any *.DLG files. Note
- that the "cmXXXX" and "hcXXXX" constant names are filled-in in the
- definition files (see *.BAB), over-ridding SHAZAM's passive mode.
-
- GENERAL.PAS routines are used for various procedures, such as Desktop
- save/load. The *.INC file saves the selected language to BABEL.DAT.
-
- Translation of the *.DEF and *.TXT files were done via EMAIL by:
-
- PASO del NORTE LENGUAJE Voice 915.564.0990
- 2713 Hamilton Ave Fax 915.564.5293
- El Paso, TX 79930-3639 CompuServe 75540.1022
- Contact: Thomas Davidson
-
- This is work-in-progress, so only English and Spanish are done,
- though the program generates and switches interfaces as if
- translation were complete.
-
- The finished version will be posted to Borland's CompuServe forum,
- BPROGA (search for keyword BABEL). If you do not have access to
- CompuServe but would like a copy of the finished version, please
- write.
-
- @PA - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-
- [ SWITCH ]
- /2 @@ resource everything
-
- [ UNIT ]
- General /R @@ Use & register
- Print,BabelEvt @@ Use
-
- [ EXTERNAL ] @@ %% UNIT or *.EVT
- ShowClipboard Tile Cascade Print DOSShell, VideoMode
-
- @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- @@ Definition files to be translated (with matching *.TXT)
- @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- [ INCLUDE ] english.BAB
- [ INCLUDE ] german.BAB
- [ INCLUDE ] spanish.BAB
- [ INCLUDE ] french.BAB
- [ INCLUDE ] dutch.BAB
-