blob: 9e8aa42b0c600e5f4f1b97a7d5ed30b195838196 [file] [log] [blame]
# 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=You must enter a value for {0}.
field-too-short=You must enter at least {0} characters for {1}.
invalid-date-format=Invalid date format for {0}. Format is {1}.
invalid-int-format={0} must be an integer value.
invalid-format={0} is not in a recognized format.
invalid-numeric-format={0} must be a numeric value.
date-too-early={0} must be on or after {1}.
date-too-late={0} must be on or before {1}.
number-too-small={0} must not be smaller than {1}.
number-too-large={0} must not be larger than {1}.
number-range={0} must be between {1} and {2}.
invalid-email-format=Invalid email format for {0}. Format is user@hostname.
pattern-not-matched={0} does not fulfill the required pattern {1}.
invalid-url-format = Invalid URL.
disallowed-protocol = Disallowed protocol - protocol must be {0}.
### 4.0 ###
field-too-long=You must enter no more than {0} characters for {1}.
regex-mismatch={0} is invalid.
invalid-field-equality={0} must be {1,choice,0#different from|1#the same as} {2}.