93 lines
1.5 KiB
C
93 lines
1.5 KiB
C
/*
|
||
* $Id$
|
||
*/
|
||
|
||
/* Language Support Module */
|
||
|
||
/* Language name: Hebrew - Dos */
|
||
/* ISO language code (2 chars): HE */
|
||
/* Codepage: 862 */
|
||
|
||
#include "hbdefs.h"
|
||
|
||
char *hb_monthsname[ 12 ] =
|
||
{
|
||
"˜€…<EFBFBD>‰",
|
||
"˜€…˜<EFBFBD>”",
|
||
"•˜Ž",
|
||
"Œ‰˜”€",
|
||
"‰€Ž",
|
||
"‰<EFBFBD>…‰",
|
||
"‰Œ…‰",
|
||
"ˆ‘…‚…€",
|
||
"˜<EFBFBD>Žˆ”‘",
|
||
"˜<EFBFBD>…ˆ—…€",
|
||
"˜<EFBFBD>Ž<EFBFBD>…<EFBFBD>",
|
||
"˜<EFBFBD>Ž–ƒ"
|
||
};
|
||
|
||
char *hb_daysname[ 7 ] =
|
||
{
|
||
"<EFBFBD>…™€˜",
|
||
"‰<EFBFBD>™",
|
||
"‰™‰Œ™",
|
||
"‰’‰<EFBFBD>˜",
|
||
"‰™‰Ž‡",
|
||
"‰™‰™",
|
||
"š<EFBFBD>™"
|
||
};
|
||
|
||
char *hb_errorsGeneric[] =
|
||
{
|
||
"„’…ƒ‰ €Œ „€‰‚™",
|
||
"Argument error",
|
||
"Bound error",
|
||
"String overflow",
|
||
"Numeric overflow",
|
||
"‘”€<EFBFBD> „—…Œ‡",
|
||
"Numeric error",
|
||
"˜‰<EFBFBD>‡š š€‰‚™",
|
||
"Operation too complex",
|
||
"",
|
||
"",
|
||
"<EFBFBD>…˜‹† —‰”‘Ž <20>‰€",
|
||
"š˜ƒ‚…Ž €Œ „‰–—<E28093>…”",
|
||
"No exported method",
|
||
"<EFBFBD>‰‰— €Œ „<>š™Ž",
|
||
"Alias does not exists",
|
||
"No exported variable",
|
||
"Incorrect alias name",
|
||
"Duplicated alias name",
|
||
"",
|
||
"•<EFBFBD>…— š˜‰–‰ <20>ކ<C5BD> „€‰‚™",
|
||
"„‡‰š” <20>ކ<C5BD> „€‰‚™",
|
||
"„˜‰‚‘ <20>ކ<C5BD> „€‰‚™",
|
||
"„€‰˜— <20>ކ<C5BD> „€‰‚™",
|
||
"„<EFBFBD>‰š‹ <20>ކ<C5BD> „€‰‚™",
|
||
"„‘”ƒ„ š€‰‚™",
|
||
"",
|
||
"",
|
||
"",
|
||
"",
|
||
"š‹Žš<EFBFBD> „<>‰€ š€† „Œ…’”",
|
||
"Limit exceeded",
|
||
"<EFBFBD>‰—š €Œ …€ ™<>…™Ž ‘—<E28098>‰€",
|
||
"Incorrect type of data",
|
||
"Data width too long",
|
||
"Workarea not in use",
|
||
"Workarea not indexed",
|
||
"Exclusive use required",
|
||
"„Œ‰’<EFBFBD> „™…˜ƒ",
|
||
"„˜…‘€ „<>‰š‹ šŒ…’”",
|
||
"Append lock failed",
|
||
"„Œ™‹<EFBFBD> „Œ‰’<E280B0> šŒ…’”",
|
||
"",
|
||
"",
|
||
"",
|
||
"<EFBFBD>‰˜ˆŽ˜” Œ™ ‰…‚™ ˜”‘Ž",
|
||
"Š˜’ŽŒ „™‰‚",
|
||
"array assign",
|
||
"Š˜’Ž €Œ",
|
||
"conditional"
|
||
};
|