Subversion Repositories filter_foundry

Rev

Rev 493 | Rev 496 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 493 Rev 495
Line 243... Line 243...
243
#define MSG_ABOUT_BUILT_USING_ENUS "This plugin was built using Filter Foundry "
243
#define MSG_ABOUT_BUILT_USING_ENUS "This plugin was built using Filter Foundry"
244
#define MSG_ABOUT_BUILT_USING_DEDE "Dieses Plugin wurde erstellt mit Filter Foundry "
244
#define MSG_ABOUT_BUILT_USING_DEDE "Dieses Plugin wurde erstellt mit Filter Foundry"
245
 
245
 
246
#define MSG_ABOUT_LATEST_VERSION_FROM_ID 56
246
#define MSG_ABOUT_LATEST_VERSION_FROM_ID 56
247
#define MSG_ABOUT_LATEST_VERSION_FROM_ENUS "Latest version available from:"
247
#define MSG_ABOUT_LATEST_VERSION_FROM_ENUS "Latest version available from:"
248
#define MSG_ABOUT_LATEST_VERSION_FROM_DEDE "Aktuelle Version herunterladen:"
248
#define MSG_ABOUT_LATEST_VERSION_FROM_DEDE "Aktuelle Version hier herunterladen:"
249
 
249
 
250
#define MSG_ABOUT_CONTACT_AUTHOR_ID 57
250
#define MSG_ABOUT_CONTACT_AUTHOR_ID 57
251
#define MSG_ABOUT_CONTACT_AUTHOR_ENUS "Please contact the author with any bug reports,\nsuggestions or comments.\nIf you use this program and like it, please consider\nmaking a donation."
251
#define MSG_ABOUT_CONTACT_AUTHOR_ENUS "Please contact the author with any bug reports,\nsuggestions or comments.\nIf you use this program and like it, please consider\nmaking a donation."
252
#define MSG_ABOUT_CONTACT_AUTHOR_DEDE "Bitte kontaktieren Sie den Autor für Fehlerberichte,\nAnregungen und Kommentare.\nWenn Sie dieses Programm mögen,\nerwägen Sie bitte eine Spende."
252
#define MSG_ABOUT_CONTACT_AUTHOR_DEDE "Bitte kontaktieren Sie den Autor für Fehlerberichte,\nAnregungen und Kommentare.\nWenn Sie dieses Programm mögen,\nerwägen Sie bitte eine kleine Spende."
253
 
253
 
254
 
254
 
-
 
255
void strcpy_advance_id(TCHAR** str, int msgid);
255
void FF_GetMsg(TCHAR* ret, int MsgId);
256
void FF_GetMsg(TCHAR* ret, int MsgId);
256
TCHAR* FF_GetMsg_Cpy(int MsgId);
257
TCHAR* FF_GetMsg_Cpy(int MsgId);