1- <?php
2- $wb["company_txt"] = 'Company';
3- $wb["title_txt"] = 'Title';
4- $wb["firstname_txt"] = 'Firstname';
5- $wb["surname_txt"] = 'Surname';
6- $wb["street_txt"] = 'Street';
7- $wb["zip_txt"] = 'ZIP';
8- $wb["city_txt"] = 'City';
9- $wb["country_txt"] = 'Country';
10- $wb["telephone_txt"] = 'Telephone';
11- $wb["mobile_txt"] = 'Mobile';
12- $wb["fax_txt"] = 'Fax';
13- $wb["email_txt"] = 'Email';
14- $wb["internet_txt"] = 'Internet';
15- $wb["icq_txt"] = 'ICQ';
16- $wb["notes_txt"] = 'Notes';
17- $wb["btn_save_txt"] = 'Save';
18- $wb["btn_cancel_txt"] = 'Cancel';
19- $wb["limit_client_txt"] = 'limit_client';
20- $wb["limit_domain_txt"] = 'limit_domain';
21- $wb["limit_subdomain_txt"] = 'limit_subdomain';
22- $wb["limit_mailbox_txt"] = 'limit_mailbox';
23- $wb["limit_mailalias_txt"] = 'limit_mailalias';
24- $wb["limit_webquota_txt"] = 'limit_webquota';
25- $wb["limit_mailquota_txt"] = 'limit_mailquota';
26- $wb["limit_database_txt"] = 'limit_database';
27- $wb["ip_address_txt"] = 'ip_address';
28- $wb["limit_client_error_notint"] = 'Client Limit is not a number.';
29- $wb["firstname_error_empty"] = 'Firstname is empty.';
30- $wb["surname_error_empty"] = 'Surname is empty.';
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.';
3143?>
0 commit comments