Added Czech language support (needs corrections)

This commit is contained in:
strangeril 2008-08-25 11:44:10 +00:00
parent d3602e3311
commit b10990f276
6 changed files with 9522 additions and 9167 deletions

29
bitmaps/Lang_Cs.xpm Normal file
View File

@ -0,0 +1,29 @@
/* XPM */
#ifndef XPMMAIN
extern const char *lang_cs_xpm[];
#else
const char * lang_cs_xpm[] = {
"16 16 5 1",
". c None",
"# c #000000",
"a c #1000ff",
"c c #ff0000",
"b c #ffffff",
"................",
"................",
"##############..",
"#abbbbbbbbbbb#..",
"#aabbbbbbbbbb#..",
"#aaabbbbbbbbb#..",
"#aaaabbbbbbbb#..",
"#aaaaabbbbbbb#..",
"#aaaacccccccc#..",
"#aaaccccccccc#..",
"#aacccccccccc#..",
"#accccccccccc#..",
"##############..",
"................",
"................",
"................"};
#endif

View File

@ -117,6 +117,12 @@ static struct LANGUAGE_DESCR s_Language_List[LANGUAGE_DESCR_COUNT] =
lang_pl_xpm,
_( "Polish" )
},
{
wxLANGUAGE_CZECH,
ID_LANGUAGE_CZECH,
lang_cs_xpm,
_( "Czech" )
},
{
wxLANGUAGE_RUSSIAN,
ID_LANGUAGE_RUSSIAN,

View File

@ -162,6 +162,7 @@ extern const char* label2text_xpm[];
extern const char* label_xpm[];
extern const char* lang_catalan_xpm[];
extern const char* lang_chinese_xpm[];
extern const char* lang_cs_xpm[];
extern const char* lang_def_xpm[];
extern const char* lang_de_xpm[];
extern const char* lang_en_xpm[];

View File

@ -148,6 +148,7 @@ enum main_id {
ID_LANGUAGE_SLOVENIAN,
ID_LANGUAGE_HUNGARIAN,
ID_LANGUAGE_POLISH,
ID_LANGUAGE_CZECH,
ID_LANGUAGE_KOREAN,
ID_LANGUAGE_CATALAN,
ID_LANGUAGE_CHINESE_SIMPLIFIED,

Binary file not shown.

File diff suppressed because it is too large Load Diff