11 lines
No EOL
448 B
PHP
11 lines
No EOL
448 B
PHP
<?php
|
|
/*
|
|
* Language definitions for the dsi module (French localization)
|
|
*/
|
|
|
|
define('OGP_LANG_dsi_long', "Dynamic Server Image");
|
|
define('OGP_LANG_dsi_select_server', "Veuillez choisir un Serveur dans le menu déroulant");
|
|
define('OGP_LANG_dsi_admin_long', "Paramètres Dynamic Server Image");
|
|
define('OGP_LANG_dsi_list', "Dynamic Server Image");
|
|
define('OGP_LANG_no_game_homes_assigned', "Il n'y a pas de serveur assigné sur votre compte.");
|
|
?>
|