Marius Cramer
2015-01-07 b6b07d377192665e00b0f016bdc56d8d5d33b92e
1
2
3
4
5
6
7
8
9
10
11
<?php
$wb['list_head_txt'] = 'Zainstalowane aplikacje';
$wb['name_txt'] = 'Nazwa';
$wb['version_txt'] = 'Wersja';
$wb['customer_txt'] = 'Klient';
$wb['status_txt'] = 'Status';
$wb['install_location_txt'] = 'Lokalizacja instalacji';
$wb['pkg_delete_confirmation'] = 'Na pewno chcesz usunąć tę instalację?';
$wb['filter_txt'] = 'Szukaj';
$wb['delete_txt'] = 'Usuń';
?>