Files
harbour-core/harbour/source/rtl/natmsg/msgru866.c
1999-09-01 13:57:59 +00:00

93 lines
1.5 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.
/*
* $Id$
*/
/* Language Support Module */
/* Language name: Portugese */
/* ISO language code (2 chars): PT */
/* Codepage: 866 */
#include "hbdefs.h"
char *hb_monthsname[ 12 ] =
{
"Ÿ­¢ àì",
"”¥¢à «ì",
"Œ àâ",
"€¯à¥«ì",
"Œ ©",
"ˆî­ì",
"ˆî«ì",
"€¢£ãáâ",
"‘¥­âï¡àì",
"Žªâï¡àì",
"<EFBFBD>®ï¡àì",
"„¥ª ¡àì"
};
char *hb_daysname[ 7 ] =
{
"‚®áªà¥á¥­ì¥",
"<EFBFBD>®­¥¤¥«ì­¨ª",
"‚â®à­¨ª",
"‘। ",
"—¥â¢¥à£",
"<EFBFBD>ïâ­¨æ ",
"‘ã¡¡®â "
};
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"
};