# English translations for R package. # Copyright (C) 2007 The R Foundation # This file is distributed under the same license as the R package. # Automatically generated, 2007. # # 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-04-10 07:42+0100\n" "PO-Revision-Date: 2007-04-10 07:42+0100\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" #: Srunmed.c:60 msgid "bandwidth/span of running medians is larger than n" msgstr "bandwidth/span of running medians is larger than n" #: ansari.c:129 msgid "probabilities outside [0,1] in qansari()" msgstr "probabilities outside [0,1] in qansari()" #: arima.c:69 arima.c:183 arima.c:359 msgid "invalid argument type" msgstr "invalid argument type" #: arima.c:418 arima.c:502 pacf.c:314 pacf.c:354 msgid "can only transform 100 pars in arima0" msgstr "can only transform 100 pars in arima0" #: distance.c:151 msgid "dist(.,\"binary\"): treating non-finite values as NA" msgstr "dist(.,“binary”): treating non-finite values as NA" #: distance.c:220 msgid "distance(): invalid p" msgstr "distance(): invalid p" #: distance.c:223 msgid "distance(): invalid distance" msgstr "distance(): invalid distance" #: family.c:20 #, c-format msgid "Value %d out of range (0, 1)" msgstr "Value %d out of range (0, 1)" #: family.c:41 family.c:55 family.c:73 #, c-format msgid "Argument %s must be a nonempty numeric vector" msgstr "Argument %s must be a nonempty numeric vector" #: family.c:106 family.c:109 #, c-format msgid "argument %s must be a numeric vector of length 1 or length %d" msgstr "argument %s must be a numeric vector of length 1 or length %d" #: ksmooth.c:66 msgid "only 2500 rows are allowed for sm.method=\"spline\"" msgstr "only 2500 rows are allowed for sm.method=“spline”" #: loessc.c:226 msgid "span is too small" msgstr "span is too small" #: mAR.c:467 msgid "Singular matrix in qr_solve" msgstr "Singular matrix in qr_solve" #: mAR.c:510 msgid "Singular matrix in ldet" msgstr "Singular matrix in ldet" #: mAR.c:697 msgid "Invalid vmethod" msgstr "Invalid vmethod" #: mAR.c:833 msgid "Burg's algorithm failed to find partial correlation" msgstr "Burg's algorithm failed to find partial correlation" #: nls.c:104 msgid "'control' must be a list" msgstr "‘control’ must be a list" #: nls.c:106 msgid "'m' must be a list" msgstr "‘m’ must be a list" #: nls.c:112 nls.c:117 nls.c:122 nls.c:127 nls.c:132 nls.c:173 nls.c:178 #: nls.c:183 nls.c:188 nls.c:193 nls.c:198 #, c-format msgid "'%s' absent" msgstr "‘%s’ absent" #: nls.c:239 msgid "singular gradient" msgstr "singular gradient" #: nls.c:260 #, c-format msgid "step factor %g reduced below 'minFactor' of %g" msgstr "step factor %g reduced below ‘minFactor’ of %g" #: nls.c:269 #, c-format msgid "number of iterations exceeded maximum of %d" msgstr "number of iterations exceeded maximum of %d" #: nls.c:274 msgid "converged" msgstr "converged" #: nls.c:295 msgid "'theta' should be of type character" msgstr "‘theta’ should be of type character" #: nls.c:297 port.c:380 msgid "use of NULL environment is defunct" msgstr "use of NULL environment is defunct" #: nls.c:301 msgid "'rho' should be an environment" msgstr "‘rho’ should be an environment" #: nls.c:303 msgid "'dir' is not a numeric vector of the correct length" msgstr "‘dir’ is not a numeric vector of the correct length" #: nls.c:320 nls.c:348 msgid "Missing value or an infinity produced when evaluating the model" msgstr "Missing value or an infinity produced when evaluating the model" #: nls.c:326 #, c-format msgid "variable '%s' is integer, not numeric" msgstr "variable ‘%s’ is integer, not numeric" #: nls.c:328 #, c-format msgid "variable '%s' is not numeric" msgstr "variable ‘%s’ is not numeric" #: pacf.c:81 msgid "bad Starma struct" msgstr "bad Starma struct" #: pacf.c:228 #, c-format msgid "starma error code %d" msgstr "starma error code %d" #: pacf.c:293 #, c-format msgid "forkal error code %d" msgstr "forkal error code %d" #: pacf.c:457 msgid "invalid value of lag.max" msgstr "invalid value of lag.max" #: port.c:130 #, c-format msgid "Rf_divset: alg = %d must be 1, 2, 3, or 4" msgstr "Rf_divset: alg = %d must be 1, 2, 3, or 4" #: port.c:324 #, c-format msgid "gradient function must return a numeric vector of length %d" msgstr "gradient function must return a numeric vector of length %d" #: port.c:334 #, c-format msgid "Hessian function must return a square numeric matrix of order %d" msgstr "Hessian function must return a square numeric matrix of order %d" #: port.c:384 msgid "'rho' must be an environment" msgstr "‘rho’ must be an environment" #: port.c:386 port.c:537 msgid "'d' must be a nonempty numeric vector" msgstr "‘d’ must be a nonempty numeric vector" #: port.c:388 msgid "When Hessian defined must also have gradient defined" msgstr "When Hessian defined must also have gradient defined" #: port.c:391 #, c-format msgid "environment 'rho' must contain a numeric vector '.par' of length %d" msgstr "environment ‘rho’ must contain a numeric vector ‘.par’ of length %d" #: port.c:405 msgid "'lower' and 'upper' must be numeric vectors" msgstr "‘lower’ and ‘upper’ must be numeric vectors" #: port.c:451 msgid "'getElement' applies only to named lists" msgstr "‘getElement’ applies only to named lists" #: port.c:472 #, c-format msgid "%s$%s() not found" msgstr "%s$%s() not found" #: port.c:485 #, c-format msgid "'gradient' must be a numeric matrix of dimension (%d,%d)" msgstr "‘gradient’ must be a numeric matrix of dimension (%d,%d)" #: port.c:506 #, c-format msgid "fcn produced mode %d, length %d - wanted mode %d, length %d" msgstr "fcn produced mode %d, length %d - wanted mode %d, length %d" #: port.c:519 msgid "invalid type for eval_check_store" msgstr "invalid type for eval_check_store" #: port.c:538 msgid "m must be a list" msgstr "m must be a list" #: port.c:558 msgid "'lowerb' and 'upperb' must be numeric vectors" msgstr "‘lowerb’ and ‘upperb’ must be numeric vectors" #: smooth.c:79 #, c-format msgid "invalid end-rule for running median of 3: %d" msgstr "invalid end-rule for running median of 3: %d" #: smooth.c:231 msgid "allocation error in smooth(*, '3RSR')." msgstr "allocation error in smooth(*, '3RSR')." #: smooth.c:244 smooth.c:254 msgid "allocation error in smooth(*, '3RSS')." msgstr "allocation error in smooth(*, '3RSS')." #: smooth.c:264 msgid "allocation error in smooth(*, '3R')." msgstr "allocation error in smooth(*, '3R')." #: starma.c:366 #, c-format msgid "missing value in last %d observations" msgstr "missing value in last %d observations"