⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xslterrorresources_de.java

📁 java jdk 1.4的源码
💻 JAVA
📖 第 1 页 / 共 5 页
字号:
  //public static final int ER_NULL_ENTITY_RESOLVER  = 226;  {    ER_NULL_ENTITY_RESOLVER,     "Entity-Resolver Null"},// ER_NULL_DTD_HANDLER  //public static final int  ER_NULL_DTD_HANDLER = 227 ;  {    ER_NULL_DTD_HANDLER,     "DTD-Handler Null"},// No Driver Name Specified!  //public static final int ER_NO_DRIVER_NAME_SPECIFIED = 228;  {    ER_NO_DRIVER_NAME_SPECIFIED,     "Kein Treibername angegeben!"},// No URL Specified!  //public static final int ER_NO_URL_SPECIFIED = 229;  {    ER_NO_URL_SPECIFIED,     "Kein URL angegeben!"},// Pool size is less than 1!  //public static final int ER_POOLSIZE_LESS_THAN_ONE = 230;  {    ER_POOLSIZE_LESS_THAN_ONE,     "Pool-Gr\u00f6\u00dfe ist kleiner als 1!"},// Invalid Driver Name Specified!  //public static final int ER_INVALID_DRIVER_NAME = 231;  {    ER_INVALID_DRIVER_NAME,     "Ung\u00fcltiger Treibername angegeben!"},// ErrorListener  //public static final int ER_ERRORLISTENER = 232;  {    ER_ERRORLISTENER,     "ErrorListener"},// Programmer's error! expr has no ElemTemplateElement parent!  //public static final int ER_ASSERT_NO_TEMPLATE_PARENT = 233;  {    ER_ASSERT_NO_TEMPLATE_PARENT,     "Programmierfehler! Ausdruck weist kein \u00fcbergeordnetes Element ElemTemplateElement auf!"},// Programmer's assertion in RundundentExprEliminator: {0}  //public static final int ER_ASSERT_REDUNDENT_EXPR_ELIMINATOR = 234;  {    ER_ASSERT_REDUNDENT_EXPR_ELIMINATOR,     "Programmierannahme in RundundentExprEliminator: {0}"},// Axis traverser not supported: {0}  //public static final int ER_AXIS_TRAVERSER_NOT_SUPPORTED = 235;  {    ER_AXIS_TRAVERSER_NOT_SUPPORTED,     "Achsen-Traverser nicht unterst\u00fctzt: {0}"},// ListingErrorHandler created with null PrintWriter!  //public static final int ER_ERRORHANDLER_CREATED_WITH_NULL_PRINTWRITER = 236;  {    ER_ERRORHANDLER_CREATED_WITH_NULL_PRINTWRITER,     "ListingErrorHandler wurde mit Null-PrintWriter erstellt!"},  // {0}is not allowed in this position in the stylesheet!  //public static final int ER_NOT_ALLOWED_IN_POSITION = 237;  {    ER_NOT_ALLOWED_IN_POSITION,     "{0} ist an dieser Stelle im Stylesheet nicht zul\u00e4ssig!"},  // Non-whitespace text is not allowed in this position in the stylesheet!  //public static final int ER_NONWHITESPACE_NOT_ALLOWED_IN_POSITION = 238;  {    ER_NONWHITESPACE_NOT_ALLOWED_IN_POSITION,     "An dieser Stelle im Stylesheet ist nur Leerraum zul\u00e4ssig!"},  // This code is shared with warning codes.  // Illegal value: {1} used for CHAR attribute: {0}.  An attribute of type CHAR must be only 1 character!  //public static final int INVALID_TCHAR = 239;  // SystemId Unknown  {    INVALID_TCHAR,     "Ung\u00fcltiger Wert: {1} wurde f\u00fcr das CHAR-Attribut {0} verwendet. Ein Attribut vom Typ CHAR darf nur ein Zeichen aufweisen!"},  //public static final int ER_SYSTEMID_UNKNOWN = 240;  {    ER_SYSTEMID_UNKNOWN,     "Unbekannte SystemId"},  // Location of error unknown  //public static final int ER_LOCATION_UNKNOWN = 241;  {    ER_LOCATION_UNKNOWN,     "Fehler befindet sich an unbekannter Stelle"},    // Note to translators:  The following message is used if the value of    // an attribute in a stylesheet is invalid.  "QNAME" is the XML data-type of    // the attribute, and should not be translated.  The substitution text {1} is    // the attribute value and {0} is the attribute name.    // INVALID_QNAME  //The following codes are shared with the warning codes...  // Illegal value: {1} used for QNAME attribute: {0}  //public static final int INVALID_QNAME = 242;  {    INVALID_QNAME,     "Ung\u00fcltiger Wert: {1} wurde f\u00fcr das QNAME-Attribut {0} verwendet."},    // Note to translators:  The following message is used if the value of    // an attribute in a stylesheet is invalid.  "ENUM" is the XML data-type of    // the attribute, and should not be translated.  The substitution text {1} is    // the attribute value, {0} is the attribute name, and {2} is a list of valid    // values.    // INVALID_ENUM  // Illegal value:a {1} used for ENUM attribute:a {0}.  Valid values are:a {2}.  //public static final int INVALID_ENUM = 243;  {    INVALID_ENUM,     "Ung\u00fcltiger Wert: {1} wurde f\u00fcr das ENUM-Attribut {0} verwendet. Die g\u00fcltigen Werte lauten: {2}."},// Note to translators:  The following message is used if the value of// an attribute in a stylesheet is invalid.  "NMTOKEN" is the XML data-type// of the attribute, and should not be translated.  The substitution text {1} is// the attribute value and {0} is the attribute name.// INVALID_NMTOKEN  // Illegal value:a {1} used for NMTOKEN attribute:a {0}.  //public static final int INVALID_NMTOKEN = 244;  {    INVALID_NMTOKEN,     "Ung\u00fcltiger Wert: {1} wurde f\u00fcr das NMTOKEN-Attribut {0} verwendet. "},// Note to translators:  The following message is used if the value of// an attribute in a stylesheet is invalid.  "NCNAME" is the XML data-type// of the attribute, and should not be translated.  The substitution text {1} is// the attribute value and {0} is the attribute name.// INVALID_NCNAME  // Illegal value:a {1} used for NCNAME attribute:a {0}.  //public static final int INVALID_NCNAME = 245;  {    INVALID_NCNAME,     "Ung\u00fcltiger Wert: {1} wurde f\u00fcr das NCNAME-Attribut {0} verwendet. "},// Note to translators:  The following message is used if the value of// an attribute in a stylesheet is invalid.  "boolean" is the XSLT data-type// of the attribute, and should not be translated.  The substitution text {1} is// the attribute value and {0} is the attribute name.// INVALID_BOOLEAN  // Illegal value:a {1} used for boolean attribute:a {0}.  //public static final int INVALID_BOOLEAN = 246;  {    INVALID_BOOLEAN,     "Ung\u00fcltiger Wert: {1} wurde f\u00fcr das boolean-Attribut {0} verwendet. "},// Note to translators:  The following message is used if the value of// an attribute in a stylesheet is invalid.  "number" is the XSLT data-type// of the attribute, and should not be translated.  The substitution text {1} is// the attribute value and {0} is the attribute name.// INVALID_NUMBER  // Illegal value:a {1} used for number attribute:a {0}.  //public static final int INVALID_NUMBER = 247;  {    INVALID_NUMBER,     "Ung\u00fcltiger Wert: {1} wurde f\u00fcr das number-Attribut {0} verwendet. "},  // End of shared codes...// Note to translators:  A "match pattern" is a special form of XPath expression// that is used for matching patterns.  The substitution text is the name of// a function.  The message indicates that when this function is referenced in// a match pattern, its argument must be a string literal (or constant.)// ER_ARG_LITERAL - new error message for bugzilla //5202  // Argument to {0} in match pattern must be a literal.  //public static final int ER_ARG_LITERAL             = 248;  {    ER_ARG_LITERAL,     "Das Argument f\u00fcr {0} im Muster muss ein Literal sein."},// Note to translators:  The following message indicates that two definitions of// a variable.  A "global variable" is a variable that is accessible everywher// in the stylesheet.// ER_DUPLICATE_GLOBAL_VAR - new error message for bugzilla #790  // Duplicate global variable declaration.  //public static final int ER_DUPLICATE_GLOBAL_VAR    = 249;  {    ER_DUPLICATE_GLOBAL_VAR,     "Doppelte Deklaration einer globalen Variablen."},// Note to translators:  The following message indicates that two definitions of// a variable were encountered.// ER_DUPLICATE_VAR - new error message for bugzilla #790  // Duplicate variable declaration.  //public static final int ER_DUPLICATE_VAR           = 250;  {    ER_DUPLICATE_VAR,     "Doppelte Deklaration einer Variablen."},    // Note to translators:  "xsl:template, "name" and "match" are XSLT keywords    // which must not be translated.    // ER_TEMPLATE_NAME_MATCH - new error message for bugzilla #789  // xsl:template must have a name or match attribute (or both)  //public static final int ER_TEMPLATE_NAME_MATCH     = 251;  {    ER_TEMPLATE_NAME_MATCH,     "Das Element xsl:template muss ein name- oder ein match-Attribut (oder beide) aufweisen."},    // Note to translators:  "exclude-result-prefixes" is an XSLT keyword which    // should not be translated.  The message indicates that a namespace prefix    // encountered as part of the value of the exclude-result-prefixes attribute    // was in error.    // ER_INVALID_PREFIX - new error message for bugzilla #788  // Prefix in exclude-result-prefixes is not valid:a {0}  //public static final int ER_INVALID_PREFIX          = 252;  {    ER_INVALID_PREFIX,     "Pr\u00e4fix in exclude-result-prefixes ist nicht g\u00fcltig: {0}"},    // Note to translators:  An "attribute set" is a set of attributes that can be    // added to an element in the output document as a group.  The message indicates    // that there was a reference to an attribute set named {0} that was never    // defined.    // ER_NO_ATTRIB_SET - new error message for bugzilla #782  // attribute-set named {0} does not exist  //public static final int ER_NO_ATTRIB_SET           = 253;  {    ER_NO_ATTRIB_SET,     "Das Attributset mit dem Namen {0} ist nicht vorhanden."},  // Warnings...  /** WG_FOUND_CURLYBRACE          */  //public static final int WG_FOUND_CURLYBRACE = 1;  {    WG_FOUND_CURLYBRACE,      "'}' gefunden, aber keine Attributvorlage ge\u00f6ffnet!"},  /** WG_COUNT_ATTRIB_MATCHES_NO_ANCESTOR          */  //public static final int WG_COUNT_ATTRIB_MATCHES_NO_ANCESTOR = 2;  {    WG_COUNT_ATTRIB_MATCHES_NO_ANCESTOR,      "Warnung: ''count''-Attribute passt zu keinem Vorg\u00e4ngerknoten in xsl:number! Ziel = {0}"},  /** WG_EXPR_ATTRIB_CHANGED_TO_SELECT          */  //public static final int WG_EXPR_ATTRIB_CHANGED_TO_SELECT = 3;  {    WG_EXPR_ATTRIB_CHANGED_TO_SELECT,      "Alte Syntax: Der Name des 'expr'-Attributs ist zu 'select' ge\u00e4ndert worden."},  /** WG_NO_LOCALE_IN_FORMATNUMBER          */  //public static final int WG_NO_LOCALE_IN_FORMATNUMBER = 4;  {    WG_NO_LOCALE_IN_FORMATNUMBER,      "Xalan bearbeitet den lokalen Namen in der Funktion format-number noch nicht."},  /** WG_LOCALE_NOT_FOUND          */  //public static final int WG_LOCALE_NOT_FOUND = 5;  {    WG_LOCALE_NOT_FOUND,      "Warnung: Locale f\u00fcr xml:lang={0} nicht gefunden"},  /** WG_CANNOT_MAKE_URL_FROM          */  //public static final int WG_CANNOT_MAKE_URL_FROM = 6;  {    WG_CANNOT_MAKE_URL_FROM,      "URL kann nicht erstellt werden aus: {0}"},  /** WG_CANNOT_LOAD_REQUESTED_DOC          */  //public static final int WG_CANNOT_LOAD_REQUESTED_DOC = 7;  {    WG_CANNOT_LOAD_REQUESTED_DOC,      "Angefordertes Dokument kann nicht geladen werden: {0}"},  /** WG_CANNOT_FIND_COLLATOR          */  //public static final int WG_CANNOT_FIND_COLLATOR = 8;  {    WG_CANNOT_FIND_COLLATOR,      "Collator f\u00fcr <sort xml:lang={0} nicht gefunden"},  /** WG_FUNCTIONS_SHOULD_USE_URL          */  //public static final int WG_FUNCTIONS_SHOULD_USE_URL = 9;  {    WG_FUNCTIONS_SHOULD_USE_URL,      "Alte Syntax: Die Funktionsanweisung sollten einen URL von {0} verwenden"},  /** WG_ENCODING_NOT_SUPPORTED_USING_UTF8          */  //public static final int WG_ENCODING_NOT_SUPPORTED_USING_UTF8 = 10;  {    WG_ENCODING_NOT_SUPPORTED_USING_UTF8,      "Codierung nicht unterst\u00fctzt: {0}, UTF-8 wird verwendet"},  /** WG_ENCODING_NOT_SUPPORTED_USING_JAVA          */  //public static final int WG_ENCODING_NOT_SUPPORTED_USING_JAVA = 11;  {    WG_ENCODING_NOT_SUPPORTED_USING_JAVA,      "Codierung nicht unterst\u00fctzt: {0}, Java {1} wird verwendet"},  /** WG_SPECIFICITY_CONFLICTS          */  //public static final int WG_SPECIFICITY_CONFLICTS = 12;  {    WG_SPECIFICITY_CONFLICTS,      "Spezifit\u00e4tskonflikte gefunden: {0} Zuletzt in Stylesheet gefundenes wird verwendet."},  /** WG_PARSING_AND_PREPARING          */  //public static final int WG_PARSING_AND_PREPARING = 13;  {    WG_PARSING_AND_PREPARING,      "========= Parsen und Vorbereiten {0} =========="},  /** WG_ATTR_TEMPLATE          */  //public static final int WG_ATTR_TEMPLATE = 14;  {    WG_ATTR_TEMPLATE, "Attributvorlage, {0}"},  /** WG_CONFLICT_BETWEEN_XSLSTRIPSPACE_AND_XSLPRESERVESPACE          */  //public static final int WG_CONFLICT_BETWEEN_XSLSTRIPSPACE_AND_XSLPRESERVESPACE = 15;  {    WG_CONFLICT_BETWEEN_XSLSTRIPSPACE_AND_XSLPRESERVESPACE,      "Match-Konflikt zwischen xsl:strip-space und xsl:preserve-space"},  /** WG_ATTRIB_NOT_HANDLED          */  //public static final int WG_ATTRIB_NOT_HANDLED = 16;  {    WG_ATTRIB_NOT_HANDLED,      "Xalan bearbeitet das Attribut {0} noch nicht!"},  /** WG_NO_DECIMALFORMAT_DECLARATION          */  //public static final int WG_NO_DECIMALFORMAT_DECLARATION = 17;  {    WG_NO_DECIMALFORMAT_DECLARATION,      "Keine Vereinbarung f\u00fcr Dezimalformat gefunden: {0}"},  /** WG_OLD_XSLT_NS          */  //public static final int WG_OLD_XSLT_NS = 18;  {    WG_OLD_XSLT_NS, "XSLT-Namensraum fehlt oder ist nicht korrekt. "},  /** WG_ONE_DEFAULT_XSLDECIMALFORMAT_ALLOWED          */  //public static final int WG_ONE_DEFAULT_XSLDECIMALFORMAT_ALLOWED = 19;  {    WG_ONE_DEFAULT_XSLDECIMALFORMAT_ALLOWED,      "Nur eine Standardvereinbarung xsl:decimal-format ist erlaubt."},  /** WG_XSLDECIMALFORMAT_NAMES_MUST_BE_UNIQUE          */  //public static final int WG_XSLDECIMALFORMAT_NAMES_MUST_BE_UNIQUE = 20;  {    WG_XSLDECIMALFORMAT_NAMES_MUST_BE_UNIQUE,      "xsl:decimal-format-Namen m\u00fcssen eindeutig sein. Name \"{0}\" ist nicht eindeutig."},  /** WG_ILLEGAL_ATTRIBUTE          */  //public static final int WG_ILLEGAL_ATTRIBUTE = 21;  {    WG_ILLEGAL_ATTRIBUTE,      "{0} hat ein ung\u00fcltiges Attribut: {1}"},  /** WG_COULD_NOT_RESOLVE_PREFIX          */  //public static final int WG_COULD_NOT_RESOLVE_PREFIX = 22;  {    WG_COULD_NOT_RESOLVE_PREFIX,      "Namensraum-Pr\u00e4fix konnte nicht aufgel\u00f6st werden: {0}. Der Knoten wird ignoriert."},  /** WG_STYLESHEET_REQUIRES_VERSION_ATTRIB          */  //public static final int WG_STYLESHEET_REQUIRES_VERSION_ATTRIB = 23;  {    WG_STYLESHEET_REQUIRES_VERSION_ATTRIB,      "xsl:stylesheet erfordert ein 'version'-Attribut!"},  /** WG_ILLEGAL_ATTRIBUTE_NAME          */  //public static final int WG_ILLEGAL_ATTRIBUTE_NAME = 24;  {    WG_ILLEGAL_ATTRIBUTE_NAME,      "Ung\u00fcltiger Attributname: {0}"},  /** WG_IL

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -