From d78ed105069455bdf43a8d6f4f4ecc99152c55ec Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Sun, 16 Feb 2014 04:01:29 -0500 Subject: [PATCH] Fixed: FS#2912 - /etc/suphp/suphp.conf fills with double lines on each update --- interface/web/dns/lib/lang/en_dns_ptr.lng | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/interface/web/dns/lib/lang/en_dns_ptr.lng b/interface/web/dns/lib/lang/en_dns_ptr.lng index 5edf14c..1219a96 100644 --- a/interface/web/dns/lib/lang/en_dns_ptr.lng +++ b/interface/web/dns/lib/lang/en_dns_ptr.lng @@ -6,8 +6,10 @@ $wb["data_txt"] = 'Canonical Hostname'; $wb["ttl_txt"] = 'TTL'; $wb["active_txt"] = 'Active'; -$wb["btn_save_txt"] = 'Save'; -$wb["btn_cancel_txt"] = 'Cancel'; $wb["limit_dns_record_txt"] = 'The max. number of DNS records for your account is reached.'; $wb["no_zone_perm"] = 'You do not have the permission to add a record to this DNS zone.'; +$wb["name_error_empty"] = 'The name is empty.'; +$wb["name_error_regex"] = 'The name has the wrong format.'; +$wb["data_error_empty"] = 'Canonical hostname empty'; +$wb["data_error_regex"] = 'Canonical hostname format invalid'; ?> \ No newline at end of file -- Gitblit v1.9.1