home *** CD-ROM | disk | FTP | other *** search
/ The Ultimedia Application / IBM_UCD_101.ISO / os2se20 / prld_1 / preinst / ini.rc < prev    next >
Encoding:
Text File  |  1992-07-15  |  9.0 KB  |  254 lines

  1. *************************************************************************
  2. *                                                                       *
  3. *  Andy P 13 Feb 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. *  Change History                                                       *
  21. *     7 Jan 1992  Pratima Gupta  Additions for DCR1381      @NET        *
  22. *************************************************************************
  23.  
  24. STRINGTABLE
  25. BEGIN
  26.    @100@    "Main"
  27.  
  28.    * the following titles are for programs that are added to Main
  29.  
  30.    @110@    "File Manager"
  31.    @120@    "OS/2 Tutorial"
  32.    @130@    "OS/2 Window"
  33.    @140@    "OS/2 Full Screen"
  34.    @150@    "DOS Window"
  35.    @160@    "DOS Full Screen"
  36.    @170@    "WIN-OS/2 Full Screen"
  37.    @180@    "OS/2 Command Reference"
  38.    @190@    "REXX Information"
  39.    @200@    "Print Manager"
  40.    @210@    "OS/2 System Editor"
  41.  
  42.    @400@    "Utilities"
  43.  
  44.    * the following titles are for programs that are added to Utilities
  45.  
  46.    @410@    "Control Panel"
  47.    @420@    "Copy Diskette"
  48.    @430@    "Compare Diskettes"
  49.    @440@    "Label Diskette"
  50.    @450@    "Format Diskette"
  51.    @460@    "Check Disk"
  52.    @470@    "Manage Partitions"
  53. /* @480@    "Print Picture" */
  54.    @490@    "ReadMe"
  55.    @500@    "DOS from Drive A:"
  56.    @510@    "Dual Boot"
  57.  
  58.    @700@    "Tools and Games"
  59.  
  60.    * the following titles are for programs that are added to Tools and Games
  61.  
  62.    @710@    "Enhanced Editor"
  63.    @720@    "Seek and Scan Files"
  64.    @730@    "Icon Editor"
  65.    @740@    "PM Terminal"
  66.    @750@    "Wallpaper"
  67.    @760@    "Lock Up Keyboard and Mouse"
  68.    @770@    "Solitaire - Klondike"
  69.    @780@    "Reversi"
  70.    @800@    "Scramble"
  71.    @810@    "Cat and Mouse"
  72.    @820@    "Pulse"
  73.    @830@    "Jigsaw"
  74.    @840@    "Biorhythm"
  75.    @850@    "OS/2 Chess"
  76.  
  77.    * the following are written as keys for PM_ASSOC_TYPE (for PMFILE)
  78.    * these MUST be translated to the same strings as in PMWPMRI.RC
  79.  
  80.    @1000@   "Plain Text"
  81.    @1010@   "OS/2 Command File"
  82.    @1020@   "DOS Command File"
  83.    @1030@   "Executable"
  84.    @1040@   "Metafile"
  85.    @1042@   "PIF file"
  86.    @1050@   "Bitmap"
  87.    @1060@   "Icon"
  88.    @1070@   "Binary Data"
  89.    @1080@   "Dynamic Link Library"
  90.    @1090@   "C Code"
  91.    @1100@   "Pascal Code"
  92.    @1110@   "BASIC Code"
  93.    @1120@   "COBOL Code"
  94.    @1130@   "FORTRAN Code"
  95.    @1140@   "Assembler Code"
  96.    @1150@   "Library"
  97.    @1160@   "Resource File"
  98.    @1170@   "Printer-specific"
  99.  
  100.    * the default printer is in user INI file as data and in system
  101.    * INI file as a key
  102.  
  103.    @1300@   "PRINTER1"
  104. END
  105.  
  106. *****************************************************************
  107. *   COUNTRY INFORMATION WAS TAKEN OUT OF THE INI FILE   MindyP  *
  108. *   Now it's temporarily back in MindyP                         *
  109. *****************************************************************
  110.  
  111. *************************************************************************
  112. *                                                                       *
  113. *  The next string table definies country inforamtion it should         *
  114. *  appear in the user INI file as follows:                              *
  115. *                                                                       *
  116. *   App Name       Key Name     Data for US user INI file               *
  117. *                                                                       *
  118. *   PM_National    iCountry     1   Country code (phone ID of country)  *
  119. *   PM_National    iDate        0   Date mode (0:MDY, 1:DMY, 2:YMD)     *
  120. *   PM_National    iCurrency    0   Currency mode 0: prefix, no sep     *
  121. *                                     1: suffix, no separation          *
  122. *                                     2: prefix, 1 CHAR separation      *
  123. *                                     3: suffix, 1 CHAR separation      *
  124. *   PM_National    iDigits      2   Signif Decimal digits in Currency   *
  125. *   PM_National    iTime        0   time mode (0=12 hours clock, 1=24)  *
  126. *   PM_National    iLzero       0   Leading zeros (0: no, 1: yes)       *
  127. *   PM_National    s1159        AM  Trailing string 0:00 to 11:59       *
  128. *   PM_National    s2359        PM  Trailing string 12:00 to 23:59      *
  129. *   PM_National    sCurrency    $   Currency Symbol string              *
  130. *   PM_National    sThousand    ,   Thousands separator string          *
  131. *   PM_National    sDecimal     .   Decimal separator string            *
  132. *   PM_National    sDate        -   Date separator string               *
  133. *   PM_National    sTime        :   time separator string               *
  134. *   PM_National    sList        ,   List separator string.              *
  135. *   PM_National    iMeasurement 1   1=English, 2=Metric, 3=Points,      *
  136. *                                   4=Picas                             *
  137. *                                                                       *
  138. *   NOTE: country info is not really translatable this table should     *
  139. *         be set up by extracting the country info from the INI rc      *
  140. *         for each country supported in the previous release            *
  141. *                                                                       *
  142. *************************************************************************
  143.  
  144. STRINGTABLE
  145. BEGIN
  146.   @1400@    "1"
  147.   @1410@    "0"
  148.   @1420@    "0"
  149.   @1430@    "2"
  150.   @1440@    "0"
  151.   @1450@    "0"
  152.   @1460@    "AM"
  153.   @1470@    "PM"
  154.   @1480@    "$"
  155.   @1490@    ","
  156.   @1500@    "."
  157.   @1510@    "-"
  158.   @1520@    ":"
  159.   @1530@    ","
  160.   @1540@    "1"
  161. END
  162.  
  163.    * The following strings are for WORKPLACE
  164. STRINGTABLE
  165. BEGIN
  166.   @1700@    "Tutorial"
  167.   @1701@    "Nowhere"
  168.   @1702@    "Desktop"
  169.   @1710@    "OS/2 System"
  170.   @1720@    "Information"
  171.   @1730@    "Templates"
  172.   @1731@    "Minimized^Window Viewer"  /* the shell will translate ^ to line feed */
  173.   @1740@    "Shredder"
  174.   @1750@    "Printer"
  175.   @1760@    "Master Help Index"
  176.   @1770@    "Drives"
  177.   @1780@    "Startup"
  178.   @1790@    "System Setup"
  179.   @1800@    "System Clock"
  180.   @1810@    "Games"
  181.   @1820@    "Productivity"
  182.   @1830@    "Command Prompts"
  183.   @1840@    "Keyboard"
  184.   @1845@    "Selective Install"
  185.   @1850@    "Mouse"
  186.   @1855@    "Device Driver Install"
  187.   @1860@    "Touch"
  188.   @1865@    "Migrate Applications"
  189.   @1870@    "Sound"
  190.   @1880@    "System"
  191.   @1890@    "Country"
  192.   @1900@    "Font Palette"
  193.   @1910@    "Color Palette"
  194.   @1920@    "Scheme Palette"
  195.   @1930@    "Spooler"
  196.   @1940@    "Glossary"
  197.   @1950@    "Tutorial"
  198.   @1960@    "Command Reference"
  199.   @1980@    "PM Chart"
  200.   @1990@    "Calculator"
  201.   @2000@    "Notepad"
  202.   @2010@    "Alarms"
  203.   @2020@    "Calendar"
  204.   @2030@    "Planner Archive"
  205.   @2040@    "Daily Planner"
  206.   @2050@    "Activities List"
  207.   @2060@    "Monthly Planner"
  208.   @2070@    "To-Do List Archive"
  209.   @2080@    "To-Do List"
  210.   @2090@    "Tune Editor"
  211.   @2100@    "Spreadsheet"
  212.   @2110@    "Sticky Pad"
  213.   @2120@    "Database"
  214.   @2130@    "Clipboard Viewer"
  215.   @2140@    "Data Update"
  216.   @2150@    "Picture Viewer"
  217.  
  218.   * the following string was added for LAWPS  - @NET
  219.  
  220.   @2160@    "Network"
  221.   @2170@    "Start Here"
  222.  
  223.   * the following added for DCR 87
  224.  
  225.   @2180@     "OS/2 2.0 Desktop"
  226.   @2190@     "OS/2 1.3 Desktop"
  227.   @2200@     "Windows Desktop"
  228.   @2210@     "DOS"
  229.   @2220@     "Desktop Manager"
  230.   @2230@     "Program Manager"
  231.   @2240@     "International"
  232.   @2250@     "Accessories"
  233.   @2260@     "Write"
  234.   @2270@     "Data Update"
  235.  
  236.   * the following for Preload Support
  237.  
  238.   @2300@    "Welcome"
  239.   @2310@    "Welcome &^ Quick Tour"
  240.   @2320@    "Tutorials"
  241.   @2321@    "For the^ DOS User"
  242.   @2322@    "System^ Overview"
  243.   @2323@    "Application^ Installation^ Overview"
  244.   @2324@    "OS/2 Tutorial"
  245.   @2330@    "Features"
  246.   @2331@    "Services^ and Support"
  247.   @2332@    "Your System"
  248.   @2340@    "Applications"
  249.   @2350@    "Configuration^ Tools"
  250.   @2351@    "Create^ Utility^ Diskettes"
  251.   @2352@    "Configure"
  252.   @2353@    "Selective^ Uninstall"
  253. END
  254.