| | |
| | | <?php |
| | | $wb['btn_save_txt'] = 'Save'; |
| | | $wb['btn_cancel_txt'] = 'Cancel'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['origin_txt'] = 'Zone (SOA)'; |
| | | $wb['ns_txt'] = 'NS'; |
| | |
| | | $wb['ns_error_regex'] = 'NS has a invalid format.'; |
| | | $wb['mbox_error_empty'] = 'Email is empty.'; |
| | | $wb['mbox_error_regex'] = 'Email format invalid.'; |
| | | $wb['also_notify_txt'] = 'Also Notify'; |
| | | $wb['also_notify_error_regex'] = 'Please use an IP address.'; |
| | | $wb['update_acl_txt'] = 'Update ACL'; |
| | | $wb['seconds_txt'] = 'Seconds'; |
| | | $wb['eg_domain_tld'] = 'e.g. domain.tld'; |
| | | $wb['eg_ns1_domain_tld'] = 'e.g. ns1.domain.tld'; |
| | | $wb['eg_webmaster_domain_tld'] = 'e.g. webmaster@domain.tld'; |
| | | $wb['The Domain can not be changed. Please ask your Administrator if you want to change the domain name.'] = 'The Domain can not be changed. Please ask your Administrator if you want to change the domain name.'; |
| | | ?> |