dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fixed a small bug in the nav.php which tries to lookup a custom module conf...
tbrehm
2010-09-10
ed3796edefc8266aa2a3a71639a194deceffc3d5
[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)を追加する';
?>