Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
10b4c8 1 <?php
263f0e 2 $wb['list_head_txt'] = 'Packages installés';
TB 3 $wb['name_txt'] = 'Nom';
10b4c8 4 $wb['version_txt'] = 'Version';
T 5 $wb['customer_txt'] = 'Client';
263f0e 6 $wb['status_txt'] = 'Statut';
407003 7 $wb['install_location_txt'] = 'Chemin d’installation';
TB 8 $wb['pkg_delete_confirmation'] = 'Etes-vous sûr de vouloir supprimer cette installation ?';
263f0e 9 $wb['filter_txt'] = 'Chercher';
TB 10 $wb['delete_txt'] = 'Supprimer';
10b4c8 11 ?>