The R Project SVN R

Rev

Rev 70410 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

# Translation of src/library/parallel/po/parallel.pot to German
# Copyright (C) 2011-2014 The R Foundation
# This file is distributed under the same license as the R package.
# Detlef Steuer <steuer@hsu-hh.de>, 2011-2014.
msgid ""
msgstr ""
"Project-Id-Version: R 3.1.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-04-01 10:28-0700\n"
"PO-Revision-Date: 2013-03-01 16:29+0100\n"
"Last-Translator: Detlef Steuer <steuer@hsu-hh.de>\n"
"Language-Team: R-core <R-core@r-project.org>\n"
"Language: de\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:251 fork.c:254
msgid "unable to create a pipe"
msgstr "kann keine pipe erzeugen"

#: fork.c:272
#, c-format
msgid "unable to fork, possible reason: %s"
msgstr "kann nicht forken, möglicher Grund: %s"

#: fork.c:318
msgid "memory allocation error"
msgstr "Speicherallozierungsfehler"

#: fork.c:371
msgid "only children can send data to the master process"
msgstr "nur Kindprozesse können Daten zum Elternprozess schicken"

#: fork.c:373
msgid "there is no pipe to the master process"
msgstr "es gibt keine pipe zum Elternprozess"

#: fork.c:375
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:384 fork.c:391 fork.c:715
msgid "write error, closing pipe to the master"
msgstr "Schreibfehler, schließe pipe zum Elternprozess"

#: fork.c:404
msgid "only the master process can send data to a child process"
msgstr "nur der Elternprozess kann Daten zum Kindprozess schicken"

#: fork.c:411
#, c-format
msgid "child %d does not exist"
msgstr "Kindprozess %d existiert nicht"

#: fork.c:417
msgid "write error"
msgstr "Schreibfehler"

#: fork.c:485 fork.c:609
#, c-format
msgid "error '%s' in select"
msgstr "Fehler '%s' in select"

#: fork.c:697
msgid "'mckill' failed"
msgstr "'mckill' fehlgeschlagen"

#: fork.c:707
msgid "'mcexit' can only be used in a child process"
msgstr "'mcexit' kann nur von Kindprozessen genutzt werden"

#: fork.c:728
msgid "'mcexit' failed"
msgstr "'mcexit' fehlgeschlagen"

#: fork.c:757 fork.c:766
msgid "invalid CPU affinity specification"
msgstr "unzulässige CPU-Affinitätsspezifikation "

#: fork.c:777
msgid "requested CPU set is too large for this system"
msgstr "angeforderte CPU Menge ist für dieses System zu groß"

#: fork.c:800
msgid "retrieving CPU affinity set failed"
msgstr "anfordern einer CPU-Affinitätsmenge fehlgeschlagen"