Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
bfcdef 1 <?php
21c8aa 2 $wb['list_head_txt'] = 'Instalirani paketi';
TB 3 $wb['name_txt'] = 'Naziv';
4 $wb['version_txt'] = 'Verzija';
5 $wb['customer_txt'] = 'Klijent';
bfcdef 6 $wb['status_txt'] = 'Status';
21c8aa 7 $wb['install_location_txt'] = 'Lokacija instalacije';
TB 8 $wb['pkg_delete_confirmation'] = 'Da li stvarno želite obrisati ovu instalaciju?';
9 $wb['filter_txt'] = 'Traži';
10 $wb['delete_txt'] = 'Obriši';
bfcdef 11 ?>