57 define("ERR_INV_ARG", _('Invalid argument(s) given to function %s')); |
57 define("ERR_INV_ARG", _('Invalid argument(s) given to function %s')); |
58 define("ERR_INV_ARGC", _('Invalid argument(s) given to function %s %s')); |
58 define("ERR_INV_ARGC", _('Invalid argument(s) given to function %s %s')); |
59 define("ERR_UNKNOWN", _('Unknown error.')); |
59 define("ERR_UNKNOWN", _('Unknown error.')); |
60 define("ERR_INV_EMAIL", _('Enter a valid email address.')); |
60 define("ERR_INV_EMAIL", _('Enter a valid email address.')); |
61 define("ERR_ZONE_NOT_EXIST", _('There is no zone with this ID.')); |
61 define("ERR_ZONE_NOT_EXIST", _('There is no zone with this ID.')); |
|
62 define("ERR_INSTALL_DIR_EXISTS", _('The install/ directory exists, you must remove it first before proceeding.')); |
62 |
63 |
63 /* DATABASE */ |
64 /* DATABASE */ |
64 define("ERR_DB_NO_DB_NAME", _('No database name has been set in config.inc.php.')); |
65 define("ERR_DB_NO_DB_NAME", _('No database name has been set in config.inc.php.')); |
65 define("ERR_DB_NO_DB_HOST", _('No database host has been set in config.inc.php.')); |
66 define("ERR_DB_NO_DB_HOST", _('No database host has been set in config.inc.php.')); |
66 define("ERR_DB_NO_DB_USER", _('No database username has been set in config.inc.php.')); |
67 define("ERR_DB_NO_DB_USER", _('No database username has been set in config.inc.php.')); |