Files
harbour-core/harbour/source/lang/msgeo.c
2000-04-14 20:01:22 +00:00

93 lines
1.5 KiB
C
Raw Blame History

This file contains ambiguous Unicode characters
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: Esperanto */
/* ISO language code (2 chars): EO */
/* Codepage: ???? */
#include "hbdefs.h"
char *hb_dateMonthsName[ 12 ] =
{
"Jaunaro",
"Februaro",
"Marto",
"Aprilo",
"Majo",
"Junio",
"Julio",
"Agusto",
"Septembro",
"Oktobro",
"Novembro",
"Decembro"
};
char *hb_dateDaysName[ 7 ] =
{
"dimanco",
"lundo",
"mardo",
"merkredo",
"jaudo",
"vendredo",
"sabato"
};
char *hb_errorsGeneric[] =
{
"Unknown error",
"Argument error",
"Bound error",
"String overflow",
"Numeric overflow",
"Zero divisor",
"Numeric error",
"Syntax error",
"Operation too complex",
"",
"",
"Memory low",
"Undefined function",
"No exported method",
"Variable does not exist",
"Alias does not exist",
"No exported variable",
"Illegal characters in alias",
"Alias already in use",
"",
"Create error",
"Open error",
"Close error",
"Read error",
"Write error",
"Print error",
"",
"",
"",
"",
"Operation not supported",
"Limit exceeded",
"Corruption detected",
"Data type error",
"Data width error",
"Workarea not in use",
"Workarea not indexed",
"Exclusive required",
"Lock required",
"Write not allowed",
"Append lock failed",
"Lock Failure",
"",
"",
"",
"Incorrect number of arguments",
"array access",
"array assign",
"not an array",
"conditional"
};