
com.pekinsoft.validation.builtin.stringvalidation.resources.EmailAddressValidator.properties Maven / Gradle / Ivy
# Copyright (C) 2022 PekinSOFT Systems
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see .
#
# *****************************************************************************
# Project : Validation_API
# Class : EmailAddressValidator.properties
# Author : Sean Carrick
# Created : Oct 30, 2022
# Modified : Oct 30, 2022
#
# Purpose: See class JavaDoc for explanation
#
# Revision History:
#
# WHEN BY REASON
# ------------ ------------------- -----------------------------------------
# Oct 30, 2022 Sean Carrick Initial creation.
# *****************************************************************************
NO_AT_SYMBOL=No @ symbol
EMAIL_MISSING_NAME=Name missing from email address
EMAIL_HAS_>1_@=%1$s contains more than one @ character
EMAIL_MISSING_HOST=%1$s does not specify a destination host
ADDRESS_MAY_BE_TOO_LONG=Name part of %1s is more than 64 characters long and \
will not work on most mail severs
© 2015 - 2025 Weber Informatics LLC | Privacy Policy