1- <?php
2- $wb["limit_maildomain_txt"] = 'Max. number of email domains';
3- $wb["limit_mailbox_txt"] = 'Max. number of mailboxes';
4- $wb["limit_mailalias_txt"] = 'Max. number of email aliases and redirects';
5- $wb["limit_mailcatchall_txt"] = 'Max. number of email catchall accounts';
6- $wb["limit_mailrouting_txt"] = 'Max. number of email routes';
7- $wb["limit_mailfilter_txt"] = 'Max. number of email filters';
8- $wb["limit_fetchmail_txt"] = 'Max. number of fetchmail accounts';
9- $wb["limit_mailquota_txt"] = 'Mailbox quota';
10- $wb["btn_save_txt"] = 'Save';
11- $wb["btn_cancel_txt"] = 'Cancel';
12- $wb["company_name_txt"] = 'Company name';
13- $wb["contact_name_txt"] = 'Contact name';
14- $wb["username_txt"] = 'Username';
15- $wb["password_txt"] = 'Password';
16- $wb["language_txt"] = 'Language';
17- $wb["usertheme_txt"] = 'Theme';
18- $wb["street_txt"] = 'Street';
19- $wb["zip_txt"] = 'ZIP';
20- $wb["city_txt"] = 'City';
21- $wb["state_txt"] = 'State';
22- $wb["country_txt"] = 'Country';
23- $wb["telephone_txt"] = 'Telephone';
24- $wb["mobile_txt"] = 'Mobile';
25- $wb["fax_txt"] = 'Fax';
26- $wb["email_txt"] = 'Email';
27- $wb["internet_txt"] = 'Internet';
28- $wb["icq_txt"] = 'ICQ';
29- $wb["notes_txt"] = 'Notes';
30- $wb["company_txt"] = 'Company';
31- $wb["title_txt"] = 'Title';
32- $wb["firstname_txt"] = 'Firstname';
33- $wb["surname_txt"] = 'Surname';
34- $wb["limit_client_txt"] = 'limit_client';
35- $wb["limit_domain_txt"] = 'limit_domain';
36- $wb["limit_subdomain_txt"] = 'limit_subdomain';
37- $wb["limit_webquota_txt"] = 'limit_webquota';
38- $wb["limit_database_txt"] = 'limit_database';
39- $wb["ip_address_txt"] = 'ip_address';
40- $wb["limit_client_error_notint"] = 'Client Limit is not a number.';
41- $wb["firstname_error_empty"] = 'Firstname is empty.';
42- $wb["contact_error_empty"] = 'Contact name is empty.';
1+ <?php
2+ $wb["limit_maildomain_txt"] = 'Max. number of email domains';
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';
13+ $wb["limit_spamfilter_policy_txt"] = 'Max. number of spamfilter policys';
14+ $wb["default_mailserver_txt"] = 'Default Mailserver';
15+ $wb["btn_save_txt"] = 'Save';
16+ $wb["btn_cancel_txt"] = 'Cancel';
17+ $wb["company_name_txt"] = 'Company name';
18+ $wb["contact_name_txt"] = 'Contact name';
19+ $wb["username_txt"] = 'Username';
20+ $wb["password_txt"] = 'Password';
21+ $wb["language_txt"] = 'Language';
22+ $wb["usertheme_txt"] = 'Theme';
23+ $wb["street_txt"] = 'Street';
24+ $wb["zip_txt"] = 'ZIP';
25+ $wb["city_txt"] = 'City';
26+ $wb["state_txt"] = 'State';
27+ $wb["country_txt"] = 'Country';
28+ $wb["telephone_txt"] = 'Telephone';
29+ $wb["mobile_txt"] = 'Mobile';
30+ $wb["fax_txt"] = 'Fax';
31+ $wb["email_txt"] = 'Email';
32+ $wb["internet_txt"] = 'Internet';
33+ $wb["icq_txt"] = 'ICQ';
34+ $wb["notes_txt"] = 'Notes';
35+ $wb["company_txt"] = 'Company';
36+ $wb["title_txt"] = 'Title';
37+ $wb["firstname_txt"] = 'Firstname';
38+ $wb["surname_txt"] = 'Surname';
39+ $wb["limit_client_txt"] = 'limit_client';
40+ $wb["limit_domain_txt"] = 'limit_domain';
41+ $wb["limit_subdomain_txt"] = 'limit_subdomain';
42+ $wb["limit_webquota_txt"] = 'limit_webquota';
43+ $wb["limit_database_txt"] = 'limit_database';
44+ $wb["ip_address_txt"] = 'ip_address';
45+ $wb["limit_client_error_notint"] = 'Client Limit is not a number.';
46+ $wb["firstname_error_empty"] = 'Firstname is empty.';
47+ $wb["contact_error_empty"] = 'Contact name is empty.';
4348?>
0 commit comments