Marius Cramer
2014-08-13 31230cb7cda673db7a96fb14d93dfaf9262c74cf
commit | author | age
bfcdef 1 <?php
14f228 2 $wb['list_head_txt'] = 'Installerade paket';
TB 3 $wb['name_txt'] = 'Namn';
bfcdef 4 $wb['version_txt'] = 'Version';
14f228 5 $wb['customer_txt'] = 'Kund';
bfcdef 6 $wb['status_txt'] = 'Status';
14f228 7 $wb['install_location_txt'] = 'Installationsplats';
TB 8 $wb['pkg_delete_confirmation'] = 'Vill du verkligen radera denna installation?';
9 $wb['pkg_reinstall_confirmation'] = 'Vill du verkligen installera om det här paketet med samma inställningar?';
10 $wb['filter_txt'] = 'Sök';
11 $wb['delete_txt'] = 'Radera';
12 $wb['reinstall_txt'] = 'Ominstallera';
bfcdef 13 ?>
14f228 14