From d9bcf68e395d6156645a7974b1a992aa6e6c00aa Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Mon, 14 Oct 2013 08:57:25 -0400 Subject: [PATCH] Added missing empty directories from svn import --- interface/web/dns/lib/lang/en_dns_soa.lng | 20 ++++++++++++++++---- 1 files changed, 16 insertions(+), 4 deletions(-) diff --git a/interface/web/dns/lib/lang/en_dns_soa.lng b/interface/web/dns/lib/lang/en_dns_soa.lng index 9b80834..65e3f92 100644 --- a/interface/web/dns/lib/lang/en_dns_soa.lng +++ b/interface/web/dns/lib/lang/en_dns_soa.lng @@ -1,6 +1,4 @@ <?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'; @@ -11,7 +9,7 @@ $wb["expire_txt"] = 'Expire'; $wb["minimum_txt"] = 'Minimum'; $wb["ttl_txt"] = 'TTL'; -$wb["xfer_txt"] = 'Allow zone transfers to these IPs (comma separated list)'; +$wb["xfer_txt"] = 'Allow zone transfers to <br />these IPs (comma separated list)'; $wb["active_txt"] = 'Active'; $wb["limit_dns_zone_txt"] = 'The max. number of DNS zones for your account is reached.'; $wb["client_txt"] = 'Client'; @@ -23,4 +21,18 @@ $wb["ns_error_regex"] = 'NS has a invalid format.'; $wb["mbox_error_empty"] = 'Email is empty.'; $wb["mbox_error_regex"] = 'Email format invalid.'; -?> \ No newline at end of file +$wb["also_notify_txt"] = 'Also Notify'; +$wb['also_notify_error_regex'] = 'Also notify: Please use an IP address.'; +$wb['xfer_error_regex'] = 'Xfer: 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.'; +$wb['refresh_range_error'] = 'Min. Refresh time is 60 seconds.'; +$wb['retry_range_error'] = 'Min. Retry time is 60 seconds.'; +$wb['expire_range_error'] = 'Min. Expire time is 60 seconds.'; +$wb['minimum_range_error'] = 'Min. Minimum time is 60 seconds.'; +$wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.'; +?> -- Gitblit v1.9.1