commit | author | age
|
542146
|
1 |
<?php
|
T |
2 |
$wb["email_txt"] = 'E-mail';
|
|
3 |
$wb["spam_rewrite_score_int_txt"] = 'Popraw wynik';
|
|
4 |
$wb["spam_redirect_score_int_txt"] = 'Przekieruj wynik';
|
|
5 |
$wb["spam_delete_score_int_txt"] = 'Usuń wynik';
|
|
6 |
$wb["spam_rewrite_subject_txt"] = 'Popraw temat';
|
|
7 |
$wb["spam_redirect_maildir_txt"] = 'Przekieruj skrzynkę pocztową';
|
|
8 |
$wb["active_txt"] = 'Aktywny';
|
|
9 |
$wb["spam_rewrite_txt"] = 'Popraw temat wiadomości e-mail z tym wynikiem.';
|
|
10 |
$wb["spam_redirect_txt"] = 'Przekieruj wiadomość e-mail z tym wynikiem do wybranej skrzynki pocztowej.';
|
|
11 |
$wb["spam_delete_txt"] = 'Usuń wiadomość e-mail z tym wynikiem.';
|
|
12 |
$wb["disable_txt"] = 'Podpowiedź: Aby wyłączyć opcje filtru, ustaw wynik na 0.00.';
|
|
13 |
$wb["email_error_isemail"] = 'Adres e-mail jest niepoprawny.';
|
|
14 |
$wb["email_error_unique"] = 'Istnieje już wpis z filtrem spamu dla tego adresu e-mail.';
|
|
15 |
$wb["spam_redirect_maildir_purge_txt"] = 'Wyczyść później Maildir';
|
|
16 |
$wb["days_txt"] = 'Dni.';
|
|
17 |
?>
|
|
18 |
|