1- <?php
2- $wb["username_txt "] = 'Username';
3- $wb["password_txt "] = 'Password';
4- $wb["language_txt "] = 'Language';
5- $wb["usertheme_txt "] = 'Theme';
6- $wb["btn_save_txt "] = 'Save';
7- $wb["btn_cancel_txt "] = 'Cancel';
8- $wb["limit_maildomain_txt "] = 'Max. number of email domains';
9- $wb["limit_mailbox_txt "] = 'Max. number of mailboxes';
10- $wb["limit_mailalias_txt "] = 'Max. number of email aliases and redirects';
11- $wb["limit_mailcatchall_txt "] = 'Max. number of email catchall accounts';
12- $wb["limit_mailrouting_txt "] = 'Max. number of email routes';
13- $wb["limit_mailfilter_txt "] = 'Max. number of email filters';
14- $wb["limit_fetchmail_txt "] = 'Max. number of fetchmail accounts';
15- $wb["limit_mailquota_txt "] = 'Mailbox quota';
16- $wb["company_name_txt "] = 'Company name';
17- $wb["contact_name_txt "] = 'Contact name';
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 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.';
4343?>
0 commit comments