11<?php
2- $wb['domain_txt'] = 'Aliasdomain';
3- $wb['backup_interval_txt'] = 'Backup interval';
4- $wb['backup_copies_txt'] = 'Number of backup copies';
52$wb['ssl_state_txt'] = 'State';
63$wb['ssl_locality_txt'] = 'Locality';
74$wb['ssl_organisation_txt'] = 'Organisation';
85$wb['ssl_organisation_unit_txt'] = 'Organisation Unit';
96$wb['ssl_country_txt'] = 'Country';
10- $wb['ssl_key_txt'] = 'SSL Key';
117$wb['ssl_request_txt'] = 'SSL Request';
128$wb['ssl_cert_txt'] = 'SSL Certificate';
139$wb['ssl_bundle_txt'] = 'SSL Bundle';
1410$wb['ssl_action_txt'] = 'SSL Action';
15- $wb['ssl_domain_txt'] = 'SSL Domain';
1611$wb['server_id_txt'] = 'Server';
17- $wb['web_folder_error_regex '] = 'Invalid folder entered. Please do not enter a slash. ';
12+ $wb['domain_txt '] = 'Domain ';
1813$wb['type_txt'] = 'Type';
1914$wb['parent_domain_id_txt'] = 'Parent Website';
2015$wb['redirect_type_txt'] = 'Redirect Type';
@@ -23,26 +18,39 @@ $wb['active_txt'] = 'Active';
2318$wb['document_root_txt'] = 'Documentroot';
2419$wb['system_user_txt'] = 'Linux User';
2520$wb['system_group_txt'] = 'Linux Group';
26- $wb['ip_address_txt'] = 'IPv4-Address';
27- $wb['ipv6_address_txt'] = 'IPv6-Address';
21+ $wb['ip_address_txt'] = 'IP-Address';
2822$wb['vhost_type_txt'] = 'VHost Type';
2923$wb['hd_quota_txt'] = 'Harddisk Quota';
30- $wb['traffic_quota_txt'] = 'Traffic Quota ';
24+ $wb['traffic_quota_txt'] = 'Traffic Quaota ';
3125$wb['cgi_txt'] = 'CGI';
3226$wb['ssi_txt'] = 'SSI';
33- $wb['errordocs_txt'] = 'Own Error-Documents';
34- $wb['subdomain_txt'] = 'Auto-Subdomain';
3527$wb['ssl_txt'] = 'SSL';
3628$wb['suexec_txt'] = 'SuEXEC';
3729$wb['php_txt'] = 'PHP';
3830$wb['client_txt'] = 'Client';
3931$wb['limit_web_domain_txt'] = 'The max. number of web domains for your account is reached.';
4032$wb['limit_web_aliasdomain_txt'] = 'The max. number of aliasdomains for your account is reached.';
4133$wb['limit_web_subdomain_txt'] = 'The max. number of web subdomains for your account is reached.';
42- $wb['apache_directives_txt'] = 'Apache Directives ';
34+ $wb['apache_directives_txt'] = 'Apache directives ';
4335$wb['domain_error_empty'] = 'Domain is empty.';
4436$wb['domain_error_unique'] = 'There is already a website or sub / aliasdomain with this domain name.';
4537$wb['domain_error_regex'] = 'Domain name invalid.';
38+ $wb['host_txt'] = 'Host';
39+ $wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/';
40+ $wb['no_redirect_txt'] = 'No redirect';
41+ $wb['no_flag_txt'] = 'No flag';
42+ $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.';
43+ $wb['proxy_directives_txt'] = 'Proxy Directives';
44+ $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:';
45+ $wb['error_proxy_requires_url'] = 'Redirect Type \"proxy\" requires a URL as the redirect path.';
46+ $wb['backup_interval_txt'] = 'Backup interval';
47+ $wb['backup_copies_txt'] = 'Number of backup copies';
48+ $wb['ssl_key_txt'] = 'SSL Key';
49+ $wb['ssl_domain_txt'] = 'SSL Domain';
50+ $wb['web_folder_error_regex'] = 'Invalid folder entered. Please do not enter a slash.';
51+ $wb['ipv6_address_txt'] = 'IPv6-Address';
52+ $wb['errordocs_txt'] = 'Own Error-Documents';
53+ $wb['subdomain_txt'] = 'Auto-Subdomain';
4654$wb['domain_error_autosub'] = 'There is already a subdomain with these settings.';
4755$wb['hd_quota_error_empty'] = 'Harddisk quota is 0 or empty.';
4856$wb['traffic_quota_error_empty'] = 'Traffic quota is empty.';
@@ -62,7 +70,6 @@ $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid character
6270$wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_';
6371$wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z';
6472$wb['limit_traffic_quota_free_txt'] = 'Max. available Traffic Quota';
65- $wb['redirect_error_regex'] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/';
6673$wb['php_open_basedir_txt'] = 'PHP open_basedir';
6774$wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded';
6875$wb['ruby_txt'] = 'Ruby';
@@ -71,8 +78,6 @@ $wb['stats_type_txt'] = 'Webstatistics program';
7178$wb['custom_php_ini_txt'] = 'Custom php.ini settings';
7279$wb['none_txt'] = 'None';
7380$wb['disabled_txt'] = 'Disabled';
74- $wb['no_redirect_txt'] = 'No redirect';
75- $wb['no_flag_txt'] = 'No flag';
7681$wb['save_certificate_txt'] = 'Save certificate';
7782$wb['create_certificate_txt'] = 'Create certificate';
7883$wb['delete_certificate_txt'] = 'Delete certificate';
@@ -109,7 +114,6 @@ $wb['password_match_txt'] = 'The passwords do match.';
109114$wb['available_php_directive_snippets_txt'] = 'Available PHP Directive Snippets:';
110115$wb['available_apache_directive_snippets_txt'] = 'Available Apache Directive Snippets:';
111116$wb['available_nginx_directive_snippets_txt'] = 'Available nginx Directive Snippets:';
112- $wb['proxy_directives_txt'] = 'Proxy Directives';
113- $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:';
114117$wb['Domain'] = 'Aliasdomain';
118+
115119?>
0 commit comments