Marius Cramer
2015-01-13 c193ade1fb594b8ef1981274666cf657f82d0c77
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';
?>