home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 December / PCWorld_2001-12_cd.bin / Software / Topware / Hackman / _SETUP.1 / Ltables.h < prev    next >
C/C++ Source or Header  |  2000-07-05  |  3KB  |  63 lines

  1. #ifndef _LTABLES_H
  2. #define _LTABLES_H
  3.  
  4.  
  5. #define DEBUG_ME    1
  6.  
  7. const int numentries=10;
  8.  
  9. LPSTR deflang[numentries]    =    {    "ENGLISH\00000000000000000000000000000000\0\1",    //reserved for language
  10.                                     "Jegrede\00000000000000000000000000000000\0\2", //reserved for author
  11.                                     "Simple Plugin\00000000000000000000000000\0\3", //everthing else...
  12.                                     "NORMAL\000000000000000000000000000000000\0\4",    //..
  13.                                     "Execute Plugin has been called.\00000000\0\5",
  14.                                     "Execute Plugin w/ Variables has been called!\0\6",
  15.                                     "Terminate Plugin has been called.\000000\0\7",
  16.                                     "Simple Plugin\nVersion:1.6\nCoded by Jegrede the Black.\0\8",
  17.                                     "Simple Plugin About Box\0000000000000000\0\9",
  18.                                     "Configure Plugin has been called.\000000\0\10"
  19.                                 };
  20.                             
  21.  
  22. LPSTR hicklang[numentries]    =    {    "HICK ENGLISH",
  23.                                     "Jegrede",
  24.                                     "Simple Plug What?",
  25.                                     "GOOD.",
  26.                                     "You just done called execute.",
  27.                                     "You just called execute with vari-whats?",
  28.                                     "You killed the plugin.",
  29.                                     "Simple Plug\nWrit By:JTB\nVersion 1.6?",
  30.                                     "Cardboard Box About What?",
  31.                                     "You went and done and called Configure.",
  32.                                 };
  33.                             
  34. #if DEBUG_ME
  35. LPSTR newlang[numentries]    =    {    "SPANISH\00000000000000000000000000000000",
  36.                                     "Jegrede\00000000000000000000000000000000",
  37.                                     "Facil Plugin\000000000000000000000000000",
  38.                                     "NORMAL\000000000000000000000000000000000",
  39.                                     "Executar de Facil Plugin esta hablar.\00",
  40.                                     "Executar de Facil Plugin con V. esta..\0",
  41.                                     "Terminar Facil Plugin.\00000000000000000",
  42.                                     "Facil Plugin\nModel:1.6\nCoded by JTB.\0",
  43.                                     "Facil Plugin About Box\00000000000000000",
  44.                                     "Cofigurar Facil Plugin esta hablar.\0000",
  45.                                 };
  46.  
  47. #else                                //header should be as such:
  48.                                     
  49. LPSTR newlang[numentries]    =    {    "0000000000000000000000000000000000000000\0\1911\1",
  50.                                     "0000000000000000000000000000000000000000\0\1911\2",
  51.                                     "0000000000000000000000000000000000000000\0\1911\3",
  52.                                     "0000000000000000000000000000000000000000\0\1911\4",
  53.                                     "0000000000000000000000000000000000000000\0\1911\5",
  54.                                     "0000000000000000000000000000000000000000\0\1911\6",
  55.                                     "0000000000000000000000000000000000000000\0\1911\7",
  56.                                     "0000000000000000000000000000000000000000\0\1911\1",
  57.                                     "0000000000000000000000000000000000000000\0\1911\2",
  58.                                     "0000000000000000000000000000000000000000\0\1911\3"
  59.                                 };
  60. #endif
  61.  
  62.  
  63. #endif