diff options
author | biouman <biouman> | 2001-04-28 23:07:37 +0000 |
---|---|---|
committer | biouman <biouman> | 2001-04-28 23:07:37 +0000 |
commit | 842576279c3d573da0f82d06523864c34190ce56 (patch) | |
tree | 551324021c82dbee4be9a69c701aaebf773c9ebe /po | |
parent | abd0d6dc5a56768f30232a0588b0c663f2acbe4f (diff) |
*** empty log message ***
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES.in | 1 | ||||
-rw-r--r-- | po/cat-id-tbl.c | 34 | ||||
-rw-r--r-- | po/fr.po | 125 |
3 files changed, 152 insertions, 8 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index a818424..f41f122 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,6 +1,5 @@ lib/exceptions.c lib/hash.c -lib/main.c lib/numbers.c lib/parser.c lib/pile.c diff --git a/po/cat-id-tbl.c b/po/cat-id-tbl.c index 4c0c5bd..85ff112 100644 --- a/po/cat-id-tbl.c +++ b/po/cat-id-tbl.c @@ -1,4 +1,4 @@ -/* Automatically generated by po2tbl.sed from Dumb.pot. */ +/* Automatically generated by po2tbl.sed from Polynom.pot. */ #if HAVE_CONFIG_H # include <config.h> @@ -8,7 +8,35 @@ const struct _msg_ent _msg_tbl[] = { {"", 1}, - {"Hello World!\n", 2}, + {"Out of memory.", 2}, + {"Too much error contexts during pushcontext().", 3}, + {"Error context empty, but popcontext() called.", 4}, + {"Internal error into hashing", 5}, + {"Too many nested operators in expression.\n", 6}, + {"Too many nested functions calls in expression.\n", 7}, + {"Invalid unary operator", 8}, + {"Invalid binary operator", 9}, + {"Parse error: too much left parenthesis", 10}, + {"Parse error: too much right parenthesis", 11}, + {"Parse error: enclosure mismatch", 12}, + {"Invalid character", 13}, + {"push_pile_poly: Stack Overflow", 14}, + {"push_pile_int: Stack Overflow", 15}, + {"push_pile_string: Stack Overflow", 16}, + {"pop_pile: Can't pop %u elements", 17}, + {"Calling act_pile(%i)\n", 18}, + {"act_pile: OP_PLUS invalid arguments", 19}, + {"act_pile: OP_MOINS invalid arguments", 20}, + {"act_pile: OP_MUL invalid arguments", 21}, + {"act_pile: OP_DIV invalid arguments", 22}, + {"act_pile: OP_MOD invalid arguments", 23}, + {"act_pile: OP_EXP invalid arguments", 24}, + {"act_pile: OP_ASSIGN empty string", 25}, + {"act_pile: OP_ASSIGN invalid arguments", 26}, + {"act_pile: OP_MOINS_UNARY invalid argument", 27}, + {"act_pile: OP_FUNC_CALL invalid arguments", 28}, + {"act_pile: OP_FUNC_CALL incorrect argument number", 29}, + {"act_pile: Unknown operator", 30}, }; -int _msg_tbl_length = 2; +int _msg_tbl_length = 30; @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2001-01-04 02:04+0100\n" +"POT-Creation-Date: 2001-04-29 00:49+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,123 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: ENCODING\n" -#: lib/Dumb.c:5 -msgid "Hello World!\n" -msgstr "Bonjour le monde!\n" +#: lib/exceptions.c:26 lib/exceptions.c:40 +msgid "Out of memory." +msgstr "" + +#: lib/exceptions.c:51 +msgid "Too much error contexts during pushcontext()." +msgstr "" + +#: lib/exceptions.c:62 +msgid "Error context empty, but popcontext() called." +msgstr "" + +#: lib/hash.c:26 +msgid "Internal error into hashing" +msgstr "" + +#: lib/parser.c:99 +msgid "Too many nested operators in expression.\n" +msgstr "" + +#: lib/parser.c:130 +msgid "Too many nested functions calls in expression.\n" +msgstr "" + +#: lib/parser.c:207 +msgid "Invalid unary operator" +msgstr "" + +#: lib/parser.c:209 +msgid "Invalid binary operator" +msgstr "" + +#: lib/parser.c:235 +msgid "Parse error: too much left parenthesis" +msgstr "" + +#: lib/parser.c:245 lib/parser.c:264 +msgid "Parse error: too much right parenthesis" +msgstr "" + +#: lib/parser.c:250 lib/parser.c:269 +msgid "Parse error: enclosure mismatch" +msgstr "" + +#: lib/parser.c:288 +msgid "Invalid character" +msgstr "" + +#: lib/pile.c:79 +msgid "push_pile_poly: Stack Overflow" +msgstr "" + +#: lib/pile.c:91 +msgid "push_pile_int: Stack Overflow" +msgstr "" + +#: lib/pile.c:103 +msgid "push_pile_string: Stack Overflow" +msgstr "" + +#: lib/pile.c:115 +#, c-format +msgid "pop_pile: Can't pop %u elements" +msgstr "" + +#: lib/pile.c:154 +#, c-format +msgid "Calling act_pile(%i)\n" +msgstr "" + +#: lib/pile.c:167 +msgid "act_pile: OP_PLUS invalid arguments" +msgstr "" + +#: lib/pile.c:180 +msgid "act_pile: OP_MOINS invalid arguments" +msgstr "" + +#: lib/pile.c:193 +msgid "act_pile: OP_MUL invalid arguments" +msgstr "" + +#: lib/pile.c:206 +msgid "act_pile: OP_DIV invalid arguments" +msgstr "" + +#: lib/pile.c:219 +msgid "act_pile: OP_MOD invalid arguments" +msgstr "" + +#: lib/pile.c:235 lib/pile.c:238 lib/pile.c:241 +msgid "act_pile: OP_EXP invalid arguments" +msgstr "" + +#: lib/pile.c:256 +msgid "act_pile: OP_ASSIGN empty string" +msgstr "" + +#: lib/pile.c:259 +msgid "act_pile: OP_ASSIGN invalid arguments" +msgstr "" + +#: lib/pile.c:272 +msgid "act_pile: OP_MOINS_UNARY invalid argument" +msgstr "" + +#: lib/pile.c:295 lib/pile.c:298 lib/pile.c:301 +msgid "act_pile: OP_FUNC_CALL invalid arguments" +msgstr "" + +#: lib/pile.c:304 +msgid "act_pile: OP_FUNC_CALL incorrect argument number" +msgstr "" + +#: lib/pile.c:308 +msgid "act_pile: Unknown operator" +msgstr "" + +#~ msgid "Hello World!\n" +#~ msgstr "Bonjour le monde!\n" |