mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-24 03:25:20 +01:00
New translations strings.yml (Serbian (Latin))
This commit is contained in:
parent
d85cbcc6e1
commit
a106899f3a
@ -7,11 +7,11 @@ COMMAND_TAKE_USAGE: "Usage: /quests take [quest]"
|
|||||||
COMMAND_QUIT: "quit"
|
COMMAND_QUIT: "quit"
|
||||||
COMMAND_QUIT_HELP: "<command> [quest] - Quit a current quest"
|
COMMAND_QUIT_HELP: "<command> [quest] - Quit a current quest"
|
||||||
COMMAND_JOURNAL: "journal"
|
COMMAND_JOURNAL: "journal"
|
||||||
COMMAND_JOURNAL_HELP: "<command> - View/Put away your Quest Journal"
|
COMMAND_JOURNAL_HELP: "<command> - View or hide your <journal>"
|
||||||
COMMAND_EDITOR: "editor"
|
COMMAND_EDITOR: "editor"
|
||||||
COMMAND_EDITOR_HELP: "<command> - Create/Edit Quests"
|
COMMAND_EDITOR_HELP: "<command> - Create, edit or delete quests"
|
||||||
COMMAND_EVENTS_EDITOR: "actions"
|
COMMAND_EVENTS_EDITOR: "actions"
|
||||||
COMMAND_EVENTS_EDITOR_HELP: "<command> - Create/Edit Actions"
|
COMMAND_EVENTS_EDITOR_HELP: "<command> - Create, edit or delete actions"
|
||||||
COMMAND_STATS: "stats"
|
COMMAND_STATS: "stats"
|
||||||
COMMAND_STATS_HELP: "<command> - View quest statistics"
|
COMMAND_STATS_HELP: "<command> - View quest statistics"
|
||||||
COMMAND_TOP: "top"
|
COMMAND_TOP: "top"
|
||||||
@ -29,13 +29,13 @@ COMMAND_QUESTADMIN_GIVE_HELP: "<command> [player] [quest] - Force a player to ta
|
|||||||
COMMAND_QUESTADMIN_QUIT: "quit"
|
COMMAND_QUESTADMIN_QUIT: "quit"
|
||||||
COMMAND_QUESTADMIN_QUIT_HELP: "<command> [player] [quest] - Force a player to quit a quest"
|
COMMAND_QUESTADMIN_QUIT_HELP: "<command> [player] [quest] - Force a player to quit a quest"
|
||||||
COMMAND_QUESTADMIN_POINTS: "points"
|
COMMAND_QUESTADMIN_POINTS: "points"
|
||||||
COMMAND_QUESTADMIN_POINTS_HELP: "<command> [player] [amount] - Set a player's Quest Points"
|
COMMAND_QUESTADMIN_POINTS_HELP: "<command> [player] [amount] - Set a player's <points>"
|
||||||
COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
||||||
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "<command> [player] [amount] - Take away a player's Quest Points"
|
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "<command> [player] [amount] - Take away a player's <points>"
|
||||||
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||||
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "<command> [player] [amount] - Add to a player's Quest Points"
|
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "<command> [player] [amount] - Add to a player's <points>"
|
||||||
COMMAND_QUESTADMIN_POINTSALL: "pointsall"
|
COMMAND_QUESTADMIN_POINTSALL: "pointsall"
|
||||||
COMMAND_QUESTADMIN_POINTSALL_HELP: "<command> [amount] - Set ALL players' Quest Points"
|
COMMAND_QUESTADMIN_POINTSALL_HELP: "<command> [amount] - Set ALL players' <points>"
|
||||||
COMMAND_QUESTADMIN_FINISH: "finish"
|
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||||
COMMAND_QUESTADMIN_FINISH_HELP: "<command> [player] [quest] - Force a player to complete a quest"
|
COMMAND_QUESTADMIN_FINISH_HELP: "<command> [player] [quest] - Force a player to complete a quest"
|
||||||
COMMAND_QUESTADMIN_NEXTSTAGE: "nextstage"
|
COMMAND_QUESTADMIN_NEXTSTAGE: "nextstage"
|
||||||
@ -44,32 +44,32 @@ COMMAND_QUESTADMIN_SETSTAGE: "setstage"
|
|||||||
COMMAND_QUESTADMIN_SETSTAGE_HELP: "<command> [player] [quest] [stage] - Set the current stage for a player"
|
COMMAND_QUESTADMIN_SETSTAGE_HELP: "<command> [player] [quest] [stage] - Set the current stage for a player"
|
||||||
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Usage: /questadmin setstage [player] [quest] [stage]'
|
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Usage: /questadmin setstage [player] [quest] [stage]'
|
||||||
COMMAND_QUESTADMIN_RESET: "reset"
|
COMMAND_QUESTADMIN_RESET: "reset"
|
||||||
COMMAND_QUESTADMIN_RESET_HELP: "<command> [player] - Clear all Quests data of a player"
|
COMMAND_QUESTADMIN_RESET_HELP: "<command> [player] - Clear all questing data of a player"
|
||||||
COMMAND_QUESTADMIN_REMOVE: "remove"
|
COMMAND_QUESTADMIN_REMOVE: "remove"
|
||||||
COMMAND_QUESTADMIN_REMOVE_HELP: "<command> [player] [quest] - Remove a completed quest from a player"
|
COMMAND_QUESTADMIN_REMOVE_HELP: "<command> [player] [quest] - Remove a completed quest from a player"
|
||||||
COMMAND_QUESTADMIN_RELOAD: "reload"
|
COMMAND_QUESTADMIN_RELOAD: "reload"
|
||||||
COMMAND_QUESTADMIN_RELOAD_HELP: "<command> - Safely reload the plugin"
|
COMMAND_QUESTADMIN_RELOAD_HELP: "<command> - Safely reload the plugin"
|
||||||
questEditorCreate: "Create new Quest"
|
questEditorCreate: "Create new quest"
|
||||||
questEditorEdit: "Edit a Quest"
|
questEditorEdit: "Edit a quest"
|
||||||
questEditorDelete: "Delete a Quest"
|
questEditorDelete: "Delete a quest"
|
||||||
questEditorName: "Set name"
|
questEditorName: "Set name"
|
||||||
questEditorAskMessage: "Set ask message"
|
questEditorAskMessage: "Set ask message"
|
||||||
questEditorFinishMessage: "Set finish message"
|
questEditorFinishMessage: "Set finish message"
|
||||||
questEditorNPCStart: "Set NPC start"
|
questEditorNPCStart: "Set NPC start"
|
||||||
questEditorBlockStart: "Set Block start"
|
questEditorBlockStart: "Set block start"
|
||||||
questEditorInitialEvent: "Set initial Action"
|
questEditorInitialEvent: "Set initial action"
|
||||||
questEditorSetGUI: "Set GUI Item display"
|
questEditorSetGUI: "Set GUI Item display"
|
||||||
questEditorReqs: "Edit Requirements"
|
questEditorReqs: "Edit Requirements"
|
||||||
questEditorPln: "Edit Planner"
|
questEditorPln: "Edit Planner"
|
||||||
questEditorStages: "Edit Stages"
|
questEditorStages: "Edit Stages"
|
||||||
questEditorRews: "Edit Rewards"
|
questEditorRews: "Edit Rewards"
|
||||||
questEditorOpts: "Edit Options"
|
questEditorOpts: "Edit Options"
|
||||||
questEditorEnterQuestName: "Enter Quest name, <cancel>"
|
questEditorEnterQuestName: "Enter quest name, <cancel>"
|
||||||
questEditorEnterAskMessage: "Enter ask message, <cancel>"
|
questEditorEnterAskMessage: "Enter ask message, <cancel>"
|
||||||
questEditorEnterFinishMessage: "Enter finish message, <cancel>"
|
questEditorEnterFinishMessage: "Enter finish message, <cancel>"
|
||||||
questEditorEnterNPCStart: "Enter NPC ID, <clear>, <cancel>"
|
questEditorEnterNPCStart: "Enter NPC ID, <clear>, <cancel>"
|
||||||
questEditorEnterBlockStart: "Right-click on a block to use as a start point, <done>, <clear>, <cancel>"
|
questEditorEnterBlockStart: "Right-click on a block to use as a start point, <done>, <clear>, <cancel>"
|
||||||
questEditorEnterInitialEvent: "Enter an Action name, <clear>, <cancel>"
|
questEditorEnterInitialEvent: "Enter an action name, <clear>, <cancel>"
|
||||||
questRequiredNoneSet: "Required, none set"
|
questRequiredNoneSet: "Required, none set"
|
||||||
questDungeonsCreate: "Players added to this group may perform quests together!"
|
questDungeonsCreate: "Players added to this group may perform quests together!"
|
||||||
questDungeonsDisband: "The quest group was disbanded."
|
questDungeonsDisband: "The quest group was disbanded."
|
||||||
@ -87,29 +87,29 @@ questWGSetRegion: "Set Region start"
|
|||||||
questWGPrompt: "Enter WorldGuard region, <clear>, <cancel>"
|
questWGPrompt: "Enter WorldGuard region, <clear>, <cancel>"
|
||||||
questWGInvalidRegion: "<region> is not a valid WorldGuard region!"
|
questWGInvalidRegion: "<region> is not a valid WorldGuard region!"
|
||||||
questWGRegionCleared: "Quest region cleared."
|
questWGRegionCleared: "Quest region cleared."
|
||||||
questGUIError: "Error: That item is already being used as the GUI Display for the Quest <quest>."
|
questGUIError: "Error: That item is already being used as the GUI Display for the quest <quest>."
|
||||||
questCurrentItem: "Current item:"
|
questCurrentItem: "Current item:"
|
||||||
questGUICleared: "Quest GUI Item Display cleared."
|
questGUICleared: "Quest GUI Item Display cleared."
|
||||||
questDeleted: "Quest deleted! Quests and Actions have been reloaded."
|
questDeleted: "Quest deleted! Quest and action data has been reloaded."
|
||||||
questEditorNameExists: "A Quest with that name already exists!"
|
questEditorNameExists: "A quest with that name already exists!"
|
||||||
questEditorBeingEdited: "Someone is creating/editing a Quest with that name!"
|
questEditorBeingEdited: "Someone is creating/editing a quest with that name!"
|
||||||
questEditorInvalidQuestName: "Name may not contain periods or commas!"
|
questEditorInvalidQuestName: "Name may not contain periods or commas!"
|
||||||
questEditorInvalidEventName: "is not a valid action name!"
|
questEditorInvalidEventName: "is not a valid action name!"
|
||||||
questEditorInvalidNPC: "No NPC exists with that ID!"
|
questEditorInvalidNPC: "No NPC exists with that ID!"
|
||||||
questEditorNoStartBlockSelected: "You must select a block first."
|
questEditorNoStartBlockSelected: "You must select a block first."
|
||||||
questEditorPositiveAmount: "Amount must be a positive number."
|
questEditorPositiveAmount: "Amount must be a positive number."
|
||||||
questEditorQuestAsRequirement1: "The following Quests have"
|
questEditorQuestAsRequirement1: "The following quests have"
|
||||||
questEditorQuestAsRequirement2: "as a requirement:"
|
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!"
|
questEditorQuestNotFound: "Quest not found!"
|
||||||
questEditorEventCleared: "Initial Action cleared."
|
questEditorEventCleared: "Initial action cleared."
|
||||||
questEditorSave: "Finish and save"
|
questEditorSave: "Finish and save"
|
||||||
questEditorNeedAskMessage: "You must set an ask message!"
|
questEditorNeedAskMessage: "You must set an ask message!"
|
||||||
questEditorNeedFinishMessage: "You must set a finish 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%<command> %reset% for it to appear in-game)"
|
questEditorSaved: "%bold%Quest saved! %reset%(You will need to perform %red%<command> %reset% for it to appear in-game)"
|
||||||
stageEditorEditStage: "Edit Stage"
|
stageEditorEditStage: "Edit Stage"
|
||||||
stageEditorNewStage: "Add new Stage"
|
stageEditorNewStage: "Add new stage"
|
||||||
stageEditorStages: "Stages"
|
stageEditorStages: "Stages"
|
||||||
stageEditorStage: "Stage"
|
stageEditorStage: "Stage"
|
||||||
stageEditorBlocks: "Blocks"
|
stageEditorBlocks: "Blocks"
|
||||||
@ -143,25 +143,25 @@ stageEditorPlayers: "players"
|
|||||||
stageEditorEvents: "Actions"
|
stageEditorEvents: "Actions"
|
||||||
stageEditorStageEvents: "Stage Actions"
|
stageEditorStageEvents: "Stage Actions"
|
||||||
stageEditorStartEvent: "Start Action"
|
stageEditorStartEvent: "Start Action"
|
||||||
stageEditorStartEventCleared: "Start Action cleared."
|
stageEditorStartEventCleared: "Start action cleared."
|
||||||
stageEditorFinishEvent: "Finish Action"
|
stageEditorFinishEvent: "Finish Action"
|
||||||
stageEditorFinishEventCleared: "Finish Action cleared."
|
stageEditorFinishEventCleared: "Finish action cleared."
|
||||||
stageEditorChatEvents: "Chat Action"
|
stageEditorChatEvents: "Chat Action"
|
||||||
stageEditorChatTrigger: "Chat Trigger"
|
stageEditorChatTrigger: "Chat Trigger"
|
||||||
stageEditorChatEventsCleared: "Chat Action cleared."
|
stageEditorChatEventsCleared: "Chat action cleared."
|
||||||
stageEditorCommandEvents: "Command Action"
|
stageEditorCommandEvents: "Command Action"
|
||||||
stageEditorCommandTrigger: "Command Trigger"
|
stageEditorCommandTrigger: "Command Trigger"
|
||||||
stageEditorCommandEventsCleared: "Command Action cleared."
|
stageEditorCommandEventsCleared: "Command action cleared."
|
||||||
stageEditorTriggeredBy: "Triggered by"
|
stageEditorTriggeredBy: "Triggered by"
|
||||||
stageEditorDeathEvent: "Death Action"
|
stageEditorDeathEvent: "Death Action"
|
||||||
stageEditorDeathEventCleared: "Death Action cleared."
|
stageEditorDeathEventCleared: "Death action cleared."
|
||||||
stageEditorDisconnectEvent: "Disconnect Action"
|
stageEditorDisconnectEvent: "Disconnect Action"
|
||||||
stageEditorDisconnectEventCleared: "Disconnect Action cleared."
|
stageEditorDisconnectEventCleared: "Disconnect action cleared."
|
||||||
stageEditorDelayMessage: "Delay message"
|
stageEditorDelayMessage: "Delay message"
|
||||||
stageEditorDenizenScript: "Denizen script"
|
stageEditorDenizenScript: "Denizen script"
|
||||||
stageEditorStartMessage: "Start message"
|
stageEditorStartMessage: "Start message"
|
||||||
stageEditorCompleteMessage: "Complete message"
|
stageEditorCompleteMessage: "Complete message"
|
||||||
stageEditorDelete: "Delete Stage"
|
stageEditorDelete: "Delete stage"
|
||||||
stageEditorSetBlockNames: "Set block names"
|
stageEditorSetBlockNames: "Set block names"
|
||||||
stageEditorSetBlockAmounts: "Set block amounts"
|
stageEditorSetBlockAmounts: "Set block amounts"
|
||||||
stageEditorSetBlockDurability: "Set block durabilities"
|
stageEditorSetBlockDurability: "Set block durabilities"
|
||||||
@ -259,29 +259,29 @@ stageEditorDelayCleared: "Delay cleared."
|
|||||||
stageEditorDenizenCleared: "Denizen script cleared."
|
stageEditorDenizenCleared: "Denizen script cleared."
|
||||||
stageEditorObjectiveCleared: "Objective cleared."
|
stageEditorObjectiveCleared: "Objective cleared."
|
||||||
stageEditorMessageCleared: "Message 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."
|
stageEditorDeleteSucces: "Stage deleted successfully."
|
||||||
stageEditorEnchantments: "Enchantments"
|
stageEditorEnchantments: "Enchantments"
|
||||||
stageEditorNPCNote: 'Note: You may specify the name of the NPC with <npc>'
|
stageEditorNPCNote: 'Note: You may specify the name of the NPC with <npc>'
|
||||||
stageEditorOptional: "Optional"
|
stageEditorOptional: "Optional"
|
||||||
stageEditorColors: "Sheep Colors"
|
stageEditorColors: "Sheep Colors"
|
||||||
eventEditorCreate: "Create new Action"
|
eventEditorCreate: "Create new action"
|
||||||
eventEditorEdit: "Edit an Action"
|
eventEditorEdit: "Edit an action"
|
||||||
eventEditorDelete: "Delete an Action"
|
eventEditorDelete: "Delete an action"
|
||||||
eventEditorNoneToEdit: "No Actions currently exist to be edited!"
|
eventEditorNoneToEdit: "No actions currently exist to be edited!"
|
||||||
eventEditorNoneToDelete: "No Actions currently exist to be deleted!"
|
eventEditorNoneToDelete: "No actions currently exist to be deleted!"
|
||||||
eventEditorNotFound: "Action not found!"
|
eventEditorNotFound: "Action not found!"
|
||||||
eventEditorExists: "Action already exists!"
|
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!"
|
eventEditorAlpha: "Name must be alphanumeric!"
|
||||||
eventEditorErrorSaving: "An error occurred while saving."
|
eventEditorErrorSaving: "An error occurred while saving."
|
||||||
eventEditorDeleted: "Action deleted, Quests and Actions reloaded."
|
eventEditorDeleted: "Action deleted. Quest and action data reloaded."
|
||||||
eventEditorSaved: "Action saved, Quests and Actions reloaded."
|
eventEditorSaved: "Action saved. Quest and action data reloaded."
|
||||||
eventEditorEnterEventName: "Enter Action name, <cancel>"
|
eventEditorEnterEventName: "Enter Action name, <cancel>"
|
||||||
eventEditorModifiedNote: 'Note: You have modified an Action that the following Quests use:'
|
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."
|
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"
|
eventEditorEventInUse: "The following quests use the action"
|
||||||
eventEditorMustModifyQuests: "You must modify these Quests first!"
|
eventEditorMustModifyQuests: "You must modify these quests first!"
|
||||||
eventEditorNotANumberList: "Input was not a list of numbers!"
|
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||||
eventEditorGiveItemsTitle: "- Give Items -"
|
eventEditorGiveItemsTitle: "- Give Items -"
|
||||||
eventEditorEffectsTitle: "- Sound Effects -"
|
eventEditorEffectsTitle: "- Sound Effects -"
|
||||||
@ -396,11 +396,11 @@ eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to,
|
|||||||
eventEditorCommandsNote: "Note: You may use <player> to refer to the player's name."
|
eventEditorCommandsNote: "Note: You may use <player> to refer to the player's name."
|
||||||
eventEditorSetCommandsPrompt: "Enter commands, <semicolon>, <clear>, <cancel>"
|
eventEditorSetCommandsPrompt: "Enter commands, <semicolon>, <clear>, <cancel>"
|
||||||
reqSetMoney: "Set money requirement"
|
reqSetMoney: "Set money requirement"
|
||||||
reqSetQuestPoints: "Set Quest Points requirement"
|
reqSetQuestPoints: "Set <points> requirement"
|
||||||
reqSetItem: "Set item requirements"
|
reqSetItem: "Set item requirements"
|
||||||
reqSetPerms: "Set permission requirements"
|
reqSetPerms: "Set permission requirements"
|
||||||
reqSetQuest: "Set Quest requirements"
|
reqSetQuest: "Set quest requirements"
|
||||||
reqSetQuestBlocks: "Set Quest blocks"
|
reqSetQuestBlocks: "Set quest blocks"
|
||||||
reqSetMcMMO: "Set mcMMO Classic requirements"
|
reqSetMcMMO: "Set mcMMO Classic requirements"
|
||||||
reqSetHeroes: "Set Heroes requirements"
|
reqSetHeroes: "Set Heroes requirements"
|
||||||
reqSetCustom: "Set custom requirements"
|
reqSetCustom: "Set custom requirements"
|
||||||
@ -409,7 +409,7 @@ reqSetSkillAmounts: "Set skill amounts"
|
|||||||
reqHeroesSetPrimary: "Set Primary Class"
|
reqHeroesSetPrimary: "Set Primary Class"
|
||||||
reqHeroesSetSecondary: "Set Secondary Class"
|
reqHeroesSetSecondary: "Set Secondary Class"
|
||||||
reqQuestListTitle: "- Quests Available -"
|
reqQuestListTitle: "- Quests Available -"
|
||||||
reqQuestPrompt: "Enter a list of Quest names, <semicolon>, <clear>, <cancel>"
|
reqQuestPrompt: "Enter a list of quest names, <semicolon>, <clear>, <cancel>"
|
||||||
reqRemoveItemsPrompt: "Enter a list of true/false values, <space>, <cancel>"
|
reqRemoveItemsPrompt: "Enter a list of true/false values, <space>, <cancel>"
|
||||||
reqPermissionsPrompt: "Enter permission requirements, <space>, <clear>, <cancel>"
|
reqPermissionsPrompt: "Enter permission requirements, <space>, <clear>, <cancel>"
|
||||||
reqCustomPrompt: "Enter the name of a custom requirement to add, <clear>, <cancel>"
|
reqCustomPrompt: "Enter the name of a custom requirement to add, <clear>, <cancel>"
|
||||||
@ -422,7 +422,7 @@ reqNoItemsSet: "No items set"
|
|||||||
reqNoValuesSet: "No values set"
|
reqNoValuesSet: "No values set"
|
||||||
reqHeroesPrimaryDisplay: "Primary Class:"
|
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||||
reqHeroesSecondaryDisplay: "Secondary Class:"
|
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||||
reqNotAQuestName: "<quest> is not a Quest name!"
|
reqNotAQuestName: "<quest> is not a quest name!"
|
||||||
reqItemCleared: "Item requirements cleared."
|
reqItemCleared: "Item requirements cleared."
|
||||||
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||||
reqCustomNotFound: "Custom requirement module not found."
|
reqCustomNotFound: "Custom requirement module not found."
|
||||||
@ -456,7 +456,7 @@ optUsePartiesPlugin: "Use Parties plugin"
|
|||||||
optShareProgressLevel: "Level of progress sharing"
|
optShareProgressLevel: "Level of progress sharing"
|
||||||
optRequireSameQuest: "Require same quest"
|
optRequireSameQuest: "Require same quest"
|
||||||
rewSetMoney: "Set money reward"
|
rewSetMoney: "Set money reward"
|
||||||
rewSetQuestPoints: "Set Quest Points reward"
|
rewSetQuestPoints: "Set <points> reward"
|
||||||
rewSetItems: "Set item rewards"
|
rewSetItems: "Set item rewards"
|
||||||
rewSetExperience: "Set experience reward"
|
rewSetExperience: "Set experience reward"
|
||||||
rewSetCommands: "Set command rewards"
|
rewSetCommands: "Set command rewards"
|
||||||
@ -477,7 +477,7 @@ rewExperiencePrompt: "Enter amount of experience, <clear>, <cancel>"
|
|||||||
rewCommandPrompt: "Enter command rewards (use '<player>' to represent the player), <semicolon>, <clear>, <cancel>"
|
rewCommandPrompt: "Enter command rewards (use '<player>' to represent the player), <semicolon>, <clear>, <cancel>"
|
||||||
rewPermissionsPrompt: "Enter permission rewards, <space>, <clear>, <cancel>"
|
rewPermissionsPrompt: "Enter permission rewards, <space>, <clear>, <cancel>"
|
||||||
rewPermissionsWorldPrompt: "Enter permission worlds, <semicolon>, <clear>, <cancel>"
|
rewPermissionsWorldPrompt: "Enter permission worlds, <semicolon>, <clear>, <cancel>"
|
||||||
rewQuestPointsPrompt: "Enter amount of Quest Points, <clear>, <cancel>"
|
rewQuestPointsPrompt: "Enter amount of <points>, <clear>, <cancel>"
|
||||||
rewMcMMOPrompt: "Enter mcMMO Classic skills (or enter 'All' for all skills), <space>, <cancel>"
|
rewMcMMOPrompt: "Enter mcMMO Classic skills (or enter 'All' for all skills), <space>, <cancel>"
|
||||||
rewHeroesClassesPrompt: "Enter Heroes classes, <space>, <cancel>"
|
rewHeroesClassesPrompt: "Enter Heroes classes, <space>, <cancel>"
|
||||||
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed), <space>, <cancel>"
|
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed), <space>, <cancel>"
|
||||||
@ -535,8 +535,8 @@ questObjectivesTitle: "---(<quest>)---"
|
|||||||
questCompleteTitle: '**QUEST COMPLETE: <quest>**'
|
questCompleteTitle: '**QUEST COMPLETE: <quest>**'
|
||||||
questRewardsTitle: "Rewards:"
|
questRewardsTitle: "Rewards:"
|
||||||
questFailed: "*QUEST FAILED*"
|
questFailed: "*QUEST FAILED*"
|
||||||
questMaxAllowed: "You may only have up to <number> Quests."
|
questMaxAllowed: "You may only have up to <number> quests."
|
||||||
questAlreadyOn: "You are already on that Quest!"
|
questAlreadyOn: "You are already on that quest!"
|
||||||
questTooEarly: "You may not take <quest> again for another <time>."
|
questTooEarly: "You may not take <quest> again for another <time>."
|
||||||
questAlreadyCompleted: "You have already completed <quest>."
|
questAlreadyCompleted: "You have already completed <quest>."
|
||||||
questInvalidLocation: "You may not take <quest> at this location."
|
questInvalidLocation: "You may not take <quest> at this location."
|
||||||
@ -592,7 +592,7 @@ strDone: "then enter '<command>' to save"
|
|||||||
strSpace: "separating each by a space"
|
strSpace: "separating each by a space"
|
||||||
strSemicolon: "separating each by a semicolon"
|
strSemicolon: "separating each by a semicolon"
|
||||||
charSemi: ";"
|
charSemi: ";"
|
||||||
acceptQuest: "Accept Quest?"
|
acceptQuest: "Accept quest?"
|
||||||
enterAnOption: "Enter an option"
|
enterAnOption: "Enter an option"
|
||||||
questAccepted: "Quest accepted: <quest>"
|
questAccepted: "Quest accepted: <quest>"
|
||||||
currentQuest: "Current Quests:"
|
currentQuest: "Current Quests:"
|
||||||
@ -619,9 +619,9 @@ goTo: "Go to <location>"
|
|||||||
completed: "Completed"
|
completed: "Completed"
|
||||||
redoCompleted: "(Completed)"
|
redoCompleted: "(Completed)"
|
||||||
consoleError: "This command may only be performed in-game."
|
consoleError: "This command may only be performed in-game."
|
||||||
noActiveQuest: "You do not currently have any active Quests."
|
noActiveQuest: "You do not currently have any active quests."
|
||||||
speakTo: 'Start: Speak to <npc>'
|
speakTo: 'Start: Speak to <npc>'
|
||||||
mustSpeakTo: "You must speak to <npc> to start this Quest."
|
mustSpeakTo: "You must speak to <npc> to start this quest."
|
||||||
noCommandStart: "<quest> may not be started via command."
|
noCommandStart: "<quest> may not be started via command."
|
||||||
permissionDisplay: "Permission:"
|
permissionDisplay: "Permission:"
|
||||||
heroesClass: "class"
|
heroesClass: "class"
|
||||||
@ -632,57 +632,57 @@ questNotFound: "Quest not found."
|
|||||||
alreadyConversing: "You already are in a conversation!"
|
alreadyConversing: "You already are in a conversation!"
|
||||||
inputNum: "Input must be a number."
|
inputNum: "Input must be a number."
|
||||||
inputPosNum: "Input must be a positive number."
|
inputPosNum: "Input must be a positive number."
|
||||||
questModified: "Your active Quest <quest> has been modified. You have been forced to quit the Quest."
|
questModified: "Your active quest <quest> has been modified. You have been forced to quit the quest."
|
||||||
questNotExist: "Your active Quest <quest> no longer exists. You have been forced to quit the Quest."
|
questNotExist: "Your active quest <quest> no longer exists. You have been forced to quit the quest."
|
||||||
questInvalidChoice: "Invalid choice. Type '<yes>' or '<no>'"
|
questInvalidChoice: "Invalid choice. Type '<yes>' or '<no>'"
|
||||||
pageSelectionNum: "Page selection must be a number."
|
pageSelectionNum: "Page selection must be a number."
|
||||||
pageSelectionPosNum: "Page selection must be a positive number."
|
pageSelectionPosNum: "Page selection must be a positive number."
|
||||||
questTakeDisabled: "Taking Quests via commands has been disabled."
|
questTakeDisabled: "Taking quests via commands has been disabled."
|
||||||
questQuit: "You have quit <quest>"
|
questQuit: "You have quit <quest>"
|
||||||
questQuitDisabled: "Quitting this quest has been disabled."
|
questQuitDisabled: "Quitting this quest has been disabled."
|
||||||
questsUnknownCommand: "Unknown Quests command. Type /quests for help."
|
questsUnknownCommand: "Unknown command. Type /quests for help."
|
||||||
pageNotExist: "Page does not exist."
|
pageNotExist: "Page does not exist."
|
||||||
pageFooter: "- Page <current> of <all> -"
|
pageFooter: "- Page <current> of <all> -"
|
||||||
questsReloaded: "Quests reloaded."
|
questsReloaded: "Quest data reloaded."
|
||||||
numQuestsLoaded: "<number> Quests loaded."
|
numQuestsLoaded: "<number> quests loaded."
|
||||||
questForceTake: "<player> has forcibly started the Quest <quest>."
|
questForceTake: "<player> has forcibly started the quest <quest>."
|
||||||
questForcedTake: "<player> has forced you to take the Quest <quest>."
|
questForcedTake: "<player> has forced you to take the quest <quest>."
|
||||||
questForceQuit: "<player> has forcibly quit the Quest <quest>."
|
questForceQuit: "<player> has forcibly quit the quest <quest>."
|
||||||
questForcedQuit: "<player> has forced you to quit the Quest <quest>."
|
questForcedQuit: "<player> has forced you to quit the quest <quest>."
|
||||||
questForceFinish: "<player> has forcibly finished their Quest <quest>."
|
questForceFinish: "<player> has forcibly finished their quest <quest>."
|
||||||
questForcedFinish: "<player> has forced you to finish your Quest <quest>."
|
questForcedFinish: "<player> has forced you to finish your quest <quest>."
|
||||||
questForceNextStage: "<player> has advanced to the next Stage in the Quest <quest>."
|
questForceNextStage: "<player> has advanced to the next stage in the quest <quest>."
|
||||||
questForcedNextStage: "<player> has advanced you to the next Stage in your Quest <quest>."
|
questForcedNextStage: "<player> has advanced you to the next stage in your quest <quest>."
|
||||||
questReset: "<player> has been reset."
|
questReset: "<player> has been reset."
|
||||||
questRemoved: "Quest <quest> has been removed from player <player>'s completed Quests."
|
questRemoved: "Quest <quest> has been removed from player <player>'s completed quests."
|
||||||
settingAllQuestPoints: "Setting all players' Quest Points..."
|
settingAllQuestPoints: "Setting all players' <points>..."
|
||||||
allQuestPointsSet: "All players' Quest Points have been set to <number>!"
|
allQuestPointsSet: "All players' <points> have been set to <number>!"
|
||||||
setQuestPoints: "<player>'s Quest Points have been set to <number>."
|
setQuestPoints: "<player>'s <points> have been set to <number>."
|
||||||
questPointsSet: "<player> has set your Quest Points to <number>."
|
questPointsSet: "<player> has set your <points> to <number>."
|
||||||
takeQuestPoints: "Took away <number> Quest Points from <player>."
|
takeQuestPoints: "Took away <number> <points> from <player>."
|
||||||
questPointsTaken: "<player> took away <number> Quest Points."
|
questPointsTaken: "<player> took away <number> <points>."
|
||||||
giveQuestPoints: "Gave <number> Quest Points from <player>."
|
giveQuestPoints: "Gave <number> <points> from <player>."
|
||||||
questPointsGiven: "<player> gave you <number> Quest Points."
|
questPointsGiven: "<player> gave you <number> <points>."
|
||||||
invalidMinimum: "Input must be at least <number>!"
|
invalidMinimum: "Input must be at least <number>!"
|
||||||
invalidRange: "Input must be between <least> and <greatest>!"
|
invalidRange: "Input must be between <least> and <greatest>!"
|
||||||
invalidOption: "Invalid option!"
|
invalidOption: "Invalid option!"
|
||||||
noCurrentQuest: "<player> does not currently have any active Quests."
|
noCurrentQuest: "<player> does not currently have any active quests."
|
||||||
playerNotFound: "Player not found."
|
playerNotFound: "Player not found."
|
||||||
questsPlayerHasQuestAlready: "<player> is already on the Quest <quest>!"
|
questsPlayerHasQuestAlready: "<player> is already on the quest <quest>!"
|
||||||
questsUnknownAdminCommand: "Unknown Questsadmin command. Type /questsadmin for help."
|
questsUnknownAdminCommand: "Unknown command. Type /questsadmin for help."
|
||||||
errorNPCID: 'Error: There is no NPC with ID <number>'
|
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||||
questSaveError: "An error occurred while saving."
|
questSaveError: "An error occurred while saving."
|
||||||
questErrorReadingFile: "Error reading Quests file."
|
questErrorReadingFile: "Error reading <file>."
|
||||||
errorReading: "Error reading <file>, skipping.."
|
errorReading: "Error reading <file>, skipping..."
|
||||||
errorReadingSuppress: "Error reading <file>, suppressing further errors."
|
errorReadingSuppress: "Error reading <file>, suppressing further errors."
|
||||||
errorDataFolder: "Error: Unable to read Quests data folder!"
|
errorDataFolder: "Error: Unable to read from data folder!"
|
||||||
unknownError: "An unknown error occurred. See console output."
|
unknownError: "An unknown error occurred. See console output."
|
||||||
journalTitle: "Quest Journal"
|
journalTitle: "Quest Journal"
|
||||||
journalTaken: "You take out your Quest Journal."
|
journalTaken: "You take out your <journal>."
|
||||||
journalPutAway: "You put away your Quest Journal."
|
journalPutAway: "You put away your <journal>."
|
||||||
journalNoRoom: "You have no room in your inventory for your Quest Journal!"
|
journalNoRoom: "You have no room in your inventory for your <journal>!"
|
||||||
journalNoQuests: "You have no accepted quests!"
|
journalNoQuests: "You have no accepted quests!"
|
||||||
journalDenied: "You cannot do that with your Quest Journal."
|
journalDenied: "You cannot do that with your <journal>."
|
||||||
compassSet: "Set compass target to quest <quest>."
|
compassSet: "Set compass target to quest <quest>."
|
||||||
compassReset: "Reset compass target."
|
compassReset: "Reset compass target."
|
||||||
timeZone: "Time zone"
|
timeZone: "Time zone"
|
||||||
|
Loading…
Reference in New Issue
Block a user