Subversion Repositories filter_foundry

Rev

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

Rev 512 Rev 521
Line 21... Line 21...
21
#include "language.h"
21
#include "language.h"
22
 
22
 
23
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
23
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
24
STRINGTABLE
24
STRINGTABLE
25
{
25
{
26
	// TODO: mingw windres does not want the MSG_* defines here :-( Why?! Even Watcom can do it!
26
	// TODO: mingw windres does not want the MSG_* defines here :-(
-
 
27
	//       Bugreport: https://sourceware.org/bugzilla/show_bug.cgi?id=29133
27
	MSG_PREMIERE_COMPAT_ID, MSG_PREMIERE_COMPAT_ENUS
28
	MSG_PREMIERE_COMPAT_ID, MSG_PREMIERE_COMPAT_ENUS
28
	MSG_RUNDLL_ERR_ID, MSG_RUNDLL_ERR_ENUS
29
	MSG_RUNDLL_ERR_ID, MSG_RUNDLL_ERR_ENUS
29
	MSG_INCOMPATIBLE_OBFUSCATION_ID, MSG_INCOMPATIBLE_OBFUSCATION_ENUS
30
	MSG_INCOMPATIBLE_OBFUSCATION_ID, MSG_INCOMPATIBLE_OBFUSCATION_ENUS
30
	MSG_FILTER_PROTECTED_ID, MSG_FILTER_PROTECTED_ENUS
31
	MSG_FILTER_PROTECTED_ID, MSG_FILTER_PROTECTED_ENUS
31
	MSG_LOADFILE_UNKNOWN_FORMAT_ID, MSG_LOADFILE_UNKNOWN_FORMAT_ENUS
32
	MSG_LOADFILE_UNKNOWN_FORMAT_ID, MSG_LOADFILE_UNKNOWN_FORMAT_ENUS
Line 84... Line 85...
84
}
85
}
85
 
86
 
86
LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
87
LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
87
STRINGTABLE
88
STRINGTABLE
88
{
89
{
89
	// TODO: mingw windres does not want the MSG_* defines here :-( Why?! Even Watcom can do it!
90
	// TODO: mingw windres does not want the MSG_* defines here :-(
-
 
91
	//       Bugreport: https://sourceware.org/bugzilla/show_bug.cgi?id=29133
90
	MSG_PREMIERE_COMPAT_ID, MSG_PREMIERE_COMPAT_DEDE
92
	MSG_PREMIERE_COMPAT_ID, MSG_PREMIERE_COMPAT_DEDE
91
	MSG_RUNDLL_ERR_ID, MSG_RUNDLL_ERR_DEDE
93
	MSG_RUNDLL_ERR_ID, MSG_RUNDLL_ERR_DEDE
92
	MSG_INCOMPATIBLE_OBFUSCATION_ID, MSG_INCOMPATIBLE_OBFUSCATION_DEDE
94
	MSG_INCOMPATIBLE_OBFUSCATION_ID, MSG_INCOMPATIBLE_OBFUSCATION_DEDE
93
	MSG_FILTER_PROTECTED_ID, MSG_FILTER_PROTECTED_DEDE
95
	MSG_FILTER_PROTECTED_ID, MSG_FILTER_PROTECTED_DEDE
94
	MSG_LOADFILE_UNKNOWN_FORMAT_ID, MSG_LOADFILE_UNKNOWN_FORMAT_DEDE
96
	MSG_LOADFILE_UNKNOWN_FORMAT_ID, MSG_LOADFILE_UNKNOWN_FORMAT_DEDE