/* * $Id$ */ /* Language Support Module */ /* Language name: Hebrew - Dos */ /* ISO language code (2 chars): HE */ /* Codepage: 862 */ #include "hbdefs.h" char *hb_monthsname[ 12 ] = { "", "", "", "", "", "", "", "", "", "", "", "" }; char *hb_daysname[ 7 ] = { "", "", "", "", "", "", "" }; char *hb_errorsGeneric[] = { " ", "Argument error", "Bound error", "String overflow", "Numeric overflow", " ", "Numeric error", " ", "Operation too complex", "", "", " ", " ", "No exported method", " ", "Alias does not exists", "No exported variable", "Incorrect alias name", "Duplicated alias name", "", " ", " ", " ", " ", " ", " ", "", "", "", "", " ", "Limit exeeded", " ", "Incorrect type of data", "Data width too long", "Workarea not in use", "Workarea not indexed", "Exclusive use required", " ", " ", "Append lock failed", " ", "", "", "", " ", " ", "array assign", " ", "conditional" };