Hungarian also supported

This commit is contained in:
Eddie Runia
1999-06-05 13:29:42 +00:00
parent 69c54a2e78
commit 607fcda3e9
2 changed files with 37 additions and 0 deletions

View File

@@ -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

View 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",
"htf",
"kedd",
"szerda",
"cs<EFBFBD>t”rt”k",
"pntek",
"szombat"
};