diff --git a/main/src/main/resources/lang/sr-CS/strings.yml b/main/src/main/resources/lang/sr-CS/strings.yml index 3353f158a..adb2e66c2 100644 --- a/main/src/main/resources/lang/sr-CS/strings.yml +++ b/main/src/main/resources/lang/sr-CS/strings.yml @@ -7,11 +7,11 @@ COMMAND_TAKE_USAGE: "Usage: /quests take [quest]" COMMAND_QUIT: "quit" COMMAND_QUIT_HELP: " [quest] - Quit a current quest" COMMAND_JOURNAL: "journal" -COMMAND_JOURNAL_HELP: " - View/Put away your Quest Journal" +COMMAND_JOURNAL_HELP: " - View or hide your " COMMAND_EDITOR: "editor" -COMMAND_EDITOR_HELP: " - Create/Edit Quests" +COMMAND_EDITOR_HELP: " - Create, edit or delete quests" COMMAND_EVENTS_EDITOR: "actions" -COMMAND_EVENTS_EDITOR_HELP: " - Create/Edit Actions" +COMMAND_EVENTS_EDITOR_HELP: " - Create, edit or delete actions" COMMAND_STATS: "stats" COMMAND_STATS_HELP: " - View quest statistics" COMMAND_TOP: "top" @@ -29,13 +29,13 @@ COMMAND_QUESTADMIN_GIVE_HELP: " [player] [quest] - Force a player to ta COMMAND_QUESTADMIN_QUIT: "quit" COMMAND_QUESTADMIN_QUIT_HELP: " [player] [quest] - Force a player to quit a quest" COMMAND_QUESTADMIN_POINTS: "points" -COMMAND_QUESTADMIN_POINTS_HELP: " [player] [amount] - Set a player's Quest Points" +COMMAND_QUESTADMIN_POINTS_HELP: " [player] [amount] - Set a player's " COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints" -COMMAND_QUESTADMIN_TAKEPOINTS_HELP: " [player] [amount] - Take away a player's Quest Points" +COMMAND_QUESTADMIN_TAKEPOINTS_HELP: " [player] [amount] - Take away a player's " COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints" -COMMAND_QUESTADMIN_GIVEPOINTS_HELP: " [player] [amount] - Add to a player's Quest Points" +COMMAND_QUESTADMIN_GIVEPOINTS_HELP: " [player] [amount] - Add to a player's " COMMAND_QUESTADMIN_POINTSALL: "pointsall" -COMMAND_QUESTADMIN_POINTSALL_HELP: " [amount] - Set ALL players' Quest Points" +COMMAND_QUESTADMIN_POINTSALL_HELP: " [amount] - Set ALL players' " COMMAND_QUESTADMIN_FINISH: "finish" COMMAND_QUESTADMIN_FINISH_HELP: " [player] [quest] - Force a player to complete a quest" COMMAND_QUESTADMIN_NEXTSTAGE: "nextstage" @@ -44,32 +44,32 @@ COMMAND_QUESTADMIN_SETSTAGE: "setstage" COMMAND_QUESTADMIN_SETSTAGE_HELP: " [player] [quest] [stage] - Set the current stage for a player" COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Usage: /questadmin setstage [player] [quest] [stage]' COMMAND_QUESTADMIN_RESET: "reset" -COMMAND_QUESTADMIN_RESET_HELP: " [player] - Clear all Quests data of a player" +COMMAND_QUESTADMIN_RESET_HELP: " [player] - Clear all questing data of a player" COMMAND_QUESTADMIN_REMOVE: "remove" COMMAND_QUESTADMIN_REMOVE_HELP: " [player] [quest] - Remove a completed quest from a player" COMMAND_QUESTADMIN_RELOAD: "reload" COMMAND_QUESTADMIN_RELOAD_HELP: " - Safely reload the plugin" -questEditorCreate: "Create new Quest" -questEditorEdit: "Edit a Quest" -questEditorDelete: "Delete a Quest" +questEditorCreate: "Create new quest" +questEditorEdit: "Edit a quest" +questEditorDelete: "Delete a quest" questEditorName: "Set name" questEditorAskMessage: "Set ask message" questEditorFinishMessage: "Set finish message" questEditorNPCStart: "Set NPC start" -questEditorBlockStart: "Set Block start" -questEditorInitialEvent: "Set initial Action" +questEditorBlockStart: "Set block start" +questEditorInitialEvent: "Set initial action" questEditorSetGUI: "Set GUI Item display" questEditorReqs: "Edit Requirements" questEditorPln: "Edit Planner" questEditorStages: "Edit Stages" questEditorRews: "Edit Rewards" questEditorOpts: "Edit Options" -questEditorEnterQuestName: "Enter Quest name, " +questEditorEnterQuestName: "Enter quest name, " 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 Action 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." @@ -87,29 +87,29 @@ questWGSetRegion: "Set Region start" questWGPrompt: "Enter WorldGuard region, , " questWGInvalidRegion: " is not a valid WorldGuard region!" questWGRegionCleared: "Quest region cleared." -questGUIError: "Error: That item is already being used as the GUI Display for the Quest ." +questGUIError: "Error: That item is already being used as the GUI Display for the quest ." questCurrentItem: "Current item:" questGUICleared: "Quest GUI Item Display cleared." -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!" +questDeleted: "Quest deleted! Quest and action data has 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 action name!" questEditorInvalidNPC: "No NPC exists with that ID!" questEditorNoStartBlockSelected: "You must select a block first." questEditorPositiveAmount: "Amount must be a positive number." -questEditorQuestAsRequirement1: "The following Quests have" +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." +questEditorQuestAsRequirement3: "You must modify these quests so that they do not use it before deleting it." questEditorQuestNotFound: "Quest not found!" -questEditorEventCleared: "Initial Action cleared." +questEditorEventCleared: "Initial action cleared." questEditorSave: "Finish and save" questEditorNeedAskMessage: "You must set an ask message!" questEditorNeedFinishMessage: "You must set a finish message!" -questEditorNeedStages: "Your Quest has no Stages!" +questEditorNeedStages: "Your quest has no stages!" questEditorSaved: "%bold%Quest saved! %reset%(You will need to perform %red% %reset% for it to appear in-game)" stageEditorEditStage: "Edit Stage" -stageEditorNewStage: "Add new Stage" +stageEditorNewStage: "Add new stage" stageEditorStages: "Stages" stageEditorStage: "Stage" stageEditorBlocks: "Blocks" @@ -143,25 +143,25 @@ stageEditorPlayers: "players" stageEditorEvents: "Actions" stageEditorStageEvents: "Stage Actions" stageEditorStartEvent: "Start Action" -stageEditorStartEventCleared: "Start Action cleared." +stageEditorStartEventCleared: "Start action cleared." stageEditorFinishEvent: "Finish Action" -stageEditorFinishEventCleared: "Finish Action cleared." +stageEditorFinishEventCleared: "Finish action cleared." stageEditorChatEvents: "Chat Action" stageEditorChatTrigger: "Chat Trigger" -stageEditorChatEventsCleared: "Chat Action cleared." +stageEditorChatEventsCleared: "Chat action cleared." stageEditorCommandEvents: "Command Action" stageEditorCommandTrigger: "Command Trigger" -stageEditorCommandEventsCleared: "Command Action cleared." +stageEditorCommandEventsCleared: "Command action cleared." stageEditorTriggeredBy: "Triggered by" stageEditorDeathEvent: "Death Action" -stageEditorDeathEventCleared: "Death Action cleared." +stageEditorDeathEventCleared: "Death action cleared." stageEditorDisconnectEvent: "Disconnect Action" -stageEditorDisconnectEventCleared: "Disconnect Action cleared." +stageEditorDisconnectEventCleared: "Disconnect action cleared." stageEditorDelayMessage: "Delay message" stageEditorDenizenScript: "Denizen script" stageEditorStartMessage: "Start message" stageEditorCompleteMessage: "Complete message" -stageEditorDelete: "Delete Stage" +stageEditorDelete: "Delete stage" stageEditorSetBlockNames: "Set block names" stageEditorSetBlockAmounts: "Set block amounts" stageEditorSetBlockDurability: "Set block durabilities" @@ -259,29 +259,29 @@ stageEditorDelayCleared: "Delay cleared." stageEditorDenizenCleared: "Denizen script cleared." stageEditorObjectiveCleared: "Objective cleared." stageEditorMessageCleared: "Message cleared." -stageEditorConfirmStageNote: "Any Stages after will be shifted back one spot" +stageEditorConfirmStageNote: "Any stages after will be shifted back one spot" stageEditorDeleteSucces: "Stage deleted successfully." stageEditorEnchantments: "Enchantments" stageEditorNPCNote: 'Note: You may specify the name of the NPC with ' stageEditorOptional: "Optional" stageEditorColors: "Sheep Colors" -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!" +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!" +eventEditorSomeone: "Someone is already creating or editing an action with that name!" eventEditorAlpha: "Name must be alphanumeric!" eventEditorErrorSaving: "An error occurred while saving." -eventEditorDeleted: "Action deleted, Quests and Actions reloaded." -eventEditorSaved: "Action saved, Quests and Actions reloaded." +eventEditorDeleted: "Action deleted. Quest and action data reloaded." +eventEditorSaved: "Action saved. Quest and action data reloaded." eventEditorEnterEventName: "Enter Action name, " -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!" +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!" eventEditorNotANumberList: "Input was not a list of numbers!" eventEditorGiveItemsTitle: "- Give Items -" eventEditorEffectsTitle: "- Sound Effects -" @@ -396,11 +396,11 @@ eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to, eventEditorCommandsNote: "Note: You may use to refer to the player's name." eventEditorSetCommandsPrompt: "Enter commands, , , " reqSetMoney: "Set money requirement" -reqSetQuestPoints: "Set Quest Points requirement" +reqSetQuestPoints: "Set requirement" reqSetItem: "Set item requirements" reqSetPerms: "Set permission requirements" -reqSetQuest: "Set Quest requirements" -reqSetQuestBlocks: "Set Quest blocks" +reqSetQuest: "Set quest requirements" +reqSetQuestBlocks: "Set quest blocks" reqSetMcMMO: "Set mcMMO Classic requirements" reqSetHeroes: "Set Heroes requirements" reqSetCustom: "Set custom requirements" @@ -409,7 +409,7 @@ reqSetSkillAmounts: "Set skill amounts" reqHeroesSetPrimary: "Set Primary Class" reqHeroesSetSecondary: "Set Secondary Class" reqQuestListTitle: "- Quests Available -" -reqQuestPrompt: "Enter a list of Quest names, , , " +reqQuestPrompt: "Enter a list of quest names, , , " reqRemoveItemsPrompt: "Enter a list of true/false values, , " reqPermissionsPrompt: "Enter permission requirements, , , " reqCustomPrompt: "Enter the name of a custom requirement to add, , " @@ -422,7 +422,7 @@ reqNoItemsSet: "No items set" reqNoValuesSet: "No values set" reqHeroesPrimaryDisplay: "Primary Class:" reqHeroesSecondaryDisplay: "Secondary Class:" -reqNotAQuestName: " is not a Quest name!" +reqNotAQuestName: " is not a quest name!" reqItemCleared: "Item requirements cleared." reqCustomAlreadyAdded: "That custom requirement has already been added!" reqCustomNotFound: "Custom requirement module not found." @@ -456,7 +456,7 @@ optUsePartiesPlugin: "Use Parties plugin" optShareProgressLevel: "Level of progress sharing" optRequireSameQuest: "Require same quest" rewSetMoney: "Set money reward" -rewSetQuestPoints: "Set Quest Points reward" +rewSetQuestPoints: "Set reward" rewSetItems: "Set item rewards" rewSetExperience: "Set experience reward" rewSetCommands: "Set command rewards" @@ -477,7 +477,7 @@ rewExperiencePrompt: "Enter amount of experience, , " rewCommandPrompt: "Enter command rewards (use '' to represent the player), , , " rewPermissionsPrompt: "Enter permission rewards, , , " rewPermissionsWorldPrompt: "Enter permission worlds, , , " -rewQuestPointsPrompt: "Enter amount of Quest Points, , " +rewQuestPointsPrompt: "Enter amount of , , " rewMcMMOPrompt: "Enter mcMMO Classic skills (or enter 'All' for all skills), , " rewHeroesClassesPrompt: "Enter Heroes classes, , " rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed), , " @@ -535,8 +535,8 @@ questObjectivesTitle: "---()---" questCompleteTitle: '**QUEST COMPLETE: **' questRewardsTitle: "Rewards:" questFailed: "*QUEST FAILED*" -questMaxAllowed: "You may only have up to Quests." -questAlreadyOn: "You are already on that Quest!" +questMaxAllowed: "You may only have up to quests." +questAlreadyOn: "You are already on that quest!" questTooEarly: "You may not take again for another