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