xslterrorresources_it.java

来自「java jdk 1.4的源码」· Java 代码 · 共 2,663 行 · 第 1/5 页

JAVA
2,663
字号
     ER_NULL_DTD_HANDLER,      "Il gestore DTD \u00e8 nullo"},    // No Driver Name Specified!   //public static final int ER_NO_DRIVER_NAME_SPECIFIED = 228;    {     ER_NO_DRIVER_NAME_SPECIFIED,      "Nessun nome di driver specificato."},     // No URL Specified!   //public static final int ER_NO_URL_SPECIFIED = 229;    {     ER_NO_URL_SPECIFIED,      "Nessun URL specificato."},     // Pool size is less than 1!   //public static final int ER_POOLSIZE_LESS_THAN_ONE = 230;    {     ER_POOLSIZE_LESS_THAN_ONE,      "La dimensione pool \u00e8 inferiore a 1."},     // Invalid Driver Name Specified!   //public static final int ER_INVALID_DRIVER_NAME = 231;    {     ER_INVALID_DRIVER_NAME,      "Il nome specificato del driver non \u00e8 valido."},      // 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,      "Errore del programmatore. L'espressione non presenta ElemTemplateElement superiore."},     // Programmer's assertion in RundundentExprEliminator: {0}   //public static final int ER_ASSERT_REDUNDENT_EXPR_ELIMINATOR = 234;    {     ER_ASSERT_REDUNDENT_EXPR_ELIMINATOR,      "Affermazione del programmatore in RundundentExprEliminator: {0}"},    // Axis traverser not supported: {0}   //public static final int ER_AXIS_TRAVERSER_NOT_SUPPORTED = 235;    {     ER_AXIS_TRAVERSER_NOT_SUPPORTED,      "Secante asse non supportata: {0}"},    // ListingErrorHandler created with null PrintWriter!   //public static final int ER_ERRORHANDLER_CREATED_WITH_NULL_PRINTWRITER = 236;    {     ER_ERRORHANDLER_CREATED_WITH_NULL_PRINTWRITER,      "ListingErrorHandler creato con PrintWriter nullo."},      // {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} non \u00e8 consentito in questa posizione nel foglio di stile."},      // 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,      "Il testo senza spazi non \u00e8 consentito nel foglio di stile."},      // 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,      "Valore non consentito: {1} utilizzato per attributo CHAR: {0}. L'attributo di tipo CHAR deve contenere 1 solo carattere."},      //public static final int ER_SYSTEMID_UNKNOWN = 240;    {     ER_SYSTEMID_UNKNOWN,      "ID sistema sconosciuto"},      // Location of error unknown   //public static final int ER_LOCATION_UNKNOWN = 241;    {     ER_LOCATION_UNKNOWN,      "Ubicazione errore sconosciuta"},        // 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,      "Valore non consentito:a {1} utilizzato per attributo QNAME:a {0}"},        // 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,      "Valore non consentito:a {1} utilizzato per attributo ENUM:a {0}. I valori validi sono:a {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,       "Valore non consentito:a {1} utilizzato per attributo NMTOKEN:a {0} "},       // 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,       "Valore non consentito:a {1} utilizzato per attributo NCNAME:a {0} "},       // 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,       "Valore non consentito:a {1} utilizzato per attributo boolean:a {0} "},       // 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,       "Valore non consentito:a {1} utilizzato per attributo number:a {0} "},           // 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,       "L'argomento di {0} nel pattern di corrispondenza deve essere letterale."},       // 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,       "Dichiarazione variabile globale duplicata."},         // 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,       "Dichiarazione variabile duplicata."},          // 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,       "xsl:template deve presentare un name o attributo match (o entrambi)"},          // 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,       "Il prefisso in exclude-result-prefixes non \u00e8 valido:a {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,       "la serie di attributi denominata {0} \u00e8 inesistente"},    // Warnings... /** WG_FOUND_CURLYBRACE          */ //public static final int WG_FOUND_CURLYBRACE = 1; {   WG_FOUND_CURLYBRACE,     "Trovato '}' ma non vi \u00e8 alcun modello di attributi aperto."}, /** WG_COUNT_ATTRIB_MATCHES_NO_ANCESTOR          */ //public static final int WG_COUNT_ATTRIB_MATCHES_NO_ANCESTOR = 2; {   WG_COUNT_ATTRIB_MATCHES_NO_ANCESTOR,     "Avvertenza: l'attributo di conteggio non corrisponde a un predecessore in xsl:number! Target = {0}."}, /** WG_EXPR_ATTRIB_CHANGED_TO_SELECT          */ //public static final int WG_EXPR_ATTRIB_CHANGED_TO_SELECT = 3; {   WG_EXPR_ATTRIB_CHANGED_TO_SELECT,     "Sintassi precedente: il nome dell'attributo 'expr' \u00e8 stato cambiato in 'select'."}, /** WG_NO_LOCALE_IN_FORMATNUMBER          */ //public static final int WG_NO_LOCALE_IN_FORMATNUMBER = 4; {   WG_NO_LOCALE_IN_FORMATNUMBER,     "Xalan non gestisce ancora il nome locale nella funzione format-number."}, /** WG_LOCALE_NOT_FOUND          */ //public static final int WG_LOCALE_NOT_FOUND = 5; {   WG_LOCALE_NOT_FOUND,     "Avvertenza: impossibile trovare la versione locale per xml:lang={0}."}, /** WG_CANNOT_MAKE_URL_FROM          */ //public static final int WG_CANNOT_MAKE_URL_FROM = 6; {   WG_CANNOT_MAKE_URL_FROM,     "Impossibile creare l'URL da: {0}."}, /** WG_CANNOT_LOAD_REQUESTED_DOC          */ //public static final int WG_CANNOT_LOAD_REQUESTED_DOC = 7; {   WG_CANNOT_LOAD_REQUESTED_DOC,     "Impossibile caricare il documento richiesto: {0}"}, /** WG_CANNOT_FIND_COLLATOR          */ //public static final int WG_CANNOT_FIND_COLLATOR = 8; {   WG_CANNOT_FIND_COLLATOR,     "Impossibile trovare il collatore per <sort xml:lang={0}."}, /** WG_FUNCTIONS_SHOULD_USE_URL          */ //public static final int WG_FUNCTIONS_SHOULD_USE_URL = 9; {   WG_FUNCTIONS_SHOULD_USE_URL,     "Sintassi precedente: l'istruzione delle funzioni deve utilizzare l'URL {0}"}, /** WG_ENCODING_NOT_SUPPORTED_USING_UTF8          */ //public static final int WG_ENCODING_NOT_SUPPORTED_USING_UTF8 = 10; {   WG_ENCODING_NOT_SUPPORTED_USING_UTF8,     "codifica non supportata: {0}, utilizzando UTF-8"}, /** WG_ENCODING_NOT_SUPPORTED_USING_JAVA          */ //public static final int WG_ENCODING_NOT_SUPPORTED_USING_JAVA = 11; {   WG_ENCODING_NOT_SUPPORTED_USING_JAVA,     "Codifica non supportata: {0}, utilizzando Java {1}"}, /** WG_SPECIFICITY_CONFLICTS          */ //public static final int WG_SPECIFICITY_CONFLICTS = 12; {   WG_SPECIFICITY_CONFLICTS,     "Trovati conflitti di specificit\u00e0: {0} Sar\u00e0 utilizzato l'ultimo trovato nel foglio di stile."}, /** WG_PARSING_AND_PREPARING          */ //public static final int WG_PARSING_AND_PREPARING = 13; {   WG_PARSING_AND_PREPARING,     "========= Analisi e preparazione {0} =========="}, /** WG_ATTR_TEMPLATE          */ //public static final int WG_ATTR_TEMPLATE = 14; {   WG_ATTR_TEMPLATE, "Modello attr., {0}"}, /** WG_CONFLICT_BETWEEN_XSLSTRIPSPACE_AND_XSLPRESERVESPACE          */ //public static final int WG_CONFLICT_BETWEEN_XSLSTRIPSPACE_AND_XSLPRESERVESPACE = 15; {   WG_CONFLICT_BETWEEN_XSLSTRIPSPACE_AND_XSLPRESERVESPACE,     "Conflitto di corrispondenza tra xsl:strip-space e xsl:preserve-space."}, /** WG_ATTRIB_NOT_HANDLED          */ //public static final int WG_ATTRIB_NOT_HANDLED = 16; {   WG_ATTRIB_NOT_HANDLED,     "Xalan non gestisce ancora l'attributo {0}."}, /** WG_NO_DECIMALFORMAT_DECLARATION          */ //public static final int WG_NO_DECIMALFORMAT_DECLARATION = 17; {   WG_NO_DECIMALFORMAT_DECLARATION,     "Non \u00e8 stata trovata alcuna dichiarazione per il formato decimale: {0}"}, /** WG_OLD_XSLT_NS          */ //public static final int WG_OLD_XSLT_NS = 18; {   WG_OLD_XSLT_NS, "XSLT Namespace mancante o non valido. "}, /** WG_ONE_DEFAULT_XSLDECIMALFORMAT_ALLOWED          */ //public static final int WG_ONE_DEFAULT_XSLDECIMALFORMAT_ALLOWED = 19; {   WG_ONE_DEFAULT_XSLDECIMALFORMAT_ALLOWED,     "\u00c8 consentita solo una dichiarazione xsl:decimal-format predefinita."}, /** WG_XSLDECIMALFORMAT_NAMES_MUST_BE_UNIQUE          */ //public static final int WG_XSLDECIMALFORMAT_NAMES_MUST_BE_UNIQUE = 20; {   WG_XSLDECIMALFORMAT_NAMES_MUST_BE_UNIQUE,     "I nomi xsl:decimal-format devono essere univoci. Il nome \"{0}\" \u00e8 duplicato."}, /** WG_ILLEGAL_ATTRIBUTE          */ //public static final int WG_ILLEGAL_ATTRIBUTE = 21; {   WG_ILLEGAL_ATTRIBUTE,     "{0} ha un attributo non valido: {1}"}, /** WG_COULD_NOT_RESOLVE_PREFIX          */ //public static final int WG_COULD_NOT_RESOLVE_PREFIX = 22; {   WG_COULD_NOT_RESOLVE_PREFIX,     "Impossibile risolvere il prefisso namespace: {0}. Nodo ignorato."}, /** WG_STYLESHEET_REQUIRES_VERSION_ATTRIB          */ //public static final int WG_STYLESHEET_REQUIRES_VERSION_ATTRIB = 23; {   WG_STYLESHEET_REQUIRES_VERSION_ATTRIB,     "xsl:stylesheet richiede un attributo 'versione'."}, /** WG_ILLEGAL_ATTRIBUTE_NAME          */ //public static final int WG_ILLEGAL_ATTRIBUTE_NAME = 24; {   WG_ILLEGAL_ATTRIBUTE_NAME,     "Nome attributo non valido: {0}"}, /** WG_ILLEGAL_ATTRIBUTE_VALUE          */ //public static final int WG_ILLEGAL_ATTRIBUTE_VALUE = 25; {   WG_ILLEGAL_ATTRIBUTE_VALUE,     "Valore non valido per l'attributo {0}: {1}."}, /** WG_EMPTY_SECOND_ARG          */ //public static final int WG_EMPTY_SECOND_ARG = 26; {   WG_EMPTY_SECOND_ARG,     "Il nodeset risultante dal secondo argomento della funzione documento \u00e8 vuoto. Sar\u00e0 utilizzato il primo argomento."},   // Following are the new WARNING keys added in XALAN code base after Jdk 1.4 (Xalan 2.2-D11)      // Note to translators:  "name"

⌨️ 快捷键说明

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