home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #3 / amigamamagazinepolishissue1998.iso / bazy / fiasco_2.1 / development / locale / locale.readme < prev    next >
Text File  |  1997-10-19  |  2KB  |  36 lines

  1. Localization of Fiasco
  2. ======================
  3. $VER: Locale.Readme 6.1 (19.10.97)
  4.  
  5. Use the files Fiasco.cd and Fiasco.ct for creating new locale catalogs
  6. for Fiaso. The file Fiasco.cd defines all strings, you shouldn`t touch it.
  7. The translations will be inserted in the empty lines in Fiasco.ct.
  8. However, you should also look while translating for the corresponding
  9. entries in Fiasco.cd. It contains important information about the
  10. entries.
  11.  
  12. If you send me these files with the translation in your language, it will
  13. be included in the next release. You may also write your name in the entry
  14. MSG_TRANSLATOR. It will be displayed in the About requester.
  15.  
  16. Some general advices:
  17. The entries ending with _GAD are labels for gadgets. You may add an
  18. underscore (_) somewhere in the text to make the next character a key
  19. boardshortcut. They will be used automatically by Fiasco. Please take
  20. care, that they don't repeat in one requester. If you do not specify
  21. an underscore, the layout engine will choose shortcuts by itself.
  22.  
  23. Menuitems have a special format: The entry starts with the shortcut,
  24. followed by a NUL byte (\0). After that, the actual name for the menu
  25. follows. Items with no shortcut immediately begin with the \0. You may
  26. change the single-character-shortcuts, which are displayed in the program
  27. with the italic A. Entries like "Ctrl A" are currently hardcoded in the
  28. program and may not be changed.
  29.  
  30. Catalogs for Fiasco 2.1 should have the version number 6. It is, however,
  31. also compatible with version 5 catalogs.
  32.  
  33. If you have created a catalog for Fiasco 2.0x, you can use the file
  34. v5_v6_changes to create a ct file for Fiasco 2.1 from your ct file
  35. for Fiasco 2.0x.
  36.