From 897af06af9522ded99b1e0f46730299e89856ffe Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 11 Jun 2012 05:00:57 -0400 Subject: [PATCH] Updated version number to 3.0.4.6 --- interface/web/sites/lib/lang/en_web_subdomain.lng | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/interface/web/sites/lib/lang/en_web_subdomain.lng b/interface/web/sites/lib/lang/en_web_subdomain.lng index f7cccc4..a26e03e 100644 --- a/interface/web/sites/lib/lang/en_web_subdomain.lng +++ b/interface/web/sites/lib/lang/en_web_subdomain.lng @@ -8,8 +8,6 @@ $wb["ssl_cert_txt"] = 'SSL Certificate'; $wb["ssl_bundle_txt"] = 'SSL Bundle'; $wb["ssl_action_txt"] = 'SSL Action'; -$wb["btn_save_txt"] = 'Save'; -$wb["btn_cancel_txt"] = 'Cancel'; $wb["server_id_txt"] = 'Server'; $wb["domain_txt"] = 'Domain'; $wb["type_txt"] = 'Type'; @@ -35,6 +33,10 @@ $wb["limit_web_subdomain_txt"] = 'The max. number of web subdomains for your account is reached.'; $wb["apache_directives_txt"] = 'Apache directives'; $wb["domain_error_empty"] = 'Domain is empty.'; -$wb["domain_error_unique"] = 'Domain must be unique.'; +$wb["domain_error_unique"] = 'There is already a website or sub / aliasdomain with this domain name.'; $wb["domain_error_regex"] = 'Domain name invalid.'; -?> \ No newline at end of file +$wb["host_txt"] = 'Host'; +$wb["redirect_error_regex"] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/'; +$wb['no_redirect_txt'] = 'No redirect'; +$wb['no_flag_txt'] = 'No flag'; +?> -- Gitblit v1.9.1