Files
harbour-core/harbour/source/rtl/natmsg/msghu.c

37 lines
525 B
C
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/*
* $Id$
*/
/* 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"
};