Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
3d229b 1 <?php
dc3477 2 $wb["template_type_txt"] = 'Template type';
T 3 $wb["template_name_txt"] = 'Template name';
3d229b 4 $wb["limit_client_error_notint"] = 'Client Limit is not a number.';
a1db68 5 $wb["default_mailserver_txt"] = 'Default Mailserver';
3d229b 6 $wb["limit_maildomain_txt"] = 'Max. number of email domains';
T 7 $wb["limit_mailbox_txt"] = 'Max. number of mailboxes';
8 $wb["limit_mailalias_txt"] = 'Max. number of email aliases';
9 $wb["limit_mailaliasdomain_txt"] = 'Max. number of domain aliases';
074056 10 $wb["limit_mailmailinglist_txt"] = 'Max. number of mailing lists';
3d229b 11 $wb["limit_mailforward_txt"] = 'Max. number of email forwarders';
T 12 $wb["limit_mailcatchall_txt"] = 'Max. number of email catchall accounts';
13 $wb["limit_mailrouting_txt"] = 'Max. number of email routes';
14 $wb["limit_mailfilter_txt"] = 'Max. number of email filters';
15 $wb["limit_fetchmail_txt"] = 'Max. number of fetchmail accounts';
16 $wb["limit_mailquota_txt"] = 'Mailbox quota';
17 $wb["limit_spamfilter_wblist_txt"] = 'Max. number of spamfilter white / blacklist filters';
18 $wb["limit_spamfilter_user_txt"] = 'Max. number of spamfilter users';
10b4c8 19 $wb["limit_spamfilter_policy_txt"] = 'Max. number of spamfilter policies';
3d229b 20 $wb["limit_domain_txt"] = 'limit_domain';
T 21 $wb["limit_subdomain_txt"] = 'limit_subdomain';
22 $wb["limit_webquota_txt"] = 'limit_webquota';
23 $wb["limit_database_txt"] = 'limit_database';
24 $wb["limit_cron_txt"] = 'Max. number of cron jobs';
25 $wb["limit_cron_type_txt"] = 'Max. type of cron jobs (chrooted and full implies url)';
26 $wb["limit_cron_frequency_txt"] = 'Min. delay between executions';
a1db68 27 $wb["default_webserver_txt"] = 'Default Webserver';
3d229b 28 $wb["limit_web_domain_txt"] = 'Max. number of web domains';
T 29 $wb["limit_web_aliasdomain_txt"] = 'Max. number of web aliasdomains';
30 $wb["limit_web_subdomain_txt"] = 'Max. number of web subdomains';
31 $wb["limit_ftp_user_txt"] = 'Max. number of FTP users';
a1db68 32 $wb["default_dnsserver_txt"] = 'Default DNS Server';
3d229b 33 $wb["limit_dns_zone_txt"] = 'Max. number of DNS zones';
a1db68 34 $wb["default_slave_dnsserver_txt"] = 'Default Secondary DNS Server';
a59731 35 $wb["limit_dns_slave_zone_txt"] = 'Max. number of secondary DNS zones';
3d229b 36 $wb["limit_dns_record_txt"] = 'Max. number DNS records';
T 37 $wb["limit_shell_user_txt"] = 'Max. number of Shell users';
a892b8 38 $wb["limit_webdav_user_txt"] = 'Max. number of Webdav users';
f40d19 39 $wb['limit_backup_txt'] = 'Backupfunction available';
3d229b 40 $wb["limit_client_txt"] = 'Max. number of Clients';
T 41 $wb["limit_maildomain_error_notint"] = 'The email domain limit must be a number.';
074056 42 $wb["limit_mailmailinglist_error_notint"] = 'The mailing list record limit must be a number.';
3d229b 43 $wb["limit_mailbox_error_notint"] = 'The mailbox limit must be a number.';
T 44 $wb["limit_mailalias_error_notint"] = 'The email alias limit must be a number.';
45 $wb["limit_mailaliasdomain_error_notint"] = 'The email domain alias limit must be a number.';
46 $wb["limit_mailforward_error_notint"] = 'The email forward limit must be a number.';
47 $wb["limit_mailcatchall_error_notint"] = 'The email catchall limit must be a number.';
48 $wb["limit_mailrouting_error_notint"] = 'The email routing limit must be a number.';
49 $wb["limit_mailfilter_error_notint"] = 'The email filter limit must be a number.';
50 $wb["limit_mailfetchmail_error_notint"] = 'The fetchmail limit must be a number.';
51 $wb["limit_mailquota_error_notint"] = 'The email quota limit must be a number.';
52 $wb["limit_spamfilter_wblist_error_notint"] = 'The spamfilter white / blacklist limit must be a number.';
53 $wb["limit_spamfilter_user_error_notint"] = 'The spamfilter user limit must be a number.';
54 $wb["limit_spamfilter_policy_error_notint"] = 'The spamfilter policy limit must be a number.';
55 $wb["limit_web_domain_error_notint"] = 'The website limit must be a number.';
56 $wb["limit_web_aliasdomain_error_notint"] = 'The website alias domain limit must be a number.';
57 $wb["limit_web_subdomain_error_notint"] = 'The website subdomain limit must be a number.';
58 $wb["limit_ftp_user_error_notint"] = 'The ftp user limit must be a number.';
59 $wb["limit_shell_user_error_notint"] = 'The shell user limit must be a number.';
a892b8 60 $wb["limit_webdav_user_error_notint"] = 'The webdav user limit must be a number.';
3d229b 61 $wb["limit_dns_zone_error_notint"] = 'The dns zone limit must be a number.';
a59731 62 $wb["limit_dns_slave_zone_error_notint"] = 'The dns slave zone limit must be a number.';
D 63 $wb["limit_dns_record_error_notint"] = 'The dns record limit must be a number.';
a1db68 64 $wb["default_dbserver_txt"] = 'Default Database Server';
3d229b 65 $wb["limit_database_txt"] = 'Max. number of Databases';
T 66 $wb["limit_database_error_notint"] = 'The database limit must be a number.';
67 $wb["limit_cron_error_notint"] = 'The cron limit must be a number.';
68 $wb["limit_cron_error_frequency"] = 'The cron frequency limit must be a number.';
69 $wb["error_template_name_empty"] = 'Please enter a Template name';
4a5426 70 $wb["limit_web_quota_txt"] = 'Web Quota';
8d0c6b 71 $wb["limit_traffic_quota_txt"] = 'Traffic Quota';
T 72 $wb["limit_trafficquota_error_notint"] = 'Traffic Quota must be a number.';
c86da3 73 $wb["template_del_aborted_txt"] = 'Delete aborted. There is still a client which has this template selected.';
f414ab 74 $wb["limit_openvz_vm_txt"] = 'Max. number of virtual servers';
T 75 $wb["limit_openvz_vm_template_id_txt"] = 'Force virtual server template';
76 $wb["limit_openvz_vm_error_notint"] = 'The virtual server limit must be a number.';
b2ea52 77 $wb["ssh_chroot_txt"] = 'SSH-Chroot Options';
T 78 $wb["web_php_options_txt"] = 'PHP Options';
ac099e 79 $wb["limit_cgi_txt"] = "CGI available";
M 80 $wb["limit_ssi_txt"] = "SSI available";
81 $wb["limit_perl_txt"] = "Perl available";
82 $wb["limit_ruby_txt"] = "Ruby available";
83 $wb["limit_python_txt"] = "Python available";
84 $wb["force_suexec_txt"] = "SuEXEC forced";
85 $wb["limit_hterror_txt"] = "Custom error docs available";
86 $wb["limit_wildcard_txt"] = "Wildcard subdomain available";
87 $wb["limit_ssl_txt"] = "SSL available";
67b0cb 88 $wb["limit_ssl_letsencrypt_txt"] = "Let\'s Encrypt available";
02820e 89 $wb["web_limits_txt"] = 'Web Limits';
F 90 $wb["email_limits_txt"] = 'Email Limits';
91 $wb["database_limits_txt"] = 'Database Limits';
92 $wb["cron_job_limits_txt"] = 'Cron Job Limits';
93 $wb["dns_limits_txt"] = 'DNS Limits';
94 $wb["virtualization_limits_txt"] = 'Virtualization Limits';
526b99 95 $wb['aps_limits_txt'] = 'APS Installer Limits';
T 96 $wb['limit_aps_txt'] = 'Max. number of APS instances';
97 $wb['limit_aps_error_notint'] = 'The APS instances limit must be a number.';
554c40 98 $wb['limit_domainmodule_txt'] = 'Domainmodule Limit';
0543b2 99 $wb['client_limits_txt'] = 'Client Limits';
F 100 $wb['limit_database_quota_txt'] = 'Database quota';
101 $wb['limit_database_quota_error_notint'] = 'The database quota limit must be a number.';
a7d804 102
MF 103 $wb["xmpp_limits_txt"] = 'XMPP Limits';
104 $wb["xmpp_servers_txt"] = 'XMPP Servers';
105 $wb["xmpp_servers_placeholder"] = 'Select XMPP Servers';
106 $wb['no_xmpp_server_error'] = 'At least one XMPP Server must be selected.';
107 $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.';
108 $wb['limit_xmpp_domain_error_notint'] = 'The XMPP domain limit must be a number.';
109 $wb['limit_xmpp_user_error_notint'] = 'The XMPP user limit must be a number.';
110 $wb['limit_xmpp_domain_txt'] = 'Max. number of XMPP domains';
111 $wb['limit_xmpp_user_txt'] = 'Max. number of XMPP accounts';
112 $wb['limit_xmpp_muc_txt'] = 'Multiuser chat available';
113 $wb['limit_xmpp_pastebin_txt'] = 'Pastebin for MUC available';
114 $wb['limit_xmpp_httparchive_txt'] = 'HTTP archive for MUC available';
115 $wb['limit_xmpp_anon_txt'] = 'Anonymous host available';
116 $wb['limit_xmpp_vjud_txt'] = 'VJUD user directory available';
117 $wb['limit_xmpp_proxy_txt'] = 'Bytestream proxy available';
118 $wb['limit_xmpp_status_txt'] = 'Status host available';
14ff27 119 $wb["dns_servers_txt"] = 'DNS servers';
67b0cb 120 $wb['limit_directive_snippets_txt'] = 'Show web server config selection';
0543b2 121 ?>