| | |
| | | <?php |
| | | $wb['list_head_txt'] = 'Czarna lista E-mail'; |
| | | $wb['active_txt'] = 'Aktywny'; |
| | | $wb['server_id_txt'] = 'Serwer'; |
| | | $wb['source_txt'] = 'Adresy wpisane na czarną listę'; |
| | | $wb['type_txt'] = 'Typ'; |
| | | $wb['recipient_txt'] = 'Odbiorca'; |
| | | $wb['add_new_record_txt'] = 'Dodaj nowy wpis czarnej listy'; |
| | | $wb['access_txt'] = 'dostęp'; |
| | | ?> |
| | | <?php
|
| | | $wb["list_head_txt"] = 'Czarna lista E-mail';
|
| | | $wb["active_txt"] = 'Aktywny';
|
| | | $wb["server_id_txt"] = 'Serwer';
|
| | | $wb["source_txt"] = 'Adresy wpisane na czarną listę';
|
| | | $wb["type_txt"] = 'Typ';
|
| | | $wb["recipient_txt"] = 'Odbiorca';
|
| | | $wb["add_new_record_txt"] = 'Dodaj nowy wpis czarnej listy';
|
| | | $wb["access_txt"] = 'dostęp';
|
| | | ?>
|
| | | |