latham
2011-06-22 b772162f0b618ef1d130ff88ff188ce53710a774
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'] = "DB-Server";
$wb['vserver_server_txt'] = "VServer-Server";
$wb['mirror_server_id_txt'] = "Serveur miroir";
$wb['- None -'] = "- Aucun(e) -";
?>