dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fixed: FS#1693 - "Is mirror of Server" option lists own server name as poss...
tbrehm
2011-09-07
32ed1e42de27f81db1eb16c976c138fa442a6ef0
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
dns
/
lib
/
lang
/
fr_dns_slave_list.lng
1
2
3
4
5
6
7
8
<?php
$wb['list_head_txt'] = 'Zones DNS secondaires';
$wb['active_txt'] = 'Actif';
$wb['server_id_txt'] = 'Serveur';
$wb['origin_txt'] = 'Zone';
$wb['ns_txt'] = 'NS';
$wb['add_new_record_txt'] = 'Ajouter une nouvelle zone DNS secondaire';
?>