| | |
| | | <?php
|
| | | $wb["email_txt"] = 'Email';
|
| | | $wb["spam_rewrite_score_int_txt"] = 'Přepisovací skóre';
|
| | | $wb["spam_redirect_score_int_txt"] = 'Přesměrovací skóre';
|
| | | $wb["spam_delete_score_int_txt"] = 'Mazací skóre';
|
| | | $wb["spam_rewrite_subject_txt"] = 'Přepisovací předmět';
|
| | | $wb["spam_redirect_maildir_txt"] = 'Přesměrovací mailbox';
|
| | | $wb["active_txt"] = 'Aktivní';
|
| | | $wb["spam_rewrite_txt"] = 'Přepsat předmět emailu nad toto skóre.';
|
| | | $wb["spam_redirect_txt"] = 'Přesměrovat email nad toto skóre do vybraného mailboxu.';
|
| | | $wb["spam_delete_txt"] = 'Smazat email nad toto skóre.';
|
| | | $wb["disable_txt"] = 'Rada: Pro zrušení filtrování nastavte skóre na 0.00.';
|
| | | $wb["email_error_isemail"] = 'Email adresa je chybná.';
|
| | | $wb["email_error_unique"] = 'Pro tuto email adresu již existuje filtrovací záznam.';
|
| | | $wb["spam_redirect_maildir_purge_txt"] = 'Vyčistit poté mailový adresář';
|
| | | $wb["days_txt"] = 'Dny.';
|
| | | ?>
|
| | | <?php |
| | | $wb['email_txt'] = 'Email'; |
| | | $wb['spam_rewrite_score_int_txt'] = 'Přepisovací skóre'; |
| | | $wb['spam_redirect_score_int_txt'] = 'Přesměrovací skóre'; |
| | | $wb['spam_delete_score_int_txt'] = 'Mazací skóre'; |
| | | $wb['spam_rewrite_subject_txt'] = 'Přepisovací předmět'; |
| | | $wb['spam_redirect_maildir_txt'] = 'Přesměrovací mailbox'; |
| | | $wb['active_txt'] = 'Aktivní'; |
| | | $wb['spam_rewrite_txt'] = 'Přepsat předmět emailu nad toto skóre.'; |
| | | $wb['spam_redirect_txt'] = 'Přesměrovat email nad toto skóre do vybraného mailboxu.'; |
| | | $wb['spam_delete_txt'] = 'Smazat email nad toto skóre.'; |
| | | $wb['disable_txt'] = 'Rada: Pro zrušení filtrování nastavte skóre na 0.00.'; |
| | | $wb['email_error_isemail'] = 'Email adresa je chybná.'; |
| | | $wb['email_error_unique'] = 'Pro tuto email adresu již existuje filtrovací záznam.'; |
| | | $wb['spam_redirect_maildir_purge_txt'] = 'Vyčistit poté mailový adresář'; |
| | | $wb['days_txt'] = 'Dny.'; |
| | | ?> |