diff options
author | Pixel <> | 2001-04-02 09:49:50 +0000 |
---|---|---|
committer | Pixel <> | 2001-04-02 09:49:50 +0000 |
commit | 905814760584d843409763d9f3c24b73b0780444 (patch) | |
tree | 05a1643d10de5e560a6042ac839b13b365f6e638 /po/cat-id-tbl.c | |
parent | ce176d3637caebac401e634b40abe8bc48505327 (diff) |
Assembleur
Diffstat (limited to 'po/cat-id-tbl.c')
-rw-r--r-- | po/cat-id-tbl.c | 70 |
1 files changed, 36 insertions, 34 deletions
diff --git a/po/cat-id-tbl.c b/po/cat-id-tbl.c index a94117f..64b3c92 100644 --- a/po/cat-id-tbl.c +++ b/po/cat-id-tbl.c @@ -8,51 +8,53 @@ const struct _msg_ent _msg_tbl[] = { {"", 1}, - {"Missing operator ':'", 2}, - {"Invalid number.", 3}, - {"Expecting ';' for field separator.", 4}, - {"Expecting ',' for field separator.", 5}, - {"Identifier incorrect.", 6}, - {"Error: Expecting a . after a =", 7}, - {"Extra parameters for field 'p'.", 8}, - {"Unexpected char at end of line.", 9}, - {"Expecting operator '=' for field 'p'.", 10}, - {"Error: character . expected.", 11}, - {"= expected after an implicit name", 12}, - {"Identifier incorrect", 13}, - {"expecting ; as field separator", 14}, - {"Out of memory.", 15}, - {"Meta parser init failed.", 16}, - {"Too many nested operators in expression.\n", 17}, - {"Too many nested functions calls in expression.\n", 18}, - {"Invalid unary operator", 19}, - {"Invalid binary operator", 20}, - {"Parse error: too much left parenthesis", 21}, - {"Parse error: too much right parenthesis", 22}, - {"Parse error: enclosure mismatch", 23}, - {"Invalid character", 24}, + {"Read line '%s'", 2}, + {"Analysing word '%s'", 3}, + {"Missing operator ':'", 4}, + {"Invalid number.", 5}, + {"Expecting ';' for field separator.", 6}, + {"Expecting ',' for field separator.", 7}, + {"Identifier incorrect.", 8}, + {"Error: Expecting a . after a =", 9}, + {"Extra parameters for field 'p'.", 10}, + {"Unexpected char at end of line.", 11}, + {"Expecting operator '=' for field 'p'.", 12}, + {"Error: character . expected.", 13}, + {"= 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}, {"\ Assembler\n\ -\n", 25}, - {" o Initialising the meta engine... ", 26}, +\n", 27}, + {" o Initialising the meta engine... ", 28}, {"\ Done!\n\ - o Meta language loading... ", 27}, - {"Meta language loading failed.", 28}, + o Meta language loading... ", 29}, + {"Meta language loading failed.", 30}, {"\ Done!\n\ - o Initialising the assembler core...", 29}, - {"Assembler core init failed.", 30}, - {" Done!\n", 31}, + o Initialising the assembler core...", 31}, + {"Assembler core init failed.", 32}, + {" Done!\n", 33}, {"\ \n\ Performing initialisation...\n\ -\n", 32}, +\n", 34}, {"\ \n\ Performing shutdown...\n\ -\n", 33}, - {"Exitting, bye!\n", 34}, +\n", 35}, + {"Exitting, bye!\n", 36}, }; -int _msg_tbl_length = 34; +int _msg_tbl_length = 36; |