redray
2008-11-30 1b91daa2faf99c9b9fddc69ab538e9ac5ed471d2
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['btn_save_txt'] = 'Sauver';
$wb['btn_cancel_txt'] = 'Annuler';
$wb['config_txt'] = 'config';
$wb['db_server_txt'] = 'DB-Server';
$wb['vserver_server_txt'] = 'VServer-Server';
?>