Florian Schaal
2015-06-22 b42486c6fea976fe5f0615c6fb679fd3c084e7a9
1
2
3
4
5
6
7
8
9
10
11
<?php
$wb['list_head_txt'] = 'Nainstalované balíčky';
$wb['name_txt'] = 'Jméno';
$wb['version_txt'] = 'Verze';
$wb['customer_txt'] = 'Klient';
$wb['status_txt'] = 'Status';
$wb['install_location_txt'] = 'Umístění instalace';
$wb['pkg_delete_confirmation'] = 'Opravdu chcete smazat tuto instalaci ?';
$wb['filter_txt'] = 'Hledat';
$wb['delete_txt'] = 'Smazat';
?>