dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fixed: FS#1095 - Client/Web ID filter broken.
tbrehm
2010-03-03
c0d6a5fb31d410db508176a8649d0d10ad7ba323
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
admin
/
lib
/
lang
/
ro_users_list.lng
1
2
3
4
5
6
7
8
<?php
$wb['list_head_txt'] = 'Useri';
$wb['username_txt'] = 'Username';
$wb['name_txt'] = 'Nume';
$wb['vorname_txt'] = 'Forename';
$wb['ort_txt'] = 'oras';
$wb['add_new_record_txt'] = 'Add user nou';
?>