com.numdata.oss.web.form.InvalidFormDataException.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of numdata-web Show documentation
Show all versions of numdata-web Show documentation
Generic support library for web applications.
#
# Copyright (c) 2017, Numdata BV, The Netherlands.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
# * Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
# * Neither the name of Numdata nor the
# names of its contributors may be used to endorse or promote products
# derived from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
# DISCLAIMED. IN NO EVENT SHALL NUMDATA BV BE LIABLE FOR ANY
# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
UNSPECIFIED.title = General error
UNSPECIFIED.message = Sorry, we do not have a detailed description of this problem.
DATABASE_ERROR.title = Database error
DATABASE_ERROR.message = A problem occurred while accessing our database. Please retry in a little while or contact our support department.
INFO_MISSING.title = Missing required data
INFO_MISSING.message = One or more required fields are left empty.
MALFORMED_PASSWORD.title = Invalid password
MALFORMED_PASSWORD.message = The entered password is not valid or the two passwords do not match. Please choose a password of 4 to 60 characters in length and enter this password in both password entry fields.
MALFORMED_USER.title = Invalid user name
MALFORMED_USER.message = The entered user name is not valid. Please choose a user name of 4 to 20 characters in length.
MALFORMED_EMAIL.title = Invalid e-mail address
MALFORMED_EMAIL.message = One or more entered e-mail addresses are invalid. Please provide complete valid e-mail adresses in the designated fields.
DUPE_USER.title = Duplicate user name
DUPE_USER.message = The entered user name is already in use. Please choose another user name and try again.
DUPLICATE_RECORD.title = Duplicate object
DUPLICATE_RECORD.message = An object with the entered data already exists.
STORE_ERROR.title = Storage error
STORE_ERROR.message = An error occurred while storing the data. Please try again. If the problem persists, please contact our support department.
INVALID_DATA.title = Invalid data
INVALID_DATA.message = One or more fields contain invalid values. Please correct the values and try again.
INVALID_DATE.title = Invalid date
INVALID_DATE.message = One or more date fields contain an invalid date. Please correct the values and try again.
INVALID_NUMBER.title = Invalid number
INVALID_NUMBER.message = One or more numeric fields contain an invalid number. Please correct the values and try again.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy