New string added for ie HB_EI_XALLOCNULLSIZE
This commit is contained in:
@@ -60,16 +60,16 @@ static HB_LANG s_lang =
|
||||
{
|
||||
{
|
||||
/* Identification */
|
||||
|
||||
|
||||
"EN", /* ID */
|
||||
"English", /* Name (in English) */
|
||||
"English", /* Name (in native language) */
|
||||
"EN", /* RFC ID */
|
||||
"437", /* Codepage */
|
||||
"$Revision$ $Date$", /* Version */
|
||||
|
||||
|
||||
/* Month names */
|
||||
|
||||
|
||||
"January",
|
||||
"February",
|
||||
"March",
|
||||
@@ -82,9 +82,9 @@ static HB_LANG s_lang =
|
||||
"October",
|
||||
"November",
|
||||
"December",
|
||||
|
||||
|
||||
/* Day names */
|
||||
|
||||
|
||||
"Sunday",
|
||||
"Monday",
|
||||
"Tuesday",
|
||||
@@ -92,9 +92,9 @@ static HB_LANG s_lang =
|
||||
"Thursday",
|
||||
"Friday",
|
||||
"Saturday",
|
||||
|
||||
|
||||
/* CA-Cl*pper compatible natmsg items */
|
||||
|
||||
|
||||
"Database Files # Records Last Update Size",
|
||||
"Do you want more samples?",
|
||||
"Page No.",
|
||||
@@ -108,9 +108,9 @@ static HB_LANG s_lang =
|
||||
" - ",
|
||||
"Y/N",
|
||||
"INVALID EXPRESSION",
|
||||
|
||||
|
||||
/* Error description names */
|
||||
|
||||
|
||||
"Unknown error",
|
||||
"Argument error",
|
||||
"Bound error",
|
||||
@@ -162,37 +162,38 @@ static HB_LANG s_lang =
|
||||
"array dimension",
|
||||
"not an array",
|
||||
"conditional",
|
||||
|
||||
|
||||
/* Internal error names */
|
||||
|
||||
"Unrecoverable error %lu: ",
|
||||
"Error recovery failure",
|
||||
"No ERRORBLOCK() for error",
|
||||
"Too many recursive error handler calls",
|
||||
"No ERRORBLOCK() for error",
|
||||
"Too many recursive error handler calls",
|
||||
"RDD invalid or failed to load",
|
||||
"Invalid method type from %s",
|
||||
"hb_xgrab can't allocate memory",
|
||||
"hb_xrealloc called with a NULL pointer",
|
||||
"hb_xrealloc called with an invalid pointer",
|
||||
"hb_xrealloc can't reallocate memory",
|
||||
"hb_xfree called with an invalid pointer",
|
||||
"hb_xfree called with a NULL pointer",
|
||||
"Invalid method type from %s",
|
||||
"hb_xgrab can't allocate memory",
|
||||
"hb_xrealloc called with a NULL pointer",
|
||||
"hb_xrealloc called with an invalid pointer",
|
||||
"hb_xrealloc can't reallocate memory",
|
||||
"hb_xfree called with an invalid pointer",
|
||||
"hb_xfree called with a NULL pointer",
|
||||
"Can\'t locate the starting procedure: \'%s\'",
|
||||
"No starting procedure",
|
||||
"Unsupported VM opcode",
|
||||
"No starting procedure",
|
||||
"Unsupported VM opcode",
|
||||
"Symbol item expected from %s",
|
||||
"Invalid symbol type for self from %s",
|
||||
"Codeblock expected from %s",
|
||||
"Invalid symbol type for self from %s",
|
||||
"Codeblock expected from %s",
|
||||
"Incorrect item type on the stack trying to pop from %s",
|
||||
"Stack underflow",
|
||||
"An item was going to be copied to itself from %s",
|
||||
"Stack underflow",
|
||||
"An item was going to be copied to itself from %s",
|
||||
"Invalid symbol item passed as memvar %s",
|
||||
"Memory buffer overflow",
|
||||
"hb_xgrab requested to allocate zero byte",
|
||||
"hb_xrealloc requested to resize to zero byte",
|
||||
|
||||
"hb_xgrab requested to allocate zero bytes",
|
||||
"hb_xrealloc requested to resize to zero bytes",
|
||||
"hb_xalloc requested to allocate zero bytes"
|
||||
|
||||
/* Texts */
|
||||
|
||||
|
||||
"YYYY/MM/DD",
|
||||
"Y",
|
||||
"N"
|
||||
@@ -207,4 +208,3 @@ HB_CALL_ON_STARTUP_END( hb_lang_Init_TPL )
|
||||
#if ! defined(__GNUC__) && ! defined(_MSC_VER)
|
||||
#pragma startup hb_lang_Init_TPL
|
||||
#endif
|
||||
|
||||
|
||||
@@ -60,16 +60,16 @@ static HB_LANG s_lang =
|
||||
{
|
||||
{
|
||||
/* Identification */
|
||||
|
||||
|
||||
"CA", /* ID */
|
||||
"Catalan", /* Name (in English) */
|
||||
"Catal n", /* Name (in native language) */
|
||||
"CA", /* RFC ID */
|
||||
"850", /* Codepage */
|
||||
"$Revision$ $Date$", /* Version */
|
||||
|
||||
|
||||
/* Month names */
|
||||
|
||||
|
||||
"Xaner",
|
||||
"Febrer",
|
||||
"Mars",
|
||||
@@ -82,9 +82,9 @@ static HB_LANG s_lang =
|
||||
"Octubre",
|
||||
"Novembre",
|
||||
"Decembre",
|
||||
|
||||
|
||||
/* Day names */
|
||||
|
||||
|
||||
"Diumenge",
|
||||
"Dilluns",
|
||||
"Dimarts",
|
||||
@@ -92,9 +92,9 @@ static HB_LANG s_lang =
|
||||
"Dijous",
|
||||
"Divendres",
|
||||
"Disabte",
|
||||
|
||||
|
||||
/* CA-Cl*pper compatible natmsg items */
|
||||
|
||||
|
||||
"Database Files # Records Last Update Size",
|
||||
"Do you want more samples?",
|
||||
"Page No.",
|
||||
@@ -108,9 +108,9 @@ static HB_LANG s_lang =
|
||||
" - ",
|
||||
"Y/N",
|
||||
"INVALID EXPRESSION",
|
||||
|
||||
|
||||
/* Error description names */
|
||||
|
||||
|
||||
"Unknown error",
|
||||
"Argument error",
|
||||
"Bound error",
|
||||
@@ -162,37 +162,38 @@ static HB_LANG s_lang =
|
||||
"array dimension",
|
||||
"not an array",
|
||||
"conditional",
|
||||
|
||||
|
||||
/* Internal error names */
|
||||
|
||||
|
||||
"Unrecoverable error %lu: ",
|
||||
"Error recovery failure",
|
||||
"No ERRORBLOCK() for error",
|
||||
"Too many recursive error handler calls",
|
||||
"No ERRORBLOCK() for error",
|
||||
"Too many recursive error handler calls",
|
||||
"RDD invalid or failed to load",
|
||||
"Invalid method type from %s",
|
||||
"hb_xgrab can't allocate memory",
|
||||
"hb_xrealloc called with a NULL pointer",
|
||||
"hb_xrealloc called with an invalid pointer",
|
||||
"hb_xrealloc can't reallocate memory",
|
||||
"hb_xfree called with an invalid pointer",
|
||||
"hb_xfree called with a NULL pointer",
|
||||
"Invalid method type from %s",
|
||||
"hb_xgrab can't allocate memory",
|
||||
"hb_xrealloc called with a NULL pointer",
|
||||
"hb_xrealloc called with an invalid pointer",
|
||||
"hb_xrealloc can't reallocate memory",
|
||||
"hb_xfree called with an invalid pointer",
|
||||
"hb_xfree called with a NULL pointer",
|
||||
"Can\'t locate the starting procedure: \'%s\'",
|
||||
"No starting procedure",
|
||||
"Unsupported VM opcode",
|
||||
"No starting procedure",
|
||||
"Unsupported VM opcode",
|
||||
"Symbol item expected from %s",
|
||||
"Invalid symbol type for self from %s",
|
||||
"Codeblock expected from %s",
|
||||
"Invalid symbol type for self from %s",
|
||||
"Codeblock expected from %s",
|
||||
"Incorrect item type on the stack trying to pop from %s",
|
||||
"Stack underflow",
|
||||
"An item was going to be copied to itself from %s",
|
||||
"Stack underflow",
|
||||
"An item was going to be copied to itself from %s",
|
||||
"Invalid symbol item passed as memvar %s",
|
||||
"Memory buffer overflow",
|
||||
"hb_xgrab requested to allocate zero byte",
|
||||
"hb_xrealloc requested to resize to zero byte",
|
||||
|
||||
"hb_xgrab requested to allocate zero bytes",
|
||||
"hb_xrealloc requested to resize to zero bytes",
|
||||
"hb_xalloc requested to allocate zero bytes"
|
||||
|
||||
/* Texts */
|
||||
|
||||
|
||||
"DD/MM/YYYY",
|
||||
"S",
|
||||
"N"
|
||||
@@ -207,4 +208,3 @@ HB_CALL_ON_STARTUP_END( hb_lang_Init_CA )
|
||||
#if ! defined(__GNUC__) && ! defined(_MSC_VER)
|
||||
#pragma startup hb_lang_Init_CA
|
||||
#endif
|
||||
|
||||
|
||||
@@ -189,8 +189,9 @@ static HB_LANG s_lang =
|
||||
"An item was going to be copied to itself from %s",
|
||||
"Invalid symbol item passed as memvar %s",
|
||||
"Memory buffer overflow",
|
||||
"hb_xgrab requested to allocate zero byte",
|
||||
"hb_xrealloc requested to resize to zero byte",
|
||||
"hb_xgrab requested to allocate zero bytes",
|
||||
"hb_xrealloc requested to resize to zero bytes",
|
||||
"hb_xalloc requested to allocate zero bytes"
|
||||
|
||||
/* Texts */
|
||||
|
||||
|
||||
@@ -189,8 +189,9 @@ static HB_LANG s_lang =
|
||||
"An item was going to be copied to itself from %s",
|
||||
"Invalid symbol item passed as memvar %s",
|
||||
"Memory buffer overflow",
|
||||
"hb_xgrab requested to allocate zero byte",
|
||||
"hb_xrealloc requested to resize to zero byte",
|
||||
"hb_xgrab requested to allocate zero bytes",
|
||||
"hb_xrealloc requested to resize to zero bytes",
|
||||
"hb_xalloc requested to allocate zero bytes"
|
||||
|
||||
/* Texts */
|
||||
|
||||
|
||||
@@ -189,8 +189,9 @@ static HB_LANG s_lang =
|
||||
"An item was going to be copied to itself from %s",
|
||||
"Invalid symbol item passed as memvar %s",
|
||||
"Memory buffer overflow",
|
||||
"hb_xgrab requested to allocate zero byte",
|
||||
"hb_xrealloc requested to resize to zero byte",
|
||||
"hb_xgrab requested to allocate zero bytes",
|
||||
"hb_xrealloc requested to resize to zero bytes",
|
||||
"hb_xalloc requested to allocate zero bytes"
|
||||
|
||||
/* Texts */
|
||||
|
||||
|
||||
@@ -190,8 +190,9 @@ static HB_LANG s_lang =
|
||||
"An item was going to be copied to itself from %s",
|
||||
"Invalid symbol item passed as memvar %s",
|
||||
"Memory buffer overflow",
|
||||
"hb_xgrab requested to allocate zero byte",
|
||||
"hb_xrealloc requested to resize to zero byte",
|
||||
"hb_xgrab requested to allocate zero bytes",
|
||||
"hb_xrealloc requested to resize to zero bytes",
|
||||
"hb_xalloc requested to allocate zero bytes"
|
||||
|
||||
/* Texts */
|
||||
|
||||
|
||||
@@ -60,16 +60,16 @@ static HB_LANG s_lang =
|
||||
{
|
||||
{
|
||||
/* Identification */
|
||||
|
||||
|
||||
"DE", /* ID */
|
||||
"German", /* Name (in English) */
|
||||
"deutsch", /* Name (in native language) */
|
||||
"DE", /* RFC ID */
|
||||
"850", /* Codepage */
|
||||
"$Revision$ $Date$", /* Version */
|
||||
|
||||
|
||||
/* Month names */
|
||||
|
||||
|
||||
"Januar",
|
||||
"Februar",
|
||||
"M„rz",
|
||||
@@ -82,9 +82,9 @@ static HB_LANG s_lang =
|
||||
"Oktober",
|
||||
"November",
|
||||
"Dezember",
|
||||
|
||||
|
||||
/* Day names */
|
||||
|
||||
|
||||
"Sonntag",
|
||||
"Montag",
|
||||
"Dienstag",
|
||||
@@ -92,9 +92,9 @@ static HB_LANG s_lang =
|
||||
"Donnerstag",
|
||||
"Freitag",
|
||||
"Samstag",
|
||||
|
||||
|
||||
/* CA-Cl*pper compatible natmsg items */
|
||||
|
||||
|
||||
"Datenbank Dateien Anz. S„tze Letzte Žnderung Gr”áe",
|
||||
"M”chten Sie mehr Beispiele?",
|
||||
"Anz. Seiten",
|
||||
@@ -108,9 +108,9 @@ static HB_LANG s_lang =
|
||||
" - ",
|
||||
"J/N",
|
||||
"UNGšLTIGER AUSDRUCK",
|
||||
|
||||
|
||||
/* Error description names */
|
||||
|
||||
|
||||
"Unknown error",
|
||||
"Argument error",
|
||||
"Bound error",
|
||||
@@ -162,37 +162,38 @@ static HB_LANG s_lang =
|
||||
"array dimension",
|
||||
"not an array",
|
||||
"conditional",
|
||||
|
||||
|
||||
/* Internal error names */
|
||||
|
||||
"Unrecoverable error %lu: ",
|
||||
"Error recovery failure",
|
||||
"No ERRORBLOCK() for error",
|
||||
"Too many recursive error handler calls",
|
||||
"No ERRORBLOCK() for error",
|
||||
"Too many recursive error handler calls",
|
||||
"RDD invalid or failed to load",
|
||||
"Invalid method type from %s",
|
||||
"hb_xgrab can't allocate memory",
|
||||
"hb_xrealloc called with a NULL pointer",
|
||||
"hb_xrealloc called with an invalid pointer",
|
||||
"hb_xrealloc can't reallocate memory",
|
||||
"hb_xfree called with an invalid pointer",
|
||||
"hb_xfree called with a NULL pointer",
|
||||
"Invalid method type from %s",
|
||||
"hb_xgrab can't allocate memory",
|
||||
"hb_xrealloc called with a NULL pointer",
|
||||
"hb_xrealloc called with an invalid pointer",
|
||||
"hb_xrealloc can't reallocate memory",
|
||||
"hb_xfree called with an invalid pointer",
|
||||
"hb_xfree called with a NULL pointer",
|
||||
"Can\'t locate the starting procedure: \'%s\'",
|
||||
"No starting procedure",
|
||||
"Unsupported VM opcode",
|
||||
"No starting procedure",
|
||||
"Unsupported VM opcode",
|
||||
"Symbol item expected from %s",
|
||||
"Invalid symbol type for self from %s",
|
||||
"Codeblock expected from %s",
|
||||
"Invalid symbol type for self from %s",
|
||||
"Codeblock expected from %s",
|
||||
"Incorrect item type on the stack trying to pop from %s",
|
||||
"Stack underflow",
|
||||
"An item was going to be copied to itself from %s",
|
||||
"Stack underflow",
|
||||
"An item was going to be copied to itself from %s",
|
||||
"Invalid symbol item passed as memvar %s",
|
||||
"Memory buffer overflow",
|
||||
"hb_xgrab requested to allocate zero byte",
|
||||
"hb_xrealloc requested to resize to zero byte",
|
||||
|
||||
"hb_xgrab requested to allocate zero bytes",
|
||||
"hb_xrealloc requested to resize to zero bytes",
|
||||
"hb_xalloc requested to allocate zero bytes"
|
||||
|
||||
/* Texts */
|
||||
|
||||
|
||||
"DD.MM.YYYY",
|
||||
"J",
|
||||
"N"
|
||||
|
||||
@@ -188,8 +188,9 @@ static HB_LANG s_lang =
|
||||
"An item was going to be copied to itself from %s",
|
||||
"Invalid symbol item passed as memvar %s",
|
||||
"Memory buffer overflow",
|
||||
"hb_xgrab requested to allocate zero byte",
|
||||
"hb_xrealloc requested to resize to zero byte",
|
||||
"hb_xgrab requested to allocate zero bytes",
|
||||
"hb_xrealloc requested to resize to zero bytes",
|
||||
"hb_xalloc requested to allocate zero bytes"
|
||||
|
||||
"YYYY/MM/DD",
|
||||
"Y",
|
||||
|
||||
@@ -62,14 +62,14 @@ static HB_LANG s_lang =
|
||||
{
|
||||
{
|
||||
/* Identification */
|
||||
|
||||
|
||||
"EO", /* ID */
|
||||
"Esperanto", /* Name (in English) */
|
||||
"Esperanto", /* Name (in native language) */
|
||||
"EO", /* RFC ID */
|
||||
"850", /* Codepage */
|
||||
"$Revision$ $Date$", /* Version */
|
||||
|
||||
|
||||
/* Month names */
|
||||
|
||||
"Jaunaro",
|
||||
@@ -96,7 +96,7 @@ static HB_LANG s_lang =
|
||||
"sabato"
|
||||
|
||||
/* CA-Cl*pper compatible natmsg items */
|
||||
|
||||
|
||||
"Database Files # Records Last Update Size",
|
||||
"Do you want more samples?",
|
||||
"Page No.",
|
||||
@@ -110,7 +110,7 @@ static HB_LANG s_lang =
|
||||
" - ",
|
||||
"Y/N",
|
||||
"INVALID EXPRESSION",
|
||||
|
||||
|
||||
/* Error description names */
|
||||
|
||||
"Unknown error",
|
||||
@@ -166,35 +166,36 @@ static HB_LANG s_lang =
|
||||
"conditional",
|
||||
|
||||
/* Internal error names */
|
||||
|
||||
|
||||
"Unrecoverable error %lu: ",
|
||||
"Error recovery failure",
|
||||
"No ERRORBLOCK() for error",
|
||||
"Too many recursive error handler calls",
|
||||
"No ERRORBLOCK() for error",
|
||||
"Too many recursive error handler calls",
|
||||
"RDD invalid or failed to load",
|
||||
"Invalid method type from %s",
|
||||
"hb_xgrab can't allocate memory",
|
||||
"hb_xrealloc called with a NULL pointer",
|
||||
"hb_xrealloc called with an invalid pointer",
|
||||
"hb_xrealloc can't reallocate memory",
|
||||
"hb_xfree called with an invalid pointer",
|
||||
"hb_xfree called with a NULL pointer",
|
||||
"Invalid method type from %s",
|
||||
"hb_xgrab can't allocate memory",
|
||||
"hb_xrealloc called with a NULL pointer",
|
||||
"hb_xrealloc called with an invalid pointer",
|
||||
"hb_xrealloc can't reallocate memory",
|
||||
"hb_xfree called with an invalid pointer",
|
||||
"hb_xfree called with a NULL pointer",
|
||||
"Can\'t locate the starting procedure: \'%s\'",
|
||||
"No starting procedure",
|
||||
"Unsupported VM opcode",
|
||||
"No starting procedure",
|
||||
"Unsupported VM opcode",
|
||||
"Symbol item expected from %s",
|
||||
"Invalid symbol type for self from %s",
|
||||
"Codeblock expected from %s",
|
||||
"Invalid symbol type for self from %s",
|
||||
"Codeblock expected from %s",
|
||||
"Incorrect item type on the stack trying to pop from %s",
|
||||
"Stack underflow",
|
||||
"An item was going to be copied to itself from %s",
|
||||
"Stack underflow",
|
||||
"An item was going to be copied to itself from %s",
|
||||
"Invalid symbol item passed as memvar %s",
|
||||
"Memory buffer overflow",
|
||||
"hb_xgrab requested to allocate zero byte",
|
||||
"hb_xrealloc requested to resize to zero byte",
|
||||
|
||||
"hb_xgrab requested to allocate zero bytes",
|
||||
"hb_xrealloc requested to resize to zero bytes",
|
||||
"hb_xalloc requested to allocate zero bytes"
|
||||
|
||||
/* Texts */
|
||||
|
||||
|
||||
"DD/MM/YYYY",
|
||||
"S",
|
||||
"N"
|
||||
|
||||
@@ -60,16 +60,16 @@ static HB_LANG s_lang =
|
||||
{
|
||||
{
|
||||
/* Identification */
|
||||
|
||||
|
||||
"ES", /* ID */
|
||||
"Spanish", /* Name (in English) */
|
||||
"Espa¤ol", /* Name (in native language) */
|
||||
"ES", /* RFC ID */
|
||||
"850", /* Codepage */
|
||||
"$Revision$ $Date$", /* Version */
|
||||
|
||||
|
||||
/* Month names */
|
||||
|
||||
|
||||
"Enero",
|
||||
"Febrero",
|
||||
"Marzo",
|
||||
@@ -82,7 +82,7 @@ static HB_LANG s_lang =
|
||||
"Octubre",
|
||||
"Noviembre",
|
||||
"Diciembre",
|
||||
|
||||
|
||||
/* Day names */
|
||||
|
||||
"Domingo",
|
||||
@@ -92,9 +92,9 @@ static HB_LANG s_lang =
|
||||
"Jueves",
|
||||
"Viernes",
|
||||
"S bado",
|
||||
|
||||
|
||||
/* CA-Cl*pper compatible natmsg items */
|
||||
|
||||
|
||||
"Bases de Datos # Records Last Update Size",
|
||||
"Desea Ud. m s ejemplos?",
|
||||
"P gina N§.",
|
||||
@@ -108,9 +108,9 @@ static HB_LANG s_lang =
|
||||
" - ",
|
||||
"S/N",
|
||||
"EXPRESION NO VALIDA",
|
||||
|
||||
|
||||
/* Error description names */
|
||||
|
||||
|
||||
"Error desconocido",
|
||||
"Error de argumento",
|
||||
"Error de rango",
|
||||
@@ -162,9 +162,9 @@ static HB_LANG s_lang =
|
||||
"dimensi¢n del array",
|
||||
"no es un array",
|
||||
"conditional",
|
||||
|
||||
|
||||
/* Internal error names */
|
||||
|
||||
|
||||
"Error irrecuperable %lu: ",
|
||||
"Fallo en recuperaci¢n de error",
|
||||
"No hay ERRORBLOCK() para el error",
|
||||
@@ -188,8 +188,9 @@ static HB_LANG s_lang =
|
||||
"Un item estaba siendo copiado sobre s¡ mismo desde %s",
|
||||
"S¡mbolo item no v lido pasado como memvar %s",
|
||||
"Memory buffer overflow",
|
||||
"hb_xgrab requested to allocate zero byte",
|
||||
"hb_xrealloc requested to resize to zero byte",
|
||||
"hb_xgrab requested to allocate zero bytes",
|
||||
"hb_xrealloc requested to resize to zero bytes",
|
||||
"hb_xalloc requested to allocate zero bytes"
|
||||
|
||||
/* Texts */
|
||||
|
||||
|
||||
@@ -77,7 +77,7 @@ static HB_LANG s_lang =
|
||||
"Larunbata",
|
||||
|
||||
/* CA-Cl*pper compatible natmsg items */
|
||||
|
||||
|
||||
"Database Files # Records Last Update Size",
|
||||
"Do you want more samples?",
|
||||
"Page No.",
|
||||
@@ -93,7 +93,7 @@ static HB_LANG s_lang =
|
||||
"INVALID EXPRESSION",
|
||||
|
||||
/* Error description names */
|
||||
|
||||
|
||||
"Errore ezezaguna",
|
||||
"Argumentu-errore",
|
||||
"Maila-errore",
|
||||
@@ -150,29 +150,30 @@ static HB_LANG s_lang =
|
||||
|
||||
"Unrecoverable error %lu: ",
|
||||
"Error recovery failure",
|
||||
"No ERRORBLOCK() for error",
|
||||
"Too many recursive error handler calls",
|
||||
"No ERRORBLOCK() for error",
|
||||
"Too many recursive error handler calls",
|
||||
"RDD invalid or failed to load",
|
||||
"Invalid method type from %s",
|
||||
"hb_xgrab can't allocate memory",
|
||||
"hb_xrealloc called with a NULL pointer",
|
||||
"hb_xrealloc called with an invalid pointer",
|
||||
"hb_xrealloc can't reallocate memory",
|
||||
"hb_xfree called with an invalid pointer",
|
||||
"hb_xfree called with a NULL pointer",
|
||||
"Invalid method type from %s",
|
||||
"hb_xgrab can't allocate memory",
|
||||
"hb_xrealloc called with a NULL pointer",
|
||||
"hb_xrealloc called with an invalid pointer",
|
||||
"hb_xrealloc can't reallocate memory",
|
||||
"hb_xfree called with an invalid pointer",
|
||||
"hb_xfree called with a NULL pointer",
|
||||
"Can\'t locate the starting procedure: \'%s\'",
|
||||
"No starting procedure",
|
||||
"Unsupported VM opcode",
|
||||
"No starting procedure",
|
||||
"Unsupported VM opcode",
|
||||
"Symbol item expected from %s",
|
||||
"Invalid symbol type for self from %s",
|
||||
"Codeblock expected from %s",
|
||||
"Invalid symbol type for self from %s",
|
||||
"Codeblock expected from %s",
|
||||
"Incorrect item type on the stack trying to pop from %s",
|
||||
"Stack underflow",
|
||||
"An item was going to be copied to itself from %s",
|
||||
"Stack underflow",
|
||||
"An item was going to be copied to itself from %s",
|
||||
"Invalid symbol item passed as memvar %s",
|
||||
"Memory buffer overflow",
|
||||
"hb_xgrab requested to allocate zero byte",
|
||||
"hb_xrealloc requested to resize to zero byte",
|
||||
"hb_xgrab requested to allocate zero bytes",
|
||||
"hb_xrealloc requested to resize to zero bytes",
|
||||
"hb_xalloc requested to allocate zero bytes"
|
||||
|
||||
/* Texts */
|
||||
|
||||
@@ -190,4 +191,3 @@ HB_CALL_ON_STARTUP_END( hb_lang_Init_EU )
|
||||
#if ! defined(__GNUC__) && ! defined(_MSC_VER)
|
||||
#pragma startup hb_lang_Init_EU
|
||||
#endif
|
||||
|
||||
|
||||
@@ -188,8 +188,9 @@ static HB_LANG s_lang =
|
||||
"An item was going to be copied to itself from %s",
|
||||
"Invalid symbol item passed as memvar %s",
|
||||
"Memory buffer overflow",
|
||||
"hb_xgrab requested to allocate zero byte",
|
||||
"hb_xrealloc requested to resize to zero byte",
|
||||
"hb_xgrab requested to allocate zero bytes",
|
||||
"hb_xrealloc requested to resize to zero bytes",
|
||||
"hb_xalloc requested to allocate zero bytes"
|
||||
|
||||
/* Texts */
|
||||
|
||||
|
||||
@@ -60,14 +60,14 @@ static HB_LANG s_lang =
|
||||
{
|
||||
{
|
||||
/* Identification */
|
||||
|
||||
|
||||
"GL", /* ID */
|
||||
"Galician", /* Name (in English) */
|
||||
"Galego", /* Name (in native language) */
|
||||
"GL", /* RFC ID */
|
||||
"850", /* Codepage */
|
||||
"$Revision$ $Date$", /* Version */
|
||||
|
||||
|
||||
/* Month names */
|
||||
|
||||
"Xaneiro",
|
||||
@@ -92,9 +92,9 @@ static HB_LANG s_lang =
|
||||
"Xoves",
|
||||
"Venres",
|
||||
"S bado",
|
||||
|
||||
|
||||
/* CA-Cl*pper compatible natmsg items */
|
||||
|
||||
|
||||
"Database Files # Records Last Update Size",
|
||||
"Do you want more samples?",
|
||||
"Page No.",
|
||||
@@ -108,9 +108,9 @@ static HB_LANG s_lang =
|
||||
" - ",
|
||||
"Y/N",
|
||||
"INVALID EXPRESSION",
|
||||
|
||||
|
||||
/* Error description names */
|
||||
|
||||
|
||||
"Erro desco¤ecido",
|
||||
"Erro de argumento",
|
||||
"Erro de rango",
|
||||
@@ -159,40 +159,41 @@ static HB_LANG s_lang =
|
||||
"",
|
||||
"array access",
|
||||
"array assign",
|
||||
"array dimension",
|
||||
"array dimension",
|
||||
"not an array",
|
||||
"conditional",
|
||||
|
||||
|
||||
/* Internal error names */
|
||||
|
||||
|
||||
"Unrecoverable error %lu: ",
|
||||
"Error recovery failure",
|
||||
"No ERRORBLOCK() for error",
|
||||
"Too many recursive error handler calls",
|
||||
"No ERRORBLOCK() for error",
|
||||
"Too many recursive error handler calls",
|
||||
"RDD invalid or failed to load",
|
||||
"Invalid method type from %s",
|
||||
"hb_xgrab can't allocate memory",
|
||||
"hb_xrealloc called with a NULL pointer",
|
||||
"hb_xrealloc called with an invalid pointer",
|
||||
"hb_xrealloc can't reallocate memory",
|
||||
"hb_xfree called with an invalid pointer",
|
||||
"hb_xfree called with a NULL pointer",
|
||||
"Invalid method type from %s",
|
||||
"hb_xgrab can't allocate memory",
|
||||
"hb_xrealloc called with a NULL pointer",
|
||||
"hb_xrealloc called with an invalid pointer",
|
||||
"hb_xrealloc can't reallocate memory",
|
||||
"hb_xfree called with an invalid pointer",
|
||||
"hb_xfree called with a NULL pointer",
|
||||
"Can\'t locate the starting procedure: \'%s\'",
|
||||
"No starting procedure",
|
||||
"Unsupported VM opcode",
|
||||
"No starting procedure",
|
||||
"Unsupported VM opcode",
|
||||
"Symbol item expected from %s",
|
||||
"Invalid symbol type for self from %s",
|
||||
"Codeblock expected from %s",
|
||||
"Invalid symbol type for self from %s",
|
||||
"Codeblock expected from %s",
|
||||
"Incorrect item type on the stack trying to pop from %s",
|
||||
"Stack underflow",
|
||||
"An item was going to be copied to itself from %s",
|
||||
"Stack underflow",
|
||||
"An item was going to be copied to itself from %s",
|
||||
"Invalid symbol item passed as memvar %s",
|
||||
"Memory buffer overflow",
|
||||
"hb_xgrab requested to allocate zero byte",
|
||||
"hb_xrealloc requested to resize to zero byte",
|
||||
|
||||
"hb_xgrab requested to allocate zero bytes",
|
||||
"hb_xrealloc requested to resize to zero bytes",
|
||||
"hb_xalloc requested to allocate zero bytes"
|
||||
|
||||
/* Texts */
|
||||
|
||||
|
||||
"DD/MM/YYYY",
|
||||
"S",
|
||||
"N"
|
||||
|
||||
@@ -189,8 +189,9 @@ static HB_LANG s_lang =
|
||||
"An item was going to be copied to itself from %s",
|
||||
"Invalid symbol item passed as memvar %s",
|
||||
"Memory buffer overflow",
|
||||
"hb_xgrab requested to allocate zero byte",
|
||||
"hb_xrealloc requested to resize to zero byte",
|
||||
"hb_xgrab requested to allocate zero bytes",
|
||||
"hb_xrealloc requested to resize to zero bytes",
|
||||
"hb_xalloc requested to allocate zero bytes"
|
||||
|
||||
/* Texts */
|
||||
|
||||
|
||||
@@ -189,8 +189,9 @@ static HB_LANG s_lang =
|
||||
"An item was going to be copied to itself from %s",
|
||||
"Invalid symbol item passed as memvar %s",
|
||||
"Memory buffer overflow",
|
||||
"hb_xgrab requested to allocate zero byte",
|
||||
"hb_xrealloc requested to resize to zero byte",
|
||||
"hb_xgrab requested to allocate zero bytes",
|
||||
"hb_xrealloc requested to resize to zero bytes",
|
||||
"hb_xalloc requested to allocate zero bytes"
|
||||
|
||||
/* Texts */
|
||||
|
||||
|
||||
@@ -189,8 +189,9 @@ static HB_LANG s_lang =
|
||||
"An item was going to be copied to itself from %s",
|
||||
"Invalid symbol item passed as memvar %s",
|
||||
"Memory buffer overflow",
|
||||
"hb_xgrab requested to allocate zero byte",
|
||||
"hb_xrealloc requested to resize to zero byte",
|
||||
"hb_xgrab requested to allocate zero bytes",
|
||||
"hb_xrealloc requested to resize to zero bytes",
|
||||
"hb_xalloc requested to allocate zero bytes"
|
||||
|
||||
/* Texts */
|
||||
|
||||
|
||||
@@ -189,8 +189,9 @@ static HB_LANG s_lang =
|
||||
"An item was going to be copied to itself from %s",
|
||||
"Invalid symbol item passed as memvar %s",
|
||||
"Memory buffer overflow",
|
||||
"hb_xgrab requested to allocate zero byte",
|
||||
"hb_xrealloc requested to resize to zero byte",
|
||||
"hb_xgrab requested to allocate zero bytes",
|
||||
"hb_xrealloc requested to resize to zero bytes",
|
||||
"hb_xalloc requested to allocate zero bytes"
|
||||
|
||||
/* Texts */
|
||||
|
||||
|
||||
@@ -188,8 +188,9 @@ static HB_LANG s_lang =
|
||||
"An item was going to be copied to itself from %s",
|
||||
"Invalid symbol item passed as memvar %s",
|
||||
"Memory buffer overflow",
|
||||
"hb_xgrab requested to allocate zero byte",
|
||||
"hb_xrealloc requested to resize to zero byte",
|
||||
"hb_xgrab requested to allocate zero bytes",
|
||||
"hb_xrealloc requested to resize to zero bytes",
|
||||
"hb_xalloc requested to allocate zero bytes"
|
||||
|
||||
/* Texts */
|
||||
|
||||
|
||||
@@ -188,8 +188,9 @@ static HB_LANG s_lang =
|
||||
"An item was going to be copied to itself from %s",
|
||||
"Invalid symbol item passed as memvar %s",
|
||||
"Memory buffer overflow",
|
||||
"hb_xgrab requested to allocate zero byte",
|
||||
"hb_xrealloc requested to resize to zero byte",
|
||||
"hb_xgrab requested to allocate zero bytes",
|
||||
"hb_xrealloc requested to resize to zero bytes",
|
||||
"hb_xalloc requested to allocate zero bytes"
|
||||
|
||||
/* Texts */
|
||||
|
||||
|
||||
@@ -188,8 +188,9 @@ static HB_LANG s_lang =
|
||||
"An item was going to be copied to itself from %s",
|
||||
"Invalid symbol item passed as memvar %s",
|
||||
"Memory buffer overflow",
|
||||
"hb_xgrab requested to allocate zero byte",
|
||||
"hb_xrealloc requested to resize to zero byte",
|
||||
"hb_xgrab requested to allocate zero bytes",
|
||||
"hb_xrealloc requested to resize to zero bytes",
|
||||
"hb_xalloc requested to allocate zero bytes"
|
||||
|
||||
/* Texts */
|
||||
|
||||
|
||||
@@ -94,7 +94,7 @@ static HB_LANG s_lang =
|
||||
"Sabtu",
|
||||
|
||||
/* CA-Cl*pper compatible natmsg items */
|
||||
|
||||
|
||||
"Database Files # Records Last Update Size",
|
||||
"Do you want more samples?",
|
||||
"Page No.",
|
||||
@@ -108,9 +108,9 @@ static HB_LANG s_lang =
|
||||
" - ",
|
||||
"Y/N",
|
||||
"INVALID EXPRESSION",
|
||||
|
||||
|
||||
/* Error description names */
|
||||
|
||||
|
||||
"Unknown error",
|
||||
"Argument error",
|
||||
"Bound error",
|
||||
@@ -162,34 +162,35 @@ static HB_LANG s_lang =
|
||||
"array dimension",
|
||||
"not an array",
|
||||
"conditional",
|
||||
|
||||
|
||||
/* Internal error names */
|
||||
|
||||
|
||||
"Unrecoverable error %lu: ",
|
||||
"Error recovery failure",
|
||||
"No ERRORBLOCK() for error",
|
||||
"Too many recursive error handler calls",
|
||||
"No ERRORBLOCK() for error",
|
||||
"Too many recursive error handler calls",
|
||||
"RDD invalid or failed to load",
|
||||
"Invalid method type from %s",
|
||||
"hb_xgrab can't allocate memory",
|
||||
"Invalid method type from %s",
|
||||
"hb_xgrab can't allocate memory",
|
||||
"hb_xrealloc called with a NULL pointer",
|
||||
"hb_xrealloc called with an invalid pointer",
|
||||
"hb_xrealloc can't reallocate memory",
|
||||
"hb_xfree called with an invalid pointer",
|
||||
"hb_xrealloc called with an invalid pointer",
|
||||
"hb_xrealloc can't reallocate memory",
|
||||
"hb_xfree called with an invalid pointer",
|
||||
"hb_xfree called with a NULL pointer",
|
||||
"Can\'t locate the starting procedure: \'%s\'",
|
||||
"No starting procedure",
|
||||
"Unsupported VM opcode",
|
||||
"No starting procedure",
|
||||
"Unsupported VM opcode",
|
||||
"Symbol item expected from %s",
|
||||
"Invalid symbol type for self from %s",
|
||||
"Codeblock expected from %s",
|
||||
"Codeblock expected from %s",
|
||||
"Incorrect item type on the stack trying to pop from %s",
|
||||
"Stack underflow",
|
||||
"An item was going to be copied to itself from %s",
|
||||
"Invalid symbol item passed as memvar %s",
|
||||
"Memory buffer overflow",
|
||||
"hb_xgrab requested to allocate zero byte",
|
||||
"hb_xrealloc requested to resize to zero byte",
|
||||
"hb_xgrab requested to allocate zero bytes",
|
||||
"hb_xrealloc requested to resize to zero bytes",
|
||||
"hb_xalloc requested to allocate zero bytes"
|
||||
|
||||
/* Texts */
|
||||
|
||||
|
||||
@@ -189,8 +189,9 @@ static HB_LANG s_lang =
|
||||
"An item was going to be copied to itself from %s",
|
||||
"Invalid symbol item passed as memvar %s",
|
||||
"Memory buffer overflow",
|
||||
"hb_xgrab requested to allocate zero byte",
|
||||
"hb_xrealloc requested to resize to zero byte",
|
||||
"hb_xgrab requested to allocate zero bytes",
|
||||
"hb_xrealloc requested to resize to zero bytes",
|
||||
"hb_xalloc requested to allocate zero bytes"
|
||||
|
||||
/* Texts */
|
||||
|
||||
@@ -208,4 +209,3 @@ HB_CALL_ON_STARTUP_END( hb_lang_Init_IS850 )
|
||||
#if ! defined(__GNUC__) && ! defined(_MSC_VER)
|
||||
#pragma startup hb_lang_Init_IS850
|
||||
#endif
|
||||
|
||||
|
||||
@@ -188,8 +188,9 @@ static HB_LANG s_lang =
|
||||
"An item was going to be copied to itself from %s",
|
||||
"Invalid symbol item passed as memvar %s",
|
||||
"Memory buffer overflow",
|
||||
"hb_xgrab requested to allocate zero byte",
|
||||
"hb_xrealloc requested to resize to zero byte",
|
||||
"hb_xgrab requested to allocate zero bytes",
|
||||
"hb_xrealloc requested to resize to zero bytes",
|
||||
"hb_xalloc requested to allocate zero bytes"
|
||||
|
||||
/* Texts */
|
||||
|
||||
|
||||
@@ -188,8 +188,9 @@ static HB_LANG s_lang =
|
||||
"An item was going to be copied to itself from %s",
|
||||
"Invalid symbol item passed as memvar %s",
|
||||
"Memory buffer overflow",
|
||||
"hb_xgrab requested to allocate zero byte",
|
||||
"hb_xrealloc requested to resize to zero byte",
|
||||
"hb_xgrab requested to allocate zero bytes",
|
||||
"hb_xrealloc requested to resize to zero bytes",
|
||||
"hb_xalloc requested to allocate zero bytes"
|
||||
|
||||
/* Texts */
|
||||
|
||||
|
||||
@@ -188,8 +188,9 @@ static HB_LANG s_lang =
|
||||
"Item nie mo¾e by† skopiowany w %s",
|
||||
"W %s podano zˆy item jako memvar",
|
||||
"Zapis poza przydzielonym obszarem",
|
||||
"hb_xgrab requested to allocate zero byte",
|
||||
"hb_xrealloc requested to resize to zero byte",
|
||||
"hb_xgrab requested to allocate zero bytes",
|
||||
"hb_xrealloc requested to resize to zero bytes",
|
||||
"hb_xalloc requested to allocate zero bytes"
|
||||
|
||||
/* Texts */
|
||||
|
||||
|
||||
@@ -188,8 +188,9 @@ static HB_LANG s_lang =
|
||||
"Item nie mo¿e byæ skopiowany w %s",
|
||||
"W %s podano z³y item jako memvar",
|
||||
"Zapis poza przydzielonym obszarem",
|
||||
"hb_xgrab requested to allocate zero byte",
|
||||
"hb_xrealloc requested to resize to zero byte",
|
||||
"hb_xgrab requested to allocate zero bytes",
|
||||
"hb_xrealloc requested to resize to zero bytes",
|
||||
"hb_xalloc requested to allocate zero bytes"
|
||||
|
||||
/* Texts */
|
||||
|
||||
|
||||
@@ -188,8 +188,9 @@ static HB_LANG s_lang =
|
||||
"Item nie mo§e by<62> skopiowany w %s",
|
||||
"W %s podano z’y item jako memvar",
|
||||
"Zapis poza przydzielonym obszarem",
|
||||
"hb_xgrab requested to allocate zero byte",
|
||||
"hb_xrealloc requested to resize to zero byte",
|
||||
"hb_xgrab requested to allocate zero bytes",
|
||||
"hb_xrealloc requested to resize to zero bytes",
|
||||
"hb_xalloc requested to allocate zero bytes"
|
||||
|
||||
/* Texts */
|
||||
|
||||
|
||||
@@ -72,14 +72,14 @@ static HB_LANG s_lang =
|
||||
{
|
||||
{
|
||||
/* Identification */
|
||||
|
||||
|
||||
"PT", /* ID */
|
||||
"Portuguese", /* Name (in English) */
|
||||
"Portugues", /* Name (in native language) */
|
||||
"PT", /* RFC ID */
|
||||
"850", /* Codepage */
|
||||
"$Revision$ $Date$", /* Version */
|
||||
|
||||
|
||||
/* Month names */
|
||||
|
||||
"Janeiro",
|
||||
@@ -94,7 +94,7 @@ static HB_LANG s_lang =
|
||||
"Outubro",
|
||||
"Novembro",
|
||||
"Dezembro",
|
||||
|
||||
|
||||
/* Day names */
|
||||
|
||||
"Domingo",
|
||||
@@ -104,9 +104,9 @@ static HB_LANG s_lang =
|
||||
"Quinta-feira",
|
||||
"Sexta-feira",
|
||||
"S bado",
|
||||
|
||||
|
||||
/* CA-Cl*pper compatible natmsg items */
|
||||
|
||||
|
||||
"Banco de Dados # Registro Ult. Atuali. Tam.",
|
||||
"Voce quer mais testes?",
|
||||
"Pagina No.",
|
||||
@@ -120,9 +120,9 @@ static HB_LANG s_lang =
|
||||
" - ",
|
||||
"S/N",
|
||||
"EXPRESSÇO INVALIDA",
|
||||
|
||||
|
||||
/* Error description names */
|
||||
|
||||
|
||||
"Erro desconhecido",
|
||||
"Erro nos parƒmetros",
|
||||
"Erro de limite",
|
||||
@@ -176,7 +176,7 @@ static HB_LANG s_lang =
|
||||
"condicional",
|
||||
|
||||
/* Internal error names */
|
||||
|
||||
|
||||
"Erro irrecuper vel %lu: ",
|
||||
"Erro na recupera‡ao do erro",
|
||||
"ERRORBLOCK() para erro ausente",
|
||||
@@ -202,9 +202,10 @@ static HB_LANG s_lang =
|
||||
"Memory buffer overflow",
|
||||
"hb_xgrab requisitou para alocar zero bytes",
|
||||
"hb_xrealloc requisitor para redimensiorar para zero byte",
|
||||
|
||||
"hb_xalloc requested to allocate zero bytes"
|
||||
|
||||
/* Texts */
|
||||
|
||||
|
||||
"DD/MM/YYYY",
|
||||
"S",
|
||||
"N"
|
||||
@@ -219,4 +220,3 @@ HB_CALL_ON_STARTUP_END( hb_lang_Init_PT )
|
||||
#if ! defined(__GNUC__) && ! defined(_MSC_VER)
|
||||
#pragma startup hb_lang_Init_PT
|
||||
#endif
|
||||
|
||||
|
||||
@@ -188,8 +188,9 @@ static HB_LANG s_lang =
|
||||
"An item was going to be copied to itself from %s",
|
||||
"Invalid symbol item passed as memvar %s",
|
||||
"Memory buffer overflow",
|
||||
"hb_xgrab requested to allocate zero byte",
|
||||
"hb_xrealloc requested to resize to zero byte",
|
||||
"hb_xgrab requested to allocate zero bytes",
|
||||
"hb_xrealloc requested to resize to zero bytes",
|
||||
"hb_xalloc requested to allocate zero bytes"
|
||||
|
||||
/* Texts */
|
||||
|
||||
|
||||
@@ -60,7 +60,7 @@ static HB_LANG s_lang =
|
||||
{
|
||||
{
|
||||
/* Identification */
|
||||
|
||||
|
||||
"RU866", /* ID */
|
||||
"Russian", /* Name (in English) */
|
||||
"<EFBFBD>ãá᪨©", /* Name (in native language) */
|
||||
@@ -69,7 +69,7 @@ static HB_LANG s_lang =
|
||||
"$Revision$ $Date$", /* Version */
|
||||
|
||||
/* Month names */
|
||||
|
||||
|
||||
"Ÿ¢ àì",
|
||||
"”¥¢à «ì",
|
||||
"Œ àâ",
|
||||
@@ -82,9 +82,9 @@ static HB_LANG s_lang =
|
||||
"Žªâï¡àì",
|
||||
"<EFBFBD>®ï¡àì",
|
||||
"„¥ª ¡àì"
|
||||
|
||||
|
||||
/* Day names */
|
||||
|
||||
|
||||
"‚®áªà¥á¥ì¥",
|
||||
"<EFBFBD>®¥¤¥«ì¨ª",
|
||||
"‚â®à¨ª",
|
||||
@@ -92,9 +92,9 @@ static HB_LANG s_lang =
|
||||
"—¥â¢¥à£",
|
||||
"<EFBFBD>ïâ¨æ ",
|
||||
"‘ã¡¡®â "
|
||||
|
||||
|
||||
/* CA-Cl*pper compatible natmsg items */
|
||||
|
||||
|
||||
"” ©«ë ¤ ëå # ‡ ¯¨á¨ <20>®á«¥¤¥¥ ¨§¬. <20> §¬¥à",
|
||||
"<EFBFBD>ã¦ë ¥é¥ ¯à¨¬¥àë ?",
|
||||
"‘âà.N",
|
||||
@@ -108,9 +108,9 @@ static HB_LANG s_lang =
|
||||
" - ",
|
||||
"„/<2F>",
|
||||
"<EFBFBD>…‚…<EFBFBD><EFBFBD>Ž… ‚›<E2809A>€†…<E280A0>ˆ…",
|
||||
|
||||
|
||||
/* Error description names */
|
||||
|
||||
|
||||
"<EFBFBD>¥¨§¢¥áâ ï ®è¨¡ª ",
|
||||
"<EFBFBD>¥¢¥àë© à£ã¬¥â",
|
||||
"<EFBFBD>¥à¥¯®«¥¨¥ ¬ áᨢ ",
|
||||
@@ -162,34 +162,35 @@ static HB_LANG s_lang =
|
||||
"¥ ¬ áᨢ",
|
||||
"áà ¢¥¨¥"
|
||||
|
||||
|
||||
|
||||
/* Internal error names */
|
||||
|
||||
"<EFBFBD>¥¨á¯à ¢¨¬ ï ®è¨¡ª %lu: ",
|
||||
"Žè¨¡ª ¯à¨ ¢®ááâ ®¢«¥¨¨",
|
||||
"<EFBFBD>¥ ®¯à¥¤¥«¥ ERRORBLOCK() ¤«ï ®è¨¡ª¨",
|
||||
"<EFBFBD>ॢëè¥ ¯à¥¤¥« ४ãàᨢëå ¢ë§®¢®¢ ®¡à ¡®â稪 ®è¨¡®ª",
|
||||
"<EFBFBD>¥ ®¯à¥¤¥«¥ ERRORBLOCK() ¤«ï ®è¨¡ª¨",
|
||||
"<EFBFBD>ॢëè¥ ¯à¥¤¥« ४ãàᨢëå ¢ë§®¢®¢ ®¡à ¡®â稪 ®è¨¡®ª",
|
||||
"<EFBFBD>¥ 㤠¥âáï § £à㧨âì RDD",
|
||||
"<EFBFBD>¥¢¥àë© â¨¯ ¬¥â®¤ %s",
|
||||
"hb_xgrab ¥ ¬®¦¥â à á¯à¥¤¥«¨âì ¯ ¬ïâì",
|
||||
"hb_xrealloc ¢ë§¢ á NULL 㪠§ ⥫¥¬",
|
||||
"hb_xrealloc ¢ë§¢ á ¥¢¥àë¬ ãª § ⥫¥¬",
|
||||
"hb_xrealloc ¥¥ ¬®¦¥â ¯¥à¥à á¯à¥¤¥«¨âì ¯ ¬ïâì",
|
||||
"hb_xfree ¢ë§¢ á ¥¢¥àë¬ ãª § ⥫¥¬",
|
||||
"hb_xfree ¢ë§¢ á NULL 㪠§ ⥫¥¬",
|
||||
"<EFBFBD>¥¢¥àë© â¨¯ ¬¥â®¤ %s",
|
||||
"hb_xgrab ¥ ¬®¦¥â à á¯à¥¤¥«¨âì ¯ ¬ïâì",
|
||||
"hb_xrealloc ¢ë§¢ á NULL 㪠§ ⥫¥¬",
|
||||
"hb_xrealloc ¢ë§¢ á ¥¢¥àë¬ ãª § ⥫¥¬",
|
||||
"hb_xrealloc ¥¥ ¬®¦¥â ¯¥à¥à á¯à¥¤¥«¨âì ¯ ¬ïâì",
|
||||
"hb_xfree ¢ë§¢ á ¥¢¥àë¬ ãª § ⥫¥¬",
|
||||
"hb_xfree ¢ë§¢ á NULL 㪠§ ⥫¥¬",
|
||||
"<EFBFBD>¥ ©¤¥ áâ à⮢ ï ¯à®æ¥¤ãà : \'%s\'",
|
||||
"Žâáãâáâ¢ã¥â áâ à⮢ ï ¯à®æ¥¤ãà ",
|
||||
"VM: <20>¥¨§¢¥áâë© ª®¤",
|
||||
"Žâáãâáâ¢ã¥â áâ à⮢ ï ¯à®æ¥¤ãà ",
|
||||
"VM: <20>¥¨§¢¥áâë© ª®¤",
|
||||
"%s: ®¦¨¤ «áï ᨬ¢®«",
|
||||
"%s: ¥¢¥àë© â¨¯ ᨬ¢®« ¤«ï self",
|
||||
"%s: ¥¢¥àë© â¨¯ ᨬ¢®« ¤«ï self",
|
||||
"%s: ®¦¨¤ «áï ª®¤®¡«®ª",
|
||||
"%s: ¥¢¥àë© â¨¯ í«¥¬¥â ¢¥à訥 á⥪ ",
|
||||
"‚ë室 § ¯à¥¤¥«ë á⥪ ",
|
||||
"%s: ¯®¯ë⪠ª®¯¨à®¢ âì í«¥¬¥â ᥡï",
|
||||
"%s: ¥¢¥à®¥ ¨¬ï ¯¥à¥¬¥®©",
|
||||
"<EFBFBD>¥à¥¯®«¥¨¥ ¡ãä¥à ¯ ¬ïâ¨",
|
||||
"hb_xgrab requested to allocate zero byte",
|
||||
"hb_xrealloc requested to resize to zero byte",
|
||||
"hb_xgrab requested to allocate zero bytes",
|
||||
"hb_xrealloc requested to resize to zero bytes",
|
||||
"hb_xalloc requested to allocate zero bytes"
|
||||
|
||||
/* Texts */
|
||||
|
||||
|
||||
@@ -60,7 +60,7 @@ static HB_LANG s_lang =
|
||||
{
|
||||
{
|
||||
/* Identification */
|
||||
|
||||
|
||||
"RUWIN", /* ID */
|
||||
"Russian", /* Name (in English) */
|
||||
"Ðóññêèé", /* Name (in native language) */
|
||||
@@ -69,7 +69,7 @@ static HB_LANG s_lang =
|
||||
"$Revision$ $Date$", /* Version */
|
||||
|
||||
/* Month names */
|
||||
|
||||
|
||||
"ßíâàðü",
|
||||
"Ôåâðàëü",
|
||||
"Ìàðò",
|
||||
@@ -82,9 +82,9 @@ static HB_LANG s_lang =
|
||||
"Îêòÿáðü",
|
||||
"Íîÿáðü",
|
||||
"Äåêàáðü"
|
||||
|
||||
|
||||
/* Day names */
|
||||
|
||||
|
||||
"Âîñêðåñåíüå",
|
||||
"Ïîíåäåëüíèê",
|
||||
"Âòîðíèê",
|
||||
@@ -92,9 +92,9 @@ static HB_LANG s_lang =
|
||||
"×åòâåðã",
|
||||
"Ïÿòíèöà",
|
||||
"Ñóááîòà"
|
||||
|
||||
|
||||
/* CA-Cl*pper compatible natmsg items */
|
||||
|
||||
|
||||
"Ôàéëû äàííûõ # Çàïèñè Ïîñëåäíåå èçì. Ðàçìåð",
|
||||
"Íóæíû åùå ïðèìåðû ?",
|
||||
"Ñòð.N",
|
||||
@@ -108,9 +108,9 @@ static HB_LANG s_lang =
|
||||
" - ",
|
||||
"Ä/Í",
|
||||
"ÍÅÂÅÐÍÎÅ ÂÛÐÀÆÅÍÈÅ",
|
||||
|
||||
|
||||
/* Error description names */
|
||||
|
||||
|
||||
"Íåèçâåñòíàÿ îøèáêà",
|
||||
"Íåâåðíûé àðãóìåíò",
|
||||
"Ïåðåïîëíåíèå ìàññèâà",
|
||||
@@ -162,34 +162,35 @@ static HB_LANG s_lang =
|
||||
"íå ìàññèâ",
|
||||
"ñðàâíåíèå"
|
||||
|
||||
|
||||
|
||||
/* Internal error names */
|
||||
|
||||
"Íåèñïðàâèìàÿ îøèáêà %lu: ",
|
||||
"Îøèáêà ïðè âîññòàíîâëåíèè",
|
||||
"Íå îïðåäåëåí ERRORBLOCK() äëÿ îøèáêè",
|
||||
"Ïðåâûøåí ïðåäåë ðåêóðñèâíûõ âûçîâîâ îáðàáîò÷èêà îøèáîê",
|
||||
"Íå îïðåäåëåí ERRORBLOCK() äëÿ îøèáêè",
|
||||
"Ïðåâûøåí ïðåäåë ðåêóðñèâíûõ âûçîâîâ îáðàáîò÷èêà îøèáîê",
|
||||
"Íå óäàåòñÿ çàãðóçèòü RDD",
|
||||
"Íåâåðíûé òèï ìåòîäà %s",
|
||||
"hb_xgrab íå ìîæåò ðàñïðåäåëèòü ïàìÿòü",
|
||||
"hb_xrealloc âûçâàí ñ NULL óêàçàòåëåì",
|
||||
"hb_xrealloc âûçâàí ñ íåâåðíûì óêàçàòåëåì",
|
||||
"hb_xrealloc åíå ìîæåò ïåðåðàñïðåäåëèòü ïàìÿòü",
|
||||
"hb_xfree âûçâàí ñ íåâåðíûì óêàçàòåëåì",
|
||||
"hb_xfree âûçâàí ñ NULL óêàçàòåëåì",
|
||||
"Íåâåðíûé òèï ìåòîäà %s",
|
||||
"hb_xgrab íå ìîæåò ðàñïðåäåëèòü ïàìÿòü",
|
||||
"hb_xrealloc âûçâàí ñ NULL óêàçàòåëåì",
|
||||
"hb_xrealloc âûçâàí ñ íåâåðíûì óêàçàòåëåì",
|
||||
"hb_xrealloc åíå ìîæåò ïåðåðàñïðåäåëèòü ïàìÿòü",
|
||||
"hb_xfree âûçâàí ñ íåâåðíûì óêàçàòåëåì",
|
||||
"hb_xfree âûçâàí ñ NULL óêàçàòåëåì",
|
||||
"Íå íàéäåíà ñòàðòîâàÿ ïðîöåäóðà: \'%s\'",
|
||||
"Îòñóòñòâóåò ñòàðòîâàÿ ïðîöåäóðà",
|
||||
"VM: Íåèçâåñòíûé êîä",
|
||||
"Îòñóòñòâóåò ñòàðòîâàÿ ïðîöåäóðà",
|
||||
"VM: Íåèçâåñòíûé êîä",
|
||||
"%s: îæèäàëñÿ ñèìâîë",
|
||||
"%s: íåâåðíûé òèï ñèìâîëà äëÿ self",
|
||||
"%s: íåâåðíûé òèï ñèìâîëà äëÿ self",
|
||||
"%s: îæèäàëñÿ êîäîáëîê",
|
||||
"%s: íåâåðíûé òèï ýëåìåíòà íà âåðøèíå ñòåêà",
|
||||
"Âûõîä çà ïðåäåëû ñòåêà",
|
||||
"%s: ïîïûòêà êîïèðîâàòü ýëåìåíò íà ñåáÿ",
|
||||
"%s: íåâåðíîå èìÿ ïåðåìåííîé",
|
||||
"Ïåðåïîëíåíèå áóôåðà ïàìÿòè",
|
||||
"hb_xgrab requested to allocate zero byte",
|
||||
"hb_xrealloc requested to resize to zero byte",
|
||||
"hb_xgrab requested to allocate zero bytes",
|
||||
"hb_xrealloc requested to resize to zero bytes",
|
||||
"hb_xalloc requested to allocate zero bytes"
|
||||
|
||||
/* Texts */
|
||||
|
||||
|
||||
@@ -171,8 +171,9 @@ static HB_LANG s_lang =
|
||||
"An item was going to be copied to itself from %s",
|
||||
"Invalid symbol item passed as memvar %s",
|
||||
"Memory buffer overflow",
|
||||
"hb_xgrab requested to allocate zero byte",
|
||||
"hb_xrealloc requested to resize to zero byte",
|
||||
"hb_xgrab requested to allocate zero bytes",
|
||||
"hb_xrealloc requested to resize to zero bytes",
|
||||
"hb_xalloc requested to allocate zero bytes"
|
||||
|
||||
/* Texts */
|
||||
|
||||
@@ -190,4 +191,3 @@ HB_CALL_ON_STARTUP_END( hb_lang_Init_SR852 )
|
||||
#if ! defined(__GNUC__) && ! defined(_MSC_VER)
|
||||
#pragma startup hb_lang_Init_SR852
|
||||
#endif
|
||||
|
||||
|
||||
@@ -43,14 +43,14 @@ static HB_LANG s_lang =
|
||||
{
|
||||
{
|
||||
/* Identification */
|
||||
|
||||
|
||||
"SRISO", /* ID */
|
||||
"Serbian", /* Name (in English) */
|
||||
"Srpski", /* Name (in native language) */
|
||||
"SR", /* RFC ID */
|
||||
"ISO-8859-2", /* Codepage */
|
||||
"$Revision$ $Date$", /* Version */
|
||||
|
||||
|
||||
/* Month names */
|
||||
|
||||
"Januar",
|
||||
@@ -65,9 +65,9 @@ static HB_LANG s_lang =
|
||||
"Oktobar",
|
||||
"Novembar",
|
||||
"Decembar",
|
||||
|
||||
|
||||
/* Day names */
|
||||
|
||||
|
||||
"Nedelja",
|
||||
"Ponedeljak",
|
||||
"Utorak",
|
||||
@@ -77,7 +77,7 @@ static HB_LANG s_lang =
|
||||
"Subota",
|
||||
|
||||
/* CA-Cl*pper compatible natmsg items */
|
||||
|
||||
|
||||
"Database Files # Records Last Update Size",
|
||||
"Do you want more samples?",
|
||||
"Page No.",
|
||||
@@ -91,9 +91,9 @@ static HB_LANG s_lang =
|
||||
" - ",
|
||||
"D/N",
|
||||
"INVALID EXPRESSION",
|
||||
|
||||
|
||||
/* Error description names */
|
||||
|
||||
|
||||
"Unknown error",
|
||||
"Argument error",
|
||||
"Bound error",
|
||||
@@ -145,37 +145,38 @@ static HB_LANG s_lang =
|
||||
"array dimension",
|
||||
"not an array",
|
||||
"conditional",
|
||||
|
||||
|
||||
/* Internal error names */
|
||||
|
||||
"Unrecoverable error %lu: ",
|
||||
"Error recovery failure",
|
||||
"No ERRORBLOCK() for error",
|
||||
"Too many recursive error handler calls",
|
||||
"No ERRORBLOCK() for error",
|
||||
"Too many recursive error handler calls",
|
||||
"RDD invalid or failed to load",
|
||||
"Invalid method type from %s",
|
||||
"hb_xgrab can't allocate memory",
|
||||
"hb_xrealloc called with a NULL pointer",
|
||||
"hb_xrealloc called with an invalid pointer",
|
||||
"hb_xrealloc can't reallocate memory",
|
||||
"hb_xfree called with an invalid pointer",
|
||||
"hb_xfree called with a NULL pointer",
|
||||
"Invalid method type from %s",
|
||||
"hb_xgrab can't allocate memory",
|
||||
"hb_xrealloc called with a NULL pointer",
|
||||
"hb_xrealloc called with an invalid pointer",
|
||||
"hb_xrealloc can't reallocate memory",
|
||||
"hb_xfree called with an invalid pointer",
|
||||
"hb_xfree called with a NULL pointer",
|
||||
"Can\'t locate the starting procedure: \'%s\'",
|
||||
"No starting procedure",
|
||||
"Unsupported VM opcode",
|
||||
"No starting procedure",
|
||||
"Unsupported VM opcode",
|
||||
"Symbol item expected from %s",
|
||||
"Invalid symbol type for self from %s",
|
||||
"Codeblock expected from %s",
|
||||
"Invalid symbol type for self from %s",
|
||||
"Codeblock expected from %s",
|
||||
"Incorrect item type on the stack trying to pop from %s",
|
||||
"Stack underflow",
|
||||
"An item was going to be copied to itself from %s",
|
||||
"Stack underflow",
|
||||
"An item was going to be copied to itself from %s",
|
||||
"Invalid symbol item passed as memvar %s",
|
||||
"Memory buffer overflow",
|
||||
"hb_xgrab requested to allocate zero byte",
|
||||
"hb_xrealloc requested to resize to zero byte",
|
||||
|
||||
"hb_xgrab requested to allocate zero bytes",
|
||||
"hb_xrealloc requested to resize to zero bytes",
|
||||
"hb_xalloc requested to allocate zero bytes"
|
||||
|
||||
/* Texts */
|
||||
|
||||
|
||||
"YYYY/MM/DD",
|
||||
"D",
|
||||
"N"
|
||||
@@ -190,4 +191,3 @@ HB_CALL_ON_STARTUP_END( hb_lang_Init_SRISO )
|
||||
#if ! defined(__GNUC__) && ! defined(_MSC_VER)
|
||||
#pragma startup hb_lang_Init_SRISO
|
||||
#endif
|
||||
|
||||
|
||||
@@ -62,16 +62,16 @@ static HB_LANG s_lang =
|
||||
{
|
||||
{
|
||||
/* Identification */
|
||||
|
||||
|
||||
"ZHB5", /* ID */
|
||||
"Chinese Traditional", /* Name (in English) */
|
||||
"中文繁體BIG5", /* Name (in native language) */
|
||||
"ZH", /* RFC ID */
|
||||
"950", /* Codepage */
|
||||
"$Revision$ $Date$", /* Version */
|
||||
|
||||
|
||||
/* Month names */
|
||||
|
||||
|
||||
"一月",
|
||||
"二月",
|
||||
"三月",
|
||||
@@ -84,9 +84,9 @@ static HB_LANG s_lang =
|
||||
"十月",
|
||||
"十一月",
|
||||
"十二月"
|
||||
|
||||
|
||||
/* Day names */
|
||||
|
||||
|
||||
"星期日",
|
||||
"星期一",
|
||||
"星期二",
|
||||
@@ -94,9 +94,9 @@ static HB_LANG s_lang =
|
||||
"星期四",
|
||||
"星期五",
|
||||
"星期六"
|
||||
|
||||
|
||||
/* CA-Cl*pper compatible natmsg items */
|
||||
|
||||
|
||||
"Database Files # Records Last Update Size",
|
||||
"Do you want more samples?",
|
||||
"Page No.",
|
||||
@@ -110,9 +110,9 @@ static HB_LANG s_lang =
|
||||
" - ",
|
||||
"Y/N",
|
||||
"INVALID EXPRESSION",
|
||||
|
||||
|
||||
/* Error description names */
|
||||
|
||||
|
||||
"Unknown error",
|
||||
"Argument error",
|
||||
"Bound error",
|
||||
@@ -164,35 +164,38 @@ static HB_LANG s_lang =
|
||||
"array dimension",
|
||||
"not an array",
|
||||
"conditional",
|
||||
|
||||
|
||||
/* Internal error names */
|
||||
|
||||
"Unrecoverable error %lu: ",
|
||||
"Error recovery failure",
|
||||
"No ERRORBLOCK() for error",
|
||||
"Too many recursive error handler calls",
|
||||
"No ERRORBLOCK() for error",
|
||||
"Too many recursive error handler calls",
|
||||
"RDD invalid or failed to load",
|
||||
"Invalid method type from %s",
|
||||
"hb_xgrab can't allocate memory",
|
||||
"hb_xrealloc called with a NULL pointer",
|
||||
"hb_xrealloc called with an invalid pointer",
|
||||
"hb_xrealloc can't reallocate memory",
|
||||
"hb_xfree called with an invalid pointer",
|
||||
"hb_xfree called with a NULL pointer",
|
||||
"Invalid method type from %s",
|
||||
"hb_xgrab can't allocate memory",
|
||||
"hb_xrealloc called with a NULL pointer",
|
||||
"hb_xrealloc called with an invalid pointer",
|
||||
"hb_xrealloc can't reallocate memory",
|
||||
"hb_xfree called with an invalid pointer",
|
||||
"hb_xfree called with a NULL pointer",
|
||||
"Can\'t locate the starting procedure: \'%s\'",
|
||||
"No starting procedure",
|
||||
"Unsupported VM opcode",
|
||||
"No starting procedure",
|
||||
"Unsupported VM opcode",
|
||||
"Symbol item expected from %s",
|
||||
"Invalid symbol type for self from %s",
|
||||
"Codeblock expected from %s",
|
||||
"Invalid symbol type for self from %s",
|
||||
"Codeblock expected from %s",
|
||||
"Incorrect item type on the stack trying to pop from %s",
|
||||
"Stack underflow",
|
||||
"An item was going to be copied to itself from %s",
|
||||
"Stack underflow",
|
||||
"An item was going to be copied to itself from %s",
|
||||
"Invalid symbol item passed as memvar %s",
|
||||
"Memory buffer overflow",
|
||||
|
||||
"hb_xgrab requested to allocate zero bytes",
|
||||
"hb_xrealloc requested to resize to zero bytes",
|
||||
"hb_xalloc requested to allocate zero bytes"
|
||||
|
||||
/* Texts */
|
||||
|
||||
|
||||
"YYYY/MM/DD",
|
||||
"Y",
|
||||
"N"
|
||||
@@ -207,4 +210,3 @@ HB_CALL_ON_STARTUP_END( hb_lang_Init_ZHB5 )
|
||||
#if ! defined(__GNUC__) && ! defined(_MSC_VER)
|
||||
#pragma startup hb_lang_Init_ZHB5
|
||||
#endif
|
||||
|
||||
|
||||
@@ -63,16 +63,16 @@ static HB_LANG s_lang =
|
||||
{
|
||||
{
|
||||
/* Identification */
|
||||
|
||||
|
||||
"ZHGB", /* ID */
|
||||
"Chinese Simplified", /* Name (in English) */
|
||||
"中文简体GB", /* Name (in native language) */
|
||||
"ZH", /* RFC ID */
|
||||
"936", /* Codepage */
|
||||
"$Revision$ $Date$", /* Version */
|
||||
|
||||
|
||||
/* Month names */
|
||||
|
||||
|
||||
"一月",
|
||||
"二月",
|
||||
"三月",
|
||||
@@ -85,9 +85,9 @@ static HB_LANG s_lang =
|
||||
"十月",
|
||||
"十一月",
|
||||
"十二月"
|
||||
|
||||
|
||||
/* Day names */
|
||||
|
||||
|
||||
"星期日",
|
||||
"星期一",
|
||||
"星期二",
|
||||
@@ -95,9 +95,9 @@ static HB_LANG s_lang =
|
||||
"星期四",
|
||||
"星期五",
|
||||
"星期六"
|
||||
|
||||
|
||||
/* CA-Cl*pper compatible natmsg items */
|
||||
|
||||
|
||||
"Database Files # Records Last Update Size",
|
||||
"Do you want more samples?",
|
||||
"Page No.",
|
||||
@@ -111,9 +111,9 @@ static HB_LANG s_lang =
|
||||
" - ",
|
||||
"Y/N",
|
||||
"INVALID EXPRESSION",
|
||||
|
||||
|
||||
/* Error description names */
|
||||
|
||||
|
||||
"Unknown error",
|
||||
"Argument error",
|
||||
"Bound error",
|
||||
@@ -165,35 +165,38 @@ static HB_LANG s_lang =
|
||||
"array dimension",
|
||||
"not an array",
|
||||
"conditional",
|
||||
|
||||
|
||||
/* Internal error names */
|
||||
|
||||
"Unrecoverable error %lu: ",
|
||||
"Error recovery failure",
|
||||
"No ERRORBLOCK() for error",
|
||||
"Too many recursive error handler calls",
|
||||
"No ERRORBLOCK() for error",
|
||||
"Too many recursive error handler calls",
|
||||
"RDD invalid or failed to load",
|
||||
"Invalid method type from %s",
|
||||
"hb_xgrab can't allocate memory",
|
||||
"hb_xrealloc called with a NULL pointer",
|
||||
"hb_xrealloc called with an invalid pointer",
|
||||
"hb_xrealloc can't reallocate memory",
|
||||
"hb_xfree called with an invalid pointer",
|
||||
"hb_xfree called with a NULL pointer",
|
||||
"Invalid method type from %s",
|
||||
"hb_xgrab can't allocate memory",
|
||||
"hb_xrealloc called with a NULL pointer",
|
||||
"hb_xrealloc called with an invalid pointer",
|
||||
"hb_xrealloc can't reallocate memory",
|
||||
"hb_xfree called with an invalid pointer",
|
||||
"hb_xfree called with a NULL pointer",
|
||||
"Can\'t locate the starting procedure: \'%s\'",
|
||||
"No starting procedure",
|
||||
"Unsupported VM opcode",
|
||||
"No starting procedure",
|
||||
"Unsupported VM opcode",
|
||||
"Symbol item expected from %s",
|
||||
"Invalid symbol type for self from %s",
|
||||
"Codeblock expected from %s",
|
||||
"Invalid symbol type for self from %s",
|
||||
"Codeblock expected from %s",
|
||||
"Incorrect item type on the stack trying to pop from %s",
|
||||
"Stack underflow",
|
||||
"An item was going to be copied to itself from %s",
|
||||
"Stack underflow",
|
||||
"An item was going to be copied to itself from %s",
|
||||
"Invalid symbol item passed as memvar %s",
|
||||
"Memory buffer overflow",
|
||||
|
||||
"hb_xgrab requested to allocate zero bytes",
|
||||
"hb_xrealloc requested to resize to zero bytes",
|
||||
"hb_xalloc requested to allocate zero bytes"
|
||||
|
||||
/* Texts */
|
||||
|
||||
|
||||
"YYYY/MM/DD",
|
||||
"Y",
|
||||
"N"
|
||||
@@ -208,4 +211,3 @@ HB_CALL_ON_STARTUP_END( hb_lang_Init_ZHGB )
|
||||
#if ! defined(__GNUC__) && ! defined(_MSC_VER)
|
||||
#pragma startup hb_lang_Init_ZHGB
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user