Marius Cramer
2013-10-21 3bf002475c6a1c14b07e1c17a6b31ea90607099b
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
$wb['list_head_txt'] = 'Softwarepakete';
$wb['installed_txt'] = 'Status';
$wb['package_title_txt'] = 'Softwarepaket';
$wb['package_description_txt'] = 'Beschreibung';
$wb['action_txt'] = 'Aktion';
$wb['toolsarea_head_txt'] = 'Softwarepakete';
$wb['repoupdate_txt'] = 'Softwarepakete Liste updaten';
$wb['package_id_txt'] = 'Lokale Softwarepaket ID';
$wb['no_packages_txt'] = 'Keine Softwarepakete verfügbar';
$wb['edit_txt'] = 'Bearbeiten';
$wb['delete_txt'] = 'Löschen';
?>