inc/error.inc.php
changeset 167 0b992665ac4d
parent 166 def8799ec0d7
equal deleted inserted replaced
166:def8799ec0d7 167:0b992665ac4d
    78 define("ERR_DNS_RR_TYPE", _('Unknown record type.'));
    78 define("ERR_DNS_RR_TYPE", _('Unknown record type.'));
    79 define("ERR_DNS_IP", _('This is not a valid IPv4 or IPv6 address.')); 
    79 define("ERR_DNS_IP", _('This is not a valid IPv4 or IPv6 address.')); 
    80 define("ERR_DNS_IPV6", _('This is not a valid IPv6 address.'));
    80 define("ERR_DNS_IPV6", _('This is not a valid IPv6 address.'));
    81 define("ERR_DNS_IPV4", _('This is not a valid IPv4 address.'));
    81 define("ERR_DNS_IPV4", _('This is not a valid IPv4 address.'));
    82 define("ERR_DNS_CNAME", _('This is not a valid CNAME. Did you assign an MX or NS record to the record?'));
    82 define("ERR_DNS_CNAME", _('This is not a valid CNAME. Did you assign an MX or NS record to the record?'));
    83 define("ERR_DNS_MX_NS_TO_CNAME", _('You can not point a NS or MX record to a CNAME record. Remove or rame the CNAME record first, or take another name.'));
    83 define("ERR_DNS_NON_ALIAS_TARGET", _('You can not point a NS or MX record to a CNAME record. Remove or rame the CNAME record first, or take another name.'));
    84 define("ERR_DNS_NS_HNAME", _('NS records must be a hostnames.'));
    84 define("ERR_DNS_NS_HNAME", _('NS records must be a hostnames.'));
    85 define("ERR_DNS_MX_PRIO", _('A prio field should be numeric.'));
    85 define("ERR_DNS_MX_PRIO", _('A prio field should be numeric.'));
    86 define("ERR_DNS_SOA_NAME", _('Invalid value for name field of SOA record. It should be the name of the zone.'));
    86 define("ERR_DNS_SOA_NAME", _('Invalid value for name field of SOA record. It should be the name of the zone.'));
    87 define("ERR_DNS_SOA_MNAME", _('You have an error in the MNAME field of the SOA record.'));
    87 define("ERR_DNS_SOA_MNAME", _('You have an error in the MNAME field of the SOA record.'));
    88 define("ERR_DNS_HINFO_INV_CONTENT", _('Invalid value for content field of HINFO record.'));
    88 define("ERR_DNS_HINFO_INV_CONTENT", _('Invalid value for content field of HINFO record.'));