Falko Timme
2015-01-07 8173c6f28d9fd55fa249d76330bf7709923c4fcd
commit | author | age
511ba5 1 <?php
DM 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_key_txt'] = 'SSL Key';
10 $wb['ssl_request_txt'] = 'SSL Request';
11 $wb['ssl_cert_txt'] = 'SSL Certificate';
12 $wb['ssl_bundle_txt'] = 'SSL Bundle';
13 $wb['ssl_action_txt'] = 'SSL Action';
14 $wb['ssl_domain_txt'] = 'SSL Domain';
15 $wb['server_id_txt'] = 'Server';
16 $wb['domain_txt'] = 'Domain';
17 $wb['web_folder_error_regex'] = 'Invalid folder entered. Please do not enter a slash.';
18 $wb['type_txt'] = 'Type';
73813a 19 $wb['parent_domain_id_txt'] = 'Parent Website';
511ba5 20 $wb['redirect_type_txt'] = 'Redirect Type';
DM 21 $wb['redirect_path_txt'] = 'Redirect Path';
22 $wb['active_txt'] = 'Active';
23 $wb['document_root_txt'] = 'Documentroot';
24 $wb['system_user_txt'] = 'Linux User';
25 $wb['system_group_txt'] = 'Linux Group';
26 $wb['ip_address_txt'] = 'IPv4-Address';
27 $wb['ipv6_address_txt'] = 'IPv6-Address';
28 $wb['vhost_type_txt'] = 'VHost Type';
29 $wb['hd_quota_txt'] = 'Harddisk Quota';
30 $wb['traffic_quota_txt'] = 'Traffic Quota';
31 $wb['cgi_txt'] = 'CGI';
32 $wb['ssi_txt'] = 'SSI';
33 $wb['errordocs_txt'] = 'Own Error-Documents';
34 $wb['subdomain_txt'] = 'Auto-Subdomain';
35 $wb['ssl_txt'] = 'SSL';
36 $wb['suexec_txt'] = 'SuEXEC';
37 $wb['php_txt'] = 'PHP';
38 $wb['client_txt'] = 'Client';
39 $wb['limit_web_domain_txt'] = 'The max. number of web domains for your account is reached.';
40 $wb['limit_web_aliasdomain_txt'] = 'The max. number of aliasdomains for your account is reached.';
41 $wb['limit_web_subdomain_txt'] = 'The max. number of web subdomains for your account is reached.';
42 $wb['apache_directives_txt'] = 'Apache Directives';
43 $wb['domain_error_empty'] = 'Domain is empty.';
44 $wb['domain_error_unique'] = 'There is already a website or sub / aliasdomain with this domain name.';
45 $wb['domain_error_regex'] = 'Domain name invalid.';
73813a 46 $wb['domain_error_autosub'] = 'There is already a subdomain with these settings.';
511ba5 47 $wb['hd_quota_error_empty'] = 'Harddisk quota is 0 or empty.';
DM 48 $wb['traffic_quota_error_empty'] = 'Traffic quota is empty.';
49 $wb['error_ssl_state_empty'] = 'SSL State is empty.';
50 $wb['error_ssl_locality_empty'] = 'SSL Locality is empty.';
51 $wb['error_ssl_organisation_empty'] = 'SSL Organisation is empty.';
52 $wb['error_ssl_organisation_unit_empty'] = 'SSL Organisation Unit is empty.';
53 $wb['error_ssl_country_empty'] = 'SSL Country is empty.';
54 $wb['error_ssl_cert_empty'] = 'SSL Certificate field is empty';
55 $wb['client_group_id_txt'] = 'Client';
73813a 56 $wb['stats_password_txt'] = 'Set Webstatistics password';
511ba5 57 $wb['allow_override_txt'] = 'Apache AllowOverride';
DM 58 $wb['limit_web_quota_free_txt'] = 'Max. available Harddisk Quota';
73813a 59 $wb['ssl_state_error_regex'] = 'Invalid SSL State. Valid characters are: a-z, 0-9 and .,-_&äöüÄÖÜ';
MC 60 $wb['ssl_locality_error_regex'] = 'Invalid SSL Locality. Valid characters are: a-z, 0-9 and .,-_&äöüÄÖÜ';
61 $wb['ssl_organisation_error_regex'] = 'Invalid SSL Organisation. Valid characters are: a-z, 0-9 and .,-_&äöüÄÖÜ';
62 $wb['ssl_organistaion_unit_error_regex'] = 'Invalid SSL Organisation Unit. Valid characters are: a-z, 0-9 and .,-_&äöüÄÖÜ';
511ba5 63 $wb['ssl_country_error_regex'] = 'Invalid SSL Country. Valid characters are: A-Z';
DM 64 $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/';
66 $wb['php_open_basedir_txt'] = 'PHP open_basedir';
67 $wb['traffic_quota_exceeded_txt'] = 'Traffic quota exceeded';
68 $wb['ruby_txt'] = 'Ruby';
69 $wb['stats_user_txt'] = 'Webstatistics username';
70 $wb['stats_type_txt'] = 'Webstatistics program';
71 $wb['custom_php_ini_txt'] = 'Custom php.ini settings';
72 $wb['none_txt'] = 'None';
73 $wb['disabled_txt'] = 'Disabled';
74 $wb['no_redirect_txt'] = 'No redirect';
75 $wb['no_flag_txt'] = 'No flag';
76 $wb['save_certificate_txt'] = 'Save certificate';
77 $wb['create_certificate_txt'] = 'Create certificate';
78 $wb['delete_certificate_txt'] = 'Delete certificate';
79 $wb['nginx_directives_txt'] = 'nginx Directives';
80 $wb['seo_redirect_txt'] = 'SEO Redirect';
81 $wb['non_www_to_www_txt'] = 'Non-www -&gt; www';
82 $wb['www_to_non_www_txt'] = 'www -&gt; non-www';
83 $wb['php_fpm_use_socket_txt'] = 'Use Socket For PHP-FPM';
84 $wb['error_no_sni_txt'] = 'SNI for SSL is not activated on this server. You can enable only one SSL certificate on each IP address.';
85 $wb['python_txt'] = 'Python';
86 $wb['perl_txt'] = 'Perl';
87 $wb['pm_max_children_txt'] = 'PHP-FPM pm.max_children';
88 $wb['pm_start_servers_txt'] = 'PHP-FPM pm.start_servers';
89 $wb['pm_min_spare_servers_txt'] = 'PHP-FPM pm.min_spare_servers';
90 $wb['pm_max_spare_servers_txt'] = 'PHP-FPM pm.max_spare_servers';
91 $wb['error_php_fpm_pm_settings_txt'] = 'Values of PHP-FPM pm settings must be as follows: pm.max_children &gt;= pm.max_spare_servers &gt;= pm.start_servers &gt;= pm.min_spare_servers &gt; 0';
92 $wb['pm_max_children_error_regex'] = 'PHP-FPM pm.max_children must be a positive integer value.';
93 $wb['pm_start_servers_error_regex'] = 'PHP-FPM pm.start_servers must be a positive integer value.';
94 $wb['pm_min_spare_servers_error_regex'] = 'PHP-FPM pm.min_spare_servers must be a positive integer value.';
95 $wb['pm_max_spare_servers_error_regex'] = 'PHP-FPM pm.max_spare_servers must be a positive integer value.';
96 $wb['hd_quota_error_regex'] = 'Harddisk quota is invalid.';
97 $wb['traffic_quota_error_regex'] = 'Traffic quota is invalid.';
98 $wb['fastcgi_php_version_txt'] = 'PHP Version';
99 $wb['pm_txt'] = 'PHP-FPM Process Manager';
100 $wb['pm_process_idle_timeout_txt'] = 'PHP-FPM pm.process_idle_timeout';
101 $wb['pm_max_requests_txt'] = 'PHP-FPM pm.max_requests';
102 $wb['pm_process_idle_timeout_error_regex'] = 'PHP-FPM pm.process_idle_timeout must be a positive integer value.';
103 $wb['pm_max_requests_error_regex'] = 'PHP-FPM pm.max_requests must be an integer value >= 0.';
104 $wb['pm_ondemand_hint_txt'] = 'Please note that you must have PHP version >= 5.3.9 in order to use the ondemand process manager. If you select ondemand for an older PHP version, PHP will not start anymore!';
105 $wb['generate_password_txt'] = 'Generate Password';
106 $wb['repeat_password_txt'] = 'Repeat Password';
107 $wb['password_mismatch_txt'] = 'The passwords do not match.';
108 $wb['password_match_txt'] = 'The passwords do match.';
109 $wb['available_php_directive_snippets_txt'] = 'Available PHP Directive Snippets:';
110 $wb['available_apache_directive_snippets_txt'] = 'Available Apache Directive Snippets:';
111 $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:';
73813a 114 $wb['no_server_error'] = 'No server selected.';
MC 115 $wb['no_backup_txt'] = 'No backup';
116 $wb['daily_backup_txt'] = 'Daily';
117 $wb['weekly_backup_txt'] = 'Weekly';
118 $wb['monthly_backup_txt'] = 'Monthly';
119 $wb['rewrite_rules_txt'] = 'Rewrite Rules';
120 $wb['invalid_rewrite_rules_txt'] = 'Invalid Rewrite Rules';
121 $wb['allowed_rewrite_rule_directives_txt'] = 'Allowed Directives:';
122 $wb['configuration_error_txt'] = 'CONFIGURATION ERROR';
123 $wb['server_chosen_not_ok'] = 'The selected server is not allowed for this account.';
124 $wb['variables_txt'] = 'Variables';
125 $wb['added_by_txt'] = 'Added by';
126 $wb['added_date_txt'] = 'Added date';
127 $wb['backup_excludes_txt'] = 'Excluded Directories';
128 $wb['backup_excludes_note_txt'] = '(Separate multiple directories with commas. Example: web/cache/*,web/backup)';
129 $wb['backup_excludes_error_regex'] = 'The excluded directories contain invalid characters.';
130 $wb['web_folder_txt'] = 'Web folder';
131 $wb['web_folder_invalid_txt'] = 'The web folder is invalid, please choose a different one.';
132 $wb['web_folder_unique_txt'] = 'The web folder is already used, please choose a different one.';
133 $wb['host_txt'] = 'Hostname';
134 $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.';
7c2179 135 $wb['variables_txt'] = 'Variables';
MC 136 $wb['backup_excludes_txt'] = 'Excluded Directories';
137 $wb['backup_excludes_note_txt'] = '(Separate multiple directories with commas. Example: web/cache/*,web/backup)';
138 $wb['backup_excludes_error_regex'] = 'The excluded directories contain invalid characters.';
ebbe63 139 $wb['subdomain_error_empty'] = 'The subdommain field is empty or contains invalid characters.';
a4a4ea 140 $wb['btn_save_txt'] = "Save";
FT 141 $wb['btn_cancel_txt'] = "Cancel";
38659f 142 $wb['enable_spdy_txt'] = 'Enable SPDY';
8173c6 143 $wb['load_client_data_txt'] = 'Load client details';
FT 144 $wb['load_my_data_txt'] = 'Load my contact details';
145 $wb['reset_client_data_txt'] = 'Reset data';
511ba5 146 ?>