From 91624b8a2d8bad8a729e1f5da852829d664d27ab Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Fri, 10 Sep 2010 07:58:47 -0400 Subject: [PATCH] Added the configuration variable $conf['demo_mode'] in the config.inc.php file. It disables the newly introduced demo mode which limits certain actions in the interface part of ispconfig: the demo mode can be used to run the ispconfig interface part as online demo. --- 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