home *** CD-ROM | disk | FTP | other *** search
- *************************************************************************
- * *
- * Andy P 12 Jun 1990 *
- * *
- * This file contains all the translatable strings that go into *
- * OS2.INI and OS2SYS.INI, the default OS2 INI files. *
- * *
- * There are two template files (USERINI.RC and SYSINI.RC) which *
- * specifies all the non-translatable information that goes in these *
- * files. *
- * *
- * MRGINIRC.EXE is a build utility which merges these two files *
- * *
- * See also MOVESPL, MAKEINI and SHELL.MAK for info on creating INI's *
- * *
- * NOTE: country info in the second string table is not really *
- * translat able this table should be set up by extracting the *
- * country info from the INI rc for each country supported *
- * in the previous release *
- * *
- *************************************************************************
-
- STRINGTABLE
- BEGIN
- @1@ "Main" /* Group */
-
- @2@ "File Manager" /* prog title */
- @4@ "OS/2 Window" /* prog title */
- @5@ "OS/2 Full Screen" /* prog title */
- @6@ "Print Manager" /* prog title */
- @7@ "OS/2 System Editor" /* prog title */
-
- @8@ "Utilities" /* Group */
-
- @9@ "Control Panel" /* prog title */
- @10@ "Copy Diskette" /* prog title */
- @11@ "Compare Diskettes" /* prog title */
- @12@ "Label Diskettes" /* prog title */
- @13@ "Format Diskette" /* prog title */
- @14@ "Disk Information -- CHKDSK" /* prog title */
- @15@ "Fixed Disk Utility" /* prog title */
- @16@ "Print Picture" /* prog title */
- @17@ "Display Picture" /* prog title */
- @18@ "Convert Picture File" /* prog title */
- @90@ "Lock Up Keyboard and Mouse" /* PM13 SM00024 */
-
- * the following are written as keys for PM_ASSOC_TYPE (for PMFILE)
-
- @19@ "Plain Text"
- @20@ "OS/2 Command File"
- @21@ "DOS Command File"
- @22@ "Executable"
- @23@ "Metafile"
- @24@ "Bitmap"
- @25@ "Icon"
- @26@ "Binary Data"
- @27@ "Dynamic Link Library"
- @28@ "C Code"
- @29@ "Pascal Code"
- @30@ "BASIC Code"
- @31@ "COBOL Code"
- @32@ "FORTRAN Code"
- @33@ "Assembler Code"
- @34@ "Library"
- @35@ "Resource File"
-
- * the default printer is in user INI file as data and in system
- * INI file as a key
-
- @36@ "PRINTER1"
- END
-
- *************************************************************************
- * *
- * The next string table definies country inforamtion it should *
- * appear in the user INI file as follows: *
- * *
- * App Name Key Name Data for US user INI file *
- * *
- * PM_National iCountry 1 Country code (phone ID of country) *
- * PM_National iDate 0 Date mode (0:MDY, 1:DMY, 2:YMD) *
- * PM_National iCurrency 0 Currency mode 0: prefix, no sep *
- * 1: suffix, no separation *
- * 2: prefix, 1 CHAR separation *
- * 3: suffix, 1 CHAR separation *
- * PM_National iDigits 2 Signif Decimal digits in Currency *
- * PM_National iTime 0 time mode (0=12 hours clock, 1=24) *
- * PM_National iLzero 0 Leading zeros (0: no, 1: yes) *
- * PM_National s1159 AM Trailing string 0:00 to 11:59 *
- * PM_National s2359 PM Trailing string 12:00 to 23:59 *
- * PM_National sCurrency £ Currency Symbol string *
- * PM_National sThousand , Thousands separator string *
- * PM_National sDecimal . Decimal separator string *
- * PM_National sDate - Date separator string *
- * PM_National sTime : time separator string *
- * PM_National sList , List separator string. *
- * *
- * NOTE: country info is not really translatable this table should *
- * be set up by extracting the country info from the INI rc *
- * for each country supported in the previous release *
- * *
- *************************************************************************
-
- STRINGTABLE
- BEGIN
- @37@ "1"
- @38@ "0"
- @39@ "0"
- @40@ "2"
- @41@ "0"
- @42@ "0"
- @43@ "AM"
- @44@ "PM"
- @45@ "$"
- @46@ ","
- @47@ "."
- @48@ "-"
- @49@ ":"
- @50@ ","
- END
-