From a984cf3f28d3a5935c84f96f6da3bc7bd39a9ff1 Mon Sep 17 00:00:00 2001 From: Pixel <> Date: Fri, 13 Apr 2001 12:03:09 +0000 Subject: Assembleur. --- po/cat-id-tbl.c | 63 ++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 42 insertions(+), 21 deletions(-) (limited to 'po/cat-id-tbl.c') diff --git a/po/cat-id-tbl.c b/po/cat-id-tbl.c index 64b3c92..fceae3e 100644 --- a/po/cat-id-tbl.c +++ b/po/cat-id-tbl.c @@ -23,38 +23,59 @@ const struct _msg_ent _msg_tbl[] = { {"= expected after an implicit name", 14}, {"Identifier incorrect", 15}, {"expecting ; as field separator", 16}, - {"Out of memory.", 17}, - {"Meta parser init failed.", 18}, - {"Too many nested operators in expression.\n", 19}, - {"Too many nested functions calls in expression.\n", 20}, - {"Invalid unary operator", 21}, - {"Invalid binary operator", 22}, - {"Parse error: too much left parenthesis", 23}, - {"Parse error: too much right parenthesis", 24}, - {"Parse error: enclosure mismatch", 25}, - {"Invalid character", 26}, + {"Meta parser init failed.", 17}, + {"Too many nested operators in expression.\n", 18}, + {"Too many nested functions calls in expression.\n", 19}, + {"Invalid unary operator", 20}, + {"Invalid binary operator", 21}, + {"Parse error: too much left parenthesis", 22}, + {"Parse error: too much right parenthesis", 23}, + {"Parse error: enclosure mismatch", 24}, + {"Invalid character", 25}, + {"Not a valid . directive", 26}, + {"Not a valid # directive", 27}, + {"Error: extra parameters to a . directive.", 28}, + {"Too much arguments to #undef", 29}, + {"Defined symbol not found.", 30}, + {"Too much arguments to #include", 31}, + {"Including file at line %i", 32}, + {"Zero divide.", 33}, + {"Error: unable to compute the immediate value", 34}, + {"Function unknow", 35}, + {"Addresses addition not allowed", 36}, + {"You can only use the decal operator on labels", 37}, + {"Address operation invalid", 38}, + {"Addresses operations not allowed", 39}, + {"Expression too complex or invalid", 40}, + {"Address type not supported", 41}, + {"Address addition not supported", 42}, + {"Expression invalid", 43}, + {"Expression too complex", 44}, + {"Something wrong, nested operator called...", 45}, + {"Something wrong, lparenthesis operator called...", 46}, + {"Something wrong, should never got here...", 47}, {"\ Assembler\n\ -\n", 27}, - {" o Initialising the meta engine... ", 28}, +\n", 48}, + {" o Initialising the meta engine... ", 49}, {"\ Done!\n\ - o Meta language loading... ", 29}, - {"Meta language loading failed.", 30}, + o Meta language loading... ", 50}, + {"Meta language loading failed.", 51}, {"\ Done!\n\ - o Initialising the assembler core...", 31}, - {"Assembler core init failed.", 32}, - {" Done!\n", 33}, + o Initialising the assembler core...", 52}, + {"Assembler core init failed.", 53}, + {" Done!\n", 54}, {"\ \n\ Performing initialisation...\n\ -\n", 34}, +\n", 55}, {"\ \n\ Performing shutdown...\n\ -\n", 35}, - {"Exitting, bye!\n", 36}, +\n", 56}, + {"Exitting, bye!\n", 57}, }; -int _msg_tbl_length = 36; +int _msg_tbl_length = 57; -- cgit v1.2.3