home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 52 / af052sub.adf / newlist.lha / NewList / Languages / HowToMakeLang next >
Text File  |  1993-07-16  |  1KB  |  27 lines

  1. # How to edit a language file:
  2. #
  3. # IMPORTANT: kill old file in memory if you edit or change the file 
  4. #            with 'nl -K'
  5. #
  6. # The language file should copied to ENV:NEWLIST_LANG and newlist8
  7. # should be run.
  8. #
  9. # Simply edit one of the languages already supplied (remember to backup!)
  10. # Then when editing the file, follow these rules:
  11. #
  12. #                 '#' = a comment..everthing after skipped. 
  13. #      \b# \f# \s# \o = ANSI sequences....see newlist.doc
  14. #      \n  \t  \"  \e = Newline, tab, quote, and ESC.
  15. #
  16. # IMPORTANT:
  17. #        Lines may only be 256 chars long.
  18. #        Strings must start AND end with a quote '"' character!
  19. #        Strings must start AND end on same line
  20. #        You may put more than one string on a line
  21. #        Some strings have size restrictions....these will be told to you.
  22. #        You MUST have the right number of strings....they are told to you.
  23. #        Some classes allow you to add...they are told with UPTO #
  24. #
  25. # To gain speed the 1st time you run nl, delete some or all of these Comments.
  26. #
  27.