home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 12 / MA_Cover_12.iso / internet / freedomc_112 / sourcecode / freeexplorer / freecheck_cat.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-03-10  |  3.5 KB  |  85 lines

  1. #ifndef FreedomExplorer_CAT_H
  2. #define FreedomExplorer_CAT_H
  3.  
  4. #include <exec/types.h>
  5. #include <libraries/locale.h>
  6.  
  7. /* Prototypes */
  8. extern void OpenAppCatalog(struct Locale *, STRPTR);
  9. extern void CloseAppCatalog(void);
  10. extern char *Get_String(APTR);
  11.  
  12. /* Definitions */
  13. extern const APTR _MSG_AppDescription;
  14. #define MSG_AppDescription ((APTR) &_MSG_AppDescription)
  15. extern const APTR _MSG_AppCopyright;
  16. #define MSG_AppCopyright ((APTR) &_MSG_AppCopyright)
  17. extern const APTR _MSG_JanelaPrincipal;
  18. #define MSG_JanelaPrincipal ((APTR) &_MSG_JanelaPrincipal)
  19. extern const APTR _MSG_MNlabel1Project;
  20. #define MSG_MNlabel1Project ((APTR) &_MSG_MNlabel1Project)
  21. extern const APTR _MSG_MNlabel1About;
  22. #define MSG_MNlabel1About ((APTR) &_MSG_MNlabel1About)
  23. extern const APTR _MSG_MNlabel1AboutChar;
  24. #define MSG_MNlabel1AboutChar ((APTR) &_MSG_MNlabel1AboutChar)
  25. extern const APTR _MSG_MNlabel1AboutMUI;
  26. #define MSG_MNlabel1AboutMUI ((APTR) &_MSG_MNlabel1AboutMUI)
  27. extern const APTR _MSG_MNlabel1AboutMUIChar;
  28. #define MSG_MNlabel1AboutMUIChar ((APTR) &_MSG_MNlabel1AboutMUIChar)
  29. extern const APTR _MSG_MNlabel1BarLabel0;
  30. #define MSG_MNlabel1BarLabel0 ((APTR) &_MSG_MNlabel1BarLabel0)
  31. extern const APTR _MSG_MNlabel1Iconified;
  32. #define MSG_MNlabel1Iconified ((APTR) &_MSG_MNlabel1Iconified)
  33. extern const APTR _MSG_MNlabel1IconifiedChar;
  34. #define MSG_MNlabel1IconifiedChar ((APTR) &_MSG_MNlabel1IconifiedChar)
  35. extern const APTR _MSG_MNlabel1Exit;
  36. #define MSG_MNlabel1Exit ((APTR) &_MSG_MNlabel1Exit)
  37. extern const APTR _MSG_MNlabel1ExitChar;
  38. #define MSG_MNlabel1ExitChar ((APTR) &_MSG_MNlabel1ExitChar)
  39. extern const APTR _MSG_MNlabel1Settings;
  40. #define MSG_MNlabel1Settings ((APTR) &_MSG_MNlabel1Settings)
  41. extern const APTR _MSG_MNlabel1LoadConfiguration;
  42. #define MSG_MNlabel1LoadConfiguration ((APTR) &_MSG_MNlabel1LoadConfiguration)
  43. extern const APTR _MSG_MNlabel1LoadConfigurationChar;
  44. #define MSG_MNlabel1LoadConfigurationChar ((APTR) &_MSG_MNlabel1LoadConfigurationChar)
  45. extern const APTR _MSG_LabelPrincipal;
  46. #define MSG_LabelPrincipal ((APTR) &_MSG_LabelPrincipal)
  47. extern const APTR _MSG_LabelConnectTitle;
  48. #define MSG_LabelConnectTitle ((APTR) &_MSG_LabelConnectTitle)
  49. extern const APTR _MSG_LabelOnlineTitle;
  50. #define MSG_LabelOnlineTitle ((APTR) &_MSG_LabelOnlineTitle)
  51. extern const APTR _MSG_LabelCostTitle;
  52. #define MSG_LabelCostTitle ((APTR) &_MSG_LabelCostTitle)
  53. extern const APTR _MSG_LabelStatusCallTitle;
  54. #define MSG_LabelStatusCallTitle ((APTR) &_MSG_LabelStatusCallTitle)
  55. extern const APTR _MSG_LabelStatusCall;
  56. #define MSG_LabelStatusCall ((APTR) &_MSG_LabelStatusCall)
  57. extern const APTR _MSG_BotaoExit;
  58. #define MSG_BotaoExit ((APTR) &_MSG_BotaoExit)
  59. extern const APTR _MSG_BotaoIconified;
  60. #define MSG_BotaoIconified ((APTR) &_MSG_BotaoIconified)
  61. extern const APTR _MSG_BotaoUpdate;
  62. #define MSG_BotaoUpdate ((APTR) &_MSG_BotaoUpdate)
  63. extern const APTR _MSG_JanelaMsg;
  64. #define MSG_JanelaMsg ((APTR) &_MSG_JanelaMsg)
  65. extern const APTR _MSG_Msg01;
  66. #define MSG_Msg01 ((APTR) &_MSG_Msg01)
  67. extern const APTR _MSG_Msg02;
  68. #define MSG_Msg02 ((APTR) &_MSG_Msg02)
  69. extern const APTR _MSG_Msg03;
  70. #define MSG_Msg03 ((APTR) &_MSG_Msg03)
  71. extern const APTR _MSG_Msg04;
  72. #define MSG_Msg04 ((APTR) &_MSG_Msg04)
  73. extern const APTR _MSG_Msg05;
  74. #define MSG_Msg05 ((APTR) &_MSG_Msg05)
  75. extern const APTR _MSG_Msg06;
  76. #define MSG_Msg06 ((APTR) &_MSG_Msg06)
  77. extern const APTR _MSG_Msg07;
  78. #define MSG_Msg07 ((APTR) &_MSG_Msg07)
  79. extern const APTR _MSG_JanelaAbout;
  80. #define MSG_JanelaAbout ((APTR) &_MSG_JanelaAbout)
  81. extern const APTR _MSG_AboutBotaoOk;
  82. #define MSG_AboutBotaoOk ((APTR) &_MSG_AboutBotaoOk)
  83.  
  84. #endif /* !FreedomExplorer_CAT_H */
  85.