From 38e3212d37dc9594aa409b67da00529466a1713e Mon Sep 17 00:00:00 2001 From: Pixel <> Date: Sun, 15 Apr 2001 18:22:38 +0000 Subject: Bug fixes --- po/cat-id-tbl.c | 103 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 51 insertions(+), 52 deletions(-) (limited to 'po/cat-id-tbl.c') diff --git a/po/cat-id-tbl.c b/po/cat-id-tbl.c index 7188a69..e650a97 100644 --- a/po/cat-id-tbl.c +++ b/po/cat-id-tbl.c @@ -51,69 +51,68 @@ Error in the metalanguage (pattern should be here if not a constant type)", 31}, {"You can only have an instruction into a .text segment", 41}, {"Unmatched instruction", 42}, {"Can't have a direct value for a relative offset", 43}, - {"Syntax error in meta language", 44}, - {"Loading file", 45}, - {"Opening file '%s'", 46}, - {"Reading file", 47}, - {"Reading line %i", 48}, - {"Summering line %s", 49}, - {"Opening output file", 50}, - {"Error writing output file", 51}, - {"Error reading file", 52}, - {"Writing output file", 53}, - {"Internal error into hashing", 54}, - {"Read line '%s'", 55}, - {"Analysing word '%s'", 56}, - {"Missing operator ':'", 57}, - {"Invalid number.", 58}, - {"Expecting ';' for field separator.", 59}, - {"Expecting ',' for field separator.", 60}, - {"Identifier incorrect.", 61}, - {"Error: Expecting a . after a =", 62}, - {"Extra parameters for field 'p'.", 63}, - {"Unexpected char at end of line.", 64}, - {"Expecting operator '=' for field 'p'.", 65}, - {"Error: character . expected.", 66}, - {"= expected after an implicit name", 67}, - {"Identifier incorrect", 68}, - {"expecting ; as field separator", 69}, - {"Loading meta file", 70}, - {"Meta parser init failed.", 71}, - {"Too many nested operators in expression.\n", 72}, - {"Too many nested functions calls in expression.\n", 73}, - {"Invalid unary operator", 74}, - {"Invalid binary operator", 75}, - {"Parse error: too much left parenthesis", 76}, - {"Parse error: too much right parenthesis", 77}, - {"Parse error: enclosure mismatch", 78}, - {"Invalid character", 79}, - {"Out of memory.", 80}, - {"Too much error contexts during pushcontext().", 81}, - {"Error context empty, but popcontext() called.", 82}, - {"FPU not implemented", 83}, + {"Loading file", 44}, + {"Opening file '%s'", 45}, + {"Reading file", 46}, + {"Reading line %i", 47}, + {"Summering line %s", 48}, + {"Opening output file", 49}, + {"Error writing output file", 50}, + {"Error reading file", 51}, + {"Writing output file", 52}, + {"Internal error into hashing", 53}, + {"Read line '%s'", 54}, + {"Analysing word '%s'", 55}, + {"Missing operator ':'", 56}, + {"Invalid number.", 57}, + {"Expecting ';' for field separator.", 58}, + {"Expecting ',' for field separator.", 59}, + {"Identifier incorrect.", 60}, + {"Error: Expecting a . after a =", 61}, + {"Extra parameters for field 'p'.", 62}, + {"Unexpected char at end of line.", 63}, + {"Expecting operator '=' for field 'p'.", 64}, + {"Error: character . expected.", 65}, + {"= expected after an implicit name", 66}, + {"Identifier incorrect", 67}, + {"expecting ; as field separator", 68}, + {"Loading meta file", 69}, + {"Meta parser init failed.", 70}, + {"Too many nested operators in expression.\n", 71}, + {"Too many nested functions calls in expression.\n", 72}, + {"Invalid unary operator", 73}, + {"Invalid binary operator", 74}, + {"Parse error: too much left parenthesis", 75}, + {"Parse error: too much right parenthesis", 76}, + {"Parse error: enclosure mismatch", 77}, + {"Invalid character", 78}, + {"Out of memory.", 79}, + {"Too much error contexts during pushcontext().", 80}, + {"Error context empty, but popcontext() called.", 81}, + {"FPU not implemented", 82}, {"\ Assembler\n\ -\n", 84}, - {" o Initialising the meta engine... ", 85}, +\n", 83}, + {" o Initialising the meta engine... ", 84}, {"\ Done!\n\ - o Meta language loading... ", 86}, - {"Meta language loading failed.", 87}, + o Meta language loading... ", 85}, + {"Meta language loading failed.", 86}, {"\ Done!\n\ - o Initialising the assembler core...", 88}, - {"Assembler core init failed.", 89}, - {" Done!\n", 90}, - {"Signal received: segfault", 91}, + o Initialising the assembler core...", 87}, + {"Assembler core init failed.", 88}, + {" Done!\n", 89}, + {"Signal received: segfault", 90}, {"\ \n\ Performing initialisation...\n\ -\n", 92}, +\n", 91}, {"\ \n\ Performing shutdown...\n\ -\n", 93}, - {"Exitting, bye!\n", 94}, +\n", 92}, + {"Exitting, bye!\n", 93}, }; -int _msg_tbl_length = 94; +int _msg_tbl_length = 93; -- cgit v1.2.3