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

com.aoindustries.aoserv.client.mysql.ApplicationResources.properties Maven / Gradle / Ivy

There is a newer version: 1.92.0
Show newest version
#
# aoserv-client - Java client for the AOServ Platform.
# Copyright (C) 2018, 2019  AO Industries, Inc.
#     [email protected]
#     7262 Bull Pen Cir
#     Mobile, AL 36695
#
# This file is part of aoserv-client.
#
# aoserv-client is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# aoserv-client 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 Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with aoserv-client.  If not, see .
#
Database.Name.validate.isNull=MySQL database name is null
Database.Name.validate.isEmpty=MySQL database name is empty
Database.Name.validate.tooLong=MySQL database name is longer than {0} characters: {1}
Database.Name.validate.illegalCharacter=MySQL database name may only contain [a-z], [A-Z], [0-9], underscore (_), hyphen (-), dot (.), and space ( )
Server.Name.validate.isNull=MySQL server name is null
Server.Name.validate.isEmpty=MySQL server name is empty
Server.Name.validate.tooLong=MySQL server name is longer than {0} characters: {1}
Server.Name.validate.startAtoZor0to9=MySQL server name must start with a lowercase letter [a-z] or a number [0-9]
Server.Name.validate.illegalCharacter=MySQL server name may only contain [a-z], [0-9], period (.), hyphen (-), and underscore (_)
Table.Name.validate.isNull=MySQL table name is null
Table.Name.validate.isEmpty=MySQL table name is empty
Table.Name.validate.tooLong=MySQL table name is longer than {0} characters: {1}
Table.Name.validate.badFirstCharacter=MySQL table name must start with a letter (a-z, A-Z), a number [0-9], or an underscore (_)
Table.Name.validate.illegalCharacter=MySQL table name may only contain [a-z], [A-Z], [0-9], underscore (_), hyphen (-), or dollar ($)
User.Name.validate.isNull=MySQL username is null
User.Name.validate.isEmpty=MySQL username is empty
User.Name.validate.tooLong=MySQL username is longer than {0} characters: {1}
User.Name.validate.startAtoZor0to9=MySQL username must start with a lowercase letter [a-z] or a number [0-9]
User.Name.validate.illegalCharacter=MySQL username may only contain [a-z], [0-9], and underscore (_)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy