diff --git a/main/src/main/resources/lang/sv-SE/strings.yml b/main/src/main/resources/lang/sv-SE/strings.yml index 0251a8242..1814cf6d4 100644 --- a/main/src/main/resources/lang/sv-SE/strings.yml +++ b/main/src/main/resources/lang/sv-SE/strings.yml @@ -110,8 +110,6 @@ questEditorNeedAskMessage: "Du måste ställa in ett fråge-meddelande!" questEditorNeedFinishMessage: "Du måste ange ett slutmeddelande!" questEditorNeedStages: "Ditt uppdrag har inga delmål!" questEditorSaved: "Uppdrag sparad! (Du kommer behöva utföra en omladdning för att den ska visas)" -questEditorExited: "Är du säker på att du vill avsluta utan att spara?" -questEditorDeleted: "Är du säker på att du vill ta bort uppdraget" stageEditorEditStage: "Redigera Etapp" stageEditorNewStage: "Lägg till ny etapp" stageEditorStages: "Etapper" @@ -274,7 +272,6 @@ stageEditorDelayCleared: "Delay cleared." stageEditorDenizenCleared: "Denizen script cleared." stageEditorObjectiveCleared: "Objective cleared." stageEditorMessageCleared: "Message cleared." -stageEditorConfirmStageDelete: "Are you sure you want to delete this stage?" stageEditorConfirmStageNote: "Any Stages after will be shifted back one spot" stageEditorDeleteSucces: "Stage deleted successfully." stageEditorEnchantments: "Enchantments" @@ -295,7 +292,6 @@ eventEditorErrorSaving: "An error occurred while saving." eventEditorDeleted: "Action deleted, Quests and Actions reloaded." eventEditorSaved: "Action saved, Quests and Actions reloaded." eventEditorEnterEventName: "Enter Action name, " -eventEditorDeletePrompt: "Are you sure you want to delete the Action?" eventEditorModifiedNote: 'Note: You have modified an Action that the following Quests use:' eventEditorForcedToQuit: "If you save the Action, anyone who is actively doing any of these Quests will be forced to quit them." eventEditorEventInUse: "The following Quests use the Action" @@ -844,3 +840,4 @@ noPermission: "You do not have permission to do that." duplicateEditor: "You are already using an editor!" difference: "The difference is ''." notInstalled: "Not installed" +confirmDelete: "Are you sure?"