dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Implemented: FS#868 - Add support for BIND
tbrehm
2009-10-30
7dbea06e158c10fc59962ba2b988ca0976d5c000
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
admin
/
lib
/
lang
/
pl_users_list.lng
1
2
3
4
5
6
7
8
<?php
$wb['list_head_txt'] = 'Użytkownicy';
$wb['username_txt'] = 'Nazwa użytkownika';
$wb['name_txt'] = 'Nazwa';
$wb['vorname_txt'] = 'Imię';
$wb['ort_txt'] = 'Miasto';
$wb['add_new_record_txt'] = 'Dodaj nowego użytkownika';
?>