dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Improved php patch function.
tbrehm
2013-08-23
200f0f4652d29b22f94ee2da39fc98542b2e1ea4
[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';
?>