summaryrefslogtreecommitdiff
path: root/po/fr.po
diff options
context:
space:
mode:
authorbiouman <biouman>2001-04-28 23:07:37 +0000
committerbiouman <biouman>2001-04-28 23:07:37 +0000
commit842576279c3d573da0f82d06523864c34190ce56 (patch)
tree551324021c82dbee4be9a69c701aaebf773c9ebe /po/fr.po
parentabd0d6dc5a56768f30232a0588b0c663f2acbe4f (diff)
*** empty log message ***
Diffstat (limited to 'po/fr.po')
-rw-r--r--po/fr.po125
1 files changed, 121 insertions, 4 deletions
diff --git a/po/fr.po b/po/fr.po
index 64fb3bd..c896771 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -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"