| | |
| | | <?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'; |
| | | ?> |
| | | $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 -'; |
| | | $wb['proxy_server_txt'] = 'Proxy-Server'; |
| | | $wb['firewall_server_txt'] = 'Firewall-Server'; |
| | | ?> |