xslterrorresources_it.java

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

JAVA
2,663
字号
      "Attraversatore dell'asse non supportato: {0}"},   /**  No more DTM IDs are available  */ //public static final int ER_NO_DTMIDS_AVAIL = 170; {   ER_NO_DTMIDS_AVAIL,      "Non sono pi\u00f9 disponibili ID DTM."},   /**  Not supported  */ //public static final int ER_NOT_SUPPORTED = 171; {   ER_NOT_SUPPORTED,      "Non supportato: {0}"},   /**  node must be non-null for getDTMHandleFromNode  */ //public static final int ER_NODE_NON_NULL = 172; {   ER_NODE_NON_NULL,      "Il nodo deve essere non nullo per getDTMHandleFromNode."},   /**  Could not resolve the node to a handle  */ //public static final int ER_COULD_NOT_RESOLVE_NODE = 173; {   ER_COULD_NOT_RESOLVE_NODE,      "Impossibile risolvere il nodo a un handle"},   /**  startParse may not be called while parsing */ //public static final int ER_STARTPARSE_WHILE_PARSING = 174; {   ER_STARTPARSE_WHILE_PARSING,      "Impossibile chiamare startParse durante l'analisi."},   /**  startParse needs a non-null SAXParser  */ //public static final int ER_STARTPARSE_NEEDS_SAXPARSER = 175; {   ER_STARTPARSE_NEEDS_SAXPARSER,      "startParse richiede un SAXParser non nullo."},   /**  could not initialize parser with */ //public static final int ER_COULD_NOT_INIT_PARSER = 176; {   ER_COULD_NOT_INIT_PARSER,      "Impossibile inizializzare il parser con"},   /**  Value for property {0} should be a Boolean instance  */ //public static final int ER_PROPERTY_VALUE_BOOLEAN = 177; {   ER_PROPERTY_VALUE_BOOLEAN,      "Il valore della propriet\u00e0 {0} deve essere un'istanza booleana"},   /**  exception creating new instance for pool  */ //public static final int ER_EXCEPTION_CREATING_POOL = 178; {   ER_EXCEPTION_CREATING_POOL,      "l'eccezione crea una nuova istanza del pool"},   /**  Path contains invalid escape sequence  */ //public static final int ER_PATH_CONTAINS_INVALID_ESCAPE_SEQUENCE = 179; {   ER_PATH_CONTAINS_INVALID_ESCAPE_SEQUENCE,      "Il percorso contiene una sequenza di escape non valida."},   /**  Scheme is required!  */ //public static final int ER_SCHEME_REQUIRED = 180; {   ER_SCHEME_REQUIRED,      "Lo schema \u00e8 necessario."},   /**  No scheme found in URI  */ //public static final int ER_NO_SCHEME_IN_URI = 181; {   ER_NO_SCHEME_IN_URI,      "Nessuno schema trovato nell'URI: {0}"},   /**  No scheme found in URI  */ //public static final int ER_NO_SCHEME_INURI = 182; {   ER_NO_SCHEME_INURI,      "Nessuno schema trovato nell'URI"},   /**  Path contains invalid character:   */ //public static final int ER_PATH_INVALID_CHAR = 183; {   ER_PATH_INVALID_CHAR,      "Il percorso contiene un carattere non valido: {0}"},   /**  Cannot set scheme from null string  */ //public static final int ER_SCHEME_FROM_NULL_STRING = 184; {   ER_SCHEME_FROM_NULL_STRING,      "Impossibile impostare lo schema da una stringa nulla."},   /**  The scheme is not conformant. */ //public static final int ER_SCHEME_NOT_CONFORMANT = 185; {   ER_SCHEME_NOT_CONFORMANT,      "Lo schema non \u00e8 conforme."},   /**  Host is not a well formed address  */ //public static final int ER_HOST_ADDRESS_NOT_WELLFORMED = 186; {   ER_HOST_ADDRESS_NOT_WELLFORMED,      "L'host non \u00e8 un indirizzo corretto."},   /**  Port cannot be set when host is null  */ //public static final int ER_PORT_WHEN_HOST_NULL = 187; {   ER_PORT_WHEN_HOST_NULL,      "Impossibile impostare la porta quando l'host \u00e8 nullo."},   /**  Invalid port number  */ //public static final int ER_INVALID_PORT = 188; {   ER_INVALID_PORT,      "Numero di porta non valido"},   /**  Fragment can only be set for a generic URI  */ //public static final int ER_FRAG_FOR_GENERIC_URI = 189; {   ER_FRAG_FOR_GENERIC_URI,      "\u00c8 possibile impostare il frammento solo per un URI generico."},   /**  Fragment cannot be set when path is null  */ //public static final int ER_FRAG_WHEN_PATH_NULL = 190; {   ER_FRAG_WHEN_PATH_NULL,      "Impossibile impostare il frammento quando il percorso \u00e8 nullo."},   /**  Fragment contains invalid character  */ //public static final int ER_FRAG_INVALID_CHAR = 191; {   ER_FRAG_INVALID_CHAR,      "Il frammento contiene un carattere non valido."},    /** Parser is already in use  */ //public static final int ER_PARSER_IN_USE = 192; {   ER_PARSER_IN_USE,       "Il parser \u00e8 gi\u00e0 in uso."},   /** Parser is already in use  */ //public static final int ER_CANNOT_CHANGE_WHILE_PARSING = 193; {   ER_CANNOT_CHANGE_WHILE_PARSING,       "Impossibile cambiare {0} {1} durante l'analisi."},   /** Self-causation not permitted  */ //public static final int ER_SELF_CAUSATION_NOT_PERMITTED = 194; {   ER_SELF_CAUSATION_NOT_PERMITTED,       "Non \u00e8 consentito essere causa ed effetto contemporaneamente."},   /** src attribute not yet supported for  */  //public static final int ER_COULD_NOT_FIND_EXTERN_SCRIPT = 195;  {    ER_COULD_NOT_FIND_EXTERN_SCRIPT,       "Impossibile passare allo script esterno su {0}"},  /** The resource [] could not be found     */ //public static final int ER_RESOURCE_COULD_NOT_FIND = 196; {   ER_RESOURCE_COULD_NOT_FIND,       "Impossibile trovare la risorsa [ {0} ].\n {1}"},   /** output property not recognized:  */ //public static final int ER_OUTPUT_PROPERTY_NOT_RECOGNIZED = 197; {   ER_OUTPUT_PROPERTY_NOT_RECOGNIZED,       "La propriet\u00e0 dell'output non \u00e8 riconosciuta: {0}"},   /** Userinfo may not be specified if host is not specified   */ //public static final int ER_NO_USERINFO_IF_NO_HOST = 198; {   ER_NO_USERINFO_IF_NO_HOST,       "Impossibile specificare Userinfo se non \u00e8 specificato l'host."},   /** Port may not be specified if host is not specified   */ //public static final int ER_NO_PORT_IF_NO_HOST = 199; {   ER_NO_PORT_IF_NO_HOST,       "Impossibile specificare la porta se non \u00e8 specificato l'host."},   /** Query string cannot be specified in path and query string   */ //public static final int ER_NO_QUERY_STRING_IN_PATH = 200; {   ER_NO_QUERY_STRING_IN_PATH,       "La stringa di query non pu\u00f2 essere specificata nella stringa di percorso e di query."},   /** Fragment cannot be specified in both the path and fragment   */ //public static final int ER_NO_FRAGMENT_STRING_IN_PATH = 201; {   ER_NO_FRAGMENT_STRING_IN_PATH,       "Il frammento non pu\u00f2 essere specificato sia nel percorso sia nel frammento."},   /** Cannot initialize URI with empty parameters   */ //public static final int ER_CANNOT_INIT_URI_EMPTY_PARMS = 202; {   ER_CANNOT_INIT_URI_EMPTY_PARMS,       "Impossibile inizializzare l'URI con parametri vuoti."},   /** Failed creating ElemLiteralResult instance   */ //public static final int ER_FAILED_CREATING_ELEMLITRSLT = 203; {   ER_FAILED_CREATING_ELEMLITRSLT,       "Creazione non riuscita dell'istanza ElemLiteralResult."},   	 // Earlier (JDK 1.4 XALAN 2.2-D11) at key code '204' the key name was ER_PRIORITY_NOT_PARSABLE    // In latest Xalan code base key name is  ER_VALUE_SHOULD_BE_NUMBER. This should also be taken care    //in locale specific files like XSLTErrorResources_de.java, XSLTErrorResources_fr.java etc.    //NOTE: Not only the key name but message has also been changed. - nb.  /** Priority value does not contain a parsable number   */ //public static final int ER_VALUE_SHOULD_BE_NUMBER = 204; {   ER_VALUE_SHOULD_BE_NUMBER,       "Il valore di {0} deve contenere un numero analizzabile."},   /**  Value for {0} should equal 'yes' or 'no'   */ //public static final int ER_VALUE_SHOULD_EQUAL = 205; {   ER_VALUE_SHOULD_EQUAL,       "Il valore di {0} deve essere s\u00ec o no."},  /**  Failed calling {0} method   */ //public static final int ER_FAILED_CALLING_METHOD = 206; {   ER_FAILED_CALLING_METHOD,       "Chiamata non riuscita del metodo {0}."},   /** Failed creating ElemLiteralResult instance   */ //public static final int ER_FAILED_CREATING_ELEMTMPL = 207; {   ER_FAILED_CREATING_ELEMTMPL,       "Creazione non riuscita dell'istanza ElemTemplateElement."},   /**  Characters are not allowed at this point in the document   */ //public static final int ER_CHARS_NOT_ALLOWED = 208; {   ER_CHARS_NOT_ALLOWED,       "I caratteri non sono consentiti in questo punto del documento."},  /**  attribute is not allowed on the element   */ //public static final int ER_ATTR_NOT_ALLOWED = 209; {   ER_ATTR_NOT_ALLOWED,       "\"{0}\": questo attributo non \u00e8 consentito sull'elemento {1}."},  /**  Method not yet supported    */ //public static final int ER_METHOD_NOT_SUPPORTED = 210; {   ER_METHOD_NOT_SUPPORTED,       "Metodo non ancora supportato. "}, /**  Bad value    */ //public static final int ER_BAD_VALUE = 211; {   ER_BAD_VALUE,    "{0} valore non valido {1} "},  /**  attribute value not found   */ //public static final int ER_ATTRIB_VALUE_NOT_FOUND = 212; {   ER_ATTRIB_VALUE_NOT_FOUND,    "{0} valore dell'attributo non trovato."},  /**  attribute value not recognized    */ //public static final int ER_ATTRIB_VALUE_NOT_RECOGNIZED = 213; {   ER_ATTRIB_VALUE_NOT_RECOGNIZED,    "{0} valore dell'attributo non riconosciuto "}, /** IncrementalSAXSource_Filter not currently restartable   */ //public static final int ER_INCRSAXSRCFILTER_NOT_RESTARTABLE = 214; {   ER_INCRSAXSRCFILTER_NOT_RESTARTABLE,    "IncrementalSAXSource_Filter non correntemente riavviabile."},  /** IncrementalSAXSource_Filter not currently restartable   */ //public static final int ER_XMLRDR_NOT_BEFORE_STARTPARSE = 215; {   ER_XMLRDR_NOT_BEFORE_STARTPARSE,    "XMLReader non prima della richiesta startParse."},   /** Attempting to generate a namespace prefix with a null URI   */  //public static final int ER_NULL_URI_NAMESPACE = 216;  {      ER_NULL_URI_NAMESPACE,      "Tentativo di generare un prefisso di namespace con URI nullo"},      // Following are the new ERROR keys added in XALAN code base after Jdk 1.4 (Xalan 2.2-D11)    /** Attempting to generate a namespace prefix with a null URI        */   //public static final int ER_NUMBER_TOO_BIG = 217;     {     ER_NUMBER_TOO_BIG,      "Tentativo di formattare un numero maggiore dell'intero lungo pi\u00f9 grande"},    //ER_CANNOT_FIND_SAX1_DRIVER    //public static final int  ER_CANNOT_FIND_SAX1_DRIVER = 218;     {     ER_CANNOT_FIND_SAX1_DRIVER,      "Impossibile trovare classe driver SAX1 {0}"},    //ER_SAX1_DRIVER_NOT_LOADED   //public static final int  ER_SAX1_DRIVER_NOT_LOADED = 219;     {     ER_SAX1_DRIVER_NOT_LOADED,      "La classe di driver SAX1 {0} \u00e8 stata trovata ma \u00e8 impossibile caricarla"},    //ER_SAX1_DRIVER_NOT_INSTANTIATED   //public static final int  ER_SAX1_DRIVER_NOT_INSTANTIATED = 220 ;     {     ER_SAX1_DRIVER_NOT_INSTANTIATED,      "La classe di driver SAX1 {0} \u00e8 stata caricata ma non \u00e8 possibile creare istanze"},     // ER_SAX1_DRIVER_NOT_IMPLEMENT_PARSER   //public static final int ER_SAX1_DRIVER_NOT_IMPLEMENT_PARSER = 221;     {     ER_SAX1_DRIVER_NOT_IMPLEMENT_PARSER,      "La classe di driver SAX1 {0} non implementa org.xml.sax.Parser"},    // ER_PARSER_PROPERTY_NOT_SPECIFIED   //public static final int  ER_PARSER_PROPERTY_NOT_SPECIFIED = 222;     {     ER_PARSER_PROPERTY_NOT_SPECIFIED,      "Propriet\u00e0 di sistema org.xml.sax.parser non specificata"},    //ER_PARSER_ARG_CANNOT_BE_NULL   //public static final int  ER_PARSER_ARG_CANNOT_BE_NULL = 223 ;     {     ER_PARSER_ARG_CANNOT_BE_NULL,      "L'argomento del Parser non deve essere nullo"},     // ER_FEATURE   //public static final int  ER_FEATURE = 224;     {     ER_FEATURE,      "Caratteristica:a {0}"},     // ER_PROPERTY   //public static final int ER_PROPERTY = 225 ;     {     ER_PROPERTY,      "Propriet\u00e0:a {0}"},    // ER_NULL_ENTITY_RESOLVER   //public static final int ER_NULL_ENTITY_RESOLVER  = 226;     {     ER_NULL_ENTITY_RESOLVER,      "Il risolutore dell'entit\u00e0 \u00e8 nullo"},    // ER_NULL_DTD_HANDLER   //public static final int  ER_NULL_DTD_HANDLER = 227 ;     {

⌨️ 快捷键说明

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