>'); // "Next" button - used with FORM/POST submitting. Used with PROCESSING_TYPE = "2" in "mrwhois_config.php"
define('CLOSE_BUTTON_TEXT', 'Close window'); // "Close" button text in a details window
define('AVAILABLE_TEXT', 'Available'); // Text displayed if the domain is available
define('NOT_AVAILABLE_TEXT', 'Taken'); // Text displayed if the domain is not available
define('CANONICAL_TEXT', '(canonical)'); // Displayed when domain name is a canonical name, but may still be available
define('RESTRICTION_TEXT', 'If there are any restrictions at whois server, you may not be able to view any details about this domain.');
// ======================================================================================
// ERROR MESSAGES LANGUAGE SETTINGS
// ======================================================================================
define('ERROR_TOO_SHORT', 'The domain name you typed is too short - it must contain minimum 3 characters'); // Error message if the domain name is too short
define('ERROR_TOO_LONG', 'The domain name you typed is too long - it may contain maximum 63 characters'); // Error message if the domain name is too long
define('ERROR_HYPHEN', 'Domain names cannot begin or end with a hyphen or contain double hyphens'); // Error message if the domain starts with hyphen or contains double hyphen
define('ERROR_CHARACTERS', 'Domain names can only contain alphanumerical characters and hyphens'); // Error message if the domain contains other characters than letters, digits or hyphens
// This is the message displayed when someone performs a search for 'all' tld's, including ".name".
// There are different rules for .name domains, they have to include "." (a dot) within the name
// while other domains must not include ".". Your visitor is warned to perform a separate search.
define('NAME_WARNING', '.name tld has not been checked, please perform a separate search');
// and potential errors:
define('ERROR_NAME_DOT', '.name tld must include . (a dot) in its name, eg. john.smith');
define('ERROR_NAME_LEN', 'A second part of .name tld (after dot) must be at least 3 characters long');
?>
DomainRegister: Check Global Domain Name Availability