ftimme
2005-11-24 6920b8959661bbd27b7d2ade79a3a8512ec3b9b8
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["mysql_server_txt"] = 'Serveur MySQL';
$wb["postgresql_server_txt"] = 'Serveur PostgreSQL';
$wb["firebird_server_txt"] = 'Serveur Firebird';
$wb["active_txt"] = 'Actif';
$wb["btn_save_txt"] = 'Sauver';
$wb["btn_cancel_txt"] = 'Annuler';
?>