diff -r 32d4c63c50c9 -r 4c6adb48dcfd inc/error.inc.php --- a/inc/error.inc.php Thu May 15 19:02:53 2008 +0000 +++ b/inc/error.inc.php Thu May 15 21:50:20 2008 +0000 @@ -91,6 +91,11 @@ define("ERR_DNS_INV_TLD", _('You are using an invalid top level domain.')); define("ERR_DNS_INV_TTL", _('Invalid value for TTL field. It should be numeric.')); define("ERR_DNS_INV_PRIO", _('Invalid value for prio field. It should be numeric.')); +define("ERR_DNS_SRV_NAME", _('Invalid value for name field of SRV record.')); +define("ERR_DNS_SRV_WGHT", _('Invalid value for the priority field of the SRV record.')); +define("ERR_DNS_SRV_PORT", _('Invalid value for the weight field of the SRV record.')); +define("ERR_DNS_SRV_TRGT", _('Invalid SRV target.')); +define("ERR_DNS_PRINTABLE", _('Invalid characters have been used in this record.')); /* GOOD! */ define("SUC_ZONE_ADD", _('Zone has been added successfully.'));