diff --git a/core/src/main/resources/language-fr.yml b/core/src/main/resources/language-fr.yml index c9636ff5..d9c5e3df 100644 --- a/core/src/main/resources/language-fr.yml +++ b/core/src/main/resources/language-fr.yml @@ -14,6 +14,7 @@ endtimerStarted: "Minuterie : Le mode maintenance sera dés starttimerBroadcast: "Le mode de maintenance sera activé dans %TIME%." starttimerStarted: "Minuterie : Le mode maintenance sera activé dans %TIME%." scheduletimerBroadcast: "Maintenance mode will be enabled in %TIME% and will last for %DURATION%." +scheduletimerStarted: "Started timer: Maintenance mode will be enabled in %TIME% and will last for %DURATION%." timerAlreadyRunning: "Il y a déjà un horaire prévu !" timerNotRunning: "Il n'y a actuellement aucune maintenance prévue." timerCancelled: "La minuterie actuelle a été désactivée." @@ -52,8 +53,11 @@ singleTimerAlreadyRunning: "Il y a déjà un horaire prévu sur ce singleTimerCancelled: "La minuterie actuelle a été désactivée sur ce serveur." singleTimerNotRunning: "Il n'y a actuellement aucune maintenance prévue sur ce serveur." singleEndtimerBroadcast: "La maintenance sur le serveur %SERVER% sera désactivée dans %TIME%." +singleEndtimerStarted: "Started timer: Maintenance mode on server %SERVER% will be deactivated in %TIME%." singleStarttimerBroadcast: "La maintenance sur le serveur %SERVER% sera activée dans %TIME%." +singleStarttimerStarted: "Started timer: Maintenance mode on server %SERVER% will be activated in %TIME%." singleScheduletimerBroadcast: "Maintenance mode on server %SERVER% will be enabled in %TIME% and will last for %DURATION%." +singleScheduletimerStarted: "Started timer: Maintenance mode on server %SERVER% will be enabled in %TIME% and will last for %DURATION%." singleMaintenanceKick: "Le serveur %SERVER% est actuellement en maintenance ! Réessayez plus tard !" singleMaintenanceKickComplete: "Le serveur %SERVER% est en maintenance !
Vous pouvez essayer un autre serveur !" singleMaintenanceActivated: "La maintenance est maintenant activée sur le serveur %SERVER%."