tbrehm
2013-10-01 d7b5ecb24ddbb366d54e77a051f43fe6f3c6e9f8
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';
?>