Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
be7d7f 1 <?php
T 2 $wb["limit_maildomain_txt"] = 'Max. number of email domains';
074056 3 $wb["limit_mailmailinglist_txt"] = 'Max. number of mailing lists';
be7d7f 4 $wb["limit_mailbox_txt"] = 'Max. number of mailboxes';
T 5 $wb["limit_mailalias_txt"] = 'Max. number of email aliases';
13b41c 6 $wb["limit_mailaliasdomain_txt"] = 'Max. number of domain aliases';
be7d7f 7 $wb["limit_mailforward_txt"] = 'Max. number of email forwarders';
T 8 $wb["limit_mailcatchall_txt"] = 'Max. number of email catchall accounts';
9 $wb["limit_mailrouting_txt"] = 'Max. number of email routes';
10 $wb["limit_mailfilter_txt"] = 'Max. number of email filters';
11 $wb["limit_fetchmail_txt"] = 'Max. number of fetchmail accounts';
12 $wb["limit_mailquota_txt"] = 'Mailbox quota';
13 $wb["limit_spamfilter_wblist_txt"] = 'Max. number of spamfilter white / blacklist filters';
14 $wb["limit_spamfilter_user_txt"] = 'Max. number of spamfilter users';
13b41c 15 $wb["limit_spamfilter_policy_txt"] = 'Max. number of spamfilter policies';
be7d7f 16 $wb["default_mailserver_txt"] = 'Default Mailserver';
T 17 $wb["company_name_txt"] = 'Company name';
e3133e 18 $wb["contact_firstname_txt"] = 'Contact firstname';
be7d7f 19 $wb["contact_name_txt"] = 'Contact name';
T 20 $wb["username_txt"] = 'Username';
21 $wb["password_txt"] = 'Password';
22 $wb["password_strength_txt"] = 'Password strength';
23 $wb["language_txt"] = 'Language';
24 $wb["usertheme_txt"] = 'Theme';
25 $wb["street_txt"] = 'Street';
26 $wb["zip_txt"] = 'ZIP';
27 $wb["city_txt"] = 'City';
28 $wb["state_txt"] = 'State';
29 $wb["country_txt"] = 'Country';
30 $wb["telephone_txt"] = 'Telephone';
31 $wb["mobile_txt"] = 'Mobile';
32 $wb["fax_txt"] = 'Fax';
33 $wb["email_txt"] = 'Email';
34 $wb["internet_txt"] = 'Internet';
35 $wb["icq_txt"] = 'ICQ';
36 $wb["notes_txt"] = 'Notes';
37 $wb["company_txt"] = 'Company';
38 $wb["title_txt"] = 'Title';
39 $wb["firstname_txt"] = 'Firstname';
40 $wb["surname_txt"] = 'Surname';
41 $wb["limit_domain_txt"] = 'limit_domain';
42 $wb["limit_subdomain_txt"] = 'limit_subdomain';
43 $wb["limit_webquota_txt"] = 'limit_webquota';
44 $wb["limit_database_txt"] = 'limit_database';
7e2a3f 45 $wb["limit_database_user_txt"] = "Max. Database users";
be7d7f 46 $wb["limit_cron_txt"] = 'Max. number of cron jobs';
T 47 $wb["limit_cron_type_txt"] = 'Max. type of cron jobs (chrooted and full implies url)';
48 $wb["limit_cron_frequency_txt"] = 'Min. delay between executions';
49 $wb["ip_address_txt"] = 'ip_address';
50 $wb["limit_client_error_notint"] = 'Client Limit is not a number.';
51 $wb["firstname_error_empty"] = 'Firstname is empty.';
52 $wb["contact_error_empty"] = 'Contact name is empty.';
53 $wb["default_webserver_txt"] = 'Default Webserver';
54 $wb["limit_web_domain_txt"] = 'Max. number of web domains';
55 $wb["limit_web_aliasdomain_txt"] = 'Max. number of web aliasdomains';
56 $wb["limit_web_subdomain_txt"] = 'Max. number of web subdomains';
57 $wb["limit_ftp_user_txt"] = 'Max. number of FTP users';
58 $wb["default_dnsserver_txt"] = 'Default DNS Server';
59 $wb["limit_dns_zone_txt"] = 'Max. number of DNS zones';
a59731 60 $wb["limit_dns_slave_zone_txt"] = 'Max. number of secondary DNS zones';
be7d7f 61 $wb["limit_dns_record_txt"] = 'Max. number DNS records';
T 62 $wb["limit_shell_user_txt"] = 'Max. number of Shell users';
1ca823 63 $wb["limit_webdav_user_txt"] = 'Max. number of Webdav users';
f40d19 64 $wb['limit_backup_txt'] = 'Backupfunction available';
be7d7f 65 $wb["limit_client_txt"] = 'Max. number of Clients';
T 66 $wb["username_error_empty"] = 'Username is empty.';
67 $wb["username_error_unique"] = 'The username must be unique.';
68 $wb["limit_maildomain_error_notint"] = 'The email domain limit must be a number.';
074056 69 $wb["limit_mailmailinglist_error_notint"] = 'The mailing list record limit must be a number.';
be7d7f 70 $wb["limit_mailbox_error_notint"] = 'The mailbox limit must be a number.';
T 71 $wb["limit_mailalias_error_notint"] = 'The email alias limit must be a number.';
72 $wb["limit_mailforward_error_notint"] = 'The email forward limit must be a number.';
73 $wb["limit_mailcatchall_error_notint"] = 'The email catchall limit must be a number.';
74 $wb["limit_mailrouting_error_notint"] = 'The email routing limit must be a number.';
75 $wb["limit_mailfilter_error_notint"] = 'The email filter limit must be a number.';
76 $wb["limit_mailfetchmail_error_notint"] = 'The fetchmail limit must be a number.';
77 $wb["limit_mailquota_error_notint"] = 'The email quota limit must be a number.';
78 $wb["limit_spamfilter_wblist_error_notint"] = 'The spamfilter white / blacklist limit must be a number.';
79 $wb["limit_spamfilter_user_error_notint"] = 'The spamfilter user limit must be a number.';
80 $wb["limit_spamfilter_policy_error_notint"] = 'The spamfilter policy limit must be a number.';
81 $wb["limit_web_domain_error_notint"] = 'The website limit must be a number.';
82 $wb["limit_web_aliasdomain_error_notint"] = 'The website alias domain limit must be a number.';
83 $wb["limit_web_subdomain_error_notint"] = 'The website subdomain limit must be a number.';
84 $wb["limit_ftp_user_error_notint"] = 'The ftp user limit must be a number.';
1ca823 85 $wb["limit_webdav_user_error_notint"] = 'The webdav user limit must be a number.';
be7d7f 86 $wb["limit_shell_user_error_notint"] = 'The shell user limit must be a number.';
T 87 $wb["limit_dns_zone_error_notint"] = 'The dns zone limit must be a number.';
a59731 88 $wb["limit_dns_slave_zone_error_notint"] = 'The dns slave zone limit must be a number.';
D 89 $wb["limit_dns_record_error_notint"] = 'The dns record limit must be a number.';
be7d7f 90 $wb["limit_client_error_notint"] = 'The sub client limit must be a number.';
T 91 $wb["default_dbserver_txt"] = 'Default Database Server';
92 $wb["limit_database_txt"] = 'Max. number of Databases';
93 $wb["limit_database_error_notint"] = 'The database limit must be a number.';
94 $wb["limit_cron_error_notint"] = 'The cron limit must be a number.';
95 $wb["limit_cron_error_frequency"] = 'The cron frequency limit must be a number.';
615a0a 96 $wb["username_error_regex"] = 'The Username contains invalid characters.';
be7d7f 97 $wb["template_master_txt"] = 'Master template';
T 98 $wb["template_additional_txt"] = 'Addon template';
9d02f3 99 $wb["add_additional_template_txt"] = 'Add additional template';
C 100 $wb["delete_additional_template_txt"] = 'Delete additional template';
be7d7f 101 $wb["ssh_chroot_txt"] = 'SSH-Chroot Options';
T 102 $wb["web_php_options_txt"] = 'PHP Options';
ac099e 103 $wb["limit_cgi_txt"] = "CGI available";
M 104 $wb["limit_ssi_txt"] = "SSI available";
105 $wb["limit_perl_txt"] = "Perl available";
106 $wb["limit_ruby_txt"] = "Ruby available";
107 $wb["limit_python_txt"] = "Python available";
108 $wb["force_suexec_txt"] = "SuEXEC forced";
109 $wb["limit_hterror_txt"] = "Custom error docs available";
110 $wb["limit_wildcard_txt"] = "Wildcard subdomain available";
111 $wb["limit_ssl_txt"] = "SSL available";
67b0cb 112 $wb["limit_ssl_letsencrypt_txt"] = "Let\'s Encrypt available";
be7d7f 113 $wb["limit_client_error"] = 'The max. number of clients is reached.';
f58a7a 114 $wb["limit_client_error_positive_or_unlimited"] = 'The number of clients must be > 0 or -1 (unlimited)';
4a5426 115 $wb["limit_web_quota_txt"] = 'Web Quota';
8d0c6b 116 $wb["limit_traffic_quota_txt"] = 'Traffic Quota';
T 117 $wb["limit_trafficquota_error_notint"] = 'Traffic Quota must be a number.';
aa3ea2 118 $wb["customer_no_txt"] = 'Customer No.';
T 119 $wb["vat_id_txt"] = 'VAT ID';
120 $wb["required_fields_txt"] = '* Required fields';
f414ab 121 $wb["limit_openvz_vm_txt"] = 'Max. number of virtual servers';
T 122 $wb["limit_openvz_vm_template_id_txt"] = 'Force virtual server template';
123 $wb["limit_openvz_vm_error_notint"] = 'The virtual server limit must be a number.';
8cf78b 124 $wb["web_php_options_notempty"] = 'No PHP option(s) selected. Select at least one PHP option.';
T 125 $wb["ssh_chroot_notempty"] = 'No SSH chroot option selected. Select at least one SSH option.';
e94a9f 126 $wb["username_error_collision"] = 'The username may not start with the word -web- or -web- followed by a number.';
02820e 127 $wb["web_limits_txt"] = 'Web Limits';
F 128 $wb["email_limits_txt"] = 'Email Limits';
129 $wb["database_limits_txt"] = 'Database Limits';
130 $wb["cron_job_limits_txt"] = 'Cron Job Limits';
131 $wb["dns_limits_txt"] = 'DNS Limits';
132 $wb["virtualization_limits_txt"] = 'Virtualization Limits';
726cfa 133 $wb['generate_password_txt'] = 'Generate Password';
2a1893 134 $wb['repeat_password_txt'] = 'Repeat Password';
F 135 $wb['password_mismatch_txt'] = 'The passwords do not match.';
136 $wb['password_match_txt'] = 'The passwords do match.';
a00888 137 $wb['email_error_isemail'] = 'Please enter a valid email address.';
4bd960 138 $wb["customer_no_error_unique"] = 'The customer no. must be unique (or empty).';
bfcdef 139 $wb['paypal_email_error_isemail'] = 'Please enter a valid PayPal email address.';
T 140 $wb['paypal_email_txt'] = 'PayPal Email';
141 $wb['company_id_txt'] = 'Company/Entrepreneur ID';
142 $wb["bank_account_number_txt"] = 'Bank account no.';
143 $wb["bank_account_owner_txt"] = 'Bank account owner';
144 $wb["bank_code_txt"] = 'Bank code';
145 $wb["bank_name_txt"] = 'Bank name';
146 $wb["bank_account_iban_txt"] = 'IBAN';
147 $wb["bank_account_swift_txt"] = 'BIC / Swift';
526b99 148 $wb['aps_limits_txt'] = 'APS Installer Limits';
T 149 $wb['limit_aps_txt'] = 'Max. number of APS instances';
150 $wb['limit_aps_error_notint'] = 'The APS instances limit must be a number.';
615a0a 151 $wb["default_slave_dnsserver_txt"] = 'Default Secondary DNS Server';
7b47c0 152 $wb['locked_txt'] = 'Locked';
T 153 $wb['canceled_txt'] = 'Canceled';
154 $wb['gender_m_txt'] = 'Mr.';
155 $wb['gender_f_txt'] = 'Ms.';
156 $wb['gender_txt'] = 'Title';
bd6659 157 $wb["web_servers_txt"] = 'Webservers';
SJ 158 $wb["web_servers_placeholder"] = 'Select Webservers';
159 $wb['no_web_server_error'] = 'At least one webserver must be selected.';
160 $wb['web_servers_used'] = 'The server you are trying to remove from this client is used as a webserver. Be sure that this server is not used by this client before to remove it.';
161 $wb["dns_servers_txt"] = 'DNS Server';
162 $wb["dns_servers_placeholder"] = 'Select DNS Servers';
163 $wb['no_dns_server_error'] = 'At least one DNS server must be selected.';
164 $wb['dns_servers_used'] = 'The server you are trying to remove from this client is used as a DNS server. Be sure that this server is not used by this client before to remove it.';
165 $wb["db_servers_txt"] = 'Database Server';
166 $wb["db_servers_placeholder"] = 'Select Database Servers';
167 $wb['no_db_server_error'] = 'At least one Database server must be selected.';
168 $wb['db_servers_used'] = 'The server you are trying to remove from this client is used as a Database server. Be sure that this server is not used by this client before to remove it.';
169 $wb["mail_servers_txt"] = 'Mailservers';
170 $wb["mail_servers_placeholder"] = 'Select Mailservers';
171 $wb['no_mail_server_error'] = 'At least one Mailserver must be selected.';
172 $wb['mail_servers_used'] = 'The server you are trying to remove from this client is used as a Mailserver. Be sure that this server is not used by this client before to remove it.';
3d96c5 173 $wb['customer_no_template_txt'] = 'Customer No. template';
TB 174 $wb['customer_no_template_error_regex_txt'] = 'The customer No. template contains invalid characters';
175 $wb['customer_no_start_txt'] = 'Customer No. start value';
176 $wb['customer_no_counter_txt'] = 'Customer No. counter';
a7d804 177
MF 178 $wb["xmpp_limits_txt"] = 'XMPP Limits';
179 $wb["xmpp_servers_txt"] = 'XMPP Servers';
180 $wb["xmpp_servers_placeholder"] = 'Select XMPP Servers';
181 $wb['no_xmpp_server_error'] = 'At least one XMPP Server must be selected.';
182 $wb['xmpp_servers_used'] = 'The server you are trying to remove from this client is used as a XMPP Server. Be sure that this server is not used by this client before you remove it.';
183 $wb['limit_xmpp_domain_error_notint'] = 'The XMPP domain limit must be a number.';
184 $wb['limit_xmpp_user_error_notint'] = 'The XMPP user limit must be a number.';
185 $wb['limit_xmpp_domain_txt'] = 'Max. number of XMPP domains';
186 $wb['limit_xmpp_user_txt'] = 'Max. number of XMPP accounts';
187 $wb['limit_xmpp_muc_txt'] = 'Multiuser chat available';
188 $wb['limit_xmpp_pastebin_txt'] = 'Pastebin for MUC available';
189 $wb['limit_xmpp_httparchive_txt'] = 'HTTP archive for MUC available';
190 $wb['limit_xmpp_anon_txt'] = 'Anonymous host available';
191 $wb['limit_xmpp_vjud_txt'] = 'VJUD user directory available';
192 $wb['limit_xmpp_proxy_txt'] = 'Bytestream proxy available';
193 $wb['limit_xmpp_status_txt'] = 'Status host available';
194
3d96c5 195 $wb['added_by_txt'] = 'Added by';
TB 196 $wb['added_date_txt'] = 'Added date';
554c40 197 $wb['limit_domainmodule_error_notint'] = 'Domainmodule limit must be a number.';
TB 198 $wb['limit_domainmodule_txt'] = 'Domainmodule Limit';
199 $wb['client_limits_txt'] = 'Client Limits';
200 $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than "custom" is selected.';
12e147 201 $wb['invalid_vat_id'] = 'The VAT ID is invalid.';
4039c8 202 $wb["btn_save_txt"] = "Save";
FS 203 $wb["btn_cancel_txt"] = "Cancel";
204 $wb["email_error_empty"] = "Email is empty";
67b0cb 205 $wb['limit_directive_snippets_txt'] = 'Show web server config selection';
MB 206
7e2a3f 207 $wb['limit_database_user_txt'] = 'Max. Database users';
FS 208 $wb['limit_database_user_error_notint'] = 'The database user limit must be a number.';
209 $wb['limit_database_quota_txt'] = 'Database quota';
210 $wb['limit_database_quota_error_notint'] = 'The database quota limit must be a number.';
be7d7f 211 ?>