tbrehm
2011-09-06 824780673a6e4cc040608d207bfaf2cb27d937a4
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
$wb['server_name_txt'] = 'Nom du serveur';
$wb['mail_server_txt'] = 'Serveur Mail';
$wb['web_server_txt'] = 'Serveur Web';
$wb['dns_server_txt'] = 'Serveur DNS';
$wb['file_server_txt'] = 'Serveur de fichier';
$wb['active_txt'] = 'Actif';
$wb['config_txt'] = 'Config';
$wb['db_server_txt'] = 'Serveur BDD';
$wb['vserver_server_txt'] = 'Serveur VServer';
$wb['mirror_server_id_txt'] = 'Est miroir du serveur';
$wb['- None -'] = '- Aucun -';
?>