|
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 Quota'; |
25 | | -$wb["cgi_txt"] = 'CGI'; |
26 | | -$wb["ssi_txt"] = 'SSI'; |
27 | | -$wb["errordocs_txt"] = 'Own Error-Documents'; |
28 | | -$wb["subdomain_txt"] = 'Auto-Subdomain'; |
29 | | -$wb["ssl_txt"] = 'SSL'; |
30 | | -$wb["suexec_txt"] = 'SuEXEC'; |
31 | | -$wb["php_txt"] = 'PHP'; |
32 | | -$wb["client_txt"] = 'Client'; |
33 | | -$wb["limit_web_domain_txt"] = 'The max. number of web domains for your account is reached.'; |
34 | | -$wb["limit_web_aliasdomain_txt"] = 'The max. number of aliasdomains for your account is reached.'; |
35 | | -$wb["limit_web_subdomain_txt"] = 'The max. number of web subdomains for your account is reached.'; |
36 | | -$wb["apache_directives_txt"] = 'Apache directives'; |
37 | | -$wb["domain_error_empty"] = 'Domain is empty.'; |
38 | | -$wb["domain_error_unique"] = 'There is already a website or sub / aliasdomain with this domain name.'; |
39 | | -$wb["domain_error_regex"] = 'Domain name invalid.'; |
40 | | -$wb["hd_quota_error_empty"] = 'Harddisk quota is empty.'; |
41 | | -$wb["traffic_quota_error_empty"] = 'Traffic quota is empty.'; |
42 | | -$wb['error_ssl_state_empty'] = 'SSL State is empty.'; |
43 | | -$wb['error_ssl_locality_empty'] = 'SSL Locality is empty.'; |
44 | | -$wb['error_ssl_organisation_empty'] = 'SSL Organisation is empty.'; |
45 | | -$wb['error_ssl_organisation_unit_empty'] = 'SSL Organisation Unit is empty.'; |
46 | | -$wb['error_ssl_country_empty'] = 'SSL Country is empty.'; |
47 | | -$wb["client_group_id_txt"] = 'Client'; |
48 | | -$wb["stats_password_txt"] = 'Webstatistics password'; |
49 | | - |
50 | | -?> |
| 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 Quota'; |
| 25 | +$wb["cgi_txt"] = 'CGI'; |
| 26 | +$wb["ssi_txt"] = 'SSI'; |
| 27 | +$wb["errordocs_txt"] = 'Own Error-Documents'; |
| 28 | +$wb["subdomain_txt"] = 'Auto-Subdomain'; |
| 29 | +$wb["ssl_txt"] = 'SSL'; |
| 30 | +$wb["suexec_txt"] = 'SuEXEC'; |
| 31 | +$wb["php_txt"] = 'PHP'; |
| 32 | +$wb["client_txt"] = 'Client'; |
| 33 | +$wb["limit_web_domain_txt"] = 'The max. number of web domains for your account is reached.'; |
| 34 | +$wb["limit_web_aliasdomain_txt"] = 'The max. number of aliasdomains for your account is reached.'; |
| 35 | +$wb["limit_web_subdomain_txt"] = 'The max. number of web subdomains for your account is reached.'; |
| 36 | +$wb["apache_directives_txt"] = 'Apache directives'; |
| 37 | +$wb["domain_error_empty"] = 'Domain is empty.'; |
| 38 | +$wb["domain_error_unique"] = 'There is already a website or sub / aliasdomain with this domain name.'; |
| 39 | +$wb["domain_error_regex"] = 'Domain name invalid.'; |
| 40 | +$wb["hd_quota_error_empty"] = 'Harddisk quota is empty.'; |
| 41 | +$wb["traffic_quota_error_empty"] = 'Traffic quota is empty.'; |
| 42 | +$wb['error_ssl_state_empty'] = 'SSL State is empty.'; |
| 43 | +$wb['error_ssl_locality_empty'] = 'SSL Locality is empty.'; |
| 44 | +$wb['error_ssl_organisation_empty'] = 'SSL Organisation is empty.'; |
| 45 | +$wb['error_ssl_organisation_unit_empty'] = 'SSL Organisation Unit is empty.'; |
| 46 | +$wb['error_ssl_country_empty'] = 'SSL Country is empty.'; |
| 47 | +$wb["client_group_id_txt"] = 'Client'; |
| 48 | +$wb["stats_password_txt"] = 'Webstatistics password'; |
| 49 | +?> |
0 commit comments