Dominik Müller
2015-01-03 6bd166ea3754cf42c485c7ecdbdf65efa9889c2c
1
2
3
4
5
6
7
8
9
10
11
<?php
$wb['list_head_txt'] = 'Installed packages';
$wb['name_txt'] = 'Name';
$wb['version_txt'] = 'Version';
$wb['customer_txt'] = 'Client';
$wb['status_txt'] = 'Status';
$wb['install_location_txt'] = 'Install location';
$wb['pkg_delete_confirmation'] = 'Do you really want to delete this installation?';
$wb['filter_txt'] = 'Search';
$wb['delete_txt'] = 'Delete';
?>