dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Set alphabetic sorting order for dns list and sys user list.
tbrehm
2010-03-04
993bb54398077047daba1b7b6760488ef483db69
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
admin
/
lib
/
lang
/
ja_users_list.lng
1
2
3
4
5
6
7
8
<?php
$wb["list_head_txt"] = 'ユーザー';
$wb["username_txt"] = 'ユーザー名';
$wb["name_txt"] = 'Name';
$wb["vorname_txt"] = 'Forename';
$wb["ort_txt"] = 'city';
$wb["add_new_record_txt"] = 'ユーザーを追加する';
?>