home *** CD-ROM | disk | FTP | other *** search
/ Software Collection (I) / TOOLS.iso / d07 / 2.img / INI.RC@ / INI.RC
Encoding:
Text File  |  1992-04-01  |  5.9 KB  |  121 lines

  1. *************************************************************************
  2. *                                                                       *
  3. *  Andy P 12 Jun 1990                                                   *
  4. *                                                                       *
  5. *  This file contains all the translatable strings that go into         *
  6. *  OS2.INI and OS2SYS.INI, the default OS2 INI files.                   *
  7. *                                                                       *
  8. *  There are two template files (USERINI.RC and SYSINI.RC) which        *
  9. *  specifies all the non-translatable information that goes in these    *
  10. *  files.                                                               *
  11. *                                                                       *
  12. *  MRGINIRC.EXE is a build utility which merges these two files         *
  13. *                                                                       *
  14. *  See also MOVESPL, MAKEINI and SHELL.MAK for info on creating INI's   *
  15. *                                                                       *
  16. *   NOTE: country info in the second string table is not really         *
  17. *         translat able this table should be set up by extracting the   *
  18. *         country info from the INI rc for each country supported       *
  19. *         in the previous release                                       *
  20. *                                                                       *
  21. *************************************************************************
  22.  
  23. STRINGTABLE
  24. BEGIN
  25.    @1@  "Main"                                        /* Group       */
  26.  
  27.    @2@  "File Manager"                                /* prog title   */
  28.    @4@  "OS/2 Window"                                 /* prog title   */
  29.    @5@  "OS/2 Full Screen"                            /* prog title   */
  30.    @6@  "Print Manager"                               /* prog title   */
  31.    @7@  "OS/2 System Editor"                          /* prog title   */
  32.  
  33.    @8@  "Utilities"                                   /* Group       */
  34.  
  35.    @9@  "Control Panel"                               /* prog title   */
  36.   @10@  "Copy Diskette"                               /* prog title   */
  37.   @11@  "Compare Diskettes"                           /* prog title   */
  38.   @12@  "Label Diskettes"                             /* prog title   */
  39.   @13@  "Format Diskette"                             /* prog title   */
  40.   @14@  "Disk Information -- CHKDSK"                  /* prog title   */
  41.   @15@  "Fixed Disk Utility"                          /* prog title   */
  42.   @16@  "Print Picture"                               /* prog title   */
  43.   @17@  "Display Picture"                             /* prog title   */
  44.   @18@  "Convert Picture File"                        /* prog title   */
  45.   @90@  "Lock Up Keyboard and Mouse"                  /* PM13 SM00024 */
  46.  
  47.    * the following are written as keys for PM_ASSOC_TYPE (for PMFILE)
  48.  
  49.   @19@   "Plain Text"
  50.   @20@   "OS/2 Command File"
  51.   @21@   "DOS Command File"
  52.   @22@   "Executable"
  53.   @23@   "Metafile"
  54.   @24@   "Bitmap"
  55.   @25@   "Icon"
  56.   @26@   "Binary Data"
  57.   @27@   "Dynamic Link Library"
  58.   @28@   "C Code"
  59.   @29@   "Pascal Code"
  60.   @30@   "BASIC Code"
  61.   @31@   "COBOL Code"
  62.   @32@   "FORTRAN Code"
  63.   @33@   "Assembler Code"
  64.   @34@   "Library"
  65.   @35@   "Resource File"
  66.  
  67.   * the default printer is in user INI file as data and in system
  68.   * INI file as a key
  69.  
  70.   @36@   "PRINTER1"
  71. END
  72.  
  73. *************************************************************************
  74. *                                                                       *
  75. *  The next string table definies country inforamtion it should         *
  76. *  appear in the user INI file as follows:                              *
  77. *                                                                       *
  78. *   App Name       Key Name     Data for US user INI file               *
  79. *                                                                       *
  80. *   PM_National    iCountry     1   Country code (phone ID of country)  *
  81. *   PM_National    iDate        0   Date mode (0:MDY, 1:DMY, 2:YMD)     *
  82. *   PM_National    iCurrency    0   Currency mode 0: prefix, no sep     *
  83. *                                     1: suffix, no separation          *
  84. *                                     2: prefix, 1 CHAR separation      *
  85. *                                     3: suffix, 1 CHAR separation      *
  86. *   PM_National    iDigits      2   Signif Decimal digits in Currency   *
  87. *   PM_National    iTime        0   time mode (0=12 hours clock, 1=24)  *
  88. *   PM_National    iLzero       0   Leading zeros (0: no, 1: yes)       *
  89. *   PM_National    s1159        AM  Trailing string 0:00 to 11:59       *
  90. *   PM_National    s2359        PM  Trailing string 12:00 to 23:59      *
  91. *   PM_National    sCurrency    £   Currency Symbol string              *
  92. *   PM_National    sThousand    ,   Thousands separator string          *
  93. *   PM_National    sDecimal     .   Decimal separator string            *
  94. *   PM_National    sDate        -   Date separator string               *
  95. *   PM_National    sTime        :   time separator string               *
  96. *   PM_National    sList        ,   List separator string.              *
  97. *                                                                       *
  98. *   NOTE: country info is not really translatable this table should     *
  99. *         be set up by extracting the country info from the INI rc      *
  100. *         for each country supported in the previous release            *
  101. *                                                                       *
  102. *************************************************************************
  103.  
  104. STRINGTABLE
  105. BEGIN
  106.   @37@   "1"
  107.   @38@   "0"
  108.   @39@   "0"
  109.   @40@   "2"
  110.   @41@   "0"
  111.   @42@   "0"
  112.   @43@   "AM"
  113.   @44@   "PM"
  114.   @45@   "$"
  115.   @46@   ","
  116.   @47@   "."
  117.   @48@   "-"
  118.   @49@   ":"
  119.   @50@   ","
  120. END
  121.