summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPixel <Pixel>2001-05-03 01:03:08 +0000
committerPixel <Pixel>2001-05-03 01:03:08 +0000
commit96279839dfa537d8ad9423fafdf6c12f6fe6591e (patch)
tree6ff3e47ca8f3cd92fe8065e92d0428e293dff25f
parent996719402b210b48d106c637199d22c5a54c25bf (diff)
Pouet
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/Makefile.doc2
-rw-r--r--po/fr.gmobin5216 -> 5138 bytes
-rw-r--r--po/fr.po164
4 files changed, 94 insertions, 74 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 6bed805..85fc53c 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -7,4 +7,4 @@ clean:
distclean:
make -f Makefile.doc clean
-EXTRA_DIST = bib.tex conclusion.tex description.tex intro.tex manuel.tex outils.tex polynom.tex algo.tex
+EXTRA_DIST = bib.tex conclusion.tex description.tex intro.tex manuel.tex outils.tex polynom.tex algo.tex Makefile.doc exemples.tex
diff --git a/doc/Makefile.doc b/doc/Makefile.doc
index b3131bf..8757732 100644
--- a/doc/Makefile.doc
+++ b/doc/Makefile.doc
@@ -2,7 +2,7 @@ PROJET=polynom
all: $(PROJET).dvi
-$(PROJET).dvi: bib.tex conclusion.tex description.tex intro.tex manuel.tex outils.tex polynom.tex source.tex algo.tex
+$(PROJET).dvi: bib.tex conclusion.tex description.tex intro.tex manuel.tex outils.tex polynom.tex source.tex algo.tex exemples.tex
echo
echo pass1
echo
diff --git a/po/fr.gmo b/po/fr.gmo
index a6b6485..7b9708f 100644
--- a/po/fr.gmo
+++ b/po/fr.gmo
Binary files differ
diff --git a/po/fr.po b/po/fr.po
index 3e71ad9..28f8d40 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-05-03 00:32+0200\n"
+"POT-Creation-Date: 2001-05-03 02:44+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,256 +14,276 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: ENCODING\n"
-#: lib/exceptions.c:31 lib/exceptions.c:45
+#: lib/exceptions.c:33 lib/exceptions.c:47
msgid "Out of memory."
msgstr "Plus de mémoire."
-#: lib/exceptions.c:58
+#: lib/exceptions.c:62
msgid "Too much error contexts during pushcontext()."
msgstr "Trop de contextes d'erreur lors d'un pushcontext()."
-#: lib/exceptions.c:69
+#: lib/exceptions.c:73
msgid "Error context empty, but popcontext() called."
msgstr "Contexte d'erreur vide, mais popcontext() a été appelé."
-#: lib/exceptions.c:89
+#: lib/exceptions.c:96
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
+#: lib/exceptions.c:100 lib/exceptions.c:109
#, c-format
msgid " Error description: %s\n"
msgstr " Description de l'erreur: %s\n"
-#: lib/exceptions.c:98
+#: lib/exceptions.c:105
msgid "Fatal error detected. Showing context.\n"
msgstr "Erreur fatale détectée. Affichage du contexte.\n"
-#: lib/hash.c:30
+#: lib/hash.c:32
msgid "Internal error into hashing"
msgstr "Erreur interne lors du hachage"
-#: lib/parser.c:97
+#: lib/parser.c:104
msgid "Too many nested operators in expression.\n"
msgstr "Trop d'opérateurs imbriqués dans l'expression.\n"
-#: lib/parser.c:128
+#: lib/parser.c:135
msgid "Too many nested functions calls in expression.\n"
msgstr "Trop de d'appels de fonctions imbriqués dans l'expression.\n"
-#: lib/parser.c:204
+#: lib/parser.c:217
msgid "Invalid unary operator"
msgstr "Opérateur unaire invalide"
-#: lib/parser.c:206
+#: lib/parser.c:219
msgid "Invalid binary operator"
msgstr "Opérateur binaire invalide"
-#: lib/parser.c:230
+#: lib/parser.c:247
msgid "Parse error: too much left parenthesis"
msgstr "Erreur: trop de parenthèses gauche"
-#: lib/parser.c:240
+#: lib/parser.c:259
msgid "Parse error: too much right parenthesis"
msgstr "Erreur: trop de parenthèses droite"
-#: lib/parser.c:267
+#: lib/parser.c:289
msgid "Invalid character"
msgstr "Caractère invalide"
-#: lib/pile.c:34
+#: lib/pile.c:38
#, c-format
msgid "Calling push_pile(%s)"
msgstr "Appel à push_pile(%s)"
-#. il s'agit d'un entier
-#: lib/pile.c:41
+#.
+#. * il s'agit d'un entier
+#.
+#: lib/pile.c:47
msgid "it's an integer"
msgstr "c'est un entier"
-#. il s'agit d'un flottant
-#: lib/pile.c:45
+#.
+#. * il s'agit d'un flottant
+#.
+#: lib/pile.c:53
msgid "it's a float"
msgstr "c'est un flottant"
-#. il s'agit de x
-#: lib/pile.c:49
+#.
+#. * il s'agit de x
+#.
+#: lib/pile.c:59
msgid "it's X"
msgstr "c'est X"
-#. il s'agit d'une variable
-#: lib/pile.c:53
+#.
+#. * il s'agit d'une variable
+#.
+#: lib/pile.c:65
msgid "it's a variable"
msgstr "c'est une variable"
-#. il s'agit d'un nom
-#: lib/pile.c:57
+#.
+#. * il s'agit d'un nom
+#.
+#: lib/pile.c:71
msgid "it's a name"
msgstr "c'est un nom"
-#: lib/pile.c:80
+#: lib/pile.c:96
msgid "push_pile_poly: Stack Overflow"
msgstr "push_pile_poly: Débordement de pile"
-#: lib/pile.c:92
+#: lib/pile.c:108
msgid "push_pile_int: Stack Overflow"
msgstr "push_pile_int: Débordement de pile"
-#: lib/pile.c:105
+#: lib/pile.c:120
msgid "push_pile_string: Stack Overflow"
msgstr "push_pile_string: Débordement de pile"
-#: lib/pile.c:120
+#: lib/pile.c:136
#, c-format
msgid "pop_pile: Can't pop %u elements"
msgstr "pop_pile: Ne peut dépiler %u élements"
-#: lib/pile.c:159
+#: lib/pile.c:178
msgid "move_to_resultat_pile()"
msgstr "move_to_resultat_pile()"
-#: lib/pile.c:173
+#: lib/pile.c:192
msgid "move_to_resultat_pile: invalid argument type"
msgstr "move_to_resultat_pile: type de l'argument invalide"
-#: lib/pile.c:176
+#: lib/pile.c:195
msgid "move_to_resultat_pile: Stack Overflow"
msgstr "move_to_resultat_pile: Débordement de Pile"
-#: lib/pile.c:185
+#: lib/pile.c:205
msgid "pop_resultat()"
msgstr "pop_resultat()"
-#: lib/pile.c:190
+#: lib/pile.c:210
msgid "move_to_resultat_pile: empty stack"
msgstr "move_to_resultat_pile: pile vide"
-#: lib/pile.c:251
+#: lib/pile.c:278
#, c-format
msgid "Calling act_pile(%i)"
msgstr "Appel à act_pile(%i)"
-#: lib/pile.c:270
+#: lib/pile.c:297
msgid "act_pile: OP_PLUS invalid arguments"
msgstr "act_pile: OP_PLUS arguments invalides"
-#: lib/pile.c:286
+#: lib/pile.c:313
msgid "act_pile: OP_MOINS invalid arguments"
msgstr "act_pile: OP_MOINS arguments invalides"
-#: lib/pile.c:302
+#: lib/pile.c:329
msgid "act_pile: OP_MUL invalid arguments"
msgstr "act_pile: OP_MOINS arguments invalides"
-#: lib/pile.c:318
+#: lib/pile.c:345
msgid "act_pile: OP_DIV invalid arguments"
msgstr "act_pile: OP_DIV arguments invalides"
-#: lib/pile.c:334
+#: lib/pile.c:361
msgid "act_pile: OP_MOD invalid arguments"
msgstr "act_pile: OP_MOD arguments invalides"
-#: lib/pile.c:352
+#: lib/pile.c:379
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:358
+#: lib/pile.c:387
msgid "act_pile: OP_EXP invalid arguments"
msgstr "act_pile: OP_EXP argument invalide"
-#: lib/pile.c:376
+#: lib/pile.c:406
msgid "act_pile: OP_ASSIGN empty string"
msgstr "act_pile: OP_ASSIGN chaîne vide"
-#: lib/pile.c:379
+#: lib/pile.c:409
msgid "act_pile: OP_ASSIGN invalid arguments"
msgstr "act_pile: OP_ASSIGN arguments invalides"
-#: lib/pile.c:397
+#: lib/pile.c:427
msgid "act_pile: OP_MOINS_UNARY invalid argument"
msgstr "act_pile: OP_MOINS_UNARY argument invalide"
-#: lib/pile.c:414
+#: lib/pile.c:444
msgid "act_pile: OP_FUNC_CALL incorrect argument type"
msgstr "act_pile: OP_FUNC_CALL type d'argument incorrect"
-#: lib/pile.c:420
+#: lib/pile.c:453
msgid "act_pile: OP_FUNC_CALL invalid operand type"
msgstr "act_pile: OP_MOINS type d'opérande invalide"
-#: lib/pile.c:425
+#: lib/pile.c:460
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"
+msgstr ""
+"act_pile: OP_FUNC_CALL nécessite uniquement un argument pour l'évaluation "
+"d'un polynôme"
-#: lib/pile.c:433
+#: lib/pile.c:469
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:436
+#: lib/pile.c:472
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
+#: lib/pile.c:482
msgid "act_pile: OP_FUNC_CALL incorrect argument number"
msgstr "act_pile: OP_FUNC_CALL nombre d'arguments incorrect"
-#: lib/pile.c:449
+#: lib/pile.c:486
msgid "act_pile: Unknown operator"
msgstr "act_pile: Opérateur inconnu"
-#: lib/pile.c:459
+#: lib/pile.c:498
msgid "\t-- Printing Stack\n"
msgstr "\t-- Affichage de la Pile\n"
-#: lib/pile.c:475
+#: lib/pile.c:514
msgid "\t-- End Printing Stack\n"
msgstr "\t-- Fin d'Affichage de la Pile\n"
-#: lib/polynom.c:386
+#: lib/polynom.c:433
msgid "ply_affichage: strcat error, not enough space in buffer"
msgstr "ply_affichage: erreur, plus d'espace dans le buffer"
-#: lib/scalaires.c:64
+#: lib/scalaires.c:74
msgid "rat_constr: division by zero"
msgstr "rat_constr: division par zéro"
-#: lib/scalaires.c:118
+#: lib/scalaires.c:147
msgid "division by zero"
msgstr "division par zéro"
-#: src/Polynom.c:28
+#: src/Polynom.c:30
msgid "Signal received: segfault"
msgstr "Reçu le signal segfault"
-#: src/Polynom.c:33
+#: src/Polynom.c:35
msgid "Signal received: break"
msgstr "Reçu le signal break"
-#: src/Polynom.c:67
+#: src/Polynom.c:81
msgid ""
"\n"
"Performing initialisation...\n"
"\n"
-msgstr "\nInitialisation...\n\n"
+msgstr ""
+"\n"
+"Initialisation...\n"
+"\n"
-#: src/Polynom.c:72
+#: src/Polynom.c:86
msgid ""
"\n"
"Starting interface...\n"
"\n"
-msgstr "\nLancement de l'interface\n\n"
+msgstr ""
+"\n"
+"Lancement de l'interface\n"
+"\n"
-#: src/Polynom.c:75
+#: src/Polynom.c:89
msgid ""
"\n"
"Performing shutdown...\n"
"\n"
-msgstr "\nArret...\n\n"
+msgstr ""
+"\n"
+"Arret...\n"
+"\n"
-#: src/Polynom.c:82
+#: src/Polynom.c:96
msgid "Exiting, bye!\n"
msgstr "C'est terminé, au revoir!\n"
+
+#~ msgid "act_pile: OP_EXP empty polynom"
+#~ msgstr "act_pile: OP_EXP polynome vide"