| | |
| | | <?php |
| | | $wb['list_head_txt'] = 'Installed packages'; |
| | | $wb['name_txt'] = 'Name'; |
| | | $wb['version_txt'] = 'Version'; |
| | | $wb['customer_txt'] = 'Client'; |
| | | $wb['list_head_txt'] = 'Pacchetti Installati'; |
| | | $wb['name_txt'] = 'Nome'; |
| | | $wb['version_txt'] = 'Versione'; |
| | | $wb['customer_txt'] = 'Cliente'; |
| | | $wb['status_txt'] = 'Status'; |
| | | $wb['install_location_txt'] = 'Install location'; |
| | | $wb['pkg_delete_confirmation'] = 'Do you really want to delete this installation?'; |
| | | $wb['filter_txt'] = 'Search'; |
| | | $wb['delete_txt'] = 'Delete'; |
| | | $wb['install_location_txt'] = 'Percorso Installazione'; |
| | | $wb['pkg_delete_confirmation'] = 'Desideri davvero eliminare questa installazione?'; |
| | | $wb['filter_txt'] = 'Cerca'; |
| | | $wb['delete_txt'] = 'Elimina'; |
| | | ?> |