dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fixed: FS#776 - Client's limits do not apply for it's own client Improved ...
tbrehm
2009-07-10
3cebc3a5fc5a6e76b80f712fc4f7a48c2c92d61e
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
admin
/
lib
/
lang
/
de_users_list.lng
1
2
3
4
5
6
7
8
<?php
$wb['list_head_txt'] = 'Benutzer';
$wb['username_txt'] = 'Benutzername';
$wb['name_txt'] = 'Nachname';
$wb['vorname_txt'] = 'Vorname';
$wb['ort_txt'] = 'Ort';
$wb['add_new_record_txt'] = 'Neuen Benutzer hinzufügen';
?>