Commit b10990f2 authored by strangeril's avatar strangeril

Added Czech language support (needs corrections)

parent d3602e33
/* 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
......@@ -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,
......
......@@ -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[];
......
......@@ -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,
......
No preview for this file type
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment