mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-27 05:05:25 +01:00
New translations strings.yml (Croatian)
This commit is contained in:
parent
30ee2997c2
commit
2ce34377ce
789
main/src/main/resources/lang/hr-HR/strings.yml
Normal file
789
main/src/main/resources/lang/hr-HR/strings.yml
Normal file
@ -0,0 +1,789 @@
|
|||||||
|
---
|
||||||
|
COMMAND_LIST: "list"
|
||||||
|
COMMAND_LIST_HELP: "<command> [page] - List available quests"
|
||||||
|
COMMAND_TAKE: "take"
|
||||||
|
COMMAND_TAKE_HELP: "<command> [quest] - Accept a quest via command"
|
||||||
|
COMMAND_TAKE_USAGE: "Usage: /quests take [quest]"
|
||||||
|
COMMAND_QUIT: "quit"
|
||||||
|
COMMAND_QUIT_HELP: "<command> [quest] - Quit a current quest"
|
||||||
|
COMMAND_JOURNAL: "journal"
|
||||||
|
COMMAND_JOURNAL_HELP: "<command> - View or hide your <journal>"
|
||||||
|
COMMAND_EDITOR: "editor"
|
||||||
|
COMMAND_EDITOR_HELP: "<command> - Create, edit or delete quests"
|
||||||
|
COMMAND_EVENTS_EDITOR: "actions"
|
||||||
|
COMMAND_EVENTS_EDITOR_HELP: "<command> - Create, edit or delete actions"
|
||||||
|
COMMAND_CONDITIONS_EDITOR: "conditions"
|
||||||
|
COMMAND_CONDITIONS_EDITOR_HELP: "<command> - Create, edit or delete conditions"
|
||||||
|
COMMAND_STATS: "stats"
|
||||||
|
COMMAND_STATS_HELP: "<command> - View quest statistics"
|
||||||
|
COMMAND_TOP: "top"
|
||||||
|
COMMAND_TOP_HELP: "<command> [number] - View plugin leaderboards"
|
||||||
|
COMMAND_TOP_USAGE: "Usage: /quests top [number]"
|
||||||
|
COMMAND_INFO: "info"
|
||||||
|
COMMAND_INFO_HELP: "<command> - View plugin information"
|
||||||
|
COMMAND_QUEST_HELP: "- View current quest objectives"
|
||||||
|
COMMAND_QUESTINFO_HELP: "[quest] - View information about a quest"
|
||||||
|
COMMAND_QUESTADMIN_HELP: "- Display administrator help"
|
||||||
|
COMMAND_QUESTADMIN_STATS: "stats"
|
||||||
|
COMMAND_QUESTADMIN_STATS_HELP: "<command> [player] - View quest statistics of a player"
|
||||||
|
COMMAND_QUESTADMIN_GIVE: "give"
|
||||||
|
COMMAND_QUESTADMIN_GIVE_HELP: "<command> [player] [quest] - Force a player to take a quest"
|
||||||
|
COMMAND_QUESTADMIN_QUIT: "quit"
|
||||||
|
COMMAND_QUESTADMIN_QUIT_HELP: "<command> [player] [quest] - Force a player to quit a quest"
|
||||||
|
COMMAND_QUESTADMIN_POINTS: "points"
|
||||||
|
COMMAND_QUESTADMIN_POINTS_HELP: "<command> [player] [amount] - Set a player's <points>"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "<command> [player] [amount] - Take away a player's <points>"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "<command> [player] [amount] - Add to a player's <points>"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL: "pointsall"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL_HELP: "<command> [amount] - Set ALL players' <points>"
|
||||||
|
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||||
|
COMMAND_QUESTADMIN_FINISH_HELP: "<command> [player] [quest] - Force a player to complete a quest"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE: "nextstage"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "<command> [player] [quest] - Force a player to complete current stage"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE: "setstage"
|
||||||
|
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_RESET: "reset"
|
||||||
|
COMMAND_QUESTADMIN_RESET_HELP: "<command> [player] - Clear all questing data of a player"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE: "remove"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE_HELP: "<command> [player] [quest] - Remove a completed quest from a player"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD: "reload"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD_HELP: "<command> - Safely reload the plugin"
|
||||||
|
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"
|
||||||
|
questEditorSetGUI: "Set GUI Item display"
|
||||||
|
questEditorReqs: "Edit Requirements"
|
||||||
|
questEditorPln: "Edit Planner"
|
||||||
|
questEditorStages: "Edit Stages"
|
||||||
|
questEditorRews: "Edit Rewards"
|
||||||
|
questEditorOpts: "Edit Options"
|
||||||
|
questEditorDefaultAskMessage: "Challenge objectives!"
|
||||||
|
questEditorDefaultFinishMessage: "Well done!"
|
||||||
|
questEditorEnterQuestName: "Enter quest name, <cancel>"
|
||||||
|
questEditorEnterAskMessage: "Enter ask message, <cancel>"
|
||||||
|
questEditorEnterFinishMessage: "Enter finish message, <cancel>"
|
||||||
|
questEditorEnterNPCStart: "Enter NPC ID, <clear>, <cancel>"
|
||||||
|
questEditorEnterBlockStart: "Right-click on a block to use as a start point, <done>, <clear>, <cancel>"
|
||||||
|
questEditorEnterInitialEvent: "Enter an action name, <clear>, <cancel>"
|
||||||
|
questDungeonsCreate: "Players added to this group may perform quests together!"
|
||||||
|
questDungeonsDisband: "The quest group was disbanded."
|
||||||
|
questDungeonsInvite: "<player> can now perform quests with you!"
|
||||||
|
questDungeonsJoin: "You can now perform quests with Leader <player>."
|
||||||
|
questDungeonsKicked: "<player> can no longer perform quests with you."
|
||||||
|
questDungeonsLeave: "You can no longer perform quests with Leader <player>."
|
||||||
|
questPartiesCreate: "Players added to this party may perform quests together!"
|
||||||
|
questPartiesDelete: "The quest party was disbanded."
|
||||||
|
questPartiesInvite: "<player> can now perform quests with you!"
|
||||||
|
questPartiesJoin: "You can now perform quests with <player>."
|
||||||
|
questPartiesKicked: "<player> can no longer perform quests with you."
|
||||||
|
questPartiesLeave: "You can no longer perform quests with <player>."
|
||||||
|
questWGSetRegion: "Set Region start"
|
||||||
|
questWGPrompt: "Enter WorldGuard region, <clear>, <cancel>"
|
||||||
|
questWGInvalidRegion: "<region> 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 <quest>."
|
||||||
|
questCurrentItem: "Current item:"
|
||||||
|
questGUICleared: "Quest GUI Item Display cleared."
|
||||||
|
questDeleted: "Quest deleted! Quest and action data has been reloaded."
|
||||||
|
questEditorNameExists: "A quest with that name already exists!"
|
||||||
|
questEditorBeingEdited: "Something with that name is already being modified!"
|
||||||
|
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"
|
||||||
|
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 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!"
|
||||||
|
questEditorSaved: "%bold%Quest saved! %reset%(You will need to perform %red%<command> %reset%for it to appear in-game)"
|
||||||
|
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: "Shear blocks"
|
||||||
|
stageEditorItems: "Items"
|
||||||
|
stageEditorCraftItems: "Craft items"
|
||||||
|
stageEditorSmeltItems: "Smelt items"
|
||||||
|
stageEditorEnchantItems: "Enchant items"
|
||||||
|
stageEditorBrewPotions: "Brew potions"
|
||||||
|
stageEditorConsumeItems: "Consume items"
|
||||||
|
stageEditorNPCs: "NPCs"
|
||||||
|
stageEditorDeliverItems: "Deliver items"
|
||||||
|
stageEditorTalkToNPCs: "Talk to NPCs"
|
||||||
|
stageEditorKillNPCs: "Kill NPCs"
|
||||||
|
stageEditorMobs: "Mobs"
|
||||||
|
stageEditorKillMobs: "Kill mobs"
|
||||||
|
stageEditorCatchFish: "Catch fish"
|
||||||
|
stageEditorFish: "fish"
|
||||||
|
stageEditorMilkCows: "Milk cows"
|
||||||
|
stageEditorCows: "cows"
|
||||||
|
stageEditorReachLocs: "Reach locations"
|
||||||
|
stageEditorReachRadii1: "Reach within"
|
||||||
|
stageEditorReachRadii2: "blocks of"
|
||||||
|
stageEditorTameMobs: "Tame mobs"
|
||||||
|
stageEditorShearSheep: "Shear sheep"
|
||||||
|
stageEditorKillPlayers: "Kill players"
|
||||||
|
stageEditorPlayers: "players"
|
||||||
|
stageEditorEvents: "Actions"
|
||||||
|
stageEditorStageEvents: "Stage Actions"
|
||||||
|
stageEditorStartEvent: "Start Action"
|
||||||
|
stageEditorStartEventCleared: "Start action cleared."
|
||||||
|
stageEditorFinishEvent: "Finish Action"
|
||||||
|
stageEditorFinishEventCleared: "Finish action cleared."
|
||||||
|
stageEditorChatEvents: "Chat Action"
|
||||||
|
stageEditorChatTrigger: "Chat Trigger"
|
||||||
|
stageEditorChatEventsCleared: "Chat action cleared."
|
||||||
|
stageEditorCommandEvents: "Command Action"
|
||||||
|
stageEditorCommandTrigger: "Command Trigger"
|
||||||
|
stageEditorCommandEventsCleared: "Command action cleared."
|
||||||
|
stageEditorTriggeredBy: "Triggered by"
|
||||||
|
stageEditorDeathEvent: "Death Action"
|
||||||
|
stageEditorDeathEventCleared: "Death action cleared."
|
||||||
|
stageEditorDisconnectEvent: "Disconnect Action"
|
||||||
|
stageEditorDisconnectEventCleared: "Disconnect action cleared."
|
||||||
|
stageEditorConditions: "Conditions"
|
||||||
|
stageEditorConditionCleared: "Condition cleared."
|
||||||
|
stageEditorDelayMessage: "Delay message"
|
||||||
|
stageEditorDenizenScript: "Denizen script"
|
||||||
|
stageEditorStartMessage: "Start message"
|
||||||
|
stageEditorCompleteMessage: "Complete message"
|
||||||
|
stageEditorDelete: "Delete stage"
|
||||||
|
stageEditorSetBlockNames: "Set block names"
|
||||||
|
stageEditorSetBlockAmounts: "Set block amounts"
|
||||||
|
stageEditorSetBlockDurability: "Set block durabilities"
|
||||||
|
stageEditorSetKillAmounts: "Set kill amounts"
|
||||||
|
stageEditorSetEnchantAmounts: "Set enchant amounts"
|
||||||
|
stageEditorSetMobAmounts: "Set mob amounts"
|
||||||
|
stageEditorSetEnchantments: "Set enchantments"
|
||||||
|
stageEditorSetItemNames: "Set item names"
|
||||||
|
stageEditorSetKillIds: "Set NPC IDs"
|
||||||
|
stageEditorSetMobTypes: "Set mob types"
|
||||||
|
stageEditorSetKillLocations: "Set kill locations"
|
||||||
|
stageEditorSetKillLocationRadii: "Set kill location radii"
|
||||||
|
stageEditorSetKillLocationNames: "Set kill location names"
|
||||||
|
stageEditorSetLocations: "Set locations"
|
||||||
|
stageEditorSetLocationRadii: "Set location radii"
|
||||||
|
stageEditorSetLocationNames: "Set location names"
|
||||||
|
stageEditorSetTameAmounts: "Set tame amounts"
|
||||||
|
stageEditorSetShearColors: "Set sheep colors"
|
||||||
|
stageEditorSetShearAmounts: "Set shear amounts"
|
||||||
|
stageEditorPassword: "Password"
|
||||||
|
stageEditorAddPasswordDisplay: "Add password display"
|
||||||
|
stageEditorAddPasswordPhrases: "Add password phrase(s)"
|
||||||
|
stageEditorCustom: "Custom objectives"
|
||||||
|
stageEditorNoModules: "No modules loaded"
|
||||||
|
stageEditorModuleNotFound: "Custom objective module not found."
|
||||||
|
stageEditorCustomPrompt: "Enter the name of a custom objective to add, <clear>, <cancel>"
|
||||||
|
stageEditorCustomAlreadyAdded: "That custom objective has already been added!"
|
||||||
|
stageEditorCustomCleared: "Custom objectives cleared."
|
||||||
|
stageEditorCustomDataPrompt: "Enter value for <data>:"
|
||||||
|
stageEditorEnterBlockNames: "Enter block names, <space>, <cancel>"
|
||||||
|
stageEditorEnterBlockAmounts: "Enter block amounts, <space>, <cancel>"
|
||||||
|
stageEditorEnterBlockDurability: "Enter block durabilities (numbers), <space>, <cancel>"
|
||||||
|
stageEditorCatchFishPrompt: "Enter number of fish to catch, <clear>, <cancel>"
|
||||||
|
stageEditorMilkCowsPrompt: "Enter number of cows to milk, <clear>, <cancel>"
|
||||||
|
stageEditorKillPlayerPrompt: "Enter number of players to kill, <clear>, <cancel>"
|
||||||
|
stageEditorEnchantTypePrompt: "Enter enchantment names, <space>, <cancel>"
|
||||||
|
stageEditorEnchantAmountsPrompt: "Enter enchant amounts (numbers), <space>, <cancel>"
|
||||||
|
stageEditorItemNamesPrompt: "Enter item names, <space>, <cancel>"
|
||||||
|
stageEditorNPCPrompt: "Enter NPC IDs, <space>, <cancel>"
|
||||||
|
stageEditorNPCToTalkToPrompt: "Enter NPC IDs, <space>, <clear>, <cancel>"
|
||||||
|
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, <semicolon>, <cancel>"
|
||||||
|
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), <space>, <cancel>"
|
||||||
|
stageEditorMobsPrompt: "Enter mob names, <space>, <cancel>"
|
||||||
|
stageEditorMobAmountsPrompt: "Enter mob amounts, <space>, <cancel>"
|
||||||
|
stageEditorMobLocationPrompt: "Right-click on a block to select it, <add>, <cancel>"
|
||||||
|
stageEditorMobLocationRadiiPrompt: "Enter kill location radii (number of blocks), <space>, <cancel>"
|
||||||
|
stageEditorMobLocationNamesPrompt: "Enter location names, <semicolon>, <cancel>"
|
||||||
|
stageEditorReachLocationPrompt: "Right-click on a block to select it, <add>, <cancel>"
|
||||||
|
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks), <space>, <cancel>"
|
||||||
|
stageEditorReachLocationNamesPrompt: "Enter location names, <semicolon>, <cancel>"
|
||||||
|
stageEditorTameAmountsPrompt: "Enter tame amounts, <space>, <cancel>"
|
||||||
|
stageEditorShearColorsPrompt: "Enter sheep colors, <space>, <cancel>"
|
||||||
|
stageEditorShearAmountsPrompt: "Enter shear amounts, <space>, <cancel>"
|
||||||
|
stageEditorEventsPrompt: "Enter an action name, <clear>, <cancel>"
|
||||||
|
stageEditorChatEventsPrompt: "Enter an action name to add, <clear>, <cancel>"
|
||||||
|
stageEditorChatEventsTriggerPrompt: "Enter a chat trigger for <action>, <cancel>"
|
||||||
|
stageEditorCommandEventsPrompt: "Enter an action name to add, <clear>, <cancel>"
|
||||||
|
stageEditorCommandEventsTriggerPrompt: "Enter a command trigger for <action>, <cancel>"
|
||||||
|
stageEditorConditionsPrompt: "Enter a condition name, <clear>, <cancel>"
|
||||||
|
stageEditorDelayMessagePrompt: "Enter delay message, <clear>, <cancel>"
|
||||||
|
stageEditorScriptPrompt: "Enter script name, <clear>, <cancel>"
|
||||||
|
stageEditorStartMessagePrompt: "Enter start message, <clear>, <cancel>"
|
||||||
|
stageEditorCompleteMessagePrompt: "Enter complete message, <clear>, <cancel>"
|
||||||
|
stageEditorPasswordDisplayPrompt: "Enter password hint message, <cancel>"
|
||||||
|
stageEditorPasswordPhrasePrompt: "Enter password phrases to accept, <semicolon>, <cancel>"
|
||||||
|
stageEditorDeliveryAddItem: "Add item"
|
||||||
|
stageEditorDeliveryNPCs: "Set NPC IDs"
|
||||||
|
stageEditorDeliveryMessages: "Set delivery messages"
|
||||||
|
stageEditorNotSolid: "is not a solid block!"
|
||||||
|
stageEditorInvalidBlockName: "is not a valid block name!"
|
||||||
|
stageEditorInvalidEnchantment: "is not a valid enchantment name!"
|
||||||
|
stageEditorInvalidNPC: "is not a valid NPC ID!"
|
||||||
|
stageEditorInvalidMob: "is not a valid mob name!"
|
||||||
|
stageEditorInvalidItemName: "is not a valid item name!"
|
||||||
|
stageEditorInvalidDye: "is not a valid dye color!"
|
||||||
|
stageEditorInvalidEvent: "is not a valid action name!"
|
||||||
|
stageEditorDuplicateEvent: "Action is already in the list!"
|
||||||
|
stageEditorInvalidCondition: "is not a valid condition name!"
|
||||||
|
stageEditorInvalidScript: "Denizen script not found!"
|
||||||
|
stageEditorNoCitizens: "Citizens is not installed!"
|
||||||
|
stageEditorNoDenizen: "Denizen is not installed!"
|
||||||
|
stageEditorPositiveAmount: "You must enter a positive number!"
|
||||||
|
stageEditorNotListofNumbers: "is not a list of numbers!"
|
||||||
|
stageEditorNoDelaySet: "You must set a delay first!"
|
||||||
|
stageEditorNoItems: "You must add items first!"
|
||||||
|
stageEditorNoDeliveryMessage: "You must set at least one delivery message!"
|
||||||
|
stageEditorNoKillLocations: "You must set kill locations first!"
|
||||||
|
stageEditorNoBlockSelected: "You must select a block first."
|
||||||
|
stageEditorNoLocations: "You must set locations first!"
|
||||||
|
stageEditorMustSetPasswordDisplays: "You must add at least one password display first!"
|
||||||
|
stageEditorDelayCleared: "Delay cleared."
|
||||||
|
stageEditorDenizenCleared: "Denizen script cleared."
|
||||||
|
stageEditorObjectiveCleared: "Objective cleared."
|
||||||
|
stageEditorMessageCleared: "Message cleared."
|
||||||
|
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 <npc>'
|
||||||
|
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!"
|
||||||
|
eventEditorNotFound: "Action not found!"
|
||||||
|
eventEditorExists: "Action already exists!"
|
||||||
|
eventEditorDeleted: "Action deleted. Quest and action data reloaded."
|
||||||
|
eventEditorSaved: "Action saved. Quest and action data reloaded."
|
||||||
|
eventEditorEnterEventName: "Enter Action name, <cancel>"
|
||||||
|
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 -"
|
||||||
|
eventEditorStormTitle: "- Action Storm -"
|
||||||
|
eventEditorThunderTitle: "- Action Thunder -"
|
||||||
|
eventEditorMobSpawnsTitle: "- Action Mob Spawns -"
|
||||||
|
eventEditorMobsTitle: "- Mobs -"
|
||||||
|
eventEditorAddMobTypesTitle: "- Add Mob -"
|
||||||
|
eventEditorPotionEffectsTitle: "- Action Potion Effects -"
|
||||||
|
eventEditorPotionTypesTitle: "- Action Potion Types -"
|
||||||
|
eventEditorWorldsTitle: "- Worlds -"
|
||||||
|
eventEditorSetName: "Set name"
|
||||||
|
eventEditorPlayer: "Player"
|
||||||
|
eventEditorTimer: "Timer"
|
||||||
|
eventEditorEffect: "Effect"
|
||||||
|
eventEditorWeather: "Weather"
|
||||||
|
eventEditorSetMessage: "Send message"
|
||||||
|
eventEditorClearInv: "Clear inventory"
|
||||||
|
eventEditorFailQuest: "Fail the quest"
|
||||||
|
eventEditorSetExplosions: "Set explosion locations"
|
||||||
|
eventEditorSetLightning: "Set lightning strike locations"
|
||||||
|
eventEditorSetEffects: "Set effects"
|
||||||
|
eventEditorSetStorm: "Set storm"
|
||||||
|
eventEditorSetThunder: "Set thunder"
|
||||||
|
eventEditorSetMobSpawns: "Set mob spawns"
|
||||||
|
eventEditorSetPotionEffects: "Apply potion effects"
|
||||||
|
eventEditorSetHunger: "Set hunger level"
|
||||||
|
eventEditorSetSaturation: "Set saturation level"
|
||||||
|
eventEditorSetHealth: "Set health level"
|
||||||
|
eventEditorEnterTimerSeconds: "Set amount of time before quest fails (in seconds)"
|
||||||
|
eventEditorSetTimer: "Set time to fail quest"
|
||||||
|
eventEditorCancelTimer: "Cancel the quest timer"
|
||||||
|
eventEditorSetTeleport: "Teleport to location"
|
||||||
|
eventEditorSetCommands: "Execute commands"
|
||||||
|
eventEditorItems: "Action Items"
|
||||||
|
eventEditorSetItems: "Give items"
|
||||||
|
eventEditorItemsCleared: "Action items cleared."
|
||||||
|
eventEditorSetItemNames: "Set item names"
|
||||||
|
eventEditorSetItemAmounts: "Set item amounts"
|
||||||
|
eventEditorNoNames: "No names set"
|
||||||
|
eventEditorMustSetNames: "You must set item names first!"
|
||||||
|
eventEditorInvalidName: "is not a valid item name!"
|
||||||
|
eventEditorStorm: "Action Storm"
|
||||||
|
eventEditorSetWorld: "Set world"
|
||||||
|
eventEditorSetDuration: "Set duration"
|
||||||
|
eventEditorNoWorld: "(No world set)"
|
||||||
|
eventEditorSetWorldFirst: "You must set a world first!"
|
||||||
|
eventEditorInvalidWorld: "is not a valid world name!"
|
||||||
|
eventEditorMustSetStormDuration: "You must set a storm duration!"
|
||||||
|
eventEditorStormCleared: "Storm data cleared."
|
||||||
|
eventEditorEnterStormWorld: "Enter a world name for the storm to occur in, <cancel>"
|
||||||
|
eventEditorEnterDuration: "Enter duration (in seconds)"
|
||||||
|
eventEditorThunder: "Action Thunder"
|
||||||
|
eventEditorMustSetThunderDuration: "You must set a thunder duration!"
|
||||||
|
eventEditorThunderCleared: "Thunder data cleared."
|
||||||
|
eventEditorEnterThunderWorld: "Enter a world name for the thunder to occur in, <cancel>"
|
||||||
|
eventEditorEffects: "Action Sound Effects"
|
||||||
|
eventEditorAddEffect: "Add sound effect"
|
||||||
|
eventEditorAddEffectLocation: "Add sound effect location"
|
||||||
|
eventEditorNoEffects: "No sound effects set"
|
||||||
|
eventEditorMustAddEffects: "You must add sound effects first!"
|
||||||
|
eventEditorInvalidEffect: "is not a valid sound effect name!"
|
||||||
|
eventEditorEffectsCleared: "Action sound effects cleared."
|
||||||
|
eventEditorEffectLocationPrompt: "Right-click on a block to play a sound effect at, <add>, <cancel>"
|
||||||
|
eventEditorMobSpawns: "Action Mob Spawns"
|
||||||
|
eventEditorAddMobTypes: "Add mob"
|
||||||
|
eventEditorMustSetMobTypesFirst: "You must set the mob type first!"
|
||||||
|
eventEditorSetMobAmounts: "Set mob amount"
|
||||||
|
eventEditorMustSetMobAmountsFirst: "You must set mob amount first!"
|
||||||
|
eventEditorAddSpawnLocation: "Set spawn location"
|
||||||
|
eventEditorMobSpawnsCleared: "Mob spawns cleared."
|
||||||
|
eventEditorMustSetMobLocationFirst: "You must set a spawn-location first!"
|
||||||
|
eventEditorInvalidMob: "is not a valid mob name!"
|
||||||
|
eventEditorSetMobName: "Set custom name for mob"
|
||||||
|
eventEditorSetMobType: "Set mob type"
|
||||||
|
eventEditorSetMobItemInHand: "Set item in hand"
|
||||||
|
eventEditorSetMobItemInHandDrop: "Set drop chance of item in hand"
|
||||||
|
eventEditorSetMobBoots: "Set boots"
|
||||||
|
eventEditorSetMobBootsDrop: "Set drop chance of boots"
|
||||||
|
eventEditorSetMobLeggings: "Set leggings"
|
||||||
|
eventEditorSetMobLeggingsDrop: "Set drop chance of leggings"
|
||||||
|
eventEditorSetMobChestPlate: "Set chest plate"
|
||||||
|
eventEditorSetMobChestPlateDrop: "Set drop chance of chest plate"
|
||||||
|
eventEditorSetMobHelmet: "Set helmet"
|
||||||
|
eventEditorSetMobHelmetDrop: "Set drop chance of helmet"
|
||||||
|
eventEditorSetMobSpawnAmount: "Set the amount of mobs to spawn"
|
||||||
|
eventEditorSetDropChance: "Set the drop chance"
|
||||||
|
eventEditorPotionEffects: "Action Potion Effects"
|
||||||
|
eventEditorSetPotionEffectTypes: "Set potion effect types"
|
||||||
|
eventEditorMustSetPotionTypesFirst: "You must set potion effect types first!"
|
||||||
|
eventEditorSetPotionDurations: "Set potion effect durations"
|
||||||
|
eventEditorMustSetPotionDurationsFirst: "You must set potion effect durations first!"
|
||||||
|
eventEditorMustSetPotionTypesAndDurationsFirst: "You must set potion effect types and durations first!"
|
||||||
|
eventEditorSetPotionMagnitudes: "Set potion effect magnitudes"
|
||||||
|
eventEditorPotionsCleared: "Potion effects cleared."
|
||||||
|
eventEditorInvalidPotionType: "is not a valid potion effect type!"
|
||||||
|
eventEditorLightningPrompt: "Right-click on a block to spawn a lightning strike at, <add>, <clear>, <cancel>"
|
||||||
|
eventEditorExplosionPrompt: "Right-click on a block to spawn an explosion at, <add>, <clear>, <cancel>"
|
||||||
|
eventEditorSelectBlockFirst: "You must select a block first."
|
||||||
|
eventEditorSetMessagePrompt: "Enter message, <clear>, <cancel>"
|
||||||
|
eventEditorSetMobTypesPrompt: "Enter mob name, <cancel>"
|
||||||
|
eventEditorSetMobAmountsPrompt: "Enter mob amount, <cancel>"
|
||||||
|
eventEditorSetMobNamePrompt: "Enter the name for this mob, <cancel>"
|
||||||
|
eventEditorSetMobLocationPrompt: "Right-click on a block to select it, <add>, <cancel>"
|
||||||
|
eventEditorSetPotionEffectsPrompt: "Enter potion effect types, <space>, <cancel>"
|
||||||
|
eventEditorSetPotionDurationsPrompt: "Enter potion effect durations (in seconds), <space>, <cancel>"
|
||||||
|
eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes, <space>, <cancel>"
|
||||||
|
eventEditorSetHungerPrompt: "Enter hunger level, <clear>"
|
||||||
|
eventEditorSetSaturationPrompt: "Enter saturation level, <clear>"
|
||||||
|
eventEditorSetHealthPrompt: "Enter health level, <clear>"
|
||||||
|
eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to, <done>, <clear>, <cancel>"
|
||||||
|
eventEditorCommandsNote: "Note: You may use <player> to refer to the player's name."
|
||||||
|
eventEditorSetCommandsPrompt: "Enter commands, <semicolon>, <clear>, <cancel>"
|
||||||
|
conditionEditorCreate: "Create new condition"
|
||||||
|
conditionEditorEdit: "Edit a condition"
|
||||||
|
conditionEditorDelete: "Delete a condition"
|
||||||
|
conditionEditorNoneToEdit: "No conditions currently exist to be edited!"
|
||||||
|
conditionEditorNoneToDelete: "No conditions currently exist to be deleted!"
|
||||||
|
conditionEditorNotFound: "Condition not found!"
|
||||||
|
conditionEditorExists: "Condition already exists!"
|
||||||
|
conditionEditorInUse: "The following quests use the condition"
|
||||||
|
conditionEditorDeleted: "Condition deleted. Quest and condition data reloaded."
|
||||||
|
conditionEditorSaved: "Condition saved. Quest and condition data reloaded."
|
||||||
|
conditionEditorEnterName: "Enter Condition name, <cancel>"
|
||||||
|
conditionEditorModifiedNote: 'Note: You have modified a condition that the following quests use:'
|
||||||
|
conditionEditorForcedToQuit: "If you save the condition, anyone who is actively doing any of these quests will be forced to quit them."
|
||||||
|
conditionEditorSetName: "Set name"
|
||||||
|
conditionEditorWorld: "World"
|
||||||
|
conditionEditorFailQuest: "Fail the quest"
|
||||||
|
conditionEditorConditionCleared: "Condition cleared."
|
||||||
|
conditionEditorItemsInMainHand: "Hold in main hand"
|
||||||
|
conditionEditorWorldsTitle: "- Worlds -"
|
||||||
|
conditionEditorWorldsPrompt: "Enter world names, <space>, <cancel>"
|
||||||
|
conditionEditorStayWithinWorld: "Stay within world"
|
||||||
|
conditionEditorInvalidWorld: "is not a valid world name!"
|
||||||
|
conditionEditorBiomesTitle: "- Biomes -"
|
||||||
|
conditionEditorBiomesPrompt: "Enter biome names, <space>, <cancel>"
|
||||||
|
conditionEditorStayWithinBiome: "Stay within biome"
|
||||||
|
conditionEditorInvalidBiome: "is not a valid biome name!"
|
||||||
|
reqSetMoney: "Set money requirement"
|
||||||
|
reqSetQuestPoints: "Set <points> requirement"
|
||||||
|
reqSetItem: "Set item requirements"
|
||||||
|
reqSetPerms: "Set permission requirements"
|
||||||
|
reqSetQuest: "Set quest requirements"
|
||||||
|
reqSetQuestBlocks: "Set quest blocks"
|
||||||
|
reqSetMcMMO: "Set mcMMO Classic requirements"
|
||||||
|
reqSetHeroes: "Set Heroes requirements"
|
||||||
|
reqSetCustom: "Set custom requirements"
|
||||||
|
reqSetSkills: "Set skills"
|
||||||
|
reqSetSkillAmounts: "Set skill amounts"
|
||||||
|
reqHeroesSetPrimary: "Set Primary Class"
|
||||||
|
reqHeroesSetSecondary: "Set Secondary Class"
|
||||||
|
reqQuestListTitle: "- Quests Available -"
|
||||||
|
reqQuestPrompt: "Enter a list of quest names, <semicolon>, <clear>, <cancel>"
|
||||||
|
reqRemoveItemsPrompt: "Enter a list of true/false values, <space>, <cancel>"
|
||||||
|
reqPermissionsPrompt: "Enter permission requirements, <space>, <clear>, <cancel>"
|
||||||
|
reqCustomPrompt: "Enter the name of a custom requirement to add, <clear>, <cancel>"
|
||||||
|
reqMcMMOAmountsPrompt: "Enter mcMMO Classic skill amounts, <space>, <clear>, <cancel>"
|
||||||
|
reqHeroesPrimaryPrompt: "Enter a Heroes Primary Class name, <clear>, <cancel>"
|
||||||
|
reqHeroesSecondaryPrompt: "Enter a Heroes Secondary Class name, <clear>, <cancel>"
|
||||||
|
reqAddItem: "Add item"
|
||||||
|
reqSetRemoveItems: "Set remove items"
|
||||||
|
reqNoItemsSet: "No items set"
|
||||||
|
reqNoValuesSet: "No values set"
|
||||||
|
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||||
|
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||||
|
reqNotAQuestName: "<quest> is not a quest name!"
|
||||||
|
reqItemCleared: "Item requirements cleared."
|
||||||
|
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||||
|
reqCustomNotFound: "Custom requirement module not found."
|
||||||
|
reqCustomCleared: "Custom requirements cleared."
|
||||||
|
reqMcMMOError: "<input> is not an mcMMO Classic skill name!"
|
||||||
|
reqMcMMOCleared: "mcMMO Classic skill requirements cleared."
|
||||||
|
reqMcMMOAmountsCleared: "mcMMO Classic skill amount requirements cleared."
|
||||||
|
reqHeroesNotPrimary: "The <class> class is not primary!"
|
||||||
|
reqHeroesPrimaryCleared: "Heroes Primary Class requirement cleared."
|
||||||
|
reqHeroesNotSecondary: "The <class> class is not secondary!"
|
||||||
|
reqHeroesSecondaryCleared: "Heroes Secondary Class requirement cleared."
|
||||||
|
reqHeroesClassNotFound: "Class not found!"
|
||||||
|
reqNotANumber: "<input> is not a number!"
|
||||||
|
reqMustAddItem: "You must add at least one item first!"
|
||||||
|
reqNoMessage: "You must set a fail requirements message!"
|
||||||
|
plnStart: "Set start date"
|
||||||
|
plnEnd: "Set end date"
|
||||||
|
plnRepeat: "Set repeat cycle"
|
||||||
|
plnCooldown: "Set player cooldown"
|
||||||
|
plnTooEarly: "<quest> will be active in <time>."
|
||||||
|
plnTooLate: "<quest> was last active <time> ago."
|
||||||
|
optGeneral: "General"
|
||||||
|
optMultiplayer: "Multiplayer"
|
||||||
|
optBooleanPrompt: "Enter '<true>' or '<false>', <clear>, <cancel>"
|
||||||
|
optNumberPrompt: "Enter a level (number) for tracking progress, <clear>, <cancel>"
|
||||||
|
optAllowCommands: "Allow commands during quest"
|
||||||
|
optAllowQuitting: "Allow quitting during quest"
|
||||||
|
optCommandsDenied: "You cannot use commands during <quest>."
|
||||||
|
optUseDungeonsXLPlugin: "Use DungeonsXL plugin"
|
||||||
|
optUsePartiesPlugin: "Use Parties plugin"
|
||||||
|
optShareProgressLevel: "Level of progress sharing"
|
||||||
|
optRequireSameQuest: "Require same quest"
|
||||||
|
rewSetMoney: "Set money reward"
|
||||||
|
rewSetQuestPoints: "Set <points> reward"
|
||||||
|
rewSetItems: "Set item rewards"
|
||||||
|
rewSetExperience: "Set experience reward"
|
||||||
|
rewSetCommands: "Set command rewards"
|
||||||
|
rewCommandsCleared: "Command rewards cleared."
|
||||||
|
rewNoCommands: "You must set commands first!"
|
||||||
|
rewPermissions: "Permission rewards"
|
||||||
|
rewSetPermission: "Set permission rewards"
|
||||||
|
rewSetPermissionWorlds: "Set permission worlds"
|
||||||
|
rewPermissionsCleared: "Permission rewards cleared."
|
||||||
|
rewSetMcMMO: "Set mcMMO Classic skill rewards"
|
||||||
|
rewSetHeroes: "Set Heroes experience rewards"
|
||||||
|
rewSetPhat: "Set PhatLoot rewards"
|
||||||
|
rewSetCustom: "Set custom rewards"
|
||||||
|
rewSetHeroesClasses: "Set classes"
|
||||||
|
rewSetHeroesAmounts: "Set experience amounts"
|
||||||
|
rewMoneyPrompt: "Enter amount of <money>, <clear>, <cancel>"
|
||||||
|
rewExperiencePrompt: "Enter amount of experience, <clear>, <cancel>"
|
||||||
|
rewCommandPrompt: "Enter command rewards (use '<player>' to represent the player), <semicolon>, <clear>, <cancel>"
|
||||||
|
rewPermissionsPrompt: "Enter permission rewards, <space>, <clear>, <cancel>"
|
||||||
|
rewPermissionsWorldPrompt: "Enter permission worlds, <semicolon>, <clear>, <cancel>"
|
||||||
|
rewQuestPointsPrompt: "Enter amount of <points>, <clear>, <cancel>"
|
||||||
|
rewMcMMOPrompt: "Enter mcMMO Classic skills (or enter 'All' for all skills), <space>, <cancel>"
|
||||||
|
rewHeroesClassesPrompt: "Enter Heroes classes, <space>, <cancel>"
|
||||||
|
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed), <space>, <cancel>"
|
||||||
|
rewPhatLootsPrompt: "Enter PhatLoots, <space>, <clear>, <cancel>"
|
||||||
|
rewCustomRewardPrompt: "Enter the name of a custom reward to add, <clear>, <cancel>"
|
||||||
|
rewItemsCleared: "Item rewards cleared."
|
||||||
|
rewNoMcMMOSkills: "No skills set"
|
||||||
|
rewNoHeroesClasses: "No classes set"
|
||||||
|
rewSetMcMMOSkillsFirst: "You must set skills first!"
|
||||||
|
rewMcMMOCleared: "mcMMO Classic rewards cleared."
|
||||||
|
rewSetHeroesClassesFirst: "You must set classes first!"
|
||||||
|
rewHeroesCleared: "Heroes rewards cleared."
|
||||||
|
rewHeroesInvalidClass: "<input> is not a valid Heroes class name!"
|
||||||
|
rewPhatLootsInvalid: "<input> is not a valid PhatLoot name!"
|
||||||
|
rewPhatLootsCleared: "PhatLoots reward cleared."
|
||||||
|
rewCustomAlreadyAdded: "That custom reward has already been added!"
|
||||||
|
rewCustomNotFound: "Custom reward module not found."
|
||||||
|
rewCustomCleared: "Custom rewards cleared."
|
||||||
|
itemCreateLoadHand: "Load item in hand"
|
||||||
|
itemCreateSetName: "Set name"
|
||||||
|
itemCreateSetAmount: "Set amount"
|
||||||
|
itemCreateSetDurab: "Set durability"
|
||||||
|
itemCreateSetEnchs: "Add enchantments"
|
||||||
|
itemCreateSetDisplay: "Set display name"
|
||||||
|
itemCreateSetLore: "Set lore"
|
||||||
|
itemCreateSetClearMeta: "Clear extra data"
|
||||||
|
itemCreateEnterName: "Enter an item name, <cancel>"
|
||||||
|
itemCreateEnterAmount: "Enter item amount (max. 64), <cancel>"
|
||||||
|
itemCreateEnterDurab: "Enter item durability, <clear>, <cancel>"
|
||||||
|
itemCreateEnterEnch: "Enter an enchantment name, <clear>, <cancel>"
|
||||||
|
itemCreateEnterLevel: "Enter a level (number) for <enchantment>"
|
||||||
|
itemCreateEnterDisplay: "Enter item display name, <clear>, <cancel>"
|
||||||
|
itemCreateEnterLore: "Enter item lore, <semicolon>, <clear>, <cancel>"
|
||||||
|
itemCreateNoItem: "No item in hand!"
|
||||||
|
itemCreateNoName: "You must set a name first!"
|
||||||
|
itemCreateInvalidName: "Invalid item name!"
|
||||||
|
itemCreateInvalidDurab: "Invalid item durability!"
|
||||||
|
itemCreateInvalidEnch: "Invalid enchantment name!"
|
||||||
|
itemCreateInvalidInput: "Invalid input!"
|
||||||
|
itemCreateNoNameAmount: "You must set a name and amount first!"
|
||||||
|
itemCreateCriticalError: "A critical error has occurred."
|
||||||
|
dateCreateLoadTime: "Load current time"
|
||||||
|
dateCreateEnterDay: "Enter a day (max. 31), <cancel>"
|
||||||
|
dateCreateEnterMonth: "Enter a month (max. 12), <cancel>"
|
||||||
|
dateCreateEnterYear: "Enter a year (max. 9999), <cancel>"
|
||||||
|
dateCreateEnterHour: "Enter an hour (max. 23), <cancel>"
|
||||||
|
dateCreateEnterMinute: "Enter a minute (max. 59), <cancel>"
|
||||||
|
dateCreateEnterSecond: "Enter a second (max. 59), <cancel>"
|
||||||
|
dateCreateEnterOffset: "Enter a UTC time offset (max. 14), <cancel>"
|
||||||
|
dateCreateEnterZone: "Enter a UTC time zone, <cancel>"
|
||||||
|
dateCreateNoYearAmount: "You must set a year first!"
|
||||||
|
overrideCreateSet: "Set details list override"
|
||||||
|
overrideCreateEnter: "Enter replacement text, <clear>, <cancel>"
|
||||||
|
questObjectivesTitle: "---(<quest>)---"
|
||||||
|
questCompleteTitle: '**QUEST COMPLETE: <quest>**'
|
||||||
|
questRewardsTitle: "Rewards:"
|
||||||
|
questFailed: "*QUEST FAILED*"
|
||||||
|
questMaxAllowed: "You may only have up to <number> quests."
|
||||||
|
questAlreadyOn: "You are already on that quest!"
|
||||||
|
questTooEarly: "You may not take <quest> again for another <time>."
|
||||||
|
questAlreadyCompleted: "You have already completed <quest>."
|
||||||
|
questInvalidLocation: "You may not take <quest> at this location."
|
||||||
|
questInvalidDeliveryItem: "<item> is not a required item for this quest!"
|
||||||
|
questSelectedLocation: "Selected location"
|
||||||
|
questListTitle: "- List of Quests -"
|
||||||
|
questHelpTitle: "- Quests Help -"
|
||||||
|
questDisplayHelp: "- Display this help"
|
||||||
|
questNPCListTitle: "- Quests | <npc> -"
|
||||||
|
questAdminHelpTitle: "- Questadmin -"
|
||||||
|
questEditorTitle: "- Quest Editor -"
|
||||||
|
eventEditorTitle: "- Action Editor - "
|
||||||
|
conditionEditorTitle: "- Condition Editor - "
|
||||||
|
questCreateTitle: "- Create Quest -"
|
||||||
|
questEditTitle: "- Edit Quest -"
|
||||||
|
questDeleteTitle: "- Delete Quest -"
|
||||||
|
requirementsTitle: "- <quest> | Requirements -"
|
||||||
|
rewardsTitle: "- <quest> | Rewards -"
|
||||||
|
plannerTitle: "- <quest> | Planner -"
|
||||||
|
optionsTitle: "- <quest> | Options -"
|
||||||
|
itemRequirementsTitle: "- Item Requirements -"
|
||||||
|
itemRewardsTitle: "- Item Rewards -"
|
||||||
|
permissionRewardsTitle: "- Permission Rewards -"
|
||||||
|
mcMMORequirementsTitle: "- mcMMO Classic Requirements -"
|
||||||
|
mcMMORewardsTitle: "- mcMMO Classic Rewards -"
|
||||||
|
heroesRequirementsTitle: "- Heroes Requirements -"
|
||||||
|
heroesRewardsTitle: "- Heroes Rewards -"
|
||||||
|
heroesClassesTitle: "- Heroes Classes -"
|
||||||
|
heroesExperienceTitle: "- Heroes Experience -"
|
||||||
|
heroesPrimaryTitle: "- Primary Classes -"
|
||||||
|
heroesSecondaryTitle: "- Secondary Classes -"
|
||||||
|
phatLootsRewardsTitle: "- PhatLoots Rewards -"
|
||||||
|
customRequirementsTitle: "- Custom Requirements -"
|
||||||
|
customRewardsTitle: "- Custom Rewards -"
|
||||||
|
skillListTitle: "- Skill List -"
|
||||||
|
eventTitle: "- Action -"
|
||||||
|
completedQuestsTitle: "- Completed Quests -"
|
||||||
|
topQuestersTitle: "- Top <number> Questers -"
|
||||||
|
createItemTitle: "- Create Item -"
|
||||||
|
dateTimeTitle: "- Date & Time -"
|
||||||
|
timeZoneTitle: "- Time Zones -"
|
||||||
|
enchantmentsTitle: "- Enchantments -"
|
||||||
|
questGUITitle: "- GUI Item Display -"
|
||||||
|
questRegionTitle: "- Quest Region -"
|
||||||
|
effEnterName: "Enter an effect name to add it to the list, <cancel>"
|
||||||
|
cmdAdd: "add"
|
||||||
|
strAdd: "then enter '<command>' to include it"
|
||||||
|
cmdClear: "clear"
|
||||||
|
strClear: "or '<command>' to erase all data"
|
||||||
|
cmdCancel: "cancel"
|
||||||
|
strCancel: "or '<command>' to return"
|
||||||
|
cmdDone: "done"
|
||||||
|
strDone: "then enter '<command>' to save"
|
||||||
|
strSpace: "separating each by a space"
|
||||||
|
strSemicolon: "separating each by a semicolon"
|
||||||
|
charSemi: ";"
|
||||||
|
acceptQuest: "Accept quest?"
|
||||||
|
enterAnOption: "Enter an option"
|
||||||
|
questAccepted: "Quest accepted: <quest>"
|
||||||
|
currentQuest: "Current Quests:"
|
||||||
|
noMoreQuest: "No more quests available."
|
||||||
|
break: "Break"
|
||||||
|
damage: "Damage"
|
||||||
|
place: "Place"
|
||||||
|
use: "Use"
|
||||||
|
cut: "Shear"
|
||||||
|
craft: "Craft"
|
||||||
|
smelt: "Smelt"
|
||||||
|
enchantItem: "Enchant <item> with <enchantment>"
|
||||||
|
brew: "Brew"
|
||||||
|
consume: "Consume"
|
||||||
|
catchFish: "Catch Fish"
|
||||||
|
milkCow: "Milk Cow"
|
||||||
|
kill: "Kill"
|
||||||
|
killAtLocation: "Kill <mob> at <location>"
|
||||||
|
killPlayer: "Kill a Player"
|
||||||
|
deliver: "Deliver <item> to <npc>"
|
||||||
|
talkTo: "Talk to <npc>"
|
||||||
|
tame: "Tame"
|
||||||
|
shearSheep: "Shear <color> Sheep"
|
||||||
|
goTo: "Go to <location>"
|
||||||
|
completed: "Completed"
|
||||||
|
redoCompleted: "(Completed)"
|
||||||
|
consoleError: "This command may only be performed in-game."
|
||||||
|
noActiveQuest: "You do not currently have any active quests."
|
||||||
|
speakTo: 'Start: Speak to <npc>'
|
||||||
|
mustSpeakTo: "You must speak to <npc> to start this quest."
|
||||||
|
noCommandStart: "<quest> may not be started via command."
|
||||||
|
permissionDisplay: "Permission:"
|
||||||
|
heroesClass: "class"
|
||||||
|
mcMMOLevel: "level"
|
||||||
|
haveCompleted: "You have completed <quest>"
|
||||||
|
cannotComplete: "Cannot complete <quest>"
|
||||||
|
questNotFound: "Quest not found."
|
||||||
|
alreadyConversing: "You already are in a conversation!"
|
||||||
|
inputNum: "Input must be a number."
|
||||||
|
inputPosNum: "Input must be a positive number."
|
||||||
|
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."
|
||||||
|
questInvalidChoice: "Invalid choice. Type '<yes>' or '<no>'"
|
||||||
|
pageSelectionNum: "Page selection must be a number."
|
||||||
|
pageSelectionPosNum: "Page selection must be a positive number."
|
||||||
|
questTakeDisabled: "Taking quests via commands has been disabled."
|
||||||
|
questQuit: "You have quit <quest>"
|
||||||
|
questQuitDisabled: "Quitting this quest has been disabled."
|
||||||
|
questsUnknownCommand: "Unknown command. Type /quests for help."
|
||||||
|
pageNotExist: "Page does not exist."
|
||||||
|
pageFooter: "- Page <current> of <all> -"
|
||||||
|
questsReloaded: "Quest data reloaded."
|
||||||
|
numQuestsLoaded: "<number> quests loaded."
|
||||||
|
questForceTake: "<player> has forcibly started the quest <quest>."
|
||||||
|
questForcedTake: "<player> has forced you to take the quest <quest>."
|
||||||
|
questForceQuit: "<player> has forcibly quit the quest <quest>."
|
||||||
|
questForcedQuit: "<player> has forced you to quit the quest <quest>."
|
||||||
|
questForceFinish: "<player> has forcibly finished their quest <quest>."
|
||||||
|
questForcedFinish: "<player> has forced you to finish your 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>."
|
||||||
|
questReset: "<player> has been reset."
|
||||||
|
questRemoved: "Quest <quest> has been removed from player <player>'s completed quests."
|
||||||
|
settingAllQuestPoints: "Setting all players' <points>..."
|
||||||
|
allQuestPointsSet: "All players' <points> have been set to <number>!"
|
||||||
|
setQuestPoints: "<player>'s <points> have been set to <number>."
|
||||||
|
questPointsSet: "<player> has set your <points> to <number>."
|
||||||
|
takeQuestPoints: "Took away <number> <points> from <player>."
|
||||||
|
questPointsTaken: "<player> took away <number> <points>."
|
||||||
|
giveQuestPoints: "Gave <number> <points> from <player>."
|
||||||
|
questPointsGiven: "<player> gave you <number> <points>."
|
||||||
|
invalidMinimum: "Input must be at least <number>!"
|
||||||
|
invalidRange: "Input must be between <least> and <greatest>!"
|
||||||
|
invalidOption: "Invalid option!"
|
||||||
|
noCurrentQuest: "<player> does not currently have any active quests."
|
||||||
|
playerNotFound: "Player not found."
|
||||||
|
questsPlayerHasQuestAlready: "<player> is already on the quest <quest>!"
|
||||||
|
questsUnknownAdminCommand: "Unknown command. Type /questsadmin for help."
|
||||||
|
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||||
|
questSaveError: "An error occurred while saving."
|
||||||
|
questErrorReadingFile: "Error reading <file>."
|
||||||
|
errorReading: "Error reading <file>, skipping..."
|
||||||
|
errorReadingSuppress: "Error reading <file>, suppressing further errors."
|
||||||
|
errorDataFolder: "Error: Unable to read from data folder!"
|
||||||
|
errorLoading: "Plugin is currently loading. Please try again later!"
|
||||||
|
unknownError: "An unknown error occurred. See console output."
|
||||||
|
journalTitle: "Quest Journal"
|
||||||
|
journalTaken: "You take out your <journal>."
|
||||||
|
journalPutAway: "You put away your <journal>."
|
||||||
|
journalNoRoom: "You have no room in your inventory for your <journal>!"
|
||||||
|
journalNoQuests: "You have no accepted quests!"
|
||||||
|
journalDenied: "You cannot do that with your <journal>."
|
||||||
|
compassSet: "Set compass target to quest <quest>."
|
||||||
|
compassReset: "Reset compass target."
|
||||||
|
timeZone: "Time zone"
|
||||||
|
timeDay: "Day"
|
||||||
|
timeDays: "Days"
|
||||||
|
timeMonth: "Month"
|
||||||
|
timeMonths: "Months"
|
||||||
|
timeYear: "Year"
|
||||||
|
timeYears: "Years"
|
||||||
|
timeHour: "Hour"
|
||||||
|
timeHours: "Hours"
|
||||||
|
timeMinute: "Minute"
|
||||||
|
timeMinutes: "Minutes"
|
||||||
|
timeSecond: "Second"
|
||||||
|
timeSeconds: "Seconds"
|
||||||
|
timeMillisecond: "Millisecond"
|
||||||
|
timeMilliseconds: "Milliseconds"
|
||||||
|
delay: "Delay"
|
||||||
|
save: "Save"
|
||||||
|
exit: "Exit"
|
||||||
|
exited: "Exited"
|
||||||
|
cancel: "Cancel"
|
||||||
|
cancelled: "Cancelled"
|
||||||
|
questTimeout: "Cancelled."
|
||||||
|
yesWord: "Yes"
|
||||||
|
noWord: "No"
|
||||||
|
"true": "true"
|
||||||
|
"false": "false"
|
||||||
|
clear: "Clear"
|
||||||
|
cleared: "Cleared"
|
||||||
|
edit: "Edit"
|
||||||
|
none: "None"
|
||||||
|
done: "Done"
|
||||||
|
noneSet: "None set"
|
||||||
|
noDelaySet: "No delay set"
|
||||||
|
noIdsSet: "No IDs set"
|
||||||
|
noNamesSet: "No names set"
|
||||||
|
worlds: "Worlds"
|
||||||
|
points: "points"
|
||||||
|
npcHint: "Note: You can left or right click on NPCs to get their ID."
|
||||||
|
listsNotSameSize: "All required lists must have the same number of entries!"
|
||||||
|
listDuplicate: "List contains duplicates!"
|
||||||
|
id: "ID"
|
||||||
|
quest: "Quest"
|
||||||
|
event: "Action"
|
||||||
|
condition: "Condition"
|
||||||
|
quests: "Quests"
|
||||||
|
createdBy: "Created by"
|
||||||
|
continuedBy: "and continued by"
|
||||||
|
questPoints: "Quest Points"
|
||||||
|
accepted: "Accepted"
|
||||||
|
complete: "Complete"
|
||||||
|
redoable: "Redoable"
|
||||||
|
objectives: "Objectives"
|
||||||
|
everything: "Everything"
|
||||||
|
usage: "Usage"
|
||||||
|
redoableEvery: "Redoable every <time>."
|
||||||
|
requirements: "Requirements"
|
||||||
|
requirementsItemFail: "Unable to collect required item. Is it in your off-hand?"
|
||||||
|
conditionFailQuit: "Condition failed. You have quit <quest>."
|
||||||
|
conditionFailRetry: "Condition not yet met for this stage of <quest>."
|
||||||
|
money: "Money"
|
||||||
|
with: "with"
|
||||||
|
to: "to"
|
||||||
|
blocksWithin: "within <amount> blocks of"
|
||||||
|
valRequired: "Value required"
|
||||||
|
experience: "Experience"
|
||||||
|
timePrompt: "Enter amount of time (in seconds), <clear>, <cancel>"
|
||||||
|
timerMessage: "Time left to finish the quest/stage: <time> seconds"
|
||||||
|
timerStart: "You have <time> seconds to finish this quest/stage"
|
||||||
|
noPermission: "You do not have permission to do that."
|
||||||
|
duplicateEditor: "You are already using an editor!"
|
||||||
|
difference: "The difference is '<data>'."
|
||||||
|
notInstalled: "Not installed"
|
||||||
|
confirmDelete: "Are you sure?"
|
Loading…
Reference in New Issue
Block a user