dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
- Added new web folder named private to web folder layout. The folder is in...
tbrehm
2012-08-14
d87f76019fc231ec20d95126a7fee0487e7be5f0
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
sites
/
lib
/
lang
/
ja_ftp_user_list.lng
1
2
3
4
5
6
7
8
<?php
$wb['list_head_txt'] = 'FTPユーザー';
$wb['active_txt'] = '有効';
$wb['server_id_txt'] = 'サーバー';
$wb['parent_domain_id_txt'] = 'ウェブサイト';
$wb['username_txt'] = 'ユーザー名';
$wb['add_new_record_txt'] = 'FTPユーザーを追加する';
?>