All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pekinsoft.validation.builtin.stringvalidation.resources.HostNameValidator.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      :   HostNameValidator.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.
# *****************************************************************************

MSG_PORT_NOT_ALLOWED=%1$s may not specify a port
INVALID_HOST_NAME=Invalid host ''%2$s''
TOO_MANY_LABELS=Too many parts in host name or IP address ''%1$s''
HOST_STARTS_OR_ENDS_WITH_PERIOD=Host may not begin or end with a .
INVALID_PORT=''%2$s'' is not a valid port number
LABEL_TOO_LONG=''%1$s'' is too long a host name label
TOO_MANY_COLONS=Too many :''s in %1$s: ''%2$s''
NEGATIVE_PORT=Negative port number %1$s not allowed
PORT_TOO_HIGH=Port number too high
NUMBER_PART_IN_HOSTNAME=Host names may not contain numbers: %1$s
LABEL_EMPTY=Empty address part in %1$s
BAD_CHAR_IN_HOSTNAME=Illegal character ''%1$s'' in hostname




© 2015 - 2025 Weber Informatics LLC | Privacy Policy