home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / misc / edu / DITOdev.lha / DITOdev / Extensions / Source / Italiano / Defs.h < prev    next >
C/C++ Source or Header  |  1996-12-17  |  547b  |  24 lines

  1. /*
  2. **  DITO Extension 2.0
  3. **  (C)opyright by Dirk Holtwick, 1996
  4. **
  5. **  All language specific definitions may be found
  6. **  here. If you want to use this file as a base
  7. **  for your extension, please modify the following
  8. **  definitions.
  9. */
  10.  
  11. #define NAME         "italiano"
  12. #define AUTHOR       "Dirk Holtwick"
  13.  
  14. #include "/global_defs.h"
  15.  
  16. /*
  17. ** Some definitions for the localization
  18. **/
  19.  
  20. #define LOC(a)       GetDITO_italianoString(m_ ## a)
  21. #define OPENCAT      OpenDITO_italianoCatalog(NULL,NULL)
  22. #define CLOSECAT     CloseDITO_italianoCatalog()
  23.  
  24.