summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPixel <Pixel>2001-05-02 22:55:04 +0000
committerPixel <Pixel>2001-05-02 22:55:04 +0000
commit4b21f0cbce53ea81021b55b1a9f178b41e2b0e7d (patch)
tree73ad2341c8d3c2e7a6f28402ece793f1fd4199a2
parent52e00574de98b7fdcfaf8f1c23517983553a2d90 (diff)
Fr.po
-rw-r--r--po/fr.po263
1 files changed, 198 insertions, 65 deletions
diff --git a/po/fr.po b/po/fr.po
index c896771..8cc895a 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-04-29 00:49+0200\n"
+"POT-Creation-Date: 2001-05-03 00:32+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,123 +14,256 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: ENCODING\n"
-#: lib/exceptions.c:26 lib/exceptions.c:40
+#: lib/exceptions.c:31 lib/exceptions.c:45
msgid "Out of memory."
-msgstr ""
+msgstr "Plus de mémoire."
-#: lib/exceptions.c:51
+#: lib/exceptions.c:58
msgid "Too much error contexts during pushcontext()."
-msgstr ""
+msgstr "Trop de contextes d'erreur lors d'un pushcontext()."
-#: lib/exceptions.c:62
+#: lib/exceptions.c:69
msgid "Error context empty, but popcontext() called."
-msgstr ""
+msgstr "Contexte d'erreur vide, mais popcontext() a été appelé."
-#: lib/hash.c:26
+#: lib/exceptions.c:89
+msgid "Non-fatal error detected. Showing context.\n"
+msgstr "Erreur non fatale détectée. Affichage du contexte.\n"
+
+#: lib/exceptions.c:93 lib/exceptions.c:102
+#, c-format
+msgid " Error description: %s\n"
+msgstr " Description de l'erreur: %s\n"
+
+#: lib/exceptions.c:98
+msgid "Fatal error detected. Showing context.\n"
+msgstr "Erreur fatale détectée. Affichage du contexte.\n"
+
+#: lib/hash.c:30
msgid "Internal error into hashing"
-msgstr ""
+msgstr "Erreur interne lors du hachage"
-#: lib/parser.c:99
+#: lib/parser.c:97
msgid "Too many nested operators in expression.\n"
-msgstr ""
+msgstr "Trop d'opérateurs imbriqués dans l'expression.\n"
-#: lib/parser.c:130
+#: lib/parser.c:128
msgid "Too many nested functions calls in expression.\n"
-msgstr ""
+msgstr "Trop de d'appels de fonctions imbriqués dans l'expression.\n"
-#: lib/parser.c:207
+#: lib/parser.c:204
msgid "Invalid unary operator"
-msgstr ""
+msgstr "Opérateur unaire invalide"
-#: lib/parser.c:209
+#: lib/parser.c:206
msgid "Invalid binary operator"
-msgstr ""
+msgstr "Opérateur binaire invalide"
-#: lib/parser.c:235
+#: lib/parser.c:230
msgid "Parse error: too much left parenthesis"
-msgstr ""
+msgstr "Erreur: trop de parenthèses gauche"
-#: lib/parser.c:245 lib/parser.c:264
+#: lib/parser.c:240
msgid "Parse error: too much right parenthesis"
-msgstr ""
-
-#: lib/parser.c:250 lib/parser.c:269
-msgid "Parse error: enclosure mismatch"
-msgstr ""
+msgstr "Erreur: trop de parenthèses droite"
-#: lib/parser.c:288
+#: lib/parser.c:267
msgid "Invalid character"
-msgstr ""
+msgstr "Caractère invalide"
-#: lib/pile.c:79
+#: lib/pile.c:34
+#, c-format
+msgid "Calling push_pile(%s)"
+msgstr "Appel à push_pile(%s)"
+
+#. il s'agit d'un entier
+#: lib/pile.c:41
+msgid "it's an integer"
+msgstr "c'est un entier"
+
+#. il s'agit d'un flottant
+#: lib/pile.c:45
+msgid "it's a float"
+msgstr "c'est un flottant"
+
+#. il s'agit de x
+#: lib/pile.c:49
+msgid "it's X"
+msgstr "c'est X"
+
+#. il s'agit d'une variable
+#: lib/pile.c:53
+msgid "it's a variable"
+msgstr "c'est une variable"
+
+#. il s'agit d'un nom
+#: lib/pile.c:57
+msgid "it's a name"
+msgstr "c'est un nom"
+
+#: lib/pile.c:80
msgid "push_pile_poly: Stack Overflow"
-msgstr ""
+msgstr "push_pile_poly: Débordement de pile"
-#: lib/pile.c:91
+#: lib/pile.c:92
msgid "push_pile_int: Stack Overflow"
-msgstr ""
+msgstr "push_pile_int: Débordement de pile"
-#: lib/pile.c:103
+#: lib/pile.c:105
msgid "push_pile_string: Stack Overflow"
-msgstr ""
+msgstr "push_pile_string: Débordement de pile"
-#: lib/pile.c:115
+#: lib/pile.c:120
#, c-format
msgid "pop_pile: Can't pop %u elements"
-msgstr ""
+msgstr "pop_pile: Ne peut dépiler %u élements"
+
+#: lib/pile.c:159
+msgid "move_to_resultat_pile()"
+msgstr "move_to_resultat_pile()"
+
+#: lib/pile.c:173
+msgid "move_to_resultat_pile: invalid argument type"
+msgstr "move_to_resultat_pile: type de l'argument invalide"
+
+#: lib/pile.c:176
+msgid "move_to_resultat_pile: Stack Overflow"
+msgstr "move_to_resultat_pile: Débordement de Pile"
+
+#: lib/pile.c:185
+msgid "pop_resultat()"
+msgstr "pop_resultat()"
+
+#: lib/pile.c:190
+msgid "move_to_resultat_pile: empty stack"
+msgstr "move_to_resultat_pile: pile vide"
-#: lib/pile.c:154
+#: lib/pile.c:251
#, c-format
-msgid "Calling act_pile(%i)\n"
-msgstr ""
+msgid "Calling act_pile(%i)"
+msgstr "Appel à act_pile(%i)"
-#: lib/pile.c:167
+#: lib/pile.c:270
msgid "act_pile: OP_PLUS invalid arguments"
-msgstr ""
+msgstr "act_pile: OP_PLUS arguments invalides"
-#: lib/pile.c:180
+#: lib/pile.c:286
msgid "act_pile: OP_MOINS invalid arguments"
-msgstr ""
+msgstr "act_pile: OP_MOINS arguments invalides"
-#: lib/pile.c:193
+#: lib/pile.c:302
msgid "act_pile: OP_MUL invalid arguments"
-msgstr ""
+msgstr "act_pile: OP_MOINS arguments invalides"
-#: lib/pile.c:206
+#: lib/pile.c:318
msgid "act_pile: OP_DIV invalid arguments"
-msgstr ""
+msgstr "act_pile: OP_DIV arguments invalides"
-#: lib/pile.c:219
+#: lib/pile.c:334
msgid "act_pile: OP_MOD invalid arguments"
-msgstr ""
+msgstr "act_pile: OP_MOD arguments invalides"
+
+#: lib/pile.c:352
+msgid "act_pile: OP_EXP invalid power"
+msgstr "act_pile: OP_EXP puissance invalide"
+
+#: lib/pile.c:355
+msgid "act_pile: OP_EXP empty polynom"
+msgstr "act_pile: OP_EXP polynome vide"
-#: lib/pile.c:235 lib/pile.c:238 lib/pile.c:241
+#: lib/pile.c:358
msgid "act_pile: OP_EXP invalid arguments"
-msgstr ""
+msgstr "act_pile: OP_EXP argument invalide"
-#: lib/pile.c:256
+#: lib/pile.c:376
msgid "act_pile: OP_ASSIGN empty string"
-msgstr ""
+msgstr "act_pile: OP_ASSIGN chaîne vide"
-#: lib/pile.c:259
+#: lib/pile.c:379
msgid "act_pile: OP_ASSIGN invalid arguments"
-msgstr ""
+msgstr "act_pile: OP_ASSIGN arguments invalides"
-#: lib/pile.c:272
+#: lib/pile.c:397
msgid "act_pile: OP_MOINS_UNARY invalid argument"
-msgstr ""
+msgstr "act_pile: OP_MOINS_UNARY argument invalide"
-#: lib/pile.c:295 lib/pile.c:298 lib/pile.c:301
-msgid "act_pile: OP_FUNC_CALL invalid arguments"
-msgstr ""
+#: lib/pile.c:414
+msgid "act_pile: OP_FUNC_CALL incorrect argument type"
+msgstr "act_pile: OP_FUNC_CALL type d'argument incorrect"
+
+#: lib/pile.c:420
+msgid "act_pile: OP_FUNC_CALL invalid operand type"
+msgstr "act_pile: OP_MOINS type d'opérande invalide"
+
+#: lib/pile.c:425
+msgid "act_pile: OP_FUNC_CALL need only one argument for a polynom evaluation"
+msgstr "act_pile: OP_FUNC_CALL nécessite uniquement un argument pour l'évaluation d'un polynôme"
+
+#: lib/pile.c:433
+msgid "act_pile: OP_FUNC_CALL incorrect value for 2nd arg"
+msgstr "act_pile: OP_FUNC_CALL valeur incorrecte pour le deuxième argument"
-#: lib/pile.c:304
+#: lib/pile.c:436
+msgid "act_pile: OP_FUNC_CALL arg2 is an empty polynom"
+msgstr "act_pile: OP_FUNC_CALL arg2 est un polynôme vide"
+
+#: lib/pile.c:445
msgid "act_pile: OP_FUNC_CALL incorrect argument number"
-msgstr ""
+msgstr "act_pile: OP_FUNC_CALL nombre d'arguments incorrect"
-#: lib/pile.c:308
+#: lib/pile.c:449
msgid "act_pile: Unknown operator"
-msgstr ""
+msgstr "act_pile: Opérateur inconnu"
+
+#: lib/pile.c:459
+msgid "\t-- Printing Stack\n"
+msgstr "\t-- Affichage de la Pile\n"
+
+#: lib/pile.c:475
+msgid "\t-- End Printing Stack\n"
+msgstr "\t-- Fin d'Affichage de la Pile"
+
+#: lib/polynom.c:386
+msgid "ply_affichage: strcat error, not enough space in buffer"
+msgstr "ply_affichage: erreur, plus d'espace dans le buffer"
+
+#: lib/scalaires.c:64
+msgid "rat_constr: division by zero"
+msgstr "rat_constr: division par zéro"
+
+#: lib/scalaires.c:118
+msgid "division by zero"
+msgstr "division par zéro"
+
+#: src/Polynom.c:28
+msgid "Signal received: segfault"
+msgstr "Reçu le signal segfault"
+
+#: src/Polynom.c:33
+msgid "Signal received: break"
+msgstr "Reçu le signal break"
+
+#: src/Polynom.c:67
+msgid ""
+"\n"
+"Performing initialisation...\n"
+"\n"
+msgstr "\nInitialisation...\n\n"
+
+#: src/Polynom.c:72
+msgid ""
+"\n"
+"Starting interface...\n"
+"\n"
+msgstr "\nLancement de l'interface\n\n"
+
+#: src/Polynom.c:75
+msgid ""
+"\n"
+"Performing shutdown...\n"
+"\n"
+msgstr "\nArret...\n\n"
-#~ msgid "Hello World!\n"
-#~ msgstr "Bonjour le monde!\n"
+#: src/Polynom.c:82
+msgid "Exiting, bye!\n"
+msgstr "C'est terminé, au revoir!\n"