dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
added default-values for first use to the rescue-module
vogelor
2011-03-28
4ef1a553e57e5447db4431f5ea8cc4e35cae148f
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
dns
/
lib
/
lang
/
nl_dns_slave_list.lng
1
2
3
4
5
6
7
8
9
10
11
<?php
$wb["list_head_txt"] = 'DNS Secondary Zones';
$wb["active_txt"] = 'Actief';
$wb["server_id_txt"] = 'Server';
$wb["origin_txt"] = 'Zone';
$wb["ns_txt"] = 'NS';
$wb["add_new_record_txt"] = 'Toevoegen nieuwe secondary DNS Zone';
?>