Rev 62916 | Rev 65211 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
# Translation of parallel.pot to French# Copyright (C) 2011 The R Foundation# This file is distributed under the same license as the parallel R package.# Philippe Grosjean <phgrosjean@sciviews.org>, 2005.#msgid ""msgstr """Project-Id-Version: R 2.14.0\n""Report-Msgid-Bugs-To: bugs.r-project.org\n""POT-Creation-Date: 2013-06-29 17:48+0100\n""PO-Revision-Date: 2013-03-18 22:07+0100\n""Last-Translator: Philippe Grosjean <phgrosjean@sciviews.org>\n""Language-Team: French <R-core@r-project.org>\n""Language: fr\n""MIME-Version: 1.0\n""Content-Type: text/plain; charset=ISO-8859-1\n""Content-Transfer-Encoding: 8bit\n""Plural-Forms: nplurals=2;plural=(n > 1);\n""X-Generator: Poedit 1.5.5\n"#: fork.c:137 fork.c:140msgid "unable to create a pipe"msgstr "impossible de créer un canal (pipe)"#: fork.c:151#, c-formatmsgid "unable to fork, possible reason: %s"msgstr "impossible de créer une nouvelle branche, raison possible : %s"#: fork.c:180msgid "memory allocation error"msgstr "erreur d'allocation mémoire"#: fork.c:232msgid "only children can send data to the master process"msgstr """seuls des processus enfants peuvent envoyer des données à un processus maître"#: fork.c:234msgid "there is no pipe to the master process"msgstr "aucun canal vers le processus maître"#: fork.c:236msgid "content to send must be RAW, use serialize() if needed"msgstr "le contenu à envoyer doit être RAW, utilisez serialize() si nécessaire"#: fork.c:245 fork.c:252 fork.c:582msgid "write error, closing pipe to the master"msgstr "erreur d'écriture, fermeture du canal vers le processus maître"#: fork.c:265msgid "only the master process can send data to a child process"msgstr """seul le processus maître peut envoyer des données vers un processus fils"#: fork.c:272#, c-formatmsgid "child %d does not exist"msgstr "le processus fils %d n'existe pas"#: fork.c:278msgid "write error"msgstr "erreur d'écriture"#: fork.c:358 fork.c:480#, c-formatmsgid "error '%s' in select"msgstr "erreur '%s' lors de la sélection"#: fork.c:564msgid "'mckill' failed"msgstr "'mckill' a échoué"#: fork.c:574msgid "'mcexit' can only be used in a child process"msgstr "'mcexit' peut seulement être utilisé avec un processus fils"#: fork.c:595msgid "'mcexit' failed"msgstr "'mcexit' a échoué"#: fork.c:625 fork.c:634msgid "invalid CPU affinity specification"msgstr "spécification d'affinité CPU incorrecte"#: fork.c:645msgid "requested CPU set is too large for this system"msgstr "le set de CPU demandé est trop large pour ce système"#: fork.c:668msgid "retrieving CPU affinity set failed"msgstr "la récupération de l'affinité CPU a échoué"