Till Brehm
2014-04-03 a08e6c32e70561a3fadbd6062ca02c5f8c94b81d
commit | author | age
11b3da 1 <?php
91609a 2 $wb['limit_maildomain_txt'] = 'Max. number of email domains';
T 3 $wb['limit_mailbox_txt'] = 'Max. number of mailboxes';
4 $wb['limit_mailalias_txt'] = 'Max. number of email aliases';
5 $wb['limit_mailforward_txt'] = 'Max. number of email forwarders';
6 $wb['limit_mailcatchall_txt'] = 'Max. number of email catchall accounts';
7 $wb['limit_mailrouting_txt'] = 'Max. number of email routes';
8 $wb['limit_mailfilter_txt'] = 'Max. number of email filters';
9 $wb['limit_fetchmail_txt'] = 'Max. number of fetchmail accounts';
10 $wb['limit_mailquota_txt'] = 'Mailbox quota';
11 $wb['limit_spamfilter_wblist_txt'] = 'Max. number of spamfilter white / blacklist filters';
12 $wb['limit_spamfilter_user_txt'] = 'Max. number of spamfilter users';
945480 13 $wb['limit_spamfilter_policy_txt'] = 'Max. number of spamfilter policies';
91609a 14 $wb['default_mailserver_txt'] = 'Default Mailserver';
T 15 $wb['company_name_txt'] = 'Company name';
16 $wb['contact_name_txt'] = 'Contact name';
17 $wb['username_txt'] = 'Username';
18 $wb['password_txt'] = 'Password';
19 $wb['password_strength_txt'] = 'Password strength';
20 $wb['language_txt'] = 'Language';
21 $wb['usertheme_txt'] = 'Theme';
22 $wb['street_txt'] = 'Street';
23 $wb['zip_txt'] = 'ZIP';
24 $wb['city_txt'] = 'City';
25 $wb['state_txt'] = 'State';
26 $wb['country_txt'] = 'Country';
27 $wb['telephone_txt'] = 'Telephone';
28 $wb['mobile_txt'] = 'Mobile';
29 $wb['fax_txt'] = 'Fax';
30 $wb['email_txt'] = 'Email';
31 $wb['internet_txt'] = 'Internet';
32 $wb['icq_txt'] = 'ICQ';
33 $wb['notes_txt'] = 'Notes';
34 $wb['company_txt'] = 'Company';
35 $wb['title_txt'] = 'Title';
36 $wb['firstname_txt'] = 'Firstname';
37 $wb['surname_txt'] = 'Surname';
38 $wb['limit_domain_txt'] = 'limit_domain';
39 $wb['limit_subdomain_txt'] = 'limit_subdomain';
40 $wb['limit_webquota_txt'] = 'limit_webquota';
41 $wb['limit_database_txt'] = 'Max. number of Databases';
42 $wb['limit_cron_txt'] = 'Max. number of cron jobs';
43 $wb['limit_cron_type_txt'] = 'Max. type of cron jobs (chrooted and full implies url)';
44 $wb['limit_cron_frequency_txt'] = 'Min. delay between executions';
45 $wb['ip_address_txt'] = 'ip_address';
46 $wb['limit_client_error_notint'] = 'The sub client limit must be a number.';
47 $wb['firstname_error_empty'] = 'Firstname is empty.';
48 $wb['contact_error_empty'] = 'Contact name is empty.';
49 $wb['default_webserver_txt'] = 'Default Webserver';
50 $wb['limit_web_domain_txt'] = 'Max. number of web domains';
51 $wb['limit_web_aliasdomain_txt'] = 'Max. number of web aliasdomains';
52 $wb['limit_web_subdomain_txt'] = 'Max. number of web subdomains';
53 $wb['limit_ftp_user_txt'] = 'Max. number of FTP users';
54 $wb['default_dnsserver_txt'] = 'Default DNS Server';
55 $wb['limit_dns_zone_txt'] = 'Max. number of DNS zones';
a59731 56 $wb['limit_dns_slave_zone_txt'] = 'Max. number of secondary DNS zones';
91609a 57 $wb['limit_dns_record_txt'] = 'Max. number DNS records';
T 58 $wb['limit_shell_user_txt'] = 'Max. number of Shell users';
59 $wb['limit_client_txt'] = 'Max. number of Clients';
60 $wb['username_error_empty'] = 'Username is empty.';
61 $wb['username_error_unique'] = 'The username must be unique.';
62 $wb['limit_maildomain_error_notint'] = 'The email domain limit must be a number.';
63 $wb['limit_mailbox_error_notint'] = 'The mailbox limit must be a number.';
64 $wb['limit_mailalias_error_notint'] = 'The email alias limit must be a number.';
65 $wb['limit_mailforward_error_notint'] = 'The email forward limit must be a number.';
66 $wb['limit_mailcatchall_error_notint'] = 'The email catchall limit must be a number.';
67 $wb['limit_mailrouting_error_notint'] = 'The email routing limit must be a number.';
68 $wb['limit_mailfilter_error_notint'] = 'The email filter limit must be a number.';
69 $wb['limit_mailfetchmail_error_notint'] = 'The fetchmail limit must be a number.';
70 $wb['limit_mailquota_error_notint'] = 'The email quota limit must be a number.';
71 $wb['limit_spamfilter_wblist_error_notint'] = 'The spamfilter white / blacklist limit must be a number.';
72 $wb['limit_spamfilter_user_error_notint'] = 'The spamfilter user limit must be a number.';
73 $wb['limit_spamfilter_policy_error_notint'] = 'The spamfilter policy limit must be a number.';
74 $wb['limit_web_domain_error_notint'] = 'The website limit must be a number.';
75 $wb['limit_web_aliasdomain_error_notint'] = 'The website alias domain limit must be a number.';
76 $wb['limit_web_subdomain_error_notint'] = 'The website subdomain limit must be a number.';
77 $wb['limit_ftp_user_error_notint'] = 'The ftp user limit must be a number.';
78 $wb['limit_shell_user_error_notint'] = 'The shell user limit must be a number.';
79 $wb['limit_dns_zone_error_notint'] = 'The dns record limit must be a number.';
a59731 80 $wb['limit_dns_slave_zone_error_notint'] = 'The dns slave zone limit must be a number.';
D 81 $wb['limit_dns_record_error_notint'] = 'The dns record limit must be a number.';
91609a 82 $wb['default_dbserver_txt'] = 'Default Database Server';
T 83 $wb['limit_database_error_notint'] = 'The database limit must be a number.';
84 $wb['limit_cron_error_notint'] = 'The cron limit must be a number.';
85 $wb['limit_cron_error_frequency'] = 'The cron frequency limit must be a number.';
86 $wb['username_error_regex'] = 'The Username contains invalid chracaters.';
87 $wb['template_master_txt'] = 'Master template';
88 $wb['template_additional_txt'] = 'Addon template';
89 $wb['ssh_chroot_txt'] = 'SSH-Chroot Options';
90 $wb['web_php_options_txt'] = 'PHP Options';
91 $wb['limit_client_error'] = 'The max. number of clients is reached.';
92 $wb['limit_client_error_positive'] = 'The number of clients must be > 0';
2d870d 93 $wb['limit_web_quota_txt'] = 'Web Quota';
899771 94 $wb['limit_traffic_quota_txt'] = 'Traffic Quota';
T 95 $wb['limit_trafficquota_error_notint'] = 'Traffic Quota must be a number.';
aa3ea2 96 $wb['customer_no_txt'] = 'Customer No.';
T 97 $wb['vat_id_txt'] = 'VAT ID';
98 $wb['required_fields_txt'] = '* Required fields';
1ca823 99 $wb['limit_webdav_user_txt'] = 'Max. number of Webdav users';
T 100 $wb['limit_webdav_user_error_notint'] = 'The webdav user limit must be a number.';
d7be27 101 $wb['limit_mailmailinglist_txt'] = 'Max. number of mailing lists';
T 102 $wb['limit_mailaliasdomain_txt'] = 'Max. number of domain aliases';
103 $wb['limit_mailmailinglist_error_notint'] = 'The mailing list record limit must be a number.';
522ef8 104 $wb['limit_openvz_vm_txt'] = 'Max. number of virtual servers';
T 105 $wb['limit_openvz_vm_template_id_txt'] = 'Force virtual server template';
106 $wb['limit_openvz_vm_error_notint'] = 'The virtual server limit must be a number.';
8cf78b 107 $wb['web_php_options_notempty'] = 'No PHP option(s) selected. Select at least one PHP option.';
T 108 $wb['ssh_chroot_notempty'] = 'No SSH chroot option selected. Select at least one SSH option.';
e94a9f 109 $wb['username_error_collision'] = 'The username may not start with the word -web- or -web- followed by a number.';
142907 110 $wb['add_additional_template_txt'] = 'Add additional template';
T 111 $wb['delete_additional_template_txt'] = 'Delete additional template';
112 $wb['limit_cgi_txt'] = 'CGI available';
113 $wb['limit_ssi_txt'] = 'SSI available';
114 $wb['limit_perl_txt'] = 'Perl available';
115 $wb['limit_ruby_txt'] = 'Ruby available';
116 $wb['limit_python_txt'] = 'Python available';
117 $wb['force_suexec_txt'] = 'SuEXEC forced';
118 $wb['limit_hterror_txt'] = 'Custom error docs available';
119 $wb['limit_wildcard_txt'] = 'Wildcard subdomain available';
120 $wb['limit_ssl_txt'] = 'SSL available';
121 $wb['web_limits_txt'] = 'Web Limits';
122 $wb['email_limits_txt'] = 'Email Limits';
123 $wb['database_limits_txt'] = 'Database Limits';
124 $wb['cron_job_limits_txt'] = 'Cron Job Limits';
125 $wb['dns_limits_txt'] = 'DNS Limits';
126 $wb['virtualization_limits_txt'] = 'Virtualization Limits';
127 $wb['generate_password_txt'] = 'Generate Password';
128 $wb['repeat_password_txt'] = 'Repeat Password';
129 $wb['password_mismatch_txt'] = 'The passwords do not match.';
130 $wb['password_match_txt'] = 'The passwords do match.';
bfcdef 131 $wb['email_error_isemail'] = 'Please enter a valid email address.';
T 132 $wb['customer_no_error_unique'] = 'The customer no. must be unique (or empty).';
10b4c8 133 $wb['paypal_email_error_isemail'] = 'Please enter a valid PayPal email address.';
T 134 $wb['paypal_email_txt'] = 'PayPal Email';
135 $wb['company_id_txt'] = 'Company/Entrepreneur ID';
136 $wb['bank_account_number_txt'] = 'Bank account no.';
137 $wb['bank_account_owner_txt'] = 'Bank account owner';
138 $wb['bank_code_txt'] = 'Bank code';
139 $wb['bank_name_txt'] = 'Bank name';
140 $wb['bank_account_iban_txt'] = 'IBAN';
141 $wb['bank_account_swift_txt'] = 'BIC / Swift';
cc6568 142 $wb['aps_limits_txt'] = 'APS Installer Limits';
H 143 $wb['limit_aps_txt'] = 'Max. number of APS instances';
144 $wb['limit_aps_error_notint'] = 'The APS instances limit must be a number.';
7b47c0 145 $wb['default_slave_dnsserver_txt'] = 'Default Secondary DNS Server';
992797 146 $wb['locked_txt'] = 'Locked';
MC 147 $wb['canceled_txt'] = 'Canceled';
148 $wb['gender_m_txt'] = 'Mr.';
149 $wb['gender_f_txt'] = 'Ms.';
150 $wb['gender_txt'] = 'Title';
dc9e64 151 $wb['customer_no_template_txt'] = 'Customer No. template';
TB 152 $wb['customer_no_template_error_regex_txt'] = 'The customer No. template contains invalid characters';
153 $wb['customer_no_start_txt'] = 'Customer No. start value';
154 $wb['customer_no_counter_txt'] = 'Customer No. counter';
155 $wb['added_by_txt'] = 'Added by';
156 $wb['added_date_txt'] = 'Added date';
157 $wb['limit_domainmodule_error_notint'] = 'Domainmodule limit must be a number.';
158 $wb['limit_domainmodule_txt'] = 'Domainmodule Limit';
159 $wb['client_limits_txt'] = 'Client Limits';
a08e6c 160 $wb['err_msg_master_tpl_set'] = 'All custom limit settings are ignored if any master template other than \\"custom\\" is selected.';
11b3da 161 ?>