diff --git a/main/src/main/resources/lang/sr-CS/strings.yml b/main/src/main/resources/lang/sr-CS/strings.yml index 2c53c7303..177b85452 100644 --- a/main/src/main/resources/lang/sr-CS/strings.yml +++ b/main/src/main/resources/lang/sr-CS/strings.yml @@ -73,7 +73,7 @@ questEditorEnterAskMessage: "Enter ask message ()" questEditorEnterFinishMessage: "Enter finish message ()" questEditorEnterNPCStart: "Enter NPC ID, , " questEditorEnterBlockStart: "Right-click on a block to use as a start point, , , " -questEditorEnterInitialEvent: "Enter an Event name, , " +questEditorEnterInitialEvent: "Enter an Action name, , " questRequiredNoneSet: "Required, none set" questDungeonsCreate: "Players added to this group may perform quests together!" questDungeonsDisband: "The quest group was disbanded." @@ -99,11 +99,11 @@ questCurrentItem: "Current item:" questSetItem: "Set Item" questClearItem: "Clear Item" questGUICleared: "Quest GUI Item Display cleared." -questDeleted: "Quest deleted! Quests and Events have been reloaded." +questDeleted: "Quest deleted! Quests and Actions have been reloaded." questEditorNameExists: "A Quest with that name already exists!" questEditorBeingEdited: "Someone is creating/editing a Quest with that name!" questEditorInvalidQuestName: "Name may not contain periods or commas!" -questEditorInvalidEventName: "is not a valid event name!" +questEditorInvalidEventName: "is not a valid action name!" questEditorInvalidNPC: "No NPC exists with that id!" questEditorNoStartBlockSelected: "You must select a block first." questEditorPositiveAmount: "Amount must be a positive number." @@ -111,7 +111,7 @@ questEditorQuestAsRequirement1: "The following Quests have" questEditorQuestAsRequirement2: "as a requirement:" questEditorQuestAsRequirement3: "You must modify these Quests so that they do not use it before deleting it." questEditorQuestNotFound: "Quest not found!" -questEditorEventCleared: "Initial Event cleared." +questEditorEventCleared: "Initial Action cleared." questEditorSave: "Finish and save" questEditorNeedAskMessage: "You must set an ask message!" questEditorNeedFinishMessage: "You must set a finish message!" @@ -148,23 +148,23 @@ stageEditorTameMobs: "Tame mobs" stageEditorShearSheep: "Shear Sheep" stageEditorKillPlayers: "Kill players" stageEditorPlayers: "players" -stageEditorEvents: "Events" -stageEditorStageEvents: "Stage Events" -stageEditorStartEvent: "Start Event" -stageEditorStartEventCleared: "Start Event cleared." -stageEditorFinishEvent: "Finish Event" -stageEditorFinishEventCleared: "Finish Event cleared." -stageEditorChatEvents: "Chat Events" +stageEditorEvents: "Actions" +stageEditorStageEvents: "Stage Actions" +stageEditorStartEvent: "Start Action" +stageEditorStartEventCleared: "Start Action cleared." +stageEditorFinishEvent: "Finish Action" +stageEditorFinishEventCleared: "Finish Action cleared." +stageEditorChatEvents: "Chat Actions" stageEditorChatTrigger: "Chat Trigger" -stageEditorChatEventsCleared: "Chat Events cleared." -stageEditorCommandEvents: "Command Events" +stageEditorChatEventsCleared: "Chat Actions cleared." +stageEditorCommandEvents: "Command Actions" stageEditorCommandTrigger: "Command Trigger" -stageEditorCommandEventsCleared: "Command Events cleared." +stageEditorCommandEventsCleared: "Command Actions cleared." stageEditorTriggeredBy: "Triggered by" -stageEditorDeathEvent: "Death Event" -stageEditorDeathEventCleared: "Death Event cleared." -stageEditorDisconnectEvent: "Disconnect Event" -stageEditorDisconnectEventCleared: "Disconnect Event cleared." +stageEditorDeathEvent: "Death Action" +stageEditorDeathEventCleared: "Death Action cleared." +stageEditorDisconnectEvent: "Disconnect Action" +stageEditorDisconnectEventCleared: "Disconnect Action cleared." stageEditorDelayMessage: "Delay message" stageEditorDenizenScript: "Denizen script" stageEditorStartMessage: "Start message" @@ -193,7 +193,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)" stageEditorObjectiveOverride: "Objective display override" @@ -231,11 +231,11 @@ stageEditorReachLocationNamesPrompt: "Enter location names, , , " stageEditorShearColorsPrompt: "Enter sheep colors, , " stageEditorShearAmountsPrompt: "Enter shear amounts, , " -stageEditorEventsPrompt: "Enter an event name, , " -stageEditorChatEventsPrompt: "Enter an event name to add, , " -stageEditorChatEventsTriggerPrompt: "%yellow%Enter a chat trigger for%aqua% %yellow% " -stageEditorCommandEventsPrompt: "Enter an event name to add, , " -stageEditorCommandEventsTriggerPrompt: "%yellow%Enter a command trigger for%aqua% %yellow% " +stageEditorEventsPrompt: "Enter an action name, , " +stageEditorChatEventsPrompt: "Enter an action name to add, , " +stageEditorChatEventsTriggerPrompt: "%yellow%Enter a chat trigger for%aqua% %yellow% " +stageEditorCommandEventsPrompt: "Enter an action name to add, , " +stageEditorCommandEventsTriggerPrompt: "%yellow%Enter a command trigger for%aqua% %yellow% " stageEditorDelayMessagePrompt: "Enter delay message, , " stageEditorScriptPrompt: "Enter script name, , " stageEditorStartMessagePrompt: "Enter start message, , " @@ -257,8 +257,8 @@ stageEditorInvalidMob: "is not a valid mob name!" stageEditorInvalidItemName: "is not a valid item name!" stageEditorInvalidNumber: "is not a number!" stageEditorInvalidDye: "is not a valid dye color!" -stageEditorInvalidEvent: "is not a valid event name!" -stageEditorDuplicateEvent: "Event is already in the list!" +stageEditorInvalidEvent: "is not a valid action name!" +stageEditorDuplicateEvent: "Action is already in the list!" stageEditorInvalidScript: "Denizen script not found!" stageEditorNoCitizens: "Citizens is not installed!" stageEditorNoDenizen: "Denizen is not installed!" @@ -298,38 +298,38 @@ stageEditorNPCNote: 'Note: You may specify the name of the NPC with ' stageEditorOptional: "Optional" stageEditorColors: "Sheep Colors" allListsNotSameSize: "All of your lists are not the same size!" -eventEditorCreate: "Create new Event" -eventEditorEdit: "Edit an Event" -eventEditorDelete: "Delete an Event" -eventEditorNoneToEdit: "No Events currently exist to be edited!" -eventEditorNoneToDelete: "No Events currently exist to be deleted!" -eventEditorNotFound: "Event not found!" -eventEditorExists: "Event already exists!" -eventEditorSomeone: "Someone is already creating or editing an Event with that name!" +eventEditorCreate: "Create new Action" +eventEditorEdit: "Edit an Action" +eventEditorDelete: "Delete an Action" +eventEditorNoneToEdit: "No Actions currently exist to be edited!" +eventEditorNoneToDelete: "No Actions currently exist to be deleted!" +eventEditorNotFound: "Action not found!" +eventEditorExists: "Action already exists!" +eventEditorSomeone: "Someone is already creating or editing an Action with that name!" eventEditorAlpha: "Name must be alphanumeric!" -eventEditorErrorReadingFile: "Error reading Events file." +eventEditorErrorReadingFile: "Error reading Actions file." eventEditorErrorSaving: "An error occurred while saving." -eventEditorDeleted: "Event deleted, Quests and Events reloaded." -eventEditorSaved: "Event saved, Quests and Events reloaded." -eventEditorEnterEventName: "Enter an Event name, " -eventEditorDeletePrompt: "Are you sure you want to delete the Event?" +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?" eventEditorQuitWithoutSaving: "Are you sure you want to quit without saving?" -eventEditorModifiedNote: 'Note: You have modified an Event that the following Quests use:' -eventEditorForcedToQuit: "If you save the Event, anyone who is actively doing any of these Quests will be forced to quit them." -eventEditorEventInUse: "The following Quests use the Event" +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" eventEditorMustModifyQuests: "You must modify these Quests first!" eventEditorListSizeMismatch: "The lists are not the same size!" eventEditorListDuplicates: "List contains duplicates!" eventEditorNotANumberList: "Input was not a list of numbers!" eventEditorInvalidEntry: "Invalid entry" eventEditorGiveItemsTitle: "- Give Items -" -eventEditorEffectsTitle: "- Effects -" -eventEditorStormTitle: "- Event Storm -" -eventEditorThunderTitle: "- Event Thunder -" -eventEditorMobSpawnsTitle: "- Event Mob Spawns -" +eventEditorEffectsTitle: "- Sound Effects -" +eventEditorStormTitle: "- Action Storm -" +eventEditorThunderTitle: "- Action Thunder -" +eventEditorMobSpawnsTitle: "- Action Mob Spawns -" eventEditorMobsTitle: "- Mobs -" eventEditorAddMobTypesTitle: "- Add Mob -" -eventEditorPotionEffectsTitle: "- Event Potion Effects -" +eventEditorPotionEffectsTitle: "- Action Potion Effects -" eventEditorPotionTypesTitle: "- Event Potion Types -" eventEditorWorldsTitle: "- Worlds -" eventEditorSetName: "Set name"