Marius Burkard
2016-05-04 c3189ce6c7301c3ec17878fd3918f31d0d3cb18a
commit | author | age
bfcdef 1 <?php
72695f 2 $wb['list_head_txt'] = 'Nainstalované balíčky';
43b345 3 $wb['name_txt'] = 'Jméno';
72695f 4 $wb['version_txt'] = 'Verze';
10b4c8 5 $wb['customer_txt'] = 'Klient';
bfcdef 6 $wb['status_txt'] = 'Status';
72695f 7 $wb['install_location_txt'] = 'Umístění instalace';
T 8 $wb['pkg_delete_confirmation'] = 'Opravdu chcete smazat tuto instalaci ?';
10b4c8 9 $wb['filter_txt'] = 'Hledat';
43b345 10 $wb['delete_txt'] = 'Smazat';
bfcdef 11 ?>