|
@@ -22,26 +22,26 @@
|
|
|
*
|
|
*
|
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
-define('minute', "Minute");
|
|
|
|
|
-define('hour', "Heure");
|
|
|
|
|
-define('day', "Jour");
|
|
|
|
|
-define('month', "Mois");
|
|
|
|
|
-define('day_of_the_week', "J/Sem");
|
|
|
|
|
-define('action', "Action");
|
|
|
|
|
-define('steam_auto_update', "Mise à Jour Steam Automatique");
|
|
|
|
|
-define('stop', "Stop");
|
|
|
|
|
-define('start', "Start");
|
|
|
|
|
-define('restart', "Restart");
|
|
|
|
|
-define('command', "Commande");
|
|
|
|
|
-define('add', "Ajouter");
|
|
|
|
|
-define('remove', "Effacer");
|
|
|
|
|
-define('now', "Maintenant");
|
|
|
|
|
-define('schedule_new_job', "Planifier une action");
|
|
|
|
|
-define('scheduled_jobs', "Actions planifiées");
|
|
|
|
|
-define('there_are_no_scheduled_jobs', "Pas d'actions planifiées");
|
|
|
|
|
-define('cron_events', "Logs des Événements Planifiés");
|
|
|
|
|
-define('refresh_interval', "Intervalle d'actualisation");
|
|
|
|
|
-define('cron_no_servers_tied_to_account', "Il n'y a pas de serveur assigné sur votre compte.");
|
|
|
|
|
-define('cron_admin_link_display_text', "Administration Cron (Tous les Serveurs)");
|
|
|
|
|
-define('cron_admin_no_ogp_servers_to_display', "Il n'y a pas de serveur de jeu configuré dans OGP.");
|
|
|
|
|
|
|
+define('OGP_LANG_minute', "Minute");
|
|
|
|
|
+define('OGP_LANG_hour', "Heure");
|
|
|
|
|
+define('OGP_LANG_day', "Jour");
|
|
|
|
|
+define('OGP_LANG_month', "Mois");
|
|
|
|
|
+define('OGP_LANG_day_of_the_week', "J/Sem");
|
|
|
|
|
+define('OGP_LANG_action', "Action");
|
|
|
|
|
+define('OGP_LANG_steam_auto_update', "Mise à Jour Steam Automatique");
|
|
|
|
|
+define('OGP_LANG_stop', "Stop");
|
|
|
|
|
+define('OGP_LANG_start', "Start");
|
|
|
|
|
+define('OGP_LANG_restart', "Restart");
|
|
|
|
|
+define('OGP_LANG_command', "Commande");
|
|
|
|
|
+define('OGP_LANG_add', "Ajouter");
|
|
|
|
|
+define('OGP_LANG_remove', "Effacer");
|
|
|
|
|
+define('OGP_LANG_now', "Maintenant");
|
|
|
|
|
+define('OGP_LANG_schedule_new_job', "Planifier une action");
|
|
|
|
|
+define('OGP_LANG_scheduled_jobs', "Actions planifiées");
|
|
|
|
|
+define('OGP_LANG_there_are_no_scheduled_jobs', "Pas d'actions planifiées");
|
|
|
|
|
+define('OGP_LANG_cron_events', "Logs des Événements Planifiés");
|
|
|
|
|
+define('OGP_LANG_refresh_interval', "Intervalle d'actualisation");
|
|
|
|
|
+define('OGP_LANG_cron_no_servers_tied_to_account', "Il n'y a pas de serveur assigné sur votre compte.");
|
|
|
|
|
+define('OGP_LANG_cron_admin_link_display_text', "Administration Cron (Tous les Serveurs)");
|
|
|
|
|
+define('OGP_LANG_cron_admin_no_ogp_servers_to_display', "Il n'y a pas de serveur de jeu configuré dans OGP.");
|
|
|
?>
|
|
?>
|