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 | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/interface/web/sites/lib/lang/en_web_subdomain.lng b/interface/web/sites/lib/lang/en_web_subdomain.lng index 1fdbea1..a26e03e 100644 --- a/interface/web/sites/lib/lang/en_web_subdomain.lng +++ b/interface/web/sites/lib/lang/en_web_subdomain.lng @@ -33,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