Till Brehm
2014-09-12 21c8aacf5317867f71d0a7bb71c4c2b088d02d23
commit | author | age
f99b12 1 <?php
b51db0 2 $wb['server_id_txt'] = 'Server';
T 3 $wb['type_txt'] = 'Filter';
02bf99 4 $wb['pattern_txt'] = 'Regexp. postupak';
T 5 $wb['data_txt'] = 'Podaci';
6 $wb['action_txt'] = 'Akcija';
8cf78b 7 $wb['active_txt'] = 'Aktivno';
02bf99 8 $wb['pattern_error_empty'] = 'Postupak je prazan.';
f99b12 9 ?>
21c8aa 10
TB 11