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["ssl_domain_txt"] = 'SSL Domain';
12- $wb["server_id_txt"] = 'Server';
13- $wb["domain_txt"] = 'Domain';
14- $wb["type_txt"] = 'Type';
15- $wb["parent_domain_id_txt"] = 'Parent Website';
16- $wb["redirect_type_txt"] = 'Redirect Type';
17- $wb["redirect_path_txt"] = 'Redirect Path';
18- $wb["active_txt"] = 'Active';
19- $wb["document_root_txt"] = 'Documentroot';
20- $wb["system_user_txt"] = 'Linux User';
21- $wb["system_group_txt"] = 'Linux Group';
22- $wb["ip_address_txt"] = 'IP-Address';
23- $wb["vhost_type_txt"] = 'VHost Type';
24- $wb["hd_quota_txt"] = 'Harddisk Quota';
25- $wb["traffic_quota_txt"] = 'Traffic Quota';
26- $wb["cgi_txt"] = 'CGI';
27- $wb["ssi_txt"] = 'SSI';
28- $wb["errordocs_txt"] = 'Own Error-Documents';
29- $wb["subdomain_txt"] = 'Auto-Subdomain';
30- $wb["ssl_txt"] = 'SSL';
31- $wb["suexec_txt"] = 'SuEXEC';
32- $wb["php_txt"] = 'PHP';
33- $wb["client_txt"] = 'Client';
34- $wb["limit_web_domain_txt"] = 'The max. number of web domains for your account is reached.';
35- $wb["limit_web_aliasdomain_txt"] = 'The max. number of aliasdomains for your account is reached.';
36- $wb["limit_web_subdomain_txt"] = 'The max. number of web subdomains for your account is reached.';
37- $wb["apache_directives_txt"] = 'Apache directives';
38- $wb["domain_error_empty"] = 'Domain is empty.';
39- $wb["domain_error_unique"] = 'There is already a website or sub / aliasdomain with this domain name.';
40- $wb["domain_error_regex"] = 'Domain name invalid.';
41- $wb["hd_quota_error_empty"] = 'Harddisk quota is 0 or empty.';
42- $wb["traffic_quota_error_empty"] = 'Traffic quota is empty.';
43- $wb['error_ssl_state_empty'] = 'SSL State is empty.';
44- $wb['error_ssl_locality_empty'] = 'SSL Locality is empty.';
45- $wb['error_ssl_organisation_empty'] = 'SSL Organisation is empty.';
46- $wb['error_ssl_organisation_unit_empty'] = 'SSL Organisation Unit is empty.';
47- $wb['error_ssl_country_empty'] = 'SSL Country is empty.';
48- $wb["client_group_id_txt"] = 'Client';
49- $wb["stats_password_txt"] = 'Webstatistics password';
50- $wb["allow_override_txt"] = 'Allow Override';
51- $wb["limit_web_quota_free_txt"] = 'Max. available Harddisk Quota';
52- $wb["ssl_state_error_regex"] = 'Invalid SSL State. Valid characters are: a-z, 0-9 and .,-_';
53- $wb["ssl_locality_error_regex"] = 'Invalid SSL Locality. Valid characters are: a-z, 0-9 and .,-_';
54- $wb["ssl_organisation_error_regex"] = 'Invalid SSL Organisation. Valid characters are: a-z, 0-9 and .,-_';
55- $wb["ssl_organistaion_unit_error_regex"] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_';
56- $wb["ssl_country_error_regex"] = 'Invalid SSL Country. Valid characters are: A-Z';
57- $wb["limit_traffic_quota_free_txt"] = 'Max. available Traffic Quota';
58- $wb["redirect_error_regex"] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/';
59- $wb["php_open_basedir_txt"] = 'PHP open_basedir';
60- $wb["traffic_quota_exceeded_txt"] = 'Traffic quota exceeded';
61- $wb["ruby_txt"] = 'Ruby';
62- $wb["stats_user_txt"] = 'Webstatistics username';
63- $wb["stats_type_txt"] = 'Webstatistics program';
64- ?>
1+ <?php
2+ $wb["backup_interval_txt"] = 'Backup interval';
3+ $wb["backup_copies_txt"] = 'Number of backup copies';
4+ $wb["ssl_state_txt"] = 'State';
5+ $wb["ssl_locality_txt"] = 'Locality';
6+ $wb["ssl_organisation_txt"] = 'Organisation';
7+ $wb["ssl_organisation_unit_txt"] = 'Organisation Unit';
8+ $wb["ssl_country_txt"] = 'Country';
9+ $wb["ssl_request_txt"] = 'SSL Request';
10+ $wb["ssl_cert_txt"] = 'SSL Certificate';
11+ $wb["ssl_bundle_txt"] = 'SSL Bundle';
12+ $wb["ssl_action_txt"] = 'SSL Action';
13+ $wb["ssl_domain_txt"] = 'SSL Domain';
14+ $wb["server_id_txt"] = 'Server';
15+ $wb["domain_txt"] = 'Domain';
16+ $wb["type_txt"] = 'Type';
17+ $wb["parent_domain_id_txt"] = 'Parent Website';
18+ $wb["redirect_type_txt"] = 'Redirect Type';
19+ $wb["redirect_path_txt"] = 'Redirect Path';
20+ $wb["active_txt"] = 'Active';
21+ $wb["document_root_txt"] = 'Documentroot';
22+ $wb["system_user_txt"] = 'Linux User';
23+ $wb["system_group_txt"] = 'Linux Group';
24+ $wb["ip_address_txt"] = 'IP-Address';
25+ $wb["vhost_type_txt"] = 'VHost Type';
26+ $wb["hd_quota_txt"] = 'Harddisk Quota';
27+ $wb["traffic_quota_txt"] = 'Traffic Quota';
28+ $wb["cgi_txt"] = 'CGI';
29+ $wb["ssi_txt"] = 'SSI';
30+ $wb["errordocs_txt"] = 'Own Error-Documents';
31+ $wb["subdomain_txt"] = 'Auto-Subdomain';
32+ $wb["ssl_txt"] = 'SSL';
33+ $wb["suexec_txt"] = 'SuEXEC';
34+ $wb["php_txt"] = 'PHP';
35+ $wb["client_txt"] = 'Client';
36+ $wb["limit_web_domain_txt"] = 'The max. number of web domains for your account is reached.';
37+ $wb["limit_web_aliasdomain_txt"] = 'The max. number of aliasdomains for your account is reached.';
38+ $wb["limit_web_subdomain_txt"] = 'The max. number of web subdomains for your account is reached.';
39+ $wb["apache_directives_txt"] = 'Apache directives';
40+ $wb["domain_error_empty"] = 'Domain is empty.';
41+ $wb["domain_error_unique"] = 'There is already a website or sub / aliasdomain with this domain name.';
42+ $wb["domain_error_regex"] = 'Domain name invalid.';
43+ $wb["hd_quota_error_empty"] = 'Harddisk quota is 0 or empty.';
44+ $wb["traffic_quota_error_empty"] = 'Traffic quota is empty.';
45+ $wb["error_ssl_state_empty"] = 'SSL State is empty.';
46+ $wb["error_ssl_locality_empty"] = 'SSL Locality is empty.';
47+ $wb["error_ssl_organisation_empty"] = 'SSL Organisation is empty.';
48+ $wb["error_ssl_organisation_unit_empty"] = 'SSL Organisation Unit is empty.';
49+ $wb["error_ssl_country_empty"] = 'SSL Country is empty.';
50+ $wb["client_group_id_txt"] = 'Client';
51+ $wb["stats_password_txt"] = 'Webstatistics password';
52+ $wb["allow_override_txt"] = 'Allow Override';
53+ $wb["limit_web_quota_free_txt"] = 'Max. available Harddisk Quota';
54+ $wb["ssl_state_error_regex"] = 'Invalid SSL State. Valid characters are: a-z, 0-9 and .,-_';
55+ $wb["ssl_locality_error_regex"] = 'Invalid SSL Locality. Valid characters are: a-z, 0-9 and .,-_';
56+ $wb["ssl_organisation_error_regex"] = 'Invalid SSL Organisation. Valid characters are: a-z, 0-9 and .,-_';
57+ $wb["ssl_organistaion_unit_error_regex"] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_';
58+ $wb["ssl_country_error_regex"] = 'Invalid SSL Country. Valid characters are: A-Z';
59+ $wb["limit_traffic_quota_free_txt"] = 'Max. available Traffic Quota';
60+ $wb["redirect_error_regex"] = 'Invalid redirect path. Valid redirects are for example: /test/ or http://www.domain.tld/test/';
61+ $wb["php_open_basedir_txt"] = 'PHP open_basedir';
62+ $wb["traffic_quota_exceeded_txt"] = 'Traffic quota exceeded';
63+ $wb["ruby_txt"] = 'Ruby';
64+ $wb["stats_user_txt"] = 'Webstatistics username';
65+ $wb["stats_type_txt"] = 'Webstatistics program';
66+ ?>
0 commit comments