📄 xslterrorresources_it.java
字号:
{ ER_MISSING_ARG_FOR_OPTION, "Argomento mancante per l''opzione: {0}"}, /** ER_INVALID_OPTION */// public static final int ER_INVALID_OPTION = 90; { ER_INVALID_OPTION, "Opzione non valida: {0}"}, /** ER_MALFORMED_FORMAT_STRING */// public static final int ER_MALFORMED_FORMAT_STRING = 91; { ER_MALFORMED_FORMAT_STRING, "Stringa di formato errato: {0}"}, /** ER_STYLESHEET_REQUIRES_VERSION_ATTRIB */// public static final int ER_STYLESHEET_REQUIRES_VERSION_ATTRIB = 92; { ER_STYLESHEET_REQUIRES_VERSION_ATTRIB, "xsl:stylesheet richiede un attributo 'version'. "}, /** ER_ILLEGAL_ATTRIBUTE_VALUE */// public static final int ER_ILLEGAL_ATTRIBUTE_VALUE = 93; { ER_ILLEGAL_ATTRIBUTE_VALUE, "L'attributo: {0} ha un valore non valido: {1}"}, /** ER_CHOOSE_REQUIRES_WHEN */// public static final int ER_CHOOSE_REQUIRES_WHEN = 94; { ER_CHOOSE_REQUIRES_WHEN, "xsl:choose richiede xsl:when"}, /** ER_NO_APPLY_IMPORT_IN_FOR_EACH */// public static final int ER_NO_APPLY_IMPORT_IN_FOR_EACH = 95; { ER_NO_APPLY_IMPORT_IN_FOR_EACH, "xsl:apply-imports non consentito in xsl:for-each"}, /** ER_CANT_USE_DTM_FOR_OUTPUT */// public static final int ER_CANT_USE_DTM_FOR_OUTPUT = 96; { ER_CANT_USE_DTM_FOR_OUTPUT, "Impossibile utilizzare DTMLiaison per un nodo DOM di output... utilizzare invece com.sun.org.apache.xpath.internal.DOM2Helper."}, /** ER_CANT_USE_DTM_FOR_INPUT */// public static final int ER_CANT_USE_DTM_FOR_INPUT = 97; { ER_CANT_USE_DTM_FOR_INPUT, "Impossibile utilizzare DTMLiaison per un nodo DON di input... utilizzare invece com.sun.org.apache.xpath.internal.DOM2Helper."}, /** ER_CALL_TO_EXT_FAILED */// public static final int ER_CALL_TO_EXT_FAILED = 98; { ER_CALL_TO_EXT_FAILED, "Chiamata all''elemento estensione non riuscita: {0}"}, /** ER_PREFIX_MUST_RESOLVE */// public static final int ER_PREFIX_MUST_RESOLVE = 99; { ER_PREFIX_MUST_RESOLVE, "Il prefisso deve risolvere in uno spazio nomi: {0}"}, /** ER_INVALID_UTF16_SURROGATE */// public static final int ER_INVALID_UTF16_SURROGATE = 100; { ER_INVALID_UTF16_SURROGATE, "Rilevato surrogato UTF-16 non valido: {0} ?"}, /** ER_XSLATTRSET_USED_ITSELF */ // public static final int ER_XSLATTRSET_USED_ITSELF = 101; { ER_XSLATTRSET_USED_ITSELF, "xsl:attribute-set {0} sta utilizzando se stesso, determinando un loop infinito. "}, /** ER_CANNOT_MIX_XERCESDOM */// public static final int ER_CANNOT_MIX_XERCESDOM = 102; { ER_CANNOT_MIX_XERCESDOM, "Impossibile unire input non Xerces-DOM con output Xerces-DOM."}, /** ER_TOO_MANY_LISTENERS */// public static final int ER_TOO_MANY_LISTENERS = 103; { ER_TOO_MANY_LISTENERS, "addTraceListenersToStylesheet - TooManyListenersException"}, /** ER_IN_ELEMTEMPLATEELEM_READOBJECT */// public static final int ER_IN_ELEMTEMPLATEELEM_READOBJECT = 104; { ER_IN_ELEMTEMPLATEELEM_READOBJECT, "In ElemTemplateElement.readObject: {0}"}, /** ER_DUPLICATE_NAMED_TEMPLATE */// public static final int ER_DUPLICATE_NAMED_TEMPLATE = 105; { ER_DUPLICATE_NAMED_TEMPLATE, "Sono state rilevate pi\u00f9 maschere denominate: {0}"}, /** ER_INVALID_KEY_CALL */// public static final int ER_INVALID_KEY_CALL = 106; { ER_INVALID_KEY_CALL, "Chiamata funzione non valida: le chiamate key() ricorsive non sono consentite "}, /** Variable is referencing itself */// public static final int ER_REFERENCING_ITSELF = 107; { ER_REFERENCING_ITSELF, "La variabile {0} sta direttamente o indirettamente facendo riferimento a se stessa."}, /** Illegal DOMSource input */// public static final int ER_ILLEGAL_DOMSOURCE_INPUT = 108; { ER_ILLEGAL_DOMSOURCE_INPUT, "Il nodo di input non pu\u00f2 essere nullo per DOMSource per newTemplates."}, /** Class not found for option */// public static final int ER_CLASS_NOT_FOUND_FOR_OPTION = 109; { ER_CLASS_NOT_FOUND_FOR_OPTION, "File di classe non trovato per l'opzione {0}"}, /** Required Element not found */// public static final int ER_REQUIRED_ELEM_NOT_FOUND = 110; { ER_REQUIRED_ELEM_NOT_FOUND, "Elemento richiesto non trovato: {0}"}, /** InputStream cannot be null */// public static final int ER_INPUT_CANNOT_BE_NULL = 111; { ER_INPUT_CANNOT_BE_NULL, "InputStream non pu\u00f2 essere nullo"}, /** URI cannot be null */// public static final int ER_URI_CANNOT_BE_NULL = 112; { ER_URI_CANNOT_BE_NULL, "URI non pu\u00f2 essere nullo"}, /** File cannot be null */// public static final int ER_FILE_CANNOT_BE_NULL = 113; { ER_FILE_CANNOT_BE_NULL, "File non pu\u00f2 essere nullo"}, /** InputSource cannot be null */// public static final int ER_SOURCE_CANNOT_BE_NULL = 114; { ER_SOURCE_CANNOT_BE_NULL, "InputSource non pu\u00f2 essere nullo"}, /** Can't overwrite cause */// public static final int ER_CANNOT_OVERWRITE_CAUSE = 115; //{ ER_CANNOT_OVERWRITE_CAUSE, // "Cannot overwrite cause"}, /** Could not initialize BSF Manager */// public static final int ER_CANNOT_INIT_BSFMGR = 116; { ER_CANNOT_INIT_BSFMGR, "Impossibile inizializzare BSF Manager"}, /** Could not compile extension */// public static final int ER_CANNOT_CMPL_EXTENSN = 117; { ER_CANNOT_CMPL_EXTENSN, "Impossibile compilare l'estensione"}, /** Could not create extension */// public static final int ER_CANNOT_CREATE_EXTENSN = 118; { ER_CANNOT_CREATE_EXTENSN, "Impossibile creare l''estensione: {0} a causa di: {1}"}, /** Instance method call to method {0} requires an Object instance as first argument */// public static final int ER_INSTANCE_MTHD_CALL_REQUIRES = 119; { ER_INSTANCE_MTHD_CALL_REQUIRES, "La chiamata metodo istanza al metodo {0} richiede un'istanza Object come primo argomento"}, /** Invalid element name specified */// public static final int ER_INVALID_ELEMENT_NAME = 120; { ER_INVALID_ELEMENT_NAME, "Specificato nome elemento non valido {0}"}, /** Element name method must be static */// public static final int ER_ELEMENT_NAME_METHOD_STATIC = 121; { ER_ELEMENT_NAME_METHOD_STATIC, "Il metodo nome elemento deve essere statico {0}"}, /** Extension function {0} : {1} is unknown */// public static final int ER_EXTENSION_FUNC_UNKNOWN = 122; { ER_EXTENSION_FUNC_UNKNOWN, "Funzione estensione {0} : {1} sconosciuta "}, /** More than one best match for constructor for */// public static final int ER_MORE_MATCH_CONSTRUCTOR = 123; { ER_MORE_MATCH_CONSTRUCTOR, "E'' stata trovata pi\u00f9 di una corrispondenza migliore per il costruttore per {0}"}, /** More than one best match for method */// public static final int ER_MORE_MATCH_METHOD = 124; { ER_MORE_MATCH_METHOD, "E'' stata trovata pi\u00f9 di una corrispondenza migliore per il metodo {0}"}, /** More than one best match for element method */// public static final int ER_MORE_MATCH_ELEMENT = 125; { ER_MORE_MATCH_ELEMENT, "E'' stata trovata pi\u00f9 di una corrispondenza migliore per il metodo elemento {0}"}, /** Invalid context passed to evaluate */// public static final int ER_INVALID_CONTEXT_PASSED = 126; { ER_INVALID_CONTEXT_PASSED, "Specificato contesto non valido per valutare {0}"}, /** Pool already exists */// public static final int ER_POOL_EXISTS = 127; { ER_POOL_EXISTS, "Pool gi\u00e0 esistente"}, /** No driver Name specified */// public static final int ER_NO_DRIVER_NAME = 128; { ER_NO_DRIVER_NAME, "Non \u00e8 stato specificato alcun Nome driver"}, /** No URL specified */// public static final int ER_NO_URL = 129; { ER_NO_URL, "Non \u00e8 stata specificata alcuna URL"}, /** Pool size is less than one */// public static final int ER_POOL_SIZE_LESSTHAN_ONE = 130; { ER_POOL_SIZE_LESSTHAN_ONE, "La dimensione del pool \u00e8 inferiore a uno."}, /** Invalid driver name specified */// public static final int ER_INVALID_DRIVER = 131; { ER_INVALID_DRIVER, "Specificato nome driver non valido."}, /** Did not find the stylesheet root */// public static final int ER_NO_STYLESHEETROOT = 132; { ER_NO_STYLESHEETROOT, "Impossibile trovare la root del foglio di stile."}, /** Illegal value for xml:space */// public static final int ER_ILLEGAL_XMLSPACE_VALUE = 133; { ER_ILLEGAL_XMLSPACE_VALUE, "Valore non valido per xml:space"}, /** processFromNode failed */// public static final int ER_PROCESSFROMNODE_FAILED = 134; { ER_PROCESSFROMNODE_FAILED, "processFromNode non riuscito"}, /** The resource [] could not load: */// public static final int ER_RESOURCE_COULD_NOT_LOAD = 135; { ER_RESOURCE_COULD_NOT_LOAD, "Impossibile caricare la risorsa [ {0} ]: {1} \n {2} \t {3}"}, /** Buffer size <=0 */// public static final int ER_BUFFER_SIZE_LESSTHAN_ZERO = 136; { ER_BUFFER_SIZE_LESSTHAN_ZERO, "Dimensione buffer <=0"}, /** Unknown error when calling extension */// public static final int ER_UNKNOWN_ERROR_CALLING_EXTENSION = 137; { ER_UNKNOWN_ERROR_CALLING_EXTENSION, "Errore sconosciuto durante la chiamata all'estensione"}, /** Prefix {0} does not have a corresponding namespace declaration */// public static final int ER_NO_NAMESPACE_DECL = 138; { ER_NO_NAMESPACE_DECL, "Il prefisso {0} non ha una dichiarazione namaspace corrispondente"}, /** Element content not allowed for lang=javaclass */// public static final int ER_ELEM_CONTENT_NOT_ALLOWED = 139; { ER_ELEM_CONTENT_NOT_ALLOWED, "Contenuto elemento non consentito per lang=javaclass {0}"}, /** Stylesheet directed termination */// public static final int ER_STYLESHEET_DIRECTED_TERMINATION = 140; { ER_STYLESHEET_DIRECTED_TERMINATION, "Il foglio di stile ha indirizzato l'interruzione"}, /** 1 or 2 */// public static final int ER_ONE_OR_TWO = 141; { ER_ONE_OR_TWO, "1 o 2"}, /** 2 or 3 */// public static final int ER_TWO_OR_THREE = 142; { ER_TWO_OR_THREE, "2 o 3"}, /** Could not load {0} (check CLASSPATH), now using just the defaults */// public static final int ER_COULD_NOT_LOAD_RESOURCE = 143; { ER_COULD_NOT_LOAD_RESOURCE, "Impossibile caricare {0} (controllare CLASSPATH), verranno utilizzati i valori predefiniti."}, /** Cannot initialize default templates */// public static final int ER_CANNOT_INIT_DEFAULT_TEMPLATES = 144; { ER_CANNOT_INIT_DEFAULT_TEMPLATES, "Impossibile inizializzare le maschere predefinite"}, /** Result should not be null */// public static final int ER_RESULT_NULL = 145; { ER_RESULT_NULL, "Il risultato non pu\u00f2 essere nullo"}, /** Result could not be set */// public static final int ER_RESULT_COULD_NOT_BE_SET = 146; { ER_RESULT_COULD_NOT_BE_SET, "Impossibile impostare il risultato"},
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -