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 >
Wrap
C/C++ Source or Header
|
2000-07-05
|
3KB
|
63 lines
#ifndef _LTABLES_H
#define _LTABLES_H
#define DEBUG_ME 1
const int numentries=10;
LPSTR deflang[numentries] = { "ENGLISH\00000000000000000000000000000000\0\1", //reserved for language
"Jegrede\00000000000000000000000000000000\0\2", //reserved for author
"Simple Plugin\00000000000000000000000000\0\3", //everthing else...
"NORMAL\000000000000000000000000000000000\0\4", //..
"Execute Plugin has been called.\00000000\0\5",
"Execute Plugin w/ Variables has been called!\0\6",
"Terminate Plugin has been called.\000000\0\7",
"Simple Plugin\nVersion:1.6\nCoded by Jegrede the Black.\0\8",
"Simple Plugin About Box\0000000000000000\0\9",
"Configure Plugin has been called.\000000\0\10"
};
LPSTR hicklang[numentries] = { "HICK ENGLISH",
"Jegrede",
"Simple Plug What?",
"GOOD.",
"You just done called execute.",
"You just called execute with vari-whats?",
"You killed the plugin.",
"Simple Plug\nWrit By:JTB\nVersion 1.6?",
"Cardboard Box About What?",
"You went and done and called Configure.",
};
#if DEBUG_ME
LPSTR newlang[numentries] = { "SPANISH\00000000000000000000000000000000",
"Jegrede\00000000000000000000000000000000",
"Facil Plugin\000000000000000000000000000",
"NORMAL\000000000000000000000000000000000",
"Executar de Facil Plugin esta hablar.\00",
"Executar de Facil Plugin con V. esta..\0",
"Terminar Facil Plugin.\00000000000000000",
"Facil Plugin\nModel:1.6\nCoded by JTB.\0",
"Facil Plugin About Box\00000000000000000",
"Cofigurar Facil Plugin esta hablar.\0000",
};
#else //header should be as such:
LPSTR newlang[numentries] = { "0000000000000000000000000000000000000000\0\1911\1",
"0000000000000000000000000000000000000000\0\1911\2",
"0000000000000000000000000000000000000000\0\1911\3",
"0000000000000000000000000000000000000000\0\1911\4",
"0000000000000000000000000000000000000000\0\1911\5",
"0000000000000000000000000000000000000000\0\1911\6",
"0000000000000000000000000000000000000000\0\1911\7",
"0000000000000000000000000000000000000000\0\1911\1",
"0000000000000000000000000000000000000000\0\1911\2",
"0000000000000000000000000000000000000000\0\1911\3"
};
#endif
#endif