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["btn_save_txt"] = 'Save';
12+ $wb["btn_cancel_txt"] = 'Cancel';
13+ $wb["server_id_txt"] = 'Server';
14+ $wb["domain_txt"] = 'Domain';
15+ $wb["type_txt"] = 'Type';
16+ $wb["parent_domain_id_txt"] = 'Parent Website';
17+ $wb["redirect_type_txt"] = 'Redirect Type';
18+ $wb["redirect_path_txt"] = 'Redirect Path';
19+ $wb["active_txt"] = 'Active';
20+ $wb["document_root_txt"] = 'Documentroot';
21+ $wb["system_user_txt"] = 'Linux User';
22+ $wb["system_group_txt"] = 'Linux Group';
23+ $wb["ip_address_txt"] = 'IP-Address';
24+ $wb["vhost_type_txt"] = 'VHost Type';
25+ $wb["hd_quota_txt"] = 'Harddisk Quota';
26+ $wb["traffic_quota_txt"] = 'Traffic Quaota';
27+ $wb["cgi_txt"] = 'CGI';
28+ $wb["ssi_txt"] = 'SSI';
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"] = 'Domain must be unique.';
39+ $wb["domain_error_regex"] = 'Domain name invalid.';
40+ ?>
0 commit comments