# All this catalog "translates" are quotation characters. # The msgids must be ASCII and therefore cannot contain real quotation # characters, only substitutes like grave accent (0x60), apostrophe (0x27) # and double quote (0x22). These substitutes look strange; see # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html # # This catalog translates grave accent (0x60) and apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019). # It also translates pairs of apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019) # and pairs of quotation mark (0x22) to # left double quotation mark (U+201C) and right double quotation mark (U+201D). # # When output to an UTF-8 terminal, the quotation characters appear perfectly. # When output to an ISO-8859-1 terminal, the single quotation marks are # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to # grave/acute accent (by libiconv), and the double quotation marks are # transliterated to 0x22. # When output to an ASCII terminal, the single quotation marks are # transliterated to apostrophes, and the double quotation marks are # transliterated to 0x22. # msgid "" msgstr "" "Project-Id-Version: R 2.14.2\n" "Report-Msgid-Bugs-To: bugs@r-project.org\n" "POT-Creation-Date: 2012-02-19 15:08\n" "PO-Revision-Date: 2012-02-19 15:08\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: en\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" msgid "invalid value of 'seed'" msgstr "invalid value of ‘seed’" msgid "need at least one argument" msgstr "need at least one argument" msgid "Zero-length inputs cannot be mixed with those of non-zero length" msgstr "Zero-length inputs cannot be mixed with those of non-zero length" msgid "dim(X) must have a positive length" msgstr "dim(X) must have a positive length" msgid "'X' must have named dimnames" msgstr "‘X’ must have named dimnames" msgid "not all elements of 'MARGIN' are names of dimensions" msgstr "not all elements of ‘MARGIN’ are names of dimensions" msgid "not a valid cluster" msgstr "not a valid cluster" msgid "unknown cluster type" msgstr "unknown cluster type" msgid "socket cluster with %d nodes on hosts %s" msgstr "socket cluster with %d nodes on hosts %s" msgid "," msgstr "," msgid "socket cluster with %d nodes on host %s" msgstr "socket cluster with %d nodes on host %s" msgid "node of a socket cluster on host %s with pid %d" msgstr "node of a socket cluster on host %s with pid %d" msgid "host" msgstr "host" msgid "'nnodes' must be >= 1" msgstr "‘nnodes’ must be >= 1" msgid "invalid 'child' argument" msgstr "invalid ‘child’ argument" msgid "'children' must be a list of processes or a single process" msgstr "‘children’ must be a list of processes or a single process" msgid "'process' must be of the class \"process\"" msgstr "‘process’ must be of the class “process”" msgid "'child' must be a valid child process" msgstr "‘child’ must be a valid child process" msgid "'what' must be a character or raw vector" msgstr "‘what’ must be a character or raw vector" msgid "'mc.cores' must be >= 1" msgstr "‘mc.cores’ must be >= 1" msgid "%d function calls resulted in an error" msgstr "%d function calls resulted in an error" msgid "all scheduled cores encountered errors in user code" msgstr "all scheduled cores encountered errors in user code" msgid "invalid 'jobs' argument" msgstr "invalid ‘jobs’ argument" msgid "'v' must be a vector" msgstr "‘v’ must be a vector" msgid "some results may be missing, folded or caused an error" msgstr "some results may be missing, folded or caused an error" msgid "fork clusters are not supported on Windows" msgstr "fork clusters are not supported on Windows" msgid "'mc.cores' > 1 is not supported on Windows" msgstr "‘mc.cores’ > 1 is not supported on Windows" msgid "" "scheduled core %s encountered error in user code, all values of the job will " "be affected" msgid_plural "" "scheduled cores %s encountered errors in user code, all values of the jobs " "will be affected" msgstr[0] "" "scheduled core %s encountered error in user code, all values of the job will " "be affected" msgstr[1] "" "scheduled cores %s encountered errors in user code, all values of the jobs " "will be affected"