All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javax.faces.Messages_it.properties Maven / Gradle / Ivy

# Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
 # distributed with this work for additional information
 # regarding copyright ownership.  The ASF licenses this file
 # to you under the Apache License, Version 2.0 (the
 # "License"); you may not use this file except in compliance
 # with the License.  You may obtain a copy of the License at
 #
 #   http://www.apache.org/licenses/LICENSE-2.0
 #
 # Unless required by applicable law or agreed to in writing,
 # software distributed under the License is distributed on an
 # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.

# standard messages (Spec. 2.5.2.4)
# last edit 13-jan-2005

javax.faces.component.UIInput.CONVERSION        = Errore di conversione
javax.faces.component.UIInput.CONVERSION_detail = "{0}": Errore durante l'' aggiornamento del data model

javax.faces.component.UIInput.REQUIRED        = Errore di convalida
javax.faces.component.UIInput.REQUIRED_detail = "{0}": Il valore ? obbligatorio

javax.faces.component.UISelectOne.INVALID        = Errore di convalida
javax.faces.component.UISelectOne.INVALID_detail = "{0}": Opzione non valida

javax.faces.component.UISelectMany.INVALID        = Errore di convalida
javax.faces.component.UISelectMany.INVALID_detail = "{0}": Opzione non valida

javax.faces.validator.NOT_IN_RANGE        = Errore di convalida
javax.faces.validator.NOT_IN_RANGE_detail = "{2}": il valore specificato non ? compreso tra {0} e {1}.

javax.faces.validator.DoubleRangeValidator.LIMIT        = Errore di convalida
javax.faces.validator.DoubleRangeValidator.LIMIT_detail = Il valore specificato non ? convertibile in un tipo appropriato.

javax.faces.validator.DoubleRangeValidator.MAXIMUM        = Errore di convalida
javax.faces.validator.DoubleRangeValidator.MAXIMUM_detail = "{1}": Il valore ? superiore al massimo ammesso di ''{0}''.

javax.faces.validator.DoubleRangeValidator.MINIMUM        = Errore di convalida
javax.faces.validator.DoubleRangeValidator.MINIMUM_detail = "{1}": Il valore ? inferiore al minimo ammesso di ''{0}''.

javax.faces.validator.DoubleRangeValidator.TYPE        = Errore di convalida
javax.faces.validator.DoubleRangeValidator.TYPE_detail = "{0}": Il valore non ? di tipo corretto.

javax.faces.validator.LengthValidator.LIMIT        = Errore di convalida
javax.faces.validator.LengthValidator.LIMIT_detail = Il valore specificato non ? convertibile in un tipo appropriato.

javax.faces.validator.LengthValidator.MAXIMUM        = Errore di convalida
javax.faces.validator.LengthValidator.MAXIMUM_detail = "{1}": Il valore ? pi? lungo del massimo ammesso di {0} caratteri.

javax.faces.validator.LengthValidator.MINIMUM        = Errore di convalida
javax.faces.validator.LengthValidator.MINIMUM_detail = "{1}": Il valore ? pi? corto del minimo ammessi di {0} caratteri.

javax.faces.validator.LongRangeValidator.LIMIT        = Errore di convalida
javax.faces.validator.LongRangeValidator.LIMIT_detail = Il valore specificato non ? convertibile in un tipo appropriato.

javax.faces.validator.LongRangeValidator.MAXIMUM        = Errore di convalida
javax.faces.validator.LongRangeValidator.MAXIMUM_detail = "{1}": Il valore ? superiore al massimo ammesso di ''{0}''.

javax.faces.validator.LongRangeValidator.MINIMUM        = Errore di convalida
javax.faces.validator.LongRangeValidator.MINIMUM_detail = "{1}": Il valore ? inferiore al minimo ammesso di ''{0}''.

javax.faces.validator.LongRangeValidator.TYPE        = Errore di convalida
javax.faces.validator.LongRangeValidator.TYPE_detail = "{0}": Il valore non ? di tipo corretto.


# additional messages (not specified, but supported by myfaces API converters)

javax.faces.convert.BigDecimalConverter.CONVERSION        = Errore di conversione
javax.faces.convert.BigDecimalConverter.CONVERSION_detail = Il valore specificato non ? un numero valido.

javax.faces.convert.BigIntegerConverter.CONVERSION        = Errore di conversione
javax.faces.convert.BigIntegerConverter.CONVERSION_detail = Il valore specificato non ? un numero valido.

javax.faces.convert.BooleanConverter.CONVERSION        = Errore di conversione
javax.faces.convert.BooleanConverter.CONVERSION_detail = Impossibile convertire '{0}' in booleano.

javax.faces.convert.ByteConverter.CONVERSION        = Errore di conversione
javax.faces.convert.ByteConverter.CONVERSION_detail = Impossibile convertire '{0}' in Byte.

javax.faces.convert.CharacterConverter.CONVERSION        = Errore di conversione
javax.faces.convert.CharacterConverter.CONVERSION_detail = Impossibile convertire '{0}' in carattere.

javax.faces.convert.DateTimeConverter.CONVERSION        = Errore di conversione
javax.faces.convert.DateTimeConverter.CONVERSION_detail = "{1}": Il valore specificato non ? ua data/ora valida.

javax.faces.convert.DoubleConverter.CONVERSION        = Errore di conversione
javax.faces.convert.DoubleConverter.CONVERSION_detail = "{0}": Il valore specificato non ? un numero (double) valido.

javax.faces.convert.FloatConverter.CONVERSION        = Errore di conversione
javax.faces.convert.FloatConverter.CONVERSION_detail = "{0}": Il valore specificato non ? un numero (float) valido.

javax.faces.convert.IntegerConverter.CONVERSION        = Errore di conversione
javax.faces.convert.IntegerConverter.CONVERSION_detail = "{0}": Il valore specificato non ? un numero intero valido.

javax.faces.convert.LongConverter.CONVERSION        = Errore di conversione
javax.faces.convert.LongConverter.CONVERSION_detail = "{0}": Il valore specificato non ? un numero (long) valido.

javax.faces.convert.NumberConverter.CONVERSION        = Errore di conversione
javax.faces.convert.NumberConverter.CONVERSION_detail = "{0}": Il valore specificato non ? un numero valido.

javax.faces.convert.ShortConverter.CONVERSION        = Errore di conversione
javax.faces.convert.ShortConverter.CONVERSION_detail = "{0}": Il valore specificato non ? un numero (short) valido.


# myfaces specific messages

org.apache.myfaces.renderkit.html.HtmlMessagesRenderer.IN_FIELD = \u0020in {0}
org.apache.myfaces.Email.INVALID = Errore di convalida
org.apache.myfaces.Email.INVALID_detail =Il valore ({0}) non ? un indirizzo e-mail corretto.

org.apache.myfaces.Equal.INVALID = Errore di convalida
org.apache.myfaces.Equal.INVALID_detail =Il valore ({0}) non ? uguale al valore di "{1}".

org.apache.myfaces.Creditcard.INVALID = Errore di convalida
org.apache.myfaces.Creditcard.INVALID_detail =Il valore ({0}) non ? un codice di carta di credito valido.

org.apache.myfaces.Regexpr.INVALID=Errore di convalida
org.apache.myfaces.Regexpr.INVALID_detail=Il valore ({0}) non ? valido.

org.apache.myfaces.Date.INVALID = Errore di convalida
org.apache.myfaces.Date.INVALID_detail =Il valore ({0}) non ? una data corretta.

org.apache.myfaces.ticker.NOCONNECTION = Nessuna connessione: 
org.apache.myfaces.ticker.NOCONNECTION_detail = Forse si ? dietro ad un firewall ?

org.apache.myfaces.ISBN.INVALID =Errore di convalida
org.apache.myfaces.ISBN.INVALID_detail =Il valore ({0}) non ? un codice ISBN corretto.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy