Created
October 28, 2012 17:34
-
-
Save sednem/3969235 to your computer and use it in GitHub Desktop.
Properties en
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#mensagens_en.properties | |
nome=Name | |
senha=Password | |
conf.senha=Check Password | |
data.nascimento=Date of Birth | |
email=E-mail | |
sexo=Sex | |
sexo.masculino=Male | |
sexo.feminino=Female | |
usuario=User | |
cadastrar=Register | |
cadastrar.livro=Register Book | |
cadastrar.usuario=Register User | |
cancelar=Cancel | |
verificar.disponibilidade=Check availability | |
livro.isbn=ISBN | |
livros.cadastrados=Registered Books | |
autor=Author(s) | |
editora=Publisher | |
titulo=Title | |
preco=Price | |
data.publicacao=Publish Date | |
logout=Logout | |
login=Login | |
bemVindo=Welcome | |
cadastrar.usuario.sucesso=User {0} registered successfully. | |
cadastrar.usuario.erro=The user registration can not be completed. | |
cadastrar.usuario.erro.confirmacao.senha=Confirmation password is incorrect. | |
cadastrar.usuario.erro.username=There is already a registered user with the login {0}. | |
cadastrar.usuario.username.indisponivel=Username not available. | |
cadastrar.usuario.username.disponivel=Username available. | |
email.regex=^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,6})$ | |
data.pattern=MM/dd/yyyy | |
locale.default=en_US | |
#system_en.properties | |
javax.faces.converter.DateTimeConverter.DATE={2}: ''{0}'' could not be understood as a date. | |
javax.faces.converter.DateTimeConverter.DATE_detail={2}: ''{0}'' could not be understood as a date. Example: {1} | |
javax.faces.converter.DateTimeConverter.TIME={2}: ''{0}'' could not be understood as a time. | |
javax.faces.converter.DateTimeConverter.TIME_detail={2}: ''{0}'' could not be understood as a time. Example: {1} | |
javax.faces.converter.DateTimeConverter.DATETIME={2}: ''{0}'' could not be understood as a date and time. | |
javax.faces.converter.DateTimeConverter.DATETIME_detail={2}: ''{0}'' could not be understood as a date and time. Example: {1} | |
javax.faces.converter.DateTimeConverter.PATTERN_TYPE={1}: A 'pattern' or 'type' attribute must be specified to convert the value ''{0}''. | |
javax.faces.validator.DoubleRangeValidator.MAXIMUM={1}: Value is greater than allowable maximum of "{0}" | |
javax.faces.validator.DoubleRangeValidator.MINIMUM={1}: Value is less than allowable minimum of ''{0}'' | |
javax.faces.validator.DoubleRangeValidator.NOT_IN_RANGE={2}: Specified attribute is not between the expected values of {0} and {1}. | |
javax.faces.validator.DoubleRangeValidator.TYPE={0}: Value is not of the correct type | |
javax.faces.component.UIInput.REQUIRED={0}: Value is required. | |
#ValidationMessages_en.properties | |
validation.isbn=The ISBN must contain 13 numeric digits | |
validation.campo.obrigatorio=Required field | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment