# 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.5.0\n" "Report-Msgid-Bugs-To: bugs@r-project.org\n" "POT-Creation-Date: 2007-06-12 18:44\n" "PO-Revision-Date: 2007-06-12 18:44\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" "Plural-Forms: nplurals=2; plural=(n != 1);\n" msgid "'a' is overridden by 'reg'" msgstr "‘a’ is overridden by ‘reg’" msgid "only using the first two of" msgstr "only using the first two of" msgid "regression coefficients" msgstr "regression coefficients" msgid "'a' and 'b' are overridden by 'coef'" msgstr "‘a’ and ‘b’ are overridden by ‘coef’" msgid "'x' must be a 2-d contingency table" msgstr "‘x’ must be a 2-d contingency table" msgid "all entries of 'x' must be nonnegative and finite" msgstr "all entries of ‘x’ must be nonnegative and finite" msgid "at least one entry of 'x' must be positive" msgstr "at least one entry of ‘x’ must be positive" msgid "incorrect 'col': must be length 2" msgstr "incorrect 'col': must be length 2" msgid "'side' must be in {1:4}" msgstr "‘side’ must be in {1:4}" msgid "invalid 'axp'" msgstr "invalid ‘axp’" msgid "invalid 'log'" msgstr "invalid ‘log’" msgid "invalid positive 'axp[3]'" msgstr "invalid positive ‘axp[3]’" msgid "invalid 'usr'" msgstr "invalid ‘usr’" msgid "'height' must be a vector or a matrix" msgstr "‘height’ must be a vector or a matrix" msgid "Cannot use shading lines in bars when log scale is used" msgstr "Cannot use shading lines in bars when log scale is used" msgid "log scale error: at least one 'height + offset' value <= 0" msgstr "log scale error: at least one ‘height + offset’ value <= 0" msgid "log scale error: 'xlim' <= 0" msgstr "log scale error: ‘xlim’ <= 0" msgid "log scale error: 'ylim' <= 0" msgstr "log scale error: ‘ylim’ <= 0" msgid "incorrect number of names" msgstr "incorrect number of names" msgid "invalid first argument" msgstr "invalid first argument" msgid "'formula' missing or incorrect" msgstr "‘formula’ missing or incorrect" msgid "'at' must have same length as 'z$n', i.e." msgstr "‘at’ must have same length as 'z$n', i.e." msgid "invalid boxplot widths" msgstr "invalid boxplot widths" msgid "some notches went outside hinges ('box'): maybe set notch=FALSE" msgstr "some notches went outside hinges ('box'): maybe set notch=FALSE" msgid "'formula' should specify exactly two variables" msgstr "‘formula’ should specify exactly two variables" msgid "dependent variable should be a factor" msgstr "dependent variable should be a factor" msgid "explanatory variable should be numeric" msgstr "explanatory variable should be numeric" msgid "y axis is on a cumulative probability scale, 'ylim' must be in [0,1]" msgstr "y axis is on a cumulative probability scale, ‘ylim’ must be in [0,1]" msgid "no 'z' matrix specified" msgstr "no ‘z’ matrix specified" msgid "increasing 'x' and 'y' values expected" msgstr "increasing ‘x’ and ‘y’ values expected" msgid "no proper 'z' matrix specified" msgstr "no proper ‘z’ matrix specified" msgid "invalid conditioning formula" msgstr "invalid conditioning formula" msgid "incompatible variable lengths" msgstr "incompatible variable lengths" msgid "'number' must be integer >= 1" msgstr "‘number’ must be integer >= 1" msgid "'overlap' must be < 1 (and typically >= 0)." msgstr "‘overlap’ must be < 1 (and typically >= 0)." msgid "invalid 'given.values'" msgstr "invalid ‘given.values’" msgid "rows * columns too small" msgstr "rows * columns too small" msgid "Missing rows" msgstr "Missing rows" msgid "'expr' must be a function or an expression containing 'x'" msgstr "‘expr’ must be a function or an expression containing ‘x’" msgid "'from' and 'to' must be > 0 with log=\"x\"" msgstr "‘from’ and ‘to’ must be > 0 with log=“x”" msgid "wrong method" msgstr "wrong method" msgid "invalid specification of 'breaks'" msgstr "invalid specification of ‘breaks’" msgid "'x' must be a numeric vector or matrix" msgstr "‘x’ must be a numeric vector or matrix" msgid "'x' must be an array" msgstr "‘x’ must be an array" msgid "'x' must be 2- or 3-dimensional" msgstr "‘x’ must be 2- or 3-dimensional" msgid "table for each stratum must be 2 by 2" msgstr "table for each stratum must be 2 by 2" msgid "'conf.level' must be a single number between 0 and 1" msgstr "‘conf.level’ must be a single number between 0 and 1" msgid "incorrect 'margin' specification" msgstr "incorrect ‘margin’ specification" msgid "incorrect geometry specification" msgstr "incorrect geometry specification" msgid "'x' must be numeric" msgstr "‘x’ must be numeric" msgid "'nclass' not used when 'breaks' is specified" msgstr "‘nclass’ not used when ‘breaks’ is specified" msgid "'include.lowest' ignored as 'breaks' is not a vector" msgstr "‘include.lowest’ ignored as ‘breaks’ is not a vector" msgid "unknown 'breaks' algorithm" msgstr "unknown ‘breaks’ algorithm" msgid "invalid number of 'breaks'" msgstr "invalid number of ‘breaks’" msgid "hist.default: pretty() error, breaks=" msgstr "hist.default: pretty() error, breaks=" msgid "'breaks' are not strictly increasing" msgstr "‘breaks’ are not strictly increasing" msgid "'probability' is an alias for '!freq', however they differ." msgstr "‘probability’ is an alias for '!freq', however they differ." msgid "negative 'counts'. Internal Error in C-code for \"bincount\"" msgstr "negative 'counts'. Internal Error in C-code for “bincount”" msgid "some 'x' not counted; maybe 'breaks' do not span range of 'x'" msgstr "some ‘x’ not counted; maybe ‘breaks’ do not span range of ‘x’" msgid "the AREAS in the plot are wrong -- rather use freq=FALSE" msgstr "the AREAS in the plot are wrong -- rather use freq=FALSE" msgid "'x' is wrongly structured" msgstr "‘x’ is wrongly structured" msgid "argument must be matrix-like" msgstr "argument must be matrix-like" msgid "'x' and 'y' values must be finite and non-missing" msgstr "‘x’ and ‘y’ values must be finite and non-missing" msgid "'z' must be a matrix" msgstr "‘z’ must be a matrix" msgid "invalid z limits" msgstr "invalid z limits" msgid "must have one more break than colour" msgstr "must have one more break than colour" msgid "breaks must all be finite" msgstr "breaks must all be finite" msgid "dimensions of z are not length(x)(-1) times length(y)(-1)" msgstr "dimensions of z are not length(x)(-1) times length(y)(-1)" msgid "'respect' must be logical or matrix with same dimension as 'mat'" msgstr "‘respect’ must be logical or matrix with same dimension as ‘mat’" msgid "" "layout matrix must contain at least one reference\n" "to each of the values {1..n}; here n =" msgstr "" "layout matrix must contain at least one reference\n" "to each of the values {1..n}; here n =" msgid "invalid title" msgstr "invalid title" msgid "'legend' is of length 0" msgstr "‘legend’ is of length 0" msgid "invalid coordinate lengths" msgstr "invalid coordinate lengths" msgid "'text.width' must be numeric, >= 0" msgstr "‘text.width’ must be numeric, >= 0" msgid "horizontal specification overrides: Number of columns :=" msgstr "horizontal specification overrides: Number of columns :=" msgid "not using pch[2..] since pch[1] has multiple chars" msgstr "not using pch[2..] since pch[1] has multiple chars" msgid "must specify at least one of 'x' and 'y'" msgstr "must specify at least one of ‘x’ and ‘y’" msgid "'x' and 'y' must have same number of rows" msgstr "‘x’ and ‘y’ must have same number of rows" msgid "'x' and 'y' must have only 1 or the same number of columns" msgstr "‘x’ and ‘y’ must have only 1 or the same number of columns" msgid "missing values in contingency table" msgstr "missing values in contingency table" msgid "'x' must not have 0 dimensionality" msgstr "‘x’ must not have 0 dimensionality" msgid "extra argument(s) %s will be disregarded" msgstr "extra argument(s) %s will be disregarded" msgid "invalid 'shade' specification" msgstr "invalid ‘shade’ specification" msgid "length of 'sort' does not conform to 'dim(x)'" msgstr "length of ‘sort’ does not conform to ‘dim(x)’" msgid "non-numeric argument to 'pairs'" msgstr "non-numeric argument to ‘pairs’" msgid "only one column in the argument to 'pairs'" msgstr "only one column in the argument to ‘pairs’" msgid "the 'panel' function made a new plot" msgstr "the ‘panel’ function made a new plot" msgid "'x' values must be positive." msgstr "‘x’ values must be positive." msgid "invalid table 'x'" msgstr "invalid table ‘x’" msgid "cannot handle more than one 'x' coordinate" msgstr "cannot handle more than one ‘x’ coordinate" msgid "must have a response variable" msgstr "must have a response variable" msgid "'plot.data.frame' applied to non data frame" msgstr "‘plot.data.frame’ applied to non data frame" msgid "'y' must be a numeric vector" msgstr "‘y’ must be a numeric vector" msgid "'x' must be a data frame" msgstr "‘x’ must be a data frame" msgid "all columns/components of 'x' must be factors" msgstr "all columns/components of ‘x’ must be factors" msgid "some levels of the factors are empty" msgstr "some levels of the factors are empty" msgid "'x' must be a dataframe or a formula" msgstr "‘x’ must be a dataframe or a formula" msgid "a variable in 'y' is not numeric" msgstr "a variable in ‘y’ is not numeric" msgid "there must be at least one numeric variable!" msgstr "there must be at least one numeric variable!" msgid "cannot hatch with logarithmic scale active" msgstr "cannot hatch with logarithmic scale active" msgid "invalid rectangle specification" msgstr "invalid rectangle specification" msgid "some values will be clipped" msgstr "some values will be clipped" msgid "invalid screen number" msgstr "invalid screen number" msgid "'figs' must be a vector or a matrix with 4 columns" msgstr "‘figs’ must be a vector or a matrix with 4 columns" msgid "'figs' must specify at least one screen" msgstr "‘figs’ must specify at least one screen" msgid "a 2-way table has to be specified" msgstr "a 2-way table has to be specified" msgid "x axis is on a cumulative probability scale, 'xlim' must be in [0,1]" msgstr "x axis is on a cumulative probability scale, ‘xlim’ must be in [0,1]" msgid "'x' must be a matrix or a data frame" msgstr "‘x’ must be a matrix or a data frame" msgid "data in 'x' must be numeric" msgstr "data in ‘x’ must be numeric" msgid "nrow * ncol < number of observations" msgstr "nrow * ncol < number of observations" msgid "labels do not make sense for a single location" msgstr "labels do not make sense for a single location" msgid "'locations' must be a 2-column matrix." msgstr "‘locations’ must be a 2-column matrix." msgid "number of rows of 'locations' and 'x' must be equal." msgstr "number of rows of ‘locations’ and ‘x’ must be equal." msgid "length of 'angles' must equal 'ncol(x)'" msgstr "length of ‘angles’ must equal ‘ncol(x)’" msgid "no non-missing values" msgstr "no non-missing values" msgid "'scale' must be positive" msgstr "‘scale’ must be positive" msgid "invalid plotting method" msgstr "invalid plotting method" msgid "'at' must have length equal to the number %d of groups" msgstr "‘at’ must have length equal to the number %d of groups" msgid "'number' must have same length as 'x' and 'y'" msgstr "‘number’ must have same length as ‘x’ and ‘y’" msgid "exactly one symbol type must be specified" msgstr "exactly one symbol type must be specified" msgid "x log scale: xinch() is non-sense" msgstr "x log scale: xinch() is non-sense" msgid "y log scale: yinch() is non-sense" msgstr "y log scale: yinch() is non-sense" msgid "log scale: xyinch() is non-sense" msgstr "log scale: xyinch() is non-sense" msgid "Outlier (%s) in boxplot %d is not drawn" msgid_plural "Outliers (%s) in boxplot %d are not drawn" msgstr[0] "Outlier (%s) in boxplot %d is not drawn" msgstr[1] "Outliers (%s) in boxplot %d are not drawn" msgid "argument %s is not made use of" msgid_plural "arguments %s are not made use of" msgstr[0] "argument %s is not made use of" msgstr[1] "arguments %s are not made use of"