Marius Cramer
2014-12-19 77cc4a99b15f4639b56c29a1207dc04b459c5d54
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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['pkg_reinstall_confirmation'] = 'Etes-vous sûr de vouloir réinstaller ce package avec la même configuration ?';
$wb['filter_txt'] = 'Chercher';
$wb['delete_txt'] = 'Supprimer';
$wb['reinstall_txt'] = 'Réinstaller';
?>