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

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

Go to download

This is the master POM file for Sun's Implementation of the JSF 1.2 Specification.

There is a newer version: 2.1
Show newest version
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
 #
 # Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
 #
 # The contents of this file are subject to the terms of either the GNU
 # General Public License Version 2 only ("GPL") or the Common Development
 # and Distribution License("CDDL") (collectively, the "License").  You
 # may not use this file except in compliance with the License. You can obtain
 # a copy of the License at https://glassfish.dev.java.net/public/CDDL+GPL.html
 # or glassfish/bootstrap/legal/LICENSE.txt.  See the License for the specific
 # language governing permissions and limitations under the License.
 #
 # When distributing the software, include this License Header Notice in each
 # file and include the License file at glassfish/bootstrap/legal/LICENSE.txt.
 # Sun designates this particular file as subject to the "Classpath" exception
 # as provided by Sun in the GPL Version 2 section of the License file that
 # accompanied this code.  If applicable, add the following below the License
 # Header, with the fields enclosed by brackets [] replaced by your own
 # identifying information: "Portions Copyrighted [year]
 # [name of copyright owner]"
 #
 # Contributor(s):
 #
 # If you wish your version of this file to be governed by only the CDDL or
 # only the GPL Version 2, indicate your decision by adding "[Contributor]
 # elects to include this software in this distribution under the [CDDL or GPL
 # Version 2] license."  If you don't indicate a single choice of license, a
 # recipient has the option to distribute your version of this file under
 # either the CDDL, the GPL Version 2 or to extend the choice of license to
 # its licensees as provided above.  However, if you add GPL Version 2 code
 # and therefore, elected the GPL Version 2 license, then the option applies
 # only if the new code is made subject to such option by the copyright
 # holder.
 #


# ==============================================================================
# SPECIFICATION DEFINED MESSAGES
# ==============================================================================


# ==============================================================================
# Component Errors
# ==============================================================================

javax.faces.component.UIInput.CONVERSION={0}: Ocorreu um erro na convers?o do valor existente no campo {0}.
javax.faces.component.UIInput.REQUIRED={0}: Erro de valida??o: este valor ? obrigat?rio.
javax.faces.component.UIInput.UPDATE={0}: Ocorreu um erro no processamento da informa??o submetida.
javax.faces.component.UISelectOne.INVALID={0}: Erro de valida??o: informa??o inv?lida.
javax.faces.component.UISelectMany.INVALID={0}: Erro de valida??o: informa??o inv?lida.

# ==============================================================================
# Converter Errors
# ==============================================================================
javax.faces.converter.BigDecimalConverter.DECIMAL={2}: ''{0}'' deve ser um n?mero decimal.
javax.faces.converter.BigDecimalConverter.DECIMAL_detail={2}: ''{0}'' deve ser um n?mero decimal composto por zero ou mais d?gitos, podendo ser seguido de ponto decimal e parte fracion?ria. Exemplo: {1}
javax.faces.converter.BigIntegerConverter.BIGINTEGER={2}: ''{0}'' deve ser um n?mero composto por um ou mais d?gitos.
javax.faces.converter.BigIntegerConverter.BIGINTEGER_detail={2}: ''{0}'' deve ser um n?mero composto por um ou mais d?gitos. Exemplo: {1}
javax.faces.converter.BooleanConverter.BOOLEAN={1}: ''{0}'' deve ser 'true' ou 'false'.
javax.faces.converter.BooleanConverter.BOOLEAN_detail={1}: ''{0}'' deve ser 'true' ou 'false'. Valores diferentes de 'true' ser?o considerados como 'false'.
javax.faces.converter.ByteConverter.BYTE={2}: ''{0}'' deve ser um n?mero entre 0 e 255.
javax.faces.converter.ByteConverter.BYTE_detail={2}: ''{0}'' deve ser um n?mero entre 0 e 255.  Exemplo: {1}
javax.faces.converter.CharacterConverter.CHARACTER={1}: ''{0}'' deve ser um caracter v?lido.
javax.faces.converter.CharacterConverter.CHARACTER_detail={1}: ''{0}'' deve ser um caracter ASCII v?lido.
javax.faces.converter.DateTimeConverter.DATE={2}: ''{0}'' n?o pode ser interpretado como data.
javax.faces.converter.DateTimeConverter.DATE_detail={2}: ''{0}'' n?o pode ser interpretado como data. Exemplo: {1}
javax.faces.converter.DateTimeConverter.TIME={2}: ''{0}'' n?o pode ser interpretado como hora.
javax.faces.converter.DateTimeConverter.TIME_detail={2}: ''{0}'' n?o pode ser interpretado como hora. Exemplo: {1}
javax.faces.converter.DateTimeConverter.DATETIME={2}: ''{0}'' n?o pode ser interpretado como data e hora.
javax.faces.converter.DateTimeConverter.DATETIME_detail={2}: ''{0}'' n?o pode ser interpretado como data e hora. Exemplo: {1}
javax.faces.converter.DateTimeConverter.PATTERN_TYPE={1}: Um atributo 'pattern' ou 'type' deve ser especificado para converter o valor ''{0}''.
javax.faces.converter.DoubleConverter.DOUBLE={2}: ''{0}'' deve ser um n?mero composto de um ou mais d?gitos.
javax.faces.converter.DoubleConverter.DOUBLE_detail={2}: ''{0}'' deve ser um n?mero entre 4.9E-324 e 1.7976931348623157E308  Exemplo: {1}
javax.faces.converter.EnumConverter.ENUM={2}: ''{0}'' deve ser convers?vel para enum.
javax.faces.converter.EnumConverter.ENUM_detail={2}: ''{0}'' deve ser convers?vel para enum a partir do enum que contenha a constante ''{1}''.
javax.faces.converter.EnumConverter.ENUM_NO_CLASS={1}: ''{0}'' deve ser convers?vel para enum a partir do enum, mas nenhuma classe enum foi fornecida.
javax.faces.converter.EnumConverter.ENUM_NO_CLASS_detail={1}: ''{0}'' deve ser convers?vel para enum a partir do enum, mas nenhuma classe enum foi fornecida.
javax.faces.converter.FloatConverter.FLOAT={2}: ''{0}'' deve ser um n?mero composto de um ou mais d?gitos.
javax.faces.converter.FloatConverter.FLOAT_detail={2}: ''{0}'' deve ser um n?mero entre 1.4E-45 e 3.4028235E38  Exemplo: {1}
javax.faces.converter.IntegerConverter.INTEGER={2}: ''{0}'' deve ser um n?mero composto de um ou mais d?gitos.
javax.faces.converter.IntegerConverter.INTEGER_detail={2}: ''{0}'' deve ser um n?mero entre -2147483648 e 2147483647 Exemplo: {1}
javax.faces.converter.LongConverter.LONG={2}: ''{0}'' deve ser um n?mero composto de um ou mais d?gitos.
javax.faces.converter.LongConverter.LONG_detail={2}: ''{0}'' deve ser um n?mero entre -9223372036854775808 e 9223372036854775807 Exemplo: {1}
javax.faces.converter.NumberConverter.CURRENCY={2}: ''{0}'' n?o pode ser interpretado com um valor monet?rio.
javax.faces.converter.NumberConverter.CURRENCY_detail={2}: ''{0}'' n?o pode ser interpretado com um valor monet?rio. Exemplo: {1}
javax.faces.converter.NumberConverter.PERCENT={2}: ''{0}'' n?o pode ser interpretado como um valor em percentual.
javax.faces.converter.NumberConverter.PERCENT_detail={2}: ''{0}'' n?o pode ser interpretado como um valor em percentual. Exemplo: {1}
javax.faces.converter.NumberConverter.NUMBER={2}: ''{0}'' n?o ? um n?mero.
javax.faces.converter.NumberConverter.NUMBER_detail={2}: ''{0}'' n?o ? um n?mero. Exemplo: {1}
javax.faces.converter.NumberConverter.PATTERN={2}: ''{0}'' n?o ? um n?mero padr?o.
javax.faces.converter.NumberConverter.PATTERN_detail={2}: ''{0}'' n?o ? um n?mero padr?o. Exemplo: {1}
javax.faces.converter.ShortConverter.SHORT={2}: ''{0}'' deve ser um n?mero composto de um ou mais d?gitos.
javax.faces.converter.ShortConverter.SHORT_detail={2}: ''{0}'' deve ser um n?mero entre -32768 e 32767 Exemplo: {1}
javax.faces.converter.STRING={1}: N?o pode ser convertido ''{0}'' para string.


# ==============================================================================
# Validator Errors
# ==============================================================================

javax.faces.validator.NOT_IN_RANGE=Erro de valida??o: o valor do atributo especificado deve estar entre {0} e {1}.
javax.faces.validator.DoubleRangeValidator.MAXIMUM={1}: Erro de valida??o: o valor m?ximo admiss?vel ? "{0}".
javax.faces.validator.DoubleRangeValidator.MINIMUM={1}: Erro de valida??o: o valor m?nimo admiss?vel ? ''{0}''.
javax.faces.validator.DoubleRangeValidator.NOT_IN_RANGE={2}: Erro de valida??o: o valor do atributo especificado deve estar entre {0} e {1}.
javax.faces.validator.DoubleRangeValidator.TYPE={0}: Erro de valida??o: O valor n?o ? do tipo correto.
javax.faces.validator.LengthValidator.MAXIMUM={1}: Erro de valida??o: o valor m?ximo admiss?vel ? ''{0}''.
javax.faces.validator.LengthValidator.MINIMUM={1}: Erro de valida??o: o valor m?nimo admiss?vel ? ''{0}''.
javax.faces.validator.LongRangeValidator.MAXIMUM={1}: Erro de valida??o: o valor m?ximo admiss?vel ? ''{0}''.
javax.faces.validator.LongRangeValidator.MINIMUM={1}: Erro de valida??o: o valor m?nimo admiss?vel ? ''{0}''.
javax.faces.validator.LongRangeValidator.NOT_IN_RANGE={2}: Erro de valida??o: o valor do atributo especificado deve estar entre {0} e {1}.
javax.faces.validator.LongRangeValidator.TYPE={0}: Erro de valida??o: O valor n?o ? do tipo correto.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy