diff options
Diffstat (limited to 'po/cat-id-tbl.c')
-rw-r--r-- | po/cat-id-tbl.c | 120 |
1 files changed, 63 insertions, 57 deletions
diff --git a/po/cat-id-tbl.c b/po/cat-id-tbl.c index 1466fe7..b5cafca 100644 --- a/po/cat-id-tbl.c +++ b/po/cat-id-tbl.c @@ -65,73 +65,79 @@ Error in the metalanguage (pattern should be here if not a constant type)", 31}, {"Can't evaluate expression", 55}, {"Dumping data segment", 56}, {"Dumping bss segment", 57}, - {"Loading file", 58}, - {"Opening file '%s'", 59}, - {"Reading file", 60}, - {"Reading line %i", 61}, - {"Summering line %s", 62}, - {"Opening output file", 63}, - {"Error writing output file", 64}, - {"Writing output file", 65}, - {"Internal error into hashing", 66}, - {"Read line '%s'", 67}, - {"Analysing word '%s'", 68}, - {"Missing operator ':'", 69}, - {"Invalid number.", 70}, - {"Expecting ';' for field separator.", 71}, - {"Expecting ',' for field separator.", 72}, - {"Identifier incorrect.", 73}, - {"Error: Expecting a . after a =", 74}, - {"Extra parameters for field 'p'.", 75}, - {"Unexpected char at end of line.", 76}, - {"Expecting operator '=' for field 'p'.", 77}, - {"Error: character . expected.", 78}, - {"= expected after an implicit name", 79}, - {"Identifier incorrect", 80}, - {"expecting ; as field separator", 81}, - {"Loading meta file", 82}, - {"Meta parser init failed.", 83}, - {"Too many nested operators in expression.\n", 84}, - {"Too many nested functions calls in expression.\n", 85}, - {"Invalid unary operator", 86}, - {"Invalid binary operator", 87}, - {"Parse error: too much left parenthesis", 88}, - {"Parse error: too much right parenthesis", 89}, - {"Parse error: enclosure mismatch", 90}, - {"Invalid character", 91}, - {"Out of memory.", 92}, - {"Too much error contexts during pushcontext().", 93}, - {"Error context empty, but popcontext() called.", 94}, - {"ResetBit: Incorrect Value", 95}, - {"SetBit: Incorrect Value", 96}, - {"ValeurBit: Incorrect Value", 97}, - {"Adresse: Unmatched Addr Field", 98}, - {"FPU not implemented", 99}, - {"Invalid Memory Adress", 100}, - {"Invalid Register Descriptor", 101}, {"\ -Assembler\n\ -\n", 102}, - {" o Initialising the meta engine... ", 103}, +Statistics: %i words of text, %i words of data, and %i words reserved.\n\ +%i symbols generated with %i internal and %i external.\n", 58}, + {"Loading file", 59}, + {"Opening file '%s'", 60}, + {"Reading file", 61}, + {"Reading line %i", 62}, + {"Summering line %s", 63}, + {"Assembling file %s...\n", 64}, + {"Opening output file", 65}, + {"Error writing output file", 66}, + {"Writing output file", 67}, + {"Generating output file %s...\n", 68}, + {"Internal error into hashing", 69}, + {"Read line '%s'", 70}, + {"Analysing word '%s'", 71}, + {"Missing operator ':'", 72}, + {"Invalid number.", 73}, + {"Expecting ';' for field separator.", 74}, + {"Expecting ',' for field separator.", 75}, + {"Identifier incorrect.", 76}, + {"Error: Expecting a . after a =", 77}, + {"Extra parameters for field 'p'.", 78}, + {"Unexpected char at end of line.", 79}, + {"Expecting operator '=' for field 'p'.", 80}, + {"Error: character . expected.", 81}, + {"= expected after an implicit name", 82}, + {"Identifier incorrect", 83}, + {"expecting ; as field separator", 84}, + {"Loading meta file", 85}, + {"Meta parser init failed.", 86}, + {"Too many nested operators in expression.\n", 87}, + {"Too many nested functions calls in expression.\n", 88}, + {"Invalid unary operator", 89}, + {"Invalid binary operator", 90}, + {"Parse error: too much left parenthesis", 91}, + {"Parse error: too much right parenthesis", 92}, + {"Parse error: enclosure mismatch", 93}, + {"Invalid character", 94}, + {"Out of memory.", 95}, + {"Too much error contexts during pushcontext().", 96}, + {"Error context empty, but popcontext() called.", 97}, + {"ResetBit: Incorrect Value", 98}, + {"SetBit: Incorrect Value", 99}, + {"ValeurBit: Incorrect Value", 100}, + {"Adresse: Unmatched Addr Field", 101}, + {"FPU not implemented", 102}, + {"Invalid Memory Adress", 103}, + {"Invalid Register Descriptor", 104}, + {"\ +Assembler v1.0\n\ +\n", 105}, + {"Usage: compilo program.asm objet.out\n", 106}, + {" o Initialising the meta engine... ", 107}, {"\ Done!\n\ - o Meta language loading... ", 104}, - {"Meta language loading failed.", 105}, + o Meta language loading... ", 108}, + {"Meta language loading failed.", 109}, {"\ Done!\n\ - o Initialising the assembler core...", 106}, - {"Assembler core init failed.", 107}, - {" Done!\n", 108}, - {"Signal received: segfault", 109}, + o Initialising the assembler core...", 110}, + {"Assembler core init failed.", 111}, + {" Done!\n", 112}, + {"Signal received: segfault", 113}, {"\ \n\ Performing initialisation...\n\ -\n", 110}, +\n", 114}, {"\ \n\ Performing shutdown...\n\ -\n", 111}, - {"Exitting, bye!\n", 112}, +\n", 115}, + {"Exitting, bye!\n", 116}, }; -int _msg_tbl_length = 112; +int _msg_tbl_length = 116; |