Rev 62916 | Rev 65211 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
# Korean translation for R parallel package# src/library/parallel/po/ko.po# Copyright (C) 1995-2013 The R Core Team# This file is distributed under the same license as the R parallel package.# R Development Translation Team - Korean# Chel Hee Lee <gnustats@korea.gnu.org>, 2008-2013.# Chel Hee Lee <gnustats@gmail.com>, 2008-2013.#msgid ""msgstr """Project-Id-Version: R 3.0.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-02-21 20:43-0600\n""Last-Translator: Chel Hee Lee <gnustats@gmail.com>\n""Language-Team: R Development Translation Teams (Korean) <gnustats@korea.gnu.""org>\n""Language: ko\n""MIME-Version: 1.0\n""Content-Type: text/plain; charset=UTF-8\n""Content-Transfer-Encoding: 8bit\n""Plural-Forms: nplurals=1; plural=0;\n""X-Poedit-Language: Korean\n""X-Poedit-Country: KOREA, REPUBLIC OF\n""X-Poedit-SourceCharset: utf-8\n"#: fork.c:137 fork.c:140msgid "unable to create a pipe"msgstr "파이프를 생성할 수 없습니다"#: fork.c:151#, c-formatmsgid "unable to fork, possible reason: %s"msgstr "포크할 수 없습니다. 가능한 이유는 다음과 같습니다: %s"#: fork.c:180msgid "memory allocation error"msgstr "메모리 할당 에러입니다"#: fork.c:232msgid "only children can send data to the master process"msgstr "오로지 자식들만이 데이터를 마스터 프로세스에 보낼 수 있습니다"#: fork.c:234msgid "there is no pipe to the master process"msgstr "마스터 프로세스로 연결된 파이프가 없습니다"#: fork.c:236msgid "content to send must be RAW, use serialize() if needed"msgstr """보내야할 컨텐츠는 반드시 RAW이어야 하며, 필요하다면 serialize()를 이용하세요"#: fork.c:245 fork.c:252 fork.c:582msgid "write error, closing pipe to the master"msgstr "쓰기 에러입니다. 마스에 연결된 파이프를 닫습니다"#: fork.c:265msgid "only the master process can send data to a child process"msgstr "오로지 마스터 프로세스만이 데이터를 자식프로세스에 보낼 수 있습니다"#: fork.c:272#, c-formatmsgid "child %d does not exist"msgstr "child %d는 존재하지 않습니다"#: fork.c:278msgid "write error"msgstr "쓰기 에러입니다"#: fork.c:358 fork.c:480#, c-formatmsgid "error '%s' in select"msgstr "선택중 에러 '%s'가 발생했습니다"#: fork.c:564msgid "'mckill' failed"msgstr "'mckill' 실패했습니다"#: fork.c:574msgid "'mcexit' can only be used in a child process"msgstr "'mcexit'는 오로지 자식 프로세스에서만 사용됩니다"#: fork.c:595msgid "'mcexit' failed"msgstr "'mcexit' 실패했습니다"#: fork.c:625 fork.c:634msgid "invalid CPU affinity specification"msgstr "유효하지 않은 CPU affinity 지정입니다"#: fork.c:645msgid "requested CPU set is too large for this system"msgstr "요청된 CPU 셋은 이 시스템에 너무 큽니다"#: fork.c:668msgid "retrieving CPU affinity set failed"msgstr "CPU affiniy 셋을 검색하는데 실패했습니다"