Files
harbour-core/harbour/source/rtl/natmsg/msghu852.c
1999-07-31 07:22:03 +00:00

93 lines
1.6 KiB
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$
*/
/* Language Support Module */
/* Language name: Hungarian */
/* ISO language code (2 chars): HU */
/* Codepage: 852 */
#include "hbdefs.h"
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"
};
char *hb_errorsGeneric[] =
{
"Ismeretlen hiba",
"Paramter hiba",
"T”mbindex hiba",
"Karakteres v ltoz˘ tŁlcsordul s",
"Numerikus tŁlcsordul s",
"Null val val˘ oszt s",
"Numerikus hiba",
"Szintaktikus hiba",
"TŁl ”sszetett művelet",
"",
"",
"Kevs mem˘ria",
"Nem defini lt f<>ggvny",
"Nem export lt met˘dus",
"Nem ltez v ltoz˘",
"Nem ltez munkater<65>let nv",
"Nem export lt v ltoz˘",
"Helytelen munkater<65>let nv",
"M r haszn lt munkater<65>let nv",
"",
"Ltrehoz si hiba",
"Megnyit si hiba",
"Lez r si hiba",
"Olvas si hiba",
"Ör s hiba",
"Nyomtat si hiba",
"",
"",
"",
"",
"Nem t mogatott művelet",
"Korl t tŁllpve",
"Index hiba felfedezve",
"Nem megfelel adattˇpus",
"TŁl szles adat",
"Nem megnyitott munkater<65>let",
"Nem indexelt munkater<65>let",
"Kiz r˘lagos megnyit si m˘d sz<73>ksges",
"Z rol s sz<73>ksges",
"Ör s nem megengedett",
"Z rol s nem siker<65>lt Łj rekord felvitelekor",
"Z rol s nem siker<65>lt",
"",
"",
"",
"Nem megfelel sz mŁ paramter",
"t”mbelem hozz frs",
"t”mbelem rtkad s",
"nem t”mb",
"feltteles"
};