# Translation of src/library/parallel/po/parallel.pot to German # Copyright (C) 2011 The R Foundation # This file is distributed under the same license as the R package. # Detlef Steuer , 2011. msgid "" msgstr "" "Project-Id-Version: R 2.14.0\n" "Report-Msgid-Bugs-To: bugs@R-project.org\n" "POT-Creation-Date: 2011-10-19 07:22+0100\n" "PO-Revision-Date: 2011-10-12 13:38+0200\n" "Last-Translator: Detlef Steuer \n" "Language-Team: R-core \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n == 1 ? 0 : 1;\n" #: fork.c:135 fork.c:138 msgid "unable to create a pipe" msgstr "kann keine pipe erzeugen" #: fork.c:149 #, c-format msgid "unable to fork, possible reason: %s" msgstr "kann nicht forken, möglicher Grund: %s" #: fork.c:178 msgid "memory allocation error" msgstr "Speicherallozierungsfehler" #: fork.c:216 msgid "only children can send data to the master process" msgstr "nur Kindprozesse können Daten zum Elternprozess schicken" #: fork.c:218 msgid "there is no pipe to the master process" msgstr "es gibt keine pipe zum Elternprozess" #: fork.c:220 msgid "content to send must be RAW, use serialize() if needed" msgstr "zu schickender Inhalt muss RAW sein, nutze serialize() wenn nötig" #: fork.c:229 fork.c:236 msgid "write error, closing pipe to the master" msgstr "Schreibfehler, schließe pipe zum Elternprozess" #: fork.c:249 msgid "only the master process can send data to a child process" msgstr "nur der Elternprozess kann Daten zum Kindprozess schicken" #: fork.c:256 #, c-format msgid "child %d does not exist" msgstr "Kindprozess %d existiert nicht" #: fork.c:262 msgid "write error" msgstr "Schreibfehler" #: fork.c:342 fork.c:464 #, c-format msgid "error '%s' in select" msgstr "Fehler '%s' in select" #: fork.c:548 msgid "mckill failed" msgstr "mckill fehlgeschlagen" #: fork.c:558 msgid "mcexit can only be used in a child process" msgstr "mcexit kann nur von Kindprozessen genutzt werden" #: fork.c:578 msgid "mcexit failed" msgstr "mcexit fehlgeschlagen"