| | |
| | | <?php |
| | | $wb['server_id_txt'] = 'Serwer'; |
| | | $wb['type_txt'] = 'Typ'; |
| | | $wb['source_server_txt'] = 'Pop3/Imap Serwer'; |
| | | $wb['source_server_txt'] = 'Serwer Pop3/Imap'; |
| | | $wb['source_username_txt'] = 'Nazwa użytkownika'; |
| | | $wb['source_password_txt'] = 'Hasło'; |
| | | $wb['source_delete_txt'] = 'Usuń adresy e-mail po odzyskaniu'; |
| | |
| | | $wb['source_password_error_isempty'] = 'Hasło jest puste.'; |
| | | $wb['destination_error_isemail'] = 'Nie wybrano elementu docelowego.'; |
| | | $wb['source_server_error_regex'] = 'Serwer Pop3/Imap nie jest poprawną nazwą domenową.'; |
| | | $wb['source_read_all_txt'] = 'Pobierz wszystkie maile (razem z przeczytanymi)'; |
| | | $wb['error_delete_read_all_combination'] = 'Nieprawidłowa kombinacja opcji. Nie możesz użyć jednocześnie opcji Delete emails after retrieval = no razem z Retrieve all emails = yes'; |
| | | $wb['source_delete_note_txt'] = 'Please check first if email retrieval works, before you activate this option.'; |
| | | ?> |