diff options
Diffstat (limited to 'po/cat-id-tbl.c')
-rw-r--r-- | po/cat-id-tbl.c | 108 |
1 files changed, 56 insertions, 52 deletions
diff --git a/po/cat-id-tbl.c b/po/cat-id-tbl.c index f351e39..ba5b5b4 100644 --- a/po/cat-id-tbl.c +++ b/po/cat-id-tbl.c @@ -39,69 +39,73 @@ const struct _msg_ent _msg_tbl[] = { {"\ Error in the metalanguage (pattern should be here if not a constant type)", 30}, {"Logical error in meta language", 31}, - {"Unknow instruction", 32}, - {"Bad constant for an immediate value", 33}, - {"Bad constant for a string", 34}, - {"You can only have an instruction into a .text segment", 35}, - {"Unmatched instruction", 36}, - {"Loading file", 37}, - {"Opening file '%s'", 38}, - {"Reading file", 39}, - {"Reading line %i", 40}, - {"Summering line %s", 41}, - {"Internal error into hashing", 42}, - {"Read line '%s'", 43}, - {"Analysing word '%s'", 44}, - {"Missing operator ':'", 45}, - {"Invalid number.", 46}, - {"Expecting ';' for field separator.", 47}, - {"Expecting ',' for field separator.", 48}, - {"Identifier incorrect.", 49}, - {"Error: Expecting a . after a =", 50}, - {"Extra parameters for field 'p'.", 51}, - {"Unexpected char at end of line.", 52}, - {"Expecting operator '=' for field 'p'.", 53}, - {"Error: character . expected.", 54}, - {"= expected after an implicit name", 55}, - {"Identifier incorrect", 56}, - {"expecting ; as field separator", 57}, - {"Loading meta file", 58}, - {"Meta parser init failed.", 59}, - {"Too many nested operators in expression.\n", 60}, - {"Too many nested functions calls in expression.\n", 61}, - {"Invalid unary operator", 62}, - {"Invalid binary operator", 63}, - {"Parse error: too much left parenthesis", 64}, - {"Parse error: too much right parenthesis", 65}, - {"Parse error: enclosure mismatch", 66}, - {"Invalid character", 67}, - {"Out of memory.", 68}, - {"Too much error contexts during pushcontext().", 69}, - {"Error context empty, but popcontext() called.", 70}, - {"FPU not implemented", 71}, + {"Unknow field in metalanguage", 32}, + {"Can't evaluate directly expression", 33}, + {"Value too large for field", 34}, + {"Unknow instruction", 35}, + {"Bad constant for an immediate value", 36}, + {"Bad constant for a string", 37}, + {"You can only have an instruction into a .text segment", 38}, + {"Unmatched instruction", 39}, + {"Syntax error in meta language", 40}, + {"Loading file", 41}, + {"Opening file '%s'", 42}, + {"Reading file", 43}, + {"Reading line %i", 44}, + {"Summering line %s", 45}, + {"Internal error into hashing", 46}, + {"Read line '%s'", 47}, + {"Analysing word '%s'", 48}, + {"Missing operator ':'", 49}, + {"Invalid number.", 50}, + {"Expecting ';' for field separator.", 51}, + {"Expecting ',' for field separator.", 52}, + {"Identifier incorrect.", 53}, + {"Error: Expecting a . after a =", 54}, + {"Extra parameters for field 'p'.", 55}, + {"Unexpected char at end of line.", 56}, + {"Expecting operator '=' for field 'p'.", 57}, + {"Error: character . expected.", 58}, + {"= expected after an implicit name", 59}, + {"Identifier incorrect", 60}, + {"expecting ; as field separator", 61}, + {"Loading meta file", 62}, + {"Meta parser init failed.", 63}, + {"Too many nested operators in expression.\n", 64}, + {"Too many nested functions calls in expression.\n", 65}, + {"Invalid unary operator", 66}, + {"Invalid binary operator", 67}, + {"Parse error: too much left parenthesis", 68}, + {"Parse error: too much right parenthesis", 69}, + {"Parse error: enclosure mismatch", 70}, + {"Invalid character", 71}, + {"Out of memory.", 72}, + {"Too much error contexts during pushcontext().", 73}, + {"Error context empty, but popcontext() called.", 74}, + {"FPU not implemented", 75}, {"\ Assembler\n\ -\n", 72}, - {" o Initialising the meta engine... ", 73}, +\n", 76}, + {" o Initialising the meta engine... ", 77}, {"\ Done!\n\ - o Meta language loading... ", 74}, - {"Meta language loading failed.", 75}, + o Meta language loading... ", 78}, + {"Meta language loading failed.", 79}, {"\ Done!\n\ - o Initialising the assembler core...", 76}, - {"Assembler core init failed.", 77}, - {" Done!\n", 78}, - {"Signal received: segfault", 79}, + o Initialising the assembler core...", 80}, + {"Assembler core init failed.", 81}, + {" Done!\n", 82}, + {"Signal received: segfault", 83}, {"\ \n\ Performing initialisation...\n\ -\n", 80}, +\n", 84}, {"\ \n\ Performing shutdown...\n\ -\n", 81}, - {"Exitting, bye!\n", 82}, +\n", 85}, + {"Exitting, bye!\n", 86}, }; -int _msg_tbl_length = 82; +int _msg_tbl_length = 86; |