Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
bfcdef 1 <?php
407003 2 $wb['list_head_txt'] = 'Pacchetti Installati';
TB 3 $wb['name_txt'] = 'Nome';
4 $wb['version_txt'] = 'Versione';
5 $wb['customer_txt'] = 'Cliente';
bfcdef 6 $wb['status_txt'] = 'Status';
407003 7 $wb['install_location_txt'] = 'Percorso Installazione';
TB 8 $wb['pkg_delete_confirmation'] = 'Desideri davvero eliminare questa installazione?';
9 $wb['filter_txt'] = 'Cerca';
10 $wb['delete_txt'] = 'Elimina';
bfcdef 11 ?>