Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
$wb['list_head_txt'] = 'Pacchetti Software';
$wb['installed_txt'] = 'Stato';
$wb['package_title_txt'] = 'Pacchetto';
$wb['package_description_txt'] = 'Descrizione';
$wb['action_txt'] = 'Action';
$wb['toolsarea_head_txt'] = 'Pacchetti';
$wb['repoupdate_txt'] = 'Aggiorna elenco pacchetti';
$wb['package_id_txt'] = 'local App-ID';
$wb['no_packages_txt'] = 'Nessun pacchetto disponibile';
$wb['edit_txt'] = 'Modifica';
$wb['delete_txt'] = 'Elimina';
?>