tbrehm
2013-02-22 526b997c9891a796b152cdbab8e329b356b1f596
commit | author | age
d7be27 1 <?php
6882ab 2 $wb['limit_mailmailinglist_txt'] = 'Limit przekroczony';
T 3 $wb['domain_error_empty'] = 'Domena jest pusta.';
4 $wb['listname_error_empty'] = 'Nazwa listy jest pusta.';
5 $wb['domain_error_regex'] = 'Nieprawidłowa nazwa domeny.';
6 $wb['email_in_use_txt'] = 'Email jest już w użyciu';
7 $wb['no_domain_perm'] = 'Nie masz uprawnień dla tej domeny.';
8 $wb['password_strength_txt'] = 'Siła hasła';
9 $wb['server_id_txt'] = 'Serwer';
10 $wb['domain_txt'] = 'Domena';
11 $wb['listname_txt'] = 'Nazwa listy';
12 $wb['client_txt'] = 'Klient';
522ef8 13 $wb['email_txt'] = 'Email';
6882ab 14 $wb['password_txt'] = 'Hasło';
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 ?>