dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
- fixed FS#3907 - "Reset password" generates too short passwords
Marius Cramer
2015-05-26
76c0bd312d2db7f30dbf93552151dbee1abeb365
[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';
?>