Details
Description
The validation Strings for field-too-short and field-too-long are inverted. On porguese would display: The field "6" must have Password characters. I've post this on the list, just checked the 4.1 and it also has this minor bug. I'm sending the correct version:
- Copyright 2005 The Apache Software Foundation
# - Licensed 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.
field-is-required=Por favor, digite um valor para o campo "
{0}".field-too-short=O campo "{1}" deve ter pelo menos {0}
caracteres.
invalid-date-format=Formato de data inv\u00e1lido para o campo "
{0}". A data deve estar no formato "{1}".invalid-int-format=O campo "{0}
" deve conter um n\u00famero inteiro.
invalid-format="
invalid-numeric-format=O campo "{0}
" deve conter um valor num\u00e9rico.
date-too-early=O campo "
{0}" deve conter uma data posterior ou igual a {1}.date-too-late=O campo "{0}
" deve conter uma data anterior ou igual a
{1}.number-too-small=O campo "{0}" n\u00e3o pode ser menor que {1}
.
number-too-large=O campo "
number-range=O campo "{0}
" deve conter um valor entre
{1} e {2}.invalid-email-format=Email inv\u00e1lido para o campo "{0}". O email deve estar no formato usuario@provedor.
pattern-not-matched=O campo "{0}" n\u00e3o satisfaz o padr\u00e3o "{1}
".
invalid-url-format = URL inv\u00e1lida.
disallowed-protocol = Protocolo n\u00e3o permitido. O protocolo deve ser
### 4.0 ###
field-too-long=O campo "{1}" deve ter no m\u00e1ximo {0}
caracteres.
regex-mismatch=O valor do campo "
{0}" \u00e9 inv\u00e1lido.invalid-field-equality=O campo "{0}
" deve ser
{1,choice,0#diferente do|1#igual ao}campo "
{2}".
Regards