From 7181b7e5300b5899231e448175ed82cce10ce528 Mon Sep 17 00:00:00 2001 From: FlyingPikachu Date: Wed, 30 Jan 2019 03:54:03 -0500 Subject: [PATCH] New translations strings.yml (English) --- src/main/resources/lang/en-US/strings.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/resources/lang/en-US/strings.yml b/src/main/resources/lang/en-US/strings.yml index e184c0585..cfdf7cd29 100644 --- a/src/main/resources/lang/en-US/strings.yml +++ b/src/main/resources/lang/en-US/strings.yml @@ -110,11 +110,13 @@ stageEditorEditStage: "Edit Stage" stageEditorNewStage: "Add new Stage" stageEditorStages: "Stages" stageEditorStage: "Stage" +stageEditorBlocks: "Blocks" stageEditorBreakBlocks: "Break blocks" stageEditorDamageBlocks: "Damage blocks" stageEditorPlaceBlocks: "Place blocks" stageEditorUseBlocks: "Use blocks" stageEditorCutBlocks: "Cut blocks" +stageEditorItems: "Items" stageEditorCatchFish: "Catch fish" stageEditorFish: "fish" stageEditorKillPlayers: "Kill players" @@ -174,7 +176,7 @@ stageEditorSetLocationNames: "Set location names" stageEditorSetTameAmounts: "Set tame amounts" stageEditorSetShearColors: "Set sheep colors" stageEditorSetShearAmounts: "Set shear amounts" -stageEditorPassword: "Password objectives" +stageEditorPassword: "Password" stageEditorAddPasswordDisplay: "Add password display" stageEditorAddPasswordPhrases: "Add password phrase(s)" stageEditorNoPasswordDisplays: "No password displays set"