# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR Free Software Foundation, Inc. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\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 \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: ENCODING\n" #: lib/exceptions.c:31 lib/exceptions.c:45 msgid "Out of memory." msgstr "Plus de mémoire." #: lib/exceptions.c:58 msgid "Too much error contexts during pushcontext()." msgstr "Trop de contextes d'erreur lors d'un pushcontext()." #: lib/exceptions.c:69 msgid "Error context empty, but popcontext() called." msgstr "Contexte d'erreur vide, mais popcontext() a été appelé." #: 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 "Erreur interne lors du hachage" #: lib/parser.c:97 msgid "Too many nested operators in expression.\n" msgstr "Trop d'opérateurs imbriqués dans l'expression.\n" #: lib/parser.c:128 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 msgid "Invalid unary operator" msgstr "Opérateur unaire invalide" #: lib/parser.c:206 msgid "Invalid binary operator" msgstr "Opérateur binaire invalide" #: lib/parser.c:230 msgid "Parse error: too much left parenthesis" msgstr "Erreur: trop de parenthèses gauche" #: lib/parser.c:240 msgid "Parse error: too much right parenthesis" msgstr "Erreur: trop de parenthèses droite" #: lib/parser.c:267 msgid "Invalid character" msgstr "Caractère invalide" #: 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 "push_pile_poly: Débordement de pile" #: lib/pile.c:92 msgid "push_pile_int: Stack Overflow" msgstr "push_pile_int: Débordement de pile" #: lib/pile.c:105 msgid "push_pile_string: Stack Overflow" msgstr "push_pile_string: Débordement de pile" #: lib/pile.c:120 #, c-format msgid "pop_pile: Can't pop %u elements" 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:251 #, c-format msgid "Calling act_pile(%i)" msgstr "Appel à act_pile(%i)" #: lib/pile.c:270 msgid "act_pile: OP_PLUS invalid arguments" msgstr "act_pile: OP_PLUS arguments invalides" #: lib/pile.c:286 msgid "act_pile: OP_MOINS invalid arguments" msgstr "act_pile: OP_MOINS arguments invalides" #: lib/pile.c:302 msgid "act_pile: OP_MUL invalid arguments" msgstr "act_pile: OP_MOINS arguments invalides" #: lib/pile.c:318 msgid "act_pile: OP_DIV invalid arguments" msgstr "act_pile: OP_DIV arguments invalides" #: lib/pile.c:334 msgid "act_pile: OP_MOD invalid arguments" 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:358 msgid "act_pile: OP_EXP invalid arguments" msgstr "act_pile: OP_EXP argument invalide" #: lib/pile.c:376 msgid "act_pile: OP_ASSIGN empty string" msgstr "act_pile: OP_ASSIGN chaîne vide" #: lib/pile.c:379 msgid "act_pile: OP_ASSIGN invalid arguments" msgstr "act_pile: OP_ASSIGN arguments invalides" #: lib/pile.c:397 msgid "act_pile: OP_MOINS_UNARY invalid argument" msgstr "act_pile: OP_MOINS_UNARY argument invalide" #: 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: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 "act_pile: OP_FUNC_CALL nombre d'arguments incorrect" #: lib/pile.c:449 msgid "act_pile: Unknown operator" 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\n" #: 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" #: src/Polynom.c:82 msgid "Exiting, bye!\n" msgstr "C'est terminé, au revoir!\n"