Hungarian also supported
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
19990604-14:24 CET Victor Szel (upload Eddie Runia)
|
||||
+ source/rtl/natmsg/msghu.c
|
||||
National language message file for Hungarian
|
||||
|
||||
19990604-13:56 CET Thomas Braun (upload Eddie Runia)
|
||||
+ source/rtl/natmsg/msgger.c
|
||||
National language message file for German
|
||||
|
||||
33
harbour/source/rtl/natmsg/msghu.c
Normal file
33
harbour/source/rtl/natmsg/msghu.c
Normal file
@@ -0,0 +1,33 @@
|
||||
|
||||
/* Hungarian language module (2 char. ISO language code: HU) */
|
||||
/* Codepage: 852 */
|
||||
|
||||
/* TODO: Decide which codepage to use, and how to implement the whole
|
||||
/* codepage issue */
|
||||
|
||||
char *hb_monthsname[ 12 ] =
|
||||
{
|
||||
"janu r",
|
||||
"febru r",
|
||||
"m rcius",
|
||||
" prilis",
|
||||
"m jus",
|
||||
"j£nius",
|
||||
"j£lius",
|
||||
"augusztus",
|
||||
"szeptember",
|
||||
"okt¢ber",
|
||||
"november",
|
||||
"december"
|
||||
};
|
||||
|
||||
char *hb_daysname[ 7 ] =
|
||||
{
|
||||
"vas rnap",
|
||||
"h‚tf‹",
|
||||
"kedd",
|
||||
"szerda",
|
||||
"cs<EFBFBD>t”rt”k",
|
||||
"p‚ntek",
|
||||
"szombat"
|
||||
};
|
||||
Reference in New Issue
Block a user