From d2b2f05e1ef1c23573f7980b858ce37d7eb92ab6 Mon Sep 17 00:00:00 2001 From: FlyingPikachu Date: Sun, 11 Feb 2018 13:00:49 -0500 Subject: [PATCH] New translations strings.yml (French) --- src/main/resources/lang/fr-FR/strings.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/lang/fr-FR/strings.yml b/src/main/resources/lang/fr-FR/strings.yml index fa4a70687..95712046f 100644 --- a/src/main/resources/lang/fr-FR/strings.yml +++ b/src/main/resources/lang/fr-FR/strings.yml @@ -443,13 +443,13 @@ eventEditorNoNPCExists: "No NPC exists with that id!" eventEditorLightningPrompt: "Right-click on a block to spawn a lightning strike at, , , " eventEditorExplosionPrompt: "Right-click on a block to spawn an explosion at, , , " eventEditorSelectBlockFirst: "You must select a block first." -eventEditorSetMessagePrompt: "Enter message, , " -eventEditorSetMobTypesPrompt: "Enter mob name, " +eventEditorSetMessagePrompt: "Entrez un message, ," +eventEditorSetMobTypesPrompt: "Entrez un nom de mob, " eventEditorSetMobAmountsPrompt: "Entrez le nombre de monstre, " eventEditorSetMobNamePrompt: "Enter the name for this mob, " eventEditorSetMobLocationPrompt: "Right-click on a block to select it, , " eventEditorSetPotionEffectsPrompt: "Enter potion effect types, , " -eventEditorSetPotionDurationsPrompt: "Enter effect durations (in milliseconds), , " +eventEditorSetPotionDurationsPrompt: "Entrez une durée d'effet (en millisecondes), ," eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes, , " eventEditorSetHungerPrompt: "Enter hunger level, or -1 to clear" eventEditorHungerLevelAtLeastZero: "Hunger level must be at least 0!" @@ -465,7 +465,7 @@ reqSetQuestPoints: "Set Quest Points requirement" reqSetItem: "Set item requirements" reqSetPerms: "Set permission requirements" reqSetQuest: "Set Quest requirements" -reqSetQuestBlocks: "Set Quest blocks" +reqSetQuestBlocks: "Définir les blocs de quete" reqSetMcMMO: "Set mcMMO requirements" reqSetHeroes: "Set Heroes requirements" reqSetCustom: "Set custom requirements"