| | |
| | | <?php |
| | | $wb["list_head_txt"] = 'Serveur'; |
| | | $wb["server_name_txt"] = 'Nom'; |
| | | $wb["mail_server_txt"] = 'Mail'; |
| | | $wb["web_server_txt"] = 'Web'; |
| | | $wb["dns_server_txt"] = 'DNS'; |
| | | $wb["file_server_txt"] = 'Fichier'; |
| | | $wb["mysql_server_txt"] = 'MySQL'; |
| | | $wb["postgresql_server_txt"] = 'PostgreSQL'; |
| | | $wb["firebird_server_txt"] = 'Firebird'; |
| | | $wb["page_txt"] = 'Page'; |
| | | $wb["page_of_txt"] = 'de'; |
| | | $wb["page_next_txt"] = 'Suivant'; |
| | | $wb["page_back_txt"] = 'Précedent'; |
| | | $wb["delete_txt"] = 'Effacer'; |
| | | $wb["filter_txt"] = 'Filtrer'; |
| | | ?> |
| | | <?php
|
| | | // Traduction française par Falistos (http://hyodream.fr/ispconfig-fr) |
| | | // Traduction sous licence GPL v3, voir http://www.gnu.org/licenses/gpl.txt
|
| | |
|
| | | $wb["list_head_txt"] = "Serveur";
|
| | | $wb["server_name_txt"] = "Nom";
|
| | | $wb["mail_server_txt"] = "Mail";
|
| | | $wb["web_server_txt"] = "Web";
|
| | | $wb["dns_server_txt"] = "DNS";
|
| | | $wb["file_server_txt"] = "Fichier";
|
| | | $wb["db_server_txt"] = "DB";
|
| | | $wb["vserver_server_txt"] = "VServer";
|
| | | $wb["add_new_record_txt"] = "Ajouter nouveau serveur";
|
| | | ?>
|
| | |
|