dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fix todo and uninstall error
unknown
2013-11-22
35f02f3eb968c1e35c596fa6c7edda6663d09c33
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
sites
/
lib
/
lang
/
de_aps_packages_list.lng
1
2
3
4
5
6
7
8
<?php
$wb['list_head_txt'] = 'Verfügbare Pakete';
$wb['name_txt'] = 'Name';
$wb['version_txt'] = 'Version';
$wb['category_txt'] = 'Kategorie';
$wb['status_txt'] = 'Verfügbar';
$wb['filter_txt'] = 'Suche';
?>