1- <?php
2- $wb["ssl_state_txt"] = 'State';
3- $wb["ssl_locality_txt"] = 'Locality';
4- $wb["ssl_organisation_txt"] = 'Organisation';
5- $wb["ssl_organisation_unit_txt"] = 'Organisation Unit';
6- $wb["ssl_country_txt"] = 'Country';
7- $wb["ssl_request_txt"] = 'SSL Request';
8- $wb["ssl_cert_txt"] = 'SSL Certificate';
9- $wb["ssl_bundle_txt"] = 'SSL Bundle';
10- $wb["ssl_action_txt"] = 'SSL Action';
11- $wb["server_id_txt"] = 'Server';
12- $wb["domain_txt"] = 'Domain';
13- $wb["type_txt"] = 'Type';
14- $wb["parent_domain_id_txt"] = 'Parent Website';
15- $wb["redirect_type_txt"] = 'Redirect Type';
16- $wb["redirect_path_txt"] = 'Redirect Path';
17- $wb["active_txt"] = 'Active';
18- $wb["document_root_txt"] = 'Documentroot';
19- $wb["system_user_txt"] = 'Linux User';
20- $wb["system_group_txt"] = 'Linux Group';
21- $wb["ip_address_txt"] = 'IP-Address';
22- $wb["vhost_type_txt"] = 'VHost Type';
23- $wb["hd_quota_txt"] = 'Harddisk Quota';
24- $wb["traffic_quota_txt"] = 'Traffic Quaota';
25- $wb["cgi_txt"] = 'CGI';
26- $wb["ssi_txt"] = 'SSI';
27- $wb["ssl_txt"] = 'SSL';
28- $wb["suexec_txt"] = 'SuEXEC';
29- $wb["php_txt"] = 'PHP';
30- $wb["client_txt"] = 'Client';
31- $wb["limit_web_domain_txt"] = 'The max. number of web domains for your account is reached.';
32- $wb["limit_web_aliasdomain_txt"] = 'The max. number of aliasdomains for your account is reached.';
33- $wb["limit_web_subdomain_txt"] = 'The max. number of web subdomains for your account is reached.';
34- $wb["apache_directives_txt"] = 'Apache directives';
35- $wb["domain_error_empty"] = 'Domain is empty.';
36- $wb["domain_error_unique"] = 'There is already a website or sub / aliasdomain with this domain name.';
37- $wb["domain_error_regex"] = 'Domain name invalid.';
38- $wb["host_txt"] = 'Host';
1+ <?php
2+ $wb["ssl_state_txt"] = 'State';
3+ $wb["ssl_locality_txt"] = 'Locality';
4+ $wb["ssl_organisation_txt"] = 'Organisation';
5+ $wb["ssl_organisation_unit_txt"] = 'Organisation Unit';
6+ $wb["ssl_country_txt"] = 'Country';
7+ $wb["ssl_request_txt"] = 'SSL Request';
8+ $wb["ssl_cert_txt"] = 'SSL Certificate';
9+ $wb["ssl_bundle_txt"] = 'SSL Bundle';
10+ $wb["ssl_action_txt"] = 'SSL Action';
11+ $wb["server_id_txt"] = 'Server';
12+ $wb["domain_txt"] = 'Domain';
13+ $wb["type_txt"] = 'Type';
14+ $wb["parent_domain_id_txt"] = 'Parent Website';
15+ $wb["redirect_type_txt"] = 'Redirect Type';
16+ $wb["redirect_path_txt"] = 'Redirect Path';
17+ $wb["active_txt"] = 'Active';
18+ $wb["document_root_txt"] = 'Documentroot';
19+ $wb["system_user_txt"] = 'Linux User';
20+ $wb["system_group_txt"] = 'Linux Group';
21+ $wb["ip_address_txt"] = 'IP-Address';
22+ $wb["vhost_type_txt"] = 'VHost Type';
23+ $wb["hd_quota_txt"] = 'Harddisk Quota';
24+ $wb["traffic_quota_txt"] = 'Traffic Quaota';
25+ $wb["cgi_txt"] = 'CGI';
26+ $wb["ssi_txt"] = 'SSI';
27+ $wb["ssl_txt"] = 'SSL';
28+ $wb["suexec_txt"] = 'SuEXEC';
29+ $wb["php_txt"] = 'PHP';
30+ $wb["client_txt"] = 'Client';
31+ $wb["limit_web_domain_txt"] = 'The max. number of web domains for your account is reached.';
32+ $wb["limit_web_aliasdomain_txt"] = 'The max. number of aliasdomains for your account is reached.';
33+ $wb["limit_web_subdomain_txt"] = 'The max. number of web subdomains for your account is reached.';
34+ $wb["apache_directives_txt"] = 'Apache directives';
35+ $wb["domain_error_empty"] = 'Domain is empty.';
36+ $wb["domain_error_unique"] = 'There is already a website or sub / aliasdomain with this domain name.';
37+ $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/';
3940?>
0 commit comments