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 | |
parent | ce176d3637caebac401e634b40abe8bc48505327 (diff) |
Assembleur
Diffstat (limited to 'po')
-rw-r--r-- | po/ProjetArchi.pot | 17 | ||||
-rw-r--r-- | po/cat-id-tbl.c | 70 |
2 files changed, 50 insertions, 37 deletions
diff --git a/po/ProjetArchi.pot b/po/ProjetArchi.pot index 9f909a4..29f9689 100644 --- a/po/ProjetArchi.pot +++ b/po/ProjetArchi.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2001-04-02 02:48+0200\n" +"POT-Creation-Date: 2001-04-02 03:11+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -14,6 +14,17 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: ENCODING\n" +#: lib/meta.c:68 +#, c-format +msgid "Read line '%s'" +msgstr "" + +#: lib/meta.c:73 lib/meta.c:150 lib/meta.c:163 lib/meta.c:236 lib/meta.c:246 +#: lib/meta.c:271 lib/meta.c:278 +#, c-format +msgid "Analysing word '%s'" +msgstr "" + #: lib/meta.c:77 msgid "Missing operator ':'" msgstr "" @@ -148,13 +159,13 @@ msgid "" "\n" msgstr "" -#: src/compilo.c:48 +#: src/compilo.c:51 msgid "" "\n" "Performing shutdown...\n" "\n" msgstr "" -#: src/compilo.c:51 +#: src/compilo.c:54 msgid "Exitting, bye!\n" msgstr "" 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; |