Jesse Norell
2015-07-14 411a6f5299c2894a27ba26e4c0531b36615216ee
1
2
3
4
5
6
7
8
9
10
11
<?php
$wb['list_head_txt'] = 'Packages installés';
$wb['name_txt'] = 'Nom';
$wb['version_txt'] = 'Version';
$wb['customer_txt'] = 'Client';
$wb['status_txt'] = 'Statut';
$wb['install_location_txt'] = 'Chemin d\'installation';
$wb['pkg_delete_confirmation'] = 'Etes-vous sûr de vouloir supprimer cette installation ?';
$wb['filter_txt'] = 'Chercher';
$wb['delete_txt'] = 'Supprimer';
?>