commit | author | age | ||
542146 | 1 | <?php |
T | 2 | $wb["server_id_txt"] = 'Serwer'; |
3 | $wb["type_txt"] = 'Filtr'; | |
4 | $wb["pattern_txt"] = 'Wyrażenie regularne, wzór'; | |
5 | $wb["data_txt"] = 'Data'; | |
6 | $wb["action_txt"] = 'Akcja'; | |
7 | $wb["active_txt"] = 'Aktywny'; | |
8 | $wb["pattern_error_empty"] = 'Wzór jest pusty.'; | |
9 | ?> | |
10 |