dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
added the dashboard to the modules enabled by default
vogelor
2010-05-10
7320a55693796da0e5d3fffac82438baaf384e4e
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
dns
/
lib
/
lang
/
ja_dns_soa_list.lng
1
2
3
4
5
6
7
8
9
<?php
$wb['list_head_txt'] = 'DNS Zone';
$wb['active_txt'] = '有効';
$wb['server_id_txt'] = 'サーバー';
$wb['origin_txt'] = 'ゾーン';
$wb['ns_txt'] = 'NS';
$wb['mbox_txt'] = 'メールアドレス';
$wb['add_new_record_txt'] = 'DNSゾーン(SOA)を追加する';
?>