tbrehm
2013-02-22 526b997c9891a796b152cdbab8e329b356b1f596
commit | author | age
d7be27 1 <?php
522ef8 2 $wb['limit_mailmailinglist_txt'] = 'Limit reached';
T 3 $wb['domain_error_empty'] = 'Domain is empty.';
4 $wb['listname_error_empty'] = 'Listname is empty.';
5 $wb['domain_error_regex'] = 'Invalid domain name.';
6 $wb['email_in_use_txt'] = 'Email is in use';
7 $wb['no_domain_perm'] = 'You have no permission for this domain.';
8 $wb['password_strength_txt'] = 'Password strength';
9 $wb['server_id_txt'] = 'Server';
10 $wb['domain_txt'] = 'Domain';
11 $wb['listname_txt'] = 'Listname';
12 $wb['client_txt'] = 'Client';
13 $wb['email_txt'] = 'Email';
14 $wb['password_txt'] = 'Password';
142907 15 $wb['generate_password_txt'] = 'Generate Password';
T 16 $wb['repeat_password_txt'] = 'Repeat Password';
17 $wb['password_mismatch_txt'] = 'The passwords do not match.';
18 $wb['password_match_txt'] = 'The passwords do match.';
10b4c8 19 $wb['listname_error_unique'] = 'There is already a mailinlist with name on the server. Please choose a different listname.';
T 20 $wb['email_error_isemail'] = 'Email address is invalid.';
526b99 21 $wb['mailinglist_txt'] = 'Mailing list';
522ef8 22 ?>