| | |
| | | <?php |
| | | $wb['limit_mailmailinglist_txt'] = 'Limit reached'; |
| | | $wb['domain_error_empty'] = 'Domain is empty.'; |
| | | $wb['listname_error_empty'] = 'Listname is empty.'; |
| | | $wb['domain_error_regex'] = 'Invalid domain name.'; |
| | | $wb['email_in_use_txt'] = 'Email is in use'; |
| | | $wb['no_domain_perm'] = 'You have no permission for this domain.'; |
| | | $wb['password_strength_txt'] = 'Password strength'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['domain_txt'] = 'Domain'; |
| | | $wb['listname_txt'] = 'Listname'; |
| | | $wb['client_txt'] = 'Client'; |
| | | $wb['limit_mailmailinglist_txt'] = 'Limit przekroczony'; |
| | | $wb['domain_error_empty'] = 'Domena jest pusta.'; |
| | | $wb['listname_error_empty'] = 'Nazwa listy jest pusta.'; |
| | | $wb['domain_error_regex'] = 'Nieprawidłowa nazwa domeny.'; |
| | | $wb['email_in_use_txt'] = 'Email jest już w użyciu'; |
| | | $wb['no_domain_perm'] = 'Nie masz uprawnień dla tej domeny.'; |
| | | $wb['password_strength_txt'] = 'Siła hasła'; |
| | | $wb['server_id_txt'] = 'Serwer'; |
| | | $wb['domain_txt'] = 'Domena'; |
| | | $wb['listname_txt'] = 'Nazwa listy'; |
| | | $wb['client_txt'] = 'Klient'; |
| | | $wb['email_txt'] = 'Email'; |
| | | $wb['password_txt'] = 'Password'; |
| | | $wb['password_txt'] = 'Hasło'; |
| | | ?> |
| | | |