inc/error.inc.php
changeset 138 3e36ebbfe048
parent 132 155178ad24e4
child 140 e68c3d6094d1
equal deleted inserted replaced
137:79c33038ca14 138:3e36ebbfe048
    76 define("ERR_DNS_CNAME", _('This is not a valid CNAME. Did you assign an MX or NS record to the record?'));
    76 define("ERR_DNS_CNAME", _('This is not a valid CNAME. Did you assign an MX or NS record to the record?'));
    77 define("ERR_DNS_NS_CNAME", _('You can not point a NS record to a CNAME record. Remove or rename the CNAME record first or take another name.'));
    77 define("ERR_DNS_NS_CNAME", _('You can not point a NS record to a CNAME record. Remove or rename the CNAME record first or take another name.'));
    78 define("ERR_DNS_NS_HNAME", _('NS records must be a hostnames.'));
    78 define("ERR_DNS_NS_HNAME", _('NS records must be a hostnames.'));
    79 define("ERR_DNS_MX_CNAME", _('You can not point a MX record to a CNAME record. Remove or rename the CNAME record first or take another name.'));
    79 define("ERR_DNS_MX_CNAME", _('You can not point a MX record to a CNAME record. Remove or rename the CNAME record first or take another name.'));
    80 define("ERR_DNS_MX_PRIO", _('A prio field should be numeric.'));
    80 define("ERR_DNS_MX_PRIO", _('A prio field should be numeric.'));
    81 define("ERR_DNS_SOA_NUMERIC", _('At least one of the five last SOA data fields is not numeric.'));
    81 define("ERR_DNS_SOA_MNAME", _('You have an error in the MNAME field of the SOA record.'));
    82 define("ERR_DNS_SOA_NUMERIC_FIELDS", _('You can only have five numeric fields in the SOA record.'));
    82 define("ERR_DNS_HN_TOO_LONG", _('The hostname is too long.'));
    83 define("ERR_DNS_SOA_HOSTNAME", _('The first part of your SOA record does not contain a valid hostname for a DNS server.'));
    83 define("ERR_DNS_INV_TLD", _('You are using an invalid top level domain.'));
    84 
    84 
    85 /* GOOD! */
    85 /* GOOD! */
    86 define("SUC_ZONE_ADD", _('Zone has been added successfully.')); 
    86 define("SUC_ZONE_ADD", _('Zone has been added successfully.')); 
    87 define("SUC_ZONE_DEL", _('Zone has been deleted successfully.')); 
    87 define("SUC_ZONE_DEL", _('Zone has been deleted successfully.')); 
    88 define("SUC_USER_UPD", _('The user has been updated successfully.')); 
    88 define("SUC_USER_UPD", _('The user has been updated successfully.'));