tbrehm
2007-05-20 1f6ae2a03f1d94d55281bde6a51443e4382d1c73
commit | author | age
1f6ae2 1 <?php
T 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.';
b5a2f8 43 ?>