# 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.12.1\n" "Report-Msgid-Bugs-To: bugs@r-project.org\n" "POT-Creation-Date: 2011-01-03 16:13\n" "PO-Revision-Date: 2011-01-03 16:13\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 "replacement value is not a matrix" msgstr "replacement value is not a matrix" msgid "OOPS: something wrong with line" msgstr "OOPS: something wrong with line" msgid "in .OldClassesPrototypes" msgstr "in .OldClassesPrototypes" msgid "" "unnamed argument to initialize() for S3 class must have a class definition; " "\"%s\" does not" msgstr "" "unnamed argument to initialize() for S3 class must have a class definition; " "“%s” does not" msgid "" "unnamed argument must extend either the S3 class or the class of the data " "part; not true of class \"%s\"" msgstr "" "unnamed argument must extend either the S3 class or the class of the data " "part; not true of class “%s”" msgid "" "Class \"%s\" does not have an S3 data part, and so is of type \"S4\"; no S3 " "equivalent" msgstr "" "Class “%s” does not have an S3 data part, and so is of type “S4”; no S3 " "equivalent" msgid "" "Class \"%s\" is VIRTUAL; not meaningful to create an S4 object from this " "class" msgstr "" "Class “%s” is VIRTUAL; not meaningful to create an S4 object from this class" msgid "" "Object must be a valid data part for class \"%s\"; not true of type \"%s\"" msgstr "Object must be a valid data part for class “%s”; not true of type “%s”" msgid "Cannot specify matrix() arguments when specifying .Data" msgstr "Cannot specify matrix() arguments when specifying .Data" msgid "Cannot specify array() arguments when specifying .Data" msgstr "Cannot specify array() arguments when specifying .Data" msgid "Can't have more than one unnamed argument as environment" msgstr "Can't have more than one unnamed argument as environment" msgid "Unnamed argument to new() must be an environment for the new object" msgstr "Unnamed argument to new() must be an environment for the new object" msgid "" "methods may not be defined for primitive function \"%s\" in this version of R" msgstr "" "methods may not be defined for primitive function “%s” in this version of R" msgid "" "S3Part() is only defined for classes set up by setOldCLass(), basic classes " "or subclasses of these: not true of class \"%s\"" msgstr "" "S3Part() is only defined for classes set up by setOldCLass(), basic classes " "or subclasses of these: not true of class “%s”" msgid "" "The S3Class argument must be a superclass of \"%s\": not true of class \"%s" "\"" msgstr "" "The S3Class argument must be a superclass of “%s”: not true of class “%s”" msgid "Replacement value must extend class \"%s\", got \"%s\"" msgstr "Replacement value must extend class “%s”, got “%s”" msgid "Replacement value must be of class \"" msgstr "Replacement value must be of class \"" msgid "\", got one of class \"" msgstr "“, got one of class ”" msgid "\"" msgstr "\"" msgid "" "no 'replace' method was defined for as(x, \"%s\") <- value for class \"%s\"" msgstr "" "no ‘replace’ method was defined for as(x, “%s”) <- value for class “%s”" msgid "" "the 'coerce' argument to 'setIs' should be a function of one argument, got " "an object of class \"%s\"" msgstr "" "the ‘coerce’ argument to ‘setIs’ should be a function of one argument, got " "an object of class “%s”" msgid "" "the computation: as(object,\"%s\") <- value is valid when object has class " "\"%s\" only if is(value, \"%s\") is TRUE (class(value) was \"%s\")" msgstr "" "the computation: as(object,“%s”) <- value is valid when object has class “%" "s” only if is(value, “%s”) is TRUE (class(value) was “%s”)" msgid "" "there is no automatic definition for as(object, \"%s\") <- value when object " "has class \"%s\" and no 'replace' argument was supplied; replacement will be " "an error" msgstr "" "there is no automatic definition for as(object, “%s”) <- value when object " "has class “%s” and no ‘replace’ argument was supplied; replacement will be " "an error" msgid "" "the 'replace' argument to setIs() should be a function of 2 or 3 arguments, " "got an object of class \"%s\"" msgstr "" "the ‘replace’ argument to setIs() should be a function of 2 or 3 arguments, " "got an object of class “%s”" msgid "the member classes must be defined: not true of %s" msgstr "the member classes must be defined: not true of %s" msgid "unable to create union class: could not set members %s" msgstr "unable to create union class: could not set members %s" msgid "invalid argument \"name\": %s" msgstr "invalid argument “name”: %s" msgid "" "%s is a primitive function; methods can be defined, but the generic " "function is implicit, and cannot be changed." msgstr "" "%s is a primitive function; methods can be defined, but the generic " "function is implicit, and cannot be changed." msgid "" "if the 'def' argument is supplied, it must be a function that calls " "standardGeneric(\"%s\") to dispatch methods" msgstr "" "if the ‘def’ argument is supplied, it must be a function that calls " "standardGeneric(“%s”) to dispatch methods" msgid "must supply a function skeleton, explicitly or via an existing function" msgstr "" "must supply a function skeleton, explicitly or via an existing function" msgid "" "Restoring the implicit generic function for %s from package %s\n" " into package %s; the generic differs from the default conversion (%s)" msgstr "" "Restoring the implicit generic function for %s from package %s\n" " into package %s; the generic differs from the default conversion (%s)" msgid "" "Creating a generic for %s in package %s\n" " (the supplied definition differs from and overrides the implicit " "generic\n" " in package %s: %s)" msgstr "" "Creating a generic for %s in package %s\n" " (the supplied definition differs from and overrides the implicit " "generic\n" " in package %s: %s)" msgid "" "No generic version of %s on package %s is allowed;\n" " a new generic will be assigned with package %s" msgstr "" "No generic version of %s on package %s is allowed;\n" " a new generic will be assigned with package %s" msgid "" "function \"%s\" appears to be a generic function, but with generic name \"%s" "\"" msgstr "" "function “%s” appears to be a generic function, but with generic name “%s”" msgid "generic function \"%s\" not found for removal" msgstr "generic function “%s” not found for removal" msgid "" "internal error: did not get a valid generic function object for function \"%s" "\"" msgstr "" "internal error: did not get a valid generic function object for function “%s”" msgid "A function for argument \"f\" must be a generic function" msgstr "A function for argument “f” must be a generic function" msgid "" "the environment \"%s\" is locked; cannot assign methods for function \"%s\"" msgstr "" "the environment “%s” is locked; cannot assign methods for function “%s”" msgid "" "the 'where' environment (%s) is a locked namespace; cannot assign methods " "there" msgstr "" "the ‘where’ environment (%s) is a locked namespace; cannot assign methods " "there" msgid "" "copying the generic function \"%s\" to environment \"%s\", because the " "previous version was in a sealed namespace (%s)" msgstr "" "copying the generic function “%s” to environment “%s”, because the previous " "version was in a sealed namespace (%s)" msgid "no existing definition for function \"%s\"" msgstr "no existing definition for function “%s”" msgid "Creating a generic function from function \"%s\"" msgstr "Creating a generic function from function “%s”" msgid "Creating a new generic function for \"%s\" in \"%s\"" msgstr "Creating a new generic function for “%s” in “%s”" msgid "" "apparent internal error: a generic function was found for \"%s\", but no " "corresponding object was found searching from \"%s\"" msgstr "" "apparent internal error: a generic function was found for “%s”, but no " "corresponding object was found searching from “%s”" msgid "" "the method for function \"%s\" and signature %s is sealed and cannot be re-" "defined" msgstr "" "the method for function “%s” and signature %s is sealed and cannot be re-" "defined" msgid "" "For function \"%s\", signature \"%s\": argument in method definition changed " "from (%s) to (%s)" msgstr "" "For function “%s”, signature “%s”: argument in method definition changed " "from (%s) to (%s)" msgid "" "primitive functions cannot be methods; they must be enclosed in a regular " "function" msgstr "" "primitive functions cannot be methods; they must be enclosed in a regular " "function" msgid "" "invalid method definition: expected a function, got an object of class \"%s\"" msgstr "" "invalid method definition: expected a function, got an object of class “%s”" msgid "Function supplied as argument \"f\" must be a generic" msgstr "Function supplied as argument “f” must be a generic" msgid "no generic function \"'%s\" found" msgstr "no generic function “'%s” found" msgid "no method found for function \"%s\" and signature %s" msgstr "no method found for function “%s” and signature %s" msgid "no generic function \"%s\" found" msgstr "no generic function “%s” found" msgid "no environment or package corresponding to argument where=%s" msgstr "no environment or package corresponding to argument where=%s" msgid "No generic function found for \"%s\"" msgstr "No generic function found for “%s”" msgid "No method found for function \"%s\" and signature %s" msgstr "No method found for function “%s” and signature %s" msgid "Warning: using defunct methods list search" msgstr "Warning: using defunct methods list search" msgid "" "apparent inconsistency in the methods for function \"%s\"; argument \"%s\" " "in the signature corresponds to \"%s\" in the methods list object" msgstr "" "apparent inconsistency in the methods for function “%s”; argument “%s” in " "the signature corresponds to “%s” in the methods list object" msgid "" "no S4 method for function \"%s\" and signature %s; consider getS3method() if " "you wanted the S3 method" msgstr "" "no S4 method for function “%s” and signature %s; consider getS3method() if " "you wanted the S3 method" msgid "" "no method defined in methods list object for function \"%s\" and signature %s" msgstr "" "no method defined in methods list object for function “%s” and signature %s" msgid "'file' must be a character string or a connection" msgstr "‘file’ must be a character string or a connection" msgid "" "argument \"signature\" is not meaningful with the current implementation and " "is ignored \n" "(extract a subset of the methods list instead)" msgstr "" "argument “signature” is not meaningful with the current implementation and " "is ignored \n" "(extract a subset of the methods list instead)" msgid "No method for \"...\" matches class \"%s\"" msgstr "No method for “...” matches class “%s”" msgid "No method found for signature %s" msgstr "No method found for signature %s" msgid "\"%s\" has no methods defined" msgstr "“%s” has no methods defined" msgid "selectMethod(): mlist is not an environment or NULL :" msgstr "selectMethod(): mlist is not an environment or NULL :" msgid "** should no longer happen!" msgstr "** should no longer happen!" msgid "" "bad class specified for element %d (should be a single character string)" msgstr "" "bad class specified for element %d (should be a single character string)" msgid "" "first argument should be the name(s) of generic functions (got object of " "class \"%s\")" msgstr "" "first argument should be the name(s) of generic functions (got object of " "class “%s”)" msgid "\"%s\" is not a generic function in \"%s\"; methods not removed" msgstr "“%s” is not a generic function in “%s”; methods not removed" msgid "cannot remove methods for \"%s\" in locked environment/package \"%s\"" msgstr "cannot remove methods for “%s” in locked environment/package “%s”" msgid "restoring default function definition of \"%s\"" msgstr "restoring default function definition of “%s”" msgid "" "error in updating generic function \"%s\"; the function definition is not a " "generic function (class \"%s\")" msgstr "" "error in updating generic function “%s”; the function definition is not a " "generic function (class “%s”)" msgid "function \"%s\" is already a group generic; no change" msgstr "function “%s” is already a group generic; no change" msgid "function \"%s\" is a group generic; do not call it directly" msgstr "function “%s” is a group generic; do not call it directly" msgid "" "'callGeneric' with a primitive needs explicit arguments (no formal args " "defined)" msgstr "" "‘callGeneric’ with a primitive needs explicit arguments (no formal args " "defined)" msgid "'callGeneric' must be called from a generic function or method" msgstr "‘callGeneric’ must be called from a generic function or method" msgid "expected a non-empty character string for argument name" msgstr "expected a non-empty character string for argument name" msgid "generic function supplied was not created for \"%s\"" msgstr "generic function supplied was not created for “%s”" msgid "\"%s\" is a primitive function; its generic form cannot be redefined" msgstr "“%s” is a primitive function; its generic form cannot be redefined" msgid "" "\"%s\" is not currently a generic: define it first to create a non-default " "implicit form" msgstr "" "“%s” is not currently a generic: define it first to create a non-default " "implicit form" msgid "Must provide an environment table; got class \"%s\"" msgstr "Must provide an environment table; got class “%s”" msgid "Original function is prohibited as a generic function" msgstr "Original function is prohibited as a generic function" msgid "not both functions!" msgstr "not both functions!" msgid "Classes: %s, %s" msgstr "Classes: %s, %s" msgid "argument %s is not S4" msgstr "argument %s is not S4" msgid "Formal arguments differ (in default values?)" msgstr "Formal arguments differ (in default values?)" msgid "Formal arguments differ: (%s), (%s)" msgstr "Formal arguments differ: (%s), (%s)" msgid "," msgstr "," msgid "Value classes differ: %s, %s" msgstr "Value classes differ: %s, %s" msgid "Signatures differ: (%s), (%s)" msgstr "Signatures differ: (%s), (%s)" msgid "Package slots differ: %s, %s" msgstr "Package slots differ: %s, %s" msgid "Groups differ: %s, %s" msgstr "Groups differ: %s, %s" msgid "Generic names differ: %s, %s" msgstr "Generic names differ: %s, %s" msgid "" "argument \"f\" must be a generic function or a single character string; got " "an object of class \"%s\"" msgstr "" "argument “f” must be a generic function or a single character string; got an " "object of class “%s”" msgid "non-generic function '%s' given to findMethods()" msgstr "non-generic function ‘%s’ given to findMethods()" msgid "Only FALSE is meaningful for 'inherited', when 'where' is supplied (got" msgstr "" "Only FALSE is meaningful for 'inherited', when ‘where’ is supplied (got" msgid "argument \"f\" must be a generic function or %s" msgstr "argument “f” must be a generic function or %s" msgid "'%s' is not a generic function in '%s' {and 'package' not specified}" msgstr "‘%s’ is not a generic function in ‘%s’ {and ‘package’ not specified}" msgid "" "invalid first argument: should be the name of the first argument in the " "dispatch" msgstr "" "invalid first argument: should be the name of the first argument in the " "dispatch" msgid "duplicate element names in 'MethodsList' at level %d: %s" msgstr "duplicate element names in ‘MethodsList’ at level %d: %s" msgid "" "element %d at level %d (class \"%s\") cannot be interpreted as a function or " "named list" msgstr "" "element %d at level %d (class “%s”) cannot be interpreted as a function or " "named list" msgid "arguments 'names' and 'signature' must have the same length" msgstr "arguments ‘names’ and ‘signature’ must have the same length" msgid "" "inserting method with invalid signature matching argument '...' to class \"%s" "\"" msgstr "" "inserting method with invalid signature matching argument ‘...’ to class “%s”" msgid "inserting method corresponding to empty signature" msgstr "inserting method corresponding to empty signature" msgid "inserting method into non-methods-list object (class \"%s\")" msgstr "inserting method into non-methods-list object (class “%s”)" msgid "invalid method sublist" msgstr "invalid method sublist" msgid "" "'%f' is not a valid generic function: methods list was an object of class \"%" "s\"" msgstr "" "‘%f’ is not a valid generic function: methods list was an object of class “%" "s”" msgid "" "'useInherited' must be TRUE, FALSE, or a named logical vector of those " "values; got an object of class \"%s\"" msgstr "" "‘useInherited’ must be TRUE, FALSE, or a named logical vector of those " "values; got an object of class “%s”" msgid "" "Default method must be a method definition, a primitive or NULL: got an " "object of class %s" msgstr "" "Default method must be a method definition, a primitive or NULL: got an " "object of class %s" msgid "" "trying to match a method signature to an object (of class \"%s\") that is " "not a generic function" msgstr "" "trying to match a method signature to an object (of class “%s”) that is not " "a generic function" msgid "" "trying to match a method signature of class \"%s\"; expects a list or a " "character vector" msgstr "" "trying to match a method signature of class “%s”; expects a list or a " "character vector" msgid "" "object to use as a method signature for function \"%s\" does not look like a " "legitimate signature (a vector of single class names): there were %d class " "names, but %d elements in the signature object" msgstr "" "object to use as a method signature for function “%s” does not look like a " "legitimate signature (a vector of single class names): there were %d class " "names, but %d elements in the signature object" msgid "" "more elements in the method signature (%d) than in the generic signature (%" "d)" msgstr "" "more elements in the method signature (%d) than in the generic signature (%" "d)" msgid "" "in the method signature for function \"%s\" invalid argument names in the " "signature: %s" msgstr "" "in the method signature for function “%s” invalid argument names in the " "signature: %s" msgid "No generic function found corresponding to \"%s\"" msgstr "No generic function found corresponding to “%s”" msgid "skipping methods list element %s of unexpected class \"%s\"" msgstr "skipping methods list element %s of unexpected class “%s”" msgid "" "%s, along with other use of the \"MethodsList\" metadata objects, is " "deprecated." msgstr "" "%s, along with other use of the “MethodsList” metadata objects, is " "deprecated." msgid "In %s: use of \"MethodsList\" metadata objects is deprecated." msgstr "In %s: use of “MethodsList” metadata objects is deprecated." msgid "Use %s instead." msgstr "Use %s instead." msgid "invalid object for formal method definition: type \"%s\"" msgstr "invalid object for formal method definition: type “%s”" msgid "" "missing package slot (%s) in object of class \"%s\" (package info added)" msgstr "missing package slot (%s) in object of class “%s” (package info added)" msgid "" "initialize method returned an object of class \"%s\" instead of the required " "class \"%s\"" msgstr "" "initialize method returned an object of class “%s” instead of the required " "class “%s”" msgid "Reported %d ambiguous selections out of %d for function %s" msgstr "Reported %d ambiguous selections out of %d for function %s" msgid "%d: target \"%s\": chose \"%s\" (others: %s)" msgstr "%d: target “%s”: chose “%s” (others: %s)" msgid "Notes: %s." msgstr "Notes: %s." msgid "the names in signature for method (%s) do not match %s's arguments (%s)" msgstr "" "the names in signature for method (%s) do not match %s's arguments (%s)" msgid "" "a call to callNextMethod() appears in a call to \"%s\", but the call does " "not seem to come from either a generic function or another 'callNextMethod'" msgstr "" "a call to callNextMethod() appears in a call to “%s”, but the call does not " "seem to come from either a generic function or another ‘callNextMethod’" msgid "" "call to 'callNextMethod' does not appear to be in a 'method' or " "'callNextMethod' context" msgstr "" "call to ‘callNextMethod’ does not appear to be in a ‘method’ or " "‘callNextMethod’ context" msgid "bad object found as method (class \"%s\")" msgstr "bad object found as method (class “%s”)" msgid "" "in constructing the prototype for class \"%s\": prototype has class \"%s\", " "but the data part specifies class \"%s\"" msgstr "" "in constructing the prototype for class “%s”: prototype has class “%s”, but " "the data part specifies class “%s”" msgid "" "in constructing the prototype for class \"%s\", slots in prototype and not " "in class: %s" msgstr "" "in constructing the prototype for class “%s”, slots in prototype and not in " "class: %s" msgid "" "in making the prototype for class \"%s\" elements of the prototype failed to " "match the corresponding slot class: %s" msgstr "" "in making the prototype for class “%s” elements of the prototype failed to " "match the corresponding slot class: %s" msgid "" "potential cycle in class inheritance: \"%s\" has duplicates in superclasses " "and subclasses (%s)" msgstr "" "potential cycle in class inheritance: “%s” has duplicates in superclasses " "and subclasses (%s)" msgid "undefined slot classes in definition of %s: %s" msgstr "undefined slot classes in definition of %s: %s" msgid "" "in definition of class \"%s\", information for superclass \"%s\" is of class " "\"%s\" (expected \"SClassExtension\")" msgstr "" "in definition of class “%s”, information for superclass “%s” is of class “%" "s” (expected “SClassExtension”)" msgid "class \"%s\" extends an undefined class, \"%s\"" msgstr "class “%s” extends an undefined class, “%s”" msgid "'Class' must be a valid class definition or class" msgstr "‘Class’ must be a valid class definition or class" msgid "" "trying to assign an object of class \"%s\" as the definition of class \"%s" "\": must supply a \"classRepresentation\" object" msgstr "" "trying to assign an object of class “%s” as the definition of class “%s”: " "must supply a “classRepresentation” object" msgid "assigning as \"%s\" a class representation with internal name \"%s\"" msgstr "assigning as “%s” a class representation with internal name “%s”" msgid "Class \"%s\" has a locked definition in package \"%s\"" msgstr "Class “%s” has a locked definition in package “%s”" msgid "'externalptr' objects cannot be initialized from new()" msgstr "‘externalptr’ objects cannot be initialized from new()" msgid "" "initializing objects from class \"%s\" with these arguments is not supported" msgstr "" "initializing objects from class “%s” with these arguments is not supported" msgid "" "in defining class \"%s\", the supplied data part class, \"%s\" is not valid " "(must be a basic class or a virtual class combining basic classes)" msgstr "" "in defining class “%s”, the supplied data part class, “%s” is not valid " "(must be a basic class or a virtual class combining basic classes)" msgid "" "No definition was found for superclass \"%s\" in the specification of class " "\"%s\"" msgstr "" "No definition was found for superclass “%s” in the specification of class “%" "s”" msgid "" "conflicting definition of data part: .Data = \"%s\", superclass implies \"%s" "\"" msgstr "" "conflicting definition of data part: .Data = “%s”, superclass implies “%s”" msgid "" "a prototype object was supplied with object slot of class \"%s\", but the " "class definition requires an object that is class \"%s\"" msgstr "" "a prototype object was supplied with object slot of class “%s”, but the " "class definition requires an object that is class “%s”" msgid "" "a prototype was supplied of class \"%s\", but the class definition requires " "an object that is class \"%s\"" msgstr "" "a prototype was supplied of class “%s”, but the class definition requires an " "object that is class “%s”" msgid "" "slot \"%s\" in class \"%s\" currently defined (or inherited) as \"%s\", " "conflicts with an inherited definition in class \"%s\"" msgstr "" "slot “%s” in class “%s” currently defined (or inherited) as “%s”, conflicts " "with an inherited definition in class “%s”" msgid "class \"%s\" extends an undefined class (\"%s\")" msgstr "class “%s” extends an undefined class (“%s”)" msgid "" "\"%s\" is not eligible to be the data part of another class (must be a basic " "class or a virtual class with no slots)" msgstr "" "“%s” is not eligible to be the data part of another class (must be a basic " "class or a virtual class with no slots)" msgid "" "prototype is a list with named elements (could be ambiguous): better to use " "function prototype() to avoid trouble." msgstr "" "prototype is a list with named elements (could be ambiguous): better to use " "function prototype() to avoid trouble." msgid "named elements of prototype do not correspond to slot names: %s" msgstr "named elements of prototype do not correspond to slot names: %s" msgid "the \"%s\" list for class \"%s\", includes an undefined class \"%s\"" msgstr "the “%s” list for class “%s”, includes an undefined class “%s”" msgid "" "class %s is inheriting an inconsistent superclass structure from class %s, " "inconsistent with %s" msgstr "" "class %s is inheriting an inconsistent superclass structure from class %s, " "inconsistent with %s" msgid "" "unable to find a consistent ordering of superclasses for class %s: order " "chosen is inconsistent with the superclasses of %s" msgstr "" "unable to find a consistent ordering of superclasses for class %s: order " "chosen is inconsistent with the superclasses of %s" msgid "\"class\" is a reserved slot name and cannot be redefined" msgstr "“class” is a reserved slot name and cannot be redefined" msgid "Data part is undefined for general S4 object" msgstr "Data part is undefined for general S4 object" msgid "no '.Data' slot defined for class \"%s\"" msgstr "no ‘.Data’ slot defined for class “%s”" msgid "class \"%s\" does not have a data part (a .Data slot) defined" msgstr "class “%s” does not have a data part (a .Data slot) defined" msgid "more than one possible class for the data part: using %s rather than %s" msgstr "" "more than one possible class for the data part: using %s rather than %s" msgid "class cannot have both an ordinary and hidden data type" msgstr "class cannot have both an ordinary and hidden data type" msgid "" "a validity method must be a function of one argument, got an object of class " "\"%s\"" msgstr "" "a validity method must be a function of one argument, got an object of class " "“%s”" msgid "unable to find required package \"%s\"" msgstr "unable to find required package “%s”" msgid "unable to find an environment containing class \"%s\"" msgstr "unable to find an environment containing class “%s”" msgid "undefined subclass %s of class %s; definition not updated" msgstr "undefined subclass %s of class %s; definition not updated" msgid "" "subclass %s of class %s is not local and cannot be updated for new " "inheritance information; consider setClassUnion()" msgstr "" "subclass %s of class %s is not local and cannot be updated for new " "inheritance information; consider setClassUnion()" msgid "" "no definition of inheritance from %s to %s, though the relation was implied " "by the setIs() from %s" msgstr "" "no definition of inheritance from %s to %s, though the relation was implied " "by the setIs() from %s" msgid "" "could not find superclass %s to clean up when removing subclass references " "to class %s" msgstr "" "could not find superclass %s to clean up when removing subclass references " "to class %s" msgid "no class %s found as expected in removing subclass %s" msgstr "no class %s found as expected in removing subclass %s" msgid "" "argument includeSubclasses must be a logical, either one value or a vector " "of the same length as argument classes" msgstr "" "argument includeSubclasses must be a logical, either one value or a vector " "of the same length as argument classes" msgid "Argument abbreviate must be 0, 1, 2, or 3" msgstr "Argument abbreviate must be 0, 1, 2, or 3" msgid "Needed the supplied labels vector of length %n, got %n" msgstr "Needed the supplied labels vector of length %n, got %n" msgid "" "the function being used as %s in making a generic function for \"%s\" is " "currently traced; the function used will have tracing removed" msgstr "" "the function being used as %s in making a generic function for “%s” is " "currently traced; the function used will have tracing removed" msgid "" "Must supply either a generic function or a function as default for \"#s\"" msgstr "" "Must supply either a generic function or a function as default for “#s”" msgid "" "the 'genericFunction' argument must be NULL or a generic function object; " "got an object of class \"%s\"" msgstr "" "the ‘genericFunction’ argument must be NULL or a generic function object; " "got an object of class “%s”" msgid "non-arguments found in the signature: %s" msgstr "non-arguments found in the signature: %s" msgid "no suitable arguments to dispatch methods in this function" msgstr "no suitable arguments to dispatch methods in this function" msgid "" "the formal arguments of the generic function for \"%s\" (%s) differ from " "those of the non-generic to be used as the default (%s)" msgstr "" "the formal arguments of the generic function for “%s” (%s) differ from those " "of the non-generic to be used as the default (%s)" msgid "special function \"%s\" is not permitted to have methods" msgstr "special function “%s” is not permitted to have methods" msgid "" "special function \"%s\" has no known argument list; will assume '(x, ...)'" msgstr "" "special function “%s” has no known argument list; will assume ‘(x, ...)’" msgid "making a generic for special function \"%s\"" msgstr "making a generic for special function “%s”" msgid "invalid call in method dispatch to \"%s\" (no default method)" msgstr "invalid call in method dispatch to “%s” (no default method)" msgid "in method for %s with signature %s:" msgstr "in method for %s with signature %s:" msgid "formal arguments in method and generic do not appear in the same order" msgstr "formal arguments in method and generic do not appear in the same order" msgid "" "formal arguments (%s) omitted in the method definition cannot be in the " "signature" msgstr "" "formal arguments (%s) omitted in the method definition cannot be in the " "signature" msgid "expanding the signature to include omitted arguments in definition: %s" msgstr "expanding the signature to include omitted arguments in definition: %s" msgid "= \"missing\"" msgstr "= “missing”" msgid "" "methods can add arguments to the generic %s only if '...' is an argument to " "the generic" msgstr "" "methods can add arguments to the generic %s only if ‘...’ is an argument to " "the generic" msgid "" "arguments (%s) after '...' in the generic must appear in the method, in the " "same place at the end of the argument list" msgstr "" "arguments (%s) after ‘...’ in the generic must appear in the method, in the " "same place at the end of the argument list" msgid "" "Argument f must be a string, generic function, or primitive: got an ordinary " "function" msgstr "" "Argument f must be a string, generic function, or primitive: got an ordinary " "function" msgid "methods cannot be defined for the primitive function \"%s\"" msgstr "methods cannot be defined for the primitive function “%s”" msgid "no generic function found for \"%s\"" msgstr "no generic function found for “%s”" msgid "Empty function name in .getGeneric" msgstr "Empty function name in .getGeneric" msgid "" "Methods list objects are not maintained in this version of R: request for " "function %s may return incorrect information" msgstr "" "Methods list objects are not maintained in this version of R: request for " "function %s may return incorrect information" msgid "" "Package \"%s\" seems to have out-of-date methods; need to reinstall from " "source" msgstr "" "Package “%s” seems to have out-of-date methods; need to reinstall from source" msgid "" "no methods found for \"%s\"; cacheGenericsMetaData() will have no effect" msgstr "no methods found for “%s”; cacheGenericsMetaData() will have no effect" msgid "invalid value from generic function \"%s\", class \"%s\", expected %s" msgstr "invalid value from generic function “%s”, class “%s”, expected %s" msgid "" "the body of the generic function for \"%s\" calls 'standardGeneric' to " "dispatch on a different name (\"%s\")!" msgstr "" "the body of the generic function for “%s” calls ‘standardGeneric’ to " "dispatch on a different name (“%s”)!" msgid "the supplied generic function definition for" msgstr "the supplied generic function definition for" msgid "does not seem to call 'standardGeneric'; no methods will be dispatched!" msgstr "" "does not seem to call 'standardGeneric'; no methods will be dispatched!" msgid "" "internal error: Bad methods list object in fixing methods for primitive " "function \"%s\"" msgstr "" "internal error: Bad methods list object in fixing methods for primitive " "function “%s”" msgid "" "trying to change the formal arguments in %s, in an object of class \"%s\"; " "expected a function definition" msgstr "" "trying to change the formal arguments in %s, in an object of class “%s”; " "expected a function definition" msgid "" "trying to change the formal arguments in %s, but getting the new formals " "from an object of class \"%s\"; expected a function definition" msgstr "" "trying to change the formal arguments in %s, but getting the new formals " "from an object of class “%s”; expected a function definition" msgid "" "trying to change the formal arguments in %s, but the number of existing " "arguments is less than the number of new arguments: (%s) vs (%s)" msgstr "" "trying to change the formal arguments in %s, but the number of existing " "arguments is less than the number of new arguments: (%s) vs (%s)" msgid "" "trying to change the formal arguments in %s, but the number of existing " "arguments is greater than the number of new arguments (the extra arguments " "won't be used): (%s) vs (%s)" msgstr "" "trying to change the formal arguments in %s, but the number of existing " "arguments is greater than the number of new arguments (the extra arguments " "won't be used): (%s) vs (%s)" msgid "" "in changing formal arguments in %s, some of the old names are not in fact " "arguments: %s" msgstr "" "in changing formal arguments in %s, some of the old names are not in fact " "arguments: %s" msgid "botched namespace: failed to find 'base' namespace in its parents" msgstr "botched namespace: failed to find ‘base’ namespace in its parents" msgid "got a negative maximum number of frames to look at" msgstr "got a negative maximum number of frames to look at" msgid "\"%s\" is not a generic function (or not visible here)" msgstr "“%s” is not a generic function (or not visible here)" msgid "invalid element in the groupMembers slot (class \"%s\")" msgstr "invalid element in the groupMembers slot (class “%s”)" msgid "" "\" is not a known action (warn, stop, once, ignore); no action recorded for " "function \"" msgstr "" "“ is not a known action (warn, stop, once, ignore); no action recorded for " "function ”" msgid "argument f must be a generic function with signature \"...\"" msgstr "argument f must be a generic function with signature “...”" msgid "No method or default matching the \"...\" arguments in %s" msgstr "No method or default matching the “...” arguments in %s" msgid "multiple direct matches:" msgstr "multiple direct matches:" msgid "; using the first of these" msgstr "; using the first of these" msgid "multiple equivalent inherited matches:" msgstr "multiple equivalent inherited matches:" msgid "single string; got an object of class \"%s\"" msgstr "single string; got an object of class “%s”" msgid "\"%s\" has a sealed class definition and cannot be redefined" msgstr "“%s” has a sealed class definition and cannot be redefined" msgid "" "only arguments 'Class' and 'where' can be supplied when argument " "'representation' is a 'classRepresentation' object" msgstr "" "only arguments ‘Class’ and ‘where’ can be supplied when argument " "‘representation’ is a ‘classRepresentation’ object" msgid "Internal error: definition of class \"%s\" not properly assigned" msgstr "Internal error: definition of class “%s” not properly assigned" msgid "" "error in contained classes (%s) for class \"%s\" and unable to remove " "definition from \"%s\"" msgstr "" "error in contained classes (%s) for class “%s” and unable to remove " "definition from “%s”" msgid "" "error in contained classes (%s) for class \"%s\"; class definition removed " "from \"%s\"" msgstr "" "error in contained classes (%s) for class “%s”; class definition removed " "from “%s”" msgid "" "error in contained classes (%s) for class \"%s\" and unable to restore " "previous definition from \"%s\"" msgstr "" "error in contained classes (%s) for class “%s” and unable to restore " "previous definition from “%s”" msgid "" "error in contained classes (%s) for class \"%s\"; previous definition " "restored to \"%s\"" msgstr "" "error in contained classes (%s) for class “%s”; previous definition restored " "to “%s”" msgid "element %d of the representation was not a single character string" msgstr "element %d of the representation was not a single character string" msgid "duplicate class names among superclasses: %s" msgstr "duplicate class names among superclasses: %s" msgid "duplicated slot names: %s" msgstr "duplicated slot names: %s" msgid "only one data object (unnamed argument to prototype) allowed" msgstr "only one data object (unnamed argument to prototype) allowed" msgid "\"%s\" is not a defined class" msgstr "“%s” is not a defined class" msgid "\"%s\" is not a slot in class \"%s\"" msgstr "“%s” is not a slot in class “%s”" msgid "" "assignment of an object of class \"%s\" is not valid for slot \"%s\" in an " "object of class \"%s\"; is(value, \"%s\") is not TRUE" msgstr "" "assignment of an object of class “%s” is not valid for slot “%s” in an " "object of class “%s”; is(value, “%s”) is not TRUE" msgid "Class definition for \"%s\" not found (no action taken)" msgstr "Class definition for “%s” not found (no action taken)" msgid "class \"%s\" has multiple definitions visible; only the first removed" msgstr "class “%s” has multiple definitions visible; only the first removed" msgid "invalid class \"%s\" object:" msgstr "invalid class “%s” object:" msgid "validity method must be NULL or a function of one argument" msgstr "validity method must be NULL or a function of one argument" msgid "class \"%s\" not found on \"%s\"; 'resetClass' will have no effect" msgstr "class “%s” not found on “%s”; ‘resetClass’ will have no effect" msgid "" "argument 'classDef' must be a string or a class representation; got an " "object of class \"%s\"" msgstr "" "argument ‘classDef’ must be a string or a class representation; got an " "object of class “%s”" msgid "class \"%s\" is sealed; 'resetClass' will have no effect" msgstr "class “%s” is sealed; ‘resetClass’ will have no effect" msgid "" "cannot use object of class \"%s\" in new(): class \"%s\" does not extend " "that class" msgstr "" "cannot use object of class “%s” in new(): class “%s” does not extend that " "class" msgid "invalid names for slots of class \"%s\": %s" msgstr "invalid names for slots of class “%s”: %s" msgid "" "Class \"%s\" is defined, with package \"%s\", but no corresponding metadata " "object was found (not exported?)" msgstr "" "Class “%s” is defined, with package “%s”, but no corresponding metadata " "object was found (not exported?)" msgid "no definition of \"%s\" to use for %s" msgstr "no definition of “%s” to use for %s" msgid "" "multiple definitions of class \"%s\" visible; using the definition\n" " in package \"%s\" for %s" msgstr "" "multiple definitions of class “%s” visible; using the definition\n" " in package “%s” for %s" msgid "Class definition cannot extend more than one of these data types: %s" msgstr "Class definition cannot extend more than one of these data types: %s" msgid "" "Sorry, abnormal type \"%s\" is not supported as a superclass of a class " "definition" msgstr "" "Sorry, abnormal type “%s” is not supported as a superclass of a class " "definition" msgid "" "'traceOn' is deprecated: use the function 'trace' in the 'methods' package " "instead" msgstr "" "‘traceOn’ is deprecated: use the function ‘trace’ in the ‘methods’ package " "instead" msgid "" "'traceOff' is deprecated: use the function 'untrace' in the 'methods' " "package instead" msgstr "" "‘traceOff’ is deprecated: use the function ‘untrace’ in the ‘methods’ " "package instead" msgid "no function \"%s\" found" msgstr "no function “%s” found" msgid "no non-generic function \"%s\" found" msgstr "no non-generic function “%s” found" msgid "\"%s\" is not one of the element names" msgstr "“%s” is not one of the element names" msgid "" "internal problem in as(): \"%s\" is(object, \"%s\") is TRUE, but the " "metadata asserts that the 'is' relation is FALSE" msgstr "" "internal problem in as(): “%s” is(object, “%s”) is TRUE, but the metadata " "asserts that the ‘is’ relation is FALSE" msgid "no method or default for coercing \"%s\" to \"%s\"" msgstr "no method or default for coercing “%s” to “%s”" msgid "no method or default for as() replacement of \"%s\" with Class=\"%s\"" msgstr "no method or default for as() replacement of “%s” with Class=“%s”" msgid "trying to set an 'as' relation from \"%s\" to itself" msgstr "trying to set an ‘as’ relation from “%s” to itself" msgid "class \"%s\" is not defined in this environment" msgstr "class “%s” is not defined in this environment" msgid "" "class \"%s\" is a class union: 'coerce' relations to a class union are not " "meaningful" msgstr "" "class “%s” is a class union: ‘coerce’ relations to a class union are not " "meaningful" msgid "" "'as' method should have one argument, or match the arguments of coerce(): " "got (%s)" msgstr "" "‘as’ method should have one argument, or match the arguments of coerce(): " "got (%s)" msgid "" "a 'replace' method definition in 'setAs' must be a function of two " "arguments, got %d" msgstr "" "a ‘replace’ method definition in ‘setAs’ must be a function of two " "arguments, got %d" msgid "" "argument names in replace changed to agree with 'coerce<-' generic:\n" "%s" msgstr "" "argument names in replace changed to agree with ‘coerce<-’ generic:\n" "%s" msgid "ambiguous object (length!=1) to coerce to \"name\"" msgstr "ambiguous object (length!=1) to coerce to “name”" msgid "undefined coerce method" msgstr "undefined coerce method" msgid "" "methods currently exist for coercing from \"%s\" to \"%s\"; they will be " "replaced." msgstr "" "methods currently exist for coercing from “%s” to “%s”; they will be " "replaced." msgid "object \"%s\" not found" msgstr "object “%s” not found" msgid "" "object \"%s\" not changed (it is not consistent with the current definition " "of class \"%s\" from \"%s\")" msgstr "" "object “%s” not changed (it is not consistent with the current definition of " "class “%s” from “%s”)" msgid "no definition for the class of \"%s\" (class \"%s\") found" msgstr "no definition for the class of “%s” (class “%s”) found" msgid "" "object \"%s\" not changed (it does not appear to be from a version of R " "earlier than 1.8.0)" msgstr "" "object “%s” not changed (it does not appear to be from a version of R " "earlier than 1.8.0)" msgid "'class1' must be the name of a class or a class definition" msgstr "‘class1’ must be the name of a class or a class definition" msgid "'class2' must be the name of a class or a class definition" msgstr "‘class2’ must be the name of a class or a class definition" msgid "" "class \"%s\" has no visible definition from package or environment \"%s\"" msgstr "class “%s” has no visible definition from package or environment “%s”" msgid "" "cannot create a 'setIs' relation when neither of the classes (\"%s\" and \"%s" "\") is local and modifiable in this package" msgstr "" "cannot create a ‘setIs’ relation when neither of the classes (“%s” and “%s”) " "is local and modifiable in this package" msgid "" "class \"%s\" is sealed; new superclasses can not be defined, except by " "'setClassUnion'" msgstr "" "class “%s” is sealed; new superclasses can not be defined, except by " "‘setClassUnion’" msgid "" "Class %s is defined (with package slot %s) but no metadata object found to " "revise %s information---not exported? Making a copy in package %s" msgstr "" "Class %s is defined (with package slot %s) but no metadata object found to " "revise %s information---not exported? Making a copy in package %s" msgid "class \"%s\" cannot extend class \"%s\"" msgstr "class “%s” cannot extend class “%s”" msgid "Both classes must be defined" msgstr "Both classes must be defined" msgid "" "class \"%s\" is missing slots from class \"%s\" (%s), and no coerce method " "was supplied" msgstr "" "class “%s” is missing slots from class “%s” (%s), and no coerce method was " "supplied" msgid "" "slots in class \"%s\" must extend corresponding slots in class \"%s\": fails " "for %s" msgstr "" "slots in class “%s” must extend corresponding slots in class “%s”: fails for " "%s" msgid "invalid index for function argument" msgstr "invalid index for function argument" msgid "No function definition found for \"%s\"" msgstr "No function definition found for “%s”" msgid "Need a definition for the method here" msgstr "Need a definition for the method here" msgid "Skeleton of method written to" msgstr "Skeleton of method written to" msgid "connection" msgstr "connection" msgid "" "Invalid object in meta table of methods for \"%s\", label \"%s\", had class " "\"%s\"" msgstr "" "Invalid object in meta table of methods for “%s”, label “%s”, had class “%s”" msgid "Invalid mlist element for signature \"" msgstr "Invalid mlist element for signature \"" msgid "\" at level" msgstr "\" at level" msgid "( should be methods list or method, had class \"" msgstr "( should be methods list or method, had class \"" msgid "\")" msgstr "\")" msgid "Invalid object in methods table (\"" msgstr "Invalid object in methods table (\"" msgid "\"), expected a method, got an object of class \"" msgstr "“), expected a method, got an object of class ”" msgid "Invalid or unset methods table in generic function \"" msgstr "Invalid or unset methods table in generic function \"" msgid "Trying to find a methods table in a non-generic function" msgstr "Trying to find a methods table in a non-generic function" msgid "" "The \"ambiguousMethodSelection\" option should be a function to be called as " "the condition action; got an object of class \"%s\"" msgstr "" "The “ambiguousMethodSelection” option should be a function to be called as " "the condition action; got an object of class “%s”" msgid "" "No simply inherited methods found for function \"%s\"; using non-simple " "method" msgstr "" "No simply inherited methods found for function “%s”; using non-simple method" msgid "" "Note: Method with signature \"%s\" chosen for function \"%s\",\n" " target signature \"%s\".\n" " %s would also be valid" msgstr "" "Note: Method with signature “%s” chosen for function “%s”,\n" " target signature “%s”.\n" " %s would also be valid" msgid "found" msgstr "found" msgid "equally good next methods" msgstr "equally good next methods" msgid "unable to find an inherited method for function \"" msgstr "unable to find an inherited method for function \"" msgid "\", for signature" msgstr "\", for signature" msgid "" "Internal error in finding inherited methods; didn't return a unique method" msgstr "" "Internal error in finding inherited methods; didn't return a unique method" msgid "Selecting %d methods of min. distance" msgstr "Selecting %d methods of min. distance" msgid "Selecting %d non-group methods" msgstr "Selecting %d non-group methods" msgid "Selecting %d partially exact-matching method(s)" msgstr "Selecting %d partially exact-matching method(s)" msgid "Choosing method %s from %d ambiguous possibilities" msgstr "Choosing method %s from %d ambiguous possibilities" msgid "Failed to find expected group generic function:" msgstr "Failed to find expected group generic function:" msgid "Invalid group generic function in search for inherited method (class \"" msgstr "" "Invalid group generic function in search for inherited method (class \"" msgid "Invalid methods table request" msgstr "Invalid methods table request" msgid "Trying to check signature length of group generic \"" msgstr "Trying to check signature length of group generic \"" msgid "\", but it is not a group generic" msgstr "\", but it is not a group generic" msgid "Trying to check signature length of generic \"" msgstr "Trying to check signature length of generic \"" msgid "\", but it is not a generic function: i =" msgstr "\", but it is not a generic function: i =" msgid ", funs =" msgstr ", funs =" msgid "; gnames =" msgstr "; gnames =" msgid "Something weird: inconsistent number of args in methods table strings:" msgstr "" "Something weird: inconsistent number of args in methods table strings:" msgid "(using the largest value)" msgstr "(using the largest value)" msgid "" "No methods table for generic \"%s\" from package \"%s\" in package \"%s\"" msgstr "No methods table for generic “%s” from package “%s” in package “%s”" msgid "Undefined classes (" msgstr "Undefined classes (" msgid ") will be ignored, for argument" msgstr ") will be ignored, for argument" msgid "" "Argument \"signatures\" must be a character matrix whose rows are method " "signatures" msgstr "" "Argument “signatures” must be a character matrix whose rows are method " "signatures" msgid "not allowed to have test==TRUE and an S4Class definition" msgstr "not allowed to have test==TRUE and an S4Class definition" msgid "" "argument S4Class must be a class definition: got an object of class \"%s\"" msgstr "" "argument S4Class must be a class definition: got an object of class “%s”" msgid "" "inconsistent old-style class information for \"%s\"; the class is defined " "but does not extend \"%s\" and is not valid as the data part" msgstr "" "inconsistent old-style class information for “%s”; the class is defined but " "does not extend “%s” and is not valid as the data part" msgid "" "The S3 class of the prototype, \"%s\", is undefined; only allowed when this " "is the S3 class being registered (\"%s\")" msgstr "" "The S3 class of the prototype, “%s”, is undefined; only allowed when this is " "the S3 class being registered (“%s”)" msgid "Restoring definition of class \"%s\"" msgstr "Restoring definition of class “%s”" msgid "Slot \"%s\": class \"%s\" should extend class \"%s\"" msgstr "Slot “%s”: class “%s” should extend class “%s”" msgid "" "invalid S4 class corresponding to S3 class: slots in S4 version must extend " "corresponding slots in S3 version: fails for %s" msgstr "" "invalid S4 class corresponding to S3 class: slots in S4 version must extend " "corresponding slots in S3 version: fails for %s" msgid "explicit coercion of old-style class (%s) is not defined" msgstr "explicit coercion of old-style class (%s) is not defined" msgid "" "explicit replacement not defined for as(x, \"%s\") <- value for old-style " "class \"%s\"" msgstr "" "explicit replacement not defined for as(x, “%s”) <- value for old-style " "class “%s”" msgid "" "argument 'Classes' must be a vector of two classes; got an argument of " "length %d" msgstr "" "argument ‘Classes’ must be a vector of two classes; got an argument of " "length %d" msgid "" "inconsistent old-style class information for \"%s\" (maybe mixing old and " "new classes?)" msgstr "" "inconsistent old-style class information for “%s” (maybe mixing old and new " "classes?)" msgid "" "S3Class only defined for extensions of \"oldClass\" or classes with a data " "part: not true of class \"" msgstr "" "S3Class only defined for extensions of “oldClass” or classes with a data " "part: not true of class \"" msgid "" "S3Class can only be assigned to S4 objects that extend \"oldClass\"; not " "true of class \"%s\"" msgstr "" "S3Class can only be assigned to S4 objects that extend “oldClass”; not true " "of class “%s”" msgid "Created a package name, \"%s\", when none found" msgstr "Created a package name, “%s”, when none found" msgid "no definition of class \"%s\" found" msgstr "no definition of class “%s” found" msgid "multiple definitions of \"%s\" found; using the one on %s" msgstr "multiple definitions of “%s” found; using the one on %s" msgid "" "no definition of class \"%s\" in the specified position, %s, definition(s) " "on : %s" msgstr "" "no definition of class “%s” in the specified position, %s, definition(s) " "on : %s" msgid "" "Field \"%s\" is not a valid field or method name for reference class \"%s\"" msgstr "" "Field “%s” is not a valid field or method name for reference class “%s”" msgid "" "Method %s from class %s was not processed into a class method until being " "installed. Possible corruption of the methods in the class." msgstr "" "Method %s from class %s was not processed into a class method until being " "installed. Possible corruption of the methods in the class." msgid "" "a call to superClass() is in the method \"%s\" but there is no superclass " "definition of this method for class \"%s\"" msgstr "" "a call to superClass() is in the method “%s” but there is no superclass " "definition of this method for class “%s”" msgid "\"%s\" is not a reference class" msgstr "“%s” is not a reference class" msgid "\"%s\" is not a field in class \"%s\"" msgstr "“%s” is not a field in class “%s”" msgid "" "The class of field \"%s\" in the object is not compatible with the desired " "class \"%s\" in the target" msgstr "" "The class of field “%s” in the object is not compatible with the desired " "class “%s” in the target" msgid "\"%s\" is not a defined class in this environment" msgstr "“%s” is not a defined class in this environment" msgid "Invalid Class argument: should be a single string" msgstr "Invalid Class argument: should be a single string" msgid "\"%s\" is not one of the reference super classes for this object" msgstr "“%s” is not one of the reference super classes for this object" msgid "" "direct calls to callSuper() are invalid: should only be called from another " "method" msgstr "" "direct calls to callSuper() are invalid: should only be called from another " "method" msgid "\"%s\" is not a field in this class" msgstr "“%s” is not a field in this class" msgid "Arguments to methods() must be named, or one named list" msgstr "Arguments to methods() must be named, or one named list" msgid "" "Topic \"%s\" is not a method name in class \"%s\"\n" "The class definition follows" msgstr "" "Topic “%s” is not a method name in class “%s”\n" "The class definition follows" msgid "Arguments must all be character string names of fieds" msgstr "Arguments must all be character string names of fieds" msgid "" "Field \"%s\" of class \"%s\" has a non-default binding and cannot be locked" msgstr "" "Field “%s” of class “%s” has a non-default binding and cannot be locked" msgid "" "The overriding class(\"%s\") of field \"%s\" is not a subclass of the " "existing field definition (\"%s\")" msgstr "" "The overriding class(“%s”) of field “%s” is not a subclass of the existing " "field definition (“%s”)" msgid "Field \"" msgstr "Field \"" msgid "\" is read-only" msgstr "\" is read-only" msgid "" "The contains= argument should be the names of superclasses: got an element " "of class \"%s\"" msgstr "" "The contains= argument should be the names of superclasses: got an element " "of class “%s”" msgid "No definition found for inherited class: %s" msgstr "No definition found for inherited class: %s" msgid "" "Single class name needed for field \"%s\", got a character vector of length %" "d" msgstr "" "Single class name needed for field “%s”, got a character vector of length %d" msgid "Class \"%s\" for field \"%s\" is not defined" msgstr "Class “%s” for field “%s” is not defined" msgid "" "Field \"%s\" was supplied as an object of class \"%s\"; must be a class name " "or a binding function" msgstr "" "Field “%s” was supplied as an object of class “%s”; must be a class name or " "a binding function" msgid "A list argument for fields must have nonempty names for all the fields" msgstr "A list argument for fields must have nonempty names for all the fields" msgid "" "Argument fields must be a list of the field classes or definitions, or else " "just the names of the fields; got an object of class \"%s\"" msgstr "" "Argument fields must be a list of the field classes or definitions, or else " "just the names of the fields; got an object of class “%s”" msgid "Class \"%s\" is defined but is not a reference class" msgstr "Class “%s” is defined but is not a reference class" msgid "Not a reference class:" msgstr "Not a reference class:" msgid "(class \"%s\")" msgstr "(class “%s”)" msgid "for method %s()" msgstr "for method %s()" msgid "" "Local assignment to field name (%s) will not change the field: Did you mean " "to use \"<<-\"? \n" "( in method %s for class %s)" msgstr "" "Local assignment to field name (%s) will not change the field: Did you mean " "to use “<<-”? \n" "( in method %s for class %s)" msgid "" "invalid ignore= argument; should be a class definition or a character " "vector, got an object of class %s" msgstr "" "invalid ignore= argument; should be a class definition or a character " "vector, got an object of class %s" msgid "An object of class \"" msgstr "An object of class \"" msgid "" "invalid call to 'classLabel': expected a name or a class definition, got an " "object of class %s" msgstr "" "invalid call to 'classLabel': expected a name or a class definition, got an " "object of class %s" msgid "argument 'what' should be the name of a function" msgstr "argument ‘what’ should be the name of a function" msgid "Tracing the internal function \"%s\" is not allowed" msgstr "Tracing the internal function “%s” is not allowed" msgid ".TraceWithMethods: after computing what, whereF" msgstr ".TraceWithMethods: after computing what, whereF" msgid "no function definition for \"%s\" found" msgstr "no function definition for “%s” found" msgid "" "Can't untrace method for \"%s\"; no method defined for this signature: %s" msgstr "" "Can't untrace method for “%s”; no method defined for this signature: %s" msgid ".TraceWithMethods: untrace case" msgstr ".TraceWithMethods: untrace case" msgid "the method for \"%s\" for this signature was not being traced" msgstr "the method for “%s” for this signature was not being traced" msgid ".TraceWithMethods: about to assign or setMethod" msgstr ".TraceWithMethods: about to assign or setMethod" msgid "" "making a traced version of a primitive; arguments will be treated as '...'" msgstr "" "making a traced version of a primitive; arguments will be treated as ‘...’" msgid "" "the editing in trace() can only change the body of the function; got an " "object of class \"%s\"" msgstr "" "the editing in trace() can only change the body of the function; got an " "object of class “%s”" msgid "" "the editing in trace() can only change the body of the function, not the " "arguments or defaults" msgstr "" "the editing in trace() can only change the body of the function, not the " "arguments or defaults" msgid "cannot use 'at' argument without a trace expression" msgstr "cannot use ‘at’ argument without a trace expression" msgid "" "cannot use 'at' argument unless the function body has the form '{ ... }'" msgstr "" "cannot use ‘at’ argument unless the function body has the form ‘{ ... }’" msgid "" "assigning over the binding of symbol \"%s\" in environment/package \"%s\"" msgstr "assigning over the binding of symbol “%s” in environment/package “%s”" msgid "" "setting a method over the binding of symbol \"%s\" in environment/package \"%" "s\"" msgstr "" "setting a method over the binding of symbol “%s” in environment/package “%s”" msgid "Constructing traceable class \"" msgstr "Constructing traceable class \"" msgid "Environment of class \"" msgstr "Environment of class \"" msgid "\" is locked; using global environment for new class" msgstr "\" is locked; using global environment for new class" msgid "" "None of the objects in the source code could be found: need to attach or " "specify the package" msgstr "" "None of the objects in the source code could be found: need to attach or " "specify the package" msgid "Objects found in multiple packages: using \"%s\" and ignoring %s" msgstr "Objects found in multiple packages: using “%s” and ignoring %s" msgid "Package \"%s\" is not attached and no namespace found for it" msgstr "Package “%s” is not attached and no namespace found for it" msgid "" "Invalid source argument: expected file names(s) or connection, got an object " "of class \"%s\"" msgstr "" "Invalid source argument: expected file names(s) or connection, got an object " "of class “%s”" msgid "Can't find an environment corresponding to package name '%s\"" msgstr "Can't find an environment corresponding to package name '%s\"" msgid "" "Supplied package, \"%s\", differs from package inferred from source, \"%s\"" msgstr "" "Supplied package, “%s”, differs from package inferred from source, “%s”" msgid "Can't insert these (not found in source): %s" msgstr "Can't insert these (not found in source): %s" msgid "" "Can't insert methods for these functions (methods table not found in " "source): %s" msgstr "" "Can't insert methods for these functions (methods table not found in " "source): %s" msgid "Non-function objects aren't currently inserted (not traceable): %s" msgstr "Non-function objects aren't currently inserted (not traceable): %s" msgid "New functions aren't currently inserted (not untraceable): %s" msgstr "New functions aren't currently inserted (not untraceable): %s" msgid "Modified functions inserted through trace(): %s" msgstr "Modified functions inserted through trace(): %s" msgid "" "%s() is not a generic function in the target environment--methods will not " "be inserted" msgstr "" "%s() is not a generic function in the target environment--methods will not " "be inserted" msgid "Methods inserted for function %s(): %s" msgstr "Methods inserted for function %s(): %s" msgid "Pretend we inserted class" msgstr "Pretend we inserted class" msgid "No definition for object \"%s\" found in tracing environment" msgstr "No definition for object “%s” found in tracing environment" msgid "multiple generics match pattern, using table %s" msgstr "multiple generics match pattern, using table %s" msgid "" "Does not seem to be a method table for generic \"%s\" in tracing environment" msgstr "" "Does not seem to be a method table for generic “%s” in tracing environment" msgid "No method in methods table for \"%s\" for signature \"%s\"" msgstr "No method in methods table for “%s” for signature “%s”" msgid "not a package name: \"%s\"" msgstr "not a package name: “%s”" msgid "apparently bad method or class metadata in saved environment;" msgstr "apparently bad method or class metadata in saved environment;" msgid "move the file or remove the class/method" msgstr "move the file or remove the class/method" msgid "no definition for class %s" msgid_plural "no definition for classes %s" msgstr[0] "no definition for class %s" msgstr[1] "no definition for classes %s"