home *** CD-ROM | disk | FTP | other *** search
/ Amiga GigaPD 3 / Amiga_GigaPD_v3_3of3.iso / rush / catalogs / readme < prev    next >
Text File  |  1993-06-25  |  1KB  |  38 lines

  1.  
  2.  
  3. 1. Rename "rush_local.ct" to your language, for example "espa±ol.ct".
  4.  
  5. 2. Change the X in the "## language X" line in the .ct to your language
  6.    name, for example "## language espa±ol".
  7.  
  8. 3. Create a directory in the Catalogs directory off of Rush's directory,
  9.    with the name for your language.  For example if Rush in located
  10.    in "work:rush", the directory would be "work:rush/Catalogs/espa±ol".
  11.  
  12. 4. For each block like the following add text for your language.  In
  13.    this case you would add the word for "sort", with an underscore
  14.    before the keyboard short cut key.  Make sure for each window
  15.    there are not duplicates for keyboard short cuts.  You can tell
  16.    which strings to with which windows by the sections they are in
  17.    in the .ct file.
  18.  
  19.     MSG_SORT_GAD
  20.  
  21.     ; S_ort;
  22.     ;
  23.  
  24.    Menuitems look like the following, the AmigaKey is the first
  25.    character with a "\0" after it.
  26.  
  27.     MSG_SETTINGS_DOUBLE_CLICK
  28.  
  29.     ; D\0Double Click...;
  30.     ;
  31.  
  32. 5. Once all the strings are translated run CatComp to produce a catalog
  33.    file.  The system can then be put in this language and Rush
  34.    should use the catalog.  Example for espa±ol would be:
  35.  
  36.    catcomp rush_locale.cd espa±ol.ct catalog=espa±ol/rush.catalog
  37.  
  38.