mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-14 22:55:54 +01:00
Merge pull request #198 from FlyingPikachu/l10n_master
New Crowdin translations
This commit is contained in:
commit
e6d9ce22ff
858
src/main/resources/lang/af/strings.yml
Normal file
858
src/main/resources/lang/af/strings.yml
Normal file
@ -0,0 +1,858 @@
|
||||
---
|
||||
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"
|
||||
questDisplayHelp: "- Display this help"
|
||||
COMMAND_LIST: "list"
|
||||
COMMAND_LIST_HELP: "list [page] - List available Quests"
|
||||
COMMAND_TAKE: "take"
|
||||
COMMAND_TAKE_HELP: "take [quest name] - Accept a Quest"
|
||||
COMMAND_TAKE_USAGE: 'Usage: /quests take [quest]'
|
||||
COMMAND_QUIT: "quit"
|
||||
COMMAND_QUIT_HELP: "quit [quest] - Quit a current Quest"
|
||||
COMMAND_EDITOR: "editor"
|
||||
COMMAND_EDITOR_HELP: "editor - Create/Edit Quests"
|
||||
COMMAND_EVENTS_EDITOR: "events"
|
||||
COMMAND_EVENTS_EDITOR_HELP: "events - Create/Edit Events"
|
||||
COMMAND_STATS: "stats"
|
||||
COMMAND_STATS_HELP: "stats - View your Questing stats"
|
||||
COMMAND_TOP: "top"
|
||||
COMMAND_TOP_HELP: "top [number] - View top Questers"
|
||||
COMMAND_TOP_USAGE: 'Usage: /quests top [number]'
|
||||
COMMAND_INFO: "info"
|
||||
COMMAND_INFO_HELP: "info - Display plugin information"
|
||||
COMMAND_JOURNAL: "journal"
|
||||
COMMAND_JOURNAL_HELP: "journal - View/Put away your Quest Journal"
|
||||
COMMAND_QUEST_HELP: "- Display current Quest objectives"
|
||||
COMMAND_QUESTINFO_HELP: "[quest name] - Display Quest information"
|
||||
COMMAND_QUESTADMIN_HELP: "- View Questadmin help"
|
||||
COMMAND_QUESTADMIN_STATS: "stats"
|
||||
COMMAND_QUESTADMIN_STATS_HELP: "stats [player] - View Questing statistics of a player"
|
||||
COMMAND_QUESTADMIN_GIVE: "give"
|
||||
COMMAND_QUESTADMIN_GIVE_HELP: "give [player] [quest] - Force a player to take a Quest"
|
||||
COMMAND_QUESTADMIN_QUIT: "quit"
|
||||
COMMAND_QUESTADMIN_QUIT_HELP: "quit [player] [quest] - Force a player to quit their Quest"
|
||||
COMMAND_QUESTADMIN_POINTS: "points"
|
||||
COMMAND_QUESTADMIN_POINTS_HELP: "points [player] [amount] - Set a players Quest Points"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [player] [amount] - Take a players Quest Points"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [player] [amount] - Give a player Quest Points"
|
||||
COMMAND_QUESTADMIN_POINTSALL: "pointsall"
|
||||
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] - Set ALL players' Quest Points"
|
||||
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||
COMMAND_QUESTADMIN_FINISH_HELP: "finish [player] [quest] - Immediately force Quest completion for a player"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE: "nextstage"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "nextstage [player] [quest] - Immediately force Stage completion for a player"
|
||||
COMMAND_QUESTADMIN_SETSTAGE: "setstage"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_HELP: "setstage [player] [quest] [stage] - Set the current Stage for a player"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Usage: /questadmin setstage [player] [quest] [stage]'
|
||||
COMMAND_QUESTADMIN_PURGE: "purge"
|
||||
COMMAND_QUESTADMIN_PURGE_HELP: "purge [player] - Clear all Quests data of a player AND BLACKLISTS THEM"
|
||||
COMMAND_QUESTADMIN_RESET: "reset"
|
||||
COMMAND_QUESTADMIN_RESET_HELP: "reset [player] - Clear all Quests data of a player"
|
||||
COMMAND_QUESTADMIN_REMOVE: "remove"
|
||||
COMMAND_QUESTADMIN_REMOVE_HELP: "remove [player] [quest] - Remove a completed Quest from a player"
|
||||
COMMAND_QUESTADMIN_TOGGLEGUI: "togglegui"
|
||||
COMMAND_QUESTADMIN_TOGGLEGUI_HELP: "togglegui [npc id] - Toggle GUI Quest Display on an NPC"
|
||||
COMMAND_QUESTADMIN_RELOAD: "reload"
|
||||
COMMAND_QUESTADMIN_RELOAD_HELP: "reload - Reload all Quests"
|
||||
questEditorHeader: "Create Quest"
|
||||
questEditorCreate: "Create new Quest"
|
||||
questEditorEdit: "Edit a Quest"
|
||||
questEditorDelete: "Delete Quest"
|
||||
questEditorName: "Set name"
|
||||
questEditorAskMessage: "Set ask message"
|
||||
questEditorFinishMessage: "Set finish message"
|
||||
questEditorRedoDelay: "Set redo delay"
|
||||
questEditorNPCStart: "Set NPC start"
|
||||
questEditorBlockStart: "Set Block start"
|
||||
questEditorInitialEvent: "Set initial Event"
|
||||
questEditorSetGUI: "Set GUI Item display"
|
||||
questEditorReqs: "Edit Requirements"
|
||||
questEditorStages: "Edit Stages"
|
||||
questEditorRews: "Edit Rewards"
|
||||
questEditorEnterQuestName: "Enter Quest name (or 'cancel' to return)"
|
||||
questEditorEditEnterQuestName: "Enter Quest name to edit (or 'cancel' to return)"
|
||||
questEditorEnterAskMessage: "Enter ask message (or 'cancel' to return)"
|
||||
questEditorEnterFinishMessage: "Enter finish message (or 'cancel' to return)"
|
||||
questEditorEnterRedoDelay: "Enter amount of time (in seconds), 0 to clear the redo delay or -1 to cancel"
|
||||
questEditorEnterNPCStart: "Enter NPC ID, -1 to clear the NPC start or -2 to cancel"
|
||||
questEditorEnterBlockStart: "Right-click on a block to use as a start point, then enter 'done' to save, or enter 'clear' to clear the block start, or 'cancel' to return"
|
||||
questEditorEnterInitialEvent: "Enter an Event name, or enter 'clear' to clear the initial Event, or 'cancel' to return"
|
||||
questRequiredNoneSet: "Required, none set"
|
||||
questWGSetRegion: "Set Region"
|
||||
questWGNotInstalled: "WorldGuard not installed"
|
||||
questWGPrompt: "Enter WorldGuard region, or enter 'clear' to clear the region, or 'cancel' to return."
|
||||
questWGInvalidRegion: "<region> is not a valid WorldGuard region!"
|
||||
questWGRegionCleared: "Quest region cleared."
|
||||
questCitNotInstalled: "Citizens not installed"
|
||||
questDenNotInstalled: "Denizen not installed"
|
||||
questGUIError: 'Error: That item is already being used as the GUI Display for the Quest <quest>.'
|
||||
questCurrentItem: "Current item:"
|
||||
questSetItem: "Set Item"
|
||||
questClearItem: "Clear Item"
|
||||
questGUICleared: "Quest GUI Item Display cleared."
|
||||
questDeleted: "Quest deleted! Quests and Events have been reloaded."
|
||||
questEditorNameExists: "A Quest with that name already exists!"
|
||||
questEditorBeingEdited: "Someone is creating/editing a Quest with that name!"
|
||||
questEditorInvalidQuestName: "Name may not contain periods or commas!"
|
||||
questEditorInvalidEventName: "is not a valid event name!"
|
||||
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 Event 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: "Quest saved! (You will need to perform a Quest reload for it to appear)"
|
||||
questEditorExited: "Are you sure you want to exit without saving?"
|
||||
questEditorDeleted: "Are you sure you want to delete the Quest"
|
||||
questEditorNoPermsCreate: "You do not have permission to create Quests."
|
||||
questEditorNoPermsEdit: "You do not have permission to edit Quests."
|
||||
questEditorNoPermsDelete: "You do not have permission to delete Quests."
|
||||
stageEditorEditStage: "Edit Stage"
|
||||
stageEditorNewStage: "Add new Stage"
|
||||
stageEditorStages: "Stages"
|
||||
stageEditorStage: "Stage"
|
||||
stageEditorBreakBlocks: "Break Blocks"
|
||||
stageEditorDamageBlocks: "Damage Blocks"
|
||||
stageEditorPlaceBlocks: "Place Blocks"
|
||||
stageEditorUseBlocks: "Use Blocks"
|
||||
stageEditorCutBlocks: "Cut Blocks"
|
||||
stageEditorCatchFish: "Catch Fish"
|
||||
stageEditorFish: "fish"
|
||||
stageEditorKillPlayers: "Kill Players"
|
||||
stageEditorPlayers: "players"
|
||||
stageEditorEnchantItems: "Enchant Items"
|
||||
stageEditorDeliverItems: "Deliver Items"
|
||||
stageEditorTalkToNPCs: "Talk to NPCs"
|
||||
stageEditorKillNPCs: "Kill NPCs"
|
||||
stageEditorKillMobs: "Kill Mobs"
|
||||
stageEditorReachLocs: "Reach locations"
|
||||
stageEditorReachRadii1: "Reach within"
|
||||
stageEditorReachRadii2: "blocks of"
|
||||
stageEditorTameMobs: "Tame Mobs"
|
||||
stageEditorShearSheep: "Shear Sheep"
|
||||
stageEditorEvents: "Events"
|
||||
stageEditorStageEvents: "Stage Events"
|
||||
stageEditorStartEvent: "Start Event"
|
||||
stageEditorStartEventCleared: "Start Event cleared."
|
||||
stageEditorFinishEvent: "Finish Event"
|
||||
stageEditorFinishEventCleared: "Finish Event cleared."
|
||||
stageEditorChatEvents: "Chat Events"
|
||||
stageEditorChatTrigger: "Chat Trigger"
|
||||
stageEditorTriggeredBy: "Triggered by"
|
||||
stageEditorChatEventsCleared: "Chat Events cleared."
|
||||
stageEditorDeathEvent: "Death Event"
|
||||
stageEditorDeathEventCleared: "Death Event cleared."
|
||||
stageEditorDisconnectEvent: "Disconnect Event"
|
||||
stageEditorDisconnectEventCleared: "Disconnect Event 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 durability"
|
||||
stageEditorSetDamageAmounts: "Set damage amounts"
|
||||
stageEditorSetPlaceAmounts: "Set place amounts"
|
||||
stageEditorSetUseAmounts: "Set use amounts"
|
||||
stageEditorSetCutAmounts: "Set cut amounts"
|
||||
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 Objectives"
|
||||
stageEditorAddPasswordDisplay: "Add password display"
|
||||
stageEditorAddPasswordPhrases: "Add password phrase(s)"
|
||||
stageEditorNoPasswordDisplays: "No password displays set"
|
||||
stageObjectiveOverride: "Objective Display Override"
|
||||
stageEditorCustom: "Custom Objectives"
|
||||
stageEditorNoModules: "No modules loaded"
|
||||
stageEditorModuleNotFound: "Custom objective module not found."
|
||||
stageEditorCustomPrompt: "Enter the name of a custom objective to add, or enter 'clear' to clear all custom objectives, or 'cancel' to return."
|
||||
stageEditorCustomAlreadyAdded: "That custom objective has already been added!"
|
||||
stageEditorCustomCleared: "Custom objectives cleared."
|
||||
stageEditorCustomDataPrompt: "Enter value for <data>:"
|
||||
stageEditorEnterBlockNames: "Enter block names (or IDs), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorBreakBlocksPrompt: "Enter break amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorDamageBlocksPrompt: "Enter damage amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorPlaceBlocksPrompt: "Enter place amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorUseBlocksPrompt: "Enter use amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorCutBlocksPrompt: "Enter cut amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorEnterBlockDurability: "Enter block durability (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorCatchFishPrompt: "Enter number of fish to catch, or 0 to clear the fish catch objective, or -1 to cancel"
|
||||
stageEditorKillPlayerPrompt: "Enter number of players to kill, or 0 to clear the player kill objective, or -1 to cancel"
|
||||
stageEditorEnchantTypePrompt: "Enter enchantment names, separating each one by a comma, or enter 'cancel' to return."
|
||||
stageEditorEnchantAmountsPrompt: "Enter enchant amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorItemNamesPrompt: "Enter item names, separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorNPCPrompt: "Enter NPC ids, separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorNPCToTalkToPrompt: "Enter NPC IDs, separating each one by a space, or enter 'clear' to clear the NPC ID list, or 'cancel' to return."
|
||||
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
||||
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobAmountsPrompt: "Enter mob amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the kill location list, or enter 'cancel' to return"
|
||||
stageEditorMobLocationRadiiPrompt: "Enter kill location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
||||
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorReachLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||
stageEditorTameAmountsPrompt: "Enter tame amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorShearColorsPrompt: "Enter sheep colors separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorShearAmountsPrompt: "Enter shear amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorEventsPrompt: "Enter an event name, or enter 'clear' to clear the event, or 'cancel' to return"
|
||||
stageEditorChatEventsPrompt: "Enter an event name to add, or enter 'clear' to clear all chat events, or 'cancel' to return"
|
||||
stageEditorChatEventsTriggerPromptA: "Enter a chat trigger for"
|
||||
stageEditorChatEventsTriggerPromptB: "or enter 'cancel' to return."
|
||||
stageEditorDelayPrompt: "Enter time (in seconds), or enter 'clear' to clear the delay, or 'cancel' to return"
|
||||
stageEditorDelayMessagePrompt: "Enter delay message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorScriptPrompt: "Enter script name, or enter 'clear' to clear the script, or 'cancel' to return"
|
||||
stageEditorStartMessagePrompt: "Enter start message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorCompleteMessagePrompt: "Enter complete message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorPasswordDisplayPrompt: "Enter a password display, or 'cancel' to return"
|
||||
stageEditorPasswordDisplayHint: "(This is the text that will be displayed to the player as their objective)"
|
||||
stageEditorPasswordPhrasePrompt: "Enter a password phrase, or 'cancel' to return"
|
||||
stageEditorPasswordPhraseHint1: "(This is the text that a player has to say to complete the objective)"
|
||||
stageEditorPasswordPhraseHint2: "If you want multiple password phrases, seperate them by a | (pipe)"
|
||||
stageEditorObjectiveOverridePrompt: "Enter objective display override, or 'clear' to clear the override, or 'cancel' to return."
|
||||
stageEditorObjectiveOverrideHint: "(The objective display override will show up as the players current objective)"
|
||||
stageEditorObjectiveOverrideCleared: "Objective display override cleared."
|
||||
stageEditorDeliveryAddItem: "Add item"
|
||||
stageEditorDeliveryNPCs: "Set NPC IDs"
|
||||
stageEditorDeliveryMessages: "Set delivery messages"
|
||||
stageEditorContainsDuplicates: "List contains duplicates!"
|
||||
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!"
|
||||
stageEditorInvalidNumber: "is not a number!"
|
||||
stageEditorInvalidDye: "is not a valid dye color!"
|
||||
stageEditorInvalidEvent: "is not a valid event name!"
|
||||
stageEditorDuplicateEvent: "Event is already in the list!"
|
||||
stageEditorInvalidDelay: "Delay must be at least one second!"
|
||||
stageEditorInvalidScript: "Denizen script not found!"
|
||||
stageEditorNoCitizens: "Citizens is not installed!"
|
||||
stageEditorNoDenizen: "Denizen is not installed!"
|
||||
stageEditorPositiveAmount: "You must enter a positive number!"
|
||||
stageEditorNoNumber: "Input was not a number!"
|
||||
stageEditorNotGreaterThanZero: "is not greater than 0!"
|
||||
stageEditorNotListofNumbers: "Invalid entry, input was not a list of numbers!"
|
||||
stageEditorNoDelaySet: "You must set a delay first!"
|
||||
stageEditorNoBlockNames: "You must set block names first!"
|
||||
stageEditorNoEnchantments: "You must set enchantments first!"
|
||||
stageEditorNoItems: "You must add items first!"
|
||||
stageEditorNoDeliveryMessage: "You must set at least one delivery message!"
|
||||
stageEditorNoNPCs: "You must set NPC IDs first!"
|
||||
stageEditorNoMobTypes: "You must set mob types first!"
|
||||
stageEditorNoKillLocations: "You must set kill locations first!"
|
||||
stageEditorNoBlockSelected: "You must select a block first."
|
||||
stageEditorNoColors: "You must set colors first!"
|
||||
stageEditorNoLocations: "You must set locations first!"
|
||||
stageEditorNoEnchantmentsSet: "No enchantments set"
|
||||
stageEditorNoItemsSet: "No items set"
|
||||
stageEditorNoMobTypesSet: "No mob types set"
|
||||
stageEditorNoLocationsSet: "No locations set"
|
||||
stageEditorNoColorsSet: "No colors set"
|
||||
stageEditorListNotSameSize: "The block names list and the amounts list are not the same size!"
|
||||
stageEditorEnchantmentNotSameSize: "The enchantments list, the item id list and the enchant amount list are not the same size!"
|
||||
stageEditorDeliveriesNotSameSize: "The item list and the NPC list are not equal in size!"
|
||||
stageEditorNPCKillsNotSameSize: "The NPC IDs list and the kill amounts list are not the same size!"
|
||||
stageEditorAllListsNotSameSize: "All of your lists are not the same size!"
|
||||
stageEditorMobTypesNotSameSize: "The mob types list and the mob amounts list are not the same size!"
|
||||
stageEditorTameMobsNotSameSize: "The mob types list and the tame amounts list are not the same size!"
|
||||
stageEditorShearNotSameSize: "The sheep colors list and the shear amounts list are not the same size!"
|
||||
stageEditorMustSetPasswordDisplays: "You must add at least one password display first!"
|
||||
stageEditorAddPasswordCleared: "Password Objectives cleared."
|
||||
stageEditorPasswordNotSameSize: "The password display and password phrase lists are not the same size!"
|
||||
stageEditorListContainsDuplicates: " List contains duplicates!"
|
||||
stageEditorDelayCleared: "Delay cleared."
|
||||
stageEditorDelayMessageCleared: "Delay message cleared."
|
||||
stageEditorDenizenCleared: "Denizen script cleared."
|
||||
stageEditorBreakBlocksCleared: "Break blocks objective cleared."
|
||||
stageEditorDamageBlocksCleared: "Damage blocks objective cleared."
|
||||
stageEditorPlaceBlocksCleared: "Place blocks objective cleared."
|
||||
stageEditorUseBlocksCleared: "Use blocks objective cleared."
|
||||
stageEditorCutBlocksCleared: "Cut blocks objective cleared."
|
||||
stageEditorEnchantmentsCleared: "Enchantment objective cleared."
|
||||
stageEditorDeliveriesCleared: "Delivery objective cleared."
|
||||
stageEditorReachLocationsCleared: "Reach Locations objective cleared."
|
||||
stageEditorKillNPCsCleared: "Kill NPCs objective cleared."
|
||||
stageEditorKillMobsCleared: "Kill Mobs objective cleared."
|
||||
stageEditorTameCleared: "Tame Mobs objective cleared."
|
||||
stageEditorShearCleared: "Shear Sheep objective cleared."
|
||||
stageEditorStartMessageCleared: "Start message cleared."
|
||||
stageEditorCompleteMessageCleared: "Complete message cleared."
|
||||
stageEditorConfirmStageDelete: "Are you sure you want to delete this stage?"
|
||||
stageEditorConfirmStageNote: "Any Stages after will be shifted back one spot"
|
||||
stageEditorDeleteSucces: "Stage deleted successfully."
|
||||
stageEditorEnchantments: "Enchantments"
|
||||
stageEditorNPCNote: 'Note: You may specify the name of the NPC with <npc>'
|
||||
stageEditorOptional: "Optional"
|
||||
stageEditorColors: "Sheep Colors"
|
||||
allListsNotSameSize: "All of your lists are not the same size!"
|
||||
eventEditorCreate: "Create new Event"
|
||||
eventEditorEdit: "Edit an Event"
|
||||
eventEditorDelete: "Delete an Event"
|
||||
eventEditorCreatePermisssions: "You do not have permission to create new Events."
|
||||
eventEditorEditPermisssions: "You do not have permission to edit Events."
|
||||
eventEditorDeletePermisssions: "You do not have permission to delete Events."
|
||||
eventEditorNoneToEdit: "No Events currently exist to be edited!"
|
||||
eventEditorNoneToDelete: "No Events currently exist to be deleted!"
|
||||
eventEditorNotFound: "Event not found!"
|
||||
eventEditorExists: "Event already exists!"
|
||||
eventEditorSomeone: "Someone is already creating or editing an Event with that name!"
|
||||
eventEditorAlpha: "Name must be alphanumeric!"
|
||||
eventEditorErrorReadingFile: "Error reading Events file."
|
||||
eventEditorErrorSaving: "An error occurred while saving."
|
||||
eventEditorDeleted: "Event deleted, Quests and Events reloaded."
|
||||
eventEditorSaved: "Event saved, Quests and Events reloaded."
|
||||
eventEditorEnterEventName: "Enter an Event name, or 'cancel' to return."
|
||||
eventEditorDeletePrompt: "Are you sure you want to delete the Event"
|
||||
eventEditorQuitWithoutSaving: "Are you sure you want to quit without saving?"
|
||||
eventEditorFinishAndSave: "Are you sure you want to finish and save the Event"
|
||||
eventEditorModifiedNote: 'Note: You have modified an Event that the following Quests use:'
|
||||
eventEditorForcedToQuit: "If you save the Event, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||
eventEditorEventInUse: "The following Quests use the Event"
|
||||
eventEditorMustModifyQuests: "eventEditorNotFound"
|
||||
eventEditorListSizeMismatch: "The lists are not the same size!"
|
||||
eventEditorListDuplicates: "List contains duplicates!"
|
||||
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||
eventEditorInvalidEntry: "Invalid entry"
|
||||
eventEditorSetName: "Set name"
|
||||
eventEditorSetMessage: "Set message"
|
||||
eventEditorClearInv: "Clear player 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: "Set potion effects"
|
||||
eventEditorSetHunger: "Set player hunger level"
|
||||
eventEditorSetSaturation: "Set player saturation level"
|
||||
eventEditorSetHealth: "Set player health level"
|
||||
eventEditorEnterTimerSeconds: "Set number of seconds left before the quest fails (use cancel-timer event to cancel timers)"
|
||||
eventEditorSetTimer: "Set time to fail quest"
|
||||
eventEditorCancelTimer: "Cancel the quest timer"
|
||||
eventEditorSetTeleport: "Set player teleport location"
|
||||
eventEditorSetCommands: "Set commands to execute"
|
||||
eventEditorItems: "Event Items"
|
||||
eventEditorSetItems: "Give items"
|
||||
eventEditorItemsCleared: "Event items cleared."
|
||||
eventEditorAddItem: "Add item"
|
||||
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!"
|
||||
eventEditorNotGreaterThanZero: "is not greater than 0!"
|
||||
eventEditorNotANumber: "is not a number!"
|
||||
eventEditorStorm: "Event 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, or enter 'cancel' to return"
|
||||
eventEditorEnterDuration: "Enter duration (in seconds)"
|
||||
eventEditorAtLeastOneSecond: "Amount must be at least 1 second!"
|
||||
eventEditorNotGreaterThanOneSecond: "is not greater than 1 second!"
|
||||
eventEditorThunder: "Event Thunder"
|
||||
eventEditorMustSetThunderDuration: "You must set a thunder duration!"
|
||||
eventEditorThunderCleared: "Thunder data cleared."
|
||||
eventEditorEnterThunderWorld: "Enter a world name for the thunder to occur in, or enter 'cancel' to return"
|
||||
eventEditorEffects: "Event Effects"
|
||||
eventEditorAddEffect: "Add effect"
|
||||
eventEditorAddEffectLocation: "Add effect location"
|
||||
eventEditorNoEffects: "No effects set"
|
||||
eventEditorMustAddEffects: "You must add effects first!"
|
||||
eventEditorInvalidEffect: "is not a valid effect name!"
|
||||
eventEditorEffectsCleared: "Event effects cleared."
|
||||
eventEditorEffectLocationPrompt: "Right-click on a block to play an effect at, then enter 'add' to add it to the list, or enter 'cancel' to return"
|
||||
eventEditorMobSpawns: "Event Mob Spawns"
|
||||
eventEditorAddMobTypes: "Add mob"
|
||||
eventEditorNoTypesSet: "(No type set)"
|
||||
eventEditorMustSetMobTypesFirst: "You must set the mob type first!"
|
||||
eventEditorSetMobAmounts: "Set mob amount"
|
||||
eventEditorNoAmountsSet: "(No amounts set)"
|
||||
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"
|
||||
eventEditorSetMobSpawnLoc: "Right-click on a block to spawn a mob at, then enter 'add' to the confirm it, or enter 'cancel' to return"
|
||||
eventEditorSetMobSpawnAmount: "Set the amount of mobs to spawn"
|
||||
eventEditorSetDropChance: "Set the drop chance"
|
||||
eventEditorInvalidDropChance: "Drop chance has to be between 0.0 and 1.0"
|
||||
eventEditorLightningPrompt: "Right-click on a block to spawn a lightning strike at, then enter 'add' to add it to the list, or enter 'clear' to clear the locations list, or 'cancel' to return"
|
||||
eventEditorPotionEffects: "Event 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!"
|
||||
eventEditorNoDurationsSet: "(No durations set)"
|
||||
eventEditorSetPotionMagnitudes: "Set potion effect magnitudes"
|
||||
eventEditorPotionsCleared: "Potion effects cleared."
|
||||
eventEditorInvalidPotionType: "is not a valid potion effect type!"
|
||||
eventEditorEnterNPCId: "Enter NPC ID (or -1 to return)"
|
||||
eventEditorNoNPCExists: "No NPC exists with that id!"
|
||||
eventEditorExplosionPrompt: "Right-click on a block to spawn an explosion at, then enter 'add' to add it to the list, or enter 'clear' to clear the explosions list, or 'cancel' to return"
|
||||
eventEditorSelectBlockFirst: "You must select a block first."
|
||||
eventEditorSetMessagePrompt: "Enter message, or enter 'none' to delete, (or 'cancel' to return)"
|
||||
eventEditorSetItemNamesPrompt: "Enter item names separating each one by a space, or enter 'cancel' to return."
|
||||
eventEditorSetItemAmountsPrompt: "Enter item amounts (numbers) separating each one by a space, or enter 'cancel' to return."
|
||||
eventEditorSetMobTypesPrompt: "Enter mob name, or enter 'cancel' to return"
|
||||
eventEditorSetMobAmountsPrompt: "Enter mob amount, or enter 'cancel' to return"
|
||||
eventEditorSetMobNamePrompt: "Set the name for this mob, or enter 'cancel' to return"
|
||||
eventEditorSetMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the mob spawn location list, or enter 'cancel' to return"
|
||||
eventEditorSetPotionEffectsPrompt: "Enter potion effect types separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetPotionDurationsPrompt: "Enter effect durations (in milliseconds) separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetHungerPrompt: "Enter hunger level, or -1 to remove it"
|
||||
eventEditorHungerLevelAtLeastZero: "Hunger level must be at least 0!"
|
||||
eventEditorSetSaturationPrompt: "Enter saturation level, or -1 to remove it"
|
||||
eventEditorSaturationLevelAtLeastZero: "Saturation level must be at least 0!"
|
||||
eventEditorSetHealthPrompt: "Enter health level, or -1 to remove it"
|
||||
eventEditorHealthLevelAtLeastZero: "Health level must be at least 0!"
|
||||
eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to, then enter 'done' to finish, or enter 'clear' to clear the teleport location, or 'cancel' to return"
|
||||
eventEditorCommandsNote: 'Note: You may use <player> to refer to the player''s name.'
|
||||
eventEditorSetCommandsPrompt: "Enter commands separating each one by a comma, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
reqSetMoney: "Set money requirement"
|
||||
reqSetQuestPoints: "Set Quest Points requirement"
|
||||
reqSetItem: "Set item requirements"
|
||||
reqSetPerms: "Set permission requirements"
|
||||
reqSetQuest: "Set Quest requirements"
|
||||
reqSetQuestBlocks: "Set Quest blocks"
|
||||
reqSetMcMMO: "Set mcMMO requirements"
|
||||
reqSetHeroes: "Set Heroes requirements"
|
||||
reqSetCustom: "Custom requirements"
|
||||
reqSetFail: "Set fail requirements message"
|
||||
reqSetSkills: "Set skills"
|
||||
reqSetSkillAmounts: "Set skill amounts"
|
||||
reqHeroesSetPrimary: "Set Primary Class"
|
||||
reqHeroesSetSecondary: "Set Secondary Class"
|
||||
reqMoneyPrompt: "Enter amount of <money>, or 0 to clear the money requirement, or -1 to cancel"
|
||||
reqQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point requirement, or -1 to cancel"
|
||||
reqQuestPrompt: "Enter a list of Quest names separating each one by a <comma>, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqRemoveItemsPrompt: "Enter a list of true/false values, separating each one by a space, or enter 'cancel' to return."
|
||||
reqPermissionsPrompt: "Enter permission requirements separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
reqCustomPrompt: "Enter the name of a custom requirement to add, or enter 'clear' to clear all custom requirements, or 'cancel' to return."
|
||||
reqMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqMcMMOAmountsPrompt: "Enter mcMMO skill amounts, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqHeroesPrimaryPrompt: "Enter a Heroes Primary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||
reqHeroesSecondaryPrompt: "Enter a Heroes Secondary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||
reqFailMessagePrompt: "Enter fail requirements message, or enter 'cancel' to return."
|
||||
reqAddItem: "Add item"
|
||||
reqSetRemoveItems: "Set remove items"
|
||||
reqNoItemsSet: "No items set"
|
||||
reqNoValuesSet: "No values set"
|
||||
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||
reqGreaterThanZero: "Amount must be greater than 0!"
|
||||
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||
reqItemCleared: "Item requirements cleared."
|
||||
reqListsNotSameSize: "The items list and remove items list are not the same size!"
|
||||
reqTrueFalseError: '<input> is not a true or false value!%br%Example: true false true true'
|
||||
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||
reqCustomNotFound: "Custom requirement module not found."
|
||||
reqCustomCleared: "Custom requirements cleared."
|
||||
reqMcMMOError: "<input> is not an mcMMO skill name!"
|
||||
reqMcMMOCleared: "mcMMO skill requirements cleared."
|
||||
reqMcMMOAmountsCleared: "mcMMO 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!"
|
||||
reqNone: "No requirements set"
|
||||
reqNotANumber: "<input> is not a number!"
|
||||
reqMustAddItem: "You must add at least one item first!"
|
||||
reqNoMessage: "You must set a fail requirements message!"
|
||||
reqNoMcMMO: "mcMMO not installed"
|
||||
reqNoHeroes: "Heroes not installed"
|
||||
rewSetMoney: "Set money reward"
|
||||
rewSetQuestPoints: "Set Quest Points reward"
|
||||
rewSetItems: "Set item rewards"
|
||||
rewSetExperience: "Set experience reward"
|
||||
rewSetCommands: "Set command rewards"
|
||||
rewSetPermission: "Set permission rewards"
|
||||
rewSetMcMMO: "Set mcMMO 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>, or 0 to clear the money reward, or -1 to cancel"
|
||||
rewExperiencePrompt: "Enter amount of experience, or 0 to clear the experience reward, or -1 to cancel"
|
||||
rewCommandPrompt: "Enter command rewards separating each one by a <comma>, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
rewCommandPromptHint: 'Note: You may put <player> to specify the player who completed the Quest. e.g. smite <player>'
|
||||
rewPermissionsPrompt: "Enter permission rewards separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
rewQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point reward, or -1 to cancel"
|
||||
rewMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'cancel' to return."
|
||||
rewMcMMOPromptHint: 'Note: Typing ''All'' will give levels to all skills.'
|
||||
rewHeroesClassesPrompt: "Enter Heroes classes separating each one by a space, or enter 'cancel' to return."
|
||||
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed) separating each one by a space, or enter 'cancel' to return."
|
||||
rewPhatLootsPrompt: "Enter PhatLoots separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
rewCustomRewardPrompt: "Enter the name of a custom reward to add, or enter 'clear' to clear all custom rewards, or 'cancel' to return."
|
||||
rewItemsCleared: "Item rewards cleared."
|
||||
rewNoMcMMOSkills: "No skills set"
|
||||
rewNoHeroesClasses: "No classes set"
|
||||
rewSetMcMMOSkillsFirst: "You must set skills first!"
|
||||
rewMcMMOCleared: "mcMMO rewards cleared."
|
||||
rewMcMMOListsNotSameSize: "The skills list and skill amounts list are not the same size!"
|
||||
rewSetHeroesClassesFirst: "You must set classes first!"
|
||||
rewHeroesCleared: "Heroes rewards cleared."
|
||||
rewHeroesListsNotSameSize: "The classes list and experience amounts list are not the same size!"
|
||||
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."
|
||||
rewNoPhat: "PhatLoots not installed"
|
||||
itemCreateLoadHand: "Load item in hand"
|
||||
itemCreateSetName: "Set name"
|
||||
itemCreateSetAmount: "Set amount"
|
||||
itemCreateSetDurab: "Set durability"
|
||||
itemCreateSetEnchs: "Add/clear enchantments"
|
||||
itemCreateSetDisplay: "Set display name"
|
||||
itemCreateSetLore: "Set lore"
|
||||
itemCreateEnterName: "Enter an item name, or 'cancel' to return."
|
||||
itemCreateEnterAmount: "Enter item amount (max. 64), or 'cancel' to return."
|
||||
itemCreateEnterDurab: "Enter item durability, or 'clear' to clear the data, or 'cancel' to return."
|
||||
itemCreateEnterEnch: "Enter an enchantment name, or 'clear' to clear the enchantments, or 'cancel' to return."
|
||||
itemCreateEnterLevel: "Enter a level (number) for <enchantment>"
|
||||
itemCreateEnterDisplay: "Enter item display name, or 'clear' to clear the display name, or 'cancel' to return."
|
||||
itemCreateEnterLore: "Enter item lore, separating each line by a semi-colon ; or 'clear' to clear the lore, or 'cancel' to return."
|
||||
itemCreateLoaded: "Item loaded."
|
||||
itemCreateNoItem: "No item in hand!"
|
||||
itemCreateNoName: "You must set a name first!"
|
||||
itemCreateInvalidName: "Invalid item name!"
|
||||
itemCreateInvalidAmount: "Amount must be between 1-64!"
|
||||
itemCreateInvalidDurab: "Invalid item durability!"
|
||||
itemCreateInvalidEnch: "Invalid enchantment name!"
|
||||
itemCreateInvalidLevel: "Level must be greater than 0!"
|
||||
itemCreateInvalidInput: "Invalid input!"
|
||||
itemCreateNotNumber: "Input was not a number!"
|
||||
itemCreateNoNameAmount: "You must set a name and amount first!"
|
||||
itemCreateCriticalError: "A critical error has occurred."
|
||||
questTitle: "-- <quest> --"
|
||||
questObjectivesTitle: "---(<quest>)---"
|
||||
questCompleteTitle: '**QUEST COMPLETE: <quest>**'
|
||||
questRewardsTitle: "Rewards:"
|
||||
journalTitle: "Quest Journal"
|
||||
questsTitle: "- Quests -"
|
||||
questHelpTitle: "- Quests -"
|
||||
questListTitle: "- Quests -"
|
||||
questNPCListTitle: "- Quests | <npc> -"
|
||||
questAdminHelpTitle: "- Questadmin -"
|
||||
questEditorTitle: "- Quest Editor -"
|
||||
eventEditorTitle: "- Event Editor - "
|
||||
questCreateTitle: "- Create Quest -"
|
||||
questEditTitle: "- Edit Quest -"
|
||||
questDeleteTitle: "- Delete Quest -"
|
||||
requirementsTitle: "- <quest> | Requirements -"
|
||||
rewardsTitle: "- <quest> | Rewards -"
|
||||
itemRequirementsTitle: "- Item Requirements -"
|
||||
itemRewardsTitle: "- Item Rewards -"
|
||||
mcMMORequirementsTitle: "- mcMMO Requirements -"
|
||||
mcMMORewardsTitle: "- mcMMO 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: "- Event -"
|
||||
completedQuestsTitle: "- Completed Quests -"
|
||||
topQuestersTitle: "- Top <number> Questers -"
|
||||
createItemTitle: "- Create Item -"
|
||||
enchantmentsTitle: "- Enchantments -"
|
||||
questGUITitle: "- GUI Item Display -"
|
||||
questRegionTitle: "- Quest Region -"
|
||||
eventEditorGiveItemsTitle: "- Give Items -"
|
||||
eventEditorEffectsTitle: "- Effects -"
|
||||
eventEditorStormTitle: "- Event Storm -"
|
||||
eventEditorThunderTitle: "- Event Thunder -"
|
||||
eventEditorMobSpawnsTitle: "- Event Mob Spawns -"
|
||||
eventEditorMobsTitle: "- Mobs -"
|
||||
eventEditorAddMobTypesTitle: "- Add Mob -"
|
||||
eventEditorPotionEffectsTitle: "- Event Potion Effects -"
|
||||
eventEditorPotionTypesTitle: "- Event Potion Types -"
|
||||
eventEditorWorldsTitle: "- Worlds -"
|
||||
effBlazeShoot: "Sound of a Blaze firing"
|
||||
effBowFire: "Sound of a bow firing"
|
||||
effClick1: "A click sound"
|
||||
effClick2: "A different click sound"
|
||||
effDoorToggle: "Sound of a door opening or closing"
|
||||
effExtinguish: "Sound of fire being extinguished"
|
||||
effGhastShoot: "Sound of a Ghast firing"
|
||||
effGhastShriek: "Sound of a Ghast shrieking"
|
||||
effZombieWood: "Sound of a Zombie chewing an iron door"
|
||||
effZombieIron: "Sound of a Zombie chewing a wooden door"
|
||||
effEnterName: "Enter an effect name to add it to the list, or enter 'cancel' to return"
|
||||
cmdCancel: "cancel"
|
||||
cmdAdd: "add"
|
||||
cmdClear: "clear"
|
||||
cmdNone: "none"
|
||||
cmdDone: "done"
|
||||
acceptQuest: "Accept Quest?"
|
||||
enterAnOption: "Enter an option"
|
||||
questAccepted: 'Quest accepted: <quest>'
|
||||
currentQuest: "Current Quests:"
|
||||
noMoreQuest: "No more quests available."
|
||||
damage: "Damage"
|
||||
break: "Break"
|
||||
place: "Place"
|
||||
use: "Use"
|
||||
cut: "Cut"
|
||||
catchFish: "Catch Fish"
|
||||
enchantItem: "Enchant <item> with <enchantment>"
|
||||
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."
|
||||
invalidSelection: "Invalid selection!"
|
||||
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'"
|
||||
questPointsDisplay: "Quest points:"
|
||||
questNoDrop: "You may not drop Quest items."
|
||||
questNoBrew: "You may not brew Quest items."
|
||||
questNoStore: "You may not store Quest items."
|
||||
questNoCraft: "You may not craft Quest items."
|
||||
questNoEquip: "You may not equip Quest items."
|
||||
questNoDispense: "You may not put Quest items in dispensers."
|
||||
questNoEnchant: "You may not enchant Quest items."
|
||||
questNoSmelt: "You may not smelt using Quest items."
|
||||
questInfoNoPerms: "You do not have permission to view a Quest's information."
|
||||
questCmdNoPerms: "You do not have access to that command."
|
||||
pageSelectionNum: "Page selection must be a number."
|
||||
pageSelectionPosNum: "Page selection must be a positive number."
|
||||
questListNoPerms: "You do not have permission to view the Quests list."
|
||||
questTakeNoPerms: "You do not have permission to take Quests via commands."
|
||||
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||
questQuit: "You have quit <quest>"
|
||||
questQuitNoPerms: "You do not have permission to quit Quests."
|
||||
questQuitDisabled: "Quitting Quests has been disabled."
|
||||
questEditorNoPerms: "You do not have permission to use the Quests Editor."
|
||||
eventEditorNoPerms: "You do not have permission to use the Events Editor."
|
||||
questsUnknownCommand: "Unknown Quests command. Type /quests for help."
|
||||
pageNotExist: "Page does not exist."
|
||||
pageFooter: "- Page <current> of <all> -"
|
||||
questsReloaded: "Quests 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>."
|
||||
questPurged: "<player> has been purged and blacklisted."
|
||||
questReset: "<player> has been reset."
|
||||
questRemoved: "Quest <quest> has been removed from player <player>'s completed Quests."
|
||||
settingAllQuestPoints: "Setting all players' Quest Points..."
|
||||
allQuestPointsSet: "All players' Quest Points have been set to <number>!"
|
||||
setQuestPoints: "<player>'s Quest Points have been set to <number>."
|
||||
questPointsSet: "<player> has set your Quest Points to <number>."
|
||||
takeQuestPoints: "Took away <number> Quest Points from <player>."
|
||||
questPointsTaken: "<player> took away <number> Quest Points."
|
||||
giveQuestPoints: "Gave <number> Quest Points from <player>."
|
||||
questPointsGiven: "<player> gave you <number> Quest Points."
|
||||
enableNPCGUI: "<npc> will now provide a GUI Quest Display."
|
||||
disableNPCGUI: "<npc> will no longer provide a GUI Quest Display."
|
||||
invalidNumber: "Invalid number."
|
||||
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||
playerNotFound: "Player not found."
|
||||
invalidStageNum: "Invalid stage number for Quest <quest>"
|
||||
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||
errorReading: "Error reading <file>, skipping.."
|
||||
errorReadingSuppress: "Error reading <file>, suppressing further errors."
|
||||
errorDataFolder: 'Error: Unable to read Quests data folder!'
|
||||
questsPlayerHasQuestAlready: "<player> is already on the Quest <quest>!"
|
||||
questsUnknownAdminCommand: "Unknown Questsadmin command. Type /questsadmin for help."
|
||||
unknownError: "An unknown error occurred. See console output."
|
||||
journalTaken: "You take out your Quest Journal."
|
||||
journalPutAway: "You put away your Quest Journal."
|
||||
journalAlreadyHave: "You already have your Quest Journal out."
|
||||
journalNoRoom: "You have no room in your inventory for your Quest Journal!"
|
||||
journalNoQuests: "You have no accepted quests!"
|
||||
journalDenied: "You cannot do that with your Quest Journal."
|
||||
ENCHANTMENT_ARROW_DAMAGE: "Power"
|
||||
ENCHANTMENT_ARROW_FIRE: "Flame"
|
||||
ENCHANTMENT_ARROW_INFINITE: "Infinity"
|
||||
ENCHANTMENT_ARROW_KNOCKBACK: "Punch"
|
||||
ENCHANTMENT_BINDING_CURSE: "BindingCurse"
|
||||
ENCHANTMENT_DAMAGE_ALL: "Sharpness"
|
||||
ENCHANTMENT_DAMAGE_ARTHROPODS: "BaneOfArthropods"
|
||||
ENCHANTMENT_DEPTH_STRIDER: "DepthStrider"
|
||||
ENCHANTMENT_DAMAGE_UNDEAD: "Smite"
|
||||
ENCHANTMENT_DIG_SPEED: "Efficiency"
|
||||
ENCHANTMENT_DURABILITY: "Unbreaking"
|
||||
ENCHANTMENT_FIRE_ASPECT: "FireAspect"
|
||||
ENCHANTMENT_FROST_WALKER: "FrostWalker"
|
||||
ENCHANTMENT_KNOCKBACK: "Knockback"
|
||||
ENCHANTMENT_LOOT_BONUS_BLOCKS: "Fortune"
|
||||
ENCHANTMENT_LOOT_BONUS_MOBS: "Looting"
|
||||
ENCHANTMENT_LUCK: "LuckOfTheSea"
|
||||
ENCHANTMENT_LURE: "Lure"
|
||||
ENCHANTMENT_MENDING: "Mending"
|
||||
ENCHANTMENT_OXYGEN: "Respiration"
|
||||
ENCHANTMENT_PROTECTION_ENVIRONMENTAL: "Protection"
|
||||
ENCHANTMENT_PROTECTION_EXPLOSIONS: "BlastProtection"
|
||||
ENCHANTMENT_PROTECTION_FALL: "FeatherFalling"
|
||||
ENCHANTMENT_PROTECTION_FIRE: "FireProtection"
|
||||
ENCHANTMENT_PROTECTION_PROJECTILE: "ProjectileProtection"
|
||||
ENCHANTMENT_SILK_TOUCH: "SilkTouch"
|
||||
ENCHANTMENT_SWEEPING: "Sweeping"
|
||||
ENCHANTMENT_THORNS: "Thorns"
|
||||
ENCHANTMENT_VANISHING_CURSE: "VanishingCurse"
|
||||
ENCHANTMENT_WATER_WORKER: "AquaAffinity"
|
||||
COLOR_BLACK: "Black"
|
||||
COLOR_BLUE: "Blue"
|
||||
COLOR_BROWN: "Brown"
|
||||
COLOR_CYAN: "Cyan"
|
||||
COLOR_GRAY: "Gray"
|
||||
COLOR_GREEN: "Green"
|
||||
COLOR_LIGHT_BLUE: "LightBlue"
|
||||
COLOR_LIME: "Lime"
|
||||
COLOR_MAGENTA: "Magenta"
|
||||
COLOR_ORANGE: "Orange"
|
||||
COLOR_PINK: "Pink"
|
||||
COLOR_PURPLE: "Purple"
|
||||
COLOR_RED: "Red"
|
||||
COLOR_SILVER: "Silver"
|
||||
COLOR_WHITE: "White"
|
||||
COLOR_YELLOW: "Yellow"
|
||||
timeDay: "Day"
|
||||
timeDays: "Days"
|
||||
timeHour: "Hour"
|
||||
timeHours: "Hours"
|
||||
timeMinute: "Minute"
|
||||
timeMinutes: "Minutes"
|
||||
timeSecond: "Second"
|
||||
timeSeconds: "Seconds"
|
||||
timeMillisecond: "Millisecond"
|
||||
timeMilliseconds: "Milliseconds"
|
||||
event: "Event"
|
||||
delay: "Delay"
|
||||
save: "Save"
|
||||
exit: "Exit"
|
||||
exited: "Exited"
|
||||
cancel: "Cancel"
|
||||
cancelled: "Cancelled"
|
||||
questTimeout: "Cancelled."
|
||||
back: "Back"
|
||||
yesWord: "Yes"
|
||||
noWord: "No"
|
||||
"true": "true"
|
||||
"false": "false"
|
||||
clear: "Clear"
|
||||
edit: "Edit"
|
||||
none: "None"
|
||||
done: "Done"
|
||||
comma: "comma"
|
||||
finish: "Finish"
|
||||
quit: "Quit"
|
||||
noneSet: "None set"
|
||||
noDelaySet: "No delay set"
|
||||
noIdsSet: "No IDs set"
|
||||
noNamesSet: "No names set"
|
||||
worlds: "Worlds"
|
||||
mobs: "Mobs"
|
||||
points: "points"
|
||||
invalidOption: "Invalid option!"
|
||||
npcHint: 'Note: You can left or right click on NPC''s to get their ID.'
|
||||
listDuplicate: "List contains duplicates!"
|
||||
id: "ID"
|
||||
quest: "Quest"
|
||||
quests: "Quests"
|
||||
createdBy: "Created by"
|
||||
continuedBy: "and continued by"
|
||||
questPoints: "Quest Points"
|
||||
accepted: "Accepted"
|
||||
complete: "Complete"
|
||||
redoable: "Redoable"
|
||||
usage: "Usage"
|
||||
redoableEvery: "Redoable every <time>."
|
||||
requirements: "Requirements"
|
||||
money: "Money"
|
||||
with: "With"
|
||||
to: "to"
|
||||
blocksWithin: "within <amount> blocks of"
|
||||
valRequired: "Value required"
|
||||
enchantedItem: "*Enchanted*"
|
||||
experience: "Experience"
|
||||
timerMessage: '<green>Time left to finish the quest/stage: <red>%s seconds'
|
||||
timerStart: "<green>You have <red>%s seconds <green>to finish this quest/stage"
|
||||
questErrorReadingFile: "Error reading Quests file."
|
||||
questSaveError: "An error occurred while saving."
|
||||
questBlacklisted: "You are blacklisted. Contact an admin if this is in error."
|
858
src/main/resources/lang/ar/strings.yml
Normal file
858
src/main/resources/lang/ar/strings.yml
Normal file
@ -0,0 +1,858 @@
|
||||
---
|
||||
questFailed: "* فشل المسعى*"
|
||||
questMaxAllowed: "لديك فقط إلى <number> السعي."
|
||||
questAlreadyOn: "انك بالفعل في هذا المسعى!"
|
||||
questTooEarly: "لا يجوز أن <quest>مرة أخرى لآخر <time>."
|
||||
questAlreadyCompleted: "تم بالفعل إكمال <quest>."
|
||||
questInvalidLocation: "لا يجوز أن <quest>في هذا الموقع."
|
||||
questInvalidDeliveryItem: "<item>ليس مطلوب لهذا المسعى!"
|
||||
questSelectedLocation: "الموقع المحدد"
|
||||
questDisplayHelp: "-عرض هذه التعليمات"
|
||||
COMMAND_LIST: "لائحة"
|
||||
COMMAND_LIST_HELP: "قائمة [page]-قائمة السعي المتوفرة"
|
||||
COMMAND_TAKE: "خُذ"
|
||||
COMMAND_TAKE_HELP: "تأخذ [quest name]-قبول السعي"
|
||||
COMMAND_TAKE_USAGE: 'Usage: /quests take [quest]'
|
||||
COMMAND_QUIT: "خروج"
|
||||
COMMAND_QUIT_HELP: "قم بإنهاء [quest]--إنهاء المسعى الحالي"
|
||||
COMMAND_EDITOR: "المحرر"
|
||||
COMMAND_EDITOR_HELP: "-إنشاء/تحرير المسعى"
|
||||
COMMAND_EVENTS_EDITOR: "الأحداث"
|
||||
COMMAND_EVENTS_EDITOR_HELP: "-إنشاء/تحرير الأحداث"
|
||||
COMMAND_STATS: "الإحصائيات"
|
||||
COMMAND_STATS_HELP: "stats - View your Questing stats"
|
||||
COMMAND_TOP: "top"
|
||||
COMMAND_TOP_HELP: "top [number] - View top Questers"
|
||||
COMMAND_TOP_USAGE: 'Usage: /quests top [number]'
|
||||
COMMAND_INFO: "معلومات"
|
||||
COMMAND_INFO_HELP: "معلومات-- عرض معلومات البرنامج المساعد"
|
||||
COMMAND_JOURNAL: "journal"
|
||||
COMMAND_JOURNAL_HELP: "journal - View/Put away your Quest Journal"
|
||||
COMMAND_QUEST_HELP: "- Display current Quest objectives"
|
||||
COMMAND_QUESTINFO_HELP: "[quest name] - Display Quest information"
|
||||
COMMAND_QUESTADMIN_HELP: "--عرض التعليمات المسعى"
|
||||
COMMAND_QUESTADMIN_STATS: "إحصائيات"
|
||||
COMMAND_QUESTADMIN_STATS_HELP: "إحصائيات player]-Questing] عرض إحصائيات اللاعب"
|
||||
COMMAND_QUESTADMIN_GIVE: "إعطاء"
|
||||
COMMAND_QUESTADMIN_GIVE_HELP: "give [player] [quest] - Force a player to take a Quest"
|
||||
COMMAND_QUESTADMIN_QUIT: "خروج"
|
||||
COMMAND_QUESTADMIN_QUIT_HELP: "قم بإنهاء [player] [quest]--إجبار اللاعب لإنهاء سعيه"
|
||||
COMMAND_QUESTADMIN_POINTS: "النقاط"
|
||||
COMMAND_QUESTADMIN_POINTS_HELP: "points [player] [amount] - Set a players Quest Points"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [player] [amount] - Take a players Quest Points"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [player] [amount] - Give a player Quest Points"
|
||||
COMMAND_QUESTADMIN_POINTSALL: "pointsall"
|
||||
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] - Set ALL players' Quest Points"
|
||||
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||
COMMAND_QUESTADMIN_FINISH_HELP: "إنهاء [player] [quest]- يجب على اللاعب إتمام السعي"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE: "المرحلة الموالية"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "المرحلة الموالية [player] [quest]-يجب على اللاعب إتمام المرحلة"
|
||||
COMMAND_QUESTADMIN_SETSTAGE: "تعيين المرحلة"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_HELP: "تعيين المرحلة [player] [quest] [stage]--تعيين المرحلة الحالية للاعب"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_USAGE: الاستخدام:/questadmin تعيين المرحلة [player] [quest] [stage]
|
||||
COMMAND_QUESTADMIN_PURGE: "تطهير"
|
||||
COMMAND_QUESTADMIN_PURGE_HELP: "تطهير [player]--مسح كافة بيانات مسعى اللاعب \"والقوائم السوداء \""
|
||||
COMMAND_QUESTADMIN_RESET: "إعادة ضبط"
|
||||
COMMAND_QUESTADMIN_RESET_HELP: "إعادة تعيين [player]--مسح كافة بيانات مسعى اللاعب"
|
||||
COMMAND_QUESTADMIN_REMOVE: "إزالة"
|
||||
COMMAND_QUESTADMIN_REMOVE_HELP: "إزالة [player] [quest]--إزالة السعي المكتمل للاعب"
|
||||
COMMAND_QUESTADMIN_TOGGLEGUI: "togglegui"
|
||||
COMMAND_QUESTADMIN_TOGGLEGUI_HELP: "togglegui [npc id] - Toggle GUI Quest Display on an NPC"
|
||||
COMMAND_QUESTADMIN_RELOAD: "إعادة التحميل"
|
||||
COMMAND_QUESTADMIN_RELOAD_HELP: "إعادة تحميل--تحميل جميع المسعى"
|
||||
questEditorHeader: "إنشاء مغامرة"
|
||||
questEditorCreate: "إنشاء مغامرة جديدة"
|
||||
questEditorEdit: "تحرير المسعى"
|
||||
questEditorDelete: "حذف المسعى"
|
||||
questEditorName: "عيّن الاسم"
|
||||
questEditorAskMessage: "تعيين رسالة النهاية"
|
||||
questEditorFinishMessage: "تعيين رسالة الإنهاء"
|
||||
questEditorRedoDelay: "Set redo delay"
|
||||
questEditorNPCStart: "Set NPC start"
|
||||
questEditorBlockStart: "تعيين كتلة البداية"
|
||||
questEditorInitialEvent: "تعيين الحدث الأول"
|
||||
questEditorSetGUI: "Set GUI Item display"
|
||||
questEditorReqs: "تحرير الشروط"
|
||||
questEditorStages: "تعديل المرحلة"
|
||||
questEditorRews: "تحرير المكافآت"
|
||||
questEditorEnterQuestName: "قم بإدخال اسم المسعى (أو 'إلغاء الأمر' للعودة)"
|
||||
questEditorEditEnterQuestName: "قم بإدخال اسم المسعى (أو 'إلغاء الأمر' للعودة)"
|
||||
questEditorEnterAskMessage: "أدخل رسالة (أو 'إلغاء الأمر' للعودة)"
|
||||
questEditorEnterFinishMessage: "أدخل رسالة الإنهاء (أو 'إلغاء الأمر' للعودة)"
|
||||
questEditorEnterRedoDelay: "أدخل مقدار الوقت (بالثواني)، 0 لمسح تأخير الإعادة أو لإلغاء-1"
|
||||
questEditorEnterNPCStart: "Enter NPC ID, -1 to clear the NPC start or -2 to cancel"
|
||||
questEditorEnterBlockStart: "Right-click on a block to use as a start point, then enter 'done' to save, or enter 'clear' to clear the block start, or 'cancel' to return"
|
||||
questEditorEnterInitialEvent: "أدخل اسماً لحدث، أو أدخل 'مسح' لمسح الحدث الأول، أو 'إلغاء الأمر' للعودة"
|
||||
questRequiredNoneSet: "Required, none set"
|
||||
questWGSetRegion: "تعيين المنطقة"
|
||||
questWGNotInstalled: "WorldGuard not installed"
|
||||
questWGPrompt: "Enter WorldGuard region, or enter 'clear' to clear the region, or 'cancel' to return."
|
||||
questWGInvalidRegion: "<region> is not a valid WorldGuard region!"
|
||||
questWGRegionCleared: "تم تنظيف منطقة المسعى."
|
||||
questCitNotInstalled: "Citizens not installed"
|
||||
questDenNotInstalled: "Denizen not installed"
|
||||
questGUIError: 'خطأ: هذا العنصر يستخدم بالفعل كعرض واجهة المستخدم الرسومية للسعي إلى <quest>.'
|
||||
questCurrentItem: "Current item:"
|
||||
questSetItem: "تعيين العنصر"
|
||||
questClearItem: "مسح عنصر"
|
||||
questGUICleared: "Quest GUI Item Display cleared."
|
||||
questDeleted: "حذف المسعى! وقد تم إعادة تحميل الأسئلة والأحداث."
|
||||
questEditorNameExists: "يوجد مسعى بهذا الاسم مسبقاً!"
|
||||
questEditorBeingEdited: "شخص ما هو بصدد إنشاء/تحرير لمسعى بهذا الاسم!"
|
||||
questEditorInvalidQuestName: "Name may not contain periods or commas!"
|
||||
questEditorInvalidEventName: "is not a valid event name!"
|
||||
questEditorInvalidNPC: "No NPC exists with that id!"
|
||||
questEditorNoStartBlockSelected: "You must select a block first."
|
||||
questEditorPositiveAmount: "يجب أن يكون المبلغ رقماً موجباً."
|
||||
questEditorQuestAsRequirement1: "The following Quests have"
|
||||
questEditorQuestAsRequirement2: "كشرط:"
|
||||
questEditorQuestAsRequirement3: "يجب تعديل هذا المسعى حتى لا تستخدم قبل حذفها."
|
||||
questEditorQuestNotFound: "لم يتم العثور على السعي!"
|
||||
questEditorEventCleared: "Initial Event cleared."
|
||||
questEditorSave: "Finish and save"
|
||||
questEditorNeedAskMessage: "You must set an ask message!"
|
||||
questEditorNeedFinishMessage: "You must set a finish message!"
|
||||
questEditorNeedStages: "لا توجد مراحل في هذه المغامرة!"
|
||||
questEditorSaved: "حفظ المسعى! (سوف تحتاج إلى إجراء إعادة تحميل سعى لكي تظهر)"
|
||||
questEditorExited: "هل أنت متأكد من أنك تريد الخروج دون حفظ التغييرات؟"
|
||||
questEditorDeleted: "هل أنت متأكد من أنك تريد حذف المسعى"
|
||||
questEditorNoPermsCreate: "ليس لديك صلاحية لإنشاء المسعى."
|
||||
questEditorNoPermsEdit: "لا تملك الصلاحيات للتعديل المسعى."
|
||||
questEditorNoPermsDelete: "ليس لديك الإذن لحذف المسعى."
|
||||
stageEditorEditStage: "تعديل المرحلة"
|
||||
stageEditorNewStage: "إضافة مرحلة جديدة"
|
||||
stageEditorStages: "مراحل"
|
||||
stageEditorStage: "مرحلة"
|
||||
stageEditorBreakBlocks: "تحطيم الكتل"
|
||||
stageEditorDamageBlocks: "Damage Blocks"
|
||||
stageEditorPlaceBlocks: "Place Blocks"
|
||||
stageEditorUseBlocks: "استخدم الكتل"
|
||||
stageEditorCutBlocks: "Cut Blocks"
|
||||
stageEditorCatchFish: "صيد السمك"
|
||||
stageEditorFish: "سمك"
|
||||
stageEditorKillPlayers: "أقتل اللاعبين"
|
||||
stageEditorPlayers: "اللاعبين"
|
||||
stageEditorEnchantItems: "Enchant Items"
|
||||
stageEditorDeliverItems: "Deliver Items"
|
||||
stageEditorTalkToNPCs: "Talk to NPCs"
|
||||
stageEditorKillNPCs: "أقتل الشخصيات"
|
||||
stageEditorKillMobs: "أقتل الغوغاء"
|
||||
stageEditorReachLocs: "Reach locations"
|
||||
stageEditorReachRadii1: "Reach within"
|
||||
stageEditorReachRadii2: "blocks of"
|
||||
stageEditorTameMobs: "Tame Mobs"
|
||||
stageEditorShearSheep: "Shear Sheep"
|
||||
stageEditorEvents: "Events"
|
||||
stageEditorStageEvents: "أحداث المرحلة"
|
||||
stageEditorStartEvent: "Start Event"
|
||||
stageEditorStartEventCleared: "Start Event cleared."
|
||||
stageEditorFinishEvent: "Finish Event"
|
||||
stageEditorFinishEventCleared: "Finish Event cleared."
|
||||
stageEditorChatEvents: "Chat Events"
|
||||
stageEditorChatTrigger: "Chat Trigger"
|
||||
stageEditorTriggeredBy: "Triggered by"
|
||||
stageEditorChatEventsCleared: "Chat Events cleared."
|
||||
stageEditorDeathEvent: "Death Event"
|
||||
stageEditorDeathEventCleared: "Death Event cleared."
|
||||
stageEditorDisconnectEvent: "Disconnect Event"
|
||||
stageEditorDisconnectEventCleared: "Disconnect Event cleared."
|
||||
stageEditorDelayMessage: "Delay Message"
|
||||
stageEditorDenizenScript: "Denizen Script"
|
||||
stageEditorStartMessage: "Start Message"
|
||||
stageEditorCompleteMessage: "Complete Message"
|
||||
stageEditorDelete: "حذف المرحلة"
|
||||
stageEditorSetBlockNames: "Set block names"
|
||||
stageEditorSetBlockAmounts: "Set block amounts"
|
||||
stageEditorSetBlockDurability: "Set block durability"
|
||||
stageEditorSetDamageAmounts: "Set damage amounts"
|
||||
stageEditorSetPlaceAmounts: "Set place amounts"
|
||||
stageEditorSetUseAmounts: "Set use amounts"
|
||||
stageEditorSetCutAmounts: "Set cut amounts"
|
||||
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 Objectives"
|
||||
stageEditorAddPasswordDisplay: "Add password display"
|
||||
stageEditorAddPasswordPhrases: "Add password phrase(s)"
|
||||
stageEditorNoPasswordDisplays: "No password displays set"
|
||||
stageObjectiveOverride: "Objective Display Override"
|
||||
stageEditorCustom: "Custom Objectives"
|
||||
stageEditorNoModules: "No modules loaded"
|
||||
stageEditorModuleNotFound: "Custom objective module not found."
|
||||
stageEditorCustomPrompt: "Enter the name of a custom objective to add, or enter 'clear' to clear all custom objectives, or 'cancel' to return."
|
||||
stageEditorCustomAlreadyAdded: "That custom objective has already been added!"
|
||||
stageEditorCustomCleared: "Custom objectives cleared."
|
||||
stageEditorCustomDataPrompt: "قم بإدخال قيمة ل <data>:"
|
||||
stageEditorEnterBlockNames: "Enter block names (or IDs), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorBreakBlocksPrompt: "Enter break amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorDamageBlocksPrompt: "Enter damage amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorPlaceBlocksPrompt: "Enter place amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorUseBlocksPrompt: "Enter use amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorCutBlocksPrompt: "Enter cut amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorEnterBlockDurability: "Enter block durability (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorCatchFishPrompt: "Enter number of fish to catch, or 0 to clear the fish catch objective, or -1 to cancel"
|
||||
stageEditorKillPlayerPrompt: "Enter number of players to kill, or 0 to clear the player kill objective, or -1 to cancel"
|
||||
stageEditorEnchantTypePrompt: "Enter enchantment names, separating each one by a comma, or enter 'cancel' to return."
|
||||
stageEditorEnchantAmountsPrompt: "Enter enchant amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorItemNamesPrompt: "Enter item names, separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorNPCPrompt: "Enter NPC ids, separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorNPCToTalkToPrompt: "Enter NPC IDs, separating each one by a space, or enter 'clear' to clear the NPC ID list, or 'cancel' to return."
|
||||
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
||||
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobAmountsPrompt: "Enter mob amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the kill location list, or enter 'cancel' to return"
|
||||
stageEditorMobLocationRadiiPrompt: "Enter kill location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
||||
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorReachLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||
stageEditorTameAmountsPrompt: "Enter tame amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorShearColorsPrompt: "Enter sheep colors separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorShearAmountsPrompt: "Enter shear amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorEventsPrompt: "Enter an event name, or enter 'clear' to clear the event, or 'cancel' to return"
|
||||
stageEditorChatEventsPrompt: "Enter an event name to add, or enter 'clear' to clear all chat events, or 'cancel' to return"
|
||||
stageEditorChatEventsTriggerPromptA: "Enter a chat trigger for"
|
||||
stageEditorChatEventsTriggerPromptB: "or enter 'cancel' to return."
|
||||
stageEditorDelayPrompt: "Enter time (in seconds), or enter 'clear' to clear the delay, or 'cancel' to return"
|
||||
stageEditorDelayMessagePrompt: "Enter delay message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorScriptPrompt: "Enter script name, or enter 'clear' to clear the script, or 'cancel' to return"
|
||||
stageEditorStartMessagePrompt: "Enter start message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorCompleteMessagePrompt: "Enter complete message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorPasswordDisplayPrompt: "Enter a password display, or 'cancel' to return"
|
||||
stageEditorPasswordDisplayHint: "(This is the text that will be displayed to the player as their objective)"
|
||||
stageEditorPasswordPhrasePrompt: "Enter a password phrase, or 'cancel' to return"
|
||||
stageEditorPasswordPhraseHint1: "(This is the text that a player has to say to complete the objective)"
|
||||
stageEditorPasswordPhraseHint2: "If you want multiple password phrases, seperate them by a | (pipe)"
|
||||
stageEditorObjectiveOverridePrompt: "Enter objective display override, or 'clear' to clear the override, or 'cancel' to return."
|
||||
stageEditorObjectiveOverrideHint: "(The objective display override will show up as the players current objective)"
|
||||
stageEditorObjectiveOverrideCleared: "Objective display override cleared."
|
||||
stageEditorDeliveryAddItem: "Add item"
|
||||
stageEditorDeliveryNPCs: "Set NPC IDs"
|
||||
stageEditorDeliveryMessages: "Set delivery messages"
|
||||
stageEditorContainsDuplicates: "List contains duplicates!"
|
||||
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!"
|
||||
stageEditorInvalidNumber: "is not a number!"
|
||||
stageEditorInvalidDye: "is not a valid dye color!"
|
||||
stageEditorInvalidEvent: "is not a valid event name!"
|
||||
stageEditorDuplicateEvent: "Event is already in the list!"
|
||||
stageEditorInvalidDelay: "Delay must be at least one second!"
|
||||
stageEditorInvalidScript: "Denizen script not found!"
|
||||
stageEditorNoCitizens: "Citizens is not installed!"
|
||||
stageEditorNoDenizen: "Denizen is not installed!"
|
||||
stageEditorPositiveAmount: "You must enter a positive number!"
|
||||
stageEditorNoNumber: "Input was not a number!"
|
||||
stageEditorNotGreaterThanZero: "is not greater than 0!"
|
||||
stageEditorNotListofNumbers: "Invalid entry, input was not a list of numbers!"
|
||||
stageEditorNoDelaySet: "You must set a delay first!"
|
||||
stageEditorNoBlockNames: "You must set block names first!"
|
||||
stageEditorNoEnchantments: "You must set enchantments first!"
|
||||
stageEditorNoItems: "You must add items first!"
|
||||
stageEditorNoDeliveryMessage: "You must set at least one delivery message!"
|
||||
stageEditorNoNPCs: "You must set NPC IDs first!"
|
||||
stageEditorNoMobTypes: "You must set mob types first!"
|
||||
stageEditorNoKillLocations: "You must set kill locations first!"
|
||||
stageEditorNoBlockSelected: "You must select a block first."
|
||||
stageEditorNoColors: "You must set colors first!"
|
||||
stageEditorNoLocations: "You must set locations first!"
|
||||
stageEditorNoEnchantmentsSet: "No enchantments set"
|
||||
stageEditorNoItemsSet: "No items set"
|
||||
stageEditorNoMobTypesSet: "No mob types set"
|
||||
stageEditorNoLocationsSet: "No locations set"
|
||||
stageEditorNoColorsSet: "No colors set"
|
||||
stageEditorListNotSameSize: "The block names list and the amounts list are not the same size!"
|
||||
stageEditorEnchantmentNotSameSize: "The enchantments list, the item id list and the enchant amount list are not the same size!"
|
||||
stageEditorDeliveriesNotSameSize: "The item list and the NPC list are not equal in size!"
|
||||
stageEditorNPCKillsNotSameSize: "The NPC IDs list and the kill amounts list are not the same size!"
|
||||
stageEditorAllListsNotSameSize: "جميع القوائم الخاصة بك ليست بنفس الحجم!"
|
||||
stageEditorMobTypesNotSameSize: "The mob types list and the mob amounts list are not the same size!"
|
||||
stageEditorTameMobsNotSameSize: "The mob types list and the tame amounts list are not the same size!"
|
||||
stageEditorShearNotSameSize: "The sheep colors list and the shear amounts list are not the same size!"
|
||||
stageEditorMustSetPasswordDisplays: "You must add at least one password display first!"
|
||||
stageEditorAddPasswordCleared: "Password Objectives cleared."
|
||||
stageEditorPasswordNotSameSize: "The password display and password phrase lists are not the same size!"
|
||||
stageEditorListContainsDuplicates: " List contains duplicates!"
|
||||
stageEditorDelayCleared: "Delay cleared."
|
||||
stageEditorDelayMessageCleared: "Delay message cleared."
|
||||
stageEditorDenizenCleared: "Denizen script cleared."
|
||||
stageEditorBreakBlocksCleared: "Break blocks objective cleared."
|
||||
stageEditorDamageBlocksCleared: "Damage blocks objective cleared."
|
||||
stageEditorPlaceBlocksCleared: "Place blocks objective cleared."
|
||||
stageEditorUseBlocksCleared: "Use blocks objective cleared."
|
||||
stageEditorCutBlocksCleared: "Cut blocks objective cleared."
|
||||
stageEditorEnchantmentsCleared: "Enchantment objective cleared."
|
||||
stageEditorDeliveriesCleared: "Delivery objective cleared."
|
||||
stageEditorReachLocationsCleared: "Reach Locations objective cleared."
|
||||
stageEditorKillNPCsCleared: "Kill NPCs objective cleared."
|
||||
stageEditorKillMobsCleared: "Kill Mobs objective cleared."
|
||||
stageEditorTameCleared: "Tame Mobs objective cleared."
|
||||
stageEditorShearCleared: "Shear Sheep objective cleared."
|
||||
stageEditorStartMessageCleared: "Start message cleared."
|
||||
stageEditorCompleteMessageCleared: "Complete message cleared."
|
||||
stageEditorConfirmStageDelete: "هل أنت متأكد من أنك تريد حذف هذه المرحلة؟"
|
||||
stageEditorConfirmStageNote: "Any Stages after will be shifted back one spot"
|
||||
stageEditorDeleteSucces: "تم حذف المرحلة بنجاح."
|
||||
stageEditorEnchantments: "Enchantments"
|
||||
stageEditorNPCNote: 'Note: You may specify the name of the NPC with <npc>'
|
||||
stageEditorOptional: "Optional"
|
||||
stageEditorColors: "Sheep Colors"
|
||||
allListsNotSameSize: "All of your lists are not the same size!"
|
||||
eventEditorCreate: "Create new Event"
|
||||
eventEditorEdit: "Edit an Event"
|
||||
eventEditorDelete: "Delete an Event"
|
||||
eventEditorCreatePermisssions: "You do not have permission to create new Events."
|
||||
eventEditorEditPermisssions: "You do not have permission to edit Events."
|
||||
eventEditorDeletePermisssions: "You do not have permission to delete Events."
|
||||
eventEditorNoneToEdit: "No Events currently exist to be edited!"
|
||||
eventEditorNoneToDelete: "No Events currently exist to be deleted!"
|
||||
eventEditorNotFound: "Event not found!"
|
||||
eventEditorExists: "Event already exists!"
|
||||
eventEditorSomeone: "Someone is already creating or editing an Event with that name!"
|
||||
eventEditorAlpha: "Name must be alphanumeric!"
|
||||
eventEditorErrorReadingFile: "Error reading Events file."
|
||||
eventEditorErrorSaving: "An error occurred while saving."
|
||||
eventEditorDeleted: "Event deleted, Quests and Events reloaded."
|
||||
eventEditorSaved: "Event saved, Quests and Events reloaded."
|
||||
eventEditorEnterEventName: "Enter an Event name, or 'cancel' to return."
|
||||
eventEditorDeletePrompt: "Are you sure you want to delete the Event"
|
||||
eventEditorQuitWithoutSaving: "Are you sure you want to quit without saving?"
|
||||
eventEditorFinishAndSave: "Are you sure you want to finish and save the Event"
|
||||
eventEditorModifiedNote: 'Note: You have modified an Event that the following Quests use:'
|
||||
eventEditorForcedToQuit: "If you save the Event, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||
eventEditorEventInUse: "The following Quests use the Event"
|
||||
eventEditorMustModifyQuests: "eventEditorNotFound"
|
||||
eventEditorListSizeMismatch: "The lists are not the same size!"
|
||||
eventEditorListDuplicates: "List contains duplicates!"
|
||||
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||
eventEditorInvalidEntry: "Invalid entry"
|
||||
eventEditorSetName: "Set name"
|
||||
eventEditorSetMessage: "Set message"
|
||||
eventEditorClearInv: "Clear player 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: "Set potion effects"
|
||||
eventEditorSetHunger: "Set player hunger level"
|
||||
eventEditorSetSaturation: "Set player saturation level"
|
||||
eventEditorSetHealth: "Set player health level"
|
||||
eventEditorEnterTimerSeconds: "Set number of seconds left before the quest fails (use cancel-timer event to cancel timers)"
|
||||
eventEditorSetTimer: "Set time to fail quest"
|
||||
eventEditorCancelTimer: "Cancel the quest timer"
|
||||
eventEditorSetTeleport: "Set player teleport location"
|
||||
eventEditorSetCommands: "Set commands to execute"
|
||||
eventEditorItems: "Event Items"
|
||||
eventEditorSetItems: "Give items"
|
||||
eventEditorItemsCleared: "Event items cleared."
|
||||
eventEditorAddItem: "Add item"
|
||||
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!"
|
||||
eventEditorNotGreaterThanZero: "is not greater than 0!"
|
||||
eventEditorNotANumber: "is not a number!"
|
||||
eventEditorStorm: "Event 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, or enter 'cancel' to return"
|
||||
eventEditorEnterDuration: "Enter duration (in seconds)"
|
||||
eventEditorAtLeastOneSecond: "Amount must be at least 1 second!"
|
||||
eventEditorNotGreaterThanOneSecond: "is not greater than 1 second!"
|
||||
eventEditorThunder: "Event Thunder"
|
||||
eventEditorMustSetThunderDuration: "You must set a thunder duration!"
|
||||
eventEditorThunderCleared: "Thunder data cleared."
|
||||
eventEditorEnterThunderWorld: "Enter a world name for the thunder to occur in, or enter 'cancel' to return"
|
||||
eventEditorEffects: "Event Effects"
|
||||
eventEditorAddEffect: "Add effect"
|
||||
eventEditorAddEffectLocation: "Add effect location"
|
||||
eventEditorNoEffects: "No effects set"
|
||||
eventEditorMustAddEffects: "You must add effects first!"
|
||||
eventEditorInvalidEffect: "is not a valid effect name!"
|
||||
eventEditorEffectsCleared: "Event effects cleared."
|
||||
eventEditorEffectLocationPrompt: "Right-click on a block to play an effect at, then enter 'add' to add it to the list, or enter 'cancel' to return"
|
||||
eventEditorMobSpawns: "Event Mob Spawns"
|
||||
eventEditorAddMobTypes: "Add mob"
|
||||
eventEditorNoTypesSet: "(No type set)"
|
||||
eventEditorMustSetMobTypesFirst: "You must set the mob type first!"
|
||||
eventEditorSetMobAmounts: "Set mob amount"
|
||||
eventEditorNoAmountsSet: "(No amounts set)"
|
||||
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"
|
||||
eventEditorSetMobSpawnLoc: "Right-click on a block to spawn a mob at, then enter 'add' to the confirm it, or enter 'cancel' to return"
|
||||
eventEditorSetMobSpawnAmount: "Set the amount of mobs to spawn"
|
||||
eventEditorSetDropChance: "Set the drop chance"
|
||||
eventEditorInvalidDropChance: "Drop chance has to be between 0.0 and 1.0"
|
||||
eventEditorLightningPrompt: "Right-click on a block to spawn a lightning strike at, then enter 'add' to add it to the list, or enter 'clear' to clear the locations list, or 'cancel' to return"
|
||||
eventEditorPotionEffects: "Event 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!"
|
||||
eventEditorNoDurationsSet: "(No durations set)"
|
||||
eventEditorSetPotionMagnitudes: "Set potion effect magnitudes"
|
||||
eventEditorPotionsCleared: "Potion effects cleared."
|
||||
eventEditorInvalidPotionType: "is not a valid potion effect type!"
|
||||
eventEditorEnterNPCId: "Enter NPC ID (or -1 to return)"
|
||||
eventEditorNoNPCExists: "No NPC exists with that id!"
|
||||
eventEditorExplosionPrompt: "Right-click on a block to spawn an explosion at, then enter 'add' to add it to the list, or enter 'clear' to clear the explosions list, or 'cancel' to return"
|
||||
eventEditorSelectBlockFirst: "You must select a block first."
|
||||
eventEditorSetMessagePrompt: "Enter message, or enter 'none' to delete, (or 'cancel' to return)"
|
||||
eventEditorSetItemNamesPrompt: "Enter item names separating each one by a space, or enter 'cancel' to return."
|
||||
eventEditorSetItemAmountsPrompt: "Enter item amounts (numbers) separating each one by a space, or enter 'cancel' to return."
|
||||
eventEditorSetMobTypesPrompt: "Enter mob name, or enter 'cancel' to return"
|
||||
eventEditorSetMobAmountsPrompt: "Enter mob amount, or enter 'cancel' to return"
|
||||
eventEditorSetMobNamePrompt: "Set the name for this mob, or enter 'cancel' to return"
|
||||
eventEditorSetMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the mob spawn location list, or enter 'cancel' to return"
|
||||
eventEditorSetPotionEffectsPrompt: "Enter potion effect types separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetPotionDurationsPrompt: "Enter effect durations (in milliseconds) separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetHungerPrompt: "Enter hunger level, or -1 to remove it"
|
||||
eventEditorHungerLevelAtLeastZero: "Hunger level must be at least 0!"
|
||||
eventEditorSetSaturationPrompt: "Enter saturation level, or -1 to remove it"
|
||||
eventEditorSaturationLevelAtLeastZero: "Saturation level must be at least 0!"
|
||||
eventEditorSetHealthPrompt: "Enter health level, or -1 to remove it"
|
||||
eventEditorHealthLevelAtLeastZero: "Health level must be at least 0!"
|
||||
eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to, then enter 'done' to finish, or enter 'clear' to clear the teleport location, or 'cancel' to return"
|
||||
eventEditorCommandsNote: 'Note: You may use <player> to refer to the player''s name.'
|
||||
eventEditorSetCommandsPrompt: "Enter commands separating each one by a comma, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
reqSetMoney: "Set money requirement"
|
||||
reqSetQuestPoints: "Set Quest Points requirement"
|
||||
reqSetItem: "Set item requirements"
|
||||
reqSetPerms: "Set permission requirements"
|
||||
reqSetQuest: "Set Quest requirements"
|
||||
reqSetQuestBlocks: "Set Quest blocks"
|
||||
reqSetMcMMO: "Set mcMMO requirements"
|
||||
reqSetHeroes: "Set Heroes requirements"
|
||||
reqSetCustom: "Custom requirements"
|
||||
reqSetFail: "Set fail requirements message"
|
||||
reqSetSkills: "Set skills"
|
||||
reqSetSkillAmounts: "Set skill amounts"
|
||||
reqHeroesSetPrimary: "Set Primary Class"
|
||||
reqHeroesSetSecondary: "Set Secondary Class"
|
||||
reqMoneyPrompt: "Enter amount of <money>, or 0 to clear the money requirement, or -1 to cancel"
|
||||
reqQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point requirement, or -1 to cancel"
|
||||
reqQuestPrompt: "Enter a list of Quest names separating each one by a <comma>, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqRemoveItemsPrompt: "Enter a list of true/false values, separating each one by a space, or enter 'cancel' to return."
|
||||
reqPermissionsPrompt: "Enter permission requirements separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
reqCustomPrompt: "Enter the name of a custom requirement to add, or enter 'clear' to clear all custom requirements, or 'cancel' to return."
|
||||
reqMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqMcMMOAmountsPrompt: "Enter mcMMO skill amounts, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqHeroesPrimaryPrompt: "Enter a Heroes Primary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||
reqHeroesSecondaryPrompt: "Enter a Heroes Secondary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||
reqFailMessagePrompt: "Enter fail requirements message, or enter 'cancel' to return."
|
||||
reqAddItem: "Add item"
|
||||
reqSetRemoveItems: "Set remove items"
|
||||
reqNoItemsSet: "No items set"
|
||||
reqNoValuesSet: "No values set"
|
||||
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||
reqGreaterThanZero: "Amount must be greater than 0!"
|
||||
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||
reqItemCleared: "Item requirements cleared."
|
||||
reqListsNotSameSize: "The items list and remove items list are not the same size!"
|
||||
reqTrueFalseError: '<input> is not a true or false value!%br%Example: true false true true'
|
||||
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||
reqCustomNotFound: "Custom requirement module not found."
|
||||
reqCustomCleared: "Custom requirements cleared."
|
||||
reqMcMMOError: "<input> is not an mcMMO skill name!"
|
||||
reqMcMMOCleared: "mcMMO skill requirements cleared."
|
||||
reqMcMMOAmountsCleared: "mcMMO 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!"
|
||||
reqNone: "No requirements set"
|
||||
reqNotANumber: "<input> is not a number!"
|
||||
reqMustAddItem: "You must add at least one item first!"
|
||||
reqNoMessage: "You must set a fail requirements message!"
|
||||
reqNoMcMMO: "mcMMO not installed"
|
||||
reqNoHeroes: "Heroes not installed"
|
||||
rewSetMoney: "Set money reward"
|
||||
rewSetQuestPoints: "Set Quest Points reward"
|
||||
rewSetItems: "Set item rewards"
|
||||
rewSetExperience: "Set experience reward"
|
||||
rewSetCommands: "Set command rewards"
|
||||
rewSetPermission: "Set permission rewards"
|
||||
rewSetMcMMO: "Set mcMMO 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>, or 0 to clear the money reward, or -1 to cancel"
|
||||
rewExperiencePrompt: "Enter amount of experience, or 0 to clear the experience reward, or -1 to cancel"
|
||||
rewCommandPrompt: "Enter command rewards separating each one by a <comma>, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
rewCommandPromptHint: 'Note: You may put <player> to specify the player who completed the Quest. e.g. smite <player>'
|
||||
rewPermissionsPrompt: "Enter permission rewards separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
rewQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point reward, or -1 to cancel"
|
||||
rewMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'cancel' to return."
|
||||
rewMcMMOPromptHint: 'Note: Typing ''All'' will give levels to all skills.'
|
||||
rewHeroesClassesPrompt: "Enter Heroes classes separating each one by a space, or enter 'cancel' to return."
|
||||
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed) separating each one by a space, or enter 'cancel' to return."
|
||||
rewPhatLootsPrompt: "Enter PhatLoots separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
rewCustomRewardPrompt: "Enter the name of a custom reward to add, or enter 'clear' to clear all custom rewards, or 'cancel' to return."
|
||||
rewItemsCleared: "Item rewards cleared."
|
||||
rewNoMcMMOSkills: "No skills set"
|
||||
rewNoHeroesClasses: "No classes set"
|
||||
rewSetMcMMOSkillsFirst: "You must set skills first!"
|
||||
rewMcMMOCleared: "mcMMO rewards cleared."
|
||||
rewMcMMOListsNotSameSize: "The skills list and skill amounts list are not the same size!"
|
||||
rewSetHeroesClassesFirst: "You must set classes first!"
|
||||
rewHeroesCleared: "Heroes rewards cleared."
|
||||
rewHeroesListsNotSameSize: "The classes list and experience amounts list are not the same size!"
|
||||
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."
|
||||
rewNoPhat: "PhatLoots not installed"
|
||||
itemCreateLoadHand: "Load item in hand"
|
||||
itemCreateSetName: "Set name"
|
||||
itemCreateSetAmount: "Set amount"
|
||||
itemCreateSetDurab: "Set durability"
|
||||
itemCreateSetEnchs: "Add/clear enchantments"
|
||||
itemCreateSetDisplay: "Set display name"
|
||||
itemCreateSetLore: "Set lore"
|
||||
itemCreateEnterName: "Enter an item name, or 'cancel' to return."
|
||||
itemCreateEnterAmount: "Enter item amount (max. 64), or 'cancel' to return."
|
||||
itemCreateEnterDurab: "Enter item durability, or 'clear' to clear the data, or 'cancel' to return."
|
||||
itemCreateEnterEnch: "Enter an enchantment name, or 'clear' to clear the enchantments, or 'cancel' to return."
|
||||
itemCreateEnterLevel: "Enter a level (number) for <enchantment>"
|
||||
itemCreateEnterDisplay: "Enter item display name, or 'clear' to clear the display name, or 'cancel' to return."
|
||||
itemCreateEnterLore: "Enter item lore, separating each line by a semi-colon ; or 'clear' to clear the lore, or 'cancel' to return."
|
||||
itemCreateLoaded: "Item loaded."
|
||||
itemCreateNoItem: "No item in hand!"
|
||||
itemCreateNoName: "You must set a name first!"
|
||||
itemCreateInvalidName: "Invalid item name!"
|
||||
itemCreateInvalidAmount: "Amount must be between 1-64!"
|
||||
itemCreateInvalidDurab: "Invalid item durability!"
|
||||
itemCreateInvalidEnch: "Invalid enchantment name!"
|
||||
itemCreateInvalidLevel: "Level must be greater than 0!"
|
||||
itemCreateInvalidInput: "Invalid input!"
|
||||
itemCreateNotNumber: "Input was not a number!"
|
||||
itemCreateNoNameAmount: "You must set a name and amount first!"
|
||||
itemCreateCriticalError: "A critical error has occurred."
|
||||
questTitle: "-- <quest> --"
|
||||
questObjectivesTitle: "---(<quest>)---"
|
||||
questCompleteTitle: '**QUEST COMPLETE: <quest>**'
|
||||
questRewardsTitle: "Rewards:"
|
||||
journalTitle: "Quest Journal"
|
||||
questsTitle: "- Quests -"
|
||||
questHelpTitle: "- Quests -"
|
||||
questListTitle: "- Quests -"
|
||||
questNPCListTitle: "- Quests | <npc> -"
|
||||
questAdminHelpTitle: "- Questadmin -"
|
||||
questEditorTitle: "--محرر المغامرة-"
|
||||
eventEditorTitle: "- Event Editor - "
|
||||
questCreateTitle: "--إنشاء مغامرة-"
|
||||
questEditTitle: "--تحرير المغامرة-"
|
||||
questDeleteTitle: "-حذف المغامرة-"
|
||||
requirementsTitle: "- <quest> | Requirements -"
|
||||
rewardsTitle: "- <quest> | Rewards -"
|
||||
itemRequirementsTitle: "- Item Requirements -"
|
||||
itemRewardsTitle: "- Item Rewards -"
|
||||
mcMMORequirementsTitle: "- mcMMO Requirements -"
|
||||
mcMMORewardsTitle: "- mcMMO 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: "- Event -"
|
||||
completedQuestsTitle: "- Completed Quests -"
|
||||
topQuestersTitle: "- Top <number> Questers -"
|
||||
createItemTitle: "- Create Item -"
|
||||
enchantmentsTitle: "- Enchantments -"
|
||||
questGUITitle: "- GUI Item Display -"
|
||||
questRegionTitle: "- Quest Region -"
|
||||
eventEditorGiveItemsTitle: "- Give Items -"
|
||||
eventEditorEffectsTitle: "- Effects -"
|
||||
eventEditorStormTitle: "- Event Storm -"
|
||||
eventEditorThunderTitle: "- Event Thunder -"
|
||||
eventEditorMobSpawnsTitle: "- Event Mob Spawns -"
|
||||
eventEditorMobsTitle: "- Mobs -"
|
||||
eventEditorAddMobTypesTitle: "- Add Mob -"
|
||||
eventEditorPotionEffectsTitle: "- Event Potion Effects -"
|
||||
eventEditorPotionTypesTitle: "- Event Potion Types -"
|
||||
eventEditorWorldsTitle: "- Worlds -"
|
||||
effBlazeShoot: "Sound of a Blaze firing"
|
||||
effBowFire: "Sound of a bow firing"
|
||||
effClick1: "A click sound"
|
||||
effClick2: "A different click sound"
|
||||
effDoorToggle: "Sound of a door opening or closing"
|
||||
effExtinguish: "Sound of fire being extinguished"
|
||||
effGhastShoot: "Sound of a Ghast firing"
|
||||
effGhastShriek: "Sound of a Ghast shrieking"
|
||||
effZombieWood: "Sound of a Zombie chewing an iron door"
|
||||
effZombieIron: "Sound of a Zombie chewing a wooden door"
|
||||
effEnterName: "Enter an effect name to add it to the list, or enter 'cancel' to return"
|
||||
cmdCancel: "cancel"
|
||||
cmdAdd: "add"
|
||||
cmdClear: "clear"
|
||||
cmdNone: "none"
|
||||
cmdDone: "done"
|
||||
acceptQuest: "Accept Quest?"
|
||||
enterAnOption: "Enter an option"
|
||||
questAccepted: 'Quest accepted: <quest>'
|
||||
currentQuest: "Current Quests:"
|
||||
noMoreQuest: "No more quests available."
|
||||
damage: "Damage"
|
||||
break: "Break"
|
||||
place: "Place"
|
||||
use: "Use"
|
||||
cut: "Cut"
|
||||
catchFish: "Catch Fish"
|
||||
enchantItem: "Enchant <item> with <enchantment>"
|
||||
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."
|
||||
invalidSelection: "Invalid selection!"
|
||||
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'"
|
||||
questPointsDisplay: "Quest points:"
|
||||
questNoDrop: "You may not drop Quest items."
|
||||
questNoBrew: "You may not brew Quest items."
|
||||
questNoStore: "You may not store Quest items."
|
||||
questNoCraft: "You may not craft Quest items."
|
||||
questNoEquip: "You may not equip Quest items."
|
||||
questNoDispense: "You may not put Quest items in dispensers."
|
||||
questNoEnchant: "You may not enchant Quest items."
|
||||
questNoSmelt: "You may not smelt using Quest items."
|
||||
questInfoNoPerms: "You do not have permission to view a Quest's information."
|
||||
questCmdNoPerms: "You do not have access to that command."
|
||||
pageSelectionNum: "Page selection must be a number."
|
||||
pageSelectionPosNum: "Page selection must be a positive number."
|
||||
questListNoPerms: "You do not have permission to view the Quests list."
|
||||
questTakeNoPerms: "You do not have permission to take Quests via commands."
|
||||
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||
questQuit: "You have quit <quest>"
|
||||
questQuitNoPerms: "ليس لديك الإذن للخروج من المسعى."
|
||||
questQuitDisabled: "Quitting Quests has been disabled."
|
||||
questEditorNoPerms: "You do not have permission to use the Quests Editor."
|
||||
eventEditorNoPerms: "ليس لديك إذن لاستخدام هذا المحرر."
|
||||
questsUnknownCommand: "أمر المسعى غير معروف. اكتب/quests للحصول على مساعدة."
|
||||
pageNotExist: "الصفحة غير موجودة."
|
||||
pageFooter: "- Page <current> of <all> -"
|
||||
questsReloaded: "Quests 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>متقدمة إلى المرحلة التالية في السعي إلى <quest>."
|
||||
questForcedNextStage: "<player>متقدم عليك إلى المرحلة التالية في السعي إلى <quest>."
|
||||
questPurged: "<player> has been purged and blacklisted."
|
||||
questReset: "<player> has been reset."
|
||||
questRemoved: "Quest <quest> has been removed from player <player>'s completed Quests."
|
||||
settingAllQuestPoints: "Setting all players' Quest Points..."
|
||||
allQuestPointsSet: "تم تعيين نقاط جميع اللاعبين السعي ل <number>!"
|
||||
setQuestPoints: "<player>'s Quest Points have been set to <number>."
|
||||
questPointsSet: "<player> has set your Quest Points to <number>."
|
||||
takeQuestPoints: "Took away <number> Quest Points from <player>."
|
||||
questPointsTaken: "<player> took away <number> Quest Points."
|
||||
giveQuestPoints: "Gave <number> Quest Points from <player>."
|
||||
questPointsGiven: "<player> gave you <number> Quest Points."
|
||||
enableNPCGUI: "<npc> will now provide a GUI Quest Display."
|
||||
disableNPCGUI: "<npc> will no longer provide a GUI Quest Display."
|
||||
invalidNumber: "عدد غير صحيح."
|
||||
noCurrentQuest: "<player>ليس لديه حاليا أي مسعى نشط."
|
||||
playerNotFound: "لم يتم العثور على اللاعب."
|
||||
invalidStageNum: "رقم المرحلة غير صحيح من للسعي <quest>"
|
||||
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||
errorReading: "Error reading <file>, skipping.."
|
||||
errorReadingSuppress: "Error reading <file>, suppressing further errors."
|
||||
errorDataFolder: 'Error: Unable to read Quests data folder!'
|
||||
questsPlayerHasQuestAlready: "<player> is already on the Quest <quest>!"
|
||||
questsUnknownAdminCommand: "Unknown Questsadmin command. Type /questsadmin for help."
|
||||
unknownError: "An unknown error occurred. See console output."
|
||||
journalTaken: "You take out your Quest Journal."
|
||||
journalPutAway: "You put away your Quest Journal."
|
||||
journalAlreadyHave: "You already have your Quest Journal out."
|
||||
journalNoRoom: "You have no room in your inventory for your Quest Journal!"
|
||||
journalNoQuests: "You have no accepted quests!"
|
||||
journalDenied: "لا يمكنك فعل ذلك في سجل المسعى الخاص بك."
|
||||
ENCHANTMENT_ARROW_DAMAGE: "Power"
|
||||
ENCHANTMENT_ARROW_FIRE: "Flame"
|
||||
ENCHANTMENT_ARROW_INFINITE: "Infinity"
|
||||
ENCHANTMENT_ARROW_KNOCKBACK: "Punch"
|
||||
ENCHANTMENT_BINDING_CURSE: "BindingCurse"
|
||||
ENCHANTMENT_DAMAGE_ALL: "Sharpness"
|
||||
ENCHANTMENT_DAMAGE_ARTHROPODS: "BaneOfArthropods"
|
||||
ENCHANTMENT_DEPTH_STRIDER: "DepthStrider"
|
||||
ENCHANTMENT_DAMAGE_UNDEAD: "Smite"
|
||||
ENCHANTMENT_DIG_SPEED: "Efficiency"
|
||||
ENCHANTMENT_DURABILITY: "Unbreaking"
|
||||
ENCHANTMENT_FIRE_ASPECT: "FireAspect"
|
||||
ENCHANTMENT_FROST_WALKER: "FrostWalker"
|
||||
ENCHANTMENT_KNOCKBACK: "Knockback"
|
||||
ENCHANTMENT_LOOT_BONUS_BLOCKS: "Fortune"
|
||||
ENCHANTMENT_LOOT_BONUS_MOBS: "Looting"
|
||||
ENCHANTMENT_LUCK: "LuckOfTheSea"
|
||||
ENCHANTMENT_LURE: "Lure"
|
||||
ENCHANTMENT_MENDING: "Mending"
|
||||
ENCHANTMENT_OXYGEN: "Respiration"
|
||||
ENCHANTMENT_PROTECTION_ENVIRONMENTAL: "Protection"
|
||||
ENCHANTMENT_PROTECTION_EXPLOSIONS: "BlastProtection"
|
||||
ENCHANTMENT_PROTECTION_FALL: "FeatherFalling"
|
||||
ENCHANTMENT_PROTECTION_FIRE: "FireProtection"
|
||||
ENCHANTMENT_PROTECTION_PROJECTILE: "ProjectileProtection"
|
||||
ENCHANTMENT_SILK_TOUCH: "SilkTouch"
|
||||
ENCHANTMENT_SWEEPING: "Sweeping"
|
||||
ENCHANTMENT_THORNS: "Thorns"
|
||||
ENCHANTMENT_VANISHING_CURSE: "VanishingCurse"
|
||||
ENCHANTMENT_WATER_WORKER: "AquaAffinity"
|
||||
COLOR_BLACK: "Black"
|
||||
COLOR_BLUE: "Blue"
|
||||
COLOR_BROWN: "Brown"
|
||||
COLOR_CYAN: "Cyan"
|
||||
COLOR_GRAY: "Gray"
|
||||
COLOR_GREEN: "Green"
|
||||
COLOR_LIGHT_BLUE: "LightBlue"
|
||||
COLOR_LIME: "Lime"
|
||||
COLOR_MAGENTA: "Magenta"
|
||||
COLOR_ORANGE: "برتقالي"
|
||||
COLOR_PINK: "Pink"
|
||||
COLOR_PURPLE: "Purple"
|
||||
COLOR_RED: "Red"
|
||||
COLOR_SILVER: "Silver"
|
||||
COLOR_WHITE: "White"
|
||||
COLOR_YELLOW: "Yellow"
|
||||
timeDay: "Day"
|
||||
timeDays: "Days"
|
||||
timeHour: "Hour"
|
||||
timeHours: "Hours"
|
||||
timeMinute: "Minute"
|
||||
timeMinutes: "Minutes"
|
||||
timeSecond: "Second"
|
||||
timeSeconds: "Seconds"
|
||||
timeMillisecond: "Millisecond"
|
||||
timeMilliseconds: "Milliseconds"
|
||||
event: "Event"
|
||||
delay: "Delay"
|
||||
save: "Save"
|
||||
exit: "Exit"
|
||||
exited: "Exited"
|
||||
cancel: "Cancel"
|
||||
cancelled: "تم إلغاؤه"
|
||||
questTimeout: "تم إلغاؤه."
|
||||
back: "الرجوع إلى الوراء"
|
||||
yesWord: "نعم"
|
||||
noWord: "لا"
|
||||
"true": "صحيح"
|
||||
"false": "خاطئ"
|
||||
clear: "إمسح"
|
||||
edit: "تحرير"
|
||||
none: "None"
|
||||
done: "Done"
|
||||
comma: "comma"
|
||||
finish: "Finish"
|
||||
quit: "Quit"
|
||||
noneSet: "None set"
|
||||
noDelaySet: "No delay set"
|
||||
noIdsSet: "No IDs set"
|
||||
noNamesSet: "No names set"
|
||||
worlds: "Worlds"
|
||||
mobs: "Mobs"
|
||||
points: "points"
|
||||
invalidOption: "Invalid option!"
|
||||
npcHint: 'Note: You can left or right click on NPC''s to get their ID.'
|
||||
listDuplicate: "List contains duplicates!"
|
||||
id: "ID"
|
||||
quest: "Quest"
|
||||
quests: "Quests"
|
||||
createdBy: "Created by"
|
||||
continuedBy: "and continued by"
|
||||
questPoints: "Quest Points"
|
||||
accepted: "مقبول"
|
||||
complete: "اكتمل"
|
||||
redoable: "Redoable"
|
||||
usage: "Usage"
|
||||
redoableEvery: "Redoable every <time>."
|
||||
requirements: "Requirements"
|
||||
money: "المال"
|
||||
with: "With"
|
||||
to: "to"
|
||||
blocksWithin: "ضمن <amount> من الكتل"
|
||||
valRequired: "القيمة ضرورية"
|
||||
enchantedItem: "*Enchanted*"
|
||||
experience: "Experience"
|
||||
timerMessage: '<green>الوقت المتبقي للانتهاء من مرحلة سعي: ثانية red>%s>'
|
||||
timerStart: "<green>لديك ثانية <red>%s <green>لإنهاء هذه المرحلة من المسعى"
|
||||
questErrorReadingFile: "حدث خطأ أثناء قراءة ملف المسعى."
|
||||
questSaveError: "حدث خطأ أثناء الحفظ."
|
||||
questBlacklisted: "إنك في القائمة السوداء. اتصل بمسؤول إذا كان هذا خطأ."
|
858
src/main/resources/lang/ca/strings.yml
Normal file
858
src/main/resources/lang/ca/strings.yml
Normal file
@ -0,0 +1,858 @@
|
||||
---
|
||||
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"
|
||||
questDisplayHelp: "- Display this help"
|
||||
COMMAND_LIST: "list"
|
||||
COMMAND_LIST_HELP: "list [page] - List available Quests"
|
||||
COMMAND_TAKE: "take"
|
||||
COMMAND_TAKE_HELP: "take [quest name] - Accept a Quest"
|
||||
COMMAND_TAKE_USAGE: 'Usage: /quests take [quest]'
|
||||
COMMAND_QUIT: "quit"
|
||||
COMMAND_QUIT_HELP: "quit [quest] - Quit a current Quest"
|
||||
COMMAND_EDITOR: "editor"
|
||||
COMMAND_EDITOR_HELP: "editor - Create/Edit Quests"
|
||||
COMMAND_EVENTS_EDITOR: "events"
|
||||
COMMAND_EVENTS_EDITOR_HELP: "events - Create/Edit Events"
|
||||
COMMAND_STATS: "stats"
|
||||
COMMAND_STATS_HELP: "stats - View your Questing stats"
|
||||
COMMAND_TOP: "top"
|
||||
COMMAND_TOP_HELP: "top [number] - View top Questers"
|
||||
COMMAND_TOP_USAGE: 'Usage: /quests top [number]'
|
||||
COMMAND_INFO: "info"
|
||||
COMMAND_INFO_HELP: "info - Display plugin information"
|
||||
COMMAND_JOURNAL: "journal"
|
||||
COMMAND_JOURNAL_HELP: "journal - View/Put away your Quest Journal"
|
||||
COMMAND_QUEST_HELP: "- Display current Quest objectives"
|
||||
COMMAND_QUESTINFO_HELP: "[quest name] - Display Quest information"
|
||||
COMMAND_QUESTADMIN_HELP: "- View Questadmin help"
|
||||
COMMAND_QUESTADMIN_STATS: "stats"
|
||||
COMMAND_QUESTADMIN_STATS_HELP: "stats [player] - View Questing statistics of a player"
|
||||
COMMAND_QUESTADMIN_GIVE: "give"
|
||||
COMMAND_QUESTADMIN_GIVE_HELP: "give [player] [quest] - Force a player to take a Quest"
|
||||
COMMAND_QUESTADMIN_QUIT: "quit"
|
||||
COMMAND_QUESTADMIN_QUIT_HELP: "quit [player] [quest] - Force a player to quit their Quest"
|
||||
COMMAND_QUESTADMIN_POINTS: "points"
|
||||
COMMAND_QUESTADMIN_POINTS_HELP: "points [player] [amount] - Set a players Quest Points"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [player] [amount] - Take a players Quest Points"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [player] [amount] - Give a player Quest Points"
|
||||
COMMAND_QUESTADMIN_POINTSALL: "pointsall"
|
||||
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] - Set ALL players' Quest Points"
|
||||
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||
COMMAND_QUESTADMIN_FINISH_HELP: "finish [player] [quest] - Immediately force Quest completion for a player"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE: "nextstage"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "nextstage [player] [quest] - Immediately force Stage completion for a player"
|
||||
COMMAND_QUESTADMIN_SETSTAGE: "setstage"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_HELP: "setstage [player] [quest] [stage] - Set the current Stage for a player"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Usage: /questadmin setstage [player] [quest] [stage]'
|
||||
COMMAND_QUESTADMIN_PURGE: "purge"
|
||||
COMMAND_QUESTADMIN_PURGE_HELP: "purge [player] - Clear all Quests data of a player AND BLACKLISTS THEM"
|
||||
COMMAND_QUESTADMIN_RESET: "reset"
|
||||
COMMAND_QUESTADMIN_RESET_HELP: "reset [player] - Clear all Quests data of a player"
|
||||
COMMAND_QUESTADMIN_REMOVE: "remove"
|
||||
COMMAND_QUESTADMIN_REMOVE_HELP: "remove [player] [quest] - Remove a completed Quest from a player"
|
||||
COMMAND_QUESTADMIN_TOGGLEGUI: "togglegui"
|
||||
COMMAND_QUESTADMIN_TOGGLEGUI_HELP: "togglegui [npc id] - Toggle GUI Quest Display on an NPC"
|
||||
COMMAND_QUESTADMIN_RELOAD: "reload"
|
||||
COMMAND_QUESTADMIN_RELOAD_HELP: "reload - Reload all Quests"
|
||||
questEditorHeader: "Create Quest"
|
||||
questEditorCreate: "Create new Quest"
|
||||
questEditorEdit: "Edit a Quest"
|
||||
questEditorDelete: "Delete Quest"
|
||||
questEditorName: "Set name"
|
||||
questEditorAskMessage: "Set ask message"
|
||||
questEditorFinishMessage: "Set finish message"
|
||||
questEditorRedoDelay: "Set redo delay"
|
||||
questEditorNPCStart: "Set NPC start"
|
||||
questEditorBlockStart: "Set Block start"
|
||||
questEditorInitialEvent: "Set initial Event"
|
||||
questEditorSetGUI: "Set GUI Item display"
|
||||
questEditorReqs: "Edit Requirements"
|
||||
questEditorStages: "Edit Stages"
|
||||
questEditorRews: "Edit Rewards"
|
||||
questEditorEnterQuestName: "Enter Quest name (or 'cancel' to return)"
|
||||
questEditorEditEnterQuestName: "Enter Quest name to edit (or 'cancel' to return)"
|
||||
questEditorEnterAskMessage: "Enter ask message (or 'cancel' to return)"
|
||||
questEditorEnterFinishMessage: "Enter finish message (or 'cancel' to return)"
|
||||
questEditorEnterRedoDelay: "Enter amount of time (in seconds), 0 to clear the redo delay or -1 to cancel"
|
||||
questEditorEnterNPCStart: "Enter NPC ID, -1 to clear the NPC start or -2 to cancel"
|
||||
questEditorEnterBlockStart: "Right-click on a block to use as a start point, then enter 'done' to save, or enter 'clear' to clear the block start, or 'cancel' to return"
|
||||
questEditorEnterInitialEvent: "Enter an Event name, or enter 'clear' to clear the initial Event, or 'cancel' to return"
|
||||
questRequiredNoneSet: "Required, none set"
|
||||
questWGSetRegion: "Set Region"
|
||||
questWGNotInstalled: "WorldGuard not installed"
|
||||
questWGPrompt: "Enter WorldGuard region, or enter 'clear' to clear the region, or 'cancel' to return."
|
||||
questWGInvalidRegion: "<region> is not a valid WorldGuard region!"
|
||||
questWGRegionCleared: "Quest region cleared."
|
||||
questCitNotInstalled: "Citizens not installed"
|
||||
questDenNotInstalled: "Denizen not installed"
|
||||
questGUIError: 'Error: That item is already being used as the GUI Display for the Quest <quest>.'
|
||||
questCurrentItem: "Current item:"
|
||||
questSetItem: "Set Item"
|
||||
questClearItem: "Clear Item"
|
||||
questGUICleared: "Quest GUI Item Display cleared."
|
||||
questDeleted: "Quest deleted! Quests and Events have been reloaded."
|
||||
questEditorNameExists: "A Quest with that name already exists!"
|
||||
questEditorBeingEdited: "Someone is creating/editing a Quest with that name!"
|
||||
questEditorInvalidQuestName: "Name may not contain periods or commas!"
|
||||
questEditorInvalidEventName: "is not a valid event name!"
|
||||
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 Event 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: "Quest saved! (You will need to perform a Quest reload for it to appear)"
|
||||
questEditorExited: "Are you sure you want to exit without saving?"
|
||||
questEditorDeleted: "Are you sure you want to delete the Quest"
|
||||
questEditorNoPermsCreate: "You do not have permission to create Quests."
|
||||
questEditorNoPermsEdit: "You do not have permission to edit Quests."
|
||||
questEditorNoPermsDelete: "You do not have permission to delete Quests."
|
||||
stageEditorEditStage: "Edit Stage"
|
||||
stageEditorNewStage: "Add new Stage"
|
||||
stageEditorStages: "Stages"
|
||||
stageEditorStage: "Stage"
|
||||
stageEditorBreakBlocks: "Break Blocks"
|
||||
stageEditorDamageBlocks: "Damage Blocks"
|
||||
stageEditorPlaceBlocks: "Place Blocks"
|
||||
stageEditorUseBlocks: "Use Blocks"
|
||||
stageEditorCutBlocks: "Cut Blocks"
|
||||
stageEditorCatchFish: "Catch Fish"
|
||||
stageEditorFish: "fish"
|
||||
stageEditorKillPlayers: "Kill Players"
|
||||
stageEditorPlayers: "players"
|
||||
stageEditorEnchantItems: "Enchant Items"
|
||||
stageEditorDeliverItems: "Deliver Items"
|
||||
stageEditorTalkToNPCs: "Talk to NPCs"
|
||||
stageEditorKillNPCs: "Kill NPCs"
|
||||
stageEditorKillMobs: "Kill Mobs"
|
||||
stageEditorReachLocs: "Reach locations"
|
||||
stageEditorReachRadii1: "Reach within"
|
||||
stageEditorReachRadii2: "blocks of"
|
||||
stageEditorTameMobs: "Tame Mobs"
|
||||
stageEditorShearSheep: "Shear Sheep"
|
||||
stageEditorEvents: "Events"
|
||||
stageEditorStageEvents: "Stage Events"
|
||||
stageEditorStartEvent: "Start Event"
|
||||
stageEditorStartEventCleared: "Start Event cleared."
|
||||
stageEditorFinishEvent: "Finish Event"
|
||||
stageEditorFinishEventCleared: "Finish Event cleared."
|
||||
stageEditorChatEvents: "Chat Events"
|
||||
stageEditorChatTrigger: "Chat Trigger"
|
||||
stageEditorTriggeredBy: "Triggered by"
|
||||
stageEditorChatEventsCleared: "Chat Events cleared."
|
||||
stageEditorDeathEvent: "Death Event"
|
||||
stageEditorDeathEventCleared: "Death Event cleared."
|
||||
stageEditorDisconnectEvent: "Disconnect Event"
|
||||
stageEditorDisconnectEventCleared: "Disconnect Event 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 durability"
|
||||
stageEditorSetDamageAmounts: "Set damage amounts"
|
||||
stageEditorSetPlaceAmounts: "Set place amounts"
|
||||
stageEditorSetUseAmounts: "Set use amounts"
|
||||
stageEditorSetCutAmounts: "Set cut amounts"
|
||||
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 Objectives"
|
||||
stageEditorAddPasswordDisplay: "Add password display"
|
||||
stageEditorAddPasswordPhrases: "Add password phrase(s)"
|
||||
stageEditorNoPasswordDisplays: "No password displays set"
|
||||
stageObjectiveOverride: "Objective Display Override"
|
||||
stageEditorCustom: "Custom Objectives"
|
||||
stageEditorNoModules: "No modules loaded"
|
||||
stageEditorModuleNotFound: "Custom objective module not found."
|
||||
stageEditorCustomPrompt: "Enter the name of a custom objective to add, or enter 'clear' to clear all custom objectives, or 'cancel' to return."
|
||||
stageEditorCustomAlreadyAdded: "That custom objective has already been added!"
|
||||
stageEditorCustomCleared: "Custom objectives cleared."
|
||||
stageEditorCustomDataPrompt: "Enter value for <data>:"
|
||||
stageEditorEnterBlockNames: "Enter block names (or IDs), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorBreakBlocksPrompt: "Enter break amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorDamageBlocksPrompt: "Enter damage amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorPlaceBlocksPrompt: "Enter place amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorUseBlocksPrompt: "Enter use amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorCutBlocksPrompt: "Enter cut amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorEnterBlockDurability: "Enter block durability (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorCatchFishPrompt: "Enter number of fish to catch, or 0 to clear the fish catch objective, or -1 to cancel"
|
||||
stageEditorKillPlayerPrompt: "Enter number of players to kill, or 0 to clear the player kill objective, or -1 to cancel"
|
||||
stageEditorEnchantTypePrompt: "Enter enchantment names, separating each one by a comma, or enter 'cancel' to return."
|
||||
stageEditorEnchantAmountsPrompt: "Enter enchant amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorItemNamesPrompt: "Enter item names, separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorNPCPrompt: "Enter NPC ids, separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorNPCToTalkToPrompt: "Enter NPC IDs, separating each one by a space, or enter 'clear' to clear the NPC ID list, or 'cancel' to return."
|
||||
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
||||
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobAmountsPrompt: "Enter mob amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the kill location list, or enter 'cancel' to return"
|
||||
stageEditorMobLocationRadiiPrompt: "Enter kill location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
||||
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorReachLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||
stageEditorTameAmountsPrompt: "Enter tame amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorShearColorsPrompt: "Enter sheep colors separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorShearAmountsPrompt: "Enter shear amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorEventsPrompt: "Enter an event name, or enter 'clear' to clear the event, or 'cancel' to return"
|
||||
stageEditorChatEventsPrompt: "Enter an event name to add, or enter 'clear' to clear all chat events, or 'cancel' to return"
|
||||
stageEditorChatEventsTriggerPromptA: "Enter a chat trigger for"
|
||||
stageEditorChatEventsTriggerPromptB: "or enter 'cancel' to return."
|
||||
stageEditorDelayPrompt: "Enter time (in seconds), or enter 'clear' to clear the delay, or 'cancel' to return"
|
||||
stageEditorDelayMessagePrompt: "Enter delay message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorScriptPrompt: "Enter script name, or enter 'clear' to clear the script, or 'cancel' to return"
|
||||
stageEditorStartMessagePrompt: "Enter start message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorCompleteMessagePrompt: "Enter complete message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorPasswordDisplayPrompt: "Enter a password display, or 'cancel' to return"
|
||||
stageEditorPasswordDisplayHint: "(This is the text that will be displayed to the player as their objective)"
|
||||
stageEditorPasswordPhrasePrompt: "Enter a password phrase, or 'cancel' to return"
|
||||
stageEditorPasswordPhraseHint1: "(This is the text that a player has to say to complete the objective)"
|
||||
stageEditorPasswordPhraseHint2: "If you want multiple password phrases, seperate them by a | (pipe)"
|
||||
stageEditorObjectiveOverridePrompt: "Enter objective display override, or 'clear' to clear the override, or 'cancel' to return."
|
||||
stageEditorObjectiveOverrideHint: "(The objective display override will show up as the players current objective)"
|
||||
stageEditorObjectiveOverrideCleared: "Objective display override cleared."
|
||||
stageEditorDeliveryAddItem: "Add item"
|
||||
stageEditorDeliveryNPCs: "Set NPC IDs"
|
||||
stageEditorDeliveryMessages: "Set delivery messages"
|
||||
stageEditorContainsDuplicates: "List contains duplicates!"
|
||||
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!"
|
||||
stageEditorInvalidNumber: "is not a number!"
|
||||
stageEditorInvalidDye: "is not a valid dye color!"
|
||||
stageEditorInvalidEvent: "is not a valid event name!"
|
||||
stageEditorDuplicateEvent: "Event is already in the list!"
|
||||
stageEditorInvalidDelay: "Delay must be at least one second!"
|
||||
stageEditorInvalidScript: "Denizen script not found!"
|
||||
stageEditorNoCitizens: "Citizens is not installed!"
|
||||
stageEditorNoDenizen: "Denizen is not installed!"
|
||||
stageEditorPositiveAmount: "You must enter a positive number!"
|
||||
stageEditorNoNumber: "Input was not a number!"
|
||||
stageEditorNotGreaterThanZero: "is not greater than 0!"
|
||||
stageEditorNotListofNumbers: "Invalid entry, input was not a list of numbers!"
|
||||
stageEditorNoDelaySet: "You must set a delay first!"
|
||||
stageEditorNoBlockNames: "You must set block names first!"
|
||||
stageEditorNoEnchantments: "You must set enchantments first!"
|
||||
stageEditorNoItems: "You must add items first!"
|
||||
stageEditorNoDeliveryMessage: "You must set at least one delivery message!"
|
||||
stageEditorNoNPCs: "You must set NPC IDs first!"
|
||||
stageEditorNoMobTypes: "You must set mob types first!"
|
||||
stageEditorNoKillLocations: "You must set kill locations first!"
|
||||
stageEditorNoBlockSelected: "You must select a block first."
|
||||
stageEditorNoColors: "You must set colors first!"
|
||||
stageEditorNoLocations: "You must set locations first!"
|
||||
stageEditorNoEnchantmentsSet: "No enchantments set"
|
||||
stageEditorNoItemsSet: "No items set"
|
||||
stageEditorNoMobTypesSet: "No mob types set"
|
||||
stageEditorNoLocationsSet: "No locations set"
|
||||
stageEditorNoColorsSet: "No colors set"
|
||||
stageEditorListNotSameSize: "The block names list and the amounts list are not the same size!"
|
||||
stageEditorEnchantmentNotSameSize: "The enchantments list, the item id list and the enchant amount list are not the same size!"
|
||||
stageEditorDeliveriesNotSameSize: "The item list and the NPC list are not equal in size!"
|
||||
stageEditorNPCKillsNotSameSize: "The NPC IDs list and the kill amounts list are not the same size!"
|
||||
stageEditorAllListsNotSameSize: "All of your lists are not the same size!"
|
||||
stageEditorMobTypesNotSameSize: "The mob types list and the mob amounts list are not the same size!"
|
||||
stageEditorTameMobsNotSameSize: "The mob types list and the tame amounts list are not the same size!"
|
||||
stageEditorShearNotSameSize: "The sheep colors list and the shear amounts list are not the same size!"
|
||||
stageEditorMustSetPasswordDisplays: "You must add at least one password display first!"
|
||||
stageEditorAddPasswordCleared: "Password Objectives cleared."
|
||||
stageEditorPasswordNotSameSize: "The password display and password phrase lists are not the same size!"
|
||||
stageEditorListContainsDuplicates: " List contains duplicates!"
|
||||
stageEditorDelayCleared: "Delay cleared."
|
||||
stageEditorDelayMessageCleared: "Delay message cleared."
|
||||
stageEditorDenizenCleared: "Denizen script cleared."
|
||||
stageEditorBreakBlocksCleared: "Break blocks objective cleared."
|
||||
stageEditorDamageBlocksCleared: "Damage blocks objective cleared."
|
||||
stageEditorPlaceBlocksCleared: "Place blocks objective cleared."
|
||||
stageEditorUseBlocksCleared: "Use blocks objective cleared."
|
||||
stageEditorCutBlocksCleared: "Cut blocks objective cleared."
|
||||
stageEditorEnchantmentsCleared: "Enchantment objective cleared."
|
||||
stageEditorDeliveriesCleared: "Delivery objective cleared."
|
||||
stageEditorReachLocationsCleared: "Reach Locations objective cleared."
|
||||
stageEditorKillNPCsCleared: "Kill NPCs objective cleared."
|
||||
stageEditorKillMobsCleared: "Kill Mobs objective cleared."
|
||||
stageEditorTameCleared: "Tame Mobs objective cleared."
|
||||
stageEditorShearCleared: "Shear Sheep objective cleared."
|
||||
stageEditorStartMessageCleared: "Start message cleared."
|
||||
stageEditorCompleteMessageCleared: "Complete message cleared."
|
||||
stageEditorConfirmStageDelete: "Are you sure you want to delete this stage?"
|
||||
stageEditorConfirmStageNote: "Any Stages after will be shifted back one spot"
|
||||
stageEditorDeleteSucces: "Stage deleted successfully."
|
||||
stageEditorEnchantments: "Enchantments"
|
||||
stageEditorNPCNote: 'Note: You may specify the name of the NPC with <npc>'
|
||||
stageEditorOptional: "Optional"
|
||||
stageEditorColors: "Sheep Colors"
|
||||
allListsNotSameSize: "All of your lists are not the same size!"
|
||||
eventEditorCreate: "Create new Event"
|
||||
eventEditorEdit: "Edit an Event"
|
||||
eventEditorDelete: "Delete an Event"
|
||||
eventEditorCreatePermisssions: "You do not have permission to create new Events."
|
||||
eventEditorEditPermisssions: "You do not have permission to edit Events."
|
||||
eventEditorDeletePermisssions: "You do not have permission to delete Events."
|
||||
eventEditorNoneToEdit: "No Events currently exist to be edited!"
|
||||
eventEditorNoneToDelete: "No Events currently exist to be deleted!"
|
||||
eventEditorNotFound: "Event not found!"
|
||||
eventEditorExists: "Event already exists!"
|
||||
eventEditorSomeone: "Someone is already creating or editing an Event with that name!"
|
||||
eventEditorAlpha: "Name must be alphanumeric!"
|
||||
eventEditorErrorReadingFile: "Error reading Events file."
|
||||
eventEditorErrorSaving: "An error occurred while saving."
|
||||
eventEditorDeleted: "Event deleted, Quests and Events reloaded."
|
||||
eventEditorSaved: "Event saved, Quests and Events reloaded."
|
||||
eventEditorEnterEventName: "Enter an Event name, or 'cancel' to return."
|
||||
eventEditorDeletePrompt: "Are you sure you want to delete the Event"
|
||||
eventEditorQuitWithoutSaving: "Are you sure you want to quit without saving?"
|
||||
eventEditorFinishAndSave: "Are you sure you want to finish and save the Event"
|
||||
eventEditorModifiedNote: 'Note: You have modified an Event that the following Quests use:'
|
||||
eventEditorForcedToQuit: "If you save the Event, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||
eventEditorEventInUse: "The following Quests use the Event"
|
||||
eventEditorMustModifyQuests: "eventEditorNotFound"
|
||||
eventEditorListSizeMismatch: "The lists are not the same size!"
|
||||
eventEditorListDuplicates: "List contains duplicates!"
|
||||
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||
eventEditorInvalidEntry: "Invalid entry"
|
||||
eventEditorSetName: "Set name"
|
||||
eventEditorSetMessage: "Set message"
|
||||
eventEditorClearInv: "Clear player 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: "Set potion effects"
|
||||
eventEditorSetHunger: "Set player hunger level"
|
||||
eventEditorSetSaturation: "Set player saturation level"
|
||||
eventEditorSetHealth: "Set player health level"
|
||||
eventEditorEnterTimerSeconds: "Set number of seconds left before the quest fails (use cancel-timer event to cancel timers)"
|
||||
eventEditorSetTimer: "Set time to fail quest"
|
||||
eventEditorCancelTimer: "Cancel the quest timer"
|
||||
eventEditorSetTeleport: "Set player teleport location"
|
||||
eventEditorSetCommands: "Set commands to execute"
|
||||
eventEditorItems: "Event Items"
|
||||
eventEditorSetItems: "Give items"
|
||||
eventEditorItemsCleared: "Event items cleared."
|
||||
eventEditorAddItem: "Add item"
|
||||
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!"
|
||||
eventEditorNotGreaterThanZero: "is not greater than 0!"
|
||||
eventEditorNotANumber: "is not a number!"
|
||||
eventEditorStorm: "Event 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, or enter 'cancel' to return"
|
||||
eventEditorEnterDuration: "Enter duration (in seconds)"
|
||||
eventEditorAtLeastOneSecond: "Amount must be at least 1 second!"
|
||||
eventEditorNotGreaterThanOneSecond: "is not greater than 1 second!"
|
||||
eventEditorThunder: "Event Thunder"
|
||||
eventEditorMustSetThunderDuration: "You must set a thunder duration!"
|
||||
eventEditorThunderCleared: "Thunder data cleared."
|
||||
eventEditorEnterThunderWorld: "Enter a world name for the thunder to occur in, or enter 'cancel' to return"
|
||||
eventEditorEffects: "Event Effects"
|
||||
eventEditorAddEffect: "Add effect"
|
||||
eventEditorAddEffectLocation: "Add effect location"
|
||||
eventEditorNoEffects: "No effects set"
|
||||
eventEditorMustAddEffects: "You must add effects first!"
|
||||
eventEditorInvalidEffect: "is not a valid effect name!"
|
||||
eventEditorEffectsCleared: "Event effects cleared."
|
||||
eventEditorEffectLocationPrompt: "Right-click on a block to play an effect at, then enter 'add' to add it to the list, or enter 'cancel' to return"
|
||||
eventEditorMobSpawns: "Event Mob Spawns"
|
||||
eventEditorAddMobTypes: "Add mob"
|
||||
eventEditorNoTypesSet: "(No type set)"
|
||||
eventEditorMustSetMobTypesFirst: "You must set the mob type first!"
|
||||
eventEditorSetMobAmounts: "Set mob amount"
|
||||
eventEditorNoAmountsSet: "(No amounts set)"
|
||||
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"
|
||||
eventEditorSetMobSpawnLoc: "Right-click on a block to spawn a mob at, then enter 'add' to the confirm it, or enter 'cancel' to return"
|
||||
eventEditorSetMobSpawnAmount: "Set the amount of mobs to spawn"
|
||||
eventEditorSetDropChance: "Set the drop chance"
|
||||
eventEditorInvalidDropChance: "Drop chance has to be between 0.0 and 1.0"
|
||||
eventEditorLightningPrompt: "Right-click on a block to spawn a lightning strike at, then enter 'add' to add it to the list, or enter 'clear' to clear the locations list, or 'cancel' to return"
|
||||
eventEditorPotionEffects: "Event 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!"
|
||||
eventEditorNoDurationsSet: "(No durations set)"
|
||||
eventEditorSetPotionMagnitudes: "Set potion effect magnitudes"
|
||||
eventEditorPotionsCleared: "Potion effects cleared."
|
||||
eventEditorInvalidPotionType: "is not a valid potion effect type!"
|
||||
eventEditorEnterNPCId: "Enter NPC ID (or -1 to return)"
|
||||
eventEditorNoNPCExists: "No NPC exists with that id!"
|
||||
eventEditorExplosionPrompt: "Right-click on a block to spawn an explosion at, then enter 'add' to add it to the list, or enter 'clear' to clear the explosions list, or 'cancel' to return"
|
||||
eventEditorSelectBlockFirst: "You must select a block first."
|
||||
eventEditorSetMessagePrompt: "Enter message, or enter 'none' to delete, (or 'cancel' to return)"
|
||||
eventEditorSetItemNamesPrompt: "Enter item names separating each one by a space, or enter 'cancel' to return."
|
||||
eventEditorSetItemAmountsPrompt: "Enter item amounts (numbers) separating each one by a space, or enter 'cancel' to return."
|
||||
eventEditorSetMobTypesPrompt: "Enter mob name, or enter 'cancel' to return"
|
||||
eventEditorSetMobAmountsPrompt: "Enter mob amount, or enter 'cancel' to return"
|
||||
eventEditorSetMobNamePrompt: "Set the name for this mob, or enter 'cancel' to return"
|
||||
eventEditorSetMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the mob spawn location list, or enter 'cancel' to return"
|
||||
eventEditorSetPotionEffectsPrompt: "Enter potion effect types separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetPotionDurationsPrompt: "Enter effect durations (in milliseconds) separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetHungerPrompt: "Enter hunger level, or -1 to remove it"
|
||||
eventEditorHungerLevelAtLeastZero: "Hunger level must be at least 0!"
|
||||
eventEditorSetSaturationPrompt: "Enter saturation level, or -1 to remove it"
|
||||
eventEditorSaturationLevelAtLeastZero: "Saturation level must be at least 0!"
|
||||
eventEditorSetHealthPrompt: "Enter health level, or -1 to remove it"
|
||||
eventEditorHealthLevelAtLeastZero: "Health level must be at least 0!"
|
||||
eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to, then enter 'done' to finish, or enter 'clear' to clear the teleport location, or 'cancel' to return"
|
||||
eventEditorCommandsNote: 'Note: You may use <player> to refer to the player''s name.'
|
||||
eventEditorSetCommandsPrompt: "Enter commands separating each one by a comma, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
reqSetMoney: "Set money requirement"
|
||||
reqSetQuestPoints: "Set Quest Points requirement"
|
||||
reqSetItem: "Set item requirements"
|
||||
reqSetPerms: "Set permission requirements"
|
||||
reqSetQuest: "Set Quest requirements"
|
||||
reqSetQuestBlocks: "Set Quest blocks"
|
||||
reqSetMcMMO: "Set mcMMO requirements"
|
||||
reqSetHeroes: "Set Heroes requirements"
|
||||
reqSetCustom: "Custom requirements"
|
||||
reqSetFail: "Set fail requirements message"
|
||||
reqSetSkills: "Set skills"
|
||||
reqSetSkillAmounts: "Set skill amounts"
|
||||
reqHeroesSetPrimary: "Set Primary Class"
|
||||
reqHeroesSetSecondary: "Set Secondary Class"
|
||||
reqMoneyPrompt: "Enter amount of <money>, or 0 to clear the money requirement, or -1 to cancel"
|
||||
reqQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point requirement, or -1 to cancel"
|
||||
reqQuestPrompt: "Enter a list of Quest names separating each one by a <comma>, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqRemoveItemsPrompt: "Enter a list of true/false values, separating each one by a space, or enter 'cancel' to return."
|
||||
reqPermissionsPrompt: "Enter permission requirements separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
reqCustomPrompt: "Enter the name of a custom requirement to add, or enter 'clear' to clear all custom requirements, or 'cancel' to return."
|
||||
reqMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqMcMMOAmountsPrompt: "Enter mcMMO skill amounts, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqHeroesPrimaryPrompt: "Enter a Heroes Primary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||
reqHeroesSecondaryPrompt: "Enter a Heroes Secondary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||
reqFailMessagePrompt: "Enter fail requirements message, or enter 'cancel' to return."
|
||||
reqAddItem: "Add item"
|
||||
reqSetRemoveItems: "Set remove items"
|
||||
reqNoItemsSet: "No items set"
|
||||
reqNoValuesSet: "No values set"
|
||||
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||
reqGreaterThanZero: "Amount must be greater than 0!"
|
||||
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||
reqItemCleared: "Item requirements cleared."
|
||||
reqListsNotSameSize: "The items list and remove items list are not the same size!"
|
||||
reqTrueFalseError: '<input> is not a true or false value!%br%Example: true false true true'
|
||||
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||
reqCustomNotFound: "Custom requirement module not found."
|
||||
reqCustomCleared: "Custom requirements cleared."
|
||||
reqMcMMOError: "<input> is not an mcMMO skill name!"
|
||||
reqMcMMOCleared: "mcMMO skill requirements cleared."
|
||||
reqMcMMOAmountsCleared: "mcMMO 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!"
|
||||
reqNone: "No requirements set"
|
||||
reqNotANumber: "<input> is not a number!"
|
||||
reqMustAddItem: "You must add at least one item first!"
|
||||
reqNoMessage: "You must set a fail requirements message!"
|
||||
reqNoMcMMO: "mcMMO not installed"
|
||||
reqNoHeroes: "Heroes not installed"
|
||||
rewSetMoney: "Set money reward"
|
||||
rewSetQuestPoints: "Set Quest Points reward"
|
||||
rewSetItems: "Set item rewards"
|
||||
rewSetExperience: "Set experience reward"
|
||||
rewSetCommands: "Set command rewards"
|
||||
rewSetPermission: "Set permission rewards"
|
||||
rewSetMcMMO: "Set mcMMO 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>, or 0 to clear the money reward, or -1 to cancel"
|
||||
rewExperiencePrompt: "Enter amount of experience, or 0 to clear the experience reward, or -1 to cancel"
|
||||
rewCommandPrompt: "Enter command rewards separating each one by a <comma>, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
rewCommandPromptHint: 'Note: You may put <player> to specify the player who completed the Quest. e.g. smite <player>'
|
||||
rewPermissionsPrompt: "Enter permission rewards separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
rewQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point reward, or -1 to cancel"
|
||||
rewMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'cancel' to return."
|
||||
rewMcMMOPromptHint: 'Note: Typing ''All'' will give levels to all skills.'
|
||||
rewHeroesClassesPrompt: "Enter Heroes classes separating each one by a space, or enter 'cancel' to return."
|
||||
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed) separating each one by a space, or enter 'cancel' to return."
|
||||
rewPhatLootsPrompt: "Enter PhatLoots separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
rewCustomRewardPrompt: "Enter the name of a custom reward to add, or enter 'clear' to clear all custom rewards, or 'cancel' to return."
|
||||
rewItemsCleared: "Item rewards cleared."
|
||||
rewNoMcMMOSkills: "No skills set"
|
||||
rewNoHeroesClasses: "No classes set"
|
||||
rewSetMcMMOSkillsFirst: "You must set skills first!"
|
||||
rewMcMMOCleared: "mcMMO rewards cleared."
|
||||
rewMcMMOListsNotSameSize: "The skills list and skill amounts list are not the same size!"
|
||||
rewSetHeroesClassesFirst: "You must set classes first!"
|
||||
rewHeroesCleared: "Heroes rewards cleared."
|
||||
rewHeroesListsNotSameSize: "The classes list and experience amounts list are not the same size!"
|
||||
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."
|
||||
rewNoPhat: "PhatLoots not installed"
|
||||
itemCreateLoadHand: "Load item in hand"
|
||||
itemCreateSetName: "Set name"
|
||||
itemCreateSetAmount: "Set amount"
|
||||
itemCreateSetDurab: "Set durability"
|
||||
itemCreateSetEnchs: "Add/clear enchantments"
|
||||
itemCreateSetDisplay: "Set display name"
|
||||
itemCreateSetLore: "Set lore"
|
||||
itemCreateEnterName: "Enter an item name, or 'cancel' to return."
|
||||
itemCreateEnterAmount: "Enter item amount (max. 64), or 'cancel' to return."
|
||||
itemCreateEnterDurab: "Enter item durability, or 'clear' to clear the data, or 'cancel' to return."
|
||||
itemCreateEnterEnch: "Enter an enchantment name, or 'clear' to clear the enchantments, or 'cancel' to return."
|
||||
itemCreateEnterLevel: "Enter a level (number) for <enchantment>"
|
||||
itemCreateEnterDisplay: "Enter item display name, or 'clear' to clear the display name, or 'cancel' to return."
|
||||
itemCreateEnterLore: "Enter item lore, separating each line by a semi-colon ; or 'clear' to clear the lore, or 'cancel' to return."
|
||||
itemCreateLoaded: "Item loaded."
|
||||
itemCreateNoItem: "No item in hand!"
|
||||
itemCreateNoName: "You must set a name first!"
|
||||
itemCreateInvalidName: "Invalid item name!"
|
||||
itemCreateInvalidAmount: "Amount must be between 1-64!"
|
||||
itemCreateInvalidDurab: "Invalid item durability!"
|
||||
itemCreateInvalidEnch: "Invalid enchantment name!"
|
||||
itemCreateInvalidLevel: "Level must be greater than 0!"
|
||||
itemCreateInvalidInput: "Invalid input!"
|
||||
itemCreateNotNumber: "Input was not a number!"
|
||||
itemCreateNoNameAmount: "You must set a name and amount first!"
|
||||
itemCreateCriticalError: "A critical error has occurred."
|
||||
questTitle: "-- <quest> --"
|
||||
questObjectivesTitle: "---(<quest>)---"
|
||||
questCompleteTitle: '**QUEST COMPLETE: <quest>**'
|
||||
questRewardsTitle: "Rewards:"
|
||||
journalTitle: "Quest Journal"
|
||||
questsTitle: "- Quests -"
|
||||
questHelpTitle: "- Quests -"
|
||||
questListTitle: "- Quests -"
|
||||
questNPCListTitle: "- Quests | <npc> -"
|
||||
questAdminHelpTitle: "- Questadmin -"
|
||||
questEditorTitle: "- Quest Editor -"
|
||||
eventEditorTitle: "- Event Editor - "
|
||||
questCreateTitle: "- Create Quest -"
|
||||
questEditTitle: "- Edit Quest -"
|
||||
questDeleteTitle: "- Delete Quest -"
|
||||
requirementsTitle: "- <quest> | Requirements -"
|
||||
rewardsTitle: "- <quest> | Rewards -"
|
||||
itemRequirementsTitle: "- Item Requirements -"
|
||||
itemRewardsTitle: "- Item Rewards -"
|
||||
mcMMORequirementsTitle: "- mcMMO Requirements -"
|
||||
mcMMORewardsTitle: "- mcMMO 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: "- Event -"
|
||||
completedQuestsTitle: "- Completed Quests -"
|
||||
topQuestersTitle: "- Top <number> Questers -"
|
||||
createItemTitle: "- Create Item -"
|
||||
enchantmentsTitle: "- Enchantments -"
|
||||
questGUITitle: "- GUI Item Display -"
|
||||
questRegionTitle: "- Quest Region -"
|
||||
eventEditorGiveItemsTitle: "- Give Items -"
|
||||
eventEditorEffectsTitle: "- Effects -"
|
||||
eventEditorStormTitle: "- Event Storm -"
|
||||
eventEditorThunderTitle: "- Event Thunder -"
|
||||
eventEditorMobSpawnsTitle: "- Event Mob Spawns -"
|
||||
eventEditorMobsTitle: "- Mobs -"
|
||||
eventEditorAddMobTypesTitle: "- Add Mob -"
|
||||
eventEditorPotionEffectsTitle: "- Event Potion Effects -"
|
||||
eventEditorPotionTypesTitle: "- Event Potion Types -"
|
||||
eventEditorWorldsTitle: "- Worlds -"
|
||||
effBlazeShoot: "Sound of a Blaze firing"
|
||||
effBowFire: "Sound of a bow firing"
|
||||
effClick1: "A click sound"
|
||||
effClick2: "A different click sound"
|
||||
effDoorToggle: "Sound of a door opening or closing"
|
||||
effExtinguish: "Sound of fire being extinguished"
|
||||
effGhastShoot: "Sound of a Ghast firing"
|
||||
effGhastShriek: "Sound of a Ghast shrieking"
|
||||
effZombieWood: "Sound of a Zombie chewing an iron door"
|
||||
effZombieIron: "Sound of a Zombie chewing a wooden door"
|
||||
effEnterName: "Enter an effect name to add it to the list, or enter 'cancel' to return"
|
||||
cmdCancel: "cancel"
|
||||
cmdAdd: "add"
|
||||
cmdClear: "clear"
|
||||
cmdNone: "none"
|
||||
cmdDone: "done"
|
||||
acceptQuest: "Accept Quest?"
|
||||
enterAnOption: "Enter an option"
|
||||
questAccepted: 'Quest accepted: <quest>'
|
||||
currentQuest: "Current Quests:"
|
||||
noMoreQuest: "No more quests available."
|
||||
damage: "Damage"
|
||||
break: "Break"
|
||||
place: "Place"
|
||||
use: "Use"
|
||||
cut: "Cut"
|
||||
catchFish: "Catch Fish"
|
||||
enchantItem: "Enchant <item> with <enchantment>"
|
||||
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."
|
||||
invalidSelection: "Invalid selection!"
|
||||
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'"
|
||||
questPointsDisplay: "Quest points:"
|
||||
questNoDrop: "You may not drop Quest items."
|
||||
questNoBrew: "You may not brew Quest items."
|
||||
questNoStore: "You may not store Quest items."
|
||||
questNoCraft: "You may not craft Quest items."
|
||||
questNoEquip: "You may not equip Quest items."
|
||||
questNoDispense: "You may not put Quest items in dispensers."
|
||||
questNoEnchant: "You may not enchant Quest items."
|
||||
questNoSmelt: "You may not smelt using Quest items."
|
||||
questInfoNoPerms: "You do not have permission to view a Quest's information."
|
||||
questCmdNoPerms: "You do not have access to that command."
|
||||
pageSelectionNum: "Page selection must be a number."
|
||||
pageSelectionPosNum: "Page selection must be a positive number."
|
||||
questListNoPerms: "You do not have permission to view the Quests list."
|
||||
questTakeNoPerms: "You do not have permission to take Quests via commands."
|
||||
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||
questQuit: "You have quit <quest>"
|
||||
questQuitNoPerms: "You do not have permission to quit Quests."
|
||||
questQuitDisabled: "Quitting Quests has been disabled."
|
||||
questEditorNoPerms: "You do not have permission to use the Quests Editor."
|
||||
eventEditorNoPerms: "You do not have permission to use the Events Editor."
|
||||
questsUnknownCommand: "Unknown Quests command. Type /quests for help."
|
||||
pageNotExist: "Page does not exist."
|
||||
pageFooter: "- Page <current> of <all> -"
|
||||
questsReloaded: "Quests 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>."
|
||||
questPurged: "<player> has been purged and blacklisted."
|
||||
questReset: "<player> has been reset."
|
||||
questRemoved: "Quest <quest> has been removed from player <player>'s completed Quests."
|
||||
settingAllQuestPoints: "Setting all players' Quest Points..."
|
||||
allQuestPointsSet: "All players' Quest Points have been set to <number>!"
|
||||
setQuestPoints: "<player>'s Quest Points have been set to <number>."
|
||||
questPointsSet: "<player> has set your Quest Points to <number>."
|
||||
takeQuestPoints: "Took away <number> Quest Points from <player>."
|
||||
questPointsTaken: "<player> took away <number> Quest Points."
|
||||
giveQuestPoints: "Gave <number> Quest Points from <player>."
|
||||
questPointsGiven: "<player> gave you <number> Quest Points."
|
||||
enableNPCGUI: "<npc> will now provide a GUI Quest Display."
|
||||
disableNPCGUI: "<npc> will no longer provide a GUI Quest Display."
|
||||
invalidNumber: "Invalid number."
|
||||
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||
playerNotFound: "Player not found."
|
||||
invalidStageNum: "Invalid stage number for Quest <quest>"
|
||||
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||
errorReading: "Error reading <file>, skipping.."
|
||||
errorReadingSuppress: "Error reading <file>, suppressing further errors."
|
||||
errorDataFolder: 'Error: Unable to read Quests data folder!'
|
||||
questsPlayerHasQuestAlready: "<player> is already on the Quest <quest>!"
|
||||
questsUnknownAdminCommand: "Unknown Questsadmin command. Type /questsadmin for help."
|
||||
unknownError: "An unknown error occurred. See console output."
|
||||
journalTaken: "You take out your Quest Journal."
|
||||
journalPutAway: "You put away your Quest Journal."
|
||||
journalAlreadyHave: "You already have your Quest Journal out."
|
||||
journalNoRoom: "You have no room in your inventory for your Quest Journal!"
|
||||
journalNoQuests: "You have no accepted quests!"
|
||||
journalDenied: "You cannot do that with your Quest Journal."
|
||||
ENCHANTMENT_ARROW_DAMAGE: "Power"
|
||||
ENCHANTMENT_ARROW_FIRE: "Flame"
|
||||
ENCHANTMENT_ARROW_INFINITE: "Infinity"
|
||||
ENCHANTMENT_ARROW_KNOCKBACK: "Punch"
|
||||
ENCHANTMENT_BINDING_CURSE: "BindingCurse"
|
||||
ENCHANTMENT_DAMAGE_ALL: "Sharpness"
|
||||
ENCHANTMENT_DAMAGE_ARTHROPODS: "BaneOfArthropods"
|
||||
ENCHANTMENT_DEPTH_STRIDER: "DepthStrider"
|
||||
ENCHANTMENT_DAMAGE_UNDEAD: "Smite"
|
||||
ENCHANTMENT_DIG_SPEED: "Efficiency"
|
||||
ENCHANTMENT_DURABILITY: "Unbreaking"
|
||||
ENCHANTMENT_FIRE_ASPECT: "FireAspect"
|
||||
ENCHANTMENT_FROST_WALKER: "FrostWalker"
|
||||
ENCHANTMENT_KNOCKBACK: "Knockback"
|
||||
ENCHANTMENT_LOOT_BONUS_BLOCKS: "Fortune"
|
||||
ENCHANTMENT_LOOT_BONUS_MOBS: "Looting"
|
||||
ENCHANTMENT_LUCK: "LuckOfTheSea"
|
||||
ENCHANTMENT_LURE: "Lure"
|
||||
ENCHANTMENT_MENDING: "Mending"
|
||||
ENCHANTMENT_OXYGEN: "Respiration"
|
||||
ENCHANTMENT_PROTECTION_ENVIRONMENTAL: "Protection"
|
||||
ENCHANTMENT_PROTECTION_EXPLOSIONS: "BlastProtection"
|
||||
ENCHANTMENT_PROTECTION_FALL: "FeatherFalling"
|
||||
ENCHANTMENT_PROTECTION_FIRE: "FireProtection"
|
||||
ENCHANTMENT_PROTECTION_PROJECTILE: "ProjectileProtection"
|
||||
ENCHANTMENT_SILK_TOUCH: "SilkTouch"
|
||||
ENCHANTMENT_SWEEPING: "Sweeping"
|
||||
ENCHANTMENT_THORNS: "Thorns"
|
||||
ENCHANTMENT_VANISHING_CURSE: "VanishingCurse"
|
||||
ENCHANTMENT_WATER_WORKER: "AquaAffinity"
|
||||
COLOR_BLACK: "Black"
|
||||
COLOR_BLUE: "Blue"
|
||||
COLOR_BROWN: "Brown"
|
||||
COLOR_CYAN: "Cyan"
|
||||
COLOR_GRAY: "Gray"
|
||||
COLOR_GREEN: "Green"
|
||||
COLOR_LIGHT_BLUE: "LightBlue"
|
||||
COLOR_LIME: "Lime"
|
||||
COLOR_MAGENTA: "Magenta"
|
||||
COLOR_ORANGE: "Orange"
|
||||
COLOR_PINK: "Pink"
|
||||
COLOR_PURPLE: "Purple"
|
||||
COLOR_RED: "Red"
|
||||
COLOR_SILVER: "Silver"
|
||||
COLOR_WHITE: "White"
|
||||
COLOR_YELLOW: "Yellow"
|
||||
timeDay: "Day"
|
||||
timeDays: "Days"
|
||||
timeHour: "Hour"
|
||||
timeHours: "Hours"
|
||||
timeMinute: "Minute"
|
||||
timeMinutes: "Minutes"
|
||||
timeSecond: "Second"
|
||||
timeSeconds: "Seconds"
|
||||
timeMillisecond: "Millisecond"
|
||||
timeMilliseconds: "Milliseconds"
|
||||
event: "Event"
|
||||
delay: "Delay"
|
||||
save: "Save"
|
||||
exit: "Exit"
|
||||
exited: "Exited"
|
||||
cancel: "Cancel"
|
||||
cancelled: "Cancelled"
|
||||
questTimeout: "Cancelled."
|
||||
back: "Back"
|
||||
yesWord: "Yes"
|
||||
noWord: "No"
|
||||
"true": "true"
|
||||
"false": "false"
|
||||
clear: "Clear"
|
||||
edit: "Edit"
|
||||
none: "None"
|
||||
done: "Done"
|
||||
comma: "comma"
|
||||
finish: "Finish"
|
||||
quit: "Quit"
|
||||
noneSet: "None set"
|
||||
noDelaySet: "No delay set"
|
||||
noIdsSet: "No IDs set"
|
||||
noNamesSet: "No names set"
|
||||
worlds: "Worlds"
|
||||
mobs: "Mobs"
|
||||
points: "points"
|
||||
invalidOption: "Invalid option!"
|
||||
npcHint: 'Note: You can left or right click on NPC''s to get their ID.'
|
||||
listDuplicate: "List contains duplicates!"
|
||||
id: "ID"
|
||||
quest: "Quest"
|
||||
quests: "Quests"
|
||||
createdBy: "Created by"
|
||||
continuedBy: "and continued by"
|
||||
questPoints: "Quest Points"
|
||||
accepted: "Accepted"
|
||||
complete: "Complete"
|
||||
redoable: "Redoable"
|
||||
usage: "Usage"
|
||||
redoableEvery: "Redoable every <time>."
|
||||
requirements: "Requirements"
|
||||
money: "Money"
|
||||
with: "With"
|
||||
to: "to"
|
||||
blocksWithin: "within <amount> blocks of"
|
||||
valRequired: "Value required"
|
||||
enchantedItem: "*Enchanted*"
|
||||
experience: "Experience"
|
||||
timerMessage: '<green>Time left to finish the quest/stage: <red>%s seconds'
|
||||
timerStart: "<green>You have <red>%s seconds <green>to finish this quest/stage"
|
||||
questErrorReadingFile: "Error reading Quests file."
|
||||
questSaveError: "An error occurred while saving."
|
||||
questBlacklisted: "You are blacklisted. Contact an admin if this is in error."
|
858
src/main/resources/lang/de/strings.yml
Normal file
858
src/main/resources/lang/de/strings.yml
Normal file
@ -0,0 +1,858 @@
|
||||
---
|
||||
questFailed: "*QUEST FEHLGESCHLAGEN*"
|
||||
questMaxAllowed: "Du darfst nur bis zu <number> annehmen."
|
||||
questAlreadyOn: "Du bist bereits an dieser Quest dran!"
|
||||
questTooEarly: "Du darfst <quest> nicht annehmen. Bitte schaue in <time> erneut vorbei."
|
||||
questAlreadyCompleted: "Du hast <quest> bereits abgeschlossen."
|
||||
questInvalidLocation: "Du kannst an dieser Position <quest> nicht annehmen."
|
||||
questInvalidDeliveryItem: "<item> wird bei dieser Quest nicht benötigt!"
|
||||
questSelectedLocation: "Ausgewählten Standort"
|
||||
questDisplayHelp: "- Diese Hilfe anzeigen"
|
||||
COMMAND_LIST: "liste"
|
||||
COMMAND_LIST_HELP: "liste [page] - Verfübare Quests anzeigen"
|
||||
COMMAND_TAKE: "nehmen"
|
||||
COMMAND_TAKE_HELP: "nehmen [quest name] - Eine Quest annehmen"
|
||||
COMMAND_TAKE_USAGE: 'Benutze: /quests take [quest]'
|
||||
COMMAND_QUIT: "beenden"
|
||||
COMMAND_QUIT_HELP: "beenden [quest] - Aktuelle Quest abbrechen"
|
||||
COMMAND_EDITOR: "editor"
|
||||
COMMAND_EDITOR_HELP: "editor - Quests erstellen/bearbeiten"
|
||||
COMMAND_EVENTS_EDITOR: "events"
|
||||
COMMAND_EVENTS_EDITOR_HELP: "events - Events erstellen/bearbeiten"
|
||||
COMMAND_STATS: "stats"
|
||||
COMMAND_STATS_HELP: "stats - Deine Questfortschritte aufrufen"
|
||||
COMMAND_TOP: "top"
|
||||
COMMAND_TOP_HELP: "top [number] - Questrangliste"
|
||||
COMMAND_TOP_USAGE: 'Benutze: /quests top [number]'
|
||||
COMMAND_INFO: "info"
|
||||
COMMAND_INFO_HELP: "info - Plugininformationen ansehen"
|
||||
COMMAND_JOURNAL: "tagebuch"
|
||||
COMMAND_JOURNAL_HELP: "journal - Quest-Journal aufrufen oder weglegen"
|
||||
COMMAND_QUEST_HELP: "- Zeige die aktuellen Questziele an"
|
||||
COMMAND_QUESTINFO_HELP: "[quest name] - Questinformationen anzeigen"
|
||||
COMMAND_QUESTADMIN_HELP: "- Questsadmin Hilfe anzeigen"
|
||||
COMMAND_QUESTADMIN_STATS: "statistiken"
|
||||
COMMAND_QUESTADMIN_STATS_HELP: "statistiken [spieler] - Queststatistik einer Spielers aufrufen"
|
||||
COMMAND_QUESTADMIN_GIVE: "geben"
|
||||
COMMAND_QUESTADMIN_GIVE_HELP: "geben [spieler][quest] - Für einen Spieler eine Quest annehmen"
|
||||
COMMAND_QUESTADMIN_QUIT: "beenden"
|
||||
COMMAND_QUESTADMIN_QUIT_HELP: "beenden [spieler] [quest] - Für einen Spieler eine Quest beenden"
|
||||
COMMAND_QUESTADMIN_POINTS: "punkte"
|
||||
COMMAND_QUESTADMIN_POINTS_HELP: "punkte [spieler] [menge] - Questpunkte eines Spielers ändern"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS: "nehmepunkte"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [spieler] [menge] - Einem Spieler Questpunkte wegnehmen"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS: "gebepunkte"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [spieler] [menge] - Einem Spieler Questpunkte geben"
|
||||
COMMAND_QUESTADMIN_POINTSALL: "pointsall"
|
||||
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] - Allen Spielern Questpunkte geben"
|
||||
COMMAND_QUESTADMIN_FINISH: "beenden"
|
||||
COMMAND_QUESTADMIN_FINISH_HELP: "beenden [spieler] [quest] - Eine Quest für einen Spieler sofort erfolgreich abschliessen"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE: "nächstestation"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "nächstestation [spieler] [quest] - Aktueller Questabschnitt sofort erfolgreich beenden"
|
||||
COMMAND_QUESTADMIN_SETSTAGE: "stufesetzen"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_HELP: "setstage [spieler] [quest] [stufe] - Setze die aktuelle Stufe von einem Spieler"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Usage: /questadmin setstage [player] [quest] [stage]'
|
||||
COMMAND_QUESTADMIN_PURGE: "bereinigen"
|
||||
COMMAND_QUESTADMIN_PURGE_HELP: "purge [spieler] - Alle Quest infos eines spieler löschen und den spieler blacklisten"
|
||||
COMMAND_QUESTADMIN_RESET: "zurücksetzen"
|
||||
COMMAND_QUESTADMIN_RESET_HELP: "reset [spieler] - Löscht von einem Spieler alle Questdaten"
|
||||
COMMAND_QUESTADMIN_REMOVE: "entfernen"
|
||||
COMMAND_QUESTADMIN_REMOVE_HELP: "remove [spieler] [quest] - Entfernt eine abgeschlossene Quest von einem Spieler"
|
||||
COMMAND_QUESTADMIN_TOGGLEGUI: "interfaceUmschalten"
|
||||
COMMAND_QUESTADMIN_TOGGLEGUI_HELP: "togglegui [npc id] - Toggle GUI Quest Display on an NPC"
|
||||
COMMAND_QUESTADMIN_RELOAD: "reload"
|
||||
COMMAND_QUESTADMIN_RELOAD_HELP: "reload - Alle Quests werden neu geladen"
|
||||
questEditorHeader: "Quest erstellen"
|
||||
questEditorCreate: "Eine neue Quest erstellen"
|
||||
questEditorEdit: "Eine Quest bearbeiten"
|
||||
questEditorDelete: "Eine Quest löschen"
|
||||
questEditorName: "Name setzen"
|
||||
questEditorAskMessage: "Startnachricht festlegen"
|
||||
questEditorFinishMessage: "Schlussnachricht festlegen"
|
||||
questEditorRedoDelay: "Wiederholungszeit setzen"
|
||||
questEditorNPCStart: "Start-NPC setzen"
|
||||
questEditorBlockStart: "Blockstartpunkt setzen"
|
||||
questEditorInitialEvent: "Auslöser-Event setzen"
|
||||
questEditorSetGUI: "GUI Item setzen"
|
||||
questEditorReqs: "Anforderungen bearbeiten"
|
||||
questEditorStages: "Stufen bearbeiten"
|
||||
questEditorRews: "Belohnungen bearbeiten"
|
||||
questEditorEnterQuestName: "Quest name eingeben (oder 'cancel' um zurückzukehren)"
|
||||
questEditorEditEnterQuestName: "Gib den Quest-Namen zum bearbeiten an (oder 'cancel' um zurückzukehren)"
|
||||
questEditorEnterAskMessage: "Gib eine Startnachricht ein (oder 'cancel' um zurückzukehren)"
|
||||
questEditorEnterFinishMessage: "Gib eine Endnachricht ein (oder 'cancel' um zurückzukehren)"
|
||||
questEditorEnterRedoDelay: "Gib die Zeit in Sekunden an (0 zum entfernen oder -1 zum abbrechen)"
|
||||
questEditorEnterNPCStart: "Gib die NPC-ID ein, -1 zum entfernen oder -2 zum abbrechen"
|
||||
questEditorEnterBlockStart: "Rechts-klicke auf einen Block, um ihn als Start-Punkt auszuwählen. Gib 'done' ein um zu speichern, 'clear' um den Block zu entfernen oder 'cancel' um zurückzukehren"
|
||||
questEditorEnterInitialEvent: "Gib einen Event-Namen ein, oder 'clear' zum entfernen, 'cancel' um zurückzukehren"
|
||||
questRequiredNoneSet: "Benötigt, nicht gesetzt"
|
||||
questWGSetRegion: "Region setzen"
|
||||
questWGNotInstalled: "WorldGuard ist nicht installiert"
|
||||
questWGPrompt: "Gib die Worldguardregion, oder 'clear' um die region zu löschen, oder 'cancel' um zurückzukehren."
|
||||
questWGInvalidRegion: "<region> ist keine gültige Worldguard region!"
|
||||
questWGRegionCleared: "Quest region entfernt."
|
||||
questCitNotInstalled: "Citizens ist nicht installiert"
|
||||
questDenNotInstalled: "Denizen ist nicht installiert"
|
||||
questGUIError: 'Fehler: Dieses Item wird bereits als GUI-Display für die Quest <quest> benutzt.'
|
||||
questCurrentItem: "Aktuelles Item:"
|
||||
questSetItem: "Item setzen"
|
||||
questClearItem: "Item entfernen"
|
||||
questGUICleared: "Quest GUI-Item gelöscht."
|
||||
questDeleted: "Quest gelöscht! Quests und Events wurden automatisch neu geladen."
|
||||
questEditorNameExists: "Es gibt eine Quest, die bereits diesen Namen besitzt!"
|
||||
questEditorBeingEdited: "Jemand erstellt/bearbeitet eine Quest mit dem gleichen namen!"
|
||||
questEditorInvalidQuestName: "Der Name darf keine Punkte oder Kommas enthalten!"
|
||||
questEditorInvalidEventName: "ist kein gültiger Event-Name!"
|
||||
questEditorInvalidNPC: "Es existiert kein NPC mit dieser ID!"
|
||||
questEditorNoStartBlockSelected: "Du musst zuerst einen Block auswählen."
|
||||
questEditorPositiveAmount: "Die Anzahl muss eine positive Nummer sein."
|
||||
questEditorQuestAsRequirement1: "Folgende Quests haben"
|
||||
questEditorQuestAsRequirement2: "als Voraussetzung:"
|
||||
questEditorQuestAsRequirement3: "Du musst diese Quest bearbeiten, sodass man sie nicht mehr verwenden kann bevor du sie löscht."
|
||||
questEditorQuestNotFound: "Quest nicht gefunden!"
|
||||
questEditorEventCleared: "Eventauslöser löschen."
|
||||
questEditorSave: "Speichern und beenden"
|
||||
questEditorNeedAskMessage: "Du musst eine frage setzen!"
|
||||
questEditorNeedFinishMessage: "Du musst eine end-nachricht setzen!"
|
||||
questEditorNeedStages: "Deine Quest hat keine Stufen!"
|
||||
questEditorSaved: "Quest gespeichert! (Lade die Quests mit /questsadmin neu laden neu, damit deine neue Quest aktiviert wird.)"
|
||||
questEditorExited: "Willst du wirklich ohne zu speichern abbrechen?"
|
||||
questEditorDeleted: "Willst du diese Quest wirklich löschen"
|
||||
questEditorNoPermsCreate: "Du hast keine Berechtigung, um Quests zu erstellen."
|
||||
questEditorNoPermsEdit: "Du hast keine Berechtigung, um Quests zu bearbeiten."
|
||||
questEditorNoPermsDelete: "Du hast keine Berechtigung, um Quests zu löschen."
|
||||
stageEditorEditStage: "Stufe bearbeiten"
|
||||
stageEditorNewStage: "Neue Stufe hinzufügen"
|
||||
stageEditorStages: "Stufen"
|
||||
stageEditorStage: "Stufe"
|
||||
stageEditorBreakBlocks: "Blöcke abbauen"
|
||||
stageEditorDamageBlocks: "Blöcke beschädigen"
|
||||
stageEditorPlaceBlocks: "Blöcke platzieren"
|
||||
stageEditorUseBlocks: "Blöcke benutzen"
|
||||
stageEditorCutBlocks: "Blöcke schneiden"
|
||||
stageEditorCatchFish: "Fisch fangen"
|
||||
stageEditorFish: "fischen"
|
||||
stageEditorKillPlayers: "Spieler töten"
|
||||
stageEditorPlayers: "spieler"
|
||||
stageEditorEnchantItems: "Items verzaubern"
|
||||
stageEditorDeliverItems: "Items liefern"
|
||||
stageEditorTalkToNPCs: "Mit NPC reden"
|
||||
stageEditorKillNPCs: "NPC töten"
|
||||
stageEditorKillMobs: "Mobs töten"
|
||||
stageEditorReachLocs: "Koordinaten erreichen"
|
||||
stageEditorReachRadii1: "Rein gelangen"
|
||||
stageEditorReachRadii2: "blöcke aus"
|
||||
stageEditorTameMobs: "Mobs zähmen"
|
||||
stageEditorShearSheep: "Schaf scheren"
|
||||
stageEditorEvents: "Events"
|
||||
stageEditorStageEvents: "Stufen-Events"
|
||||
stageEditorStartEvent: "Start-Event"
|
||||
stageEditorStartEventCleared: "Start-Event gelöscht."
|
||||
stageEditorFinishEvent: "End-Event"
|
||||
stageEditorFinishEventCleared: "End-Event gelöscht."
|
||||
stageEditorChatEvents: "Chat-Events"
|
||||
stageEditorChatTrigger: "Chat-Auslöser"
|
||||
stageEditorTriggeredBy: "Ausgelöst von"
|
||||
stageEditorChatEventsCleared: "Chat-Events entfernt."
|
||||
stageEditorDeathEvent: "Todes-Event"
|
||||
stageEditorDeathEventCleared: "Todes-Event entfernt."
|
||||
stageEditorDisconnectEvent: "Disconnect Event"
|
||||
stageEditorDisconnectEventCleared: "Disconnect Event cleared."
|
||||
stageEditorDelayMessage: "Wiederholungsnachricht"
|
||||
stageEditorDenizenScript: "Denizen Script"
|
||||
stageEditorStartMessage: "Startnachricht"
|
||||
stageEditorCompleteMessage: "Vollständige Nachricht"
|
||||
stageEditorDelete: "Stufe löschen"
|
||||
stageEditorSetBlockNames: "Block-Namen setzen"
|
||||
stageEditorSetBlockAmounts: "Block-Anzahl setzen"
|
||||
stageEditorSetBlockDurability: "Block-Haltbarkeit setzen"
|
||||
stageEditorSetDamageAmounts: "Beschädigung setzen"
|
||||
stageEditorSetPlaceAmounts: "Menge zum Platzieren setzen"
|
||||
stageEditorSetUseAmounts: "Anzahl Verwendungen setzen"
|
||||
stageEditorSetCutAmounts: "Set cut amounts"
|
||||
stageEditorSetKillAmounts: "Killmenge setzen"
|
||||
stageEditorSetEnchantAmounts: "Verzauberungsmenge setzen"
|
||||
stageEditorSetMobAmounts: "Menge der Mobs setzen"
|
||||
stageEditorSetEnchantments: "Verzauberungen setzen"
|
||||
stageEditorSetItemNames: "Itemnamen setzen"
|
||||
stageEditorSetKillIds: "Setze die NPC-ID's"
|
||||
stageEditorSetMobTypes: "Mobtype setzen"
|
||||
stageEditorSetKillLocations: "Töten-standorte setzen"
|
||||
stageEditorSetKillLocationRadii: "Radius des töten-Standortes setzen"
|
||||
stageEditorSetKillLocationNames: "Töten-standortnamen setzen"
|
||||
stageEditorSetLocations: "Standorte setzen"
|
||||
stageEditorSetLocationRadii: "Radius des Standortes setzen"
|
||||
stageEditorSetLocationNames: "Standortnamen setzen"
|
||||
stageEditorSetTameAmounts: "Anzahl zum Zähmen setzen"
|
||||
stageEditorSetShearColors: "Farbe des Schafes setzen"
|
||||
stageEditorSetShearAmounts: "Anzahl Scherungen setzen"
|
||||
stageEditorPassword: "Password Objectives"
|
||||
stageEditorAddPasswordDisplay: "Add password display"
|
||||
stageEditorAddPasswordPhrases: "Add password phrase(s)"
|
||||
stageEditorNoPasswordDisplays: "No password displays set"
|
||||
stageObjectiveOverride: "Objective Display Override"
|
||||
stageEditorCustom: "Custom Objectives"
|
||||
stageEditorNoModules: "Keine Module geladen"
|
||||
stageEditorModuleNotFound: "Custom objective module not found."
|
||||
stageEditorCustomPrompt: "Enter the name of a custom objective to add, or enter 'clear' to clear all custom objectives, or 'cancel' to return."
|
||||
stageEditorCustomAlreadyAdded: "That custom objective has already been added!"
|
||||
stageEditorCustomCleared: "Custom objectives cleared."
|
||||
stageEditorCustomDataPrompt: "Enter value for <data>:"
|
||||
stageEditorEnterBlockNames: "Gib den Blocknamen (oder ID) ein, trenne sie jeweils mit einem Leerzeichen, oder gib 'cancel' ein, um zurückzukehren."
|
||||
stageEditorBreakBlocksPrompt: "Gib die Abbaumengen (zahlen) ein, trenne sie mit einem Leerzeichen, oder gib 'cancel' ein, um zurückzukehren."
|
||||
stageEditorDamageBlocksPrompt: "Schadensmenge (zahlen) eingeben, trenne es mit einem Leerzeichen, oder nutze 'cancel' um zurückzukehren."
|
||||
stageEditorPlaceBlocksPrompt: "Gib die Menge zum Platzieren (zahlen) ein, trenne sie jeweils mit einem Leerzeichen, oder mit 'cancel' kommst du zurück."
|
||||
stageEditorUseBlocksPrompt: "Gib die Nutzungsmenge (zahlen) ein, trenne sie jeweils mit einem Leerzeichen, oder mit 'cancel' kommst du zurück."
|
||||
stageEditorCutBlocksPrompt: "Enter cut amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorEnterBlockDurability: "Gib die Blockhaltbarkeit (zahlen) ein, trenne sie mit einem Leerzeichen, oder gib 'cancel' ein um zurückzukehren."
|
||||
stageEditorCatchFishPrompt: "Gib die Anzahl gefischte Fische ein, oder wenn du 0 eingibst wird der Wert zurückgesetzt, oder mit -1 kommst du zurück"
|
||||
stageEditorKillPlayerPrompt: "Gib die Anzahl Spieler die getötet werden müssen, oder wenn du 0 eingibst wird der Wert zurückgesetzt, oder mit -1 kommst du zurück"
|
||||
stageEditorEnchantTypePrompt: "Enter enchantment names, separating each one by a comma, or enter 'cancel' to return."
|
||||
stageEditorEnchantAmountsPrompt: "Enter enchant amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorItemNamesPrompt: "Enter item names, separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorNPCPrompt: "Enter NPC ids, separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorNPCToTalkToPrompt: "Enter NPC IDs, separating each one by a space, or enter 'clear' to clear the NPC ID list, or 'cancel' to return."
|
||||
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
||||
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobAmountsPrompt: "Enter mob amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the kill location list, or enter 'cancel' to return"
|
||||
stageEditorMobLocationRadiiPrompt: "Enter kill location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
||||
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorReachLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||
stageEditorTameAmountsPrompt: "Enter tame amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorShearColorsPrompt: "Enter sheep colors separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorShearAmountsPrompt: "Enter shear amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorEventsPrompt: "Enter an event name, or enter 'clear' to clear the event, or 'cancel' to return"
|
||||
stageEditorChatEventsPrompt: "Enter an event name to add, or enter 'clear' to clear all chat events, or 'cancel' to return"
|
||||
stageEditorChatEventsTriggerPromptA: "Enter a chat trigger for"
|
||||
stageEditorChatEventsTriggerPromptB: "or enter 'cancel' to return."
|
||||
stageEditorDelayPrompt: "Enter time (in seconds), or enter 'clear' to clear the delay, or 'cancel' to return"
|
||||
stageEditorDelayMessagePrompt: "Gib eine Verzögerungs Nachricht ein, oder gib 'clear' ein um die Nachricht zu löschen, gib 'cancel' zum Abbrechen ein"
|
||||
stageEditorScriptPrompt: "Enter script name, or enter 'clear' to clear the script, or 'cancel' to return"
|
||||
stageEditorStartMessagePrompt: "Enter start message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorCompleteMessagePrompt: "Enter complete message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorPasswordDisplayPrompt: "Enter a password display, or 'cancel' to return"
|
||||
stageEditorPasswordDisplayHint: "(This is the text that will be displayed to the player as their objective)"
|
||||
stageEditorPasswordPhrasePrompt: "Enter a password phrase, or 'cancel' to return"
|
||||
stageEditorPasswordPhraseHint1: "(Das ist der Text, den ein Spieler sagen muss, um das Ziel abzuschließen)"
|
||||
stageEditorPasswordPhraseHint2: "Wenn du mehrere Passwort Ausdrücke willst, dann musst du diese mit | (pipe) tun"
|
||||
stageEditorObjectiveOverridePrompt: "Enter objective display override, or 'clear' to clear the override, or 'cancel' to return."
|
||||
stageEditorObjectiveOverrideHint: "(The objective display override will show up as the players current objective)"
|
||||
stageEditorObjectiveOverrideCleared: "Objective display override cleared."
|
||||
stageEditorDeliveryAddItem: "Item hinzufügen"
|
||||
stageEditorDeliveryNPCs: "NPC-IDs setzen"
|
||||
stageEditorDeliveryMessages: "Liefernachricht setzen"
|
||||
stageEditorContainsDuplicates: "Liste enthält duplikate!"
|
||||
stageEditorInvalidBlockName: "ist kein gültiger Block-Name!"
|
||||
stageEditorInvalidEnchantment: "ist keine gültige Verzauberung!"
|
||||
stageEditorInvalidNPC: "ist keine gültige NPC-ID!"
|
||||
stageEditorInvalidMob: "ist kein gültiger Mob-Name!"
|
||||
stageEditorInvalidItemName: "ist kein gültiger Item-Name!"
|
||||
stageEditorInvalidNumber: "ist keine Nummer!"
|
||||
stageEditorInvalidDye: "ist keine gültige Farbe!"
|
||||
stageEditorInvalidEvent: "ist kein gültiger Event-Name!"
|
||||
stageEditorDuplicateEvent: "Event ist bereits in der Liste!"
|
||||
stageEditorInvalidDelay: "Die Wiederholung muss mindestens eine Sekunde sein!"
|
||||
stageEditorInvalidScript: "Denizen Script wurde nicht gefunden!"
|
||||
stageEditorNoCitizens: "Citizens ist nicht installiert!"
|
||||
stageEditorNoDenizen: "Denizen ist nicht installiert!"
|
||||
stageEditorPositiveAmount: "Du musst eine positive Nummer eingeben!"
|
||||
stageEditorNoNumber: "Die Eingabe ist keine Nummer!"
|
||||
stageEditorNotGreaterThanZero: "ist nicht größer als 0!"
|
||||
stageEditorNotListofNumbers: "Ungültige Eingabe, war keine Liste aus Nummern!"
|
||||
stageEditorNoDelaySet: "Du musst zuerst eine Wiederholung setzen!"
|
||||
stageEditorNoBlockNames: "Du musst erst Block-Namen setzen!"
|
||||
stageEditorNoEnchantments: "Du musst erst Verzauberungen setzen!"
|
||||
stageEditorNoItems: "Du musst erst Items hinzufügen!"
|
||||
stageEditorNoDeliveryMessage: "Du musst mindestens eine Liefernachricht setzen!"
|
||||
stageEditorNoNPCs: "Du musst erst NPC-IDs setzen!"
|
||||
stageEditorNoMobTypes: "Du musst erst Mob-Typen setzen!"
|
||||
stageEditorNoKillLocations: "Du musst erst Kill-Koordinaten setzen!"
|
||||
stageEditorNoBlockSelected: "Du musst erst einen Block auswählen."
|
||||
stageEditorNoColors: "Du musst erst Farben setzen!"
|
||||
stageEditorNoLocations: "Du musst erst Korrdinaten setzen!"
|
||||
stageEditorNoEnchantmentsSet: "Keine Verzauberungen gesetzt"
|
||||
stageEditorNoItemsSet: "Keine Items gesetzt"
|
||||
stageEditorNoMobTypesSet: "Keine Mob-Typen gesetzt"
|
||||
stageEditorNoLocationsSet: "Keine Koordinaten gesetzt"
|
||||
stageEditorNoColorsSet: "Keine Farben gesetzt"
|
||||
stageEditorListNotSameSize: "The block names list and the amounts list are not the same size!"
|
||||
stageEditorEnchantmentNotSameSize: "The enchantments list, the item id list and the enchant amount list are not the same size!"
|
||||
stageEditorDeliveriesNotSameSize: "The item list and the NPC list are not equal in size!"
|
||||
stageEditorNPCKillsNotSameSize: "The NPC IDs list and the kill amounts list are not the same size!"
|
||||
stageEditorAllListsNotSameSize: "All of your lists are not the same size!"
|
||||
stageEditorMobTypesNotSameSize: "The mob types list and the mob amounts list are not the same size!"
|
||||
stageEditorTameMobsNotSameSize: "The mob types list and the tame amounts list are not the same size!"
|
||||
stageEditorShearNotSameSize: "The sheep colors list and the shear amounts list are not the same size!"
|
||||
stageEditorMustSetPasswordDisplays: "You must add at least one password display first!"
|
||||
stageEditorAddPasswordCleared: "Password Objectives cleared."
|
||||
stageEditorPasswordNotSameSize: "The password display and password phrase lists are not the same size!"
|
||||
stageEditorListContainsDuplicates: " Liste enthält Duplikate!"
|
||||
stageEditorDelayCleared: "Verzögerung gelöscht."
|
||||
stageEditorDelayMessageCleared: "Verzögerungs Nachricht entfernt."
|
||||
stageEditorDenizenCleared: "Denizen script wurde entfernt."
|
||||
stageEditorBreakBlocksCleared: "Break blocks objective cleared."
|
||||
stageEditorDamageBlocksCleared: "Damage blocks objective cleared."
|
||||
stageEditorPlaceBlocksCleared: "Place blocks objective cleared."
|
||||
stageEditorUseBlocksCleared: "Use blocks objective cleared."
|
||||
stageEditorCutBlocksCleared: "Cut blocks objective cleared."
|
||||
stageEditorEnchantmentsCleared: "Enchantment objective cleared."
|
||||
stageEditorDeliveriesCleared: "Delivery objective cleared."
|
||||
stageEditorReachLocationsCleared: "Reach Locations objective cleared."
|
||||
stageEditorKillNPCsCleared: "Kill NPCs objective cleared."
|
||||
stageEditorKillMobsCleared: "Kill Mobs objective cleared."
|
||||
stageEditorTameCleared: "Tame Mobs objective cleared."
|
||||
stageEditorShearCleared: "Shear Sheep objective cleared."
|
||||
stageEditorStartMessageCleared: "Start message cleared."
|
||||
stageEditorCompleteMessageCleared: "Complete message cleared."
|
||||
stageEditorConfirmStageDelete: "Are you sure you want to delete this stage?"
|
||||
stageEditorConfirmStageNote: "Any Stages after will be shifted back one spot"
|
||||
stageEditorDeleteSucces: "Stage deleted successfully."
|
||||
stageEditorEnchantments: "Verzauberungen"
|
||||
stageEditorNPCNote: 'Notiz: Du kannst den Namen des NPC mit <npc> spezifizieren'
|
||||
stageEditorOptional: "Optional"
|
||||
stageEditorColors: "Schaf-Farben"
|
||||
allListsNotSameSize: "All deine Listen haben nicht die gleiche Größe!"
|
||||
eventEditorCreate: "Erstelle ein neues Event"
|
||||
eventEditorEdit: "Bearbeite ein Event"
|
||||
eventEditorDelete: "Delete an Event"
|
||||
eventEditorCreatePermisssions: "You do not have permission to create new Events."
|
||||
eventEditorEditPermisssions: "You do not have permission to edit Events."
|
||||
eventEditorDeletePermisssions: "You do not have permission to delete Events."
|
||||
eventEditorNoneToEdit: "No Events currently exist to be edited!"
|
||||
eventEditorNoneToDelete: "No Events currently exist to be deleted!"
|
||||
eventEditorNotFound: "Event not found!"
|
||||
eventEditorExists: "Event existiert bereits!"
|
||||
eventEditorSomeone: "Someone is already creating or editing an Event with that name!"
|
||||
eventEditorAlpha: "Name must be alphanumeric!"
|
||||
eventEditorErrorReadingFile: "Error reading Events file."
|
||||
eventEditorErrorSaving: "An error occurred while saving."
|
||||
eventEditorDeleted: "Event deleted, Quests and Events reloaded."
|
||||
eventEditorSaved: "Event saved, Quests and Events reloaded."
|
||||
eventEditorEnterEventName: "Enter an Event name, or 'cancel' to return."
|
||||
eventEditorDeletePrompt: "Are you sure you want to delete the Event"
|
||||
eventEditorQuitWithoutSaving: "Are you sure you want to quit without saving?"
|
||||
eventEditorFinishAndSave: "Are you sure you want to finish and save the Event"
|
||||
eventEditorModifiedNote: 'Note: You have modified an Event that the following Quests use:'
|
||||
eventEditorForcedToQuit: "If you save the Event, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||
eventEditorEventInUse: "The following Quests use the Event"
|
||||
eventEditorMustModifyQuests: "eventEditorNotFound"
|
||||
eventEditorListSizeMismatch: "The lists are not the same size!"
|
||||
eventEditorListDuplicates: "List contains duplicates!"
|
||||
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||
eventEditorInvalidEntry: "Ungültiger Eintrag"
|
||||
eventEditorSetName: "Name setzen"
|
||||
eventEditorSetMessage: "Nachricht setzten"
|
||||
eventEditorClearInv: "Spieler-Inevntar leeren"
|
||||
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: "Set potion effects"
|
||||
eventEditorSetHunger: "Set player hunger level"
|
||||
eventEditorSetSaturation: "Set player saturation level"
|
||||
eventEditorSetHealth: "Set player health level"
|
||||
eventEditorEnterTimerSeconds: "Set number of seconds left before the quest fails (use cancel-timer event to cancel timers)"
|
||||
eventEditorSetTimer: "Set time to fail quest"
|
||||
eventEditorCancelTimer: "Cancel the quest timer"
|
||||
eventEditorSetTeleport: "Set player teleport location"
|
||||
eventEditorSetCommands: "Set commands to execute"
|
||||
eventEditorItems: "Event-Items"
|
||||
eventEditorSetItems: "Give items"
|
||||
eventEditorItemsCleared: "Event items cleared."
|
||||
eventEditorAddItem: "Item hinzufügen"
|
||||
eventEditorSetItemNames: "Set item names"
|
||||
eventEditorSetItemAmounts: "Set item amounts"
|
||||
eventEditorNoNames: "Keine Namen gesetzt"
|
||||
eventEditorMustSetNames: "You must set item names first!"
|
||||
eventEditorInvalidName: "is not a valid item name!"
|
||||
eventEditorNotGreaterThanZero: "is not greater than 0!"
|
||||
eventEditorNotANumber: "is not a number!"
|
||||
eventEditorStorm: "Event-Sturm"
|
||||
eventEditorSetWorld: "Set world"
|
||||
eventEditorSetDuration: "Set duration"
|
||||
eventEditorNoWorld: "(Keine Welt gesetzt)"
|
||||
eventEditorSetWorldFirst: "Du musst zuerst eine Welt setzen!"
|
||||
eventEditorInvalidWorld: "is not a valid world name!"
|
||||
eventEditorMustSetStormDuration: "You must set a storm duration!"
|
||||
eventEditorStormCleared: "Sturm-Daten gelöscht."
|
||||
eventEditorEnterStormWorld: "Enter a world name for the storm to occur in, or enter 'cancel' to return"
|
||||
eventEditorEnterDuration: "Enter duration (in seconds)"
|
||||
eventEditorAtLeastOneSecond: "Amount must be at least 1 second!"
|
||||
eventEditorNotGreaterThanOneSecond: "is not greater than 1 second!"
|
||||
eventEditorThunder: "Event Donner"
|
||||
eventEditorMustSetThunderDuration: "You must set a thunder duration!"
|
||||
eventEditorThunderCleared: "Thunder data cleared."
|
||||
eventEditorEnterThunderWorld: "Enter a world name for the thunder to occur in, or enter 'cancel' to return"
|
||||
eventEditorEffects: "Event Effekte"
|
||||
eventEditorAddEffect: "Add effect"
|
||||
eventEditorAddEffectLocation: "Add effect location"
|
||||
eventEditorNoEffects: "No effects set"
|
||||
eventEditorMustAddEffects: "You must add effects first!"
|
||||
eventEditorInvalidEffect: "is not a valid effect name!"
|
||||
eventEditorEffectsCleared: "Event effects cleared."
|
||||
eventEditorEffectLocationPrompt: "Right-click on a block to play an effect at, then enter 'add' to add it to the list, or enter 'cancel' to return"
|
||||
eventEditorMobSpawns: "Event Mob Spawns"
|
||||
eventEditorAddMobTypes: "Add mob"
|
||||
eventEditorNoTypesSet: "(No type set)"
|
||||
eventEditorMustSetMobTypesFirst: "Du musst zuerst einen Mobtypen setzen!"
|
||||
eventEditorSetMobAmounts: "Set mob amount"
|
||||
eventEditorNoAmountsSet: "(Keine Beträge festgelegt)"
|
||||
eventEditorMustSetMobAmountsFirst: "You must set mob amount first!"
|
||||
eventEditorAddSpawnLocation: "Spawnpunkt setzten"
|
||||
eventEditorMobSpawnsCleared: "Mob Spawns gelöscht."
|
||||
eventEditorMustSetMobLocationFirst: "Du musst erst einen Spawnpunkt setzen!"
|
||||
eventEditorInvalidMob: "kein gültiger Mobname!"
|
||||
eventEditorSetMobName: "Set custom name for mob"
|
||||
eventEditorSetMobType: "Mobtype setzen"
|
||||
eventEditorSetMobItemInHand: "Item in der Hand nutzen"
|
||||
eventEditorSetMobItemInHandDrop: "Set drop chance of item in hand"
|
||||
eventEditorSetMobBoots: "Stiefel setzen"
|
||||
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"
|
||||
eventEditorSetMobSpawnLoc: "Right-click on a block to spawn a mob at, then enter 'add' to the confirm it, or enter 'cancel' to return"
|
||||
eventEditorSetMobSpawnAmount: "Set the amount of mobs to spawn"
|
||||
eventEditorSetDropChance: "Set the drop chance"
|
||||
eventEditorInvalidDropChance: "Drop chance has to be between 0.0 and 1.0"
|
||||
eventEditorLightningPrompt: "Right-click on a block to spawn a lightning strike at, then enter 'add' to add it to the list, or enter 'clear' to clear the locations list, or 'cancel' to return"
|
||||
eventEditorPotionEffects: "Event trank Effekte"
|
||||
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!"
|
||||
eventEditorNoDurationsSet: "(Keine Dauer-gesetzt)"
|
||||
eventEditorSetPotionMagnitudes: "Set potion effect magnitudes"
|
||||
eventEditorPotionsCleared: "Potion effects cleared."
|
||||
eventEditorInvalidPotionType: "is not a valid potion effect type!"
|
||||
eventEditorEnterNPCId: "NPC ID eingeben (oder -1 um zurückzukehren)"
|
||||
eventEditorNoNPCExists: "Kein NPC ist mit dieser Id vorhanden!"
|
||||
eventEditorExplosionPrompt: "Right-click on a block to spawn an explosion at, then enter 'add' to add it to the list, or enter 'clear' to clear the explosions list, or 'cancel' to return"
|
||||
eventEditorSelectBlockFirst: "Du musst zuerst einen Block auswählen."
|
||||
eventEditorSetMessagePrompt: "Geben Sie Nachricht ein, oder geben Sie \"none\" zu löschen (oder \"cancel\", um zurückzukehren)"
|
||||
eventEditorSetItemNamesPrompt: "Enter item names separating each one by a space, or enter 'cancel' to return."
|
||||
eventEditorSetItemAmountsPrompt: "Enter item amounts (numbers) separating each one by a space, or enter 'cancel' to return."
|
||||
eventEditorSetMobTypesPrompt: "Enter mob name, or enter 'cancel' to return"
|
||||
eventEditorSetMobAmountsPrompt: "Enter mob amount, or enter 'cancel' to return"
|
||||
eventEditorSetMobNamePrompt: "Set the name for this mob, or enter 'cancel' to return"
|
||||
eventEditorSetMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the mob spawn location list, or enter 'cancel' to return"
|
||||
eventEditorSetPotionEffectsPrompt: "Enter potion effect types separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetPotionDurationsPrompt: "Enter effect durations (in milliseconds) separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetHungerPrompt: "Enter hunger level, or -1 to remove it"
|
||||
eventEditorHungerLevelAtLeastZero: "Hunger level must be at least 0!"
|
||||
eventEditorSetSaturationPrompt: "Enter saturation level, or -1 to remove it"
|
||||
eventEditorSaturationLevelAtLeastZero: "Saturation level must be at least 0!"
|
||||
eventEditorSetHealthPrompt: "Enter health level, or -1 to remove it"
|
||||
eventEditorHealthLevelAtLeastZero: "Health level must be at least 0!"
|
||||
eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to, then enter 'done' to finish, or enter 'clear' to clear the teleport location, or 'cancel' to return"
|
||||
eventEditorCommandsNote: 'Note: You may use <player> to refer to the player''s name.'
|
||||
eventEditorSetCommandsPrompt: "Enter commands separating each one by a comma, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
reqSetMoney: "Set money requirement"
|
||||
reqSetQuestPoints: "Set Quest Points requirement"
|
||||
reqSetItem: "Set item requirements"
|
||||
reqSetPerms: "Set permission requirements"
|
||||
reqSetQuest: "Set Quest requirements"
|
||||
reqSetQuestBlocks: "Set Quest blocks"
|
||||
reqSetMcMMO: "Set mcMMO requirements"
|
||||
reqSetHeroes: "Set Heroes requirements"
|
||||
reqSetCustom: "Custom requirements"
|
||||
reqSetFail: "Set fail requirements message"
|
||||
reqSetSkills: "Set skills"
|
||||
reqSetSkillAmounts: "Set skill amounts"
|
||||
reqHeroesSetPrimary: "Set Primary Class"
|
||||
reqHeroesSetSecondary: "Set Secondary Class"
|
||||
reqMoneyPrompt: "Enter amount of <money>, or 0 to clear the money requirement, or -1 to cancel"
|
||||
reqQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point requirement, or -1 to cancel"
|
||||
reqQuestPrompt: "Enter a list of Quest names separating each one by a <comma>, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqRemoveItemsPrompt: "Enter a list of true/false values, separating each one by a space, or enter 'cancel' to return."
|
||||
reqPermissionsPrompt: "Enter permission requirements separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
reqCustomPrompt: "Enter the name of a custom requirement to add, or enter 'clear' to clear all custom requirements, or 'cancel' to return."
|
||||
reqMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqMcMMOAmountsPrompt: "Enter mcMMO skill amounts, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqHeroesPrimaryPrompt: "Enter a Heroes Primary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||
reqHeroesSecondaryPrompt: "Enter a Heroes Secondary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||
reqFailMessagePrompt: "Enter fail requirements message, or enter 'cancel' to return."
|
||||
reqAddItem: "Item hinzufügen"
|
||||
reqSetRemoveItems: "Set remove items"
|
||||
reqNoItemsSet: "Keine Items gesetzt"
|
||||
reqNoValuesSet: "Kein Wert gesetzt"
|
||||
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||
reqGreaterThanZero: "Der Wert muss größer als 0 sein!"
|
||||
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||
reqItemCleared: "Item requirements cleared."
|
||||
reqListsNotSameSize: "The items list and remove items list are not the same size!"
|
||||
reqTrueFalseError: '<input> is not a true or false value!%br%Example: true false true true'
|
||||
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||
reqCustomNotFound: "Custom requirement module not found."
|
||||
reqCustomCleared: "Custom requirements cleared."
|
||||
reqMcMMOError: "<input> is not an mcMMO skill name!"
|
||||
reqMcMMOCleared: "mcMMO skill requirements cleared."
|
||||
reqMcMMOAmountsCleared: "mcMMO 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: "Klasse nicht gefunden!"
|
||||
reqNone: "No requirements set"
|
||||
reqNotANumber: "<input> is not a number!"
|
||||
reqMustAddItem: "You must add at least one item first!"
|
||||
reqNoMessage: "You must set a fail requirements message!"
|
||||
reqNoMcMMO: "mcMMO not installed"
|
||||
reqNoHeroes: "Heroes not installed"
|
||||
rewSetMoney: "Set money reward"
|
||||
rewSetQuestPoints: "Questpunkt-Belohnung festlegen"
|
||||
rewSetItems: "Itembelohnung festlegen"
|
||||
rewSetExperience: "Erfahrungsbelohnung festlegen"
|
||||
rewSetCommands: "Befehl-Belohnung festlegen"
|
||||
rewSetPermission: "Permissionbelohnung festlegen"
|
||||
rewSetMcMMO: "mcMMO Skillbelohnung festlegen"
|
||||
rewSetHeroes: "Set Heroes experience rewards"
|
||||
rewSetPhat: "PathLoot-Belohnungen setzen"
|
||||
rewSetCustom: "Benutzerdefinierte Belohnungen setzen"
|
||||
rewSetHeroesClasses: "Klassen festlegen"
|
||||
rewSetHeroesAmounts: "Set experience amounts"
|
||||
rewMoneyPrompt: "Enter amount of <money>, or 0 to clear the money reward, or -1 to cancel"
|
||||
rewExperiencePrompt: "Enter amount of experience, or 0 to clear the experience reward, or -1 to cancel"
|
||||
rewCommandPrompt: "Enter command rewards separating each one by a <comma>, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
rewCommandPromptHint: 'Note: You may put <player> to specify the player who completed the Quest. e.g. smite <player>'
|
||||
rewPermissionsPrompt: "Enter permission rewards separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
rewQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point reward, or -1 to cancel"
|
||||
rewMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'cancel' to return."
|
||||
rewMcMMOPromptHint: 'Note: Typing ''All'' will give levels to all skills.'
|
||||
rewHeroesClassesPrompt: "Enter Heroes classes separating each one by a space, or enter 'cancel' to return."
|
||||
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed) separating each one by a space, or enter 'cancel' to return."
|
||||
rewPhatLootsPrompt: "Enter PhatLoots separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
rewCustomRewardPrompt: "Enter the name of a custom reward to add, or enter 'clear' to clear all custom rewards, or 'cancel' to return."
|
||||
rewItemsCleared: "Item rewards cleared."
|
||||
rewNoMcMMOSkills: "Keine skills gesetzt"
|
||||
rewNoHeroesClasses: "Keine Klasse gesetzt"
|
||||
rewSetMcMMOSkillsFirst: "Du musst erst einen Skill setzen!"
|
||||
rewMcMMOCleared: "mcMMO rewards cleared."
|
||||
rewMcMMOListsNotSameSize: "The skills list and skill amounts list are not the same size!"
|
||||
rewSetHeroesClassesFirst: "You must set classes first!"
|
||||
rewHeroesCleared: "Heroes rewards cleared."
|
||||
rewHeroesListsNotSameSize: "The classes list and experience amounts list are not the same size!"
|
||||
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."
|
||||
rewNoPhat: "PhatLoots not installed"
|
||||
itemCreateLoadHand: "Load item in hand"
|
||||
itemCreateSetName: "Name setzen"
|
||||
itemCreateSetAmount: "Anzahl setzen"
|
||||
itemCreateSetDurab: "Set durability"
|
||||
itemCreateSetEnchs: "Add/clear enchantments"
|
||||
itemCreateSetDisplay: "Set display name"
|
||||
itemCreateSetLore: "Set lore"
|
||||
itemCreateEnterName: "Enter an item name, or 'cancel' to return."
|
||||
itemCreateEnterAmount: "Enter item amount (max. 64), or 'cancel' to return."
|
||||
itemCreateEnterDurab: "Enter item durability, or 'clear' to clear the data, or 'cancel' to return."
|
||||
itemCreateEnterEnch: "Enter an enchantment name, or 'clear' to clear the enchantments, or 'cancel' to return."
|
||||
itemCreateEnterLevel: "Enter a level (number) for <enchantment>"
|
||||
itemCreateEnterDisplay: "Enter item display name, or 'clear' to clear the display name, or 'cancel' to return."
|
||||
itemCreateEnterLore: "Enter item lore, separating each line by a semi-colon ; or 'clear' to clear the lore, or 'cancel' to return."
|
||||
itemCreateLoaded: "Item loaded."
|
||||
itemCreateNoItem: "No item in hand!"
|
||||
itemCreateNoName: "You must set a name first!"
|
||||
itemCreateInvalidName: "Ungültiger Benutzername!"
|
||||
itemCreateInvalidAmount: "Amount must be between 1-64!"
|
||||
itemCreateInvalidDurab: "Invalid item durability!"
|
||||
itemCreateInvalidEnch: "Invalid enchantment name!"
|
||||
itemCreateInvalidLevel: "Level must be greater than 0!"
|
||||
itemCreateInvalidInput: "Ungültiger Input!"
|
||||
itemCreateNotNumber: "Input was not a number!"
|
||||
itemCreateNoNameAmount: "You must set a name and amount first!"
|
||||
itemCreateCriticalError: "A critical error has occurred."
|
||||
questTitle: "-- <Quests> --"
|
||||
questObjectivesTitle: "---(<quest>)---"
|
||||
questCompleteTitle: '**QUEST ABGESCHLOSSEN: <quest>**'
|
||||
questRewardsTitle: "Belohnungen:"
|
||||
journalTitle: "Quest Journal"
|
||||
questsTitle: "- Quests -"
|
||||
questHelpTitle: "- Quests -"
|
||||
questListTitle: "- Quests -"
|
||||
questNPCListTitle: "- Quests | <npc> -"
|
||||
questAdminHelpTitle: "- Questadmin -"
|
||||
questEditorTitle: "- Quest Editor -"
|
||||
eventEditorTitle: "- Event Editor - "
|
||||
questCreateTitle: "- Quest erstellen -"
|
||||
questEditTitle: "- Quest bearbeiten -"
|
||||
questDeleteTitle: "- Quest löschen -"
|
||||
requirementsTitle: "- <quest> | Vorraussetzungen -"
|
||||
rewardsTitle: "- <quest>| Belohnungen"
|
||||
itemRequirementsTitle: "- Item Requirements -"
|
||||
itemRewardsTitle: "- Item Rewards -"
|
||||
mcMMORequirementsTitle: "- mcMMO Requirements -"
|
||||
mcMMORewardsTitle: "- mcMMO 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: "- Event -"
|
||||
completedQuestsTitle: "- Fertige Quests -"
|
||||
topQuestersTitle: "- Top <number> Questers -"
|
||||
createItemTitle: "- Item erstellen -"
|
||||
enchantmentsTitle: "- Verzauberungen -"
|
||||
questGUITitle: "- GUI Item Display -"
|
||||
questRegionTitle: "- Quest Region -"
|
||||
eventEditorGiveItemsTitle: "- Give Items -"
|
||||
eventEditorEffectsTitle: "- Effekte -"
|
||||
eventEditorStormTitle: "- Event Storm -"
|
||||
eventEditorThunderTitle: "- Event Thunder -"
|
||||
eventEditorMobSpawnsTitle: "- Event Mob Spawns -"
|
||||
eventEditorMobsTitle: "- Mobs -"
|
||||
eventEditorAddMobTypesTitle: "- Add Mob -"
|
||||
eventEditorPotionEffectsTitle: "- Event Potion Effects -"
|
||||
eventEditorPotionTypesTitle: "- Event Potion Types -"
|
||||
eventEditorWorldsTitle: "- Worlds -"
|
||||
effBlazeShoot: "Sound of a Blaze firing"
|
||||
effBowFire: "Sound of a bow firing"
|
||||
effClick1: "A click sound"
|
||||
effClick2: "A different click sound"
|
||||
effDoorToggle: "Sound of a door opening or closing"
|
||||
effExtinguish: "Sound of fire being extinguished"
|
||||
effGhastShoot: "Sound of a Ghast firing"
|
||||
effGhastShriek: "Sound of a Ghast shrieking"
|
||||
effZombieWood: "Sound of a Zombie chewing an iron door"
|
||||
effZombieIron: "Sound of a Zombie chewing a wooden door"
|
||||
effEnterName: "Enter an effect name to add it to the list, or enter 'cancel' to return"
|
||||
cmdCancel: "abbrechen"
|
||||
cmdAdd: "hinzufügen"
|
||||
cmdClear: "löschen"
|
||||
cmdNone: "none"
|
||||
cmdDone: "fertig"
|
||||
acceptQuest: "Quest annehmen?"
|
||||
enterAnOption: "Wähle eine Option"
|
||||
questAccepted: 'Quest angenommen: <quest>'
|
||||
currentQuest: "Aktuelle Quests:"
|
||||
noMoreQuest: "Keine weiteren Quests zur Verfügung."
|
||||
damage: "Schaden"
|
||||
break: "Abbauen"
|
||||
place: "Platzieren"
|
||||
use: "Benutzen"
|
||||
cut: "Cut"
|
||||
catchFish: "Fisch fangen"
|
||||
enchantItem: "Enchant <item> with <enchantment>"
|
||||
kill: "Killen"
|
||||
killAtLocation: "Kill <mob> at <location>"
|
||||
killPlayer: "Spieler töten"
|
||||
deliver: "Deliver <item> to <npc>"
|
||||
talkTo: "Talk to <npc>"
|
||||
tame: "Tame"
|
||||
shearSheep: "Shear <color> sheep"
|
||||
goTo: "Go to <location>"
|
||||
completed: "Erledigt"
|
||||
redoCompleted: "(Erledigt)"
|
||||
consoleError: "This command may only be performed in-game."
|
||||
invalidSelection: "Invalid selection!"
|
||||
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: "Sie haben die Quest abgeschlossen"
|
||||
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'"
|
||||
questPointsDisplay: "Questpunkte:"
|
||||
questNoDrop: "Du darfst keine Questitems fallen."
|
||||
questNoBrew: "Du darfst keine Questitems brauen."
|
||||
questNoStore: "Du darfst keine Questitems lagern."
|
||||
questNoCraft: "Du darfst keine keine Questitems erstellen."
|
||||
questNoEquip: "Du darfst keine Questitems ausrüsten."
|
||||
questNoDispense: "Du darfst keine Questitems in Spender legen."
|
||||
questNoEnchant: "Du darfst keine Questitems verzaubern."
|
||||
questNoSmelt: "Du darfst keine Questitems zum schmelzen verwenden."
|
||||
questInfoNoPerms: "Du hast keine Berechtigung Quest informationen anzuzeigen."
|
||||
questCmdNoPerms: "Du hast keine Berechtigung für diesen befehl."
|
||||
pageSelectionNum: "Seitenauswahl muss eine Nummer sein."
|
||||
pageSelectionPosNum: "Seitenauswahl muss eine positive Nummer sein."
|
||||
questListNoPerms: "Du hast keine Berechtigung die Quests liste anzuschauen."
|
||||
questTakeNoPerms: "Du hast keine Berechtigung Quests über befehle anzunehmen."
|
||||
questTakeDisabled: "Annehmen von Quest mit befehle wurde deaktiviert."
|
||||
questQuit: "Du hast die Quest <quest> verlassen"
|
||||
questQuitNoPerms: "Du hast keine Berechtigung Quests zu verlassen."
|
||||
questQuitDisabled: "Das Verlassen von Quests wurde deaktiviert."
|
||||
questEditorNoPerms: "Du hast keine Berechtigung den Quest Editor zu nutzen."
|
||||
eventEditorNoPerms: "You do not have permission to use the Events Editor."
|
||||
questsUnknownCommand: "Unbekannter Quest befehl. Nutze /quests für Hilfe."
|
||||
pageNotExist: "Page does not exist."
|
||||
pageFooter: "- Page <current> of <all> -"
|
||||
questsReloaded: "Quests 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>."
|
||||
questPurged: "<player> has been purged and blacklisted."
|
||||
questReset: "<player> has been reset."
|
||||
questRemoved: "Quest <quest> has been removed from player <player>'s completed Quests."
|
||||
settingAllQuestPoints: "Setting all players' Quest Points..."
|
||||
allQuestPointsSet: "All players' Quest Points have been set to <number>!"
|
||||
setQuestPoints: "<player>'s Quest Points have been set to <number>."
|
||||
questPointsSet: "<player> has set your Quest Points to <number>."
|
||||
takeQuestPoints: "Took away <number> Quest Points from <player>."
|
||||
questPointsTaken: "<player> took away <number> Quest Points."
|
||||
giveQuestPoints: "Gave <number> Quest Points from <player>."
|
||||
questPointsGiven: "<player> gave you <number> Quest Points."
|
||||
enableNPCGUI: "<npc> will now provide a GUI Quest Display."
|
||||
disableNPCGUI: "<npc> will no longer provide a GUI Quest Display."
|
||||
invalidNumber: "Invalid number."
|
||||
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||
playerNotFound: "Player not found."
|
||||
invalidStageNum: "Invalid stage number for Quest <quest>"
|
||||
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||
errorReading: "Error reading <file>, skipping.."
|
||||
errorReadingSuppress: "Error reading <file>, suppressing further errors."
|
||||
errorDataFolder: 'Error: Unable to read Quests data folder!'
|
||||
questsPlayerHasQuestAlready: "<player> is already on the Quest <quest>!"
|
||||
questsUnknownAdminCommand: "Unknown Questsadmin command. Type /questsadmin for help."
|
||||
unknownError: "An unknown error occurred. See console output."
|
||||
journalTaken: "You take out your Quest Journal."
|
||||
journalPutAway: "You put away your Quest Journal."
|
||||
journalAlreadyHave: "You already have your Quest Journal out."
|
||||
journalNoRoom: "You have no room in your inventory for your Quest Journal!"
|
||||
journalNoQuests: "Du hast aktuell keine Quests akzeptiert!"
|
||||
journalDenied: "Du kannst dies nicht mit deinem Quest-Tagebuch tun."
|
||||
ENCHANTMENT_ARROW_DAMAGE: "Stärke"
|
||||
ENCHANTMENT_ARROW_FIRE: "Flamme"
|
||||
ENCHANTMENT_ARROW_INFINITE: "Unendlich"
|
||||
ENCHANTMENT_ARROW_KNOCKBACK: "Schlag"
|
||||
ENCHANTMENT_BINDING_CURSE: "Fluch der Bindung"
|
||||
ENCHANTMENT_DAMAGE_ALL: "Schärfe"
|
||||
ENCHANTMENT_DAMAGE_ARTHROPODS: "NemesisDerGliederfüßer"
|
||||
ENCHANTMENT_DEPTH_STRIDER: "Wasserläufer"
|
||||
ENCHANTMENT_DAMAGE_UNDEAD: "Bann"
|
||||
ENCHANTMENT_DIG_SPEED: "Effizienz"
|
||||
ENCHANTMENT_DURABILITY: "Haltbarkeit"
|
||||
ENCHANTMENT_FIRE_ASPECT: "Verbrennung"
|
||||
ENCHANTMENT_FROST_WALKER: "Eisläufer"
|
||||
ENCHANTMENT_KNOCKBACK: "Rückstoß"
|
||||
ENCHANTMENT_LOOT_BONUS_BLOCKS: "Glück"
|
||||
ENCHANTMENT_LOOT_BONUS_MOBS: "Plünderung"
|
||||
ENCHANTMENT_LUCK: "GlückDesMeeres"
|
||||
ENCHANTMENT_LURE: "Köder"
|
||||
ENCHANTMENT_MENDING: "Reparatur"
|
||||
ENCHANTMENT_OXYGEN: "Atmung"
|
||||
ENCHANTMENT_PROTECTION_ENVIRONMENTAL: "Schutz"
|
||||
ENCHANTMENT_PROTECTION_EXPLOSIONS: "Explosionsschutz"
|
||||
ENCHANTMENT_PROTECTION_FALL: "Federfall"
|
||||
ENCHANTMENT_PROTECTION_FIRE: "Feuerschutz"
|
||||
ENCHANTMENT_PROTECTION_PROJECTILE: "Schusssicher"
|
||||
ENCHANTMENT_SILK_TOUCH: "Behutsamkeit"
|
||||
ENCHANTMENT_SWEEPING: "Schwungkraft"
|
||||
ENCHANTMENT_THORNS: "Dornen"
|
||||
ENCHANTMENT_VANISHING_CURSE: "Fluch des Verschwindens"
|
||||
ENCHANTMENT_WATER_WORKER: "Wasseraffinität"
|
||||
COLOR_BLACK: "Schwarz"
|
||||
COLOR_BLUE: "Blau"
|
||||
COLOR_BROWN: "Braun"
|
||||
COLOR_CYAN: "Cyan"
|
||||
COLOR_GRAY: "Grau"
|
||||
COLOR_GREEN: "Grün"
|
||||
COLOR_LIGHT_BLUE: "Hellblau"
|
||||
COLOR_LIME: "Hellgrün"
|
||||
COLOR_MAGENTA: "Magenta"
|
||||
COLOR_ORANGE: "Orange"
|
||||
COLOR_PINK: "Rosa"
|
||||
COLOR_PURPLE: "Lila"
|
||||
COLOR_RED: "Rot"
|
||||
COLOR_SILVER: "Silber"
|
||||
COLOR_WHITE: "Weiß"
|
||||
COLOR_YELLOW: "Gelb"
|
||||
timeDay: "Tag"
|
||||
timeDays: "Tagen"
|
||||
timeHour: "Stunde"
|
||||
timeHours: "Stunden"
|
||||
timeMinute: "Minute"
|
||||
timeMinutes: "Minuten"
|
||||
timeSecond: "Sekunde"
|
||||
timeSeconds: "Sekunden"
|
||||
timeMillisecond: "Millisekunde"
|
||||
timeMilliseconds: "Millisekunden"
|
||||
event: "Event"
|
||||
delay: "Wartezeit"
|
||||
save: "Speichern"
|
||||
exit: "Verlassen"
|
||||
exited: "Beendet"
|
||||
cancel: "Abbrechen"
|
||||
cancelled: "Abgebrochen"
|
||||
questTimeout: "Abgebrochen."
|
||||
back: "Zurück"
|
||||
yesWord: "Ja"
|
||||
noWord: "Nein"
|
||||
"true": "true"
|
||||
"false": "false"
|
||||
clear: "Leeren"
|
||||
edit: "Bearbeiten"
|
||||
none: "Nichts"
|
||||
done: "Fertig"
|
||||
comma: "komma"
|
||||
finish: "Fertigstellen"
|
||||
quit: "Beenden"
|
||||
noneSet: "Nichts gesetzt"
|
||||
noDelaySet: "Keine Verzögerung gesetzt"
|
||||
noIdsSet: "Keine IDs gesetzt"
|
||||
noNamesSet: "Keine Namen gesetzt"
|
||||
worlds: "Welten"
|
||||
mobs: "Mobs"
|
||||
points: "punkte"
|
||||
invalidOption: "Ungültige Option!"
|
||||
npcHint: 'Hinweis: Links- oder Rechtsklick einen NPC um seine ID zu bekommen.'
|
||||
listDuplicate: "Liste enthält Duplikate!"
|
||||
id: "ID"
|
||||
quest: "Quest"
|
||||
quests: "Quests"
|
||||
createdBy: "Erstellt von"
|
||||
continuedBy: "und weiterentwickelt von"
|
||||
questPoints: "Questpunkte"
|
||||
accepted: "Akzeptiert"
|
||||
complete: "Abgeschlossen"
|
||||
redoable: "Wiederholbar"
|
||||
usage: "Benutze"
|
||||
redoableEvery: "Wiederholbar jede/n <time>."
|
||||
requirements: "Vorraussetzungen"
|
||||
money: "Geld"
|
||||
with: "mit"
|
||||
to: "nach"
|
||||
blocksWithin: "innerhalb von <amount> Blöcken"
|
||||
valRequired: "Wert erfordert"
|
||||
enchantedItem: "* Verzaubert *"
|
||||
experience: "Erfahrung"
|
||||
timerMessage: '<green>Restzeit für den Abschluss der Quest/Abschnitt: <red>%s Sekunden'
|
||||
timerStart: "<green>Du hat <red>%s Sekunden <green>um diese Quest/Abschnitt abzuschliessen"
|
||||
questErrorReadingFile: "Fehler beim Lesen der Questdatei."
|
||||
questSaveError: "Beim Speichern ist ein Fehler aufgetreten."
|
||||
questBlacklisted: "Du bist auf der Blacklist! Kontaktiere einen Admin, wenn du der Meinung bist, dass das ein Fehler ist."
|
858
src/main/resources/lang/el/strings.yml
Normal file
858
src/main/resources/lang/el/strings.yml
Normal file
@ -0,0 +1,858 @@
|
||||
---
|
||||
questFailed: "Αποτυχία αποστολής"
|
||||
questMaxAllowed: "Μπορείς να έχεις ενεργές μόνο <number> αποστολές."
|
||||
questAlreadyOn: "Εχεις επιλέξει ήδη αυτή την αποστολή!"
|
||||
questTooEarly: "Δεν μπορεις να επιλέξεις την <quest> για ακομα <time>."
|
||||
questAlreadyCompleted: "Εχεις ήδη τελειώσει την <quest>."
|
||||
questInvalidLocation: "Δεν μπορεις να παρεις την <quest> σε αυτη την τοποθεσία."
|
||||
questInvalidDeliveryItem: "<item> is not a required item for this quest!"
|
||||
questSelectedLocation: "Selected location"
|
||||
questDisplayHelp: "- Display this help"
|
||||
COMMAND_LIST: "list"
|
||||
COMMAND_LIST_HELP: "list [page] - List available Quests"
|
||||
COMMAND_TAKE: "take"
|
||||
COMMAND_TAKE_HELP: "take [quest name] - Accept a Quest"
|
||||
COMMAND_TAKE_USAGE: 'Usage: /quests take [quest]'
|
||||
COMMAND_QUIT: "quit"
|
||||
COMMAND_QUIT_HELP: "quit [quest] - Quit a current Quest"
|
||||
COMMAND_EDITOR: "editor"
|
||||
COMMAND_EDITOR_HELP: "editor - Create/Edit Quests"
|
||||
COMMAND_EVENTS_EDITOR: "events"
|
||||
COMMAND_EVENTS_EDITOR_HELP: "events - Create/Edit Events"
|
||||
COMMAND_STATS: "stats"
|
||||
COMMAND_STATS_HELP: "stats - View your Questing stats"
|
||||
COMMAND_TOP: "top"
|
||||
COMMAND_TOP_HELP: "top [number] - View top Questers"
|
||||
COMMAND_TOP_USAGE: 'Usage: /quests top [number]'
|
||||
COMMAND_INFO: "info"
|
||||
COMMAND_INFO_HELP: "info - Display plugin information"
|
||||
COMMAND_JOURNAL: "journal"
|
||||
COMMAND_JOURNAL_HELP: "journal - View/Put away your Quest Journal"
|
||||
COMMAND_QUEST_HELP: "- Display current Quest objectives"
|
||||
COMMAND_QUESTINFO_HELP: "[quest name] - Display Quest information"
|
||||
COMMAND_QUESTADMIN_HELP: "- View Questadmin help"
|
||||
COMMAND_QUESTADMIN_STATS: "stats"
|
||||
COMMAND_QUESTADMIN_STATS_HELP: "stats [player] - View Questing statistics of a player"
|
||||
COMMAND_QUESTADMIN_GIVE: "give"
|
||||
COMMAND_QUESTADMIN_GIVE_HELP: "give [player] [quest] - Force a player to take a Quest"
|
||||
COMMAND_QUESTADMIN_QUIT: "quit"
|
||||
COMMAND_QUESTADMIN_QUIT_HELP: "quit [player] [quest] - Force a player to quit their Quest"
|
||||
COMMAND_QUESTADMIN_POINTS: "points"
|
||||
COMMAND_QUESTADMIN_POINTS_HELP: "points [player] [amount] - Set a players Quest Points"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [player] [amount] - Take a players Quest Points"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [player] [amount] - Give a player Quest Points"
|
||||
COMMAND_QUESTADMIN_POINTSALL: "pointsall"
|
||||
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] - Set ALL players' Quest Points"
|
||||
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||
COMMAND_QUESTADMIN_FINISH_HELP: "finish [player] [quest] - Immediately force Quest completion for a player"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE: "nextstage"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "nextstage [player] [quest] - Immediately force Stage completion for a player"
|
||||
COMMAND_QUESTADMIN_SETSTAGE: "setstage"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_HELP: "setstage [player] [quest] [stage] - Set the current Stage for a player"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Usage: /questadmin setstage [player] [quest] [stage]'
|
||||
COMMAND_QUESTADMIN_PURGE: "purge"
|
||||
COMMAND_QUESTADMIN_PURGE_HELP: "purge [player] - Clear all Quests data of a player AND BLACKLISTS THEM"
|
||||
COMMAND_QUESTADMIN_RESET: "reset"
|
||||
COMMAND_QUESTADMIN_RESET_HELP: "reset [player] - Clear all Quests data of a player"
|
||||
COMMAND_QUESTADMIN_REMOVE: "remove"
|
||||
COMMAND_QUESTADMIN_REMOVE_HELP: "remove [player] [quest] - Remove a completed Quest from a player"
|
||||
COMMAND_QUESTADMIN_TOGGLEGUI: "togglegui"
|
||||
COMMAND_QUESTADMIN_TOGGLEGUI_HELP: "togglegui [npc id] - Toggle GUI Quest Display on an NPC"
|
||||
COMMAND_QUESTADMIN_RELOAD: "reload"
|
||||
COMMAND_QUESTADMIN_RELOAD_HELP: "reload - Reload all Quests"
|
||||
questEditorHeader: "Create Quest"
|
||||
questEditorCreate: "Create new Quest"
|
||||
questEditorEdit: "Edit a Quest"
|
||||
questEditorDelete: "Delete Quest"
|
||||
questEditorName: "Set name"
|
||||
questEditorAskMessage: "Set ask message"
|
||||
questEditorFinishMessage: "Set finish message"
|
||||
questEditorRedoDelay: "Set redo delay"
|
||||
questEditorNPCStart: "Set NPC start"
|
||||
questEditorBlockStart: "Set Block start"
|
||||
questEditorInitialEvent: "Set initial Event"
|
||||
questEditorSetGUI: "Set GUI Item display"
|
||||
questEditorReqs: "Edit Requirements"
|
||||
questEditorStages: "Edit Stages"
|
||||
questEditorRews: "Edit Rewards"
|
||||
questEditorEnterQuestName: "Enter Quest name (or 'cancel' to return)"
|
||||
questEditorEditEnterQuestName: "Enter Quest name to edit (or 'cancel' to return)"
|
||||
questEditorEnterAskMessage: "Enter ask message (or 'cancel' to return)"
|
||||
questEditorEnterFinishMessage: "Enter finish message (or 'cancel' to return)"
|
||||
questEditorEnterRedoDelay: "Enter amount of time (in seconds), 0 to clear the redo delay or -1 to cancel"
|
||||
questEditorEnterNPCStart: "Enter NPC ID, -1 to clear the NPC start or -2 to cancel"
|
||||
questEditorEnterBlockStart: "Right-click on a block to use as a start point, then enter 'done' to save, or enter 'clear' to clear the block start, or 'cancel' to return"
|
||||
questEditorEnterInitialEvent: "Enter an Event name, or enter 'clear' to clear the initial Event, or 'cancel' to return"
|
||||
questRequiredNoneSet: "Required, none set"
|
||||
questWGSetRegion: "Set Region"
|
||||
questWGNotInstalled: "WorldGuard not installed"
|
||||
questWGPrompt: "Enter WorldGuard region, or enter 'clear' to clear the region, or 'cancel' to return."
|
||||
questWGInvalidRegion: "<region> is not a valid WorldGuard region!"
|
||||
questWGRegionCleared: "Quest region cleared."
|
||||
questCitNotInstalled: "Citizens not installed"
|
||||
questDenNotInstalled: "Denizen not installed"
|
||||
questGUIError: 'Error: That item is already being used as the GUI Display for the Quest <quest>.'
|
||||
questCurrentItem: "Current item:"
|
||||
questSetItem: "Set Item"
|
||||
questClearItem: "Clear Item"
|
||||
questGUICleared: "Quest GUI Item Display cleared."
|
||||
questDeleted: "Quest deleted! Quests and Events have been reloaded."
|
||||
questEditorNameExists: "A Quest with that name already exists!"
|
||||
questEditorBeingEdited: "Someone is creating/editing a Quest with that name!"
|
||||
questEditorInvalidQuestName: "Name may not contain periods or commas!"
|
||||
questEditorInvalidEventName: "is not a valid event name!"
|
||||
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 Event 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: "Quest saved! (You will need to perform a Quest reload for it to appear)"
|
||||
questEditorExited: "Are you sure you want to exit without saving?"
|
||||
questEditorDeleted: "Are you sure you want to delete the Quest"
|
||||
questEditorNoPermsCreate: "You do not have permission to create Quests."
|
||||
questEditorNoPermsEdit: "You do not have permission to edit Quests."
|
||||
questEditorNoPermsDelete: "You do not have permission to delete Quests."
|
||||
stageEditorEditStage: "Edit Stage"
|
||||
stageEditorNewStage: "Add new Stage"
|
||||
stageEditorStages: "Stages"
|
||||
stageEditorStage: "Stage"
|
||||
stageEditorBreakBlocks: "Break Blocks"
|
||||
stageEditorDamageBlocks: "Damage Blocks"
|
||||
stageEditorPlaceBlocks: "Place Blocks"
|
||||
stageEditorUseBlocks: "Use Blocks"
|
||||
stageEditorCutBlocks: "Cut Blocks"
|
||||
stageEditorCatchFish: "Catch Fish"
|
||||
stageEditorFish: "fish"
|
||||
stageEditorKillPlayers: "Kill Players"
|
||||
stageEditorPlayers: "players"
|
||||
stageEditorEnchantItems: "Enchant Items"
|
||||
stageEditorDeliverItems: "Deliver Items"
|
||||
stageEditorTalkToNPCs: "Talk to NPCs"
|
||||
stageEditorKillNPCs: "Kill NPCs"
|
||||
stageEditorKillMobs: "Kill Mobs"
|
||||
stageEditorReachLocs: "Reach locations"
|
||||
stageEditorReachRadii1: "Reach within"
|
||||
stageEditorReachRadii2: "blocks of"
|
||||
stageEditorTameMobs: "Tame Mobs"
|
||||
stageEditorShearSheep: "Shear Sheep"
|
||||
stageEditorEvents: "Events"
|
||||
stageEditorStageEvents: "Stage Events"
|
||||
stageEditorStartEvent: "Start Event"
|
||||
stageEditorStartEventCleared: "Start Event cleared."
|
||||
stageEditorFinishEvent: "Finish Event"
|
||||
stageEditorFinishEventCleared: "Finish Event cleared."
|
||||
stageEditorChatEvents: "Chat Events"
|
||||
stageEditorChatTrigger: "Chat Trigger"
|
||||
stageEditorTriggeredBy: "Triggered by"
|
||||
stageEditorChatEventsCleared: "Chat Events cleared."
|
||||
stageEditorDeathEvent: "Death Event"
|
||||
stageEditorDeathEventCleared: "Death Event cleared."
|
||||
stageEditorDisconnectEvent: "Disconnect Event"
|
||||
stageEditorDisconnectEventCleared: "Disconnect Event 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 durability"
|
||||
stageEditorSetDamageAmounts: "Set damage amounts"
|
||||
stageEditorSetPlaceAmounts: "Set place amounts"
|
||||
stageEditorSetUseAmounts: "Set use amounts"
|
||||
stageEditorSetCutAmounts: "Set cut amounts"
|
||||
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 Objectives"
|
||||
stageEditorAddPasswordDisplay: "Add password display"
|
||||
stageEditorAddPasswordPhrases: "Add password phrase(s)"
|
||||
stageEditorNoPasswordDisplays: "No password displays set"
|
||||
stageObjectiveOverride: "Objective Display Override"
|
||||
stageEditorCustom: "Custom Objectives"
|
||||
stageEditorNoModules: "No modules loaded"
|
||||
stageEditorModuleNotFound: "Custom objective module not found."
|
||||
stageEditorCustomPrompt: "Enter the name of a custom objective to add, or enter 'clear' to clear all custom objectives, or 'cancel' to return."
|
||||
stageEditorCustomAlreadyAdded: "That custom objective has already been added!"
|
||||
stageEditorCustomCleared: "Custom objectives cleared."
|
||||
stageEditorCustomDataPrompt: "Enter value for <data>:"
|
||||
stageEditorEnterBlockNames: "Enter block names (or IDs), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorBreakBlocksPrompt: "Enter break amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorDamageBlocksPrompt: "Enter damage amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorPlaceBlocksPrompt: "Enter place amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorUseBlocksPrompt: "Enter use amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorCutBlocksPrompt: "Enter cut amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorEnterBlockDurability: "Enter block durability (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorCatchFishPrompt: "Enter number of fish to catch, or 0 to clear the fish catch objective, or -1 to cancel"
|
||||
stageEditorKillPlayerPrompt: "Enter number of players to kill, or 0 to clear the player kill objective, or -1 to cancel"
|
||||
stageEditorEnchantTypePrompt: "Enter enchantment names, separating each one by a comma, or enter 'cancel' to return."
|
||||
stageEditorEnchantAmountsPrompt: "Enter enchant amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorItemNamesPrompt: "Enter item names, separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorNPCPrompt: "Enter NPC ids, separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorNPCToTalkToPrompt: "Enter NPC IDs, separating each one by a space, or enter 'clear' to clear the NPC ID list, or 'cancel' to return."
|
||||
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
||||
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobAmountsPrompt: "Enter mob amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the kill location list, or enter 'cancel' to return"
|
||||
stageEditorMobLocationRadiiPrompt: "Enter kill location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
||||
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorReachLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||
stageEditorTameAmountsPrompt: "Enter tame amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorShearColorsPrompt: "Enter sheep colors separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorShearAmountsPrompt: "Enter shear amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorEventsPrompt: "Enter an event name, or enter 'clear' to clear the event, or 'cancel' to return"
|
||||
stageEditorChatEventsPrompt: "Enter an event name to add, or enter 'clear' to clear all chat events, or 'cancel' to return"
|
||||
stageEditorChatEventsTriggerPromptA: "Enter a chat trigger for"
|
||||
stageEditorChatEventsTriggerPromptB: "or enter 'cancel' to return."
|
||||
stageEditorDelayPrompt: "Enter time (in seconds), or enter 'clear' to clear the delay, or 'cancel' to return"
|
||||
stageEditorDelayMessagePrompt: "Enter delay message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorScriptPrompt: "Enter script name, or enter 'clear' to clear the script, or 'cancel' to return"
|
||||
stageEditorStartMessagePrompt: "Enter start message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorCompleteMessagePrompt: "Enter complete message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorPasswordDisplayPrompt: "Enter a password display, or 'cancel' to return"
|
||||
stageEditorPasswordDisplayHint: "(This is the text that will be displayed to the player as their objective)"
|
||||
stageEditorPasswordPhrasePrompt: "Enter a password phrase, or 'cancel' to return"
|
||||
stageEditorPasswordPhraseHint1: "(This is the text that a player has to say to complete the objective)"
|
||||
stageEditorPasswordPhraseHint2: "If you want multiple password phrases, seperate them by a | (pipe)"
|
||||
stageEditorObjectiveOverridePrompt: "Enter objective display override, or 'clear' to clear the override, or 'cancel' to return."
|
||||
stageEditorObjectiveOverrideHint: "(The objective display override will show up as the players current objective)"
|
||||
stageEditorObjectiveOverrideCleared: "Objective display override cleared."
|
||||
stageEditorDeliveryAddItem: "Add item"
|
||||
stageEditorDeliveryNPCs: "Set NPC IDs"
|
||||
stageEditorDeliveryMessages: "Set delivery messages"
|
||||
stageEditorContainsDuplicates: "List contains duplicates!"
|
||||
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!"
|
||||
stageEditorInvalidNumber: "is not a number!"
|
||||
stageEditorInvalidDye: "is not a valid dye color!"
|
||||
stageEditorInvalidEvent: "is not a valid event name!"
|
||||
stageEditorDuplicateEvent: "Event is already in the list!"
|
||||
stageEditorInvalidDelay: "Delay must be at least one second!"
|
||||
stageEditorInvalidScript: "Denizen script not found!"
|
||||
stageEditorNoCitizens: "Citizens is not installed!"
|
||||
stageEditorNoDenizen: "Denizen is not installed!"
|
||||
stageEditorPositiveAmount: "You must enter a positive number!"
|
||||
stageEditorNoNumber: "Input was not a number!"
|
||||
stageEditorNotGreaterThanZero: "is not greater than 0!"
|
||||
stageEditorNotListofNumbers: "Invalid entry, input was not a list of numbers!"
|
||||
stageEditorNoDelaySet: "You must set a delay first!"
|
||||
stageEditorNoBlockNames: "You must set block names first!"
|
||||
stageEditorNoEnchantments: "You must set enchantments first!"
|
||||
stageEditorNoItems: "You must add items first!"
|
||||
stageEditorNoDeliveryMessage: "You must set at least one delivery message!"
|
||||
stageEditorNoNPCs: "You must set NPC IDs first!"
|
||||
stageEditorNoMobTypes: "You must set mob types first!"
|
||||
stageEditorNoKillLocations: "You must set kill locations first!"
|
||||
stageEditorNoBlockSelected: "You must select a block first."
|
||||
stageEditorNoColors: "You must set colors first!"
|
||||
stageEditorNoLocations: "You must set locations first!"
|
||||
stageEditorNoEnchantmentsSet: "No enchantments set"
|
||||
stageEditorNoItemsSet: "No items set"
|
||||
stageEditorNoMobTypesSet: "No mob types set"
|
||||
stageEditorNoLocationsSet: "No locations set"
|
||||
stageEditorNoColorsSet: "No colors set"
|
||||
stageEditorListNotSameSize: "The block names list and the amounts list are not the same size!"
|
||||
stageEditorEnchantmentNotSameSize: "The enchantments list, the item id list and the enchant amount list are not the same size!"
|
||||
stageEditorDeliveriesNotSameSize: "The item list and the NPC list are not equal in size!"
|
||||
stageEditorNPCKillsNotSameSize: "The NPC IDs list and the kill amounts list are not the same size!"
|
||||
stageEditorAllListsNotSameSize: "All of your lists are not the same size!"
|
||||
stageEditorMobTypesNotSameSize: "The mob types list and the mob amounts list are not the same size!"
|
||||
stageEditorTameMobsNotSameSize: "The mob types list and the tame amounts list are not the same size!"
|
||||
stageEditorShearNotSameSize: "The sheep colors list and the shear amounts list are not the same size!"
|
||||
stageEditorMustSetPasswordDisplays: "You must add at least one password display first!"
|
||||
stageEditorAddPasswordCleared: "Password Objectives cleared."
|
||||
stageEditorPasswordNotSameSize: "The password display and password phrase lists are not the same size!"
|
||||
stageEditorListContainsDuplicates: " List contains duplicates!"
|
||||
stageEditorDelayCleared: "Delay cleared."
|
||||
stageEditorDelayMessageCleared: "Delay message cleared."
|
||||
stageEditorDenizenCleared: "Denizen script cleared."
|
||||
stageEditorBreakBlocksCleared: "Break blocks objective cleared."
|
||||
stageEditorDamageBlocksCleared: "Damage blocks objective cleared."
|
||||
stageEditorPlaceBlocksCleared: "Place blocks objective cleared."
|
||||
stageEditorUseBlocksCleared: "Use blocks objective cleared."
|
||||
stageEditorCutBlocksCleared: "Cut blocks objective cleared."
|
||||
stageEditorEnchantmentsCleared: "Enchantment objective cleared."
|
||||
stageEditorDeliveriesCleared: "Delivery objective cleared."
|
||||
stageEditorReachLocationsCleared: "Reach Locations objective cleared."
|
||||
stageEditorKillNPCsCleared: "Kill NPCs objective cleared."
|
||||
stageEditorKillMobsCleared: "Kill Mobs objective cleared."
|
||||
stageEditorTameCleared: "Tame Mobs objective cleared."
|
||||
stageEditorShearCleared: "Shear Sheep objective cleared."
|
||||
stageEditorStartMessageCleared: "Start message cleared."
|
||||
stageEditorCompleteMessageCleared: "Complete message cleared."
|
||||
stageEditorConfirmStageDelete: "Are you sure you want to delete this stage?"
|
||||
stageEditorConfirmStageNote: "Any Stages after will be shifted back one spot"
|
||||
stageEditorDeleteSucces: "Stage deleted successfully."
|
||||
stageEditorEnchantments: "Enchantments"
|
||||
stageEditorNPCNote: 'Note: You may specify the name of the NPC with <npc>'
|
||||
stageEditorOptional: "Optional"
|
||||
stageEditorColors: "Sheep Colors"
|
||||
allListsNotSameSize: "All of your lists are not the same size!"
|
||||
eventEditorCreate: "Create new Event"
|
||||
eventEditorEdit: "Edit an Event"
|
||||
eventEditorDelete: "Delete an Event"
|
||||
eventEditorCreatePermisssions: "You do not have permission to create new Events."
|
||||
eventEditorEditPermisssions: "You do not have permission to edit Events."
|
||||
eventEditorDeletePermisssions: "You do not have permission to delete Events."
|
||||
eventEditorNoneToEdit: "No Events currently exist to be edited!"
|
||||
eventEditorNoneToDelete: "No Events currently exist to be deleted!"
|
||||
eventEditorNotFound: "Event not found!"
|
||||
eventEditorExists: "Event already exists!"
|
||||
eventEditorSomeone: "Someone is already creating or editing an Event with that name!"
|
||||
eventEditorAlpha: "Name must be alphanumeric!"
|
||||
eventEditorErrorReadingFile: "Error reading Events file."
|
||||
eventEditorErrorSaving: "An error occurred while saving."
|
||||
eventEditorDeleted: "Event deleted, Quests and Events reloaded."
|
||||
eventEditorSaved: "Event saved, Quests and Events reloaded."
|
||||
eventEditorEnterEventName: "Enter an Event name, or 'cancel' to return."
|
||||
eventEditorDeletePrompt: "Are you sure you want to delete the Event"
|
||||
eventEditorQuitWithoutSaving: "Are you sure you want to quit without saving?"
|
||||
eventEditorFinishAndSave: "Are you sure you want to finish and save the Event"
|
||||
eventEditorModifiedNote: 'Note: You have modified an Event that the following Quests use:'
|
||||
eventEditorForcedToQuit: "If you save the Event, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||
eventEditorEventInUse: "The following Quests use the Event"
|
||||
eventEditorMustModifyQuests: "eventEditorNotFound"
|
||||
eventEditorListSizeMismatch: "The lists are not the same size!"
|
||||
eventEditorListDuplicates: "List contains duplicates!"
|
||||
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||
eventEditorInvalidEntry: "Invalid entry"
|
||||
eventEditorSetName: "Set name"
|
||||
eventEditorSetMessage: "Set message"
|
||||
eventEditorClearInv: "Clear player 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: "Set potion effects"
|
||||
eventEditorSetHunger: "Set player hunger level"
|
||||
eventEditorSetSaturation: "Set player saturation level"
|
||||
eventEditorSetHealth: "Set player health level"
|
||||
eventEditorEnterTimerSeconds: "Set number of seconds left before the quest fails (use cancel-timer event to cancel timers)"
|
||||
eventEditorSetTimer: "Set time to fail quest"
|
||||
eventEditorCancelTimer: "Cancel the quest timer"
|
||||
eventEditorSetTeleport: "Set player teleport location"
|
||||
eventEditorSetCommands: "Set commands to execute"
|
||||
eventEditorItems: "Event Items"
|
||||
eventEditorSetItems: "Give items"
|
||||
eventEditorItemsCleared: "Event items cleared."
|
||||
eventEditorAddItem: "Add item"
|
||||
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!"
|
||||
eventEditorNotGreaterThanZero: "is not greater than 0!"
|
||||
eventEditorNotANumber: "is not a number!"
|
||||
eventEditorStorm: "Event 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, or enter 'cancel' to return"
|
||||
eventEditorEnterDuration: "Enter duration (in seconds)"
|
||||
eventEditorAtLeastOneSecond: "Amount must be at least 1 second!"
|
||||
eventEditorNotGreaterThanOneSecond: "is not greater than 1 second!"
|
||||
eventEditorThunder: "Event Thunder"
|
||||
eventEditorMustSetThunderDuration: "You must set a thunder duration!"
|
||||
eventEditorThunderCleared: "Thunder data cleared."
|
||||
eventEditorEnterThunderWorld: "Enter a world name for the thunder to occur in, or enter 'cancel' to return"
|
||||
eventEditorEffects: "Event Effects"
|
||||
eventEditorAddEffect: "Add effect"
|
||||
eventEditorAddEffectLocation: "Add effect location"
|
||||
eventEditorNoEffects: "No effects set"
|
||||
eventEditorMustAddEffects: "You must add effects first!"
|
||||
eventEditorInvalidEffect: "is not a valid effect name!"
|
||||
eventEditorEffectsCleared: "Event effects cleared."
|
||||
eventEditorEffectLocationPrompt: "Right-click on a block to play an effect at, then enter 'add' to add it to the list, or enter 'cancel' to return"
|
||||
eventEditorMobSpawns: "Event Mob Spawns"
|
||||
eventEditorAddMobTypes: "Add mob"
|
||||
eventEditorNoTypesSet: "(No type set)"
|
||||
eventEditorMustSetMobTypesFirst: "You must set the mob type first!"
|
||||
eventEditorSetMobAmounts: "Set mob amount"
|
||||
eventEditorNoAmountsSet: "(No amounts set)"
|
||||
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"
|
||||
eventEditorSetMobSpawnLoc: "Right-click on a block to spawn a mob at, then enter 'add' to the confirm it, or enter 'cancel' to return"
|
||||
eventEditorSetMobSpawnAmount: "Set the amount of mobs to spawn"
|
||||
eventEditorSetDropChance: "Set the drop chance"
|
||||
eventEditorInvalidDropChance: "Drop chance has to be between 0.0 and 1.0"
|
||||
eventEditorLightningPrompt: "Right-click on a block to spawn a lightning strike at, then enter 'add' to add it to the list, or enter 'clear' to clear the locations list, or 'cancel' to return"
|
||||
eventEditorPotionEffects: "Event 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!"
|
||||
eventEditorNoDurationsSet: "(No durations set)"
|
||||
eventEditorSetPotionMagnitudes: "Set potion effect magnitudes"
|
||||
eventEditorPotionsCleared: "Potion effects cleared."
|
||||
eventEditorInvalidPotionType: "is not a valid potion effect type!"
|
||||
eventEditorEnterNPCId: "Enter NPC ID (or -1 to return)"
|
||||
eventEditorNoNPCExists: "No NPC exists with that id!"
|
||||
eventEditorExplosionPrompt: "Right-click on a block to spawn an explosion at, then enter 'add' to add it to the list, or enter 'clear' to clear the explosions list, or 'cancel' to return"
|
||||
eventEditorSelectBlockFirst: "You must select a block first."
|
||||
eventEditorSetMessagePrompt: "Enter message, or enter 'none' to delete, (or 'cancel' to return)"
|
||||
eventEditorSetItemNamesPrompt: "Enter item names separating each one by a space, or enter 'cancel' to return."
|
||||
eventEditorSetItemAmountsPrompt: "Enter item amounts (numbers) separating each one by a space, or enter 'cancel' to return."
|
||||
eventEditorSetMobTypesPrompt: "Enter mob name, or enter 'cancel' to return"
|
||||
eventEditorSetMobAmountsPrompt: "Enter mob amount, or enter 'cancel' to return"
|
||||
eventEditorSetMobNamePrompt: "Set the name for this mob, or enter 'cancel' to return"
|
||||
eventEditorSetMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the mob spawn location list, or enter 'cancel' to return"
|
||||
eventEditorSetPotionEffectsPrompt: "Enter potion effect types separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetPotionDurationsPrompt: "Enter effect durations (in milliseconds) separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetHungerPrompt: "Enter hunger level, or -1 to remove it"
|
||||
eventEditorHungerLevelAtLeastZero: "Hunger level must be at least 0!"
|
||||
eventEditorSetSaturationPrompt: "Enter saturation level, or -1 to remove it"
|
||||
eventEditorSaturationLevelAtLeastZero: "Saturation level must be at least 0!"
|
||||
eventEditorSetHealthPrompt: "Enter health level, or -1 to remove it"
|
||||
eventEditorHealthLevelAtLeastZero: "Health level must be at least 0!"
|
||||
eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to, then enter 'done' to finish, or enter 'clear' to clear the teleport location, or 'cancel' to return"
|
||||
eventEditorCommandsNote: 'Note: You may use <player> to refer to the player''s name.'
|
||||
eventEditorSetCommandsPrompt: "Enter commands separating each one by a comma, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
reqSetMoney: "Set money requirement"
|
||||
reqSetQuestPoints: "Set Quest Points requirement"
|
||||
reqSetItem: "Set item requirements"
|
||||
reqSetPerms: "Set permission requirements"
|
||||
reqSetQuest: "Set Quest requirements"
|
||||
reqSetQuestBlocks: "Set Quest blocks"
|
||||
reqSetMcMMO: "Set mcMMO requirements"
|
||||
reqSetHeroes: "Set Heroes requirements"
|
||||
reqSetCustom: "Custom requirements"
|
||||
reqSetFail: "Set fail requirements message"
|
||||
reqSetSkills: "Set skills"
|
||||
reqSetSkillAmounts: "Set skill amounts"
|
||||
reqHeroesSetPrimary: "Set Primary Class"
|
||||
reqHeroesSetSecondary: "Set Secondary Class"
|
||||
reqMoneyPrompt: "Enter amount of <money>, or 0 to clear the money requirement, or -1 to cancel"
|
||||
reqQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point requirement, or -1 to cancel"
|
||||
reqQuestPrompt: "Enter a list of Quest names separating each one by a <comma>, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqRemoveItemsPrompt: "Enter a list of true/false values, separating each one by a space, or enter 'cancel' to return."
|
||||
reqPermissionsPrompt: "Enter permission requirements separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
reqCustomPrompt: "Enter the name of a custom requirement to add, or enter 'clear' to clear all custom requirements, or 'cancel' to return."
|
||||
reqMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqMcMMOAmountsPrompt: "Enter mcMMO skill amounts, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqHeroesPrimaryPrompt: "Enter a Heroes Primary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||
reqHeroesSecondaryPrompt: "Enter a Heroes Secondary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||
reqFailMessagePrompt: "Enter fail requirements message, or enter 'cancel' to return."
|
||||
reqAddItem: "Add item"
|
||||
reqSetRemoveItems: "Set remove items"
|
||||
reqNoItemsSet: "No items set"
|
||||
reqNoValuesSet: "No values set"
|
||||
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||
reqGreaterThanZero: "Amount must be greater than 0!"
|
||||
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||
reqItemCleared: "Item requirements cleared."
|
||||
reqListsNotSameSize: "The items list and remove items list are not the same size!"
|
||||
reqTrueFalseError: '<input> is not a true or false value!%br%Example: true false true true'
|
||||
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||
reqCustomNotFound: "Custom requirement module not found."
|
||||
reqCustomCleared: "Custom requirements cleared."
|
||||
reqMcMMOError: "<input> is not an mcMMO skill name!"
|
||||
reqMcMMOCleared: "mcMMO skill requirements cleared."
|
||||
reqMcMMOAmountsCleared: "mcMMO 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!"
|
||||
reqNone: "No requirements set"
|
||||
reqNotANumber: "<input> is not a number!"
|
||||
reqMustAddItem: "You must add at least one item first!"
|
||||
reqNoMessage: "You must set a fail requirements message!"
|
||||
reqNoMcMMO: "mcMMO not installed"
|
||||
reqNoHeroes: "Heroes not installed"
|
||||
rewSetMoney: "Set money reward"
|
||||
rewSetQuestPoints: "Set Quest Points reward"
|
||||
rewSetItems: "Set item rewards"
|
||||
rewSetExperience: "Set experience reward"
|
||||
rewSetCommands: "Set command rewards"
|
||||
rewSetPermission: "Set permission rewards"
|
||||
rewSetMcMMO: "Set mcMMO 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>, or 0 to clear the money reward, or -1 to cancel"
|
||||
rewExperiencePrompt: "Enter amount of experience, or 0 to clear the experience reward, or -1 to cancel"
|
||||
rewCommandPrompt: "Enter command rewards separating each one by a <comma>, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
rewCommandPromptHint: 'Note: You may put <player> to specify the player who completed the Quest. e.g. smite <player>'
|
||||
rewPermissionsPrompt: "Enter permission rewards separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
rewQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point reward, or -1 to cancel"
|
||||
rewMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'cancel' to return."
|
||||
rewMcMMOPromptHint: 'Note: Typing ''All'' will give levels to all skills.'
|
||||
rewHeroesClassesPrompt: "Enter Heroes classes separating each one by a space, or enter 'cancel' to return."
|
||||
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed) separating each one by a space, or enter 'cancel' to return."
|
||||
rewPhatLootsPrompt: "Enter PhatLoots separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
rewCustomRewardPrompt: "Enter the name of a custom reward to add, or enter 'clear' to clear all custom rewards, or 'cancel' to return."
|
||||
rewItemsCleared: "Item rewards cleared."
|
||||
rewNoMcMMOSkills: "No skills set"
|
||||
rewNoHeroesClasses: "No classes set"
|
||||
rewSetMcMMOSkillsFirst: "You must set skills first!"
|
||||
rewMcMMOCleared: "mcMMO rewards cleared."
|
||||
rewMcMMOListsNotSameSize: "The skills list and skill amounts list are not the same size!"
|
||||
rewSetHeroesClassesFirst: "You must set classes first!"
|
||||
rewHeroesCleared: "Heroes rewards cleared."
|
||||
rewHeroesListsNotSameSize: "The classes list and experience amounts list are not the same size!"
|
||||
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."
|
||||
rewNoPhat: "PhatLoots not installed"
|
||||
itemCreateLoadHand: "Load item in hand"
|
||||
itemCreateSetName: "Set name"
|
||||
itemCreateSetAmount: "Set amount"
|
||||
itemCreateSetDurab: "Set durability"
|
||||
itemCreateSetEnchs: "Add/clear enchantments"
|
||||
itemCreateSetDisplay: "Set display name"
|
||||
itemCreateSetLore: "Set lore"
|
||||
itemCreateEnterName: "Enter an item name, or 'cancel' to return."
|
||||
itemCreateEnterAmount: "Enter item amount (max. 64), or 'cancel' to return."
|
||||
itemCreateEnterDurab: "Enter item durability, or 'clear' to clear the data, or 'cancel' to return."
|
||||
itemCreateEnterEnch: "Enter an enchantment name, or 'clear' to clear the enchantments, or 'cancel' to return."
|
||||
itemCreateEnterLevel: "Enter a level (number) for <enchantment>"
|
||||
itemCreateEnterDisplay: "Enter item display name, or 'clear' to clear the display name, or 'cancel' to return."
|
||||
itemCreateEnterLore: "Enter item lore, separating each line by a semi-colon ; or 'clear' to clear the lore, or 'cancel' to return."
|
||||
itemCreateLoaded: "Item loaded."
|
||||
itemCreateNoItem: "No item in hand!"
|
||||
itemCreateNoName: "You must set a name first!"
|
||||
itemCreateInvalidName: "Invalid item name!"
|
||||
itemCreateInvalidAmount: "Amount must be between 1-64!"
|
||||
itemCreateInvalidDurab: "Invalid item durability!"
|
||||
itemCreateInvalidEnch: "Invalid enchantment name!"
|
||||
itemCreateInvalidLevel: "Level must be greater than 0!"
|
||||
itemCreateInvalidInput: "Invalid input!"
|
||||
itemCreateNotNumber: "Input was not a number!"
|
||||
itemCreateNoNameAmount: "You must set a name and amount first!"
|
||||
itemCreateCriticalError: "A critical error has occurred."
|
||||
questTitle: "-- <quest> --"
|
||||
questObjectivesTitle: "---(<quest>)---"
|
||||
questCompleteTitle: '**QUEST COMPLETE: <quest>**'
|
||||
questRewardsTitle: "Rewards:"
|
||||
journalTitle: "Quest Journal"
|
||||
questsTitle: "- Quests -"
|
||||
questHelpTitle: "- Quests -"
|
||||
questListTitle: "- Quests -"
|
||||
questNPCListTitle: "- Quests | <npc> -"
|
||||
questAdminHelpTitle: "- Questadmin -"
|
||||
questEditorTitle: "- Quest Editor -"
|
||||
eventEditorTitle: "- Event Editor - "
|
||||
questCreateTitle: "- Create Quest -"
|
||||
questEditTitle: "- Edit Quest -"
|
||||
questDeleteTitle: "- Delete Quest -"
|
||||
requirementsTitle: "- <quest> | Requirements -"
|
||||
rewardsTitle: "- <quest> | Rewards -"
|
||||
itemRequirementsTitle: "- Item Requirements -"
|
||||
itemRewardsTitle: "- Item Rewards -"
|
||||
mcMMORequirementsTitle: "- mcMMO Requirements -"
|
||||
mcMMORewardsTitle: "- mcMMO 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: "- Event -"
|
||||
completedQuestsTitle: "- Completed Quests -"
|
||||
topQuestersTitle: "- Top <number> Questers -"
|
||||
createItemTitle: "- Create Item -"
|
||||
enchantmentsTitle: "- Enchantments -"
|
||||
questGUITitle: "- GUI Item Display -"
|
||||
questRegionTitle: "- Quest Region -"
|
||||
eventEditorGiveItemsTitle: "- Give Items -"
|
||||
eventEditorEffectsTitle: "- Effects -"
|
||||
eventEditorStormTitle: "- Event Storm -"
|
||||
eventEditorThunderTitle: "- Event Thunder -"
|
||||
eventEditorMobSpawnsTitle: "- Event Mob Spawns -"
|
||||
eventEditorMobsTitle: "- Mobs -"
|
||||
eventEditorAddMobTypesTitle: "- Add Mob -"
|
||||
eventEditorPotionEffectsTitle: "- Event Potion Effects -"
|
||||
eventEditorPotionTypesTitle: "- Event Potion Types -"
|
||||
eventEditorWorldsTitle: "- Worlds -"
|
||||
effBlazeShoot: "Sound of a Blaze firing"
|
||||
effBowFire: "Sound of a bow firing"
|
||||
effClick1: "A click sound"
|
||||
effClick2: "A different click sound"
|
||||
effDoorToggle: "Sound of a door opening or closing"
|
||||
effExtinguish: "Sound of fire being extinguished"
|
||||
effGhastShoot: "Sound of a Ghast firing"
|
||||
effGhastShriek: "Sound of a Ghast shrieking"
|
||||
effZombieWood: "Sound of a Zombie chewing an iron door"
|
||||
effZombieIron: "Sound of a Zombie chewing a wooden door"
|
||||
effEnterName: "Enter an effect name to add it to the list, or enter 'cancel' to return"
|
||||
cmdCancel: "cancel"
|
||||
cmdAdd: "add"
|
||||
cmdClear: "clear"
|
||||
cmdNone: "none"
|
||||
cmdDone: "done"
|
||||
acceptQuest: "Accept Quest?"
|
||||
enterAnOption: "Enter an option"
|
||||
questAccepted: 'Quest accepted: <quest>'
|
||||
currentQuest: "Current Quests:"
|
||||
noMoreQuest: "No more quests available."
|
||||
damage: "Damage"
|
||||
break: "Break"
|
||||
place: "Place"
|
||||
use: "Use"
|
||||
cut: "Cut"
|
||||
catchFish: "Catch Fish"
|
||||
enchantItem: "Enchant <item> with <enchantment>"
|
||||
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."
|
||||
invalidSelection: "Invalid selection!"
|
||||
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'"
|
||||
questPointsDisplay: "Quest points:"
|
||||
questNoDrop: "You may not drop Quest items."
|
||||
questNoBrew: "You may not brew Quest items."
|
||||
questNoStore: "You may not store Quest items."
|
||||
questNoCraft: "You may not craft Quest items."
|
||||
questNoEquip: "You may not equip Quest items."
|
||||
questNoDispense: "You may not put Quest items in dispensers."
|
||||
questNoEnchant: "You may not enchant Quest items."
|
||||
questNoSmelt: "You may not smelt using Quest items."
|
||||
questInfoNoPerms: "You do not have permission to view a Quest's information."
|
||||
questCmdNoPerms: "You do not have access to that command."
|
||||
pageSelectionNum: "Page selection must be a number."
|
||||
pageSelectionPosNum: "Page selection must be a positive number."
|
||||
questListNoPerms: "You do not have permission to view the Quests list."
|
||||
questTakeNoPerms: "You do not have permission to take Quests via commands."
|
||||
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||
questQuit: "You have quit <quest>"
|
||||
questQuitNoPerms: "You do not have permission to quit Quests."
|
||||
questQuitDisabled: "Quitting Quests has been disabled."
|
||||
questEditorNoPerms: "You do not have permission to use the Quests Editor."
|
||||
eventEditorNoPerms: "You do not have permission to use the Events Editor."
|
||||
questsUnknownCommand: "Unknown Quests command. Type /quests for help."
|
||||
pageNotExist: "Page does not exist."
|
||||
pageFooter: "- Page <current> of <all> -"
|
||||
questsReloaded: "Quests 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>."
|
||||
questPurged: "<player> has been purged and blacklisted."
|
||||
questReset: "<player> has been reset."
|
||||
questRemoved: "Quest <quest> has been removed from player <player>'s completed Quests."
|
||||
settingAllQuestPoints: "Setting all players' Quest Points..."
|
||||
allQuestPointsSet: "All players' Quest Points have been set to <number>!"
|
||||
setQuestPoints: "<player>'s Quest Points have been set to <number>."
|
||||
questPointsSet: "<player> has set your Quest Points to <number>."
|
||||
takeQuestPoints: "Took away <number> Quest Points from <player>."
|
||||
questPointsTaken: "<player> took away <number> Quest Points."
|
||||
giveQuestPoints: "Gave <number> Quest Points from <player>."
|
||||
questPointsGiven: "<player> gave you <number> Quest Points."
|
||||
enableNPCGUI: "<npc> will now provide a GUI Quest Display."
|
||||
disableNPCGUI: "<npc> will no longer provide a GUI Quest Display."
|
||||
invalidNumber: "Invalid number."
|
||||
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||
playerNotFound: "Player not found."
|
||||
invalidStageNum: "Invalid stage number for Quest <quest>"
|
||||
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||
errorReading: "Error reading <file>, skipping.."
|
||||
errorReadingSuppress: "Error reading <file>, suppressing further errors."
|
||||
errorDataFolder: 'Error: Unable to read Quests data folder!'
|
||||
questsPlayerHasQuestAlready: "<player> is already on the Quest <quest>!"
|
||||
questsUnknownAdminCommand: "Unknown Questsadmin command. Type /questsadmin for help."
|
||||
unknownError: "An unknown error occurred. See console output."
|
||||
journalTaken: "You take out your Quest Journal."
|
||||
journalPutAway: "You put away your Quest Journal."
|
||||
journalAlreadyHave: "You already have your Quest Journal out."
|
||||
journalNoRoom: "You have no room in your inventory for your Quest Journal!"
|
||||
journalNoQuests: "You have no accepted quests!"
|
||||
journalDenied: "You cannot do that with your Quest Journal."
|
||||
ENCHANTMENT_ARROW_DAMAGE: "Power"
|
||||
ENCHANTMENT_ARROW_FIRE: "Flame"
|
||||
ENCHANTMENT_ARROW_INFINITE: "Infinity"
|
||||
ENCHANTMENT_ARROW_KNOCKBACK: "Punch"
|
||||
ENCHANTMENT_BINDING_CURSE: "BindingCurse"
|
||||
ENCHANTMENT_DAMAGE_ALL: "Sharpness"
|
||||
ENCHANTMENT_DAMAGE_ARTHROPODS: "BaneOfArthropods"
|
||||
ENCHANTMENT_DEPTH_STRIDER: "DepthStrider"
|
||||
ENCHANTMENT_DAMAGE_UNDEAD: "Smite"
|
||||
ENCHANTMENT_DIG_SPEED: "Efficiency"
|
||||
ENCHANTMENT_DURABILITY: "Unbreaking"
|
||||
ENCHANTMENT_FIRE_ASPECT: "FireAspect"
|
||||
ENCHANTMENT_FROST_WALKER: "FrostWalker"
|
||||
ENCHANTMENT_KNOCKBACK: "Knockback"
|
||||
ENCHANTMENT_LOOT_BONUS_BLOCKS: "Fortune"
|
||||
ENCHANTMENT_LOOT_BONUS_MOBS: "Looting"
|
||||
ENCHANTMENT_LUCK: "LuckOfTheSea"
|
||||
ENCHANTMENT_LURE: "Lure"
|
||||
ENCHANTMENT_MENDING: "Mending"
|
||||
ENCHANTMENT_OXYGEN: "Respiration"
|
||||
ENCHANTMENT_PROTECTION_ENVIRONMENTAL: "Protection"
|
||||
ENCHANTMENT_PROTECTION_EXPLOSIONS: "BlastProtection"
|
||||
ENCHANTMENT_PROTECTION_FALL: "FeatherFalling"
|
||||
ENCHANTMENT_PROTECTION_FIRE: "FireProtection"
|
||||
ENCHANTMENT_PROTECTION_PROJECTILE: "ProjectileProtection"
|
||||
ENCHANTMENT_SILK_TOUCH: "SilkTouch"
|
||||
ENCHANTMENT_SWEEPING: "Sweeping"
|
||||
ENCHANTMENT_THORNS: "Thorns"
|
||||
ENCHANTMENT_VANISHING_CURSE: "VanishingCurse"
|
||||
ENCHANTMENT_WATER_WORKER: "AquaAffinity"
|
||||
COLOR_BLACK: "Black"
|
||||
COLOR_BLUE: "Blue"
|
||||
COLOR_BROWN: "Brown"
|
||||
COLOR_CYAN: "Cyan"
|
||||
COLOR_GRAY: "Gray"
|
||||
COLOR_GREEN: "Green"
|
||||
COLOR_LIGHT_BLUE: "LightBlue"
|
||||
COLOR_LIME: "Lime"
|
||||
COLOR_MAGENTA: "Magenta"
|
||||
COLOR_ORANGE: "Orange"
|
||||
COLOR_PINK: "Pink"
|
||||
COLOR_PURPLE: "Purple"
|
||||
COLOR_RED: "Red"
|
||||
COLOR_SILVER: "Silver"
|
||||
COLOR_WHITE: "White"
|
||||
COLOR_YELLOW: "Yellow"
|
||||
timeDay: "Day"
|
||||
timeDays: "Days"
|
||||
timeHour: "Hour"
|
||||
timeHours: "Hours"
|
||||
timeMinute: "Minute"
|
||||
timeMinutes: "Minutes"
|
||||
timeSecond: "Second"
|
||||
timeSeconds: "Seconds"
|
||||
timeMillisecond: "Millisecond"
|
||||
timeMilliseconds: "Milliseconds"
|
||||
event: "Event"
|
||||
delay: "Delay"
|
||||
save: "Save"
|
||||
exit: "Exit"
|
||||
exited: "Exited"
|
||||
cancel: "Cancel"
|
||||
cancelled: "Cancelled"
|
||||
questTimeout: "Cancelled."
|
||||
back: "Back"
|
||||
yesWord: "Yes"
|
||||
noWord: "No"
|
||||
"true": "true"
|
||||
"false": "false"
|
||||
clear: "Clear"
|
||||
edit: "Edit"
|
||||
none: "None"
|
||||
done: "Done"
|
||||
comma: "comma"
|
||||
finish: "Finish"
|
||||
quit: "Quit"
|
||||
noneSet: "None set"
|
||||
noDelaySet: "No delay set"
|
||||
noIdsSet: "No IDs set"
|
||||
noNamesSet: "No names set"
|
||||
worlds: "Worlds"
|
||||
mobs: "Mobs"
|
||||
points: "points"
|
||||
invalidOption: "Invalid option!"
|
||||
npcHint: 'Note: You can left or right click on NPC''s to get their ID.'
|
||||
listDuplicate: "List contains duplicates!"
|
||||
id: "ID"
|
||||
quest: "Quest"
|
||||
quests: "Quests"
|
||||
createdBy: "Created by"
|
||||
continuedBy: "and continued by"
|
||||
questPoints: "Quest Points"
|
||||
accepted: "Accepted"
|
||||
complete: "Complete"
|
||||
redoable: "Redoable"
|
||||
usage: "Usage"
|
||||
redoableEvery: "Redoable every <time>."
|
||||
requirements: "Requirements"
|
||||
money: "Money"
|
||||
with: "With"
|
||||
to: "to"
|
||||
blocksWithin: "within <amount> blocks of"
|
||||
valRequired: "Value required"
|
||||
enchantedItem: "*Enchanted*"
|
||||
experience: "Experience"
|
||||
timerMessage: '<green>Time left to finish the quest/stage: <red>%s seconds'
|
||||
timerStart: "<green>You have <red>%s seconds <green>to finish this quest/stage"
|
||||
questErrorReadingFile: "Error reading Quests file."
|
||||
questSaveError: "An error occurred while saving."
|
||||
questBlacklisted: "You are blacklisted. Contact an admin if this is in error."
|
@ -1,17 +1,18 @@
|
||||
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"
|
||||
---
|
||||
questFailed: "*QUEST FAILED MATEY*"
|
||||
questMaxAllowed: "Ye may only have up t' <number> Quests."
|
||||
questAlreadyOn: "Ye be already on that Quest!"
|
||||
questTooEarly: "Ye may nah take <quest> again fer another <time>."
|
||||
questAlreadyCompleted: "Ye 'ave already looted <quest>."
|
||||
questInvalidLocation: "Ye may nah take <quest> at this location."
|
||||
questInvalidDeliveryItem: "<item> ain't a required item fer this quest!"
|
||||
questSelectedLocation: "Chosen spot"
|
||||
questDisplayHelp: "- Display this help"
|
||||
COMMAND_LIST: "list"
|
||||
COMMAND_LIST_HELP: "list [page] - List available Quests"
|
||||
COMMAND_TAKE: "take"
|
||||
COMMAND_TAKE_HELP: "take [quest name] - Accept a Quest"
|
||||
COMMAND_TAKE_USAGE: "Usage: /quests take [quest]"
|
||||
COMMAND_TAKE_USAGE: 'Usage: /quests take [quest]'
|
||||
COMMAND_QUIT: "quit"
|
||||
COMMAND_QUIT_HELP: "quit [quest] - Quit a current Quest"
|
||||
COMMAND_EDITOR: "editor"
|
||||
@ -22,7 +23,7 @@ COMMAND_STATS: "stats"
|
||||
COMMAND_STATS_HELP: "stats - View your Questing stats"
|
||||
COMMAND_TOP: "top"
|
||||
COMMAND_TOP_HELP: "top [number] - View top Questers"
|
||||
COMMAND_TOP_USAGE: "Usage: /quests top [number]"
|
||||
COMMAND_TOP_USAGE: 'Usage: /quests top [number]'
|
||||
COMMAND_INFO: "info"
|
||||
COMMAND_INFO_HELP: "info - Display plugin information"
|
||||
COMMAND_JOURNAL: "journal"
|
||||
@ -42,7 +43,7 @@ COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [player] [amount] - Take a players Quest Points"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [player] [amount] - Give a player Quest Points"
|
||||
COMMAND_QUESTADMIN_POINTSALL: "pointsall"
|
||||
COMMAND_QUESTADMIN_POINTSALL: "givepoints [player] [amount] - Give a player Quest Points"
|
||||
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] - Set ALL players' Quest Points"
|
||||
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||
COMMAND_QUESTADMIN_FINISH_HELP: "finish [player] [quest] - Immediately force Quest completion for a player"
|
||||
@ -50,7 +51,7 @@ COMMAND_QUESTADMIN_NEXTSTAGE: "nextstage"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "nextstage [player] [quest] - Immediately force Stage completion for a player"
|
||||
COMMAND_QUESTADMIN_SETSTAGE: "setstage"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_HELP: "setstage [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_PURGE: "purge"
|
||||
COMMAND_QUESTADMIN_PURGE_HELP: "purge [player] - Clear all Quests data of a player AND BLACKLISTS THEM"
|
||||
COMMAND_QUESTADMIN_RESET: "reset"
|
||||
@ -92,7 +93,7 @@ questWGInvalidRegion: "<region> is not a valid WorldGuard region!"
|
||||
questWGRegionCleared: "Quest region cleared."
|
||||
questCitNotInstalled: "Citizens not installed"
|
||||
questDenNotInstalled: "Denizen not installed"
|
||||
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:"
|
||||
questSetItem: "Set Item"
|
||||
questClearItem: "Clear Item"
|
||||
@ -114,12 +115,12 @@ 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: "Quest saved! (You will need to perform a Quest reload for it to appear)"
|
||||
questEditorExited: "Are you sure you want to exit without saving?"
|
||||
questEditorDeleted: "Are you sure you want to delete the Quest"
|
||||
questEditorNoPermsCreate: "You do not have permission to create Quests."
|
||||
questEditorNoPermsEdit: "You do not have permission to edit Quests."
|
||||
questEditorNoPermsDelete: "You do not have permission to delete Quests."
|
||||
questEditorSaved: "Quest saved! (Ye will needs t' perform a Quest reload fer it t' appear)"
|
||||
questEditorExited: "Are ye sure ye wants t' exit without savin'?"
|
||||
questEditorDeleted: "Are ye sure ye wants t' scuttle th' Quest"
|
||||
questEditorNoPermsCreate: "Ye do nah 'ave permission t' create Quests."
|
||||
questEditorNoPermsEdit: "Ye do nah 'ave permission t' edit Quests."
|
||||
questEditorNoPermsDelete: "Ye do nah 'ave permission t' scuttle Quests."
|
||||
stageEditorEditStage: "Edit Stage"
|
||||
stageEditorNewStage: "Add new Stage"
|
||||
stageEditorStages: "Stages"
|
||||
@ -138,7 +139,7 @@ stageEditorDeliverItems: "Deliver Items"
|
||||
stageEditorTalkToNPCs: "Talk to NPCs"
|
||||
stageEditorKillNPCs: "Kill NPCs"
|
||||
stageEditorKillMobs: "Kill Mobs"
|
||||
stageEditorReachLocs: "Reach locations"
|
||||
stageEditorReachLocs: "Reach spots"
|
||||
stageEditorReachRadii1: "Reach within"
|
||||
stageEditorReachRadii2: "blocks of"
|
||||
stageEditorTameMobs: "Tame Mobs"
|
||||
@ -214,9 +215,9 @@ stageEditorNPCToTalkToPrompt: "Enter NPC IDs, separating each one by a space, or
|
||||
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
||||
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobAmountsPrompt: "Enter mob amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the kill location list, or enter 'cancel' to return"
|
||||
stageEditorMobLocationRadiiPrompt: "Enter kill location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobAmountsPrompt: "Enter mob amounts separatin' each one by a space, or enter 'cancel' t' return"
|
||||
stageEditorMobLocationPrompt: "Right-click on a block t' select it, then enter 'add' t' add it t' th' kill spot list, or enter 'cancel' t' return"
|
||||
stageEditorMobLocationRadiiPrompt: "Enter kill spot radii (number o' blocks) separatin' each one by a space, or enter 'cancel' t' return"
|
||||
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
||||
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||
@ -311,7 +312,7 @@ stageEditorConfirmStageDelete: "Are you sure you want to delete this stage?"
|
||||
stageEditorConfirmStageNote: "Any Stages after will be shifted back one spot"
|
||||
stageEditorDeleteSucces: "Stage deleted successfully."
|
||||
stageEditorEnchantments: "Enchantments"
|
||||
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"
|
||||
stageEditorColors: "Sheep Colors"
|
||||
allListsNotSameSize: "All of your lists are not the same size!"
|
||||
@ -335,7 +336,7 @@ eventEditorEnterEventName: "Enter an Event name, or 'cancel' to return."
|
||||
eventEditorDeletePrompt: "Are you sure you want to delete the Event"
|
||||
eventEditorQuitWithoutSaving: "Are you sure you want to quit without saving?"
|
||||
eventEditorFinishAndSave: "Are you sure you want to finish and save the Event"
|
||||
eventEditorModifiedNote: "Note: You have modified an Event that the following Quests use:"
|
||||
eventEditorModifiedNote: 'Note: You have modified an Event that the following Quests use:'
|
||||
eventEditorForcedToQuit: "If you save the Event, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||
eventEditorEventInUse: "The following Quests use the Event"
|
||||
eventEditorMustModifyQuests: "eventEditorNotFound"
|
||||
@ -456,7 +457,7 @@ eventEditorSaturationLevelAtLeastZero: "Saturation level must be at least 0!"
|
||||
eventEditorSetHealthPrompt: "Enter health level, or -1 to remove it"
|
||||
eventEditorHealthLevelAtLeastZero: "Health level must be at least 0!"
|
||||
eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to, then enter 'done' to finish, or enter 'clear' to clear the teleport location, or 'cancel' to return"
|
||||
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 separating each one by a comma, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
reqSetMoney: "Set money requirement"
|
||||
reqSetQuestPoints: "Set Quest Points requirement"
|
||||
@ -493,7 +494,7 @@ reqGreaterThanZero: "Amount must be greater than 0!"
|
||||
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||
reqItemCleared: "Item requirements cleared."
|
||||
reqListsNotSameSize: "The items list and remove items list are not the same size!"
|
||||
reqTrueFalseError: "<input> is not a true or false value!%br%Example: true false true true"
|
||||
reqTrueFalseError: '<input> is not a true or false value!%br%Example: true false true true'
|
||||
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||
reqCustomNotFound: "Custom requirement module not found."
|
||||
reqCustomCleared: "Custom requirements cleared."
|
||||
@ -526,11 +527,11 @@ rewSetHeroesAmounts: "Set experience amounts"
|
||||
rewMoneyPrompt: "Enter amount of <money>, or 0 to clear the money reward, or -1 to cancel"
|
||||
rewExperiencePrompt: "Enter amount of experience, or 0 to clear the experience reward, or -1 to cancel"
|
||||
rewCommandPrompt: "Enter command rewards separating each one by a <comma>, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
rewCommandPromptHint: "Note: You may put <player> to specify the player who completed the Quest. e.g. smite <player>"
|
||||
rewCommandPromptHint: 'Note: You may put <player> to specify the player who completed the Quest. e.g. smite <player>'
|
||||
rewPermissionsPrompt: "Enter permission rewards separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
rewQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point reward, or -1 to cancel"
|
||||
rewMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'cancel' to return."
|
||||
rewMcMMOPromptHint: "Note: Typing 'All' will give levels to all skills."
|
||||
rewMcMMOPromptHint: 'Note: Typing ''All'' will give levels to all skills.'
|
||||
rewHeroesClassesPrompt: "Enter Heroes classes separating each one by a space, or enter 'cancel' to return."
|
||||
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed) separating each one by a space, or enter 'cancel' to return."
|
||||
rewPhatLootsPrompt: "Enter PhatLoots separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
@ -579,7 +580,7 @@ itemCreateNoNameAmount: "You must set a name and amount first!"
|
||||
itemCreateCriticalError: "A critical error has occurred."
|
||||
questTitle: "-- <quest> --"
|
||||
questObjectivesTitle: "---(<quest>)---"
|
||||
questCompleteTitle: "**QUEST COMPLETE: <quest>**"
|
||||
questCompleteTitle: '**QUEST COMPLETE: <quest>**'
|
||||
questRewardsTitle: "Rewards:"
|
||||
journalTitle: "Quest Journal"
|
||||
questsTitle: "- Quests -"
|
||||
@ -643,7 +644,7 @@ cmdNone: "none"
|
||||
cmdDone: "done"
|
||||
acceptQuest: "Accept Quest?"
|
||||
enterAnOption: "Enter an option"
|
||||
questAccepted: "Quest accepted: <quest>"
|
||||
questAccepted: 'Quest accepted: <quest>'
|
||||
currentQuest: "Current Quests:"
|
||||
noMoreQuest: "No more quests available."
|
||||
damage: "Damage"
|
||||
@ -666,7 +667,7 @@ redoCompleted: "(Completed)"
|
||||
consoleError: "This command may only be performed in-game."
|
||||
invalidSelection: "Invalid selection!"
|
||||
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."
|
||||
noCommandStart: "<quest> may not be started via command."
|
||||
permissionDisplay: "Permission:"
|
||||
@ -732,10 +733,10 @@ invalidNumber: "Invalid number."
|
||||
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||
playerNotFound: "Player not found."
|
||||
invalidStageNum: "Invalid stage number for Quest <quest>"
|
||||
errorNPCID: "Error: There is no NPC with ID <number>"
|
||||
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||
errorReading: "Error reading <file>, skipping.."
|
||||
errorReadingSuppress: "Error reading <file>, suppressing further errors."
|
||||
errorDataFolder: "Error: Unable to read Quests data folder!"
|
||||
errorDataFolder: 'Error: Unable to read Quests data folder!'
|
||||
questsPlayerHasQuestAlready: "<player> is already on the Quest <quest>!"
|
||||
questsUnknownAdminCommand: "Unknown Questsadmin command. Type /questsadmin for help."
|
||||
unknownError: "An unknown error occurred. See console output."
|
||||
@ -812,8 +813,8 @@ questTimeout: "Cancelled."
|
||||
back: "Back"
|
||||
yesWord: "Yes"
|
||||
noWord: "No"
|
||||
true: "true"
|
||||
false: "false"
|
||||
"true": "true"
|
||||
"false": "false"
|
||||
clear: "Clear"
|
||||
edit: "Edit"
|
||||
none: "None"
|
||||
@ -829,7 +830,7 @@ worlds: "Worlds"
|
||||
mobs: "Mobs"
|
||||
points: "points"
|
||||
invalidOption: "Invalid option!"
|
||||
npcHint: "Note: You can left or right click on NPC's to get their ID."
|
||||
npcHint: 'Note: You can left or right click on NPC''s to get their ID.'
|
||||
listDuplicate: "List contains duplicates!"
|
||||
id: "ID"
|
||||
quest: "Quest"
|
||||
@ -850,7 +851,7 @@ blocksWithin: "within <amount> blocks of"
|
||||
valRequired: "Value required"
|
||||
enchantedItem: "*Enchanted*"
|
||||
experience: "Experience"
|
||||
timerMessage: "<green>Time left to finish the quest/stage: <red>%s seconds"
|
||||
timerMessage: '<green>Time left to finish the quest/stage: <red>%s seconds'
|
||||
timerStart: "<green>You have <red>%s seconds <green>to finish this quest/stage"
|
||||
questErrorReadingFile: "Error reading Quests file."
|
||||
questSaveError: "An error occurred while saving."
|
||||
|
858
src/main/resources/lang/es/strings.yml
Normal file
858
src/main/resources/lang/es/strings.yml
Normal file
@ -0,0 +1,858 @@
|
||||
---
|
||||
questFailed: "*MISIÓN FALLIDA*"
|
||||
questMaxAllowed: "Solo puedes tener un máximo de <number> Misiones."
|
||||
questAlreadyOn: "Ya estas haciendo esa misión!"
|
||||
questTooEarly: "No puedes hacer <quest> otra vez, espera <time>."
|
||||
questAlreadyCompleted: "Ya has completado <quest>."
|
||||
questInvalidLocation: "No puedes elegir <quest> en esta localización."
|
||||
questInvalidDeliveryItem: "<item> No es requerido para esta misión!"
|
||||
questSelectedLocation: "Localización seleccionada"
|
||||
questDisplayHelp: "- Muestra esta ayuda"
|
||||
COMMAND_LIST: "lista"
|
||||
COMMAND_LIST_HELP: "lista [page] - Lista de Misiones disponibles"
|
||||
COMMAND_TAKE: "tomar"
|
||||
COMMAND_TAKE_HELP: "tomar [nombre de misión] - Acepta una Misión"
|
||||
COMMAND_TAKE_USAGE: 'Uso: /quest take [misión]'
|
||||
COMMAND_QUIT: "salir"
|
||||
COMMAND_QUIT_HELP: "quit [misión] - Salte de una Misión"
|
||||
COMMAND_EDITOR: "editor"
|
||||
COMMAND_EDITOR_HELP: "editor - Crea/Edit Misiones"
|
||||
COMMAND_EVENTS_EDITOR: "eventos"
|
||||
COMMAND_EVENTS_EDITOR_HELP: "eventos - Crea/Edita Eventos"
|
||||
COMMAND_STATS: "estadísticas"
|
||||
COMMAND_STATS_HELP: "estadísticas - Ver tus estadísticas de Misiones"
|
||||
COMMAND_TOP: "top"
|
||||
COMMAND_TOP_HELP: "top [number] - Ver el top de Misioneros"
|
||||
COMMAND_TOP_USAGE: 'Uso: /quests top [number]'
|
||||
COMMAND_INFO: "info"
|
||||
COMMAND_INFO_HELP: "info - Muestra información del plugin"
|
||||
COMMAND_JOURNAL: "diario"
|
||||
COMMAND_JOURNAL_HELP: "diario - Ver/Esconder el diario de misiones"
|
||||
COMMAND_QUEST_HELP: "- Mostrar objetivos de misión actuales"
|
||||
COMMAND_QUESTINFO_HELP: "[nombre de misión] - muestra información de la misión"
|
||||
COMMAND_QUESTADMIN_HELP: "- Ver ayuda de Questadmin"
|
||||
COMMAND_QUESTADMIN_STATS: "estadísticas"
|
||||
COMMAND_QUESTADMIN_STATS_HELP: "estadísticas [jugador] - Ver estadísticas de misiones de un jugador"
|
||||
COMMAND_QUESTADMIN_GIVE: "dar"
|
||||
COMMAND_QUESTADMIN_GIVE_HELP: "dar [jugador] [misión] - Forsar a un jugador entrar a una misión"
|
||||
COMMAND_QUESTADMIN_QUIT: "dejar"
|
||||
COMMAND_QUESTADMIN_QUIT_HELP: "dejar [jugador] [misión] - Forsar a un jugador a salirse de una misión"
|
||||
COMMAND_QUESTADMIN_POINTS: "puntos"
|
||||
COMMAND_QUESTADMIN_POINTS_HELP: "puntos [jugador] [cantidad] - Establece los puntos de Misión a un jugador"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS: "quitarpuntos"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "quitarpuntos [jugador] [cantidad] - Quita puntos de Misión a un jugador"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS: "darpuntos"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "darpuntos [jugador] [cantidad] - Dar puntos de Misión a un jugador"
|
||||
COMMAND_QUESTADMIN_POINTSALL: "pointsall"
|
||||
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [monto] - Establecer puntos de misión a todos los jugadores"
|
||||
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||
COMMAND_QUESTADMIN_FINISH_HELP: "finish [jugador] [misión] - Forzar a completar la misión a un jugador"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE: "nextstage"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "nextstage [jugador] [misión] - Forzar a completar inmediatamente una etapa a un jugador"
|
||||
COMMAND_QUESTADMIN_SETSTAGE: "setstage"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_HELP: "setstage [player] [quest] [stage] - Establecer el escenario actual para un jugador"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Uso: /questadmin setstage [jugador] [misión] [escenario]'
|
||||
COMMAND_QUESTADMIN_PURGE: "purge"
|
||||
COMMAND_QUESTADMIN_PURGE_HELP: "purge [jugador] - Limpia todos los datos de Quests del jugador y lo coloca EN LA LISTA NEGRA"
|
||||
COMMAND_QUESTADMIN_RESET: "reset"
|
||||
COMMAND_QUESTADMIN_RESET_HELP: "reset [jugador] - Reinicia todos los datos de Quests de un jugador"
|
||||
COMMAND_QUESTADMIN_REMOVE: "remove"
|
||||
COMMAND_QUESTADMIN_REMOVE_HELP: "remove [jugador] [quest] - Remueve una Quest completada de un jugador"
|
||||
COMMAND_QUESTADMIN_TOGGLEGUI: "togglegui"
|
||||
COMMAND_QUESTADMIN_TOGGLEGUI_HELP: "togglegui [npc id] - Activa/Desactiva el menú para visualizar la Quest en un NPC"
|
||||
COMMAND_QUESTADMIN_RELOAD: "reload"
|
||||
COMMAND_QUESTADMIN_RELOAD_HELP: "reload - Recarga todos los archivos de configuración"
|
||||
questEditorHeader: "Crear Misión"
|
||||
questEditorCreate: "Crear nueva misión"
|
||||
questEditorEdit: "Editar una misión"
|
||||
questEditorDelete: "Eliminar misión"
|
||||
questEditorName: "Establecer nombre"
|
||||
questEditorAskMessage: "Establecer mensaje de pregunta"
|
||||
questEditorFinishMessage: "Establecer mensaje final"
|
||||
questEditorRedoDelay: "Colocar rehacer atraso"
|
||||
questEditorNPCStart: "Establecer NPC de inicio"
|
||||
questEditorBlockStart: "Establecer bloque de inicio"
|
||||
questEditorInitialEvent: "Establecer evento inicial"
|
||||
questEditorSetGUI: "Colocar elemento GUI mostrar"
|
||||
questEditorReqs: "Editar requerimientos"
|
||||
questEditorStages: "Editar etapas"
|
||||
questEditorRews: "Editar premios"
|
||||
questEditorEnterQuestName: "Tipea el nombre de la misión (o 'cancel' para regresar)"
|
||||
questEditorEditEnterQuestName: "Escribe el nombre de la misión (o 'cancel' para regresar)"
|
||||
questEditorEnterAskMessage: "Escribe el mensaje de inicio (o 'cancel' para regresar)"
|
||||
questEditorEnterFinishMessage: "Escribe el mensaje final (o 'cancel' para regresar)"
|
||||
questEditorEnterRedoDelay: "Ingresa la cantidad de tiempo (en segundos), 0 para eliminar el tiempo para re-hacer o -1 para cancelar"
|
||||
questEditorEnterNPCStart: "Ingresa el ID del NPC, -1 para borrar los NPCs desde el inicio o -2 para cancelar"
|
||||
questEditorEnterBlockStart: "Haz clic-derecho en un bloque para utilizarlo como punto de inicio, luego escribe 'done' para guardar, o escribe 'clear' para quitar los bloques desde el inicio, o 'cancel' para regresar"
|
||||
questEditorEnterInitialEvent: "Introduzca un nombre de evento, o introduzca 'vaciar' para vaciar el evento inicial, o 'cancelar' para regresar"
|
||||
questRequiredNoneSet: "Requerido, sin definir"
|
||||
questWGSetRegion: "Establecer región"
|
||||
questWGNotInstalled: "WorldGuard no está instalado"
|
||||
questWGPrompt: "Introduzca región de WorldGuard, o introduzca 'clear' para borrar la región, o 'cancel' para regresar."
|
||||
questWGInvalidRegion: "¡<region> no es una región valida de WorldGuard!"
|
||||
questWGRegionCleared: "Región de misión eliminada."
|
||||
questCitNotInstalled: "Citizens no está instalado"
|
||||
questDenNotInstalled: "Denizen no está instalado"
|
||||
questGUIError: 'Error: Ese objeto ya está siendo usado como la pantalla gráfica de la interfaz de usuario para la misión <quest>.'
|
||||
questCurrentItem: "Ítem actual:"
|
||||
questSetItem: "Establecer ítem"
|
||||
questClearItem: "Borrar ítem"
|
||||
questGUICleared: "Pregunta elemento GUI mostrado vaciado."
|
||||
questDeleted: "Misión eliminada! Las misiones y eventos han sido recargados."
|
||||
questEditorNameExists: "Una Misión con ese nombre ya existe!"
|
||||
questEditorBeingEdited: "Alguien está creando/editando una Misión con ese nombre!"
|
||||
questEditorInvalidQuestName: "El nombre no puede contener puntos o comas!"
|
||||
questEditorInvalidEventName: "no es un nombre de evento válido!"
|
||||
questEditorInvalidNPC: "No existe un NPC con esa ID!"
|
||||
questEditorNoStartBlockSelected: "Debes seleccionar un bloque primero."
|
||||
questEditorPositiveAmount: "La cantidad debe ser un número positivo."
|
||||
questEditorQuestAsRequirement1: "Las siguientes Misiones tienen"
|
||||
questEditorQuestAsRequirement2: "como requisito:"
|
||||
questEditorQuestAsRequirement3: "Debes modificar estas Misiones para que no la usen antes de eliminarlas."
|
||||
questEditorQuestNotFound: "Misión no encontrada!"
|
||||
questEditorEventCleared: "Evento inicial eliminado."
|
||||
questEditorSave: "Terminar y guardar"
|
||||
questEditorNeedAskMessage: "¡Usted debe colocar un mensaje de pregunta!"
|
||||
questEditorNeedFinishMessage: "¡Usted debe colocar un mensaje final!"
|
||||
questEditorNeedStages: "¡Tu misión no tiene etapas!"
|
||||
questEditorSaved: "Misión guardada! (Necesitarás realizar una recarga de Misión para que aparezca)"
|
||||
questEditorExited: "¿Está seguro de querer salir sin guardar?"
|
||||
questEditorDeleted: "Está seguro de querer eliminar la pregunta"
|
||||
questEditorNoPermsCreate: "No tienes permisos para crear Misiones."
|
||||
questEditorNoPermsEdit: "No tienes permisos para editar Misiones."
|
||||
questEditorNoPermsDelete: "No tienes permisos para eliminar Misiones."
|
||||
stageEditorEditStage: "Editar etapa"
|
||||
stageEditorNewStage: "Agregar nueva etapa"
|
||||
stageEditorStages: "Etapas"
|
||||
stageEditorStage: "Etapa"
|
||||
stageEditorBreakBlocks: "Romper bloques"
|
||||
stageEditorDamageBlocks: "Bloques de Daños"
|
||||
stageEditorPlaceBlocks: "Colocar bloques"
|
||||
stageEditorUseBlocks: "Usar bloques"
|
||||
stageEditorCutBlocks: "Cortar bloques"
|
||||
stageEditorCatchFish: "Captura un pez"
|
||||
stageEditorFish: "pez"
|
||||
stageEditorKillPlayers: "Matar a los jugadores"
|
||||
stageEditorPlayers: "jugadores"
|
||||
stageEditorEnchantItems: "Encantar objetos"
|
||||
stageEditorDeliverItems: "Entregar objetos"
|
||||
stageEditorTalkToNPCs: "Hablar con NPC`s"
|
||||
stageEditorKillNPCs: "Asesinas NPCs"
|
||||
stageEditorKillMobs: "Asesinar mobs"
|
||||
stageEditorReachLocs: "Llegar a ubicaciones"
|
||||
stageEditorReachRadii1: "Alcance dentro de"
|
||||
stageEditorReachRadii2: "bloques de"
|
||||
stageEditorTameMobs: "Mobs domesticados"
|
||||
stageEditorShearSheep: "Trasquilar ovejas"
|
||||
stageEditorEvents: "Eventos"
|
||||
stageEditorStageEvents: "Etapas de Eventos"
|
||||
stageEditorStartEvent: "Comenzar Evento"
|
||||
stageEditorStartEventCleared: "Comienzo de evento eliminado."
|
||||
stageEditorFinishEvent: "Evento Finalizado"
|
||||
stageEditorFinishEventCleared: "Finalización de Evento eliminado."
|
||||
stageEditorChatEvents: "Charla de Eventos"
|
||||
stageEditorChatTrigger: "Disparador de Chat"
|
||||
stageEditorTriggeredBy: "Disparado por"
|
||||
stageEditorChatEventsCleared: "Eventos de Chat borrados."
|
||||
stageEditorDeathEvent: "Evento fallido"
|
||||
stageEditorDeathEventCleared: "Evento fallido eliminado."
|
||||
stageEditorDisconnectEvent: "Evento desconectado"
|
||||
stageEditorDisconnectEventCleared: "Evento de Desconección borrado."
|
||||
stageEditorDelayMessage: "Retraso del mensaje"
|
||||
stageEditorDenizenScript: "Script de habitante"
|
||||
stageEditorStartMessage: "Mensaje de inicio"
|
||||
stageEditorCompleteMessage: "Mensaje de completado"
|
||||
stageEditorDelete: "Borrar etapa"
|
||||
stageEditorSetBlockNames: "Establecer nombre de bloques"
|
||||
stageEditorSetBlockAmounts: "Establecer cantidad de bloques"
|
||||
stageEditorSetBlockDurability: "Establecer la durabilidad del bloque"
|
||||
stageEditorSetDamageAmounts: "Establecer cantidad de daños"
|
||||
stageEditorSetPlaceAmounts: "Colocar cantidad de lugares"
|
||||
stageEditorSetUseAmounts: "Colocar cantidades de uso"
|
||||
stageEditorSetCutAmounts: "Colocar cantidades de corte"
|
||||
stageEditorSetKillAmounts: "Colocar cantidades de muerte"
|
||||
stageEditorSetEnchantAmounts: "Colocar cantidades de encantamiento"
|
||||
stageEditorSetMobAmounts: "Establecer cantidad de mobs"
|
||||
stageEditorSetEnchantments: "Colocar encantamientos"
|
||||
stageEditorSetItemNames: "Colocar nombres de elementos"
|
||||
stageEditorSetKillIds: "Colocar NPC identidicaciones"
|
||||
stageEditorSetMobTypes: "Establecer tipos de mobs"
|
||||
stageEditorSetKillLocations: "Colocar ubicación de muerte"
|
||||
stageEditorSetKillLocationRadii: "Colocar ubicación de radio de muerte"
|
||||
stageEditorSetKillLocationNames: "Colocar nombres de ubicaciones de muerte"
|
||||
stageEditorSetLocations: "Colocar ubicaciones"
|
||||
stageEditorSetLocationRadii: "Colocar radio de ubicaciones"
|
||||
stageEditorSetLocationNames: "Colocar nombre de ubicación"
|
||||
stageEditorSetTameAmounts: "Establecer cantidad de domesticar"
|
||||
stageEditorSetShearColors: "Establecer colores de ovejas"
|
||||
stageEditorSetShearAmounts: "Establecer cantidad de cortes"
|
||||
stageEditorPassword: "Objetivos de la contraseña"
|
||||
stageEditorAddPasswordDisplay: "Añadir contraseña mostrada"
|
||||
stageEditorAddPasswordPhrases: "Añadir frase(s) de contraseña"
|
||||
stageEditorNoPasswordDisplays: "No hay pantalla de contraseña establecidos"
|
||||
stageObjectiveOverride: "Anulación de Visualización Objetiva"
|
||||
stageEditorCustom: "Objetivos Personalizados"
|
||||
stageEditorNoModules: "No hay módulos cargados"
|
||||
stageEditorModuleNotFound: "Módulo de objetivo personalizado no encontrado."
|
||||
stageEditorCustomPrompt: "Ingrese el nombre de un objetivo personalizado para añadir, o ingrese 'clear' para borrar todos los objetivos personalizados, o 'cancel' para regresar."
|
||||
stageEditorCustomAlreadyAdded: "¡Ese objetivo personalizado ya ha sido añadido!"
|
||||
stageEditorCustomCleared: "Objetivos personalizados borrados."
|
||||
stageEditorCustomDataPrompt: "Introduzca el valor para <data>:"
|
||||
stageEditorEnterBlockNames: "Introduce nombres de bloques (o IDs), separando cada uno por a espacio, o introduzca 'cancel' para regresar."
|
||||
stageEditorBreakBlocksPrompt: "Introduzca cantidad de bloques (números), separando cada uno por a espacio, o introduzca 'cancel' para regresar."
|
||||
stageEditorDamageBlocksPrompt: "Introduzca cantidad de daños (números), separando cada uno por a un espacio, or introduzca 'cancel' para regresar."
|
||||
stageEditorPlaceBlocksPrompt: "Introduzca cantidad de lugares (números), separando cada uno por un espacio, o introduzca 'cancel' para regresar."
|
||||
stageEditorUseBlocksPrompt: "Introduzca cantidad de usos (números), separando cada uno por un espacio, o introduzca 'cancel' para regresar."
|
||||
stageEditorCutBlocksPrompt: "Introduzca cantidad de cortes (números), separando cada uno por un espacio, o introduzca 'cancel' para regresar."
|
||||
stageEditorEnterBlockDurability: "Introduzca la durabilidad del bloque (números), separando cada uno por un espacio, o introduzca 'cancel' para regresar."
|
||||
stageEditorCatchFishPrompt: "Introduzca número de peces para atrapar, o 0 para eliminar el objetivo de captura de peces, o -1 para cancelar"
|
||||
stageEditorKillPlayerPrompt: "Introduzca números de jugadores para matar, o 0 para borrar el objetivo de matar los jugadores, o -1 para cancelar"
|
||||
stageEditorEnchantTypePrompt: "Introduzca los nombres de encantamientos, separando cada uno por una coma, o introduzca 'cancel' para regresar."
|
||||
stageEditorEnchantAmountsPrompt: "Introduzca la cantidad de encantamientos (números), separando cada uno por un espacio, o introduzca 'cancel' para regresar."
|
||||
stageEditorItemNamesPrompt: "Introduzca los nombres de los objetos, separando cada uno por un espacio, o introduzca 'cancel' para regresar."
|
||||
stageEditorNPCPrompt: "Introduzca IDs de NPC, separando cada uno por un espacio, o introduzca 'cancel' para regresar."
|
||||
stageEditorNPCToTalkToPrompt: "Introduzca IDs NPC, separando cada uno por un espacio, o introduzca 'clear' para eliminar la lista de ID de NPC, o 'cancel' para regresar."
|
||||
stageEditorDeliveryMessagesPrompt: "Introduzca los mensajes de entrega, separando cada uno por un punto y coma o introduzca 'cancel' para regresar."
|
||||
stageEditorKillNPCsPrompt: "Introduzca la cantidad de bajas (números), separando cada uno por un espacio, o introduzca 'cancel' para regresar."
|
||||
stageEditorMobsPrompt: "Introduzca los nombres de los mobs separando cada uno por un espacio, o introduzca 'cancel' para regresar"
|
||||
stageEditorMobAmountsPrompt: "Introduzca la cantidad de mobs separando cada uno por un espacio, o introduzca 'cancel' para regresar"
|
||||
stageEditorMobLocationPrompt: "Click-derecho en un bloque para seleccionarlo, entonces introduzca 'add' para añadirlo a la lista de localizaciones de bajas, o introduzca 'cancel' para regresar"
|
||||
stageEditorMobLocationRadiiPrompt: "Introduzca el radio de localización de baja (números de bloques) separando cada uno por un espacio, o introduzca 'cancel' para regresar"
|
||||
stageEditorMobLocationNamesPrompt: "Introduzca los nombres de ubicación separando cada uno por una coma, o introduzca 'cancel' para regresar"
|
||||
stageEditorReachLocationPrompt: "Click-derecho en un bloque para seleccionarlo, entonces introduzca 'add' para añadirlo a la lista de ubicaciones de alcance, o introduzca 'cancel' para regresar"
|
||||
stageEditorReachLocationRadiiPrompt: "Introduzca los radios de ubicación del alcance (número de bloques) separando cada uno por un espacio, o introduzca 'cancel' para regresar"
|
||||
stageEditorReachLocationNamesPrompt: "Introduzca los nombres de ubicaciones separando cada uno por una coma, o introduzca 'cancel' para regresar"
|
||||
stageEditorTameAmountsPrompt: "Introduzca la cantidad de domar separando cada uno por un espacio, o introduzca 'cancel' para regresar"
|
||||
stageEditorShearColorsPrompt: "Introduzca los colores de oveja separando cada uno por un espacio, o introduzca 'cancel' para regresar"
|
||||
stageEditorShearAmountsPrompt: "Introduzca la cantidad de cortes separando cada uno por un espacio, o introduzca 'cancel' para regresar"
|
||||
stageEditorEventsPrompt: "Introduzca un nombre de evento, o introduzca 'clear' para para borrar el evento, o 'cancel' para regresar"
|
||||
stageEditorChatEventsPrompt: "Introduzca un nombre de evento para añadir, o introduzca 'clear' para borrar todos los eventos de chat, o introduzca 'cancel' para regresar"
|
||||
stageEditorChatEventsTriggerPromptA: "Introduzca un disparador de char para"
|
||||
stageEditorChatEventsTriggerPromptB: "o introduzca 'cancel' para regresar."
|
||||
stageEditorDelayPrompt: "Introduzca el tiempo (en segundos), o introduzca 'clear' para borrar la demora, o 'cancel' para regresar"
|
||||
stageEditorDelayMessagePrompt: "Introduzca un mensaje de retraso, o introduzca 'clear' para borrar el mensaje, o 'cancel' para regresar"
|
||||
stageEditorScriptPrompt: "Introduzca el nombre del script, o introduzca 'clear' para borrar el script, o 'cancel' para regresar"
|
||||
stageEditorStartMessagePrompt: "Introduzca un mensaje de inicio, o introduzca 'clear' para borrar el mensaje, o 'cancel' para regresar"
|
||||
stageEditorCompleteMessagePrompt: "Introduzca el mensaje completo, o introduzca 'clear' para borrar el mensaje, o 'cancel 'para regresar"
|
||||
stageEditorPasswordDisplayPrompt: "Introduzca una pantalla de contraseña, o 'cancel' para regresar"
|
||||
stageEditorPasswordDisplayHint: "(Esto es el texto que será mostrado al jugador como su objetivo)"
|
||||
stageEditorPasswordPhrasePrompt: "Introduzca una frase de contraseña, o 'cancel' para regresar"
|
||||
stageEditorPasswordPhraseHint1: "(Esto es el texto que a jugador tiene que decir para completar el objetivo)"
|
||||
stageEditorPasswordPhraseHint2: "Si quieres frases de contraseñas múltiples, separarlos por un | (barra vertical)"
|
||||
stageEditorObjectiveOverridePrompt: "Introduzca la anulación de visualización de objetivo, o 'clear' para borrar la anulación, o 'cancel' para regresar."
|
||||
stageEditorObjectiveOverrideHint: "(La anulación de visualización de objetivo se mostrará como el objetivo actual de los jugadores)"
|
||||
stageEditorObjectiveOverrideCleared: "La anulación de visualización de objetivo se borró."
|
||||
stageEditorDeliveryAddItem: "Añadir elemento"
|
||||
stageEditorDeliveryNPCs: "Establecer IDs de NPC"
|
||||
stageEditorDeliveryMessages: "Establecer mensajes de entrega"
|
||||
stageEditorContainsDuplicates: "¡La lista contiene duplicados!"
|
||||
stageEditorInvalidBlockName: "no es un nombre de bloque válido!"
|
||||
stageEditorInvalidEnchantment: "no es un nombre de encantamiento válido!"
|
||||
stageEditorInvalidNPC: "no es una ID de NPC válido!"
|
||||
stageEditorInvalidMob: "no es un nombre de mob válido!"
|
||||
stageEditorInvalidItemName: "no es un nombre de artículo válido!"
|
||||
stageEditorInvalidNumber: "¡No es un número!"
|
||||
stageEditorInvalidDye: "no es un color de tinte válido!"
|
||||
stageEditorInvalidEvent: "no es un nombre de evento válido!"
|
||||
stageEditorDuplicateEvent: "¡El evento está ya en la lista!"
|
||||
stageEditorInvalidDelay: "El retraso debe de ser de al menos un segundo!"
|
||||
stageEditorInvalidScript: "Script de habitante no encontrado!"
|
||||
stageEditorNoCitizens: "¡Ciudadanos no está instalado!"
|
||||
stageEditorNoDenizen: "Habitante no está instalado!"
|
||||
stageEditorPositiveAmount: "Debes introducir un número positivo!"
|
||||
stageEditorNoNumber: "¡La entrada no es un número!"
|
||||
stageEditorNotGreaterThanZero: "¡No es mayor que 0!"
|
||||
stageEditorNotListofNumbers: "Introducción invalida, la entrada no era una lista de números!"
|
||||
stageEditorNoDelaySet: "¡Usted debe colocar un retraso primero!"
|
||||
stageEditorNoBlockNames: "Primero debes establecer los nombres de los bloques!"
|
||||
stageEditorNoEnchantments: "Primero debes establecer encantamientos!"
|
||||
stageEditorNoItems: "Primero debes añadir artículos!"
|
||||
stageEditorNoDeliveryMessage: "Debes establecer al menos un mensaje de entrega!"
|
||||
stageEditorNoNPCs: "Primero debes establecer IDs de NPC!"
|
||||
stageEditorNoMobTypes: "Primero debes establecer los tipos de mobs!"
|
||||
stageEditorNoKillLocations: "¡Usted debe colocar ubicación de muerte primero!"
|
||||
stageEditorNoBlockSelected: "Primero debes seleccionar a bloque."
|
||||
stageEditorNoColors: "¡Usted debe colocar el color primero!"
|
||||
stageEditorNoLocations: "¡Usted debe colocar la ubicación primero!"
|
||||
stageEditorNoEnchantmentsSet: "Sin encantamientos colocados"
|
||||
stageEditorNoItemsSet: "Sin elementos colocados"
|
||||
stageEditorNoMobTypesSet: "No hay tipos de mobs establecidos"
|
||||
stageEditorNoLocationsSet: "Sin ubicaciones colocadas"
|
||||
stageEditorNoColorsSet: "Ningún conjunto de colores"
|
||||
stageEditorListNotSameSize: "La lista de nombres de bloques y la lista de cantidades no son del mismo tamaño!"
|
||||
stageEditorEnchantmentNotSameSize: "La lista de encantamientos, la lista de id del artículo y la lista de cantidad de encantamiento no son del mismo tamaño!"
|
||||
stageEditorDeliveriesNotSameSize: "La lista de ítem y la lista de NPC no son de igual en tamaño!"
|
||||
stageEditorNPCKillsNotSameSize: "La lista de IDs de NPC y la lista de cantidades de bajas no son del mismo tamaño!"
|
||||
stageEditorAllListsNotSameSize: "Todas tus listas no son del mismo tamaño!"
|
||||
stageEditorMobTypesNotSameSize: "¡La lista de tipos de mobs y la lista de cantidades de mobs no son del mismo tamaño!"
|
||||
stageEditorTameMobsNotSameSize: "¡La lista de tipos de mobs y la lista de cantidades de domesticar no son del mismo tamaño!"
|
||||
stageEditorShearNotSameSize: "¡La lista de colores de ovejas y la lista de cantidades de cortes no son del mismo tamaño!"
|
||||
stageEditorMustSetPasswordDisplays: "¡Primero debes añadir al menos una pantalla de contraseña!"
|
||||
stageEditorAddPasswordCleared: "Objetivos de contraseña despejados."
|
||||
stageEditorPasswordNotSameSize: "¡La contraseña mostrada y la contraseña de la frase de la lista no tienen el mismo tamaño!"
|
||||
stageEditorListContainsDuplicates: " ¡Lista contiene duplicados!"
|
||||
stageEditorDelayCleared: "Retraso despejado."
|
||||
stageEditorDelayMessageCleared: "Retraso de mensaje despejado."
|
||||
stageEditorDenizenCleared: "Script de habitantes borrados."
|
||||
stageEditorBreakBlocksCleared: "Objetivo de romper bloques borrados."
|
||||
stageEditorDamageBlocksCleared: "Objetivo de bloques de daño borrados."
|
||||
stageEditorPlaceBlocksCleared: "Objetivo de bloques de lugar borrados."
|
||||
stageEditorUseBlocksCleared: "Use blocks objective cleared."
|
||||
stageEditorCutBlocksCleared: "Cut blocks objective cleared."
|
||||
stageEditorEnchantmentsCleared: "Enchantment objective cleared."
|
||||
stageEditorDeliveriesCleared: "Delivery objective cleared."
|
||||
stageEditorReachLocationsCleared: "Reach Locations objective cleared."
|
||||
stageEditorKillNPCsCleared: "Matar NPCs objetivo despejado."
|
||||
stageEditorKillMobsCleared: "Kill Mobs objective cleared."
|
||||
stageEditorTameCleared: "Tame Mobs objective cleared."
|
||||
stageEditorShearCleared: "Shear Sheep objective cleared."
|
||||
stageEditorStartMessageCleared: "Mensaje de inicio despejado."
|
||||
stageEditorCompleteMessageCleared: "Mensaje completo despejado."
|
||||
stageEditorConfirmStageDelete: "¿Estás seguro que quieres eliminar este escenario?"
|
||||
stageEditorConfirmStageNote: "Any Stages after will be shifted back one spot"
|
||||
stageEditorDeleteSucces: "Stage deleted successfully."
|
||||
stageEditorEnchantments: "Encantamientos"
|
||||
stageEditorNPCNote: 'Nota: Puedes especificar el nombre del NPC con <npc>'
|
||||
stageEditorOptional: "Opcional"
|
||||
stageEditorColors: "Colores de Oveja"
|
||||
allListsNotSameSize: "¡Toda tus listas no son del mismo tamaño!"
|
||||
eventEditorCreate: "Crear nuevo evento"
|
||||
eventEditorEdit: "Editar un evento"
|
||||
eventEditorDelete: "Eliminar un evento"
|
||||
eventEditorCreatePermisssions: "Usted no tiene permiso para crear nuevos eventos."
|
||||
eventEditorEditPermisssions: "Usted no tiene permiso para editar eventos."
|
||||
eventEditorDeletePermisssions: "No tienes permisos para eliminar Eventos."
|
||||
eventEditorNoneToEdit: "¡No existen Eventos actualmente para editar!"
|
||||
eventEditorNoneToDelete: "¡No existen Eventos actualmente para eliminar!"
|
||||
eventEditorNotFound: "¡Evento no encontrado!"
|
||||
eventEditorExists: "¡El evento ya existe!"
|
||||
eventEditorSomeone: "¡Alguien está ya creando o editando un Evento con ese nombre!"
|
||||
eventEditorAlpha: "¡El nombre debe ser alfanumérico!"
|
||||
eventEditorErrorReadingFile: "Error al leer el archivo de Eventos."
|
||||
eventEditorErrorSaving: "Se produjo un error al guardar."
|
||||
eventEditorDeleted: "Evento eliminado, Misiones y Eventos recargados."
|
||||
eventEditorSaved: "Evento guardado, Misiones y Eventos recargados."
|
||||
eventEditorEnterEventName: "Ingrese un nombre de Evento, o 'cancel' para regresar."
|
||||
eventEditorDeletePrompt: "Estás seguro que quieres eliminar el Evento"
|
||||
eventEditorQuitWithoutSaving: "¿Estás seguro que quieres salir sin guardar?"
|
||||
eventEditorFinishAndSave: "Estás seguro que quieres terminar y guardar el Evento"
|
||||
eventEditorModifiedNote: 'Nota: Has modificado un Evento que usan las siguientes Misiones:'
|
||||
eventEditorForcedToQuit: "Si guardas el Evento, cualquier que esté haciendo activamente algunas de estás Misiones serán obligados a abandonarlas."
|
||||
eventEditorEventInUse: "Las siguientes misiones usan el Evento"
|
||||
eventEditorMustModifyQuests: "eventoEditorNoEncontrado"
|
||||
eventEditorListSizeMismatch: "Las listas no son del mismo tamaño!"
|
||||
eventEditorListDuplicates: "La lista contiene duplicados!"
|
||||
eventEditorNotANumberList: "¡La entrada no era una lista de números!"
|
||||
eventEditorInvalidEntry: "Entrada invalida"
|
||||
eventEditorSetName: "Coloque su nombre"
|
||||
eventEditorSetMessage: "Coloque su mensaje"
|
||||
eventEditorClearInv: "Vaciar el inventario del jugador"
|
||||
eventEditorFailQuest: "Fallo en la pregunta"
|
||||
eventEditorSetExplosions: "Coloque ubicaciones de explosión"
|
||||
eventEditorSetLightning: "Colocar la ubicación del rayo"
|
||||
eventEditorSetEffects: "Colocar efectos"
|
||||
eventEditorSetStorm: "Colocar tormentas"
|
||||
eventEditorSetThunder: "Colocar Truenos"
|
||||
eventEditorSetMobSpawns: "Establecer spawns de mobs"
|
||||
eventEditorSetPotionEffects: "Colocar efectos de pociones"
|
||||
eventEditorSetHunger: "Colocar el nivel de hambre del jugador"
|
||||
eventEditorSetSaturation: "Colocar el nivel de saturación del jugador"
|
||||
eventEditorSetHealth: "Colocar el nivel de salud del jugador"
|
||||
eventEditorEnterTimerSeconds: "Colocar el número de segundos dejado antes de las preguntas fallidas (usar cancelar-cronometro para cancelar los cronometros)"
|
||||
eventEditorSetTimer: "Colocar hora para pregunta fallida"
|
||||
eventEditorCancelTimer: "Cancelar el cronometro de preguntas"
|
||||
eventEditorSetTeleport: "Colocar la ubicación del teleport del jugador"
|
||||
eventEditorSetCommands: "Colocar los comandos de ejecución"
|
||||
eventEditorItems: "Puntos del evento"
|
||||
eventEditorSetItems: "Dar elementos"
|
||||
eventEditorItemsCleared: "Los elementos del evento han sido borrados."
|
||||
eventEditorAddItem: "Añadir elemento"
|
||||
eventEditorSetItemNames: "Colocar nombres de elementos"
|
||||
eventEditorSetItemAmounts: "Colocar cantidades de elemento"
|
||||
eventEditorNoNames: "Nombre no colocado"
|
||||
eventEditorMustSetNames: "¡Usted debe colocar los nombres de los elementos primero!"
|
||||
eventEditorInvalidName: "¡no es un nombre de elemento valido!"
|
||||
eventEditorNotGreaterThanZero: "¡No es mayor que 0!"
|
||||
eventEditorNotANumber: "¡no es un número!"
|
||||
eventEditorStorm: "Evento de tormenta"
|
||||
eventEditorSetWorld: "Colocar mundo"
|
||||
eventEditorSetDuration: "Colocar duración"
|
||||
eventEditorNoWorld: "(no se ha colocado el mundo)"
|
||||
eventEditorSetWorldFirst: "¡Usted debería colocar un mundo primero!"
|
||||
eventEditorInvalidWorld: "no es un nombre de mundo válido!"
|
||||
eventEditorMustSetStormDuration: "Debes establecer una duración de tormenta!"
|
||||
eventEditorStormCleared: "Datos de tormenta borrados."
|
||||
eventEditorEnterStormWorld: "Introduzca el nombre de un mundo para que la tormenta ocurra, o introduzca 'cancel' para regresar"
|
||||
eventEditorEnterDuration: "Introduzca la duración (en segundos)"
|
||||
eventEditorAtLeastOneSecond: "La cantidad debe ser de al menos 1 segundo!"
|
||||
eventEditorNotGreaterThanOneSecond: "no es mayor que 1 segundo!"
|
||||
eventEditorThunder: "Trueno de Evento"
|
||||
eventEditorMustSetThunderDuration: "Debes establecer la duración del trueno!"
|
||||
eventEditorThunderCleared: "Datos del trueno borrados."
|
||||
eventEditorEnterThunderWorld: "Introduzca el nombre de un mundo para que la trueno ocurra, o introduzca 'cancel' para regresar"
|
||||
eventEditorEffects: "Efectos del evento"
|
||||
eventEditorAddEffect: "Añadir efecto"
|
||||
eventEditorAddEffectLocation: "Añadir ubicación de efecto"
|
||||
eventEditorNoEffects: "No hay efectos establecidos"
|
||||
eventEditorMustAddEffects: "Primero debes añadir efectos!"
|
||||
eventEditorInvalidEffect: "no es un nombre de efecto válido!"
|
||||
eventEditorEffectsCleared: "Efectos de Eventos borrados."
|
||||
eventEditorEffectLocationPrompt: "Click-derecho en un bloque para producir un efecto, entonces introduzca 'add' para añadirlo a la lista, o introduzca 'cancel' para regresar"
|
||||
eventEditorMobSpawns: "Spawns de Mobs de Eventos"
|
||||
eventEditorAddMobTypes: "Añadir mob"
|
||||
eventEditorNoTypesSet: "(Ningún tipo establecido)"
|
||||
eventEditorMustSetMobTypesFirst: "Primero debes establecer el tipo de mob!"
|
||||
eventEditorSetMobAmounts: "Establecer cantidad de mob"
|
||||
eventEditorNoAmountsSet: "(No hay cantidades establecidas)"
|
||||
eventEditorMustSetMobAmountsFirst: "Primero debes establecer la cantidad de mob!"
|
||||
eventEditorAddSpawnLocation: "Establecer localización de spawn"
|
||||
eventEditorMobSpawnsCleared: "Spawns de mobs borrados."
|
||||
eventEditorMustSetMobLocationFirst: "Primero debes establecer una localización de spawn!"
|
||||
eventEditorInvalidMob: "no es un nombre de mob válido!"
|
||||
eventEditorSetMobName: "Establecer nombre personalizado para el mob"
|
||||
eventEditorSetMobType: "Establecer el tipo de mob"
|
||||
eventEditorSetMobItemInHand: "Establecer artículo en la mano"
|
||||
eventEditorSetMobItemInHandDrop: "Establecer posibilidad de caída del ítem en la mano"
|
||||
eventEditorSetMobBoots: "Establecer botas"
|
||||
eventEditorSetMobBootsDrop: "Establecer posibilidad de caída de botas"
|
||||
eventEditorSetMobLeggings: "Establecer pantalones"
|
||||
eventEditorSetMobLeggingsDrop: "Establecer posibilidad de caída de pantalones"
|
||||
eventEditorSetMobChestPlate: "Establecer perchera"
|
||||
eventEditorSetMobChestPlateDrop: "Establecer la posibilidad de caída de perchera"
|
||||
eventEditorSetMobHelmet: "Establecer casco"
|
||||
eventEditorSetMobHelmetDrop: "Establecer la posibilidad de caída de casco"
|
||||
eventEditorSetMobSpawnLoc: "Click-derecho en un bloque para generar un mob, entonces introduzca 'add' para confirmarlo, o introduzca 'cancel' para regresar"
|
||||
eventEditorSetMobSpawnAmount: "Establecer la cantidad de mobs para generar"
|
||||
eventEditorSetDropChance: "Establecer la posibilidad de tirar"
|
||||
eventEditorInvalidDropChance: "La oportunidad de soltar tiene que ser entre 0.0 y 1.0"
|
||||
eventEditorLightningPrompt: "Click-derecho en un bloque para generar un rayo, entonces ingrese 'add' para añadirlo a la lista, o ingrese 'clear' para borrar la lista de localizaciones, o 'cancel' para regresar"
|
||||
eventEditorPotionEffects: "Efectos de Poción de Evento"
|
||||
eventEditorSetPotionEffectTypes: "Establecer los tipos de efectos de poción"
|
||||
eventEditorMustSetPotionTypesFirst: "¡Primero debes establecer los tipos de efectos de poción!"
|
||||
eventEditorSetPotionDurations: "Establecer la duración de efecto de poción"
|
||||
eventEditorMustSetPotionDurationsFirst: "¡Primero debes establecer la duración de efectos de poción!"
|
||||
eventEditorMustSetPotionTypesAndDurationsFirst: "¡Primero debes establecer los tipos de efectos de poción y la duración!"
|
||||
eventEditorNoDurationsSet: "(No hay duración establecida)"
|
||||
eventEditorSetPotionMagnitudes: "Establecer magnitudes de efectos de poción"
|
||||
eventEditorPotionsCleared: "Efectos de pociones despejado."
|
||||
eventEditorInvalidPotionType: "¡Es un tipo de efecto de poción invalido!"
|
||||
eventEditorEnterNPCId: "Introduzca NPC ID (o -1 para regresar)"
|
||||
eventEditorNoNPCExists: "¡Ningún NPCs existe con esa identificación!"
|
||||
eventEditorExplosionPrompt: "Click Derecho en un bloque para desovar una explosión en, luego enter en 'añadir' para añadir a la lista, o enter 'vaciar' para vaciar la lista de explosiones, o 'cancelar' para regresar"
|
||||
eventEditorSelectBlockFirst: "Usted debe seleccionar un bloque primero."
|
||||
eventEditorSetMessagePrompt: "Introduzca mensaje, o introduzca 'ninguno' para eliminar, (o 'cancelar' para regresar)"
|
||||
eventEditorSetItemNamesPrompt: "Introduzca nombres de los elementos separandolos cada uno por un espacio, o introduzca 'cancelar' para regresar."
|
||||
eventEditorSetItemAmountsPrompt: "Introduzca cantidad de elementos (números) separandolos cada uno por un espacio, o introduzca 'cancelar' para regresar."
|
||||
eventEditorSetMobTypesPrompt: "Introduzca el nombre de la criatura, o introduzca 'cancelar' para regresar"
|
||||
eventEditorSetMobAmountsPrompt: "Introduzca la cantidad de criaturas, o introduzca 'cancelar' para regresar"
|
||||
eventEditorSetMobNamePrompt: "Colocar el nombre a esta criatura, o introduzca 'cancelar' para regresar"
|
||||
eventEditorSetMobLocationPrompt: "Click derecho en un bloque para seleccionarlo, luego introduzca 'añadir' para añadir en la lista de ubicación de las criaturas"
|
||||
eventEditorSetPotionEffectsPrompt: "Introduzca tipos de efecto de pociones separandolas por un espacio, o introduzca 'cancelar' para regresar"
|
||||
eventEditorSetPotionDurationsPrompt: "Introduzca duraciones de efectos (en milisegundos) separandolas por un espacio, o introduzca 'cancelar' para regresar"
|
||||
eventEditorSetPotionMagnitudesPrompt: "Introduzca magnitudes de los efectos de las pociones separandolas por un espacio, o introduzca 'cancelar' para regresar"
|
||||
eventEditorSetHungerPrompt: "Introduzca nivel de hambre, o -1 para removerlo"
|
||||
eventEditorHungerLevelAtLeastZero: "¡Nivel de hambre debe ser al menos 0!"
|
||||
eventEditorSetSaturationPrompt: "Introduzca nivel de saturación, o -1 para removerlo"
|
||||
eventEditorSaturationLevelAtLeastZero: "¡Nivel de saturacion debe ser al menos 0!"
|
||||
eventEditorSetHealthPrompt: "Introduzca nivel de salud, o -1 para removerlo"
|
||||
eventEditorHealthLevelAtLeastZero: "¡Nivel de salud debe ser al menos 0!"
|
||||
eventEditorSetTeleportPrompt: "Click-derecho en un bloque para teletransportar al jugador, entonces ingrese 'done' para terminar, o ingrese 'clear' para borrar la ubicación del teletransporte, o 'cancel' para regresar"
|
||||
eventEditorCommandsNote: 'Nota: Puedes usar <player> para referirse el nombre del jugador.'
|
||||
eventEditorSetCommandsPrompt: "Introduzca comandos separando por una coma, o introduzca 'vaciar' para vaciar la lista, o introduzca 'cancelar' para regresar."
|
||||
reqSetMoney: "Colocar requisito de dinero"
|
||||
reqSetQuestPoints: "Establecer el requisito de Puntos de Misiones"
|
||||
reqSetItem: "Colocar requisito de elementos"
|
||||
reqSetPerms: "Establecer los requisitos de permisos"
|
||||
reqSetQuest: "Establecer los requisitos de Mision"
|
||||
reqSetQuestBlocks: "Colocar bloques de búsqueda"
|
||||
reqSetMcMMO: "Colocar mcMMO requerimientos"
|
||||
reqSetHeroes: "Establecer los requisitos de Heroes"
|
||||
reqSetCustom: "Requerimientos personalizados"
|
||||
reqSetFail: "Set fail requirements message"
|
||||
reqSetSkills: "Colocar Habilidades"
|
||||
reqSetSkillAmounts: "Colocar cantidad de habilidades"
|
||||
reqHeroesSetPrimary: "Set Primary Class"
|
||||
reqHeroesSetSecondary: "Set Secondary Class"
|
||||
reqMoneyPrompt: "Enter amount of <money>, or 0 to clear the money requirement, or -1 to cancel"
|
||||
reqQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point requirement, or -1 to cancel"
|
||||
reqQuestPrompt: "Enter a list of Quest names separating each one by a <comma>, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqRemoveItemsPrompt: "Enter a list of true/false values, separating each one by a space, or enter 'cancel' to return."
|
||||
reqPermissionsPrompt: "Enter permission requirements separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
reqCustomPrompt: "Enter the name of a custom requirement to add, or enter 'clear' to clear all custom requirements, or 'cancel' to return."
|
||||
reqMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqMcMMOAmountsPrompt: "Enter mcMMO skill amounts, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqHeroesPrimaryPrompt: "Enter a Heroes Primary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||
reqHeroesSecondaryPrompt: "Enter a Heroes Secondary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||
reqFailMessagePrompt: "Enter fail requirements message, or enter 'cancel' to return."
|
||||
reqAddItem: "Añadir elemento"
|
||||
reqSetRemoveItems: "Colocar elementos eliminados"
|
||||
reqNoItemsSet: "Sin elementos colocados"
|
||||
reqNoValuesSet: "Sin valor colocado"
|
||||
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||
reqHeroesSecondaryDisplay: "Clase secundaria:"
|
||||
reqGreaterThanZero: "¡Cantidad debe ser mayor que 0!"
|
||||
reqNotAQuestName: "¡<quest> no es un nombre de pregunta!"
|
||||
reqItemCleared: "Elemento requeridos despejado."
|
||||
reqListsNotSameSize: "The items list and remove items list are not the same size!"
|
||||
reqTrueFalseError: '<input> is not a true or false value!%br%Example: true false true true'
|
||||
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||
reqCustomNotFound: "Custom requirement module not found."
|
||||
reqCustomCleared: "Requerimientos personalizados despejados."
|
||||
reqMcMMOError: "¡<input> no es un mcMMO nombre de habilidades!"
|
||||
reqMcMMOCleared: "mcMMO requerimientos de habilidades despejado."
|
||||
reqMcMMOAmountsCleared: "mcMMO cantidad de requerimientos de habilidades despejado."
|
||||
reqHeroesNotPrimary: "¡La <class> clase no es privada!"
|
||||
reqHeroesPrimaryCleared: "Heroes Primary Class requirement cleared."
|
||||
reqHeroesNotSecondary: "¡La <class> clase no es secundaria!"
|
||||
reqHeroesSecondaryCleared: "Heroes Secondary Class requirement cleared."
|
||||
reqHeroesClassNotFound: "¡Clase no encontrada!"
|
||||
reqNone: "Sin requerimientos colocados"
|
||||
reqNotANumber: "¡<input> no es un número!"
|
||||
reqMustAddItem: "¡Usted debe añadir al menos un elemento primero!"
|
||||
reqNoMessage: "¡Usted debe colocar un mensaje de requerimiento fallido!"
|
||||
reqNoMcMMO: "mcMMO no instalado"
|
||||
reqNoHeroes: "Heroes no instalado"
|
||||
rewSetMoney: "Colocar premio monetario"
|
||||
rewSetQuestPoints: "Colocar premio de puntos de preguntas"
|
||||
rewSetItems: "Colocar premios de elemento"
|
||||
rewSetExperience: "Colocar premio de experiencia"
|
||||
rewSetCommands: "Colocar premio de comando"
|
||||
rewSetPermission: "Colocar premio de permisos"
|
||||
rewSetMcMMO: "Colocar premio de muerte mcMMo"
|
||||
rewSetHeroes: "Colocar premio de experiencia de Heroes"
|
||||
rewSetPhat: "Colocar premio PhatLoot"
|
||||
rewSetCustom: "Colocar premio personalizado"
|
||||
rewSetHeroesClasses: "Colocar clases"
|
||||
rewSetHeroesAmounts: "Colocar cantidades de experiencia"
|
||||
rewMoneyPrompt: "Introducir cantidad de <money>, o 0 para vaciar el premio monetario, o -1 para cancelar"
|
||||
rewExperiencePrompt: "Introducir cantidad de experiencia, o 0 para vaciar el premio de experiencia, o -1 para cancelar"
|
||||
rewCommandPrompt: "Introducir el comando de premio separado uno de otro por una <comma>, o introduzca 'vaciar' para vaciar la lista, o introduzca 'cancelar' para regresar."
|
||||
rewCommandPromptHint: 'Note: You may put <player> to specify the player who completed the Quest. e.g. smite <player>'
|
||||
rewPermissionsPrompt: "Enter permission rewards separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
rewQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point reward, or -1 to cancel"
|
||||
rewMcMMOPrompt: "Introducir mcMMO habilidades, separando cada uno por un espacio, o introduzca 'cancelar' para regresar."
|
||||
rewMcMMOPromptHint: 'Nota: Escribir ''Todo'' dará niveles a todas las habilidades.'
|
||||
rewHeroesClassesPrompt: "Introducir clases de Heroes separando cada una con un espacio, o introduzca 'cancelar' para regresar."
|
||||
rewHeroesExperiencePrompt: "Introduzca cantidades de experiencia (números, decimales son permitidos) separando cada una con un espacio, o introduzca 'cancelar' para regresar."
|
||||
rewPhatLootsPrompt: "Introduzca PhatLoots separando cada una por un espacio, o introduzca 'vaciar' para vaciar la lista, o 'cancelar' para regresar."
|
||||
rewCustomRewardPrompt: "Introduzca el nombre de un premio personalizado para agregar, o introduzca 'vaciar' para vaciar todos los premios personalizados, o 'cancelar' para regresar."
|
||||
rewItemsCleared: "Elemento de premio vaciado."
|
||||
rewNoMcMMOSkills: "No ha colocado habilidades"
|
||||
rewNoHeroesClasses: "Clases no colocadas"
|
||||
rewSetMcMMOSkillsFirst: "¡Usted debe colocar las habilidades primero!"
|
||||
rewMcMMOCleared: "premios mcMMo vaciados."
|
||||
rewMcMMOListsNotSameSize: "¡La lista de habilidades y la lista de cantidades de habilidades no tienen el mismo tamaño!"
|
||||
rewSetHeroesClassesFirst: "¡Usted debe colocar clases primero!"
|
||||
rewHeroesCleared: "Premios de Heroes vaciados."
|
||||
rewHeroesListsNotSameSize: "¡La lista de clases y la lista de cantidades de experiencia no son del mismo tamaño!"
|
||||
rewHeroesInvalidClass: "¡<input> es invalido el nombre de clase de los Heroes!"
|
||||
rewPhatLootsInvalid: "¡<input> es invalido el nombre PhatLoot!"
|
||||
rewPhatLootsCleared: "Premio PhatLoots vaciado."
|
||||
rewCustomAlreadyAdded: "¡El premio personalizado ya ha sido añadido!"
|
||||
rewCustomNotFound: "El modulo del Premio personalizado no encontrado."
|
||||
rewCustomCleared: "Premio personalizado vaciado."
|
||||
rewNoPhat: "PhatLoots no instalado"
|
||||
itemCreateLoadHand: "Cargando elemento a mano"
|
||||
itemCreateSetName: "Colocar nombre"
|
||||
itemCreateSetAmount: "Colocar cantidad"
|
||||
itemCreateSetDurab: "Colocar durabilidad"
|
||||
itemCreateSetEnchs: "Añadir o borrar encantamientos"
|
||||
itemCreateSetDisplay: "Colocar nombre para mostrar"
|
||||
itemCreateSetLore: "Set lore"
|
||||
itemCreateEnterName: "Introduzca un nombre de elemento, o 'cancelar' para regresar."
|
||||
itemCreateEnterAmount: "Enter item amount (max. 64), or 'cancel' to return."
|
||||
itemCreateEnterDurab: "Enter item durability, or 'clear' to clear the data, or 'cancel' to return."
|
||||
itemCreateEnterEnch: "Enter an enchantment name, or 'clear' to clear the enchantments, or 'cancel' to return."
|
||||
itemCreateEnterLevel: "Enter a level (number) for <enchantment>"
|
||||
itemCreateEnterDisplay: "Enter item display name, or 'clear' to clear the display name, or 'cancel' to return."
|
||||
itemCreateEnterLore: "Enter item lore, separating each line by a semi-colon ; or 'clear' to clear the lore, or 'cancel' to return."
|
||||
itemCreateLoaded: "Elemento cargado."
|
||||
itemCreateNoItem: "¡No hay elemento en mano!"
|
||||
itemCreateNoName: "¡Usted debe colocar un nombre primero!"
|
||||
itemCreateInvalidName: "¡Nombre de elemento inválido!"
|
||||
itemCreateInvalidAmount: "¡Cantidad debe ser entre 1-64!"
|
||||
itemCreateInvalidDurab: "¡Elemento de durabilidad inválido!"
|
||||
itemCreateInvalidEnch: "¡Nombre del encantamiento inválido!"
|
||||
itemCreateInvalidLevel: "¡Nivel debe ser mayor que 0!"
|
||||
itemCreateInvalidInput: "¡Entrada inválida!"
|
||||
itemCreateNotNumber: "¡La entrada no es un número!"
|
||||
itemCreateNoNameAmount: "¡Usted debe colocar un nombre y una cantidad primero!"
|
||||
itemCreateCriticalError: "Un error critico ha ocurrido."
|
||||
questTitle: "-- <quest> --"
|
||||
questObjectivesTitle: "---(<quest>)---"
|
||||
questCompleteTitle: '**Búsqueda completa: <quest>**'
|
||||
questRewardsTitle: "Premios:"
|
||||
journalTitle: "Periódico de preguntas"
|
||||
questsTitle: "- Preguntas -"
|
||||
questHelpTitle: "- Preguntas -"
|
||||
questListTitle: "- Preguntas -"
|
||||
questNPCListTitle: "- Preguntas |<npc> -"
|
||||
questAdminHelpTitle: "- Administrador de Preguntas -"
|
||||
questEditorTitle: "- Editor de Preguntas -"
|
||||
eventEditorTitle: "- Editor de eventos - "
|
||||
questCreateTitle: "- Creador de preguntas -"
|
||||
questEditTitle: "- Editar Preguntas -"
|
||||
questDeleteTitle: "- Eliminar Preguntas -"
|
||||
requirementsTitle: "- <quest> | Requisitos -"
|
||||
rewardsTitle: "- <quest> | Premios -"
|
||||
itemRequirementsTitle: "- Elementos requeridos -"
|
||||
itemRewardsTitle: "- Elementos Premios -"
|
||||
mcMMORequirementsTitle: "- Requerimientos mcMMO -"
|
||||
mcMMORewardsTitle: "- Premios mcMMO -"
|
||||
heroesRequirementsTitle: "- Requerimientos de Heroes -"
|
||||
heroesRewardsTitle: "- Premios de Heroes -"
|
||||
heroesClassesTitle: "- Clases de Heroes -"
|
||||
heroesExperienceTitle: "- Experiencia de Heroes -"
|
||||
heroesPrimaryTitle: "- Clases Primarias -"
|
||||
heroesSecondaryTitle: "- Clases Secundarias -"
|
||||
phatLootsRewardsTitle: "- Premios de PhatLoots -"
|
||||
customRequirementsTitle: "- Requerimientos Personalizado -"
|
||||
customRewardsTitle: "- Premios Personalizados -"
|
||||
skillListTitle: "- Lista de Habilidad -"
|
||||
eventTitle: "- Evento -"
|
||||
completedQuestsTitle: "- Búsqueda completada -"
|
||||
topQuestersTitle: "- Top de Buscadores <number> -"
|
||||
createItemTitle: "- Crear elemento -"
|
||||
enchantmentsTitle: "- Encantamientos -"
|
||||
questGUITitle: "- GUI Mostrar Elemento -"
|
||||
questRegionTitle: "- Preguntar región -"
|
||||
eventEditorGiveItemsTitle: "- Dar Elementos -"
|
||||
eventEditorEffectsTitle: "- Efectos -"
|
||||
eventEditorStormTitle: "- Evento tormenta -"
|
||||
eventEditorThunderTitle: "- Evento Trueno -"
|
||||
eventEditorMobSpawnsTitle: "- Evento Mob Spawns -"
|
||||
eventEditorMobsTitle: "- Criaturas -"
|
||||
eventEditorAddMobTypesTitle: "- Añadir criatura -"
|
||||
eventEditorPotionEffectsTitle: "- Evento de efectos de poción -"
|
||||
eventEditorPotionTypesTitle: "- Evento de tipos de poción -"
|
||||
eventEditorWorldsTitle: "- Mundos -"
|
||||
effBlazeShoot: "Sound of a Blaze firing"
|
||||
effBowFire: "Sound of a bow firing"
|
||||
effClick1: "Un solido de clic"
|
||||
effClick2: "Un diferente sonido de clic"
|
||||
effDoorToggle: "Sonido de una puerta abriendose y cerrandose"
|
||||
effExtinguish: "Sonido de fuego siendo extinguido"
|
||||
effGhastShoot: "Sound of a Ghast firing"
|
||||
effGhastShriek: "Sound of a Ghast shrieking"
|
||||
effZombieWood: "Sound of a Zombie chewing an iron door"
|
||||
effZombieIron: "Sound of a Zombie chewing a wooden door"
|
||||
effEnterName: "Introduzca un nombre de efecto para añadir a la lista, o introduzca 'cancelar' para regresar"
|
||||
cmdCancel: "cancelar"
|
||||
cmdAdd: "añadir"
|
||||
cmdClear: "despejar"
|
||||
cmdNone: "ninguno"
|
||||
cmdDone: "hecho"
|
||||
acceptQuest: "¿Pregunta aceptada?"
|
||||
enterAnOption: "Introduzca una opción"
|
||||
questAccepted: 'Pregunta aceptada: <quest>'
|
||||
currentQuest: "Pregunta actuales:"
|
||||
noMoreQuest: "No mas preguntas disponibles."
|
||||
damage: "Daño"
|
||||
break: "Pausa"
|
||||
place: "Lugar"
|
||||
use: "Uso"
|
||||
cut: "Cortar"
|
||||
catchFish: "Atrapar un pez"
|
||||
enchantItem: "Encantar <item> con <enchantment>"
|
||||
kill: "Matar"
|
||||
killAtLocation: "Matar <mob> en <location>"
|
||||
killPlayer: "Matar un jugador"
|
||||
deliver: "Entregar <item> a <npc>"
|
||||
talkTo: "Hablar con <npc>"
|
||||
tame: "Domesticar"
|
||||
shearSheep: "Shear <color> sheep"
|
||||
goTo: "Ir a <location>"
|
||||
completed: "Completado"
|
||||
redoCompleted: "(Completado)"
|
||||
consoleError: "Este comando solo debe ser presentado en el juego."
|
||||
invalidSelection: "¡Selección invalida!"
|
||||
noActiveQuest: "Usted no tiene actualmente ninguna pregunta activa."
|
||||
speakTo: 'Inicio: Hablar con <npc>'
|
||||
mustSpeakTo: "Usted debería hablar con <npc>para comenzar esta pregunta."
|
||||
noCommandStart: "<quest>no debe ser iniciado vía comando."
|
||||
permissionDisplay: "Permiso:"
|
||||
heroesClass: "clase"
|
||||
mcMMOLevel: "nivel"
|
||||
haveCompleted: "Usted ha completado <quest>"
|
||||
cannotComplete: "No puede completar <quest>"
|
||||
questNotFound: "Pregunta no encontrada."
|
||||
alreadyConversing: "¡Ya Usted esta en la conversación!"
|
||||
inputNum: "La entrada debe ser un número."
|
||||
inputPosNum: "La entrada debe ser un número positivo."
|
||||
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: "Opción invalida. Tipo 'Si' o 'No'"
|
||||
questPointsDisplay: "Puntos de preguntas:"
|
||||
questNoDrop: "You may not drop Quest items."
|
||||
questNoBrew: "You may not brew Quest items."
|
||||
questNoStore: "You may not store Quest items."
|
||||
questNoCraft: "Usted no debe crear elementos de búsqueda."
|
||||
questNoEquip: "Usted no debe equipar elementos de búsqueda."
|
||||
questNoDispense: "Usted no debe poner elementos de búsqueda en dispensadores."
|
||||
questNoEnchant: "Usted no debe encantar elementos de búsqueda."
|
||||
questNoSmelt: "Usted no debe fundir usando los elementos de búsqueda."
|
||||
questInfoNoPerms: "No tienes permiso de ver la Información de las preguntas."
|
||||
questCmdNoPerms: "Usted no tiene acceso al comando."
|
||||
pageSelectionNum: "La selección de página debe ser un numero."
|
||||
pageSelectionPosNum: "La selección de página debe ser un numero positivo."
|
||||
questListNoPerms: "Usted no tiene permiso de ver la lista de preguntas."
|
||||
questTakeNoPerms: "Usted no tiene permiso de hacer preguntas vía comandos."
|
||||
questTakeDisabled: "Hacer preguntas vía comando ha sido deshabilitado."
|
||||
questQuit: "Usted ha abandonado <quest>"
|
||||
questQuitNoPerms: "Usted no tiene permiso de abandonar preguntas."
|
||||
questQuitDisabled: "Abandonar preguntas ha sido deshabilitado."
|
||||
questEditorNoPerms: "Usted no tiene permiso de usar el editor de preguntas."
|
||||
eventEditorNoPerms: "Usted no tiene permiso de usar el editor de eventos."
|
||||
questsUnknownCommand: "Comando de preguntas desconocido. Escriba /pregunte por ayuda."
|
||||
pageNotExist: "La página no existe."
|
||||
pageFooter: "- Página <current> de <all> -"
|
||||
questsReloaded: "Preguntas recargadas."
|
||||
numQuestsLoaded: "<number> Preguntas cargadas."
|
||||
questForceTake: "<player> ha comenzado por la fuerza la búsqueda <quest>."
|
||||
questForcedTake: "<player> ha forzado a tomar la pregunta <quest>."
|
||||
questForceQuit: "<player> ha forzado quitar la búsqueda <quest>."
|
||||
questForcedQuit: "<player> lo ha forzado para eliminar la búsqueda <quest>."
|
||||
questForceFinish: "<player> ha forzado finalizar su búsqueda <quest>."
|
||||
questForcedFinish: "<player> lo ha forzado a usted para terminar la búsqueda <quest>."
|
||||
questForceNextStage: "<player> ha avanzado para la etapa siguiente en la búsqueda <quest>."
|
||||
questForcedNextStage: "<player> ha avanzado a la siguiente etapa en tu Pregunta <quest>."
|
||||
questPurged: "<player>ha sido purgado y puesto en la lista negra."
|
||||
questReset: "<player> ha sido reseteado."
|
||||
questRemoved: "Búsqueda <quest> ha sido removida por el jugador <player>'s búsquedas completadas."
|
||||
settingAllQuestPoints: "Colocando todos los puntos de preguntas de los jugadores..."
|
||||
allQuestPointsSet: "¡Todas las búsquedas de los puntos de jugadores han sido colocados a <number>!"
|
||||
setQuestPoints: "Puntos de Búsqueda del jugador <player> han sido colocados a <number>."
|
||||
questPointsSet: "<player> ha colocado tus puntos de búsqueda a <number>."
|
||||
takeQuestPoints: "Se llevaron los puntos de búsqueda <number> de <player>."
|
||||
questPointsTaken: "<player> se ha llevado <number> puntos de búsqueda."
|
||||
giveQuestPoints: "Dio <number> puntos de búsqueda de <player>."
|
||||
questPointsGiven: "<player> te dio <number> puntos de búsqueda."
|
||||
enableNPCGUI: "<npc> will now provide a GUI Quest Display."
|
||||
disableNPCGUI: "<npc> will no longer provide a GUI Quest Display."
|
||||
invalidNumber: "Número inválido."
|
||||
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||
playerNotFound: "Jugador no encontrado."
|
||||
invalidStageNum: "Número de escenario para la pregunta <quest>"
|
||||
errorNPCID: 'Error: No hay un NPC con identificación <number>'
|
||||
errorReading: "Error de lectura <file>, saltar.."
|
||||
errorReadingSuppress: "Error de lectura <file>, supresión de futuros errores."
|
||||
errorDataFolder: '¡Error: No se puede leer la carpeta de datos de preguntas!'
|
||||
questsPlayerHasQuestAlready: "¡<player> ya está en la pregunta <quest>!"
|
||||
questsUnknownAdminCommand: "Comando de administrador de preguntas desconocido. Escriba a /administrador de preguntas para obtener ayuda."
|
||||
unknownError: "Ha ocurrido un error desconocido. Vea la salida de la consola."
|
||||
journalTaken: "Usted se lleva su Diario de preguntas."
|
||||
journalPutAway: "Usted aparta las preguntas del periódico."
|
||||
journalAlreadyHave: "Usted ya ha sacado las preguntas del periódico."
|
||||
journalNoRoom: "¡No tienes espacio en tu inventario para las preguntas del periódico!"
|
||||
journalNoQuests: "¡Usted no ha aceptado preguntas!"
|
||||
journalDenied: "Usted no puede hacer eso con las Preguntas de su periódico."
|
||||
ENCHANTMENT_ARROW_DAMAGE: "Encender"
|
||||
ENCHANTMENT_ARROW_FIRE: "Llama"
|
||||
ENCHANTMENT_ARROW_INFINITE: "Infinito"
|
||||
ENCHANTMENT_ARROW_KNOCKBACK: "Golpe"
|
||||
ENCHANTMENT_BINDING_CURSE: "BindingCurse"
|
||||
ENCHANTMENT_DAMAGE_ALL: "Afilar"
|
||||
ENCHANTMENT_DAMAGE_ARTHROPODS: "BaneOfArthropods"
|
||||
ENCHANTMENT_DEPTH_STRIDER: "DepthStrider"
|
||||
ENCHANTMENT_DAMAGE_UNDEAD: "Castigar"
|
||||
ENCHANTMENT_DIG_SPEED: "Eficiencia"
|
||||
ENCHANTMENT_DURABILITY: "Irrompible"
|
||||
ENCHANTMENT_FIRE_ASPECT: "Aspecto de fuego"
|
||||
ENCHANTMENT_FROST_WALKER: "Leproso"
|
||||
ENCHANTMENT_KNOCKBACK: "Retroceso"
|
||||
ENCHANTMENT_LOOT_BONUS_BLOCKS: "Fortuna"
|
||||
ENCHANTMENT_LOOT_BONUS_MOBS: "Saqueo"
|
||||
ENCHANTMENT_LUCK: "SuerteEnElOceano"
|
||||
ENCHANTMENT_LURE: "Lure"
|
||||
ENCHANTMENT_MENDING: "Reparación"
|
||||
ENCHANTMENT_OXYGEN: "Respiración"
|
||||
ENCHANTMENT_PROTECTION_ENVIRONMENTAL: "Protección"
|
||||
ENCHANTMENT_PROTECTION_EXPLOSIONS: "BlastProtection"
|
||||
ENCHANTMENT_PROTECTION_FALL: "FeatherFalling"
|
||||
ENCHANTMENT_PROTECTION_FIRE: "Protección al fuego"
|
||||
ENCHANTMENT_PROTECTION_PROJECTILE: "ProjectileProtection"
|
||||
ENCHANTMENT_SILK_TOUCH: "Toque de Seda"
|
||||
ENCHANTMENT_SWEEPING: "Barrido"
|
||||
ENCHANTMENT_THORNS: "Espinas"
|
||||
ENCHANTMENT_VANISHING_CURSE: "VanishingCurse"
|
||||
ENCHANTMENT_WATER_WORKER: "AguaAfinidad"
|
||||
COLOR_BLACK: "Negro"
|
||||
COLOR_BLUE: "Azul"
|
||||
COLOR_BROWN: "Marrón"
|
||||
COLOR_CYAN: "Turquesa"
|
||||
COLOR_GRAY: "Gris"
|
||||
COLOR_GREEN: "Verde"
|
||||
COLOR_LIGHT_BLUE: "Azul claro"
|
||||
COLOR_LIME: "Lima"
|
||||
COLOR_MAGENTA: "Magenta"
|
||||
COLOR_ORANGE: "Naranja"
|
||||
COLOR_PINK: "Rosado"
|
||||
COLOR_PURPLE: "Morado"
|
||||
COLOR_RED: "Rojo"
|
||||
COLOR_SILVER: "Plateado"
|
||||
COLOR_WHITE: "Blanco"
|
||||
COLOR_YELLOW: "Amarillo"
|
||||
timeDay: "Día"
|
||||
timeDays: "Días"
|
||||
timeHour: "Hora"
|
||||
timeHours: "Horas"
|
||||
timeMinute: "Minuto"
|
||||
timeMinutes: "Minutos"
|
||||
timeSecond: "Segundo"
|
||||
timeSeconds: "Segundos"
|
||||
timeMillisecond: "Milisegundo"
|
||||
timeMilliseconds: "Milisegundos"
|
||||
event: "Evento"
|
||||
delay: "Retraso"
|
||||
save: "Guardar"
|
||||
exit: "Salida"
|
||||
exited: "Excitado"
|
||||
cancel: "Cancelar"
|
||||
cancelled: "Cancelado"
|
||||
questTimeout: "Cancelado."
|
||||
back: "Atrás"
|
||||
yesWord: "Sí"
|
||||
noWord: "No"
|
||||
"true": "verdadero"
|
||||
"false": "falso"
|
||||
clear: "Despejar"
|
||||
edit: "Editar"
|
||||
none: "Ninguno"
|
||||
done: "Hecho"
|
||||
comma: "coma"
|
||||
finish: "Finalizar"
|
||||
quit: "Abandonar"
|
||||
noneSet: "Ninguno colocado"
|
||||
noDelaySet: "Sin atraso colocado"
|
||||
noIdsSet: "Sin identificación colocada"
|
||||
noNamesSet: "Sin nombres colocados"
|
||||
worlds: "Mundos"
|
||||
mobs: "Criaturas"
|
||||
points: "puntos"
|
||||
invalidOption: "¡opción invalida!"
|
||||
npcHint: 'Nota: usted puede hacer clic izquierdo o derecho en NPC''s para tener su identificación.'
|
||||
listDuplicate: "¡La lista contiene duplicados!"
|
||||
id: "Identificación"
|
||||
quest: "Pregunta"
|
||||
quests: "Preguntas"
|
||||
createdBy: "Creado por"
|
||||
continuedBy: "y continuado por"
|
||||
questPoints: "Puntos en las Preguntas"
|
||||
accepted: "Aceptado"
|
||||
complete: "Completo"
|
||||
redoable: "Rehacer"
|
||||
usage: "Uso"
|
||||
redoableEvery: "Rehacer cada <time>."
|
||||
requirements: "Requerimientos"
|
||||
money: "Dinero"
|
||||
with: "Con"
|
||||
to: "para"
|
||||
blocksWithin: "dentro de los bloques de <amount>"
|
||||
valRequired: "Valor requerido"
|
||||
enchantedItem: "Encantados"
|
||||
experience: "Experiencia"
|
||||
timerMessage: '<green> Tiempo restante para terminar la pregunta/etapa: <red>%s segundos'
|
||||
timerStart: "<green> Usted tiene <red>%s segundos <green> para terminar la pregunta/etapa"
|
||||
questErrorReadingFile: "Error en la lectura de la carpeta de preguntas."
|
||||
questSaveError: "A ocurrido un error al guardar."
|
||||
questBlacklisted: "Usted está en la lista negra. Contacte un administrador si esto es un error."
|
858
src/main/resources/lang/he/strings.yml
Normal file
858
src/main/resources/lang/he/strings.yml
Normal file
@ -0,0 +1,858 @@
|
||||
---
|
||||
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"
|
||||
questDisplayHelp: "- Display this help"
|
||||
COMMAND_LIST: "list"
|
||||
COMMAND_LIST_HELP: "list [page] - List available Quests"
|
||||
COMMAND_TAKE: "take"
|
||||
COMMAND_TAKE_HELP: "take [quest name] - Accept a Quest"
|
||||
COMMAND_TAKE_USAGE: 'Usage: /quests take [quest]'
|
||||
COMMAND_QUIT: "quit"
|
||||
COMMAND_QUIT_HELP: "quit [quest] - Quit a current Quest"
|
||||
COMMAND_EDITOR: "editor"
|
||||
COMMAND_EDITOR_HELP: "editor - Create/Edit Quests"
|
||||
COMMAND_EVENTS_EDITOR: "events"
|
||||
COMMAND_EVENTS_EDITOR_HELP: "events - Create/Edit Events"
|
||||
COMMAND_STATS: "stats"
|
||||
COMMAND_STATS_HELP: "stats - View your Questing stats"
|
||||
COMMAND_TOP: "top"
|
||||
COMMAND_TOP_HELP: "top [number] - View top Questers"
|
||||
COMMAND_TOP_USAGE: 'Usage: /quests top [number]'
|
||||
COMMAND_INFO: "info"
|
||||
COMMAND_INFO_HELP: "info - Display plugin information"
|
||||
COMMAND_JOURNAL: "journal"
|
||||
COMMAND_JOURNAL_HELP: "journal - View/Put away your Quest Journal"
|
||||
COMMAND_QUEST_HELP: "- Display current Quest objectives"
|
||||
COMMAND_QUESTINFO_HELP: "[quest name] - Display Quest information"
|
||||
COMMAND_QUESTADMIN_HELP: "- View Questadmin help"
|
||||
COMMAND_QUESTADMIN_STATS: "stats"
|
||||
COMMAND_QUESTADMIN_STATS_HELP: "stats [player] - View Questing statistics of a player"
|
||||
COMMAND_QUESTADMIN_GIVE: "give"
|
||||
COMMAND_QUESTADMIN_GIVE_HELP: "give [player] [quest] - Force a player to take a Quest"
|
||||
COMMAND_QUESTADMIN_QUIT: "quit"
|
||||
COMMAND_QUESTADMIN_QUIT_HELP: "quit [player] [quest] - Force a player to quit their Quest"
|
||||
COMMAND_QUESTADMIN_POINTS: "points"
|
||||
COMMAND_QUESTADMIN_POINTS_HELP: "points [player] [amount] - Set a players Quest Points"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [player] [amount] - Take a players Quest Points"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [player] [amount] - Give a player Quest Points"
|
||||
COMMAND_QUESTADMIN_POINTSALL: "pointsall"
|
||||
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] - Set ALL players' Quest Points"
|
||||
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||
COMMAND_QUESTADMIN_FINISH_HELP: "finish [player] [quest] - Immediately force Quest completion for a player"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE: "nextstage"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "nextstage [player] [quest] - Immediately force Stage completion for a player"
|
||||
COMMAND_QUESTADMIN_SETSTAGE: "setstage"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_HELP: "setstage [player] [quest] [stage] - Set the current Stage for a player"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Usage: /questadmin setstage [player] [quest] [stage]'
|
||||
COMMAND_QUESTADMIN_PURGE: "purge"
|
||||
COMMAND_QUESTADMIN_PURGE_HELP: "purge [player] - Clear all Quests data of a player AND BLACKLISTS THEM"
|
||||
COMMAND_QUESTADMIN_RESET: "reset"
|
||||
COMMAND_QUESTADMIN_RESET_HELP: "reset [player] - Clear all Quests data of a player"
|
||||
COMMAND_QUESTADMIN_REMOVE: "remove"
|
||||
COMMAND_QUESTADMIN_REMOVE_HELP: "remove [player] [quest] - Remove a completed Quest from a player"
|
||||
COMMAND_QUESTADMIN_TOGGLEGUI: "togglegui"
|
||||
COMMAND_QUESTADMIN_TOGGLEGUI_HELP: "togglegui [npc id] - Toggle GUI Quest Display on an NPC"
|
||||
COMMAND_QUESTADMIN_RELOAD: "reload"
|
||||
COMMAND_QUESTADMIN_RELOAD_HELP: "reload - Reload all Quests"
|
||||
questEditorHeader: "Create Quest"
|
||||
questEditorCreate: "Create new Quest"
|
||||
questEditorEdit: "Edit a Quest"
|
||||
questEditorDelete: "Delete Quest"
|
||||
questEditorName: "Set name"
|
||||
questEditorAskMessage: "Set ask message"
|
||||
questEditorFinishMessage: "Set finish message"
|
||||
questEditorRedoDelay: "Set redo delay"
|
||||
questEditorNPCStart: "Set NPC start"
|
||||
questEditorBlockStart: "Set Block start"
|
||||
questEditorInitialEvent: "Set initial Event"
|
||||
questEditorSetGUI: "Set GUI Item display"
|
||||
questEditorReqs: "Edit Requirements"
|
||||
questEditorStages: "Edit Stages"
|
||||
questEditorRews: "Edit Rewards"
|
||||
questEditorEnterQuestName: "Enter Quest name (or 'cancel' to return)"
|
||||
questEditorEditEnterQuestName: "Enter Quest name to edit (or 'cancel' to return)"
|
||||
questEditorEnterAskMessage: "Enter ask message (or 'cancel' to return)"
|
||||
questEditorEnterFinishMessage: "Enter finish message (or 'cancel' to return)"
|
||||
questEditorEnterRedoDelay: "Enter amount of time (in seconds), 0 to clear the redo delay or -1 to cancel"
|
||||
questEditorEnterNPCStart: "Enter NPC ID, -1 to clear the NPC start or -2 to cancel"
|
||||
questEditorEnterBlockStart: "Right-click on a block to use as a start point, then enter 'done' to save, or enter 'clear' to clear the block start, or 'cancel' to return"
|
||||
questEditorEnterInitialEvent: "Enter an Event name, or enter 'clear' to clear the initial Event, or 'cancel' to return"
|
||||
questRequiredNoneSet: "Required, none set"
|
||||
questWGSetRegion: "Set Region"
|
||||
questWGNotInstalled: "WorldGuard not installed"
|
||||
questWGPrompt: "Enter WorldGuard region, or enter 'clear' to clear the region, or 'cancel' to return."
|
||||
questWGInvalidRegion: "<region> is not a valid WorldGuard region!"
|
||||
questWGRegionCleared: "Quest region cleared."
|
||||
questCitNotInstalled: "Citizens not installed"
|
||||
questDenNotInstalled: "Denizen not installed"
|
||||
questGUIError: 'Error: That item is already being used as the GUI Display for the Quest <quest>.'
|
||||
questCurrentItem: "Current item:"
|
||||
questSetItem: "Set Item"
|
||||
questClearItem: "Clear Item"
|
||||
questGUICleared: "Quest GUI Item Display cleared."
|
||||
questDeleted: "Quest deleted! Quests and Events have been reloaded."
|
||||
questEditorNameExists: "A Quest with that name already exists!"
|
||||
questEditorBeingEdited: "Someone is creating/editing a Quest with that name!"
|
||||
questEditorInvalidQuestName: "Name may not contain periods or commas!"
|
||||
questEditorInvalidEventName: "is not a valid event name!"
|
||||
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 Event 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: "Quest saved! (You will need to perform a Quest reload for it to appear)"
|
||||
questEditorExited: "Are you sure you want to exit without saving?"
|
||||
questEditorDeleted: "Are you sure you want to delete the Quest"
|
||||
questEditorNoPermsCreate: "You do not have permission to create Quests."
|
||||
questEditorNoPermsEdit: "You do not have permission to edit Quests."
|
||||
questEditorNoPermsDelete: "You do not have permission to delete Quests."
|
||||
stageEditorEditStage: "Edit Stage"
|
||||
stageEditorNewStage: "Add new Stage"
|
||||
stageEditorStages: "Stages"
|
||||
stageEditorStage: "Stage"
|
||||
stageEditorBreakBlocks: "Break Blocks"
|
||||
stageEditorDamageBlocks: "Damage Blocks"
|
||||
stageEditorPlaceBlocks: "Place Blocks"
|
||||
stageEditorUseBlocks: "Use Blocks"
|
||||
stageEditorCutBlocks: "Cut Blocks"
|
||||
stageEditorCatchFish: "Catch Fish"
|
||||
stageEditorFish: "fish"
|
||||
stageEditorKillPlayers: "Kill Players"
|
||||
stageEditorPlayers: "players"
|
||||
stageEditorEnchantItems: "Enchant Items"
|
||||
stageEditorDeliverItems: "Deliver Items"
|
||||
stageEditorTalkToNPCs: "Talk to NPCs"
|
||||
stageEditorKillNPCs: "Kill NPCs"
|
||||
stageEditorKillMobs: "Kill Mobs"
|
||||
stageEditorReachLocs: "Reach locations"
|
||||
stageEditorReachRadii1: "Reach within"
|
||||
stageEditorReachRadii2: "blocks of"
|
||||
stageEditorTameMobs: "Tame Mobs"
|
||||
stageEditorShearSheep: "Shear Sheep"
|
||||
stageEditorEvents: "Events"
|
||||
stageEditorStageEvents: "Stage Events"
|
||||
stageEditorStartEvent: "Start Event"
|
||||
stageEditorStartEventCleared: "Start Event cleared."
|
||||
stageEditorFinishEvent: "Finish Event"
|
||||
stageEditorFinishEventCleared: "Finish Event cleared."
|
||||
stageEditorChatEvents: "Chat Events"
|
||||
stageEditorChatTrigger: "Chat Trigger"
|
||||
stageEditorTriggeredBy: "Triggered by"
|
||||
stageEditorChatEventsCleared: "Chat Events cleared."
|
||||
stageEditorDeathEvent: "Death Event"
|
||||
stageEditorDeathEventCleared: "Death Event cleared."
|
||||
stageEditorDisconnectEvent: "Disconnect Event"
|
||||
stageEditorDisconnectEventCleared: "Disconnect Event 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 durability"
|
||||
stageEditorSetDamageAmounts: "Set damage amounts"
|
||||
stageEditorSetPlaceAmounts: "Set place amounts"
|
||||
stageEditorSetUseAmounts: "Set use amounts"
|
||||
stageEditorSetCutAmounts: "Set cut amounts"
|
||||
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 Objectives"
|
||||
stageEditorAddPasswordDisplay: "Add password display"
|
||||
stageEditorAddPasswordPhrases: "Add password phrase(s)"
|
||||
stageEditorNoPasswordDisplays: "No password displays set"
|
||||
stageObjectiveOverride: "Objective Display Override"
|
||||
stageEditorCustom: "Custom Objectives"
|
||||
stageEditorNoModules: "No modules loaded"
|
||||
stageEditorModuleNotFound: "Custom objective module not found."
|
||||
stageEditorCustomPrompt: "Enter the name of a custom objective to add, or enter 'clear' to clear all custom objectives, or 'cancel' to return."
|
||||
stageEditorCustomAlreadyAdded: "That custom objective has already been added!"
|
||||
stageEditorCustomCleared: "Custom objectives cleared."
|
||||
stageEditorCustomDataPrompt: "Enter value for <data>:"
|
||||
stageEditorEnterBlockNames: "Enter block names (or IDs), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorBreakBlocksPrompt: "Enter break amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorDamageBlocksPrompt: "Enter damage amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorPlaceBlocksPrompt: "Enter place amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorUseBlocksPrompt: "Enter use amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorCutBlocksPrompt: "Enter cut amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorEnterBlockDurability: "Enter block durability (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorCatchFishPrompt: "Enter number of fish to catch, or 0 to clear the fish catch objective, or -1 to cancel"
|
||||
stageEditorKillPlayerPrompt: "Enter number of players to kill, or 0 to clear the player kill objective, or -1 to cancel"
|
||||
stageEditorEnchantTypePrompt: "Enter enchantment names, separating each one by a comma, or enter 'cancel' to return."
|
||||
stageEditorEnchantAmountsPrompt: "Enter enchant amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorItemNamesPrompt: "Enter item names, separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorNPCPrompt: "Enter NPC ids, separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorNPCToTalkToPrompt: "Enter NPC IDs, separating each one by a space, or enter 'clear' to clear the NPC ID list, or 'cancel' to return."
|
||||
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
||||
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobAmountsPrompt: "Enter mob amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the kill location list, or enter 'cancel' to return"
|
||||
stageEditorMobLocationRadiiPrompt: "Enter kill location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
||||
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorReachLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||
stageEditorTameAmountsPrompt: "Enter tame amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorShearColorsPrompt: "Enter sheep colors separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorShearAmountsPrompt: "Enter shear amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorEventsPrompt: "Enter an event name, or enter 'clear' to clear the event, or 'cancel' to return"
|
||||
stageEditorChatEventsPrompt: "Enter an event name to add, or enter 'clear' to clear all chat events, or 'cancel' to return"
|
||||
stageEditorChatEventsTriggerPromptA: "Enter a chat trigger for"
|
||||
stageEditorChatEventsTriggerPromptB: "or enter 'cancel' to return."
|
||||
stageEditorDelayPrompt: "Enter time (in seconds), or enter 'clear' to clear the delay, or 'cancel' to return"
|
||||
stageEditorDelayMessagePrompt: "Enter delay message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorScriptPrompt: "Enter script name, or enter 'clear' to clear the script, or 'cancel' to return"
|
||||
stageEditorStartMessagePrompt: "Enter start message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorCompleteMessagePrompt: "Enter complete message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorPasswordDisplayPrompt: "Enter a password display, or 'cancel' to return"
|
||||
stageEditorPasswordDisplayHint: "(This is the text that will be displayed to the player as their objective)"
|
||||
stageEditorPasswordPhrasePrompt: "Enter a password phrase, or 'cancel' to return"
|
||||
stageEditorPasswordPhraseHint1: "(This is the text that a player has to say to complete the objective)"
|
||||
stageEditorPasswordPhraseHint2: "If you want multiple password phrases, seperate them by a | (pipe)"
|
||||
stageEditorObjectiveOverridePrompt: "Enter objective display override, or 'clear' to clear the override, or 'cancel' to return."
|
||||
stageEditorObjectiveOverrideHint: "(The objective display override will show up as the players current objective)"
|
||||
stageEditorObjectiveOverrideCleared: "Objective display override cleared."
|
||||
stageEditorDeliveryAddItem: "Add item"
|
||||
stageEditorDeliveryNPCs: "Set NPC IDs"
|
||||
stageEditorDeliveryMessages: "Set delivery messages"
|
||||
stageEditorContainsDuplicates: "List contains duplicates!"
|
||||
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!"
|
||||
stageEditorInvalidNumber: "is not a number!"
|
||||
stageEditorInvalidDye: "is not a valid dye color!"
|
||||
stageEditorInvalidEvent: "is not a valid event name!"
|
||||
stageEditorDuplicateEvent: "Event is already in the list!"
|
||||
stageEditorInvalidDelay: "Delay must be at least one second!"
|
||||
stageEditorInvalidScript: "Denizen script not found!"
|
||||
stageEditorNoCitizens: "Citizens is not installed!"
|
||||
stageEditorNoDenizen: "Denizen is not installed!"
|
||||
stageEditorPositiveAmount: "You must enter a positive number!"
|
||||
stageEditorNoNumber: "Input was not a number!"
|
||||
stageEditorNotGreaterThanZero: "is not greater than 0!"
|
||||
stageEditorNotListofNumbers: "Invalid entry, input was not a list of numbers!"
|
||||
stageEditorNoDelaySet: "You must set a delay first!"
|
||||
stageEditorNoBlockNames: "You must set block names first!"
|
||||
stageEditorNoEnchantments: "You must set enchantments first!"
|
||||
stageEditorNoItems: "You must add items first!"
|
||||
stageEditorNoDeliveryMessage: "You must set at least one delivery message!"
|
||||
stageEditorNoNPCs: "You must set NPC IDs first!"
|
||||
stageEditorNoMobTypes: "You must set mob types first!"
|
||||
stageEditorNoKillLocations: "You must set kill locations first!"
|
||||
stageEditorNoBlockSelected: "You must select a block first."
|
||||
stageEditorNoColors: "You must set colors first!"
|
||||
stageEditorNoLocations: "You must set locations first!"
|
||||
stageEditorNoEnchantmentsSet: "No enchantments set"
|
||||
stageEditorNoItemsSet: "No items set"
|
||||
stageEditorNoMobTypesSet: "No mob types set"
|
||||
stageEditorNoLocationsSet: "No locations set"
|
||||
stageEditorNoColorsSet: "No colors set"
|
||||
stageEditorListNotSameSize: "The block names list and the amounts list are not the same size!"
|
||||
stageEditorEnchantmentNotSameSize: "The enchantments list, the item id list and the enchant amount list are not the same size!"
|
||||
stageEditorDeliveriesNotSameSize: "The item list and the NPC list are not equal in size!"
|
||||
stageEditorNPCKillsNotSameSize: "The NPC IDs list and the kill amounts list are not the same size!"
|
||||
stageEditorAllListsNotSameSize: "All of your lists are not the same size!"
|
||||
stageEditorMobTypesNotSameSize: "The mob types list and the mob amounts list are not the same size!"
|
||||
stageEditorTameMobsNotSameSize: "The mob types list and the tame amounts list are not the same size!"
|
||||
stageEditorShearNotSameSize: "The sheep colors list and the shear amounts list are not the same size!"
|
||||
stageEditorMustSetPasswordDisplays: "You must add at least one password display first!"
|
||||
stageEditorAddPasswordCleared: "Password Objectives cleared."
|
||||
stageEditorPasswordNotSameSize: "The password display and password phrase lists are not the same size!"
|
||||
stageEditorListContainsDuplicates: " List contains duplicates!"
|
||||
stageEditorDelayCleared: "Delay cleared."
|
||||
stageEditorDelayMessageCleared: "Delay message cleared."
|
||||
stageEditorDenizenCleared: "Denizen script cleared."
|
||||
stageEditorBreakBlocksCleared: "Break blocks objective cleared."
|
||||
stageEditorDamageBlocksCleared: "Damage blocks objective cleared."
|
||||
stageEditorPlaceBlocksCleared: "Place blocks objective cleared."
|
||||
stageEditorUseBlocksCleared: "Use blocks objective cleared."
|
||||
stageEditorCutBlocksCleared: "Cut blocks objective cleared."
|
||||
stageEditorEnchantmentsCleared: "Enchantment objective cleared."
|
||||
stageEditorDeliveriesCleared: "Delivery objective cleared."
|
||||
stageEditorReachLocationsCleared: "Reach Locations objective cleared."
|
||||
stageEditorKillNPCsCleared: "Kill NPCs objective cleared."
|
||||
stageEditorKillMobsCleared: "Kill Mobs objective cleared."
|
||||
stageEditorTameCleared: "Tame Mobs objective cleared."
|
||||
stageEditorShearCleared: "Shear Sheep objective cleared."
|
||||
stageEditorStartMessageCleared: "Start message cleared."
|
||||
stageEditorCompleteMessageCleared: "Complete message cleared."
|
||||
stageEditorConfirmStageDelete: "Are you sure you want to delete this stage?"
|
||||
stageEditorConfirmStageNote: "Any Stages after will be shifted back one spot"
|
||||
stageEditorDeleteSucces: "Stage deleted successfully."
|
||||
stageEditorEnchantments: "Enchantments"
|
||||
stageEditorNPCNote: 'Note: You may specify the name of the NPC with <npc>'
|
||||
stageEditorOptional: "Optional"
|
||||
stageEditorColors: "Sheep Colors"
|
||||
allListsNotSameSize: "All of your lists are not the same size!"
|
||||
eventEditorCreate: "Create new Event"
|
||||
eventEditorEdit: "Edit an Event"
|
||||
eventEditorDelete: "Delete an Event"
|
||||
eventEditorCreatePermisssions: "You do not have permission to create new Events."
|
||||
eventEditorEditPermisssions: "You do not have permission to edit Events."
|
||||
eventEditorDeletePermisssions: "You do not have permission to delete Events."
|
||||
eventEditorNoneToEdit: "No Events currently exist to be edited!"
|
||||
eventEditorNoneToDelete: "No Events currently exist to be deleted!"
|
||||
eventEditorNotFound: "Event not found!"
|
||||
eventEditorExists: "Event already exists!"
|
||||
eventEditorSomeone: "Someone is already creating or editing an Event with that name!"
|
||||
eventEditorAlpha: "Name must be alphanumeric!"
|
||||
eventEditorErrorReadingFile: "Error reading Events file."
|
||||
eventEditorErrorSaving: "An error occurred while saving."
|
||||
eventEditorDeleted: "Event deleted, Quests and Events reloaded."
|
||||
eventEditorSaved: "Event saved, Quests and Events reloaded."
|
||||
eventEditorEnterEventName: "Enter an Event name, or 'cancel' to return."
|
||||
eventEditorDeletePrompt: "Are you sure you want to delete the Event"
|
||||
eventEditorQuitWithoutSaving: "Are you sure you want to quit without saving?"
|
||||
eventEditorFinishAndSave: "Are you sure you want to finish and save the Event"
|
||||
eventEditorModifiedNote: 'Note: You have modified an Event that the following Quests use:'
|
||||
eventEditorForcedToQuit: "If you save the Event, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||
eventEditorEventInUse: "The following Quests use the Event"
|
||||
eventEditorMustModifyQuests: "eventEditorNotFound"
|
||||
eventEditorListSizeMismatch: "The lists are not the same size!"
|
||||
eventEditorListDuplicates: "List contains duplicates!"
|
||||
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||
eventEditorInvalidEntry: "Invalid entry"
|
||||
eventEditorSetName: "Set name"
|
||||
eventEditorSetMessage: "Set message"
|
||||
eventEditorClearInv: "Clear player 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: "Set potion effects"
|
||||
eventEditorSetHunger: "Set player hunger level"
|
||||
eventEditorSetSaturation: "Set player saturation level"
|
||||
eventEditorSetHealth: "Set player health level"
|
||||
eventEditorEnterTimerSeconds: "Set number of seconds left before the quest fails (use cancel-timer event to cancel timers)"
|
||||
eventEditorSetTimer: "Set time to fail quest"
|
||||
eventEditorCancelTimer: "Cancel the quest timer"
|
||||
eventEditorSetTeleport: "Set player teleport location"
|
||||
eventEditorSetCommands: "Set commands to execute"
|
||||
eventEditorItems: "Event Items"
|
||||
eventEditorSetItems: "Give items"
|
||||
eventEditorItemsCleared: "Event items cleared."
|
||||
eventEditorAddItem: "Add item"
|
||||
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!"
|
||||
eventEditorNotGreaterThanZero: "is not greater than 0!"
|
||||
eventEditorNotANumber: "is not a number!"
|
||||
eventEditorStorm: "Event 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, or enter 'cancel' to return"
|
||||
eventEditorEnterDuration: "Enter duration (in seconds)"
|
||||
eventEditorAtLeastOneSecond: "Amount must be at least 1 second!"
|
||||
eventEditorNotGreaterThanOneSecond: "is not greater than 1 second!"
|
||||
eventEditorThunder: "Event Thunder"
|
||||
eventEditorMustSetThunderDuration: "You must set a thunder duration!"
|
||||
eventEditorThunderCleared: "Thunder data cleared."
|
||||
eventEditorEnterThunderWorld: "Enter a world name for the thunder to occur in, or enter 'cancel' to return"
|
||||
eventEditorEffects: "Event Effects"
|
||||
eventEditorAddEffect: "Add effect"
|
||||
eventEditorAddEffectLocation: "Add effect location"
|
||||
eventEditorNoEffects: "No effects set"
|
||||
eventEditorMustAddEffects: "You must add effects first!"
|
||||
eventEditorInvalidEffect: "is not a valid effect name!"
|
||||
eventEditorEffectsCleared: "Event effects cleared."
|
||||
eventEditorEffectLocationPrompt: "Right-click on a block to play an effect at, then enter 'add' to add it to the list, or enter 'cancel' to return"
|
||||
eventEditorMobSpawns: "Event Mob Spawns"
|
||||
eventEditorAddMobTypes: "Add mob"
|
||||
eventEditorNoTypesSet: "(No type set)"
|
||||
eventEditorMustSetMobTypesFirst: "You must set the mob type first!"
|
||||
eventEditorSetMobAmounts: "Set mob amount"
|
||||
eventEditorNoAmountsSet: "(No amounts set)"
|
||||
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"
|
||||
eventEditorSetMobSpawnLoc: "Right-click on a block to spawn a mob at, then enter 'add' to the confirm it, or enter 'cancel' to return"
|
||||
eventEditorSetMobSpawnAmount: "Set the amount of mobs to spawn"
|
||||
eventEditorSetDropChance: "Set the drop chance"
|
||||
eventEditorInvalidDropChance: "Drop chance has to be between 0.0 and 1.0"
|
||||
eventEditorLightningPrompt: "Right-click on a block to spawn a lightning strike at, then enter 'add' to add it to the list, or enter 'clear' to clear the locations list, or 'cancel' to return"
|
||||
eventEditorPotionEffects: "Event 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!"
|
||||
eventEditorNoDurationsSet: "(No durations set)"
|
||||
eventEditorSetPotionMagnitudes: "Set potion effect magnitudes"
|
||||
eventEditorPotionsCleared: "Potion effects cleared."
|
||||
eventEditorInvalidPotionType: "is not a valid potion effect type!"
|
||||
eventEditorEnterNPCId: "Enter NPC ID (or -1 to return)"
|
||||
eventEditorNoNPCExists: "No NPC exists with that id!"
|
||||
eventEditorExplosionPrompt: "Right-click on a block to spawn an explosion at, then enter 'add' to add it to the list, or enter 'clear' to clear the explosions list, or 'cancel' to return"
|
||||
eventEditorSelectBlockFirst: "You must select a block first."
|
||||
eventEditorSetMessagePrompt: "Enter message, or enter 'none' to delete, (or 'cancel' to return)"
|
||||
eventEditorSetItemNamesPrompt: "Enter item names separating each one by a space, or enter 'cancel' to return."
|
||||
eventEditorSetItemAmountsPrompt: "Enter item amounts (numbers) separating each one by a space, or enter 'cancel' to return."
|
||||
eventEditorSetMobTypesPrompt: "Enter mob name, or enter 'cancel' to return"
|
||||
eventEditorSetMobAmountsPrompt: "Enter mob amount, or enter 'cancel' to return"
|
||||
eventEditorSetMobNamePrompt: "Set the name for this mob, or enter 'cancel' to return"
|
||||
eventEditorSetMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the mob spawn location list, or enter 'cancel' to return"
|
||||
eventEditorSetPotionEffectsPrompt: "Enter potion effect types separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetPotionDurationsPrompt: "Enter effect durations (in milliseconds) separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetHungerPrompt: "Enter hunger level, or -1 to remove it"
|
||||
eventEditorHungerLevelAtLeastZero: "Hunger level must be at least 0!"
|
||||
eventEditorSetSaturationPrompt: "Enter saturation level, or -1 to remove it"
|
||||
eventEditorSaturationLevelAtLeastZero: "Saturation level must be at least 0!"
|
||||
eventEditorSetHealthPrompt: "Enter health level, or -1 to remove it"
|
||||
eventEditorHealthLevelAtLeastZero: "Health level must be at least 0!"
|
||||
eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to, then enter 'done' to finish, or enter 'clear' to clear the teleport location, or 'cancel' to return"
|
||||
eventEditorCommandsNote: 'Note: You may use <player> to refer to the player''s name.'
|
||||
eventEditorSetCommandsPrompt: "Enter commands separating each one by a comma, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
reqSetMoney: "Set money requirement"
|
||||
reqSetQuestPoints: "Set Quest Points requirement"
|
||||
reqSetItem: "Set item requirements"
|
||||
reqSetPerms: "Set permission requirements"
|
||||
reqSetQuest: "Set Quest requirements"
|
||||
reqSetQuestBlocks: "Set Quest blocks"
|
||||
reqSetMcMMO: "Set mcMMO requirements"
|
||||
reqSetHeroes: "Set Heroes requirements"
|
||||
reqSetCustom: "Custom requirements"
|
||||
reqSetFail: "Set fail requirements message"
|
||||
reqSetSkills: "Set skills"
|
||||
reqSetSkillAmounts: "Set skill amounts"
|
||||
reqHeroesSetPrimary: "Set Primary Class"
|
||||
reqHeroesSetSecondary: "Set Secondary Class"
|
||||
reqMoneyPrompt: "Enter amount of <money>, or 0 to clear the money requirement, or -1 to cancel"
|
||||
reqQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point requirement, or -1 to cancel"
|
||||
reqQuestPrompt: "Enter a list of Quest names separating each one by a <comma>, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqRemoveItemsPrompt: "Enter a list of true/false values, separating each one by a space, or enter 'cancel' to return."
|
||||
reqPermissionsPrompt: "Enter permission requirements separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
reqCustomPrompt: "Enter the name of a custom requirement to add, or enter 'clear' to clear all custom requirements, or 'cancel' to return."
|
||||
reqMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqMcMMOAmountsPrompt: "Enter mcMMO skill amounts, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqHeroesPrimaryPrompt: "Enter a Heroes Primary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||
reqHeroesSecondaryPrompt: "Enter a Heroes Secondary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||
reqFailMessagePrompt: "Enter fail requirements message, or enter 'cancel' to return."
|
||||
reqAddItem: "Add item"
|
||||
reqSetRemoveItems: "Set remove items"
|
||||
reqNoItemsSet: "No items set"
|
||||
reqNoValuesSet: "No values set"
|
||||
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||
reqGreaterThanZero: "Amount must be greater than 0!"
|
||||
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||
reqItemCleared: "Item requirements cleared."
|
||||
reqListsNotSameSize: "The items list and remove items list are not the same size!"
|
||||
reqTrueFalseError: '<input> is not a true or false value!%br%Example: true false true true'
|
||||
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||
reqCustomNotFound: "Custom requirement module not found."
|
||||
reqCustomCleared: "Custom requirements cleared."
|
||||
reqMcMMOError: "<input> is not an mcMMO skill name!"
|
||||
reqMcMMOCleared: "mcMMO skill requirements cleared."
|
||||
reqMcMMOAmountsCleared: "mcMMO 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!"
|
||||
reqNone: "No requirements set"
|
||||
reqNotANumber: "<input> is not a number!"
|
||||
reqMustAddItem: "You must add at least one item first!"
|
||||
reqNoMessage: "You must set a fail requirements message!"
|
||||
reqNoMcMMO: "mcMMO not installed"
|
||||
reqNoHeroes: "Heroes not installed"
|
||||
rewSetMoney: "Set money reward"
|
||||
rewSetQuestPoints: "Set Quest Points reward"
|
||||
rewSetItems: "Set item rewards"
|
||||
rewSetExperience: "Set experience reward"
|
||||
rewSetCommands: "Set command rewards"
|
||||
rewSetPermission: "Set permission rewards"
|
||||
rewSetMcMMO: "Set mcMMO 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>, or 0 to clear the money reward, or -1 to cancel"
|
||||
rewExperiencePrompt: "Enter amount of experience, or 0 to clear the experience reward, or -1 to cancel"
|
||||
rewCommandPrompt: "Enter command rewards separating each one by a <comma>, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
rewCommandPromptHint: 'Note: You may put <player> to specify the player who completed the Quest. e.g. smite <player>'
|
||||
rewPermissionsPrompt: "Enter permission rewards separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
rewQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point reward, or -1 to cancel"
|
||||
rewMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'cancel' to return."
|
||||
rewMcMMOPromptHint: 'Note: Typing ''All'' will give levels to all skills.'
|
||||
rewHeroesClassesPrompt: "Enter Heroes classes separating each one by a space, or enter 'cancel' to return."
|
||||
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed) separating each one by a space, or enter 'cancel' to return."
|
||||
rewPhatLootsPrompt: "Enter PhatLoots separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
rewCustomRewardPrompt: "Enter the name of a custom reward to add, or enter 'clear' to clear all custom rewards, or 'cancel' to return."
|
||||
rewItemsCleared: "Item rewards cleared."
|
||||
rewNoMcMMOSkills: "No skills set"
|
||||
rewNoHeroesClasses: "No classes set"
|
||||
rewSetMcMMOSkillsFirst: "You must set skills first!"
|
||||
rewMcMMOCleared: "mcMMO rewards cleared."
|
||||
rewMcMMOListsNotSameSize: "The skills list and skill amounts list are not the same size!"
|
||||
rewSetHeroesClassesFirst: "You must set classes first!"
|
||||
rewHeroesCleared: "Heroes rewards cleared."
|
||||
rewHeroesListsNotSameSize: "The classes list and experience amounts list are not the same size!"
|
||||
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."
|
||||
rewNoPhat: "PhatLoots not installed"
|
||||
itemCreateLoadHand: "Load item in hand"
|
||||
itemCreateSetName: "Set name"
|
||||
itemCreateSetAmount: "Set amount"
|
||||
itemCreateSetDurab: "Set durability"
|
||||
itemCreateSetEnchs: "Add/clear enchantments"
|
||||
itemCreateSetDisplay: "Set display name"
|
||||
itemCreateSetLore: "Set lore"
|
||||
itemCreateEnterName: "Enter an item name, or 'cancel' to return."
|
||||
itemCreateEnterAmount: "Enter item amount (max. 64), or 'cancel' to return."
|
||||
itemCreateEnterDurab: "Enter item durability, or 'clear' to clear the data, or 'cancel' to return."
|
||||
itemCreateEnterEnch: "Enter an enchantment name, or 'clear' to clear the enchantments, or 'cancel' to return."
|
||||
itemCreateEnterLevel: "Enter a level (number) for <enchantment>"
|
||||
itemCreateEnterDisplay: "Enter item display name, or 'clear' to clear the display name, or 'cancel' to return."
|
||||
itemCreateEnterLore: "Enter item lore, separating each line by a semi-colon ; or 'clear' to clear the lore, or 'cancel' to return."
|
||||
itemCreateLoaded: "Item loaded."
|
||||
itemCreateNoItem: "No item in hand!"
|
||||
itemCreateNoName: "You must set a name first!"
|
||||
itemCreateInvalidName: "Invalid item name!"
|
||||
itemCreateInvalidAmount: "Amount must be between 1-64!"
|
||||
itemCreateInvalidDurab: "Invalid item durability!"
|
||||
itemCreateInvalidEnch: "Invalid enchantment name!"
|
||||
itemCreateInvalidLevel: "Level must be greater than 0!"
|
||||
itemCreateInvalidInput: "Invalid input!"
|
||||
itemCreateNotNumber: "Input was not a number!"
|
||||
itemCreateNoNameAmount: "You must set a name and amount first!"
|
||||
itemCreateCriticalError: "A critical error has occurred."
|
||||
questTitle: "-- <quest> --"
|
||||
questObjectivesTitle: "---(<quest>)---"
|
||||
questCompleteTitle: '**QUEST COMPLETE: <quest>**'
|
||||
questRewardsTitle: "Rewards:"
|
||||
journalTitle: "Quest Journal"
|
||||
questsTitle: "- Quests -"
|
||||
questHelpTitle: "- Quests -"
|
||||
questListTitle: "- Quests -"
|
||||
questNPCListTitle: "- Quests | <npc> -"
|
||||
questAdminHelpTitle: "- Questadmin -"
|
||||
questEditorTitle: "- Quest Editor -"
|
||||
eventEditorTitle: "- Event Editor - "
|
||||
questCreateTitle: "- Create Quest -"
|
||||
questEditTitle: "- Edit Quest -"
|
||||
questDeleteTitle: "- Delete Quest -"
|
||||
requirementsTitle: "- <quest> | Requirements -"
|
||||
rewardsTitle: "- <quest> | Rewards -"
|
||||
itemRequirementsTitle: "- Item Requirements -"
|
||||
itemRewardsTitle: "- Item Rewards -"
|
||||
mcMMORequirementsTitle: "- mcMMO Requirements -"
|
||||
mcMMORewardsTitle: "- mcMMO 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: "- Event -"
|
||||
completedQuestsTitle: "- Completed Quests -"
|
||||
topQuestersTitle: "- Top <number> Questers -"
|
||||
createItemTitle: "- Create Item -"
|
||||
enchantmentsTitle: "- Enchantments -"
|
||||
questGUITitle: "- GUI Item Display -"
|
||||
questRegionTitle: "- Quest Region -"
|
||||
eventEditorGiveItemsTitle: "- Give Items -"
|
||||
eventEditorEffectsTitle: "- Effects -"
|
||||
eventEditorStormTitle: "- Event Storm -"
|
||||
eventEditorThunderTitle: "- Event Thunder -"
|
||||
eventEditorMobSpawnsTitle: "- Event Mob Spawns -"
|
||||
eventEditorMobsTitle: "- Mobs -"
|
||||
eventEditorAddMobTypesTitle: "- Add Mob -"
|
||||
eventEditorPotionEffectsTitle: "- Event Potion Effects -"
|
||||
eventEditorPotionTypesTitle: "- Event Potion Types -"
|
||||
eventEditorWorldsTitle: "- Worlds -"
|
||||
effBlazeShoot: "Sound of a Blaze firing"
|
||||
effBowFire: "Sound of a bow firing"
|
||||
effClick1: "A click sound"
|
||||
effClick2: "A different click sound"
|
||||
effDoorToggle: "Sound of a door opening or closing"
|
||||
effExtinguish: "Sound of fire being extinguished"
|
||||
effGhastShoot: "Sound of a Ghast firing"
|
||||
effGhastShriek: "Sound of a Ghast shrieking"
|
||||
effZombieWood: "Sound of a Zombie chewing an iron door"
|
||||
effZombieIron: "Sound of a Zombie chewing a wooden door"
|
||||
effEnterName: "Enter an effect name to add it to the list, or enter 'cancel' to return"
|
||||
cmdCancel: "cancel"
|
||||
cmdAdd: "add"
|
||||
cmdClear: "clear"
|
||||
cmdNone: "none"
|
||||
cmdDone: "done"
|
||||
acceptQuest: "Accept Quest?"
|
||||
enterAnOption: "Enter an option"
|
||||
questAccepted: 'Quest accepted: <quest>'
|
||||
currentQuest: "Current Quests:"
|
||||
noMoreQuest: "No more quests available."
|
||||
damage: "Damage"
|
||||
break: "Break"
|
||||
place: "Place"
|
||||
use: "Use"
|
||||
cut: "Cut"
|
||||
catchFish: "Catch Fish"
|
||||
enchantItem: "Enchant <item> with <enchantment>"
|
||||
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."
|
||||
invalidSelection: "Invalid selection!"
|
||||
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'"
|
||||
questPointsDisplay: "Quest points:"
|
||||
questNoDrop: "You may not drop Quest items."
|
||||
questNoBrew: "You may not brew Quest items."
|
||||
questNoStore: "You may not store Quest items."
|
||||
questNoCraft: "You may not craft Quest items."
|
||||
questNoEquip: "You may not equip Quest items."
|
||||
questNoDispense: "You may not put Quest items in dispensers."
|
||||
questNoEnchant: "You may not enchant Quest items."
|
||||
questNoSmelt: "You may not smelt using Quest items."
|
||||
questInfoNoPerms: "You do not have permission to view a Quest's information."
|
||||
questCmdNoPerms: "You do not have access to that command."
|
||||
pageSelectionNum: "Page selection must be a number."
|
||||
pageSelectionPosNum: "Page selection must be a positive number."
|
||||
questListNoPerms: "You do not have permission to view the Quests list."
|
||||
questTakeNoPerms: "You do not have permission to take Quests via commands."
|
||||
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||
questQuit: "You have quit <quest>"
|
||||
questQuitNoPerms: "You do not have permission to quit Quests."
|
||||
questQuitDisabled: "Quitting Quests has been disabled."
|
||||
questEditorNoPerms: "You do not have permission to use the Quests Editor."
|
||||
eventEditorNoPerms: "You do not have permission to use the Events Editor."
|
||||
questsUnknownCommand: "Unknown Quests command. Type /quests for help."
|
||||
pageNotExist: "Page does not exist."
|
||||
pageFooter: "- Page <current> of <all> -"
|
||||
questsReloaded: "Quests 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>."
|
||||
questPurged: "<player> has been purged and blacklisted."
|
||||
questReset: "<player> has been reset."
|
||||
questRemoved: "Quest <quest> has been removed from player <player>'s completed Quests."
|
||||
settingAllQuestPoints: "Setting all players' Quest Points..."
|
||||
allQuestPointsSet: "All players' Quest Points have been set to <number>!"
|
||||
setQuestPoints: "<player>'s Quest Points have been set to <number>."
|
||||
questPointsSet: "<player> has set your Quest Points to <number>."
|
||||
takeQuestPoints: "Took away <number> Quest Points from <player>."
|
||||
questPointsTaken: "<player> took away <number> Quest Points."
|
||||
giveQuestPoints: "Gave <number> Quest Points from <player>."
|
||||
questPointsGiven: "<player> gave you <number> Quest Points."
|
||||
enableNPCGUI: "<npc> will now provide a GUI Quest Display."
|
||||
disableNPCGUI: "<npc> will no longer provide a GUI Quest Display."
|
||||
invalidNumber: "Invalid number."
|
||||
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||
playerNotFound: "Player not found."
|
||||
invalidStageNum: "Invalid stage number for Quest <quest>"
|
||||
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||
errorReading: "Error reading <file>, skipping.."
|
||||
errorReadingSuppress: "Error reading <file>, suppressing further errors."
|
||||
errorDataFolder: 'Error: Unable to read Quests data folder!'
|
||||
questsPlayerHasQuestAlready: "<player> is already on the Quest <quest>!"
|
||||
questsUnknownAdminCommand: "Unknown Questsadmin command. Type /questsadmin for help."
|
||||
unknownError: "An unknown error occurred. See console output."
|
||||
journalTaken: "You take out your Quest Journal."
|
||||
journalPutAway: "You put away your Quest Journal."
|
||||
journalAlreadyHave: "You already have your Quest Journal out."
|
||||
journalNoRoom: "You have no room in your inventory for your Quest Journal!"
|
||||
journalNoQuests: "You have no accepted quests!"
|
||||
journalDenied: "You cannot do that with your Quest Journal."
|
||||
ENCHANTMENT_ARROW_DAMAGE: "Power"
|
||||
ENCHANTMENT_ARROW_FIRE: "Flame"
|
||||
ENCHANTMENT_ARROW_INFINITE: "Infinity"
|
||||
ENCHANTMENT_ARROW_KNOCKBACK: "Punch"
|
||||
ENCHANTMENT_BINDING_CURSE: "BindingCurse"
|
||||
ENCHANTMENT_DAMAGE_ALL: "Sharpness"
|
||||
ENCHANTMENT_DAMAGE_ARTHROPODS: "BaneOfArthropods"
|
||||
ENCHANTMENT_DEPTH_STRIDER: "DepthStrider"
|
||||
ENCHANTMENT_DAMAGE_UNDEAD: "Smite"
|
||||
ENCHANTMENT_DIG_SPEED: "Efficiency"
|
||||
ENCHANTMENT_DURABILITY: "Unbreaking"
|
||||
ENCHANTMENT_FIRE_ASPECT: "FireAspect"
|
||||
ENCHANTMENT_FROST_WALKER: "FrostWalker"
|
||||
ENCHANTMENT_KNOCKBACK: "Knockback"
|
||||
ENCHANTMENT_LOOT_BONUS_BLOCKS: "Fortune"
|
||||
ENCHANTMENT_LOOT_BONUS_MOBS: "Looting"
|
||||
ENCHANTMENT_LUCK: "LuckOfTheSea"
|
||||
ENCHANTMENT_LURE: "Lure"
|
||||
ENCHANTMENT_MENDING: "Mending"
|
||||
ENCHANTMENT_OXYGEN: "Respiration"
|
||||
ENCHANTMENT_PROTECTION_ENVIRONMENTAL: "Protection"
|
||||
ENCHANTMENT_PROTECTION_EXPLOSIONS: "BlastProtection"
|
||||
ENCHANTMENT_PROTECTION_FALL: "FeatherFalling"
|
||||
ENCHANTMENT_PROTECTION_FIRE: "FireProtection"
|
||||
ENCHANTMENT_PROTECTION_PROJECTILE: "ProjectileProtection"
|
||||
ENCHANTMENT_SILK_TOUCH: "SilkTouch"
|
||||
ENCHANTMENT_SWEEPING: "Sweeping"
|
||||
ENCHANTMENT_THORNS: "Thorns"
|
||||
ENCHANTMENT_VANISHING_CURSE: "VanishingCurse"
|
||||
ENCHANTMENT_WATER_WORKER: "AquaAffinity"
|
||||
COLOR_BLACK: "Black"
|
||||
COLOR_BLUE: "Blue"
|
||||
COLOR_BROWN: "Brown"
|
||||
COLOR_CYAN: "Cyan"
|
||||
COLOR_GRAY: "Gray"
|
||||
COLOR_GREEN: "Green"
|
||||
COLOR_LIGHT_BLUE: "LightBlue"
|
||||
COLOR_LIME: "Lime"
|
||||
COLOR_MAGENTA: "Magenta"
|
||||
COLOR_ORANGE: "Orange"
|
||||
COLOR_PINK: "Pink"
|
||||
COLOR_PURPLE: "Purple"
|
||||
COLOR_RED: "Red"
|
||||
COLOR_SILVER: "Silver"
|
||||
COLOR_WHITE: "White"
|
||||
COLOR_YELLOW: "Yellow"
|
||||
timeDay: "Day"
|
||||
timeDays: "Days"
|
||||
timeHour: "Hour"
|
||||
timeHours: "Hours"
|
||||
timeMinute: "Minute"
|
||||
timeMinutes: "Minutes"
|
||||
timeSecond: "Second"
|
||||
timeSeconds: "Seconds"
|
||||
timeMillisecond: "Millisecond"
|
||||
timeMilliseconds: "Milliseconds"
|
||||
event: "Event"
|
||||
delay: "Delay"
|
||||
save: "Save"
|
||||
exit: "Exit"
|
||||
exited: "Exited"
|
||||
cancel: "Cancel"
|
||||
cancelled: "Cancelled"
|
||||
questTimeout: "Cancelled."
|
||||
back: "Back"
|
||||
yesWord: "Yes"
|
||||
noWord: "No"
|
||||
"true": "true"
|
||||
"false": "false"
|
||||
clear: "Clear"
|
||||
edit: "Edit"
|
||||
none: "None"
|
||||
done: "Done"
|
||||
comma: "comma"
|
||||
finish: "Finish"
|
||||
quit: "Quit"
|
||||
noneSet: "None set"
|
||||
noDelaySet: "No delay set"
|
||||
noIdsSet: "No IDs set"
|
||||
noNamesSet: "No names set"
|
||||
worlds: "Worlds"
|
||||
mobs: "Mobs"
|
||||
points: "points"
|
||||
invalidOption: "Invalid option!"
|
||||
npcHint: 'Note: You can left or right click on NPC''s to get their ID.'
|
||||
listDuplicate: "List contains duplicates!"
|
||||
id: "ID"
|
||||
quest: "Quest"
|
||||
quests: "Quests"
|
||||
createdBy: "Created by"
|
||||
continuedBy: "and continued by"
|
||||
questPoints: "Quest Points"
|
||||
accepted: "Accepted"
|
||||
complete: "Complete"
|
||||
redoable: "Redoable"
|
||||
usage: "Usage"
|
||||
redoableEvery: "Redoable every <time>."
|
||||
requirements: "Requirements"
|
||||
money: "Money"
|
||||
with: "With"
|
||||
to: "to"
|
||||
blocksWithin: "within <amount> blocks of"
|
||||
valRequired: "Value required"
|
||||
enchantedItem: "*Enchanted*"
|
||||
experience: "Experience"
|
||||
timerMessage: '<green>Time left to finish the quest/stage: <red>%s seconds'
|
||||
timerStart: "<green>You have <red>%s seconds <green>to finish this quest/stage"
|
||||
questErrorReadingFile: "Error reading Quests file."
|
||||
questSaveError: "An error occurred while saving."
|
||||
questBlacklisted: "You are blacklisted. Contact an admin if this is in error."
|
858
src/main/resources/lang/hu/strings.yml
Normal file
858
src/main/resources/lang/hu/strings.yml
Normal file
@ -0,0 +1,858 @@
|
||||
---
|
||||
questFailed: "*QUEST SIKERTELEN*"
|
||||
questMaxAllowed: "Legfeljebb <number> küldetések lehetnek."
|
||||
questAlreadyOn: "Már abban a küldetésben vagy!"
|
||||
questTooEarly: "Nem teheted újra a <quest> ot egy másik <time>."
|
||||
questAlreadyCompleted: "Már befejezte <quest>."
|
||||
questInvalidLocation: "Nem teheted <quest> ezen a helyen."
|
||||
questInvalidDeliveryItem: "<item> nem szükséges elem erre a küldetésre!"
|
||||
questSelectedLocation: "Kiválasztott hely"
|
||||
questDisplayHelp: "- Megjeleníti ezt a súgót"
|
||||
COMMAND_LIST: "lista"
|
||||
COMMAND_LIST_HELP: "lista [oldal] - Listázza a rendelkezésre álló küldetéseket"
|
||||
COMMAND_TAKE: "take"
|
||||
COMMAND_TAKE_HELP: "take [küldetés név] - Fogad el egy küldetést"
|
||||
COMMAND_TAKE_USAGE: 'Használat: /quests take [quest]'
|
||||
COMMAND_QUIT: "quit"
|
||||
COMMAND_QUIT_HELP: "quit [quest] - Kilép egy aktuális küldetésből"
|
||||
COMMAND_EDITOR: "editor"
|
||||
COMMAND_EDITOR_HELP: "editor - Küldetés létrehozása/szerkesztése"
|
||||
COMMAND_EVENTS_EDITOR: "events"
|
||||
COMMAND_EVENTS_EDITOR_HELP: "events - Események létrehozása/szerkesztése"
|
||||
COMMAND_STATS: "stats"
|
||||
COMMAND_STATS_HELP: "stats - Megtekinti küldetések statisztikáit"
|
||||
COMMAND_TOP: "top"
|
||||
COMMAND_TOP_HELP: "top [szám] - Megnézi a legjobb küldetőket"
|
||||
COMMAND_TOP_USAGE: 'Használat: /quests top [szám]'
|
||||
COMMAND_INFO: "info"
|
||||
COMMAND_INFO_HELP: "info - A pluginadatok megjelenítése"
|
||||
COMMAND_JOURNAL: "journal"
|
||||
COMMAND_JOURNAL_HELP: "journal - Megtekinti/tegye el a Quest Journalját"
|
||||
COMMAND_QUEST_HELP: "- Az aktuális küldetés céljainak megjelenítése"
|
||||
COMMAND_QUESTINFO_HELP: "[küldetés név] - Küldetés információk megjelenítése"
|
||||
COMMAND_QUESTADMIN_HELP: "- Megtekinti az admin segítséget"
|
||||
COMMAND_QUESTADMIN_STATS: "stats"
|
||||
COMMAND_QUESTADMIN_STATS_HELP: "stats [játékos] - Megnézi a játékosok statisztikai küldetéseit"
|
||||
COMMAND_QUESTADMIN_GIVE: "give"
|
||||
COMMAND_QUESTADMIN_GIVE_HELP: "give [játékos] [quest] - Kényszerít egy játékost, hogy küldjön egy küldetést"
|
||||
COMMAND_QUESTADMIN_QUIT: "quit"
|
||||
COMMAND_QUESTADMIN_QUIT_HELP: "quit [játékos] [quest] - Kényszerít egy játékost, hogy kilépjen a küldetésből"
|
||||
COMMAND_QUESTADMIN_POINTS: "points"
|
||||
COMMAND_QUESTADMIN_POINTS_HELP: "points [játékos] [összeg] - Beállítsa a játékosok küldetés pontokat"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [játékos] [összeg] - Elvesz egy játékostól Küldetés Pontot"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [játékos] [összeg] - Ad egy játékosnak Küldetés Pontot"
|
||||
COMMAND_QUESTADMIN_POINTSALL: "pointsall"
|
||||
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [összeg] - Beállítsa az összes játékos küldési pontját"
|
||||
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||
COMMAND_QUESTADMIN_FINISH_HELP: "finish [játékos] [quest] - Azonnal kényszeríti a küldetés befejezését egy játékos számára"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE: "nextstage"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "nextstage [játékos] [quest] - Azonnal kényszeríti a játékos számára a színpad befejezését"
|
||||
COMMAND_QUESTADMIN_SETSTAGE: "setstage"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_HELP: "setstage [játékos] [quest] [stage] - Beállít egy játékos aktuális stádiumát"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Használat: /questadmin setstage [játékos] [quest] [stage]'
|
||||
COMMAND_QUESTADMIN_PURGE: "purge"
|
||||
COMMAND_QUESTADMIN_PURGE_HELP: "purge [játékos] - Törli az összes játékos küldeményének adatait, és törli a feketelistában levőket is"
|
||||
COMMAND_QUESTADMIN_RESET: "reset"
|
||||
COMMAND_QUESTADMIN_RESET_HELP: "reset [játékos] - Törli a játékos összes küldeményadatát"
|
||||
COMMAND_QUESTADMIN_REMOVE: "remove"
|
||||
COMMAND_QUESTADMIN_REMOVE_HELP: "remove [játékos] [quest] - Eltávolít egy befejezett küldetést egy játékostól"
|
||||
COMMAND_QUESTADMIN_TOGGLEGUI: "togglegui"
|
||||
COMMAND_QUESTADMIN_TOGGLEGUI_HELP: "togglegui [npc id] - A GUI keresés megjelenítésének megjelenítése egy NPC-n"
|
||||
COMMAND_QUESTADMIN_RELOAD: "reload"
|
||||
COMMAND_QUESTADMIN_RELOAD_HELP: "reload - Újratölti az összes küldetést"
|
||||
questEditorHeader: "Készít egy küldetést"
|
||||
questEditorCreate: "Új küldetés létrehozása"
|
||||
questEditorEdit: "Küldetés szerkesztése"
|
||||
questEditorDelete: "Törli a küldetést"
|
||||
questEditorName: "Beállítja a nevet"
|
||||
questEditorAskMessage: "Beállítja az üzenetet"
|
||||
questEditorFinishMessage: "Befejező üzenet beállítása"
|
||||
questEditorRedoDelay: "Újratárcsázási késleltetés beállítása"
|
||||
questEditorNPCStart: "Állítsd be az NPC indítását"
|
||||
questEditorBlockStart: "Állítsd be a Blokk indítását"
|
||||
questEditorInitialEvent: "A kezdeti esemény beállítása"
|
||||
questEditorSetGUI: "Állítsd be a GUI elem kijelzését"
|
||||
questEditorReqs: "Szerkesztési követelmények"
|
||||
questEditorStages: "Szakaszok szerkesztése"
|
||||
questEditorRews: "Nyeremények szerkesztése"
|
||||
questEditorEnterQuestName: "Írja be a Küldetés nevét (vagy 'cancel' a visszatéréshez)"
|
||||
questEditorEditEnterQuestName: "Adja meg a Küldetés nevét a szerkesztéshez, vagy a 'cancel' a visszatéréshez"
|
||||
questEditorEnterAskMessage: "Írd be a kérő üzenetet (vagy 'cancel' a visszatéréshez)"
|
||||
questEditorEnterFinishMessage: "Adja meg a befejező üzenetet (vagy 'cancel' a visszatéréshez)"
|
||||
questEditorEnterRedoDelay: "Írd be az időtartamot (másodpercben), a 0 gombot a visszaváltási késleltetés törléséhez, vagy a visszavonáshoz -1 "
|
||||
questEditorEnterNPCStart: "Írd be az NPC azonosítót, -1, hogy törölje az NPC indítást vagy a -2-et törölje"
|
||||
questEditorEnterBlockStart: "Jobb egérgombbal kattintson egy blokkra kiindulópontként, majd írja be a 'done' parancsot a mentéshez, vagy írja be a 'clear'-t a törlés elindításához vagy a 'cancel'-t a visszatéréshez"
|
||||
questEditorEnterInitialEvent: "Adja meg az Esemény nevét, vagy írja be a 'clear' gombot a kezdeti esemény törléséhez vagy a 'cancel' megadásához"
|
||||
questRequiredNoneSet: "Szükséges, nincs beállítva"
|
||||
questWGSetRegion: "Régió beállítása"
|
||||
questWGNotInstalled: "WorldGuard nincs telepítve"
|
||||
questWGPrompt: "Lépj be a WorldGuard régióba, vagy írd be a 'clear'-t a terület törléséhez vagy a 'cancel' a visszatéréshez."
|
||||
questWGInvalidRegion: "<region> nem érvényes WorldGuard régió!"
|
||||
questWGRegionCleared: "A Küldetés régió kitisztítva."
|
||||
questCitNotInstalled: "Citizens nincs telepítve"
|
||||
questDenNotInstalled: "Denizen nincs telepítve"
|
||||
questGUIError: 'Hiba: Ez az elem már használt GUI-megjelenítésként a(z) <quest> küldetés számára.'
|
||||
questCurrentItem: "Jelenlegi elem:"
|
||||
questSetItem: "Elem beállítása"
|
||||
questClearItem: "Elem törlése"
|
||||
questGUICleared: "A küldetés GUI elemének megjelenítése törölve."
|
||||
questDeleted: "A küldetés törölve! A küldetések és események újratöltve."
|
||||
questEditorNameExists: "Ez a küldetés név már létezik!"
|
||||
questEditorBeingEdited: "Valaki létrehozott egy küldetést ezzel a névvel!"
|
||||
questEditorInvalidQuestName: "A név nem tartalmazhat időtartalmat vagy vesszőket!"
|
||||
questEditorInvalidEventName: "nem érvényes eseménynév!"
|
||||
questEditorInvalidNPC: "Nem létezik NPC ezzel az azonosítóval!"
|
||||
questEditorNoStartBlockSelected: "Először egy blokkot kell kiválasztanod."
|
||||
questEditorPositiveAmount: "Az összegnek pozitív számnak kell lennie."
|
||||
questEditorQuestAsRequirement1: "A következő küldetések vannak"
|
||||
questEditorQuestAsRequirement2: "mint követelmény:"
|
||||
questEditorQuestAsRequirement3: "Módosítania kell ezeket a küldetéseket, hogy ne törölje azt."
|
||||
questEditorQuestNotFound: "A küldetés nem található!"
|
||||
questEditorEventCleared: "A kezdeti esemény törlődött."
|
||||
questEditorSave: "Befejezés és mentés"
|
||||
questEditorNeedAskMessage: "Be kell állítanod egy kérő üzenetet!"
|
||||
questEditorNeedFinishMessage: "Be kell állítanod a befejező üzenetet!"
|
||||
questEditorNeedStages: "A küldetésed nincs szakaszban!"
|
||||
questEditorSaved: "Küldetés mentve! (A Quest újratöltése szükséges, hogy megjelenjen)"
|
||||
questEditorExited: "Biztos, hogy mentés nélkül szeretne kilépni?"
|
||||
questEditorDeleted: "Biztosan törölni akarja a küldetést"
|
||||
questEditorNoPermsCreate: "Nincs jogod a küldetések létrehozásához."
|
||||
questEditorNoPermsEdit: "Nincs jogod szerkeszteni a küldetéseket."
|
||||
questEditorNoPermsDelete: "Nincs jogod törölni a küldetéseket."
|
||||
stageEditorEditStage: "Szakasz szerkesztése"
|
||||
stageEditorNewStage: "Új szakasz hozzáadása"
|
||||
stageEditorStages: "Szakaszok"
|
||||
stageEditorStage: "Szakasz"
|
||||
stageEditorBreakBlocks: "Kitört blokkok"
|
||||
stageEditorDamageBlocks: "Sebzett blokkok"
|
||||
stageEditorPlaceBlocks: "Blokk lehelyezés"
|
||||
stageEditorUseBlocks: "Blokk használat"
|
||||
stageEditorCutBlocks: "Blokkok kivágása"
|
||||
stageEditorCatchFish: "Hal fogás"
|
||||
stageEditorFish: "hal"
|
||||
stageEditorKillPlayers: "Játékosok megölése"
|
||||
stageEditorPlayers: "játékosok"
|
||||
stageEditorEnchantItems: "Varázsolt elemek"
|
||||
stageEditorDeliverItems: "Szállítási elemek"
|
||||
stageEditorTalkToNPCs: "Beszélés NPC-kkel"
|
||||
stageEditorKillNPCs: "NPC-k megölése"
|
||||
stageEditorKillMobs: "Szörnyek ölése"
|
||||
stageEditorReachLocs: "Helyek elérése"
|
||||
stageEditorReachRadii1: "Belül elérni"
|
||||
stageEditorReachRadii2: "blokkok"
|
||||
stageEditorTameMobs: "Szörnyek szelídítése"
|
||||
stageEditorShearSheep: "Bárány nyírás"
|
||||
stageEditorEvents: "Események"
|
||||
stageEditorStageEvents: "Színpadi események"
|
||||
stageEditorStartEvent: "Esemény indítás"
|
||||
stageEditorStartEventCleared: "Az esemény indítása törlődött."
|
||||
stageEditorFinishEvent: "Esemény befejezés"
|
||||
stageEditorFinishEventCleared: "A befejezési esemény törlődött."
|
||||
stageEditorChatEvents: "Csevegő események"
|
||||
stageEditorChatTrigger: "Csevegő ravasz"
|
||||
stageEditorTriggeredBy: "Kiváltva által"
|
||||
stageEditorChatEventsCleared: "A csevegési események törlődtek."
|
||||
stageEditorDeathEvent: "Halálesemény"
|
||||
stageEditorDeathEventCleared: "A halálesemény törlésre került."
|
||||
stageEditorDisconnectEvent: "Szétkapcsolási esemény"
|
||||
stageEditorDisconnectEventCleared: "Szétkapcsolási esemény törölve."
|
||||
stageEditorDelayMessage: "Késleltetett üzenet"
|
||||
stageEditorDenizenScript: "Honpolgár script"
|
||||
stageEditorStartMessage: "Üzenet indítás"
|
||||
stageEditorCompleteMessage: "Teljes üzenet"
|
||||
stageEditorDelete: "A szakasz törlése"
|
||||
stageEditorSetBlockNames: "Blokknevek beállítása"
|
||||
stageEditorSetBlockAmounts: "Blokkösszegek beállítása"
|
||||
stageEditorSetBlockDurability: "Blokk tartósság beállítása"
|
||||
stageEditorSetDamageAmounts: "Sérülés mennyiségek beállítása"
|
||||
stageEditorSetPlaceAmounts: "Hely mennyiségek beállítása"
|
||||
stageEditorSetUseAmounts: "Használati mennyiségek beállítása"
|
||||
stageEditorSetCutAmounts: "Vágás mennyiségek beállítása"
|
||||
stageEditorSetKillAmounts: "Ölés mennyiség beállítása"
|
||||
stageEditorSetEnchantAmounts: "Varázslat mennyiségek beállítása"
|
||||
stageEditorSetMobAmounts: "Szörny mennyiségek beállítása"
|
||||
stageEditorSetEnchantments: "Varázslatok beállítása"
|
||||
stageEditorSetItemNames: "Elem név beállítása"
|
||||
stageEditorSetKillIds: "NPC azonosítók beállítása"
|
||||
stageEditorSetMobTypes: "Szörny típusok beállítása"
|
||||
stageEditorSetKillLocations: "Ölés helyek beállítása"
|
||||
stageEditorSetKillLocationRadii: "Hely szerinti halál sugár beállítása"
|
||||
stageEditorSetKillLocationNames: "Ölés helynevek beállítása"
|
||||
stageEditorSetLocations: "Helyek beállítása"
|
||||
stageEditorSetLocationRadii: "Helysugár beállítása"
|
||||
stageEditorSetLocationNames: "Helynevek beállítása"
|
||||
stageEditorSetTameAmounts: "Szelídítés mennyiségének beállítása"
|
||||
stageEditorSetShearColors: "Bárány színek beállítása"
|
||||
stageEditorSetShearAmounts: "Nyírás mennyiségek beállítása"
|
||||
stageEditorPassword: "Jelszócélok"
|
||||
stageEditorAddPasswordDisplay: "Jelszó megjelenítés hozzáadása"
|
||||
stageEditorAddPasswordPhrases: "Jelszó-kifejezés(ek) hozzáadása"
|
||||
stageEditorNoPasswordDisplays: "Nincs beállítva jelszó"
|
||||
stageObjectiveOverride: "Célkitűzés megjelenítése felülbírálása"
|
||||
stageEditorCustom: "Egyéni célok"
|
||||
stageEditorNoModules: "Nincsenek betöltött modulok"
|
||||
stageEditorModuleNotFound: "Egyéni objektummodul nem található."
|
||||
stageEditorCustomPrompt: "Adja meg az egyéni cél nevét, amelyet hozzá szeretne adni, vagy írja be a 'clear'-t, hogy törölje az összes egyéni célt, vagy adja vissza a 'cancel' a visszatéréshez."
|
||||
stageEditorCustomAlreadyAdded: "Ez az egyéni cél már hozzá van adva!"
|
||||
stageEditorCustomCleared: "Egyéni célok törölve."
|
||||
stageEditorCustomDataPrompt: "Adja meg a(z) <data> értéket:"
|
||||
stageEditorEnterBlockNames: "Adja meg a blokkneveket (vagy azonosítókat), elválasztva mindegyiket szóközzel, vagy adja meg a 'cancel'-t a visszatéréshez."
|
||||
stageEditorBreakBlocksPrompt: "Adja meg a szünetek számát (számok), elválasztva mindegyiket szóközzel, vagy adja meg a 'cancel'-t a visszatéréshez."
|
||||
stageEditorDamageBlocksPrompt: "Adja meg a sebzés összegeit (számok), elválasztva mindegyiket szóközzel, vagy adja meg a 'cancel'-t a visszatéréshez."
|
||||
stageEditorPlaceBlocksPrompt: "Adja meg a helyek mennyiségét (számokat), mindegyiket szóközzel elválasztva, vagy adja meg a 'cancel'-t a visszatéréshez."
|
||||
stageEditorUseBlocksPrompt: "Adja meg a felhasználási összegeket (számokat), elválasztva mindegyiket szóközzel, vagy adja meg a 'cancel'-t a visszatéréshez."
|
||||
stageEditorCutBlocksPrompt: "Írd be a kivágott összegeket (számokat), elválasztva mindegyiket szóközzel, vagy adja meg a 'cancel'-t a visszatéréshez."
|
||||
stageEditorEnterBlockDurability: "Adja meg a blokk tartósságát (számok), elválasztva mindegyiket szóközzel, vagy a 'cancel' megadásával térjen vissza."
|
||||
stageEditorCatchFishPrompt: "Adja meg a halak számát, vagy 0 a halfogási cél kitisztításához, vagy -1 a törléshez"
|
||||
stageEditorKillPlayerPrompt: "Adja meg a megölni kívánt játékosok számát, vagy a 0-t, hogy megszüntesse a célt, vagy a -1-et törölje"
|
||||
stageEditorEnchantTypePrompt: "Adja meg a varázslat nevét, vesszővel elválasztva, vagy a 'cancel'-t a visszatéréshez."
|
||||
stageEditorEnchantAmountsPrompt: "Adja meg az elbűvölő összegeket (számokat), elválasztva őket egy szóközzel, vagy adja meg a 'cancel'-t a visszatéréshez."
|
||||
stageEditorItemNamesPrompt: "Adja meg az elemek nevét, elválasztva mindegyiket szóközzel, vagy adja meg a 'cancel'-t a visszatéréshez."
|
||||
stageEditorNPCPrompt: "Adja meg az NPC azonosító adatait, elválasztva mindegyiket szóközzel, vagy adja meg a 'cancel'-t a visszatéréshez."
|
||||
stageEditorNPCToTalkToPrompt: "Adja meg az NPC azonosítót, elválasztva mindegyiket szóközzel, vagy írja be a 'clear'-t, hogy törölje az NPC ID listát, vagy a 'cancel'-t a visszatéréshez."
|
||||
stageEditorDeliveryMessagesPrompt: "Adja meg a kézbesítési üzeneteket, elválasztva mindegyiket félig kettősponttal vagy a 'cancel'-t a visszatéréshez."
|
||||
stageEditorKillNPCsPrompt: "Adja meg az öléses összegeket (számok), elválasztva mindegyiket szóközzel, vagy adja meg a 'cancel'-t a visszatéréshez."
|
||||
stageEditorMobsPrompt: "Adjon meg egy üres helyet elválasztó szörny-neveket, vagy adja meg a 'cancel'-t a visszatéréshez"
|
||||
stageEditorMobAmountsPrompt: "Adja meg a szóközöket szétválasztó szörny összegeket, vagy térjen vissza a 'cancel' megadásával"
|
||||
stageEditorMobLocationPrompt: "Jobb egérgombbal kattints egy blokkra, hogy kiválaszd, majd írd be az 'add' gombot, hogy hozzáadja a gyilkos helylistához, vagy írd be a 'cancel'-t a visszatéréshez"
|
||||
stageEditorMobLocationRadiiPrompt: "Adja meg az ölés helyszínek sugarait (blokkok száma), amelyek egymástól elválasztják a szóközt, vagy a visszavonáshoz írd be a 'cancel' parancsot"
|
||||
stageEditorMobLocationNamesPrompt: "Írd be a helyneveket vesszővel elválasztva, vagy adja meg a 'cancel'-t a visszatéréshez"
|
||||
stageEditorReachLocationPrompt: "Jobb egérgombbal kattints egy blokkra, hogy kiválaszd, majd írd be az 'add' gombot, hogy hozzáadja az elérési helyek listájához, vagy adja meg a 'cancel'-t a visszatéréshez"
|
||||
stageEditorReachLocationRadiiPrompt: "Adja meg az elérési hely sugarait (blokkok száma), amelyek egymástól elválasztják egy szóközzel, vagy a visszavonáshoz írja be a 'cancel'-t"
|
||||
stageEditorReachLocationNamesPrompt: "Írja be a helyneveket vesszővel elválasztva, vagy adja meg a 'cancel'-t a visszatéréshez"
|
||||
stageEditorTameAmountsPrompt: "Adja meg a szelídítés összegeket, amelyek elválasztják egymást egy szóközzel, vagy írja be a 'cancel'-t a visszatéréshez"
|
||||
stageEditorShearColorsPrompt: "Adja meg a bárányok színeit egymástól elválasztva egy szóközzel, vagy adja meg a 'cancel'-t a visszatéréshez"
|
||||
stageEditorShearAmountsPrompt: "Adja meg a bárány nyírási mennyiségeket, amelyek egymástól szétválasztják egymást, vagy a 'cancel' megadásához térjen vissza"
|
||||
stageEditorEventsPrompt: "Adja meg az esemény nevét, vagy írja be a 'clear'-t az esemény törléséhez, vagy a 'cancel'-t a visszatéréshez"
|
||||
stageEditorChatEventsPrompt: "Adja meg a hozzáadandó esemény nevét, vagy írja be a 'clear' opciót a csevegési események törléséhez, vagy a 'cancel'-t a visszavonáshoz"
|
||||
stageEditorChatEventsTriggerPromptA: "Adj meg egy csevegő indítót"
|
||||
stageEditorChatEventsTriggerPromptB: "vagy adja meg a 'cancel'-t a visszatéréshez."
|
||||
stageEditorDelayPrompt: "Adja meg az időt (másodpercben), vagy írja be a 'clear' (Törlés) gombot a késedelem törléséhez, vagy a 'cancel' gombot a visszatéréshez"
|
||||
stageEditorDelayMessagePrompt: "Adja meg a késleltetés üzenetet, vagy írja be a 'clear' (Törlés) gombot az üzenet törléséhez, vagy a 'canel'-t visszavonáshoz"
|
||||
stageEditorScriptPrompt: "Írja be a parancsfájl nevét, vagy írja be a 'clear' parancsot a parancsfájl törléséhez, vagy a 'cancel'-t a visszavonáshoz"
|
||||
stageEditorStartMessagePrompt: "Írja be az indító üzenetet, vagy írja be a 'clear' (Törlés) gombot az üzenet törléséhez, vagy a 'cancel'-t a visszatéréshez"
|
||||
stageEditorCompleteMessagePrompt: "Adja meg a teljes üzenetet, vagy írja be a 'clear' (Törlés) gombot az üzenet törléséhez, vagy a 'cancel'-t a visszavonáshoz"
|
||||
stageEditorPasswordDisplayPrompt: "Adja meg a jelszó kijelzését, vagy a 'cancel'-t a visszatéréshez"
|
||||
stageEditorPasswordDisplayHint: "(Ez a szöveg, amelyet a játékosnak célul kell megjelenítenie)"
|
||||
stageEditorPasswordPhrasePrompt: "Adja meg a jelszó kifejezést vagy a 'cancel'-t a visszatéréshez"
|
||||
stageEditorPasswordPhraseHint1: "(Ez a szöveg, amit egy játékosnak meg kell mondania, hogy teljesítse a célt)"
|
||||
stageEditorPasswordPhraseHint2: "Ha több jelszó-kifejezést szeretne, külön is el kell különíteni őket | (cső)"
|
||||
stageEditorObjectiveOverridePrompt: "Adja meg az objektív megjelenítés felülbírálatát, vagy a 'clear'-t, hogy törölje a felülbírálást, vagy 'cancel'-t a visszatéréshez."
|
||||
stageEditorObjectiveOverrideHint: "(Az objektív megjelenítés felülírása megjelenik a játékos aktuális céljaként)"
|
||||
stageEditorObjectiveOverrideCleared: "Az objektív megjelenítés felülírása törölve."
|
||||
stageEditorDeliveryAddItem: "Elem hozzáadása"
|
||||
stageEditorDeliveryNPCs: "NPC azonosítók beállítása"
|
||||
stageEditorDeliveryMessages: "Szállítási üzenetek beállítása"
|
||||
stageEditorContainsDuplicates: "A lista duplikátumokat tartalmaz!"
|
||||
stageEditorInvalidBlockName: "nem érvényes blokknév!"
|
||||
stageEditorInvalidEnchantment: "nem érvényes varázslat név!"
|
||||
stageEditorInvalidNPC: "nem érvényes NPC azonosító!"
|
||||
stageEditorInvalidMob: "nem érvényes szörny név!"
|
||||
stageEditorInvalidItemName: "nem érvényes elem név!"
|
||||
stageEditorInvalidNumber: "nem szám!"
|
||||
stageEditorInvalidDye: "nem érvényes festékszín!"
|
||||
stageEditorInvalidEvent: "nem érvényes eseménynév!"
|
||||
stageEditorDuplicateEvent: "Az esemény már szerepel a listán!"
|
||||
stageEditorInvalidDelay: "A késésnek legalább egy másodpercnek kell lennie!"
|
||||
stageEditorInvalidScript: "Denizen script nem található!"
|
||||
stageEditorNoCitizens: "Citizens nincs telepítve!"
|
||||
stageEditorNoDenizen: "Denizen nincs telepítve!"
|
||||
stageEditorPositiveAmount: "Meg kell adnia egy pozitív számot!"
|
||||
stageEditorNoNumber: "A bevitel nem szám volt!"
|
||||
stageEditorNotGreaterThanZero: "nem nagyobb, mint 0!"
|
||||
stageEditorNotListofNumbers: "Érvénytelen bejegyzés, a bevitel nem számok listája!"
|
||||
stageEditorNoDelaySet: "Először be kell állítania a késleltetést!"
|
||||
stageEditorNoBlockNames: "Először blokkneveket kell beállítani!"
|
||||
stageEditorNoEnchantments: "Először be kell állítani a varázslatokat!"
|
||||
stageEditorNoItems: "Először elemeket kell hozzáadnia!"
|
||||
stageEditorNoDeliveryMessage: "Meg kell adni legalább egy kézbesítési üzenetet!"
|
||||
stageEditorNoNPCs: "Először az NPC azonosítót kell beállítani!"
|
||||
stageEditorNoMobTypes: "Először szörny típusokat kell beállítanod!"
|
||||
stageEditorNoKillLocations: "Először meg kell adni az ölés helyeket!"
|
||||
stageEditorNoBlockSelected: "Először egy blokkot kell kiválasztani."
|
||||
stageEditorNoColors: "Először be kell állítani a színeket!"
|
||||
stageEditorNoLocations: "Először be kell állítani a helyeket!"
|
||||
stageEditorNoEnchantmentsSet: "Nincs varázslatok beállítva"
|
||||
stageEditorNoItemsSet: "Nincs elemek beállítva"
|
||||
stageEditorNoMobTypesSet: "Nincs szörnytípus beállítva"
|
||||
stageEditorNoLocationsSet: "Nincs beállítva helyek"
|
||||
stageEditorNoColorsSet: "Nincsenek színek beállítva"
|
||||
stageEditorListNotSameSize: "A blokknevek listája és az összegek listája nem azonos méretű!"
|
||||
stageEditorEnchantmentNotSameSize: "A varázslatok listája, az elemek id listája és a varázslat mennyiség listája nem azonos méretű!"
|
||||
stageEditorDeliveriesNotSameSize: "Az elemlista és az NPC-lista nem egyenlő méretű!"
|
||||
stageEditorNPCKillsNotSameSize: "Az NPC-azonosítók listája és az ölés mennyiség listája nem azonos méretű!"
|
||||
stageEditorAllListsNotSameSize: "Az összes listája nem azonos méretű!"
|
||||
stageEditorMobTypesNotSameSize: "A szörnytípusok listája és a szörny összegek listája nem azonos méretű!"
|
||||
stageEditorTameMobsNotSameSize: "A szörnytípusok listája és a szelídítés összegek listája nem azonos méretű!"
|
||||
stageEditorShearNotSameSize: "A bárány színlista és a nyírási mennyiség listája nem azonos méretű!"
|
||||
stageEditorMustSetPasswordDisplays: "Először hozzá kell adni legalább egy jelszó-kijelzőt!"
|
||||
stageEditorAddPasswordCleared: "A jelszócélok kitisztítva."
|
||||
stageEditorPasswordNotSameSize: "A jelszókijelző és a jelszavak listája nem azonos méretű!"
|
||||
stageEditorListContainsDuplicates: " A lista duplikátumokat tartalmaz!"
|
||||
stageEditorDelayCleared: "Késleltetés törölve."
|
||||
stageEditorDelayMessageCleared: "Késleltetett üzenet törölve."
|
||||
stageEditorDenizenCleared: "Denizen script törölve."
|
||||
stageEditorBreakBlocksCleared: "Blokkok törése objektum törölve."
|
||||
stageEditorDamageBlocksCleared: "Blokkok sebzése objektív törölve."
|
||||
stageEditorPlaceBlocksCleared: "A blokkok lerakása objektum törölve."
|
||||
stageEditorUseBlocksCleared: "Használja a blokk objektum törlését."
|
||||
stageEditorCutBlocksCleared: "Blokkok vágása objektív törölve."
|
||||
stageEditorEnchantmentsCleared: "A varázslási objektum törölve."
|
||||
stageEditorDeliveriesCleared: "A szállítási objektum törölve."
|
||||
stageEditorReachLocationsCleared: "A célok elérésének objektuma törölve."
|
||||
stageEditorKillNPCsCleared: "NPC-k ölése objektum törölve."
|
||||
stageEditorKillMobsCleared: "Szörnyek ölése objektum törölve."
|
||||
stageEditorTameCleared: "Szörnyek szelídítése objektum törölve."
|
||||
stageEditorShearCleared: "Bárány nyírás objektum törölve."
|
||||
stageEditorStartMessageCleared: "Az üzenet indítása törölve."
|
||||
stageEditorCompleteMessageCleared: "Teljesített üzenet törölve."
|
||||
stageEditorConfirmStageDelete: "Biztosan törölni szeretné ezt a szakaszt?"
|
||||
stageEditorConfirmStageNote: "Bármelyik lépés után egy helyre kerül"
|
||||
stageEditorDeleteSucces: "A szakasz sikeresen törölve."
|
||||
stageEditorEnchantments: "Varázslatok"
|
||||
stageEditorNPCNote: 'Megjegyzés: Az NPC nevét megadhatja a(z) <npc> paranccsal'
|
||||
stageEditorOptional: "Választható"
|
||||
stageEditorColors: "Bárány színek"
|
||||
allListsNotSameSize: "Az összes listája nem azonos méretű!"
|
||||
eventEditorCreate: "Új esemény létrehozása"
|
||||
eventEditorEdit: "Az esemény szerkesztése"
|
||||
eventEditorDelete: "Esemény törlése"
|
||||
eventEditorCreatePermisssions: "Nincs jogod létrehozni egy új eseményt."
|
||||
eventEditorEditPermisssions: "Nincs jogod szerkeszteni az eseményt."
|
||||
eventEditorDeletePermisssions: "Nincs jogod törölni az eseményt."
|
||||
eventEditorNoneToEdit: "Jelenleg nincsenek események szerkesztésre!"
|
||||
eventEditorNoneToDelete: "Jelenleg nincsenek események törölve!"
|
||||
eventEditorNotFound: "Esemény nem található!"
|
||||
eventEditorExists: "Esemény már létezik!"
|
||||
eventEditorSomeone: "Valaki már létrehozott vagy szerkesztett egy eseményt ezzel a névvel!"
|
||||
eventEditorAlpha: "A névnek alfanumerikusnak kell lennie!"
|
||||
eventEditorErrorReadingFile: "Hiba történt az Eseményfájl olvasásában."
|
||||
eventEditorErrorSaving: "Hiba történt a mentés közben."
|
||||
eventEditorDeleted: "Esemény törölve, küldetések és események újratöltve."
|
||||
eventEditorSaved: "Esemény mentve, Quests és Események újratöltve."
|
||||
eventEditorEnterEventName: "Adja meg az Esemény nevét, vagy a 'cancel' parancsot a visszatéréshez."
|
||||
eventEditorDeletePrompt: "Biztosan törölni szeretné az eseményt"
|
||||
eventEditorQuitWithoutSaving: "Biztos, hogy mentés nélkül szeretne kilépni?"
|
||||
eventEditorFinishAndSave: "Biztosan befejezed és mented az eseményt"
|
||||
eventEditorModifiedNote: 'Megjegyzés: Módosítottál egy olyan eseményt, amelyet a következő küldetések használnak:'
|
||||
eventEditorForcedToQuit: "Ha elmented az eseményt, mindenki, aki aktívan végez ezen a küldetést, kénytelen lesz kilépni."
|
||||
eventEditorEventInUse: "A következő küldetések használják az eseményt"
|
||||
eventEditorMustModifyQuests: "eseményszerkesztő nem található"
|
||||
eventEditorListSizeMismatch: "A listák nem azonos méretűek!"
|
||||
eventEditorListDuplicates: "A lista duplikátumokat tartalmaz!"
|
||||
eventEditorNotANumberList: "A bevitel nem számok listája!"
|
||||
eventEditorInvalidEntry: "Érvénytelen bejegyzés"
|
||||
eventEditorSetName: "Név beállítás"
|
||||
eventEditorSetMessage: "Üzenet beállítás"
|
||||
eventEditorClearInv: "Játékos eszköztárának törlése"
|
||||
eventEditorFailQuest: "Nem sikerült a küldetés"
|
||||
eventEditorSetExplosions: "Beállítása a robbanás helyét"
|
||||
eventEditorSetLightning: "Beállítása a villámcsapás helyét"
|
||||
eventEditorSetEffects: "Effektek beállítása"
|
||||
eventEditorSetStorm: "Vihar beállítása"
|
||||
eventEditorSetThunder: "Mennydörgés beállítása"
|
||||
eventEditorSetMobSpawns: "Szörny idézések beállítása"
|
||||
eventEditorSetPotionEffects: "Bájital effektek beállítása"
|
||||
eventEditorSetHunger: "Játékos éhezés szint beállítása"
|
||||
eventEditorSetSaturation: "Játékos telítettségi szintjének beállítása"
|
||||
eventEditorSetHealth: "Játékos élet szintjének beállítása"
|
||||
eventEditorEnterTimerSeconds: "Beállítsa a küldetés elmaradt másodpercek számát (az időzítők törléséhez használja a törlés időzítőt)"
|
||||
eventEditorSetTimer: "Beállítsa az időt a sikertelen küldetéshez"
|
||||
eventEditorCancelTimer: "A küldetési időzítő törlése"
|
||||
eventEditorSetTeleport: "Játékos teleportálás helyének beállítása"
|
||||
eventEditorSetCommands: "Végrehajtandó parancsok beállítása"
|
||||
eventEditorItems: "Esemény elemek"
|
||||
eventEditorSetItems: "Elemek adása"
|
||||
eventEditorItemsCleared: "Az esemény elemei törölve."
|
||||
eventEditorAddItem: "Elem adása"
|
||||
eventEditorSetItemNames: "Elem nevek beállítása"
|
||||
eventEditorSetItemAmounts: "Elem mennyiségek beállítása"
|
||||
eventEditorNoNames: "Nincs név beállítva"
|
||||
eventEditorMustSetNames: "Meg kell adni az elem nevét először!"
|
||||
eventEditorInvalidName: "nem érvényes elem név!"
|
||||
eventEditorNotGreaterThanZero: "nem nagyobb, mint 0!"
|
||||
eventEditorNotANumber: "nem szám!"
|
||||
eventEditorStorm: "Esemény vihar"
|
||||
eventEditorSetWorld: "Világ beállítás"
|
||||
eventEditorSetDuration: "Időtartam beállítása"
|
||||
eventEditorNoWorld: "(Nincs világ beállítva)"
|
||||
eventEditorSetWorldFirst: "Be kell állítani a világot először!"
|
||||
eventEditorInvalidWorld: "nem érvényes világnév!"
|
||||
eventEditorMustSetStormDuration: "Be kell állítani a vihar időtartamát!"
|
||||
eventEditorStormCleared: "A vihar adatai törölve."
|
||||
eventEditorEnterStormWorld: "Adja meg a világ nevét, hogy a vihar bekövetkezzen, vagy adja meg a 'cancel'-t a visszatéréshez"
|
||||
eventEditorEnterDuration: "Időtartam megadása (másodpercben)"
|
||||
eventEditorAtLeastOneSecond: "Az összegnek legalább 1 másodpercnek kell lennie!"
|
||||
eventEditorNotGreaterThanOneSecond: "nem haladja meg az 1 másodpercet!"
|
||||
eventEditorThunder: "Esemény dörgés"
|
||||
eventEditorMustSetThunderDuration: "Be kell állítani a mennydörgés időtartamát!"
|
||||
eventEditorThunderCleared: "A dörgés adatok törölve."
|
||||
eventEditorEnterThunderWorld: "Adja meg a világnevet, hogy a mennydörgés bekövetkezzen, vagy adja meg a 'cancel'-t a visszatéréshez"
|
||||
eventEditorEffects: "Esemény effektek"
|
||||
eventEditorAddEffect: "Effekt hozzáadása"
|
||||
eventEditorAddEffectLocation: "Effekt hely hozzáadása"
|
||||
eventEditorNoEffects: "Nincs effekt beállítva"
|
||||
eventEditorMustAddEffects: "Először az effekteket kell hozzáadni!"
|
||||
eventEditorInvalidEffect: "nem érvényes effekt név!"
|
||||
eventEditorEffectsCleared: "Esemény effektek törölve."
|
||||
eventEditorEffectLocationPrompt: "Kattints jobb egérgombbal egy blokkra, ha effektet szeretne lejátszani, majd adja hozzá az 'add' elemet a listához való hozzáadásához, vagy adja meg a 'cancel'-t a visszatéréshez"
|
||||
eventEditorMobSpawns: "Esemény szörny idézések"
|
||||
eventEditorAddMobTypes: "Szörny hozzáadása"
|
||||
eventEditorNoTypesSet: "(Nincs típus beállítva)"
|
||||
eventEditorMustSetMobTypesFirst: "Először a szörny típusát kell beállítani!"
|
||||
eventEditorSetMobAmounts: "Szörny mennyiség beállítása"
|
||||
eventEditorNoAmountsSet: "(Nincs mennyiség beállítva)"
|
||||
eventEditorMustSetMobAmountsFirst: "Először be kell állítani a szörny összegét!"
|
||||
eventEditorAddSpawnLocation: "Spawn hely beállítása"
|
||||
eventEditorMobSpawnsCleared: "A szörny spawns törölve."
|
||||
eventEditorMustSetMobLocationFirst: "Először be kell állítani a spawn-helyet!"
|
||||
eventEditorInvalidMob: "nem érvényes szörny név!"
|
||||
eventEditorSetMobName: "Egyéni név beállítása a szörny számára"
|
||||
eventEditorSetMobType: "Szörny típus beállítása"
|
||||
eventEditorSetMobItemInHand: "Elem beállítása a kézben lévőt"
|
||||
eventEditorSetMobItemInHandDrop: "Kézben lévő esedének elem beállítása"
|
||||
eventEditorSetMobBoots: "Csizmák beállítása"
|
||||
eventEditorSetMobBootsDrop: "Csizma esélyének beállítása"
|
||||
eventEditorSetMobLeggings: "Nadrágok beállítása"
|
||||
eventEditorSetMobLeggingsDrop: "Nadrág véletlen esésének beállítása"
|
||||
eventEditorSetMobChestPlate: "Mellvért beállítása"
|
||||
eventEditorSetMobChestPlateDrop: "Mellvért véletlen esésének beállítása"
|
||||
eventEditorSetMobHelmet: "Sisak beállítása"
|
||||
eventEditorSetMobHelmetDrop: "Sisak véletlen esésének beállítása"
|
||||
eventEditorSetMobSpawnLoc: "Jobb egérgombbal kattints egy blokkra, hogy egy szörnyet indítson, majd add hozzá az 'add' a megerősítéshez, vagy add meg a 'cancel'-t a visszatéréshez"
|
||||
eventEditorSetMobSpawnAmount: "Szörny mennyiség beállítása, hogy idézzen"
|
||||
eventEditorSetDropChance: "Ledobás esély beállítása"
|
||||
eventEditorInvalidDropChance: "A csökkenési esélynek 0.0 és 1.0 között kell lennie"
|
||||
eventEditorLightningPrompt: "Jobb egérgombbal kattints egy blokkra, hogy villámcsapást hozzon létre, majd add hozzá az 'add' elemet a listához való hozzáadásához, vagy írd be a 'clear' lehetőséget a helyek listájának törléséhez, vagy a 'cancel'-t a visszatéréshez"
|
||||
eventEditorPotionEffects: "Bájital effekt események"
|
||||
eventEditorSetPotionEffectTypes: "Bájital effekt típusok beállítása"
|
||||
eventEditorMustSetPotionTypesFirst: "Először a bájital típusokat kell beállítani!"
|
||||
eventEditorSetPotionDurations: "Bájital effekt tartalmak beállítása"
|
||||
eventEditorMustSetPotionDurationsFirst: "Először a bájital időtartamát kell beállítani!"
|
||||
eventEditorMustSetPotionTypesAndDurationsFirst: "Először a bájital effekt típusokat és időtartamokat kell beállítani!"
|
||||
eventEditorNoDurationsSet: "(Nincs tartamok beállítva)"
|
||||
eventEditorSetPotionMagnitudes: "Bájital hatás nagyság beállítása"
|
||||
eventEditorPotionsCleared: "Bájital effektek törölve."
|
||||
eventEditorInvalidPotionType: "nem érvényes bájital hatású típus!"
|
||||
eventEditorEnterNPCId: "Írd be az NPC azonosítót (vagy vissza kell térni -1-re)"
|
||||
eventEditorNoNPCExists: "Nem létezik NPC ezzel az azonosítóval!"
|
||||
eventEditorExplosionPrompt: "Jobb egérgombbal kattints egy blokkra, hogy robbanást indítson, majd add hozzá az 'add', hogy hozzáadja a listához, vagy írd be a 'clear'-t a törlési lista törléséhez vagy a 'cancel'-t a visszatéréshez"
|
||||
eventEditorSelectBlockFirst: "Először egy blokkot kell kiválasztani."
|
||||
eventEditorSetMessagePrompt: "Írd be az üzenetet, vagy írd be a 'none'-t a törléshez (vagy a 'cancel'-t a visszatéréshez)"
|
||||
eventEditorSetItemNamesPrompt: "Add meg az elemek elkülönítését szóközzel, vagy írja be a 'cancel'-t a visszatéréshez."
|
||||
eventEditorSetItemAmountsPrompt: "Add meg az elemek számát (számokat), amelyek egymástól elválasztják a szóközt, vagy a visszavonáshoz írd be a 'cancel' parancsot."
|
||||
eventEditorSetMobTypesPrompt: "Add meg a szörny nevét, vagy add meg a 'cancel'-t a visszatéréshez"
|
||||
eventEditorSetMobAmountsPrompt: "Add meg a szörny összegét, vagy add meg a 'cancel'-t a visszatéréshez"
|
||||
eventEditorSetMobNamePrompt: "Állítsd be a szörny nevét, vagy add meg a 'cancel'-t a visszatéréshez"
|
||||
eventEditorSetMobLocationPrompt: "Jobb egérgombbal kattints egy blokkra, hogy kiválassza, majd add meg a 'cancel'-t, hogy hozzáadja a szörny helyeket a helymeghatározási listájához, vagy add meg a 'cancel'-t a visszatéréshez"
|
||||
eventEditorSetPotionEffectsPrompt: "Add meg a bájital effekt típusokat, amelyek elválasztják egymást egy szóközzel, vagy írd be a 'cancel'-t a visszatéréshez"
|
||||
eventEditorSetPotionDurationsPrompt: "Add meg a hatás időtartamát (ezredmásodpercben), mindegyiket szóközzel elválasztva, vagy add meg a 'cancel'-t a visszatéréshez"
|
||||
eventEditorSetPotionMagnitudesPrompt: "Add meg a bájital hatás nagyságát, amelyek egymástól elválasztják a szóközt, vagy a 'cancel'-t a visszatéréshez"
|
||||
eventEditorSetHungerPrompt: "Add meg az éhségszintet, vagy a -1-et, hogy eltávolítsa azt"
|
||||
eventEditorHungerLevelAtLeastZero: "Az éhség szintjének legalább 0-nak kell lennie!"
|
||||
eventEditorSetSaturationPrompt: "Add meg a telítettségi szintet, vagy a -1-et, hogy eltávolítsa azt"
|
||||
eventEditorSaturationLevelAtLeastZero: "A telítési szintnek legalább 0-nak kell lennie!"
|
||||
eventEditorSetHealthPrompt: "Add meg az élet szintet, vagy a -1-et az eltávolításhoz"
|
||||
eventEditorHealthLevelAtLeastZero: "Az élet szintnek legalább 0-nak kell lennie!"
|
||||
eventEditorSetTeleportPrompt: "Jobb egérgombbal kattints egy blokkra, hogy teleportálja a játékost, majd a befejezéshez írd be a 'done' lehetőséget, vagy írd be a 'clear'-t a teleport helyének törléséhez vagy a 'cancel'-t a visszatéréshez"
|
||||
eventEditorCommandsNote: 'Megjegyzés: Használhatod a <player> kifejezést a játékos nevére.'
|
||||
eventEditorSetCommandsPrompt: "Add meg a parancsokat vesszővel elválasztva, vagy írd be a 'clear'-t a lista törléséhez, vagy add meg a 'cancel'-t a visszatéréshez."
|
||||
reqSetMoney: "Pénzigény beállítása"
|
||||
reqSetQuestPoints: "Küldetés pontkövetelmény beállítása"
|
||||
reqSetItem: "Elem követelmények beállítása"
|
||||
reqSetPerms: "Jog követelmények beállítása"
|
||||
reqSetQuest: "Küldetés követelmények beállítása"
|
||||
reqSetQuestBlocks: "Küldetés blokkok beállítása"
|
||||
reqSetMcMMO: "Az mcMMO követelmények beállítása"
|
||||
reqSetHeroes: "Heroes követelmények beállítása"
|
||||
reqSetCustom: "Egyéni követelmények"
|
||||
reqSetFail: "Hibaüzeneti üzenet követelmények beállítása"
|
||||
reqSetSkills: "Készségek beállítása"
|
||||
reqSetSkillAmounts: "Készség mennyiségek beállítása"
|
||||
reqHeroesSetPrimary: "Elsődleges osztály beállítása"
|
||||
reqHeroesSetSecondary: "Másodlagos osztály beállítása"
|
||||
reqMoneyPrompt: "Írd be a <money> értéket, vagy a 0-t a pénzigény tisztázásához, vagy a -1-et a visszavonáshoz"
|
||||
reqQuestPointsPrompt: "Add meg a Quest Pontok összegét, vagy a 0 gombot a Quest Pontok követelményének törléséhez, vagy a -1-et a visszavonáshoz"
|
||||
reqQuestPrompt: "Add meg a Quest nevek listáját, amelyek elválasztják egymást egy <comma>, vagy írd be a 'clear'-t a lista törléséhez vagy a 'cancel'-t a visszavonáshoz."
|
||||
reqRemoveItemsPrompt: "Add meg a true/false értékek listáját, különválasztva egy szóközzel, vagy add meg a 'cancel'-t a visszatéréshez."
|
||||
reqPermissionsPrompt: "Add meg az jog követelményeket, amelyek elválasztják egymást egy szóközzel, vagy írd be a 'clear'-t a lista törléséhez, vagy írd be a 'cancel'-t a visszatéréshez."
|
||||
reqCustomPrompt: "Add meg az egyedi követelmény nevét, vagy add hozzá a 'clear'-t, hogy törölje az összes egyéni követelményt, vagy a 'cancel'-t a visszatéréshez."
|
||||
reqMcMMOPrompt: "Add meg az mcMMO-készségeket, különválasztva egy szóközzel, vagy írd be a 'clear'-t a lista törléséhez vagy a 'cancel'-t a visszatéréshez."
|
||||
reqMcMMOAmountsPrompt: "Add meg az mcMMO készségösszegeket, elválasztva mindegyiket szóközzel, vagy írd be a 'clear'-t a lista törléséhez, vagy a 'cancel'-t a visszatéréshez."
|
||||
reqHeroesPrimaryPrompt: "Add meg a Heroes Primary Class nevet, vagy írd be a 'clear' lehetőséget a követelmény törléséhez, vagy a 'cancel'-t a visszatéréshez."
|
||||
reqHeroesSecondaryPrompt: "Add meg a Heroes másodlagos osztály nevét, vagy írd be a 'clear'-t, hogy törölje a követelményt, vagy 'cancel'-t a visszatéréshez."
|
||||
reqFailMessagePrompt: "Írd be a hibaüzeneti üzeneteket, vagy add meg a 'cancel'-t a visszatéréshez."
|
||||
reqAddItem: "Elem hozzáadása"
|
||||
reqSetRemoveItems: "Elemek eltávolításának beállítása"
|
||||
reqNoItemsSet: "Nincs elemek beállítva"
|
||||
reqNoValuesSet: "Nincs beállítva érték"
|
||||
reqHeroesPrimaryDisplay: "Elsődleges osztály:"
|
||||
reqHeroesSecondaryDisplay: "Másodlagos osztály:"
|
||||
reqGreaterThanZero: "Az összegnek nagyobbnak kell lennie mint 0!"
|
||||
reqNotAQuestName: "<quest> nem Küldetés név!"
|
||||
reqItemCleared: "Az elemekre vonatkozó követelmények törölve."
|
||||
reqListsNotSameSize: "Az elemek listája és a elemek eltávolítása nem azonos méretű!"
|
||||
reqTrueFalseError: '<input> nem valódi vagy hamis érték!%br%Example: true false true true'
|
||||
reqCustomAlreadyAdded: "Ez az egyéni követelmény már hozzáadva!"
|
||||
reqCustomNotFound: "Egyéni igény modul nem található."
|
||||
reqCustomCleared: "Egyéni követelmények törölve."
|
||||
reqMcMMOError: "<input> nem mcMMO skill név!"
|
||||
reqMcMMOCleared: "mcMMO képzettségi követelmények törölve."
|
||||
reqMcMMOAmountsCleared: "mcMMO készségigényes követelmények törölve."
|
||||
reqHeroesNotPrimary: "Az <class> osztály nem elsődleges!"
|
||||
reqHeroesPrimaryCleared: "Heroes Primary Class követelmény törölve."
|
||||
reqHeroesNotSecondary: "Az <class> osztály nem másodlagos!"
|
||||
reqHeroesSecondaryCleared: "Heroes Secondary Class követelmény törölve."
|
||||
reqHeroesClassNotFound: "Osztály nem található!"
|
||||
reqNone: "Nincsenek követelmények"
|
||||
reqNotANumber: "A <input> nem szám!"
|
||||
reqMustAddItem: "Legalább egy elemet hozzá kell adnia!"
|
||||
reqNoMessage: "Be kell állítania a hibaüzeneteket!"
|
||||
reqNoMcMMO: "mcMMO nincs telepítve"
|
||||
reqNoHeroes: "Heroes nincs telepítve"
|
||||
rewSetMoney: "Pénz jutalom beállítása"
|
||||
rewSetQuestPoints: "Quest Pontok jutalom beállítása"
|
||||
rewSetItems: "Elem jutalmak beállítása"
|
||||
rewSetExperience: "Tapasztalat jutalom beállítása"
|
||||
rewSetCommands: "Parancs jutalmak beállítása"
|
||||
rewSetPermission: "Jog jutalmak beállítása"
|
||||
rewSetMcMMO: "mcMMO skill jutalmak beállítása"
|
||||
rewSetHeroes: "Heroes tapasztalati jutalmak beállítása"
|
||||
rewSetPhat: "PhatLoot jutalmak beállítása"
|
||||
rewSetCustom: "Egyéni jutalmak beállítása"
|
||||
rewSetHeroesClasses: "Osztályok beállítása"
|
||||
rewSetHeroesAmounts: "Tapasztalat mennyiségek beállítása"
|
||||
rewMoneyPrompt: "Add meg a <money> összegét, vagy a 0-t a pénz jutalom törléséhez, vagy a -1-et a visszavonáshoz"
|
||||
rewExperiencePrompt: "Írd be a tapasztalat mennyiségét, vagy a 0-t törölje a tapasztalat jutalmát, vagy a -1-et a visszavonáshoz"
|
||||
rewCommandPrompt: "Add meg a parancsokat, amelyek elválasztják egymást egy <comma>, vagy írd be a 'clear'-t a lista törléséhez, vagy add meg a 'cancel'-t a visszatéréshez."
|
||||
rewCommandPromptHint: 'Megjegyzés: Feladhatja <player> játékost arra a játékosra, aki elvégezte a küldetést. Például. ölje meg a <player> játékost'
|
||||
rewPermissionsPrompt: "Add meg az engedélyhez jutó jutalmakat, amelyek egymástól elválasztják a szóközt, vagy írd be a 'clear'-t a lista törléséhez, vagy a 'cancel'-t a visszatéréshez."
|
||||
rewQuestPointsPrompt: "Írd be a Quest Pontok összegét, vagy a 0 gombot a Quest Pontok jutalom törléséhez, vagy a -1 gombot a visszavonáshoz"
|
||||
rewMcMMOPrompt: "Add meg az mcMMO készségeket, elválasztva egymástól egy szóközt, vagy a 'cancel'-t a visszatéréshez."
|
||||
rewMcMMOPromptHint: 'Megjegyzés: Az ''All'' beírása minden szintet biztosít.'
|
||||
rewHeroesClassesPrompt: "Add meg a Heroes osztályokat, amelyek egymástól elválasztják a szóközt, vagy a 'cancel'-t a visszatéréshez."
|
||||
rewHeroesExperiencePrompt: "Írd be a tapasztalat összegeket (számok, tizedesjegyek engedélyezettek), mindegyiket szétválasztásával, vagy add meg a 'cancel'-t a visszatéréshez."
|
||||
rewPhatLootsPrompt: "Add meg a PhatLoot-okat, amelyek egymástól elválasztják a szóközt, vagy írd be a 'clear'-t a lista törléséhez vagy a 'cancel'-t a visszavonáshoz."
|
||||
rewCustomRewardPrompt: "Add meg a hozzáadott egyéni jutalom nevét, vagy írd be a 'clear' opciót az összes egyéni jutalom törléséhez vagy a 'cancel'-t a visszavonáshoz."
|
||||
rewItemsCleared: "Elem jutalmak törölve."
|
||||
rewNoMcMMOSkills: "Nincs készségek beállítva"
|
||||
rewNoHeroesClasses: "Nincsenek osztályok beállítva"
|
||||
rewSetMcMMOSkillsFirst: "Először készségeket kell beállítani!"
|
||||
rewMcMMOCleared: "mcMMO jutalmak törölve."
|
||||
rewMcMMOListsNotSameSize: "A készséglista és a készségek összege nem azonos méretű!"
|
||||
rewSetHeroesClassesFirst: "Először be kell állítani az osztályokat!"
|
||||
rewHeroesCleared: "Heroes jutalmak törölve."
|
||||
rewHeroesListsNotSameSize: "Az osztályok listája és a tapasztalatok összege nem azonos méretű!"
|
||||
rewHeroesInvalidClass: "A <input> nem érvényes Heroes osztály neve!"
|
||||
rewPhatLootsInvalid: "A <input> nem érvényes PhatLoot név!"
|
||||
rewPhatLootsCleared: "PhatLoots jutalom törölve."
|
||||
rewCustomAlreadyAdded: "Ez az egyéni jutalom már hozzá van adva!"
|
||||
rewCustomNotFound: "Egyéni jutalom modul nem található."
|
||||
rewCustomCleared: "Egyéni jutalmak törölve."
|
||||
rewNoPhat: "PhatLoots nincs telepítve"
|
||||
itemCreateLoadHand: "Elem töltése, ami a kézben van"
|
||||
itemCreateSetName: "Név beállítása"
|
||||
itemCreateSetAmount: "Mennyiség beállítása"
|
||||
itemCreateSetDurab: "Tartósság beállítása"
|
||||
itemCreateSetEnchs: "Hozzáad/töröl varázslatok"
|
||||
itemCreateSetDisplay: "Megjelenítő név beállítása"
|
||||
itemCreateSetLore: "Lore beállítása"
|
||||
itemCreateEnterName: "Add meg az elem nevét, vagy a 'cancel'-t a visszatéréshez."
|
||||
itemCreateEnterAmount: "Add meg az elem mennyiségét (legfeljebb 64), vagy a 'cancel'-t a visszatéréshez."
|
||||
itemCreateEnterDurab: "Add meg az elemek tartósságát, vagy töröld az adatokat, vagy a 'cancel'-t a visszatéréshez."
|
||||
itemCreateEnterEnch: "Add meg a varázslat nevét vagy a 'clear' kifejezést a varázslatok törléséhez vagy a 'cancel'-t a visszavonáshoz."
|
||||
itemCreateEnterLevel: "Adj meg egy szintet (szám) a <enchantment> varázslatra"
|
||||
itemCreateEnterDisplay: "Add meg az elem megjelenítési nevét vagy a 'clear' lehetőséget a megjelenítési név törléséhez, vagy a 'cancel'-t a visszatéréshez."
|
||||
itemCreateEnterLore: "Írd be a tételleírást, amely elválasztja az egyes sorokat egy pontosvessző; vagy 'clear'-t a törléshez, vagy a 'cancel'-t a visszatéréshez."
|
||||
itemCreateLoaded: "Elem betöltve."
|
||||
itemCreateNoItem: "Nincs elem a kézben!"
|
||||
itemCreateNoName: "Be kell állítani a nevet először!"
|
||||
itemCreateInvalidName: "Érvénytelen elem név!"
|
||||
itemCreateInvalidAmount: "Az összegnek 1-64 között kell lennie!"
|
||||
itemCreateInvalidDurab: "Érvénytelen elem tartósság!"
|
||||
itemCreateInvalidEnch: "Érvénytelen varázslat név!"
|
||||
itemCreateInvalidLevel: "A szintnek 0-nál nagyobbnak kell lennie!"
|
||||
itemCreateInvalidInput: "Hibás bemenet!"
|
||||
itemCreateNotNumber: "A bevitel nem szám volt!"
|
||||
itemCreateNoNameAmount: "Először meg kell adnia egy nevet és egy összeget!"
|
||||
itemCreateCriticalError: "Kritikus hiba történt."
|
||||
questTitle: "-- <quest> --"
|
||||
questObjectivesTitle: "---(<quest>)---"
|
||||
questCompleteTitle: '**KÜLDETÉS TELJESÍTVE: <quest>**'
|
||||
questRewardsTitle: "Jutalmak:"
|
||||
journalTitle: "Küldetési folyóirat"
|
||||
questsTitle: "- Küldetések -"
|
||||
questHelpTitle: "- Küldetések -"
|
||||
questListTitle: "- Küldetések -"
|
||||
questNPCListTitle: "- Küldetések | <npc> -"
|
||||
questAdminHelpTitle: "- Küldetés admin -"
|
||||
questEditorTitle: "- Küldetés szerkesztő -"
|
||||
eventEditorTitle: "- Esemény szerkesztő - "
|
||||
questCreateTitle: "- Küldetés létrehozása -"
|
||||
questEditTitle: "- Küldetés szerkesztése -"
|
||||
questDeleteTitle: "- Küldetés törlése -"
|
||||
requirementsTitle: "- <quest> | Követelmények -"
|
||||
rewardsTitle: "- <quest> | Jutalmak -"
|
||||
itemRequirementsTitle: "- Elem követelmények -"
|
||||
itemRewardsTitle: "- Elem jutalmak -"
|
||||
mcMMORequirementsTitle: "- mcMMO követelmények -"
|
||||
mcMMORewardsTitle: "- mcMMO jutalmak -"
|
||||
heroesRequirementsTitle: "- Heroes követelmények -"
|
||||
heroesRewardsTitle: "- Heroes jutalmak -"
|
||||
heroesClassesTitle: "- Heroes osztályok -"
|
||||
heroesExperienceTitle: "- Heroes tapasztalat -"
|
||||
heroesPrimaryTitle: "- Elsődleges osztályok -"
|
||||
heroesSecondaryTitle: "- Másodlagos osztályok -"
|
||||
phatLootsRewardsTitle: "- PhatLoots jutalmak -"
|
||||
customRequirementsTitle: "- Egyéni követelmények -"
|
||||
customRewardsTitle: "- Egyéni jutalmak -"
|
||||
skillListTitle: "- Készséglista -"
|
||||
eventTitle: "- Esemény -"
|
||||
completedQuestsTitle: "- Teljesített küldetések -"
|
||||
topQuestersTitle: "- Legjobb <number> küldetésezők -"
|
||||
createItemTitle: "- Elem létrehozása -"
|
||||
enchantmentsTitle: "- Varázslatok -"
|
||||
questGUITitle: "- GUI elem megjelenítése -"
|
||||
questRegionTitle: "- Küldetés régió -"
|
||||
eventEditorGiveItemsTitle: "- Elemek adása -"
|
||||
eventEditorEffectsTitle: "- Effektek -"
|
||||
eventEditorStormTitle: "- Esemény vihar -"
|
||||
eventEditorThunderTitle: "- Esemény dörgés -"
|
||||
eventEditorMobSpawnsTitle: "- Esemény szörny idézések -"
|
||||
eventEditorMobsTitle: "- Szörnyek -"
|
||||
eventEditorAddMobTypesTitle: "- Szörny hozzáadása -"
|
||||
eventEditorPotionEffectsTitle: "- Esemény ital effektek -"
|
||||
eventEditorPotionTypesTitle: "- Esemény bájital típusok -"
|
||||
eventEditorWorldsTitle: "- Világok -"
|
||||
effBlazeShoot: "A Blaze-tüzelés hangja"
|
||||
effBowFire: "Az íj tüzelésének hangja"
|
||||
effClick1: "Kattintás hang"
|
||||
effClick2: "Egy másik kattintási hang"
|
||||
effDoorToggle: "Az ajtó nyitásának vagy zárásának hangja"
|
||||
effExtinguish: "A tűz megszűnik hang"
|
||||
effGhastShoot: "A Ghast-tüzelés hangja"
|
||||
effGhastShriek: "Ghast-sikoltozás hang"
|
||||
effZombieWood: "Egy zombi hangja, amely egy vasajtót rág"
|
||||
effZombieIron: "Egy zombi hangja, amely egy fából készült ajtót rág"
|
||||
effEnterName: "Add meg a hatás nevét, hogy hozzáadja a listához, vagy add meg a 'cancel'-t a visszatéréshez"
|
||||
cmdCancel: "mégse"
|
||||
cmdAdd: "hozzáad"
|
||||
cmdClear: "törlés"
|
||||
cmdNone: "semmi"
|
||||
cmdDone: "kész"
|
||||
acceptQuest: "Elfogadja a küldetést?"
|
||||
enterAnOption: "Adjon meg egy lehetőséget"
|
||||
questAccepted: 'A küldetés elfogadva: <quest>'
|
||||
currentQuest: "Jelenlegi küldetések:"
|
||||
noMoreQuest: "Nincs több küldetés."
|
||||
damage: "Sebzés"
|
||||
break: "Tör"
|
||||
place: "Helyez"
|
||||
use: "Használ"
|
||||
cut: "Kivágás"
|
||||
catchFish: "Hal fogás"
|
||||
enchantItem: "Elvarázsolva <item> a(z) <enchantment>"
|
||||
kill: "Ölés"
|
||||
killAtLocation: "Megölt egy <mob>-t <location> helyen"
|
||||
killPlayer: "Játékos megölése"
|
||||
deliver: "Szállít <item> <npc>-re"
|
||||
talkTo: "Beszéljen a <npc>-vel"
|
||||
tame: "Szelídítés"
|
||||
shearSheep: "Bárány <color> nyírás"
|
||||
goTo: "Menj <location>"
|
||||
completed: "Teljesítve"
|
||||
redoCompleted: "(Teljesítve)"
|
||||
consoleError: "Ez a parancs csak játékban játszható le."
|
||||
invalidSelection: "Érvénytelen kiválasztás!"
|
||||
noActiveQuest: "Jelenleg nincs aktív küldetés."
|
||||
speakTo: 'Kezdés: Beszélj <npc>-vel'
|
||||
mustSpeakTo: "A <npc> kifejezéssel kell beszélnie, hogy elindítsd ezt a küldetést."
|
||||
noCommandStart: "<quest> nem indítható parancs segítségével."
|
||||
permissionDisplay: "Jog:"
|
||||
heroesClass: "osztály"
|
||||
mcMMOLevel: "szint"
|
||||
haveCompleted: "Teljesítetted <quest>"
|
||||
cannotComplete: "Nincs teljesítve <quest> küldetés"
|
||||
questNotFound: "Küldetés nem található."
|
||||
alreadyConversing: "Már beszélgetsz!"
|
||||
inputNum: "A bemenetnek számnak kell lennie."
|
||||
inputPosNum: "A bemenetnek pozitív számnak kell lennie."
|
||||
questModified: "Az aktív küldetés <quest> módosult. Kénytelen volt kilépni a küldetésből."
|
||||
questNotExist: "Az aktív küldetés <quest> már nem létezik. Kénytelen volt kilépni a küldetésből."
|
||||
questInvalidChoice: "Érvénytelen választás. Írd be 'Yes' vagy 'No'"
|
||||
questPointsDisplay: "Küldetés pontok:"
|
||||
questNoDrop: "Lehet, hogy nem dobja le a küldetés elemeket."
|
||||
questNoBrew: "Nem teheted fel küldetés elemeket."
|
||||
questNoStore: "A küldetés elemeket nem tárolhatja."
|
||||
questNoCraft: "Nem barkácsolhatsz fel Quest elemeket."
|
||||
questNoEquip: "Nem lehet felszerelni Quest elemeket."
|
||||
questNoDispense: "A Quest tárgyait nem lehet a adagolókban elhelyezni."
|
||||
questNoEnchant: "Nem varázsolni a Quest tárgyait."
|
||||
questNoSmelt: "Nem lehet égetni a Quest tárgyait."
|
||||
questInfoNoPerms: "Nincs jogod a Quest információinak megtekintésére."
|
||||
questCmdNoPerms: "Nincs hozzáférésed ehhez a parancshoz."
|
||||
pageSelectionNum: "Az oldalválasztásnak számnak kell lennie."
|
||||
pageSelectionPosNum: "Az oldal kiválasztásának pozitív számnak kell lennie."
|
||||
questListNoPerms: "Nincs jogod a Küldetések listájának megtekintéséhez."
|
||||
questTakeNoPerms: "Nincs jogod a küldetések végrehajtására parancson keresztül."
|
||||
questTakeDisabled: "A Quests parancsok általi fogadása le van tiltva."
|
||||
questQuit: "Kiléptél a <quest>-ból/-ből"
|
||||
questQuitNoPerms: "Nincs jogod a Quests elhagyására."
|
||||
questQuitDisabled: "A Quests elhagyása le van tiltva."
|
||||
questEditorNoPerms: "Nincs jogod a Quests szerkesztő használatához."
|
||||
eventEditorNoPerms: "Nincs jogod az eseményszerkesztő használatára."
|
||||
questsUnknownCommand: "Ismeretlen Quests parancs. Típus /quests a segítségért."
|
||||
pageNotExist: "Az oldal nem létezik."
|
||||
pageFooter: "- Oldal <current> / <all> -"
|
||||
questsReloaded: "Quests újratöltve."
|
||||
numQuestsLoaded: "<number> Küldetés betöltve."
|
||||
questForceTake: "<player> erőszakkal elindította a küldetést <quest>."
|
||||
questForcedTake: "<player> arra kényszerített, hogy ved el a Quest <quest>-t."
|
||||
questForceQuit: "<player> erőszakkal kilépett a <quest> küldetésből."
|
||||
questForcedQuit: "<player> arra kényszerített, hogy lépj ki a <quest> küldetésből."
|
||||
questForceFinish: "<player> erőszakkal befejezte a <quest> küldetést."
|
||||
questForcedFinish: "<player> arra kényszerített, hogy fejezd be a <quest> küldetést."
|
||||
questForceNextStage: "<player> a Quest <quest> következő lépcsőjébe lépett."
|
||||
questForcedNextStage: "<player> a Quest <quest> következő lépcsőjéhez vezetett."
|
||||
questPurged: "A <player> ki lett törölve és feketelistára került."
|
||||
questReset: "<player> vissza lett állítva."
|
||||
questRemoved: "Quest <quest> eltávolításra került <player> játékos befejezett küldetéséből."
|
||||
settingAllQuestPoints: "Az összes játékos Quest pontjának beállítása..."
|
||||
allQuestPointsSet: "A játékosok küldési pontjai <number> lettek beállítva!"
|
||||
setQuestPoints: "A <player> Quest Pontjai <number> értékre lettek beállítva."
|
||||
questPointsSet: "A <player> a Quest pontokat <number> állította be."
|
||||
takeQuestPoints: "Elvitt <number> küldési pontokat <player> játékostól."
|
||||
questPointsTaken: "<player> elvette <number> Quest pontokat."
|
||||
giveQuestPoints: "Adott <number> küldési pontok <player> játékosból."
|
||||
questPointsGiven: "<player> megadta a <number> Quest pontokat."
|
||||
enableNPCGUI: "A <npc> most GUI Quest Display-t ad."
|
||||
disableNPCGUI: "<npc> nem ad meg többé GUI Quest Display-t."
|
||||
invalidNumber: "Érvénytelen szám."
|
||||
noCurrentQuest: "<player> Jelenleg nincs aktív küldetése."
|
||||
playerNotFound: "A játékos nem található."
|
||||
invalidStageNum: "Érvénytelen szakaszszám a Quest <quest> számára"
|
||||
errorNPCID: 'Hiba: Nincs NPC <number> azonosítóval'
|
||||
errorReading: "Hiba történt a <file> olvasása közben, kihagyva.."
|
||||
errorReadingSuppress: "Hiba történt a <file> olvasása közben, további hibák elhárítása."
|
||||
errorDataFolder: 'Hiba: Nem lehet olvasni a Quests adatmappát!'
|
||||
questsPlayerHasQuestAlready: "<player> már szerepel a <quest> küldetésen!"
|
||||
questsUnknownAdminCommand: "Ismeretlen Questsadmin parancs. Típus /questsadmin a segítségért."
|
||||
unknownError: "Ismeretlen hiba történt. Lásd a konzol kimenetét."
|
||||
journalTaken: "Vedd ki a Quest Journal-t."
|
||||
journalPutAway: "Eltöröled a Quest Journal-t."
|
||||
journalAlreadyHave: "Már van a Quest Journal ki."
|
||||
journalNoRoom: "Nincs helye az eszköztárban a Quest Journal számára!"
|
||||
journalNoQuests: "Nincs elfogadott küldetésed!"
|
||||
journalDenied: "Ezt nem teheti meg a Quest Journal."
|
||||
ENCHANTMENT_ARROW_DAMAGE: "Erő"
|
||||
ENCHANTMENT_ARROW_FIRE: "Láng"
|
||||
ENCHANTMENT_ARROW_INFINITE: "Végtelen"
|
||||
ENCHANTMENT_ARROW_KNOCKBACK: "Puncs"
|
||||
ENCHANTMENT_BINDING_CURSE: "Kötő átka"
|
||||
ENCHANTMENT_DAMAGE_ALL: "Élesség"
|
||||
ENCHANTMENT_DAMAGE_ARTHROPODS: "Méreg"
|
||||
ENCHANTMENT_DEPTH_STRIDER: "Mélyjáró"
|
||||
ENCHANTMENT_DAMAGE_UNDEAD: "Sújtás"
|
||||
ENCHANTMENT_DIG_SPEED: "Hatékonyság"
|
||||
ENCHANTMENT_DURABILITY: "Törhetetlenség"
|
||||
ENCHANTMENT_FIRE_ASPECT: "Szikrából pattant"
|
||||
ENCHANTMENT_FROST_WALKER: "Víz járás"
|
||||
ENCHANTMENT_KNOCKBACK: "Hátraütés"
|
||||
ENCHANTMENT_LOOT_BONUS_BLOCKS: "Szerencse"
|
||||
ENCHANTMENT_LOOT_BONUS_MOBS: "Zsákmányolás"
|
||||
ENCHANTMENT_LUCK: "Szerencse a tengerből"
|
||||
ENCHANTMENT_LURE: "Csali"
|
||||
ENCHANTMENT_MENDING: "Javítás"
|
||||
ENCHANTMENT_OXYGEN: "Légzés"
|
||||
ENCHANTMENT_PROTECTION_ENVIRONMENTAL: "Védelem"
|
||||
ENCHANTMENT_PROTECTION_EXPLOSIONS: "Robbanás védelem"
|
||||
ENCHANTMENT_PROTECTION_FALL: "Könnyű esés"
|
||||
ENCHANTMENT_PROTECTION_FIRE: "Tűzvédelem"
|
||||
ENCHANTMENT_PROTECTION_PROJECTILE: "Lövedékvédelem"
|
||||
ENCHANTMENT_SILK_TOUCH: "Gyengéd érintés"
|
||||
ENCHANTMENT_SWEEPING: "Soprés"
|
||||
ENCHANTMENT_THORNS: "Tüskék"
|
||||
ENCHANTMENT_VANISHING_CURSE: "Elmúlt átok"
|
||||
ENCHANTMENT_WATER_WORKER: "Víz alatti légzés"
|
||||
COLOR_BLACK: "Fekete"
|
||||
COLOR_BLUE: "Kék"
|
||||
COLOR_BROWN: "Barna"
|
||||
COLOR_CYAN: "Cián"
|
||||
COLOR_GRAY: "Szürke"
|
||||
COLOR_GREEN: "Zöld"
|
||||
COLOR_LIGHT_BLUE: "Világoskék"
|
||||
COLOR_LIME: "RikítóZöld"
|
||||
COLOR_MAGENTA: "Bíborvörös"
|
||||
COLOR_ORANGE: "Narancs"
|
||||
COLOR_PINK: "Rózsaszín"
|
||||
COLOR_PURPLE: "Lila"
|
||||
COLOR_RED: "Piros"
|
||||
COLOR_SILVER: "Ezüst"
|
||||
COLOR_WHITE: "Fehér"
|
||||
COLOR_YELLOW: "Sárga"
|
||||
timeDay: "Nap"
|
||||
timeDays: "Nap"
|
||||
timeHour: "Óra"
|
||||
timeHours: "Óra"
|
||||
timeMinute: "Perc"
|
||||
timeMinutes: "Perc"
|
||||
timeSecond: "Másodperc"
|
||||
timeSeconds: "Másodperc"
|
||||
timeMillisecond: "Milliszekundum"
|
||||
timeMilliseconds: "Milliszekundum"
|
||||
event: "Esemény"
|
||||
delay: "Késleltető"
|
||||
save: "Mentés"
|
||||
exit: "Kilépés"
|
||||
exited: "Kilépett"
|
||||
cancel: "Mégse"
|
||||
cancelled: "Törölve"
|
||||
questTimeout: "Törölve."
|
||||
back: "Vissza"
|
||||
yesWord: "Igen"
|
||||
noWord: "Nem"
|
||||
"true": "igaz"
|
||||
"false": "hamis"
|
||||
clear: "Törlés"
|
||||
edit: "Szerkesztés"
|
||||
none: "Semmi"
|
||||
done: "Kész"
|
||||
comma: "vessző"
|
||||
finish: "Befejezés"
|
||||
quit: "Kilépés"
|
||||
noneSet: "Nincs beállítva"
|
||||
noDelaySet: "Nincs késleltető beállítva"
|
||||
noIdsSet: "Nincs ID beállítva"
|
||||
noNamesSet: "Nincs név beállítva"
|
||||
worlds: "Világok"
|
||||
mobs: "Szörnyek"
|
||||
points: "pontok"
|
||||
invalidOption: "Érvénytelen lehetőség!"
|
||||
npcHint: 'Megjegyzés: balra vagy jobbra kattintva az NPC-k megkaphatják az azonosítójukat.'
|
||||
listDuplicate: "A lista duplikátumokat tartalmaz!"
|
||||
id: "ID"
|
||||
quest: "Küldetés"
|
||||
quests: "Küldetések"
|
||||
createdBy: "Készítette"
|
||||
continuedBy: "és tovább folytatódott"
|
||||
questPoints: "Küldetés Pontok"
|
||||
accepted: "Elfogadott"
|
||||
complete: "Teljesítve"
|
||||
redoable: "Újracserélhető"
|
||||
usage: "Használat"
|
||||
redoableEvery: "Minden <time> újracserélhető."
|
||||
requirements: "Követelmények"
|
||||
money: "Pénz"
|
||||
with: "Val vel"
|
||||
to: "nak nek"
|
||||
blocksWithin: "belül <összeg> blokkok"
|
||||
valRequired: "Érték szükséges"
|
||||
enchantedItem: "*Varázsolt*"
|
||||
experience: "Tapasztalat"
|
||||
timerMessage: '<green>A quest/szakasz befejezéséhez hátralévő idő: <red>%s másodperc'
|
||||
timerStart: "<green>Már <red>%s másodperc <green>befejezni a quest/színpad"
|
||||
questErrorReadingFile: "Hiba történt a Quests fájl olvasása közben."
|
||||
questSaveError: "Hiba történt a mentés közben."
|
||||
questBlacklisted: "Feketelistában van. Lépjen kapcsolatba az adminisztrátorral, ha ez hibás."
|
858
src/main/resources/lang/id/strings.yml
Normal file
858
src/main/resources/lang/id/strings.yml
Normal file
@ -0,0 +1,858 @@
|
||||
---
|
||||
questFailed: "*QUEST GAGAL*"
|
||||
questMaxAllowed: "Anda hanya dapat memliki hingga <number> Quests."
|
||||
questAlreadyOn: "Anda sudah ada di Quest itu!"
|
||||
questTooEarly: "Anda tidak boleh mengambil <quest> lagi untuk <time> yang lain."
|
||||
questAlreadyCompleted: "Anda sudah menyelesaikan <quest>."
|
||||
questInvalidLocation: "Anda mungkin tidak mengambil <quest> di lokasi ini."
|
||||
questInvalidDeliveryItem: "<item> is not a required item for this quest!"
|
||||
questSelectedLocation: "Lokasi yang dipilih"
|
||||
questDisplayHelp: "- Display this help"
|
||||
COMMAND_LIST: "daftar"
|
||||
COMMAND_LIST_HELP: "[page] daftar - Daftar Quests yang tersedia"
|
||||
COMMAND_TAKE: "ambil"
|
||||
COMMAND_TAKE_HELP: "take [quest name] - Accept a Quest"
|
||||
COMMAND_TAKE_USAGE: 'Usage: /quests take [quest]'
|
||||
COMMAND_QUIT: "keluar"
|
||||
COMMAND_QUIT_HELP: "keluar [quest] - keluar dari Quest saat ini"
|
||||
COMMAND_EDITOR: "editor"
|
||||
COMMAND_EDITOR_HELP: "editor - Buat/Edit Quests"
|
||||
COMMAND_EVENTS_EDITOR: "acara-acara"
|
||||
COMMAND_EVENTS_EDITOR_HELP: "acara - Buat/Edit Acara"
|
||||
COMMAND_STATS: "statistik"
|
||||
COMMAND_STATS_HELP: "statistik - Lihat statistik Questing anda"
|
||||
COMMAND_TOP: "atas"
|
||||
COMMAND_TOP_HELP: "top [number] - View top Questers"
|
||||
COMMAND_TOP_USAGE: 'Usage: /quests top [number]'
|
||||
COMMAND_INFO: "info"
|
||||
COMMAND_INFO_HELP: "info - Menampilkan Plugin informasi"
|
||||
COMMAND_JOURNAL: "jurnal"
|
||||
COMMAND_JOURNAL_HELP: "jurnal - Lihat/Letakkan jauh dari Quest Jurnal anda"
|
||||
COMMAND_QUEST_HELP: "- Menampilkan tujuan Quest saat ini"
|
||||
COMMAND_QUESTINFO_HELP: "[quest name] - Menampilkan Informasi Quest"
|
||||
COMMAND_QUESTADMIN_HELP: "-Lihat bantuan Questadmin"
|
||||
COMMAND_QUESTADMIN_STATS: "statistik"
|
||||
COMMAND_QUESTADMIN_STATS_HELP: "statistik [player] - Melihat statistik Questing dari seorang pemain"
|
||||
COMMAND_QUESTADMIN_GIVE: "memberi"
|
||||
COMMAND_QUESTADMIN_GIVE_HELP: "berikan [player] [quest] - Memaksa pemain untuk mengambil Quest"
|
||||
COMMAND_QUESTADMIN_QUIT: "keluar"
|
||||
COMMAND_QUESTADMIN_QUIT_HELP: "keluar [player] [quest] - Memaksa pemain untuk keluar dari Quest mereka"
|
||||
COMMAND_QUESTADMIN_POINTS: "poin-poin"
|
||||
COMMAND_QUESTADMIN_POINTS_HELP: "poin [player] [amount] - Tetapkan poin Quest pemain"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [player] [amount] - Take a players Quest Points"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [player] [amount] - Give a player Quest Points"
|
||||
COMMAND_QUESTADMIN_POINTSALL: "pointsall"
|
||||
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] - Set ALL players' Quest Points"
|
||||
COMMAND_QUESTADMIN_FINISH: "selesai"
|
||||
COMMAND_QUESTADMIN_FINISH_HELP: "selesai [player] [quest] - Segera buat Quest Quest untuk pemain"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE: "stage selanjutnya"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "nextstage [player] [quest] - Immediately force Stage completion for a player"
|
||||
COMMAND_QUESTADMIN_SETSTAGE: "setstage"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_HELP: "setstage [player] [quest] [stage] - Set the current Stage for a player"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Usage: /questadmin setstage [player] [quest] [stage]'
|
||||
COMMAND_QUESTADMIN_PURGE: "purge"
|
||||
COMMAND_QUESTADMIN_PURGE_HELP: "purge [player] - Clear all Quests data of a player AND BLACKLISTS THEM"
|
||||
COMMAND_QUESTADMIN_RESET: "reset"
|
||||
COMMAND_QUESTADMIN_RESET_HELP: "reset [player] - Clear all Quests data of a player"
|
||||
COMMAND_QUESTADMIN_REMOVE: "remove"
|
||||
COMMAND_QUESTADMIN_REMOVE_HELP: "remove [player] [quest] - Remove a completed Quest from a player"
|
||||
COMMAND_QUESTADMIN_TOGGLEGUI: "togglegui"
|
||||
COMMAND_QUESTADMIN_TOGGLEGUI_HELP: "togglegui [npc id] - Toggle GUI Quest Display on an NPC"
|
||||
COMMAND_QUESTADMIN_RELOAD: "reload"
|
||||
COMMAND_QUESTADMIN_RELOAD_HELP: "reload - Reload all Quests"
|
||||
questEditorHeader: "Create Quest"
|
||||
questEditorCreate: "Create new Quest"
|
||||
questEditorEdit: "Edit a Quest"
|
||||
questEditorDelete: "Delete Quest"
|
||||
questEditorName: "Set name"
|
||||
questEditorAskMessage: "Set ask message"
|
||||
questEditorFinishMessage: "Set finish message"
|
||||
questEditorRedoDelay: "Set redo delay"
|
||||
questEditorNPCStart: "Set NPC start"
|
||||
questEditorBlockStart: "Set Block start"
|
||||
questEditorInitialEvent: "Set initial Event"
|
||||
questEditorSetGUI: "Set GUI Item display"
|
||||
questEditorReqs: "Edit Requirements"
|
||||
questEditorStages: "Edit Stages"
|
||||
questEditorRews: "Edit Rewards"
|
||||
questEditorEnterQuestName: "Enter Quest name (or 'cancel' to return)"
|
||||
questEditorEditEnterQuestName: "Enter Quest name to edit (or 'cancel' to return)"
|
||||
questEditorEnterAskMessage: "Enter ask message (or 'cancel' to return)"
|
||||
questEditorEnterFinishMessage: "Enter finish message (or 'cancel' to return)"
|
||||
questEditorEnterRedoDelay: "Enter amount of time (in seconds), 0 to clear the redo delay or -1 to cancel"
|
||||
questEditorEnterNPCStart: "Enter NPC ID, -1 to clear the NPC start or -2 to cancel"
|
||||
questEditorEnterBlockStart: "Right-click on a block to use as a start point, then enter 'done' to save, or enter 'clear' to clear the block start, or 'cancel' to return"
|
||||
questEditorEnterInitialEvent: "Enter an Event name, or enter 'clear' to clear the initial Event, or 'cancel' to return"
|
||||
questRequiredNoneSet: "Required, none set"
|
||||
questWGSetRegion: "Atur Wilayah"
|
||||
questWGNotInstalled: "WorldGuard tidak diinstal"
|
||||
questWGPrompt: "Masukkan wilayah WorldGuard, atau masukkan 'clear; untuk menghapus wilayah, atau 'cancel' untuk kembali."
|
||||
questWGInvalidRegion: "<region> bukan wilayah WorldGuard yang valid!"
|
||||
questWGRegionCleared: "Daerah Quest yang dibersihkan."
|
||||
questCitNotInstalled: "Citizens tidak diinstal"
|
||||
questDenNotInstalled: "Denizen not installed"
|
||||
questGUIError: 'Kesalahan: Item itu sudah digunakan sebagai Tampilan GUI untuk Quest <quest>.'
|
||||
questCurrentItem: "Item saat ini:"
|
||||
questSetItem: "Atur Item"
|
||||
questClearItem: "Bersihkan Item"
|
||||
questGUICleared: "Tampilan Item Quest GUI dihapus."
|
||||
questDeleted: "Quest dihapus! Quest-quest dan Acara-acara telah dimuat ulang."
|
||||
questEditorNameExists: "Quest dengan nama itu sudah ada!"
|
||||
questEditorBeingEdited: "Seseorang sedang membuat/mengedit Quest dengan nama itu!"
|
||||
questEditorInvalidQuestName: "Nama mungkin tidak berisi periode atau koma!"
|
||||
questEditorInvalidEventName: "bukan nama acara yang valid!"
|
||||
questEditorInvalidNPC: "No NPC exists with that id!"
|
||||
questEditorNoStartBlockSelected: "Anda harus memilih satu blok terlebih dahulu."
|
||||
questEditorPositiveAmount: "Jumlah harus berupa angka positif."
|
||||
questEditorQuestAsRequirement1: "Quests berikut ini"
|
||||
questEditorQuestAsRequirement2: "sebagai persyaratan:"
|
||||
questEditorQuestAsRequirement3: "Anda harus memodifikasi Quests ini agar tidak menggunakannya sebelum menghapusnya."
|
||||
questEditorQuestNotFound: "Quest tidak ditemukan!"
|
||||
questEditorEventCleared: "Acara awal dibersihkan."
|
||||
questEditorSave: "Selesai dan simpan"
|
||||
questEditorNeedAskMessage: "Anda harus membuat pesan tanya!"
|
||||
questEditorNeedFinishMessage: "Anda harus mengatur sebuah pesan selesai!"
|
||||
questEditorNeedStages: "Quest Anda tidak memiliki Tahapan!"
|
||||
questEditorSaved: "Quest disimpan! (Anda perlu melakukan pemuatan ulang Quest agar muncul)"
|
||||
questEditorExited: "Apakah anda yakin ingin keluar tanpa menyimpan perubahan?"
|
||||
questEditorDeleted: "Apakah anda yakin ingin menghapus Quest"
|
||||
questEditorNoPermsCreate: "Anda tidak memiliki izin untuk membuat Quests."
|
||||
questEditorNoPermsEdit: "Anda tidak memiliki izin untuk mengedit Quests."
|
||||
questEditorNoPermsDelete: "Anda tidak memiliki izin untuk menghapus Quests."
|
||||
stageEditorEditStage: "Edit Stage"
|
||||
stageEditorNewStage: "Tambahkan Stage Baru"
|
||||
stageEditorStages: "Stages"
|
||||
stageEditorStage: "Stage"
|
||||
stageEditorBreakBlocks: "Break Blocks"
|
||||
stageEditorDamageBlocks: "Kerusakan Blok"
|
||||
stageEditorPlaceBlocks: "Menempatkan Blok-blok"
|
||||
stageEditorUseBlocks: "Gunakan Blok-blok"
|
||||
stageEditorCutBlocks: "Memotong Blok-blok"
|
||||
stageEditorCatchFish: "Menangkap Ikan"
|
||||
stageEditorFish: "ikan"
|
||||
stageEditorKillPlayers: "Bunuh Pemain"
|
||||
stageEditorPlayers: "para Pemain"
|
||||
stageEditorEnchantItems: "Enchant Items"
|
||||
stageEditorDeliverItems: "Deliver Items"
|
||||
stageEditorTalkToNPCs: "Talk to NPCs"
|
||||
stageEditorKillNPCs: "Kill NPCs"
|
||||
stageEditorKillMobs: "Kill Mobs"
|
||||
stageEditorReachLocs: "Reach locations"
|
||||
stageEditorReachRadii1: "Reach within"
|
||||
stageEditorReachRadii2: "blocks of"
|
||||
stageEditorTameMobs: "Tame Mobs"
|
||||
stageEditorShearSheep: "Shear Sheep"
|
||||
stageEditorEvents: "Events"
|
||||
stageEditorStageEvents: "Stage Events"
|
||||
stageEditorStartEvent: "Start Event"
|
||||
stageEditorStartEventCleared: "Start Event cleared."
|
||||
stageEditorFinishEvent: "Finish Event"
|
||||
stageEditorFinishEventCleared: "Finish Event cleared."
|
||||
stageEditorChatEvents: "Chat Events"
|
||||
stageEditorChatTrigger: "Chat Trigger"
|
||||
stageEditorTriggeredBy: "Triggered by"
|
||||
stageEditorChatEventsCleared: "Chat Events cleared."
|
||||
stageEditorDeathEvent: "Death Event"
|
||||
stageEditorDeathEventCleared: "Death Event cleared."
|
||||
stageEditorDisconnectEvent: "Disconnect Event"
|
||||
stageEditorDisconnectEventCleared: "Disconnect Event 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 durability"
|
||||
stageEditorSetDamageAmounts: "Set damage amounts"
|
||||
stageEditorSetPlaceAmounts: "Set place amounts"
|
||||
stageEditorSetUseAmounts: "Set use amounts"
|
||||
stageEditorSetCutAmounts: "Set cut amounts"
|
||||
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: "Atur Nama-nama lokasi membunuh"
|
||||
stageEditorSetLocations: "Tetapkan lokasi"
|
||||
stageEditorSetLocationRadii: "Set location radii"
|
||||
stageEditorSetLocationNames: "Atur Nama-nama lokasi"
|
||||
stageEditorSetTameAmounts: "Tetapkan jumlah jinak"
|
||||
stageEditorSetShearColors: "Tetapkan warna domba"
|
||||
stageEditorSetShearAmounts: "Tetapkan jumlah geser"
|
||||
stageEditorPassword: "Password Objectives"
|
||||
stageEditorAddPasswordDisplay: "Tambahkan tampilan kata sandi"
|
||||
stageEditorAddPasswordPhrases: "Add password phrase(s)"
|
||||
stageEditorNoPasswordDisplays: "Tidak adapenetapan kata sandi yang ditampilkan"
|
||||
stageObjectiveOverride: "Objective Display Override"
|
||||
stageEditorCustom: "Kustomisasi Tujuan"
|
||||
stageEditorNoModules: "Tidak ada sumber yang dimuat"
|
||||
stageEditorModuleNotFound: "Custom objective module not found."
|
||||
stageEditorCustomPrompt: "Masukkan nama tujuan khusus untuk ditambahkan, atau masukkan 'clear' untuk menghapus semua tujuan khusus, atau 'cancel' untuk kembali."
|
||||
stageEditorCustomAlreadyAdded: "Tujuan khusus itu telah ditambahkan!"
|
||||
stageEditorCustomCleared: "Custom objectives cleared."
|
||||
stageEditorCustomDataPrompt: "Masukkan nilai untuk <data>:"
|
||||
stageEditorEnterBlockNames: "Masukkan nama blok (atau ID), pisahkan masing-masing satu spasi, atau masukkan 'cancel' untuk kembali."
|
||||
stageEditorBreakBlocksPrompt: "Masukkan jumlah istirahat (angka), pisahkan masing-masing satu spasi, atau masukkan 'cancel' untuk kembali."
|
||||
stageEditorDamageBlocksPrompt: "Masukkan jumlah kerusakan (angka), pisahkan masing-masing satu spasi, atau masukkan 'cancel' untuk kembali."
|
||||
stageEditorPlaceBlocksPrompt: "Masukkan jumlah tempat (angka), pisahkan masing-masing satu spasi, atau masukkan 'cancel' untuk kembali."
|
||||
stageEditorUseBlocksPrompt: "Masukkan jumlah pemakaian (angka), pisahkan masing-masing satu spasi, atau masukkan 'cancel' untuk kembali."
|
||||
stageEditorCutBlocksPrompt: "Masukkan jumlah memotong (angka), pisahkan masing-masing satu spasi, atau masukkan 'batalkan' untuk kembali."
|
||||
stageEditorEnterBlockDurability: "Masukkan daya tahan blok (angka), pisahkan masing-masing spasi, atau masukkan 'cancel' untuk kembali."
|
||||
stageEditorCatchFishPrompt: "Masukkan jumlah ikan untuk ditangkap, atau 0 untuk membersihkan tangkapan tangkapan ikan, atau -1 untuk membatalkan"
|
||||
stageEditorKillPlayerPrompt: "Masukkan jumlah pemain untuk membunuh, atau 0 untuk menghapus sasaran membunuh pemain, atau -1 untuk membatalkan"
|
||||
stageEditorEnchantTypePrompt: "Masukkan nama pesona, pisahkan masing-masing dengan koma, atau masukkan 'cancel' untuk kembali."
|
||||
stageEditorEnchantAmountsPrompt: "Enter enchant amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorItemNamesPrompt: "Masukkan nama item, pisahkan masing-masing satu spasi, atau masukkan 'cancel' untuk kembali."
|
||||
stageEditorNPCPrompt: "Enter NPC ids, separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorNPCToTalkToPrompt: "Enter NPC IDs, separating each one by a space, or enter 'clear' to clear the NPC ID list, or 'cancel' to return."
|
||||
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
||||
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobAmountsPrompt: "Enter mob amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the kill location list, or enter 'cancel' to return"
|
||||
stageEditorMobLocationRadiiPrompt: "Enter kill location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
||||
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorReachLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||
stageEditorTameAmountsPrompt: "Enter tame amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorShearColorsPrompt: "Enter sheep colors separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorShearAmountsPrompt: "Enter shear amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorEventsPrompt: "Enter an event name, or enter 'clear' to clear the event, or 'cancel' to return"
|
||||
stageEditorChatEventsPrompt: "Enter an event name to add, or enter 'clear' to clear all chat events, or 'cancel' to return"
|
||||
stageEditorChatEventsTriggerPromptA: "Enter a chat trigger for"
|
||||
stageEditorChatEventsTriggerPromptB: "or enter 'cancel' to return."
|
||||
stageEditorDelayPrompt: "Enter time (in seconds), or enter 'clear' to clear the delay, or 'cancel' to return"
|
||||
stageEditorDelayMessagePrompt: "Enter delay message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorScriptPrompt: "Enter script name, or enter 'clear' to clear the script, or 'cancel' to return"
|
||||
stageEditorStartMessagePrompt: "Enter start message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorCompleteMessagePrompt: "Enter complete message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorPasswordDisplayPrompt: "Enter a password display, or 'cancel' to return"
|
||||
stageEditorPasswordDisplayHint: "(This is the text that will be displayed to the player as their objective)"
|
||||
stageEditorPasswordPhrasePrompt: "Enter a password phrase, or 'cancel' to return"
|
||||
stageEditorPasswordPhraseHint1: "(This is the text that a player has to say to complete the objective)"
|
||||
stageEditorPasswordPhraseHint2: "If you want multiple password phrases, seperate them by a | (pipe)"
|
||||
stageEditorObjectiveOverridePrompt: "Enter objective display override, or 'clear' to clear the override, or 'cancel' to return."
|
||||
stageEditorObjectiveOverrideHint: "(The objective display override will show up as the players current objective)"
|
||||
stageEditorObjectiveOverrideCleared: "Objective display override cleared."
|
||||
stageEditorDeliveryAddItem: "Add item"
|
||||
stageEditorDeliveryNPCs: "Set NPC IDs"
|
||||
stageEditorDeliveryMessages: "Set delivery messages"
|
||||
stageEditorContainsDuplicates: "List contains duplicates!"
|
||||
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!"
|
||||
stageEditorInvalidNumber: "is not a number!"
|
||||
stageEditorInvalidDye: "is not a valid dye color!"
|
||||
stageEditorInvalidEvent: "is not a valid event name!"
|
||||
stageEditorDuplicateEvent: "Event is already in the list!"
|
||||
stageEditorInvalidDelay: "Delay must be at least one second!"
|
||||
stageEditorInvalidScript: "Denizen script not found!"
|
||||
stageEditorNoCitizens: "Citizens is not installed!"
|
||||
stageEditorNoDenizen: "Denizen is not installed!"
|
||||
stageEditorPositiveAmount: "You must enter a positive number!"
|
||||
stageEditorNoNumber: "Input was not a number!"
|
||||
stageEditorNotGreaterThanZero: "is not greater than 0!"
|
||||
stageEditorNotListofNumbers: "Invalid entry, input was not a list of numbers!"
|
||||
stageEditorNoDelaySet: "You must set a delay first!"
|
||||
stageEditorNoBlockNames: "You must set block names first!"
|
||||
stageEditorNoEnchantments: "You must set enchantments first!"
|
||||
stageEditorNoItems: "You must add items first!"
|
||||
stageEditorNoDeliveryMessage: "You must set at least one delivery message!"
|
||||
stageEditorNoNPCs: "You must set NPC IDs first!"
|
||||
stageEditorNoMobTypes: "You must set mob types first!"
|
||||
stageEditorNoKillLocations: "You must set kill locations first!"
|
||||
stageEditorNoBlockSelected: "You must select a block first."
|
||||
stageEditorNoColors: "You must set colors first!"
|
||||
stageEditorNoLocations: "You must set locations first!"
|
||||
stageEditorNoEnchantmentsSet: "No enchantments set"
|
||||
stageEditorNoItemsSet: "No items set"
|
||||
stageEditorNoMobTypesSet: "No mob types set"
|
||||
stageEditorNoLocationsSet: "No locations set"
|
||||
stageEditorNoColorsSet: "No colors set"
|
||||
stageEditorListNotSameSize: "The block names list and the amounts list are not the same size!"
|
||||
stageEditorEnchantmentNotSameSize: "The enchantments list, the item id list and the enchant amount list are not the same size!"
|
||||
stageEditorDeliveriesNotSameSize: "The item list and the NPC list are not equal in size!"
|
||||
stageEditorNPCKillsNotSameSize: "The NPC IDs list and the kill amounts list are not the same size!"
|
||||
stageEditorAllListsNotSameSize: "All of your lists are not the same size!"
|
||||
stageEditorMobTypesNotSameSize: "The mob types list and the mob amounts list are not the same size!"
|
||||
stageEditorTameMobsNotSameSize: "The mob types list and the tame amounts list are not the same size!"
|
||||
stageEditorShearNotSameSize: "The sheep colors list and the shear amounts list are not the same size!"
|
||||
stageEditorMustSetPasswordDisplays: "You must add at least one password display first!"
|
||||
stageEditorAddPasswordCleared: "Password Objectives cleared."
|
||||
stageEditorPasswordNotSameSize: "The password display and password phrase lists are not the same size!"
|
||||
stageEditorListContainsDuplicates: " List contains duplicates!"
|
||||
stageEditorDelayCleared: "Delay cleared."
|
||||
stageEditorDelayMessageCleared: "Delay message cleared."
|
||||
stageEditorDenizenCleared: "Denizen script cleared."
|
||||
stageEditorBreakBlocksCleared: "Break blocks objective cleared."
|
||||
stageEditorDamageBlocksCleared: "Damage blocks objective cleared."
|
||||
stageEditorPlaceBlocksCleared: "Place blocks objective cleared."
|
||||
stageEditorUseBlocksCleared: "Use blocks objective cleared."
|
||||
stageEditorCutBlocksCleared: "Cut blocks objective cleared."
|
||||
stageEditorEnchantmentsCleared: "Enchantment objective cleared."
|
||||
stageEditorDeliveriesCleared: "Delivery objective cleared."
|
||||
stageEditorReachLocationsCleared: "Reach Locations objective cleared."
|
||||
stageEditorKillNPCsCleared: "Kill NPCs objective cleared."
|
||||
stageEditorKillMobsCleared: "Kill Mobs objective cleared."
|
||||
stageEditorTameCleared: "Tame Mobs objective cleared."
|
||||
stageEditorShearCleared: "Shear Sheep objective cleared."
|
||||
stageEditorStartMessageCleared: "Start message cleared."
|
||||
stageEditorCompleteMessageCleared: "Complete message cleared."
|
||||
stageEditorConfirmStageDelete: "Are you sure you want to delete this stage?"
|
||||
stageEditorConfirmStageNote: "Any Stages after will be shifted back one spot"
|
||||
stageEditorDeleteSucces: "Stage deleted successfully."
|
||||
stageEditorEnchantments: "Enchantments"
|
||||
stageEditorNPCNote: 'Note: You may specify the name of the NPC with <npc>'
|
||||
stageEditorOptional: "Optional"
|
||||
stageEditorColors: "Sheep Colors"
|
||||
allListsNotSameSize: "All of your lists are not the same size!"
|
||||
eventEditorCreate: "Create new Event"
|
||||
eventEditorEdit: "Edit an Event"
|
||||
eventEditorDelete: "Delete an Event"
|
||||
eventEditorCreatePermisssions: "You do not have permission to create new Events."
|
||||
eventEditorEditPermisssions: "You do not have permission to edit Events."
|
||||
eventEditorDeletePermisssions: "You do not have permission to delete Events."
|
||||
eventEditorNoneToEdit: "No Events currently exist to be edited!"
|
||||
eventEditorNoneToDelete: "No Events currently exist to be deleted!"
|
||||
eventEditorNotFound: "Event not found!"
|
||||
eventEditorExists: "Event already exists!"
|
||||
eventEditorSomeone: "Someone is already creating or editing an Event with that name!"
|
||||
eventEditorAlpha: "Name must be alphanumeric!"
|
||||
eventEditorErrorReadingFile: "Error reading Events file."
|
||||
eventEditorErrorSaving: "An error occurred while saving."
|
||||
eventEditorDeleted: "Event deleted, Quests and Events reloaded."
|
||||
eventEditorSaved: "Event saved, Quests and Events reloaded."
|
||||
eventEditorEnterEventName: "Enter an Event name, or 'cancel' to return."
|
||||
eventEditorDeletePrompt: "Are you sure you want to delete the Event"
|
||||
eventEditorQuitWithoutSaving: "Are you sure you want to quit without saving?"
|
||||
eventEditorFinishAndSave: "Are you sure you want to finish and save the Event"
|
||||
eventEditorModifiedNote: 'Note: You have modified an Event that the following Quests use:'
|
||||
eventEditorForcedToQuit: "If you save the Event, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||
eventEditorEventInUse: "The following Quests use the Event"
|
||||
eventEditorMustModifyQuests: "eventEditorNotFound"
|
||||
eventEditorListSizeMismatch: "The lists are not the same size!"
|
||||
eventEditorListDuplicates: "List contains duplicates!"
|
||||
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||
eventEditorInvalidEntry: "Invalid entry"
|
||||
eventEditorSetName: "Set name"
|
||||
eventEditorSetMessage: "Set message"
|
||||
eventEditorClearInv: "Clear player 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: "Set potion effects"
|
||||
eventEditorSetHunger: "Set player hunger level"
|
||||
eventEditorSetSaturation: "Set player saturation level"
|
||||
eventEditorSetHealth: "Set player health level"
|
||||
eventEditorEnterTimerSeconds: "Set number of seconds left before the quest fails (use cancel-timer event to cancel timers)"
|
||||
eventEditorSetTimer: "Set time to fail quest"
|
||||
eventEditorCancelTimer: "Cancel the quest timer"
|
||||
eventEditorSetTeleport: "Set player teleport location"
|
||||
eventEditorSetCommands: "Set commands to execute"
|
||||
eventEditorItems: "Event Items"
|
||||
eventEditorSetItems: "Give items"
|
||||
eventEditorItemsCleared: "Event items cleared."
|
||||
eventEditorAddItem: "Add item"
|
||||
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!"
|
||||
eventEditorNotGreaterThanZero: "is not greater than 0!"
|
||||
eventEditorNotANumber: "is not a number!"
|
||||
eventEditorStorm: "Event 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, or enter 'cancel' to return"
|
||||
eventEditorEnterDuration: "Enter duration (in seconds)"
|
||||
eventEditorAtLeastOneSecond: "Amount must be at least 1 second!"
|
||||
eventEditorNotGreaterThanOneSecond: "is not greater than 1 second!"
|
||||
eventEditorThunder: "Event Thunder"
|
||||
eventEditorMustSetThunderDuration: "You must set a thunder duration!"
|
||||
eventEditorThunderCleared: "Thunder data cleared."
|
||||
eventEditorEnterThunderWorld: "Enter a world name for the thunder to occur in, or enter 'cancel' to return"
|
||||
eventEditorEffects: "Event Effects"
|
||||
eventEditorAddEffect: "Add effect"
|
||||
eventEditorAddEffectLocation: "Add effect location"
|
||||
eventEditorNoEffects: "No effects set"
|
||||
eventEditorMustAddEffects: "You must add effects first!"
|
||||
eventEditorInvalidEffect: "is not a valid effect name!"
|
||||
eventEditorEffectsCleared: "Event effects cleared."
|
||||
eventEditorEffectLocationPrompt: "Right-click on a block to play an effect at, then enter 'add' to add it to the list, or enter 'cancel' to return"
|
||||
eventEditorMobSpawns: "Event Mob Spawns"
|
||||
eventEditorAddMobTypes: "Add mob"
|
||||
eventEditorNoTypesSet: "(No type set)"
|
||||
eventEditorMustSetMobTypesFirst: "You must set the mob type first!"
|
||||
eventEditorSetMobAmounts: "Set mob amount"
|
||||
eventEditorNoAmountsSet: "(No amounts set)"
|
||||
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"
|
||||
eventEditorSetMobSpawnLoc: "Right-click on a block to spawn a mob at, then enter 'add' to the confirm it, or enter 'cancel' to return"
|
||||
eventEditorSetMobSpawnAmount: "Set the amount of mobs to spawn"
|
||||
eventEditorSetDropChance: "Set the drop chance"
|
||||
eventEditorInvalidDropChance: "Drop chance has to be between 0.0 and 1.0"
|
||||
eventEditorLightningPrompt: "Right-click on a block to spawn a lightning strike at, then enter 'add' to add it to the list, or enter 'clear' to clear the locations list, or 'cancel' to return"
|
||||
eventEditorPotionEffects: "Event 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!"
|
||||
eventEditorNoDurationsSet: "(No durations set)"
|
||||
eventEditorSetPotionMagnitudes: "Set potion effect magnitudes"
|
||||
eventEditorPotionsCleared: "Potion effects cleared."
|
||||
eventEditorInvalidPotionType: "is not a valid potion effect type!"
|
||||
eventEditorEnterNPCId: "Enter NPC ID (or -1 to return)"
|
||||
eventEditorNoNPCExists: "No NPC exists with that id!"
|
||||
eventEditorExplosionPrompt: "Right-click on a block to spawn an explosion at, then enter 'add' to add it to the list, or enter 'clear' to clear the explosions list, or 'cancel' to return"
|
||||
eventEditorSelectBlockFirst: "You must select a block first."
|
||||
eventEditorSetMessagePrompt: "Enter message, or enter 'none' to delete, (or 'cancel' to return)"
|
||||
eventEditorSetItemNamesPrompt: "Enter item names separating each one by a space, or enter 'cancel' to return."
|
||||
eventEditorSetItemAmountsPrompt: "Enter item amounts (numbers) separating each one by a space, or enter 'cancel' to return."
|
||||
eventEditorSetMobTypesPrompt: "Enter mob name, or enter 'cancel' to return"
|
||||
eventEditorSetMobAmountsPrompt: "Enter mob amount, or enter 'cancel' to return"
|
||||
eventEditorSetMobNamePrompt: "Set the name for this mob, or enter 'cancel' to return"
|
||||
eventEditorSetMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the mob spawn location list, or enter 'cancel' to return"
|
||||
eventEditorSetPotionEffectsPrompt: "Enter potion effect types separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetPotionDurationsPrompt: "Enter effect durations (in milliseconds) separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetHungerPrompt: "Enter hunger level, or -1 to remove it"
|
||||
eventEditorHungerLevelAtLeastZero: "Hunger level must be at least 0!"
|
||||
eventEditorSetSaturationPrompt: "Enter saturation level, or -1 to remove it"
|
||||
eventEditorSaturationLevelAtLeastZero: "Saturation level must be at least 0!"
|
||||
eventEditorSetHealthPrompt: "Enter health level, or -1 to remove it"
|
||||
eventEditorHealthLevelAtLeastZero: "Health level must be at least 0!"
|
||||
eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to, then enter 'done' to finish, or enter 'clear' to clear the teleport location, or 'cancel' to return"
|
||||
eventEditorCommandsNote: 'Note: You may use <player> to refer to the player''s name.'
|
||||
eventEditorSetCommandsPrompt: "Enter commands separating each one by a comma, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
reqSetMoney: "Set money requirement"
|
||||
reqSetQuestPoints: "Set Quest Points requirement"
|
||||
reqSetItem: "Set item requirements"
|
||||
reqSetPerms: "Set permission requirements"
|
||||
reqSetQuest: "Set Quest requirements"
|
||||
reqSetQuestBlocks: "Set Quest blocks"
|
||||
reqSetMcMMO: "Set mcMMO requirements"
|
||||
reqSetHeroes: "Set Heroes requirements"
|
||||
reqSetCustom: "Custom requirements"
|
||||
reqSetFail: "Set fail requirements message"
|
||||
reqSetSkills: "Set skills"
|
||||
reqSetSkillAmounts: "Set skill amounts"
|
||||
reqHeroesSetPrimary: "Set Primary Class"
|
||||
reqHeroesSetSecondary: "Set Secondary Class"
|
||||
reqMoneyPrompt: "Enter amount of <money>, or 0 to clear the money requirement, or -1 to cancel"
|
||||
reqQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point requirement, or -1 to cancel"
|
||||
reqQuestPrompt: "Enter a list of Quest names separating each one by a <comma>, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqRemoveItemsPrompt: "Enter a list of true/false values, separating each one by a space, or enter 'cancel' to return."
|
||||
reqPermissionsPrompt: "Enter permission requirements separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
reqCustomPrompt: "Enter the name of a custom requirement to add, or enter 'clear' to clear all custom requirements, or 'cancel' to return."
|
||||
reqMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqMcMMOAmountsPrompt: "Enter mcMMO skill amounts, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqHeroesPrimaryPrompt: "Enter a Heroes Primary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||
reqHeroesSecondaryPrompt: "Enter a Heroes Secondary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||
reqFailMessagePrompt: "Enter fail requirements message, or enter 'cancel' to return."
|
||||
reqAddItem: "Add item"
|
||||
reqSetRemoveItems: "Set remove items"
|
||||
reqNoItemsSet: "No items set"
|
||||
reqNoValuesSet: "No values set"
|
||||
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||
reqGreaterThanZero: "Amount must be greater than 0!"
|
||||
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||
reqItemCleared: "Item requirements cleared."
|
||||
reqListsNotSameSize: "The items list and remove items list are not the same size!"
|
||||
reqTrueFalseError: '<input> is not a true or false value!%br%Example: true false true true'
|
||||
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||
reqCustomNotFound: "Custom requirement module not found."
|
||||
reqCustomCleared: "Custom requirements cleared."
|
||||
reqMcMMOError: "<input> is not an mcMMO skill name!"
|
||||
reqMcMMOCleared: "mcMMO skill requirements cleared."
|
||||
reqMcMMOAmountsCleared: "mcMMO 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!"
|
||||
reqNone: "No requirements set"
|
||||
reqNotANumber: "<input> is not a number!"
|
||||
reqMustAddItem: "You must add at least one item first!"
|
||||
reqNoMessage: "You must set a fail requirements message!"
|
||||
reqNoMcMMO: "mcMMO not installed"
|
||||
reqNoHeroes: "Heroes not installed"
|
||||
rewSetMoney: "Set money reward"
|
||||
rewSetQuestPoints: "Set Quest Points reward"
|
||||
rewSetItems: "Set item rewards"
|
||||
rewSetExperience: "Set experience reward"
|
||||
rewSetCommands: "Set command rewards"
|
||||
rewSetPermission: "Set permission rewards"
|
||||
rewSetMcMMO: "Set mcMMO 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>, or 0 to clear the money reward, or -1 to cancel"
|
||||
rewExperiencePrompt: "Enter amount of experience, or 0 to clear the experience reward, or -1 to cancel"
|
||||
rewCommandPrompt: "Enter command rewards separating each one by a <comma>, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
rewCommandPromptHint: 'Note: You may put <player> to specify the player who completed the Quest. e.g. smite <player>'
|
||||
rewPermissionsPrompt: "Enter permission rewards separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
rewQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point reward, or -1 to cancel"
|
||||
rewMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'cancel' to return."
|
||||
rewMcMMOPromptHint: 'Note: Typing ''All'' will give levels to all skills.'
|
||||
rewHeroesClassesPrompt: "Enter Heroes classes separating each one by a space, or enter 'cancel' to return."
|
||||
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed) separating each one by a space, or enter 'cancel' to return."
|
||||
rewPhatLootsPrompt: "Enter PhatLoots separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
rewCustomRewardPrompt: "Enter the name of a custom reward to add, or enter 'clear' to clear all custom rewards, or 'cancel' to return."
|
||||
rewItemsCleared: "Item rewards cleared."
|
||||
rewNoMcMMOSkills: "No skills set"
|
||||
rewNoHeroesClasses: "No classes set"
|
||||
rewSetMcMMOSkillsFirst: "You must set skills first!"
|
||||
rewMcMMOCleared: "mcMMO rewards cleared."
|
||||
rewMcMMOListsNotSameSize: "The skills list and skill amounts list are not the same size!"
|
||||
rewSetHeroesClassesFirst: "You must set classes first!"
|
||||
rewHeroesCleared: "Heroes rewards cleared."
|
||||
rewHeroesListsNotSameSize: "The classes list and experience amounts list are not the same size!"
|
||||
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."
|
||||
rewNoPhat: "PhatLoots not installed"
|
||||
itemCreateLoadHand: "Load item in hand"
|
||||
itemCreateSetName: "Set name"
|
||||
itemCreateSetAmount: "Set amount"
|
||||
itemCreateSetDurab: "Set durability"
|
||||
itemCreateSetEnchs: "Add/clear enchantments"
|
||||
itemCreateSetDisplay: "Set display name"
|
||||
itemCreateSetLore: "Set lore"
|
||||
itemCreateEnterName: "Enter an item name, or 'cancel' to return."
|
||||
itemCreateEnterAmount: "Enter item amount (max. 64), or 'cancel' to return."
|
||||
itemCreateEnterDurab: "Enter item durability, or 'clear' to clear the data, or 'cancel' to return."
|
||||
itemCreateEnterEnch: "Enter an enchantment name, or 'clear' to clear the enchantments, or 'cancel' to return."
|
||||
itemCreateEnterLevel: "Enter a level (number) for <enchantment>"
|
||||
itemCreateEnterDisplay: "Enter item display name, or 'clear' to clear the display name, or 'cancel' to return."
|
||||
itemCreateEnterLore: "Enter item lore, separating each line by a semi-colon ; or 'clear' to clear the lore, or 'cancel' to return."
|
||||
itemCreateLoaded: "Item loaded."
|
||||
itemCreateNoItem: "No item in hand!"
|
||||
itemCreateNoName: "You must set a name first!"
|
||||
itemCreateInvalidName: "Invalid item name!"
|
||||
itemCreateInvalidAmount: "Amount must be between 1-64!"
|
||||
itemCreateInvalidDurab: "Invalid item durability!"
|
||||
itemCreateInvalidEnch: "Invalid enchantment name!"
|
||||
itemCreateInvalidLevel: "Level must be greater than 0!"
|
||||
itemCreateInvalidInput: "Invalid input!"
|
||||
itemCreateNotNumber: "Input was not a number!"
|
||||
itemCreateNoNameAmount: "You must set a name and amount first!"
|
||||
itemCreateCriticalError: "A critical error has occurred."
|
||||
questTitle: "-- <quest> --"
|
||||
questObjectivesTitle: "---(<quest>)---"
|
||||
questCompleteTitle: '**QUEST COMPLETE: <quest>**'
|
||||
questRewardsTitle: "Rewards:"
|
||||
journalTitle: "Quest Journal"
|
||||
questsTitle: "- Quests -"
|
||||
questHelpTitle: "- Quests -"
|
||||
questListTitle: "- Quests -"
|
||||
questNPCListTitle: "- Quests | <npc> -"
|
||||
questAdminHelpTitle: "- Questadmin -"
|
||||
questEditorTitle: "- Quest Editor -"
|
||||
eventEditorTitle: "- Event Editor - "
|
||||
questCreateTitle: "- Create Quest -"
|
||||
questEditTitle: "- Edit Quest -"
|
||||
questDeleteTitle: "- Delete Quest -"
|
||||
requirementsTitle: "- <quest> | Requirements -"
|
||||
rewardsTitle: "- <quest> | Rewards -"
|
||||
itemRequirementsTitle: "- Item Requirements -"
|
||||
itemRewardsTitle: "- Item Rewards -"
|
||||
mcMMORequirementsTitle: "- mcMMO Requirements -"
|
||||
mcMMORewardsTitle: "- mcMMO 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: "- Event -"
|
||||
completedQuestsTitle: "- Completed Quests -"
|
||||
topQuestersTitle: "- Top <number> Questers -"
|
||||
createItemTitle: "- Create Item -"
|
||||
enchantmentsTitle: "- Enchantments -"
|
||||
questGUITitle: "- GUI Item Display -"
|
||||
questRegionTitle: "- Quest Region -"
|
||||
eventEditorGiveItemsTitle: "- Give Items -"
|
||||
eventEditorEffectsTitle: "- Effects -"
|
||||
eventEditorStormTitle: "- Event Storm -"
|
||||
eventEditorThunderTitle: "- Event Thunder -"
|
||||
eventEditorMobSpawnsTitle: "- Event Mob Spawns -"
|
||||
eventEditorMobsTitle: "- Mobs -"
|
||||
eventEditorAddMobTypesTitle: "- Add Mob -"
|
||||
eventEditorPotionEffectsTitle: "- Event Potion Effects -"
|
||||
eventEditorPotionTypesTitle: "- Event Potion Types -"
|
||||
eventEditorWorldsTitle: "- Worlds -"
|
||||
effBlazeShoot: "Sound of a Blaze firing"
|
||||
effBowFire: "Sound of a bow firing"
|
||||
effClick1: "A click sound"
|
||||
effClick2: "A different click sound"
|
||||
effDoorToggle: "Sound of a door opening or closing"
|
||||
effExtinguish: "Sound of fire being extinguished"
|
||||
effGhastShoot: "Sound of a Ghast firing"
|
||||
effGhastShriek: "Sound of a Ghast shrieking"
|
||||
effZombieWood: "Sound of a Zombie chewing an iron door"
|
||||
effZombieIron: "Sound of a Zombie chewing a wooden door"
|
||||
effEnterName: "Enter an effect name to add it to the list, or enter 'cancel' to return"
|
||||
cmdCancel: "cancel"
|
||||
cmdAdd: "add"
|
||||
cmdClear: "clear"
|
||||
cmdNone: "none"
|
||||
cmdDone: "done"
|
||||
acceptQuest: "Accept Quest?"
|
||||
enterAnOption: "Enter an option"
|
||||
questAccepted: 'Quest accepted: <quest>'
|
||||
currentQuest: "Current Quests:"
|
||||
noMoreQuest: "No more quests available."
|
||||
damage: "Damage"
|
||||
break: "Break"
|
||||
place: "Place"
|
||||
use: "Use"
|
||||
cut: "Cut"
|
||||
catchFish: "Catch Fish"
|
||||
enchantItem: "Enchant <item> with <enchantment>"
|
||||
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."
|
||||
invalidSelection: "Invalid selection!"
|
||||
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'"
|
||||
questPointsDisplay: "Quest points:"
|
||||
questNoDrop: "You may not drop Quest items."
|
||||
questNoBrew: "You may not brew Quest items."
|
||||
questNoStore: "You may not store Quest items."
|
||||
questNoCraft: "You may not craft Quest items."
|
||||
questNoEquip: "You may not equip Quest items."
|
||||
questNoDispense: "You may not put Quest items in dispensers."
|
||||
questNoEnchant: "You may not enchant Quest items."
|
||||
questNoSmelt: "You may not smelt using Quest items."
|
||||
questInfoNoPerms: "You do not have permission to view a Quest's information."
|
||||
questCmdNoPerms: "You do not have access to that command."
|
||||
pageSelectionNum: "Page selection must be a number."
|
||||
pageSelectionPosNum: "Page selection must be a positive number."
|
||||
questListNoPerms: "You do not have permission to view the Quests list."
|
||||
questTakeNoPerms: "You do not have permission to take Quests via commands."
|
||||
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||
questQuit: "You have quit <quest>"
|
||||
questQuitNoPerms: "You do not have permission to quit Quests."
|
||||
questQuitDisabled: "Quitting Quests has been disabled."
|
||||
questEditorNoPerms: "You do not have permission to use the Quests Editor."
|
||||
eventEditorNoPerms: "You do not have permission to use the Events Editor."
|
||||
questsUnknownCommand: "Unknown Quests command. Type /quests for help."
|
||||
pageNotExist: "Page does not exist."
|
||||
pageFooter: "- Page <current> of <all> -"
|
||||
questsReloaded: "Quests 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>."
|
||||
questPurged: "<player> has been purged and blacklisted."
|
||||
questReset: "<player> has been reset."
|
||||
questRemoved: "Quest <quest> has been removed from player <player>'s completed Quests."
|
||||
settingAllQuestPoints: "Setting all players' Quest Points..."
|
||||
allQuestPointsSet: "All players' Quest Points have been set to <number>!"
|
||||
setQuestPoints: "<player>'s Quest Points have been set to <number>."
|
||||
questPointsSet: "<player> has set your Quest Points to <number>."
|
||||
takeQuestPoints: "Took away <number> Quest Points from <player>."
|
||||
questPointsTaken: "<player> took away <number> Quest Points."
|
||||
giveQuestPoints: "Gave <number> Quest Points from <player>."
|
||||
questPointsGiven: "<player> gave you <number> Quest Points."
|
||||
enableNPCGUI: "<npc> will now provide a GUI Quest Display."
|
||||
disableNPCGUI: "<npc> will no longer provide a GUI Quest Display."
|
||||
invalidNumber: "Invalid number."
|
||||
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||
playerNotFound: "Player not found."
|
||||
invalidStageNum: "Invalid stage number for Quest <quest>"
|
||||
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||
errorReading: "Error reading <file>, skipping.."
|
||||
errorReadingSuppress: "Error reading <file>, suppressing further errors."
|
||||
errorDataFolder: 'Error: Unable to read Quests data folder!'
|
||||
questsPlayerHasQuestAlready: "<player> is already on the Quest <quest>!"
|
||||
questsUnknownAdminCommand: "Unknown Questsadmin command. Type /questsadmin for help."
|
||||
unknownError: "An unknown error occurred. See console output."
|
||||
journalTaken: "You take out your Quest Journal."
|
||||
journalPutAway: "You put away your Quest Journal."
|
||||
journalAlreadyHave: "You already have your Quest Journal out."
|
||||
journalNoRoom: "You have no room in your inventory for your Quest Journal!"
|
||||
journalNoQuests: "You have no accepted quests!"
|
||||
journalDenied: "You cannot do that with your Quest Journal."
|
||||
ENCHANTMENT_ARROW_DAMAGE: "Power"
|
||||
ENCHANTMENT_ARROW_FIRE: "Flame"
|
||||
ENCHANTMENT_ARROW_INFINITE: "Infinity"
|
||||
ENCHANTMENT_ARROW_KNOCKBACK: "Punch"
|
||||
ENCHANTMENT_BINDING_CURSE: "BindingCurse"
|
||||
ENCHANTMENT_DAMAGE_ALL: "Sharpness"
|
||||
ENCHANTMENT_DAMAGE_ARTHROPODS: "BaneOfArthropods"
|
||||
ENCHANTMENT_DEPTH_STRIDER: "DepthStrider"
|
||||
ENCHANTMENT_DAMAGE_UNDEAD: "Smite"
|
||||
ENCHANTMENT_DIG_SPEED: "Efficiency"
|
||||
ENCHANTMENT_DURABILITY: "Unbreaking"
|
||||
ENCHANTMENT_FIRE_ASPECT: "FireAspect"
|
||||
ENCHANTMENT_FROST_WALKER: "FrostWalker"
|
||||
ENCHANTMENT_KNOCKBACK: "Knockback"
|
||||
ENCHANTMENT_LOOT_BONUS_BLOCKS: "Fortune"
|
||||
ENCHANTMENT_LOOT_BONUS_MOBS: "Looting"
|
||||
ENCHANTMENT_LUCK: "LuckOfTheSea"
|
||||
ENCHANTMENT_LURE: "Lure"
|
||||
ENCHANTMENT_MENDING: "Mending"
|
||||
ENCHANTMENT_OXYGEN: "Respiration"
|
||||
ENCHANTMENT_PROTECTION_ENVIRONMENTAL: "Protection"
|
||||
ENCHANTMENT_PROTECTION_EXPLOSIONS: "BlastProtection"
|
||||
ENCHANTMENT_PROTECTION_FALL: "FeatherFalling"
|
||||
ENCHANTMENT_PROTECTION_FIRE: "FireProtection"
|
||||
ENCHANTMENT_PROTECTION_PROJECTILE: "ProjectileProtection"
|
||||
ENCHANTMENT_SILK_TOUCH: "SilkTouch"
|
||||
ENCHANTMENT_SWEEPING: "Sweeping"
|
||||
ENCHANTMENT_THORNS: "Thorns"
|
||||
ENCHANTMENT_VANISHING_CURSE: "VanishingCurse"
|
||||
ENCHANTMENT_WATER_WORKER: "AquaAffinity"
|
||||
COLOR_BLACK: "Black"
|
||||
COLOR_BLUE: "Blue"
|
||||
COLOR_BROWN: "Brown"
|
||||
COLOR_CYAN: "Cyan"
|
||||
COLOR_GRAY: "Gray"
|
||||
COLOR_GREEN: "Green"
|
||||
COLOR_LIGHT_BLUE: "LightBlue"
|
||||
COLOR_LIME: "Lime"
|
||||
COLOR_MAGENTA: "Magenta"
|
||||
COLOR_ORANGE: "Orange"
|
||||
COLOR_PINK: "Pink"
|
||||
COLOR_PURPLE: "Purple"
|
||||
COLOR_RED: "Red"
|
||||
COLOR_SILVER: "Silver"
|
||||
COLOR_WHITE: "White"
|
||||
COLOR_YELLOW: "Yellow"
|
||||
timeDay: "Day"
|
||||
timeDays: "Days"
|
||||
timeHour: "Hour"
|
||||
timeHours: "Hours"
|
||||
timeMinute: "Minute"
|
||||
timeMinutes: "Minutes"
|
||||
timeSecond: "Second"
|
||||
timeSeconds: "Seconds"
|
||||
timeMillisecond: "Millisecond"
|
||||
timeMilliseconds: "Milliseconds"
|
||||
event: "Event"
|
||||
delay: "Delay"
|
||||
save: "Save"
|
||||
exit: "Exit"
|
||||
exited: "Exited"
|
||||
cancel: "Cancel"
|
||||
cancelled: "Cancelled"
|
||||
questTimeout: "Cancelled."
|
||||
back: "Back"
|
||||
yesWord: "Yes"
|
||||
noWord: "No"
|
||||
"true": "true"
|
||||
"false": "false"
|
||||
clear: "Clear"
|
||||
edit: "Edit"
|
||||
none: "None"
|
||||
done: "Done"
|
||||
comma: "comma"
|
||||
finish: "Finish"
|
||||
quit: "Quit"
|
||||
noneSet: "None set"
|
||||
noDelaySet: "No delay set"
|
||||
noIdsSet: "No IDs set"
|
||||
noNamesSet: "No names set"
|
||||
worlds: "Worlds"
|
||||
mobs: "Mobs"
|
||||
points: "points"
|
||||
invalidOption: "Invalid option!"
|
||||
npcHint: 'Note: You can left or right click on NPC''s to get their ID.'
|
||||
listDuplicate: "List contains duplicates!"
|
||||
id: "ID"
|
||||
quest: "Quest"
|
||||
quests: "Quests"
|
||||
createdBy: "Created by"
|
||||
continuedBy: "and continued by"
|
||||
questPoints: "Quest Points"
|
||||
accepted: "Accepted"
|
||||
complete: "Complete"
|
||||
redoable: "Redoable"
|
||||
usage: "Usage"
|
||||
redoableEvery: "Redoable every <time>."
|
||||
requirements: "Requirements"
|
||||
money: "Money"
|
||||
with: "With"
|
||||
to: "to"
|
||||
blocksWithin: "within <amount> blocks of"
|
||||
valRequired: "Value required"
|
||||
enchantedItem: "*Enchanted*"
|
||||
experience: "Experience"
|
||||
timerMessage: '<green>Time left to finish the quest/stage: <red>%s seconds'
|
||||
timerStart: "<green>You have <red>%s seconds <green>to finish this quest/stage"
|
||||
questErrorReadingFile: "Error reading Quests file."
|
||||
questSaveError: "An error occurred while saving."
|
||||
questBlacklisted: "You are blacklisted. Contact an admin if this is in error."
|
858
src/main/resources/lang/it/strings.yml
Normal file
858
src/main/resources/lang/it/strings.yml
Normal file
@ -0,0 +1,858 @@
|
||||
---
|
||||
questFailed: "*MISSIONE FALLITA*"
|
||||
questMaxAllowed: "Potresti avere fino a <number> missioni."
|
||||
questAlreadyOn: "Sei già su questa missione!"
|
||||
questTooEarly: "Non puoi fare <quest> ancora per <time>."
|
||||
questAlreadyCompleted: "Hai già completato <quest>."
|
||||
questInvalidLocation: "Non puoi fare <quest> in questa posizione."
|
||||
questInvalidDeliveryItem: "<item> non è richiesto per questa missione!"
|
||||
questSelectedLocation: "Posizione selezionata"
|
||||
questDisplayHelp: "- Visualizza questa guida"
|
||||
COMMAND_LIST: "elenco"
|
||||
COMMAND_LIST_HELP: "elenco [page] - Elenco missioni disponibili"
|
||||
COMMAND_TAKE: "prendi"
|
||||
COMMAND_TAKE_HELP: "prendi [quest_name] - Accetta la missione"
|
||||
COMMAND_TAKE_USAGE: 'Uso: /quests take [quest]'
|
||||
COMMAND_QUIT: "esci"
|
||||
COMMAND_QUIT_HELP: "esci [quest] - Abbandona la missione corrente"
|
||||
COMMAND_EDITOR: "editor"
|
||||
COMMAND_EDITOR_HELP: "editor - Crea/Modifica missioni"
|
||||
COMMAND_EVENTS_EDITOR: "eventi"
|
||||
COMMAND_EVENTS_EDITOR_HELP: "eventi - Crea/Modifica eventi"
|
||||
COMMAND_STATS: "statistiche"
|
||||
COMMAND_STATS_HELP: "statistiche - Visualizza le tue statistiche delle missioni"
|
||||
COMMAND_TOP: "top"
|
||||
COMMAND_TOP_HELP: "top [number] - Visualizza le missioni migliori"
|
||||
COMMAND_TOP_USAGE: 'Uso: /quests top [number]'
|
||||
COMMAND_INFO: "info"
|
||||
COMMAND_INFO_HELP: "info - Visualizza informazioni del plugin"
|
||||
COMMAND_JOURNAL: "gazzetta"
|
||||
COMMAND_JOURNAL_HELP: "gazzetta - Visualizza/Metti via il giornale delle missioni"
|
||||
COMMAND_QUEST_HELP: "- Visualizza gli obiettivi della missione corrente"
|
||||
COMMAND_QUESTINFO_HELP: "[quest_name] - Visualizza informazioni sulla missione"
|
||||
COMMAND_QUESTADMIN_HELP: "- Visualizza guida Questadmin"
|
||||
COMMAND_QUESTADMIN_STATS: "statistiche"
|
||||
COMMAND_QUESTADMIN_STATS_HELP: "statistiche [player] - Visualizza le statistiche sulle missioni di un giocatore"
|
||||
COMMAND_QUESTADMIN_GIVE: "dare"
|
||||
COMMAND_QUESTADMIN_GIVE_HELP: "dare[player][quest] - Costringere un giocatore a fare una ricerca"
|
||||
COMMAND_QUESTADMIN_QUIT: "lasciare"
|
||||
COMMAND_QUESTADMIN_QUIT_HELP: "lasciare [player][quest] - Costringere un giocatore a lasciare la propria ricerca"
|
||||
COMMAND_QUESTADMIN_POINTS: "punti"
|
||||
COMMAND_QUESTADMIN_POINTS_HELP: "punti[player][amount] - Imposta i punti di ricerca dei giocatori"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS: "prendere punti"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "prendere punti [player][amount] - Prendere i punti di ricerca del giocatore"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS: "dare punti"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "dare punti [player][amount] - Dare un punto di ricerca al giocatore"
|
||||
COMMAND_QUESTADMIN_POINTSALL: "pointsall"
|
||||
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall[amount]- Imposta TUTTI i punti missione di tutti i giocatori"
|
||||
COMMAND_QUESTADMIN_FINISH: "finito"
|
||||
COMMAND_QUESTADMIN_FINISH_HELP: "finito [player][quest] - Forza immediatamente il completamento della ricerca di un giocatore"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE: "prossima fase"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "prossima fase [player][quest] - Forzare immediatamente il complemento del palco per un giocatore"
|
||||
COMMAND_QUESTADMIN_SETSTAGE: "preparare il palco"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_HELP: "sestage [player][quest][stage] - Imposta il livello attuale per un giocatore"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Uso: /questadmin setstage [player][quest][stage]'
|
||||
COMMAND_QUESTADMIN_PURGE: "epurazione"
|
||||
COMMAND_QUESTADMIN_PURGE_HELP: "epurazione [player] - Cancellare tutti i dati delle missioni di un giocatori E LISTA NERI LORO"
|
||||
COMMAND_QUESTADMIN_RESET: "riavvio"
|
||||
COMMAND_QUESTADMIN_RESET_HELP: "riavvio [player] - Cancellare tutti i dati delle missioni di un giocatori"
|
||||
COMMAND_QUESTADMIN_REMOVE: "rimuovere"
|
||||
COMMAND_QUESTADMIN_REMOVE_HELP: "rimuovere [player][quest] - rimuovere una missione completata da un giocatore"
|
||||
COMMAND_QUESTADMIN_TOGGLEGUI: "togglegui"
|
||||
COMMAND_QUESTADMIN_TOGGLEGUI_HELP: "togglegui [npc id] - Toggle GUI Quest Display on an NPC"
|
||||
COMMAND_QUESTADMIN_RELOAD: "ricaricare"
|
||||
COMMAND_QUESTADMIN_RELOAD_HELP: "ricaricare - ricaricarre tutte le missioni"
|
||||
questEditorHeader: "Crea il carico"
|
||||
questEditorCreate: "Creare una nuova missione"
|
||||
questEditorEdit: "Modificare una ricerca"
|
||||
questEditorDelete: "Cancellare la ricerca"
|
||||
questEditorName: "Imposta nome"
|
||||
questEditorAskMessage: "Impostare il messaggio di richiesta"
|
||||
questEditorFinishMessage: "Messaggio di completammento"
|
||||
questEditorRedoDelay: "Imposta il ritardo di ripristino"
|
||||
questEditorNPCStart: "Impostare l'inizio NPC"
|
||||
questEditorBlockStart: "Impostare inizio blocco"
|
||||
questEditorInitialEvent: "Impostare l'evento iniziale"
|
||||
questEditorSetGUI: "Impostarela visualizzazione della voce della GUI"
|
||||
questEditorReqs: "Modificare i requisiti"
|
||||
questEditorStages: "Modifica fasi"
|
||||
questEditorRews: "Modifica i premi"
|
||||
questEditorEnterQuestName: "Inserisci il nome della ricerca (o 'cancellare' per tornare)"
|
||||
questEditorEditEnterQuestName: "Inserisci il nome di la ricerca (o 'cancellare' per tornare)"
|
||||
questEditorEnterAskMessage: "Inserisci il messaggio da chiadere (o 'cancellare' per tornare)"
|
||||
questEditorEnterFinishMessage: "Inserisci il messaggio di finire (o 'cancellare' per tornare)"
|
||||
questEditorEnterRedoDelay: "Immettere la quantità di tempo (in secondi), 0 per cancellare il ritardo di ripetizione o -1 per anullare"
|
||||
questEditorEnterNPCStart: "Immettere ID NPC, -1 per cancellare l'inizio NPC o -2 per annullare"
|
||||
questEditorEnterBlockStart: "Click-destro su un blocco per utilizzare come punto di partenza, poi immetti 'done' per salvare, oppure immetti 'clear' per deselezionare il blocco di partenza, oppure 'cancel' per terminare"
|
||||
questEditorEnterInitialEvent: "Inserisci il nome di un evento o digita 'cancella' per cancellare l'evento iniziale o 'cancellare' per tornare"
|
||||
questRequiredNoneSet: "Richiesto, nessun impostato"
|
||||
questWGSetRegion: "Imposta la regione"
|
||||
questWGNotInstalled: "Guardia mondiale non installata"
|
||||
questWGPrompt: "Immettere la regione guardia del corpo, immettere 'cancella' per cancellare la regione, o 'cancellare' per tornare."
|
||||
questWGInvalidRegion: "<region> non è un'area di WorldGard valida!"
|
||||
questWGRegionCleared: "Cercare las regiones deseleccionadas."
|
||||
questCitNotInstalled: "Cittadini non installati"
|
||||
questDenNotInstalled: "Cittadino non installato"
|
||||
questGUIError: 'Errore: Quell''elemento è già utilizzato come Display GUI per la ricerca<quest>.'
|
||||
questCurrentItem: "Oggetto corrente:"
|
||||
questSetItem: "Imposta l'articolo"
|
||||
questClearItem: "Cancella l'articulo"
|
||||
questGUICleared: "Visualizzazione di ricerca GUI elemento cancellato."
|
||||
questDeleted: "Richerche cancellate! missioni ed eventi sono stati ricaricati."
|
||||
questEditorNameExists: "Una ricerca con quel nome esiste già!"
|
||||
questEditorBeingEdited: "Qualcuno è creazione/modifica di una riicerca con quel nome!"
|
||||
questEditorInvalidQuestName: "Nome non può contenere punti o virgole!"
|
||||
questEditorInvalidEventName: "non è un nome di evento valido!"
|
||||
questEditorInvalidNPC: "Nessun NPC esiste con quell' id!"
|
||||
questEditorNoStartBlockSelected: "Devi prima selezionare un blocco."
|
||||
questEditorPositiveAmount: "L'importo deve essere un numero positivo."
|
||||
questEditorQuestAsRequirement1: "Le seguenti ricerche hanno"
|
||||
questEditorQuestAsRequirement2: "come un requisito:"
|
||||
questEditorQuestAsRequirement3: "È necessario modificare queste missioni in modo che non ne fanno uso prima di eliminarlo."
|
||||
questEditorQuestNotFound: "Missione non trovate!"
|
||||
questEditorEventCleared: "Evento iniziale cancellato."
|
||||
questEditorSave: "Completare e salvare"
|
||||
questEditorNeedAskMessage: "Devi impostare e chiedere il messaggio!"
|
||||
questEditorNeedFinishMessage: "Debi impostare un messaggio finale!"
|
||||
questEditorNeedStages: "Le tue ricerche non hanno fasi!"
|
||||
questEditorSaved: "Missioni salvate! (Dovrai eseguire una missione di ricarica per farla apparire)"
|
||||
questEditorExited: "Sei sicuro de voler uscire senza salvare?"
|
||||
questEditorDeleted: "Sei sicuro di voler eliminare le missioni"
|
||||
questEditorNoPermsCreate: "Non hai i permessi per creare le missioni."
|
||||
questEditorNoPermsEdit: "Non hai l'autorizzazione per modificare le richiese."
|
||||
questEditorNoPermsDelete: "Non hai l'autorizzazione per eliminare le richiese."
|
||||
stageEditorEditStage: "Modifica fasi"
|
||||
stageEditorNewStage: "Aggiungi un nuovo livello"
|
||||
stageEditorStages: "Fasi"
|
||||
stageEditorStage: "Fase"
|
||||
stageEditorBreakBlocks: "Rompere i blocchi"
|
||||
stageEditorDamageBlocks: "Blocchi di danni"
|
||||
stageEditorPlaceBlocks: "Posto blocchi"
|
||||
stageEditorUseBlocks: "Usa i blocchi"
|
||||
stageEditorCutBlocks: "Tagliare blocchi"
|
||||
stageEditorCatchFish: "Pescari pesci"
|
||||
stageEditorFish: "pesce"
|
||||
stageEditorKillPlayers: "Uccidi i giocatori"
|
||||
stageEditorPlayers: "giocatori"
|
||||
stageEditorEnchantItems: "Incantare oggetti"
|
||||
stageEditorDeliverItems: "Consegna oggetti"
|
||||
stageEditorTalkToNPCs: "Parla con gli NPC"
|
||||
stageEditorKillNPCs: "Uccidere i PNG"
|
||||
stageEditorKillMobs: "Uccidere i Mobs"
|
||||
stageEditorReachLocs: "Luoghi ricercare"
|
||||
stageEditorReachRadii1: "Ricerca all'intero"
|
||||
stageEditorReachRadii2: "blocchi di"
|
||||
stageEditorTameMobs: "Domare i Mobs"
|
||||
stageEditorShearSheep: "Tosare le pecore"
|
||||
stageEditorEvents: "Eventi"
|
||||
stageEditorStageEvents: "Eventi scenici"
|
||||
stageEditorStartEvent: "Inizio evento"
|
||||
stageEditorStartEventCleared: "Evento di inizio cancellato."
|
||||
stageEditorFinishEvent: "Evento finale"
|
||||
stageEditorFinishEventCleared: "Evento finale cancellato."
|
||||
stageEditorChatEvents: "Eventi chat"
|
||||
stageEditorChatTrigger: "Trigger di chat"
|
||||
stageEditorTriggeredBy: "Innescato da"
|
||||
stageEditorChatEventsCleared: "Evento di inizio cancellato."
|
||||
stageEditorDeathEvent: "Evento di morte"
|
||||
stageEditorDeathEventCleared: "Evento di morte cancellato."
|
||||
stageEditorDisconnectEvent: "Disconnetti l'evento"
|
||||
stageEditorDisconnectEventCleared: "Evento di disconnessione cancellato."
|
||||
stageEditorDelayMessage: "Messagio di ritardo"
|
||||
stageEditorDenizenScript: "Denizen Script"
|
||||
stageEditorStartMessage: "Messaggio di inizio"
|
||||
stageEditorCompleteMessage: "Complete message"
|
||||
stageEditorDelete: "Elimina fase"
|
||||
stageEditorSetBlockNames: "Imposta il nomi di blocco"
|
||||
stageEditorSetBlockAmounts: "Impostare la quantità di blocco"
|
||||
stageEditorSetBlockDurability: "Impostare la durata del blocco"
|
||||
stageEditorSetDamageAmounts: "Imposta la quantità di danno"
|
||||
stageEditorSetPlaceAmounts: "Imposta la quantità del posto"
|
||||
stageEditorSetUseAmounts: "Imposta la quantità d'uso"
|
||||
stageEditorSetCutAmounts: "Imposta la quantità di taglio"
|
||||
stageEditorSetKillAmounts: "Imposta la quantità di uccisione"
|
||||
stageEditorSetEnchantAmounts: "Imposta l'incantesimo"
|
||||
stageEditorSetMobAmounts: "Impostare la quantità di mob"
|
||||
stageEditorSetEnchantments: "Impostare l'incantesimo"
|
||||
stageEditorSetItemNames: "Imposta il nomi di oggetto"
|
||||
stageEditorSetKillIds: "Imposta NPC IDs"
|
||||
stageEditorSetMobTypes: "Impostare i tipi di mob"
|
||||
stageEditorSetKillLocations: "Imposta la posizione di uccisione"
|
||||
stageEditorSetKillLocationRadii: "Imposta i raggi della posizione di uccisione"
|
||||
stageEditorSetKillLocationNames: "Imposta i nomi delle posizione di uccisione"
|
||||
stageEditorSetLocations: "Imposta la posizione"
|
||||
stageEditorSetLocationRadii: "Imposta i raggi di posizione"
|
||||
stageEditorSetLocationNames: "Imposta i nomi delle località"
|
||||
stageEditorSetTameAmounts: "Imposta importi addomesticati"
|
||||
stageEditorSetShearColors: "Imposta i colori delle pecore"
|
||||
stageEditorSetShearAmounts: "Imposta la quanttità di taglio"
|
||||
stageEditorPassword: "Obiettivi della password"
|
||||
stageEditorAddPasswordDisplay: "Aggiungi la visualizzazione della password"
|
||||
stageEditorAddPasswordPhrases: "Aggiungere frasi di password(s)"
|
||||
stageEditorNoPasswordDisplays: "Nessuna password visualizzata impostata"
|
||||
stageObjectiveOverride: "Override display obiettivo"
|
||||
stageEditorCustom: "Obiettivi personalizati"
|
||||
stageEditorNoModules: "Nessun moduli caricati"
|
||||
stageEditorModuleNotFound: "Modulo obiettivo personalizzato non trovato."
|
||||
stageEditorCustomPrompt: "Inserisci il nome di un obiettivo personalizzato da aggiungere o digita 'cancella' per cancellare tutti gli obiettivi personalizzati o 'cancellare' per tornare."
|
||||
stageEditorCustomAlreadyAdded: "Quell'obiettivo personalizzato è già stato aggiunto!"
|
||||
stageEditorCustomCleared: "Obiettivi personalizzati cancellato."
|
||||
stageEditorCustomDataPrompt: "Inserire el valore per<data>:"
|
||||
stageEditorEnterBlockNames: "Immettere blocco nomi (o ID), che separa siascuno da uno spazio, oppure 'Annulla' per tornare."
|
||||
stageEditorBreakBlocksPrompt: "Inserisci gli importi delle interruzioni (numeri), separandoli uno per uno spazio o immetti 'anulla' per tornare."
|
||||
stageEditorDamageBlocksPrompt: "Inserissci gli importi dei danni (numero), separandoli uno per uno spazio, oppure inserisci 'anulla' per tornare."
|
||||
stageEditorPlaceBlocksPrompt: "Inserisci gli importi del luogo (numeri), separandoli uno per uno spazio, o immetti 'anulla' per tornare."
|
||||
stageEditorUseBlocksPrompt: "Inserisci gli importi di utilizzo (numeri), separandoli uno per uno spazio o immetti 'annulla' per tornare."
|
||||
stageEditorCutBlocksPrompt: "Enter cut amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorEnterBlockDurability: "Enter block durability (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorCatchFishPrompt: "Enter number of fish to catch, or 0 to clear the fish catch objective, or -1 to cancel"
|
||||
stageEditorKillPlayerPrompt: "Enter number of players to kill, or 0 to clear the player kill objective, or -1 to cancel"
|
||||
stageEditorEnchantTypePrompt: "Enter enchantment names, separating each one by a comma, or enter 'cancel' to return."
|
||||
stageEditorEnchantAmountsPrompt: "Enter enchant amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorItemNamesPrompt: "Enter item names, separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorNPCPrompt: "Enter NPC ids, separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorNPCToTalkToPrompt: "Enter NPC IDs, separating each one by a space, or enter 'clear' to clear the NPC ID list, or 'cancel' to return."
|
||||
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
||||
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobAmountsPrompt: "Enter mob amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the kill location list, or enter 'cancel' to return"
|
||||
stageEditorMobLocationRadiiPrompt: "Enter kill location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
||||
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorReachLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||
stageEditorTameAmountsPrompt: "Enter tame amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorShearColorsPrompt: "Enter sheep colors separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorShearAmountsPrompt: "Enter shear amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorEventsPrompt: "Enter an event name, or enter 'clear' to clear the event, or 'cancel' to return"
|
||||
stageEditorChatEventsPrompt: "Enter an event name to add, or enter 'clear' to clear all chat events, or 'cancel' to return"
|
||||
stageEditorChatEventsTriggerPromptA: "Enter a chat trigger for"
|
||||
stageEditorChatEventsTriggerPromptB: "or enter 'cancel' to return."
|
||||
stageEditorDelayPrompt: "Enter time (in seconds), or enter 'clear' to clear the delay, or 'cancel' to return"
|
||||
stageEditorDelayMessagePrompt: "Enter delay message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorScriptPrompt: "Enter script name, or enter 'clear' to clear the script, or 'cancel' to return"
|
||||
stageEditorStartMessagePrompt: "Enter start message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorCompleteMessagePrompt: "Enter complete message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorPasswordDisplayPrompt: "Enter a password display, or 'cancel' to return"
|
||||
stageEditorPasswordDisplayHint: "(This is the text that will be displayed to the player as their objective)"
|
||||
stageEditorPasswordPhrasePrompt: "Inserisci una frase password o 'cancellare' to return"
|
||||
stageEditorPasswordPhraseHint1: "(Questo è il testo che un giocatore deve dire per completare l'obiettivo)"
|
||||
stageEditorPasswordPhraseHint2: "Se vuoi più frasi di password, separale da un | (tubo)"
|
||||
stageEditorObjectiveOverridePrompt: "Inserisci l'override del display obiettivo, oppure 'cancella' per cancellare l'override, o 'cancellare' per tornare."
|
||||
stageEditorObjectiveOverrideHint: "(L'override della visualizzazione dell'obiettivo verrà visualizzato come obiettivo attuale di giocatori)"
|
||||
stageEditorObjectiveOverrideCleared: "Override di visualizzazione obiettive deselezionata."
|
||||
stageEditorDeliveryAddItem: "Aggiunngi articolo"
|
||||
stageEditorDeliveryNPCs: "Imposta NPC IDs"
|
||||
stageEditorDeliveryMessages: "Imposta consegna messaggi"
|
||||
stageEditorContainsDuplicates: "Elenco contiene i duplicati!"
|
||||
stageEditorInvalidBlockName: "non è un nome di blocco valido!"
|
||||
stageEditorInvalidEnchantment: "non è un nome valido di incanto!"
|
||||
stageEditorInvalidNPC: "non è un ID valido NPC!"
|
||||
stageEditorInvalidMob: "non è un nome valido mob!"
|
||||
stageEditorInvalidItemName: "non è un nome di elemento valido!"
|
||||
stageEditorInvalidNumber: "non è un numero!"
|
||||
stageEditorInvalidDye: "non è un colore valido di tintura!"
|
||||
stageEditorInvalidEvent: "non è un nome di evento valido!"
|
||||
stageEditorDuplicateEvent: "Evento è già nella lista!"
|
||||
stageEditorInvalidDelay: "Il ritardo deve essere di almeno un secondo!"
|
||||
stageEditorInvalidScript: "Sript denizen non trovato!"
|
||||
stageEditorNoCitizens: "I cittadini non sono installati!"
|
||||
stageEditorNoDenizen: "Denizen non è installato!"
|
||||
stageEditorPositiveAmount: "Devi inserire un numero positivo!"
|
||||
stageEditorNoNumber: "L'input non è un numero!"
|
||||
stageEditorNotGreaterThanZero: "non è maggiore di 0!"
|
||||
stageEditorNotListofNumbers: "Entrata non valida, l'input non era una lista di numeri!"
|
||||
stageEditorNoDelaySet: "È necessario impostare un ritardo prima!"
|
||||
stageEditorNoBlockNames: "È necessario innanzitutto impostare i nomi dei blocchi!"
|
||||
stageEditorNoEnchantments: "È necessario impostare prima incantesimi!"
|
||||
stageEditorNoItems: "È necessario aggiugere elementi prima!"
|
||||
stageEditorNoDeliveryMessage: "È necessario impostare almeno un messaggio di consegna!"
|
||||
stageEditorNoNPCs: "Devi prima impostare gli ID NPC!"
|
||||
stageEditorNoMobTypes: "Devi prima imposare i tipi di mob!"
|
||||
stageEditorNoKillLocations: "Devi prima impostare le posizioni di uccisione!"
|
||||
stageEditorNoBlockSelected: "Devi prima selezionare un blocco."
|
||||
stageEditorNoColors: "Devi prima impostare i colori!"
|
||||
stageEditorNoLocations: "È necessario impostare prima le posizione!"
|
||||
stageEditorNoEnchantmentsSet: "Nessun set di incantesimi"
|
||||
stageEditorNoItemsSet: "Non elementi impostati"
|
||||
stageEditorNoMobTypesSet: "Nessun tipo di mob impostato"
|
||||
stageEditorNoLocationsSet: "Nessuna località impostata"
|
||||
stageEditorNoColorsSet: "Nessun colors set"
|
||||
stageEditorListNotSameSize: "La lista dei nomi dei blocchi e la lista degli importi non hanno la stessa dimensione!"
|
||||
stageEditorEnchantmentNotSameSize: "L'elenco degli incantesimi, l'elenco degli oggetti e l'elenco degli quantità di incantesimo non ha le stesse dimensione!"
|
||||
stageEditorDeliveriesNotSameSize: "L'elenco degli articoli e l'elenco NPC non hanno dimensioni uguali!"
|
||||
stageEditorNPCKillsNotSameSize: "L'elenco ID NPC e l'elenco degli importi di uccisione non hanno stessa dimensione!"
|
||||
stageEditorAllListsNotSameSize: "Tutti i tuoi elenchi non hanno le stesse dimensioni!"
|
||||
stageEditorMobTypesNotSameSize: "L'elenco dei tipi di mob e l'elenco degli importi di mob non hanno la stessa dimensione!"
|
||||
stageEditorTameMobsNotSameSize: "L'elenco dei tipi di mob e l'elenco degli importi addomesticati non hanno la stessa dimensione!"
|
||||
stageEditorShearNotSameSize: "L'elenco dei colori delle pecore e l'elenco degli importi delle cesoie no hanno le stesse dimensioni!"
|
||||
stageEditorMustSetPasswordDisplays: "Devi prima aggiugere almeno una password!"
|
||||
stageEditorAddPasswordCleared: "Password Objectives cleared."
|
||||
stageEditorPasswordNotSameSize: "The password display and password phrase lists are not the same size!"
|
||||
stageEditorListContainsDuplicates: " List contains duplicates!"
|
||||
stageEditorDelayCleared: "Delay cleared."
|
||||
stageEditorDelayMessageCleared: "Delay message cleared."
|
||||
stageEditorDenizenCleared: "Denizen script cleared."
|
||||
stageEditorBreakBlocksCleared: "Break blocks objective cleared."
|
||||
stageEditorDamageBlocksCleared: "Damage blocks objective cleared."
|
||||
stageEditorPlaceBlocksCleared: "Place blocks objective cleared."
|
||||
stageEditorUseBlocksCleared: "Use blocks objective cleared."
|
||||
stageEditorCutBlocksCleared: "Cut blocks objective cleared."
|
||||
stageEditorEnchantmentsCleared: "Enchantment objective cleared."
|
||||
stageEditorDeliveriesCleared: "Delivery objective cleared."
|
||||
stageEditorReachLocationsCleared: "Reach Locations objective cleared."
|
||||
stageEditorKillNPCsCleared: "Kill NPCs objective cleared."
|
||||
stageEditorKillMobsCleared: "Kill Mobs objective cleared."
|
||||
stageEditorTameCleared: "Obiettivo di Mobs doma deselezionata."
|
||||
stageEditorShearCleared: "Shear Sheep objective cleared."
|
||||
stageEditorStartMessageCleared: "Start message cleared."
|
||||
stageEditorCompleteMessageCleared: "Complete message cleared."
|
||||
stageEditorConfirmStageDelete: "Sei sicuro di voler eliminare questo stage?"
|
||||
stageEditorConfirmStageNote: "Qualsiasi Fase dopo sarà spostata in dietro di un punto"
|
||||
stageEditorDeleteSucces: "Stage deleted successfully."
|
||||
stageEditorEnchantments: "Enchantments"
|
||||
stageEditorNPCNote: 'Note: You may specify the name of the NPC with <npc>'
|
||||
stageEditorOptional: "Optional"
|
||||
stageEditorColors: "Sheep Colors"
|
||||
allListsNotSameSize: "All of your lists are not the same size!"
|
||||
eventEditorCreate: "Create new Event"
|
||||
eventEditorEdit: "Edit an Event"
|
||||
eventEditorDelete: "Delete an Event"
|
||||
eventEditorCreatePermisssions: "You do not have permission to create new Events."
|
||||
eventEditorEditPermisssions: "You do not have permission to edit Events."
|
||||
eventEditorDeletePermisssions: "You do not have permission to delete Events."
|
||||
eventEditorNoneToEdit: "No Events currently exist to be edited!"
|
||||
eventEditorNoneToDelete: "No Events currently exist to be deleted!"
|
||||
eventEditorNotFound: "Event not found!"
|
||||
eventEditorExists: "Event already exists!"
|
||||
eventEditorSomeone: "Someone is already creating or editing an Event with that name!"
|
||||
eventEditorAlpha: "Name must be alphanumeric!"
|
||||
eventEditorErrorReadingFile: "Error reading Events file."
|
||||
eventEditorErrorSaving: "An error occurred while saving."
|
||||
eventEditorDeleted: "Event deleted, Quests and Events reloaded."
|
||||
eventEditorSaved: "Event saved, Quests and Events reloaded."
|
||||
eventEditorEnterEventName: "Enter an Event name, or 'cancel' to return."
|
||||
eventEditorDeletePrompt: "Are you sure you want to delete the Event"
|
||||
eventEditorQuitWithoutSaving: "Are you sure you want to quit without saving?"
|
||||
eventEditorFinishAndSave: "Are you sure you want to finish and save the Event"
|
||||
eventEditorModifiedNote: 'Note: You have modified an Event that the following Quests use:'
|
||||
eventEditorForcedToQuit: "If you save the Event, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||
eventEditorEventInUse: "Le segueti missioni utilizzano l'evento"
|
||||
eventEditorMustModifyQuests: "editorEventiNonTrovato"
|
||||
eventEditorListSizeMismatch: "Gli elenchi non hanno la stessa dimensione!"
|
||||
eventEditorListDuplicates: "La lista contiene duplicati!"
|
||||
eventEditorNotANumberList: "L'input non era una lista di numeri!"
|
||||
eventEditorInvalidEntry: "Inserimento non valido"
|
||||
eventEditorSetName: "Imposta nome"
|
||||
eventEditorSetMessage: "Imposta il messaggio"
|
||||
eventEditorClearInv: "Cancella l'inventario del giocatore"
|
||||
eventEditorFailQuest: "Fallire la ricerca"
|
||||
eventEditorSetExplosions: "Imposta le posizioni dell'esplosione"
|
||||
eventEditorSetLightning: "Imposta posizione di fulmine"
|
||||
eventEditorSetEffects: "Imposta effetti"
|
||||
eventEditorSetStorm: "Imposta tempesta"
|
||||
eventEditorSetThunder: "Imposta il tuono"
|
||||
eventEditorSetMobSpawns: "Imposta mob spawns"
|
||||
eventEditorSetPotionEffects: "Imposta effetti pozione"
|
||||
eventEditorSetHunger: "Imposta il livello di fame del giocatore"
|
||||
eventEditorSetSaturation: "Imposta il livello di saturazione del giocatore"
|
||||
eventEditorSetHealth: "Imposta il livello di salute del giocatore"
|
||||
eventEditorEnterTimerSeconds: "Imposta il numero di secondi rimanenti prima che la missione fallisca ( evento aulllamento utente per cancellare i timer)"
|
||||
eventEditorSetTimer: "Imposta il tempo per fallire la missione"
|
||||
eventEditorCancelTimer: "Anulla il timer di ricerca"
|
||||
eventEditorSetTeleport: "Imposta la posizione del teletrasporto del giocatore"
|
||||
eventEditorSetCommands: "Imposta i comandi da eseguire"
|
||||
eventEditorItems: "Elementi dell'evento"
|
||||
eventEditorSetItems: "Dare oggetti"
|
||||
eventEditorItemsCleared: "Le voci dell'evento sono state cancellate."
|
||||
eventEditorAddItem: "Aggiungi articolo"
|
||||
eventEditorSetItemNames: "Imposta il nomi degli oggetti"
|
||||
eventEditorSetItemAmounts: "Imposta gli importi degli articoli"
|
||||
eventEditorNoNames: "Nessun nome impostato"
|
||||
eventEditorMustSetNames: "Devi prima impostare i nomi degli oggetti!"
|
||||
eventEditorInvalidName: "non è un nome di oggetto valido!"
|
||||
eventEditorNotGreaterThanZero: "non è maggiore di 0!"
|
||||
eventEditorNotANumber: "non e un numero!"
|
||||
eventEditorStorm: "Tempestad di eventi"
|
||||
eventEditorSetWorld: "Imposta il mondo"
|
||||
eventEditorSetDuration: "Imposta la durata"
|
||||
eventEditorNoWorld: "(Nessun set mondiale)"
|
||||
eventEditorSetWorldFirst: "È necessario impostare un mondo prima!"
|
||||
eventEditorInvalidWorld: "non è un nome mondiale valido!"
|
||||
eventEditorMustSetStormDuration: "Devi importare una durata temporale!"
|
||||
eventEditorStormCleared: "Dati di tempesta cancellati."
|
||||
eventEditorEnterStormWorld: "Inserisci un nome mondiale per la tempesta che si verifiche o digita 'anulla' per tornare"
|
||||
eventEditorEnterDuration: "Inserire la durata (in secondi)"
|
||||
eventEditorAtLeastOneSecond: "L'imposto deve essere almeno secondo!"
|
||||
eventEditorNotGreaterThanOneSecond: "non è superiore a 1 secondo!"
|
||||
eventEditorThunder: "Evento Tuono"
|
||||
eventEditorMustSetThunderDuration: "Devi impostare una durata di tuono!"
|
||||
eventEditorThunderCleared: "Thunder data cleared."
|
||||
eventEditorEnterThunderWorld: "Enter a world name for the thunder to occur in, or enter 'cancel' to return"
|
||||
eventEditorEffects: "Event Effects"
|
||||
eventEditorAddEffect: "Add effect"
|
||||
eventEditorAddEffectLocation: "Add effect location"
|
||||
eventEditorNoEffects: "No effects set"
|
||||
eventEditorMustAddEffects: "You must add effects first!"
|
||||
eventEditorInvalidEffect: "is not a valid effect name!"
|
||||
eventEditorEffectsCleared: "Event effects cleared."
|
||||
eventEditorEffectLocationPrompt: "Right-click on a block to play an effect at, then enter 'add' to add it to the list, or enter 'cancel' to return"
|
||||
eventEditorMobSpawns: "Event Mob Spawns"
|
||||
eventEditorAddMobTypes: "Add mob"
|
||||
eventEditorNoTypesSet: "(No type set)"
|
||||
eventEditorMustSetMobTypesFirst: "You must set the mob type first!"
|
||||
eventEditorSetMobAmounts: "Set mob amount"
|
||||
eventEditorNoAmountsSet: "(No amounts set)"
|
||||
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"
|
||||
eventEditorSetMobSpawnLoc: "Right-click on a block to spawn a mob at, then enter 'add' to the confirm it, or enter 'cancel' to return"
|
||||
eventEditorSetMobSpawnAmount: "Set the amount of mobs to spawn"
|
||||
eventEditorSetDropChance: "Set the drop chance"
|
||||
eventEditorInvalidDropChance: "Drop chance has to be between 0.0 and 1.0"
|
||||
eventEditorLightningPrompt: "Right-click on a block to spawn a lightning strike at, then enter 'add' to add it to the list, or enter 'clear' to clear the locations list, or 'cancel' to return"
|
||||
eventEditorPotionEffects: "Event 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!"
|
||||
eventEditorNoDurationsSet: "(No durations set)"
|
||||
eventEditorSetPotionMagnitudes: "Set potion effect magnitudes"
|
||||
eventEditorPotionsCleared: "Potion effects cleared."
|
||||
eventEditorInvalidPotionType: "is not a valid potion effect type!"
|
||||
eventEditorEnterNPCId: "Enter NPC ID (or -1 to return)"
|
||||
eventEditorNoNPCExists: "No NPC exists with that id!"
|
||||
eventEditorExplosionPrompt: "Fai clic con il tasto destro del mouse su un blocco per generare un'esplosione, quindi inserisci 'aggiungi' per aggiungerlo alla lista, o digita 'cancella' per cacellare l'elenco delle esplosioni, o 'cancellare' per tornari"
|
||||
eventEditorSelectBlockFirst: "Devi prima selezionare un blocco."
|
||||
eventEditorSetMessagePrompt: "Inserisci il mmessaggio, o digta 'none' per cancellare, (o 'cancella' per tornare)"
|
||||
eventEditorSetItemNamesPrompt: "Inserici i nomi degli elementi che li separano in base a uno spazio, oppure digita 'anulla' per tornare."
|
||||
eventEditorSetItemAmountsPrompt: "Inserisci gli importi degli articoli (numeri) che separano ciascuno di essi da uno spazio, oppure inserisci 'anulla' per tornare."
|
||||
eventEditorSetMobTypesPrompt: "Inserisci il nome del mob o digita 'anullare' per tornare"
|
||||
eventEditorSetMobAmountsPrompt: "Inserisci importo mob o inserisci 'anulla' per tornare"
|
||||
eventEditorSetMobNamePrompt: "Imposta il nome per questo mob o digita 'cancella' per tornare"
|
||||
eventEditorSetMobLocationPrompt: "Fai clic con il tasto del mouse su un blocco per selezionarlo, quindi digita 'aggiungi' per aggiungerlo all'elenco delle posizione di spawn mob o inserisci 'anulla' per tornare"
|
||||
eventEditorSetPotionEffectsPrompt: "Enter potion effect types separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetPotionDurationsPrompt: "Enter effect durations (in milliseconds) separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetHungerPrompt: "Enter hunger level, or -1 to remove it"
|
||||
eventEditorHungerLevelAtLeastZero: "Hunger level must be at least 0!"
|
||||
eventEditorSetSaturationPrompt: "Enter saturation level, or -1 to remove it"
|
||||
eventEditorSaturationLevelAtLeastZero: "Saturation level must be at least 0!"
|
||||
eventEditorSetHealthPrompt: "Enter health level, or -1 to remove it"
|
||||
eventEditorHealthLevelAtLeastZero: "Health level must be at least 0!"
|
||||
eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to, then enter 'done' to finish, or enter 'clear' to clear the teleport location, or 'cancel' to return"
|
||||
eventEditorCommandsNote: 'Note: You may use <player> to refer to the player''s name.'
|
||||
eventEditorSetCommandsPrompt: "Enter commands separating each one by a comma, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
reqSetMoney: "Set money requirement"
|
||||
reqSetQuestPoints: "Set Quest Points requirement"
|
||||
reqSetItem: "Set item requirements"
|
||||
reqSetPerms: "Set permission requirements"
|
||||
reqSetQuest: "Set Quest requirements"
|
||||
reqSetQuestBlocks: "Set Quest blocks"
|
||||
reqSetMcMMO: "Set mcMMO requirements"
|
||||
reqSetHeroes: "Imposta i requisiti degli eroi"
|
||||
reqSetCustom: "Requisiti personalizzati"
|
||||
reqSetFail: "Imposta il messaggio dei requisiti di errore"
|
||||
reqSetSkills: "Imposta le abilità"
|
||||
reqSetSkillAmounts: "Imposta gli importi delle abilità"
|
||||
reqHeroesSetPrimary: "Imposta la classe primaria"
|
||||
reqHeroesSetSecondary: "Impostare la classe secondaria"
|
||||
reqMoneyPrompt: "Inserisci l'importo di <money>, o 0 per cancellare il requisito di denaro, o -1 per anullare"
|
||||
reqQuestPointsPrompt: "Inserisci la quantità di punti missione o 0 per cancellare il requisito del punto ricerca o -1 per anullare"
|
||||
reqQuestPrompt: "Inserisci un elenco di nomi di ricerca che separano ciascuno da un <comma>, inserisci 'cancella' per cancellare l'elenco, o cancella per tornare."
|
||||
reqRemoveItemsPrompt: "Inserici una lista di valori vero/falso, separandoli uno per uno spazio, o digita 'anullare' per tornare."
|
||||
reqPermissionsPrompt: "Immetere i requisiti di autorizzazione che separano ciacuno di essi da uno spazio o immetere 'cancellare' per cancellare l'elenco o immettere 'anulla' per tornare."
|
||||
reqCustomPrompt: "Inserisci il nome di un requisito personalizzato da aggiungere o digita 'cancellare' per cancellare tutti i requisiti personalizzati o 'anulla' per tornare."
|
||||
reqMcMMOPrompt: "Inserisci le abilità mcMMO, separandole ciascuna per uno spazio, oppure inserisci 'cancellare' per cancellare l'elenco, o 'cancella' per tornare."
|
||||
reqMcMMOAmountsPrompt: "Inserisci gli importi delle abilità mcMMO, separandoli uno per uno spazio o immetti 'cancellare' per cancelllare l'elenco o 'anulla' per tornare."
|
||||
reqHeroesPrimaryPrompt: "Inserisci il nome di una classse primaria di Heroes o inserisci 'anullare' per cancellare il requisito o 'cancellare' per tornare."
|
||||
reqHeroesSecondaryPrompt: "Inserisci il nome di una seconda classe di Heroes o inserisci 'cancellare' per cancellare il requisito o 'cancel' per tornare."
|
||||
reqFailMessagePrompt: "Inserisci il messaggio sui requisiti di errore o digita 'annulla' per tornare."
|
||||
reqAddItem: "Aggiungi articolo"
|
||||
reqSetRemoveItems: "Imposta elementi rimuove"
|
||||
reqNoItemsSet: "Nessunn elemento impostato"
|
||||
reqNoValuesSet: "Nessun valore impostato"
|
||||
reqHeroesPrimaryDisplay: "Classe primaria:"
|
||||
reqHeroesSecondaryDisplay: "Classe secondaria:"
|
||||
reqGreaterThanZero: "L'importo deve essere maggiore di 0!"
|
||||
reqNotAQuestName: "<quest>non è un nome di missione!"
|
||||
reqItemCleared: "Requisiti dell'articolo cancellati."
|
||||
reqListsNotSameSize: "Gli elenchi degli articoli e rimuovono gli elenchi non hanno la stessa dimensione!"
|
||||
reqTrueFalseError: '<input>non è un valore vero o falso!%b%Esempio: vero falso vero vero'
|
||||
reqCustomAlreadyAdded: "Quel requisito personalizzato è già stato aggiunto!"
|
||||
reqCustomNotFound: "Modulo dei requisiti personalizzati non trovato."
|
||||
reqCustomCleared: "Requisiti personalizzati cancellati."
|
||||
reqMcMMOError: "<input>non è un nome di abilità di mcMMO!"
|
||||
reqMcMMOCleared: "requisiti di abilità mcMMO cancellati."
|
||||
reqMcMMOAmountsCleared: "requiiti i quantità di abilità mcMMO azzerati."
|
||||
reqHeroesNotPrimary: "La classe<class>non è primaria!"
|
||||
reqHeroesPrimaryCleared: "Requisito di classe primaria Heroes eliminato."
|
||||
reqHeroesNotSecondary: "La classe<class> non è secondaria!"
|
||||
reqHeroesSecondaryCleared: "Requisito di classe seccondaria Heroes eliminata."
|
||||
reqHeroesClassNotFound: "Classe non trovata!"
|
||||
reqNone: "Nessun requisito impostato"
|
||||
reqNotANumber: "<input>non è un numero!"
|
||||
reqMustAddItem: "Devi prima aggiungere almeno un oggetto!"
|
||||
reqNoMessage: "È necessario impostare un messaggio sui requisti di errore!"
|
||||
reqNoMcMMO: "mcMMO non installato"
|
||||
reqNoHeroes: "Heroes non installati"
|
||||
rewSetMoney: "Imposta la ricompensa in denaro"
|
||||
rewSetQuestPoints: "Imposta la ricompensa dei Punti missioni"
|
||||
rewSetItems: "Imposta i premi per gli oggetti"
|
||||
rewSetExperience: "Set experience reward"
|
||||
rewSetCommands: "Set command rewards"
|
||||
rewSetPermission: "Set permission rewards"
|
||||
rewSetMcMMO: "Set mcMMO skill rewards"
|
||||
rewSetHeroes: "Set Heroes experience rewards"
|
||||
rewSetPhat: "Set PhatLoot rewards"
|
||||
rewSetCustom: "Set Custom Rewards"
|
||||
rewSetHeroesClasses: "Set classes"
|
||||
rewSetHeroesAmounts: "Set experience amounts"
|
||||
rewMoneyPrompt: "Inserisci l'importo di<money>, o 0 per cancellare il premio in denaro, o -1 per annullare"
|
||||
rewExperiencePrompt: "Inserisci la quantità di esperienza o 0 per cacellare la ricompensa esperienza o -1 per annullare"
|
||||
rewCommandPrompt: "Inserisci i premi di comando che separano ciascuno con una <comma>, o inserisci 'cancellare' per cancellare l'elenco, o digita 'cancella' per tornare."
|
||||
rewCommandPromptHint: 'Nota: Puoi mettere<player> per specificare il giocatore che ha completato la missione.per esempio: colpisci<player>'
|
||||
rewPermissionsPrompt: "Inserisci i premi di autorrizzazione che separano ciascuno di essi da uno spazio, oppure digita 'cancellare' per cancellare l'elenco, oppure digita 'annulla' per tornare."
|
||||
rewQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point reward, or -1 to cancel"
|
||||
rewMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'cancel' to return."
|
||||
rewMcMMOPromptHint: 'Note: Typing ''All'' will give levels to all skills.'
|
||||
rewHeroesClassesPrompt: "Enter Heroes classes separating each one by a space, or enter 'cancel' to return."
|
||||
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed) separating each one by a space, or enter 'cancel' to return."
|
||||
rewPhatLootsPrompt: "Enter PhatLoots separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
rewCustomRewardPrompt: "Enter the name of a custom reward to add, or enter 'clear' to clear all custom rewards, or 'cancel' to return."
|
||||
rewItemsCleared: "Item rewards cleared."
|
||||
rewNoMcMMOSkills: "No skills set"
|
||||
rewNoHeroesClasses: "No classes set"
|
||||
rewSetMcMMOSkillsFirst: "You must set skills first!"
|
||||
rewMcMMOCleared: "mcMMO rewards cleared."
|
||||
rewMcMMOListsNotSameSize: "The skills list and skill amounts list are not the same size!"
|
||||
rewSetHeroesClassesFirst: "You must set classes first!"
|
||||
rewHeroesCleared: "Heroes rewards cleared."
|
||||
rewHeroesListsNotSameSize: "The classes list and experience amounts list are not the same size!"
|
||||
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."
|
||||
rewNoPhat: "PhatLoots not installed"
|
||||
itemCreateLoadHand: "Load item in hand"
|
||||
itemCreateSetName: "Set name"
|
||||
itemCreateSetAmount: "Set amount"
|
||||
itemCreateSetDurab: "Set durability"
|
||||
itemCreateSetEnchs: "Add/clear enchantments"
|
||||
itemCreateSetDisplay: "Set display name"
|
||||
itemCreateSetLore: "Set lore"
|
||||
itemCreateEnterName: "Enter an item name, or 'cancel' to return."
|
||||
itemCreateEnterAmount: "Enter item amount (max. 64), or 'cancel' to return."
|
||||
itemCreateEnterDurab: "Enter item durability, or 'clear' to clear the data, or 'cancel' to return."
|
||||
itemCreateEnterEnch: "Enter an enchantment name, or 'clear' to clear the enchantments, or 'cancel' to return."
|
||||
itemCreateEnterLevel: "Enter a level (number) for <enchantment>"
|
||||
itemCreateEnterDisplay: "Enter item display name, or 'clear' to clear the display name, or 'cancel' to return."
|
||||
itemCreateEnterLore: "Enter item lore, separating each line by a semi-colon ; or 'clear' to clear the lore, or 'cancel' to return."
|
||||
itemCreateLoaded: "Item loaded."
|
||||
itemCreateNoItem: "No item in hand!"
|
||||
itemCreateNoName: "You must set a name first!"
|
||||
itemCreateInvalidName: "Invalid item name!"
|
||||
itemCreateInvalidAmount: "Amount must be between 1-64!"
|
||||
itemCreateInvalidDurab: "Invalid item durability!"
|
||||
itemCreateInvalidEnch: "Invalid enchantment name!"
|
||||
itemCreateInvalidLevel: "Level must be greater than 0!"
|
||||
itemCreateInvalidInput: "Inserimento non valido!"
|
||||
itemCreateNotNumber: "L'input non è un numero!"
|
||||
itemCreateNoNameAmount: "Devi prima impostare un nome e un importo!"
|
||||
itemCreateCriticalError: "Si è verificato un errore critico."
|
||||
questTitle: "--<quest>--"
|
||||
questObjectivesTitle: "---(<quest>)---"
|
||||
questCompleteTitle: '**RICERCA COMPLETA:<quest>**'
|
||||
questRewardsTitle: "Premi:"
|
||||
journalTitle: "Giornale di ricerca"
|
||||
questsTitle: "-Missioni-"
|
||||
questHelpTitle: "-Missioni-"
|
||||
questListTitle: "-Missioni-"
|
||||
questNPCListTitle: "-Missioni | <npc>-"
|
||||
questAdminHelpTitle: "-Questadmin-"
|
||||
questEditorTitle: "- Editor Ricerca-"
|
||||
eventEditorTitle: "-Editor Eventi- "
|
||||
questCreateTitle: "-Crea una missione-"
|
||||
questEditTitle: "-Modificare ricerca-"
|
||||
questDeleteTitle: "-Eliminare la ricerca-"
|
||||
requirementsTitle: "-<quest>|Requisiti-"
|
||||
rewardsTitle: "-<quest>|Premi-"
|
||||
itemRequirementsTitle: "- Requisiti per l'oggetto-"
|
||||
itemRewardsTitle: "-Ricompensa oggetti-"
|
||||
mcMMORequirementsTitle: "-mcMMO Requisiti-"
|
||||
mcMMORewardsTitle: "-mcMMO premi-"
|
||||
heroesRequirementsTitle: "-Requisiti Heroes-"
|
||||
heroesRewardsTitle: "-Ricompense Heroes-"
|
||||
heroesClassesTitle: "-Classi Heroes-"
|
||||
heroesExperienceTitle: "-Esperienza di Heroes-"
|
||||
heroesPrimaryTitle: "-Classe primaria-"
|
||||
heroesSecondaryTitle: "-Classe secondaria-"
|
||||
phatLootsRewardsTitle: "-Ricompense PhatLoots-"
|
||||
customRequirementsTitle: "-Requisiti personalizzati-"
|
||||
customRewardsTitle: "-Premi personalizzati-"
|
||||
skillListTitle: "-Lista delle abilità-"
|
||||
eventTitle: "-Eventi-"
|
||||
completedQuestsTitle: "-Missioni completate-"
|
||||
topQuestersTitle: "-Superiore<number>Questers-"
|
||||
createItemTitle: "-Crea elemento-"
|
||||
enchantmentsTitle: "-Incantesimi-"
|
||||
questGUITitle: "-Display articoli GUI-"
|
||||
questRegionTitle: "-Regione Ricerca-"
|
||||
eventEditorGiveItemsTitle: "-Dare articoli-"
|
||||
eventEditorEffectsTitle: "-Effetti-"
|
||||
eventEditorStormTitle: "- Tempestad di eventi -"
|
||||
eventEditorThunderTitle: "-Evento Tuono-"
|
||||
eventEditorMobSpawnsTitle: "- Event Mob Spawns -"
|
||||
eventEditorMobsTitle: "- Mobs -"
|
||||
eventEditorAddMobTypesTitle: "- Add Mob -"
|
||||
eventEditorPotionEffectsTitle: "- Event Potion Effects -"
|
||||
eventEditorPotionTypesTitle: "- Event Potion Types -"
|
||||
eventEditorWorldsTitle: "- Worlds -"
|
||||
effBlazeShoot: "Sound of a Blaze firing"
|
||||
effBowFire: "Sound of a bow firing"
|
||||
effClick1: "A click sound"
|
||||
effClick2: "A different click sound"
|
||||
effDoorToggle: "Sound of a door opening or closing"
|
||||
effExtinguish: "Sound of fire being extinguished"
|
||||
effGhastShoot: "Sound of a Ghast firing"
|
||||
effGhastShriek: "Sound of a Ghast shrieking"
|
||||
effZombieWood: "Sound of a Zombie chewing an iron door"
|
||||
effZombieIron: "Sound of a Zombie chewing a wooden door"
|
||||
effEnterName: "Enter an effect name to add it to the list, or enter 'cancel' to return"
|
||||
cmdCancel: "cancel"
|
||||
cmdAdd: "add"
|
||||
cmdClear: "clear"
|
||||
cmdNone: "none"
|
||||
cmdDone: "done"
|
||||
acceptQuest: "Accept Quest?"
|
||||
enterAnOption: "Enter an option"
|
||||
questAccepted: 'Quest accepted: <quest>'
|
||||
currentQuest: "Current Quests:"
|
||||
noMoreQuest: "No more quests available."
|
||||
damage: "Damage"
|
||||
break: "Break"
|
||||
place: "Place"
|
||||
use: "Use"
|
||||
cut: "Cut"
|
||||
catchFish: "Catch Fish"
|
||||
enchantItem: "Enchant <item> with <enchantment>"
|
||||
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."
|
||||
invalidSelection: "Invalid selection!"
|
||||
noActiveQuest: "Al momento non hai alcuna missione attiva."
|
||||
speakTo: 'Inizio: Parla con<npc>'
|
||||
mustSpeakTo: "Devi parlare con<npc> per iniziare questa missione."
|
||||
noCommandStart: "<quest>potrebbe non essere avviato tramite comando."
|
||||
permissionDisplay: "Autorizzazione:"
|
||||
heroesClass: "classe"
|
||||
mcMMOLevel: "livello"
|
||||
haveCompleted: "Hai completato<quest>"
|
||||
cannotComplete: "Impossibile completare<quest>"
|
||||
questNotFound: "Missione non trovata."
|
||||
alreadyConversing: "Sei già in una conversazione!"
|
||||
inputNum: "L'input deve essere un numero."
|
||||
inputPosNum: "L'input deve essere un numero positivo."
|
||||
questModified: "La tua missione attiva<quest>è stata modificata. Sei stato costretto a lasciare la missione."
|
||||
questNotExist: "La tua missione attiva<quest>non esiste più. Sei stato costretto a lasciare la missione."
|
||||
questInvalidChoice: "Scelta non valida. Digita 'Si' o 'No'"
|
||||
questPointsDisplay: "Punti di ricerca:"
|
||||
questNoDrop: "Non puoi lasciare oggetti di missione."
|
||||
questNoBrew: "Non puoi preparare oggetti di missione."
|
||||
questNoStore: "Non puoi conservare oggetti di missione."
|
||||
questNoCraft: "Non puoi creare oggetti di missione."
|
||||
questNoEquip: "Non puoi equipaggiare oggetti di missioni."
|
||||
questNoDispense: "Non puoi mettere gli oggetti delle missioni in dispenser."
|
||||
questNoEnchant: "Non puoi incantare oggetti di missione."
|
||||
questNoSmelt: "Non puoi annusare usando oggetti di missione."
|
||||
questInfoNoPerms: "No hai l'autorizzazione per visualizzare le informazioni di una missione."
|
||||
questCmdNoPerms: "Non hai accesso a quel comando."
|
||||
pageSelectionNum: "La selezione della pagina deve essere un numero."
|
||||
pageSelectionPosNum: "La selezione della pagina deve essere un numero positivo."
|
||||
questListNoPerms: "Non hai l'autorizzazione per visualizzare l'elenco delle ricerche."
|
||||
questTakeNoPerms: "Non hai il permesso di prendere le domande tramite i comandi."
|
||||
questTakeDisabled: "L'acquisizione di la missioni tramite comandi è stato disattivato."
|
||||
questQuit: "Hai smesso<quest>"
|
||||
questQuitNoPerms: "Non hai il permesso di uscire la missioni."
|
||||
questQuitDisabled: "Chiudere le domande è stato disabilitato."
|
||||
questEditorNoPerms: "Non hai il permesso di usare l'editor di missioni."
|
||||
eventEditorNoPerms: "Non sei autorizzato a utilizzare l'editor di eventi."
|
||||
questsUnknownCommand: "Comando missione sconosciute. Scrivi / cerca aiuto."
|
||||
pageNotExist: "La pagina non esiste."
|
||||
pageFooter: "-Pagina<current>di<all>-"
|
||||
questsReloaded: "Missioni reloaded."
|
||||
numQuestsLoaded: "<number>Missioni caricato."
|
||||
questForceTake: "<player>con la forza ha iniziato la ricerca<quest>."
|
||||
questForcedTake: "<player>ha costretto a prendere la missione<quest>."
|
||||
questForceQuit: "<player>ha forzatamente abbandonato la missione<quest>."
|
||||
questForcedQuit: "<player>Ti ha costretto a lasciare la missione<quest>."
|
||||
questForceFinish: "<player>ha forzato la sua missione<quest>."
|
||||
questForcedFinish: "<player>ti ha costretto a finire la tua missione<quest>."
|
||||
questForceNextStage: "<player>ha avanzato alla fase successiva della missione<quest>."
|
||||
questForcedNextStage: "<player>ha avanzato alla fase successiva della tua missione<quest>."
|
||||
questPurged: "<player> has been purged and blacklisted."
|
||||
questReset: "<player> has been reset."
|
||||
questRemoved: "Quest <quest> has been removed from player <player>'s completed Quests."
|
||||
settingAllQuestPoints: "Setting all players' Quest Points..."
|
||||
allQuestPointsSet: "All players' Quest Points have been set to <number>!"
|
||||
setQuestPoints: "<player>'s Quest Points have been set to <number>."
|
||||
questPointsSet: "<player> has set your Quest Points to <number>."
|
||||
takeQuestPoints: "Took away <number> Quest Points from <player>."
|
||||
questPointsTaken: "<player> took away <number> Quest Points."
|
||||
giveQuestPoints: "Gave <number> Quest Points from <player>."
|
||||
questPointsGiven: "<player> gave you <number> Quest Points."
|
||||
enableNPCGUI: "<npc> will now provide a GUI Quest Display."
|
||||
disableNPCGUI: "<npc> will no longer provide a GUI Quest Display."
|
||||
invalidNumber: "Invalid number."
|
||||
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||
playerNotFound: "Player not found."
|
||||
invalidStageNum: "Invalid stage number for Quest <quest>"
|
||||
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||
errorReading: "Error reading <file>, skipping.."
|
||||
errorReadingSuppress: "Error reading <file>, suppressing further errors."
|
||||
errorDataFolder: 'Error: Unable to read Quests data folder!'
|
||||
questsPlayerHasQuestAlready: "<player> is already on the Quest <quest>!"
|
||||
questsUnknownAdminCommand: "Unknown Questsadmin command. Type /questsadmin for help."
|
||||
unknownError: "An unknown error occurred. See console output."
|
||||
journalTaken: "You take out your Quest Journal."
|
||||
journalPutAway: "You put away your Quest Journal."
|
||||
journalAlreadyHave: "You already have your Quest Journal out."
|
||||
journalNoRoom: "You have no room in your inventory for your Quest Journal!"
|
||||
journalNoQuests: "You have no accepted quests!"
|
||||
journalDenied: "You cannot do that with your Quest Journal."
|
||||
ENCHANTMENT_ARROW_DAMAGE: "Power"
|
||||
ENCHANTMENT_ARROW_FIRE: "Flame"
|
||||
ENCHANTMENT_ARROW_INFINITE: "Infinity"
|
||||
ENCHANTMENT_ARROW_KNOCKBACK: "Punch"
|
||||
ENCHANTMENT_BINDING_CURSE: "BindingCurse"
|
||||
ENCHANTMENT_DAMAGE_ALL: "Sharpness"
|
||||
ENCHANTMENT_DAMAGE_ARTHROPODS: "BaneOfArthropods"
|
||||
ENCHANTMENT_DEPTH_STRIDER: "DepthStrider"
|
||||
ENCHANTMENT_DAMAGE_UNDEAD: "Smite"
|
||||
ENCHANTMENT_DIG_SPEED: "Efficiency"
|
||||
ENCHANTMENT_DURABILITY: "Unbreaking"
|
||||
ENCHANTMENT_FIRE_ASPECT: "FireAspect"
|
||||
ENCHANTMENT_FROST_WALKER: "FrostWalker"
|
||||
ENCHANTMENT_KNOCKBACK: "Knockback"
|
||||
ENCHANTMENT_LOOT_BONUS_BLOCKS: "Fortune"
|
||||
ENCHANTMENT_LOOT_BONUS_MOBS: "Looting"
|
||||
ENCHANTMENT_LUCK: "LuckOfTheSea"
|
||||
ENCHANTMENT_LURE: "Lure"
|
||||
ENCHANTMENT_MENDING: "Mending"
|
||||
ENCHANTMENT_OXYGEN: "Respiration"
|
||||
ENCHANTMENT_PROTECTION_ENVIRONMENTAL: "Protezione"
|
||||
ENCHANTMENT_PROTECTION_EXPLOSIONS: "BlastProtection"
|
||||
ENCHANTMENT_PROTECTION_FALL: "FeatherFalling"
|
||||
ENCHANTMENT_PROTECTION_FIRE: "FireProtection"
|
||||
ENCHANTMENT_PROTECTION_PROJECTILE: "ProjectileProtection"
|
||||
ENCHANTMENT_SILK_TOUCH: "SkillTouch"
|
||||
ENCHANTMENT_SWEEPING: "Radicale"
|
||||
ENCHANTMENT_THORNS: "Spine"
|
||||
ENCHANTMENT_VANISHING_CURSE: "VanishingCurse"
|
||||
ENCHANTMENT_WATER_WORKER: "AquaAffinity"
|
||||
COLOR_BLACK: "Nero"
|
||||
COLOR_BLUE: "Azzurro"
|
||||
COLOR_BROWN: "Marrone"
|
||||
COLOR_CYAN: "Ciano"
|
||||
COLOR_GRAY: "Grigio"
|
||||
COLOR_GREEN: "Verde"
|
||||
COLOR_LIGHT_BLUE: "LightBlue"
|
||||
COLOR_LIME: "Lime"
|
||||
COLOR_MAGENTA: "Rosso"
|
||||
COLOR_ORANGE: "Arancia"
|
||||
COLOR_PINK: "Rosa"
|
||||
COLOR_PURPLE: "Viola"
|
||||
COLOR_RED: "Rosso"
|
||||
COLOR_SILVER: "Argento"
|
||||
COLOR_WHITE: "Bianco"
|
||||
COLOR_YELLOW: "Giallo"
|
||||
timeDay: "Giorno"
|
||||
timeDays: "Giorni"
|
||||
timeHour: "Ora"
|
||||
timeHours: "Ore"
|
||||
timeMinute: "Minuto"
|
||||
timeMinutes: "Minuti"
|
||||
timeSecond: "Secondo"
|
||||
timeSeconds: "Secondi"
|
||||
timeMillisecond: "Millisecondo"
|
||||
timeMilliseconds: "Millisecondi"
|
||||
event: "Evento"
|
||||
delay: "Ritardo"
|
||||
save: "Salvare"
|
||||
exit: "Uscita"
|
||||
exited: "Uscito"
|
||||
cancel: "Annulla"
|
||||
cancelled: "Annullato"
|
||||
questTimeout: "Annullato."
|
||||
back: "Indietro"
|
||||
yesWord: "Si"
|
||||
noWord: "No"
|
||||
"true": "vero"
|
||||
"false": "falso"
|
||||
clear: "Chiaro"
|
||||
edit: "Edit"
|
||||
none: "None"
|
||||
done: "Done"
|
||||
comma: "comma"
|
||||
finish: "Finish"
|
||||
quit: "Quit"
|
||||
noneSet: "None set"
|
||||
noDelaySet: "No delay set"
|
||||
noIdsSet: "No IDs set"
|
||||
noNamesSet: "No names set"
|
||||
worlds: "Worlds"
|
||||
mobs: "Mobs"
|
||||
points: "points"
|
||||
invalidOption: "Invalid option!"
|
||||
npcHint: 'Note: You can left or right click on NPC''s to get their ID.'
|
||||
listDuplicate: "List contains duplicates!"
|
||||
id: "ID"
|
||||
quest: "Quest"
|
||||
quests: "Quests"
|
||||
createdBy: "Created by"
|
||||
continuedBy: "and continued by"
|
||||
questPoints: "Quest Points"
|
||||
accepted: "Accepted"
|
||||
complete: "Complete"
|
||||
redoable: "Redoable"
|
||||
usage: "Usage"
|
||||
redoableEvery: "Redoable every <time>."
|
||||
requirements: "Requirements"
|
||||
money: "Money"
|
||||
with: "With"
|
||||
to: "to"
|
||||
blocksWithin: "within <amount> blocks of"
|
||||
valRequired: "Value required"
|
||||
enchantedItem: "*Enchanted*"
|
||||
experience: "Experience"
|
||||
timerMessage: '<green>Time left to finish the quest/stage: <red>%s seconds'
|
||||
timerStart: "<green>You have <red>%s seconds <green>to finish this quest/stage"
|
||||
questErrorReadingFile: "Error reading Quests file."
|
||||
questSaveError: "An error occurred while saving."
|
||||
questBlacklisted: "You are blacklisted. Contact an admin if this is in error."
|
858
src/main/resources/lang/ja/strings.yml
Normal file
858
src/main/resources/lang/ja/strings.yml
Normal file
@ -0,0 +1,858 @@
|
||||
---
|
||||
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"
|
||||
questDisplayHelp: "- Display this help"
|
||||
COMMAND_LIST: "list"
|
||||
COMMAND_LIST_HELP: "list [page] - List available Quests"
|
||||
COMMAND_TAKE: "take"
|
||||
COMMAND_TAKE_HELP: "take [quest name] - Accept a Quest"
|
||||
COMMAND_TAKE_USAGE: 'Usage: /quests take [quest]'
|
||||
COMMAND_QUIT: "quit"
|
||||
COMMAND_QUIT_HELP: "quit [quest] - Quit a current Quest"
|
||||
COMMAND_EDITOR: "editor"
|
||||
COMMAND_EDITOR_HELP: "editor - Create/Edit Quests"
|
||||
COMMAND_EVENTS_EDITOR: "events"
|
||||
COMMAND_EVENTS_EDITOR_HELP: "events - Create/Edit Events"
|
||||
COMMAND_STATS: "stats"
|
||||
COMMAND_STATS_HELP: "stats - View your Questing stats"
|
||||
COMMAND_TOP: "top"
|
||||
COMMAND_TOP_HELP: "top [number] - View top Questers"
|
||||
COMMAND_TOP_USAGE: 'Usage: /quests top [number]'
|
||||
COMMAND_INFO: "info"
|
||||
COMMAND_INFO_HELP: "info - Display plugin information"
|
||||
COMMAND_JOURNAL: "journal"
|
||||
COMMAND_JOURNAL_HELP: "journal - View/Put away your Quest Journal"
|
||||
COMMAND_QUEST_HELP: "- Display current Quest objectives"
|
||||
COMMAND_QUESTINFO_HELP: "[quest name] - Display Quest information"
|
||||
COMMAND_QUESTADMIN_HELP: "- View Questadmin help"
|
||||
COMMAND_QUESTADMIN_STATS: "stats"
|
||||
COMMAND_QUESTADMIN_STATS_HELP: "stats [player] - View Questing statistics of a player"
|
||||
COMMAND_QUESTADMIN_GIVE: "give"
|
||||
COMMAND_QUESTADMIN_GIVE_HELP: "give [player] [quest] - Force a player to take a Quest"
|
||||
COMMAND_QUESTADMIN_QUIT: "quit"
|
||||
COMMAND_QUESTADMIN_QUIT_HELP: "quit [player] [quest] - Force a player to quit their Quest"
|
||||
COMMAND_QUESTADMIN_POINTS: "points"
|
||||
COMMAND_QUESTADMIN_POINTS_HELP: "points [player] [amount] - Set a players Quest Points"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [player] [amount] - Take a players Quest Points"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [player] [amount] - Give a player Quest Points"
|
||||
COMMAND_QUESTADMIN_POINTSALL: "pointsall"
|
||||
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] - Set ALL players' Quest Points"
|
||||
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||
COMMAND_QUESTADMIN_FINISH_HELP: "finish [player] [quest] - Immediately force Quest completion for a player"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE: "nextstage"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "nextstage [player] [quest] - Immediately force Stage completion for a player"
|
||||
COMMAND_QUESTADMIN_SETSTAGE: "setstage"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_HELP: "setstage [player] [quest] [stage] - Set the current Stage for a player"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Usage: /questadmin setstage [player] [quest] [stage]'
|
||||
COMMAND_QUESTADMIN_PURGE: "purge"
|
||||
COMMAND_QUESTADMIN_PURGE_HELP: "purge [player] - Clear all Quests data of a player AND BLACKLISTS THEM"
|
||||
COMMAND_QUESTADMIN_RESET: "reset"
|
||||
COMMAND_QUESTADMIN_RESET_HELP: "reset [player] - Clear all Quests data of a player"
|
||||
COMMAND_QUESTADMIN_REMOVE: "remove"
|
||||
COMMAND_QUESTADMIN_REMOVE_HELP: "remove [player] [quest] - Remove a completed Quest from a player"
|
||||
COMMAND_QUESTADMIN_TOGGLEGUI: "togglegui"
|
||||
COMMAND_QUESTADMIN_TOGGLEGUI_HELP: "togglegui [npc id] - Toggle GUI Quest Display on an NPC"
|
||||
COMMAND_QUESTADMIN_RELOAD: "reload"
|
||||
COMMAND_QUESTADMIN_RELOAD_HELP: "reload - Reload all Quests"
|
||||
questEditorHeader: "Create Quest"
|
||||
questEditorCreate: "Create new Quest"
|
||||
questEditorEdit: "Edit a Quest"
|
||||
questEditorDelete: "Delete Quest"
|
||||
questEditorName: "Set name"
|
||||
questEditorAskMessage: "Set ask message"
|
||||
questEditorFinishMessage: "Set finish message"
|
||||
questEditorRedoDelay: "Set redo delay"
|
||||
questEditorNPCStart: "Set NPC start"
|
||||
questEditorBlockStart: "Set Block start"
|
||||
questEditorInitialEvent: "Set initial Event"
|
||||
questEditorSetGUI: "Set GUI Item display"
|
||||
questEditorReqs: "Edit Requirements"
|
||||
questEditorStages: "Edit Stages"
|
||||
questEditorRews: "Edit Rewards"
|
||||
questEditorEnterQuestName: "Enter Quest name (or 'cancel' to return)"
|
||||
questEditorEditEnterQuestName: "Enter Quest name to edit (or 'cancel' to return)"
|
||||
questEditorEnterAskMessage: "Enter ask message (or 'cancel' to return)"
|
||||
questEditorEnterFinishMessage: "Enter finish message (or 'cancel' to return)"
|
||||
questEditorEnterRedoDelay: "Enter amount of time (in seconds), 0 to clear the redo delay or -1 to cancel"
|
||||
questEditorEnterNPCStart: "Enter NPC ID, -1 to clear the NPC start or -2 to cancel"
|
||||
questEditorEnterBlockStart: "Right-click on a block to use as a start point, then enter 'done' to save, or enter 'clear' to clear the block start, or 'cancel' to return"
|
||||
questEditorEnterInitialEvent: "Enter an Event name, or enter 'clear' to clear the initial Event, or 'cancel' to return"
|
||||
questRequiredNoneSet: "Required, none set"
|
||||
questWGSetRegion: "Set Region"
|
||||
questWGNotInstalled: "WorldGuard not installed"
|
||||
questWGPrompt: "Enter WorldGuard region, or enter 'clear' to clear the region, or 'cancel' to return."
|
||||
questWGInvalidRegion: "<region> is not a valid WorldGuard region!"
|
||||
questWGRegionCleared: "Quest region cleared."
|
||||
questCitNotInstalled: "Citizens not installed"
|
||||
questDenNotInstalled: "Denizen not installed"
|
||||
questGUIError: 'Error: That item is already being used as the GUI Display for the Quest <quest>.'
|
||||
questCurrentItem: "Current item:"
|
||||
questSetItem: "Set Item"
|
||||
questClearItem: "Clear Item"
|
||||
questGUICleared: "Quest GUI Item Display cleared."
|
||||
questDeleted: "Quest deleted! Quests and Events have been reloaded."
|
||||
questEditorNameExists: "A Quest with that name already exists!"
|
||||
questEditorBeingEdited: "Someone is creating/editing a Quest with that name!"
|
||||
questEditorInvalidQuestName: "Name may not contain periods or commas!"
|
||||
questEditorInvalidEventName: "is not a valid event name!"
|
||||
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 Event 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: "Quest saved! (You will need to perform a Quest reload for it to appear)"
|
||||
questEditorExited: "Are you sure you want to exit without saving?"
|
||||
questEditorDeleted: "Are you sure you want to delete the Quest"
|
||||
questEditorNoPermsCreate: "You do not have permission to create Quests."
|
||||
questEditorNoPermsEdit: "You do not have permission to edit Quests."
|
||||
questEditorNoPermsDelete: "You do not have permission to delete Quests."
|
||||
stageEditorEditStage: "Edit Stage"
|
||||
stageEditorNewStage: "Add new Stage"
|
||||
stageEditorStages: "Stages"
|
||||
stageEditorStage: "Stage"
|
||||
stageEditorBreakBlocks: "Break Blocks"
|
||||
stageEditorDamageBlocks: "Damage Blocks"
|
||||
stageEditorPlaceBlocks: "Place Blocks"
|
||||
stageEditorUseBlocks: "Use Blocks"
|
||||
stageEditorCutBlocks: "Cut Blocks"
|
||||
stageEditorCatchFish: "Catch Fish"
|
||||
stageEditorFish: "fish"
|
||||
stageEditorKillPlayers: "Kill Players"
|
||||
stageEditorPlayers: "players"
|
||||
stageEditorEnchantItems: "Enchant Items"
|
||||
stageEditorDeliverItems: "Deliver Items"
|
||||
stageEditorTalkToNPCs: "Talk to NPCs"
|
||||
stageEditorKillNPCs: "Kill NPCs"
|
||||
stageEditorKillMobs: "Kill Mobs"
|
||||
stageEditorReachLocs: "Reach locations"
|
||||
stageEditorReachRadii1: "Reach within"
|
||||
stageEditorReachRadii2: "blocks of"
|
||||
stageEditorTameMobs: "Tame Mobs"
|
||||
stageEditorShearSheep: "Shear Sheep"
|
||||
stageEditorEvents: "Events"
|
||||
stageEditorStageEvents: "Stage Events"
|
||||
stageEditorStartEvent: "Start Event"
|
||||
stageEditorStartEventCleared: "Start Event cleared."
|
||||
stageEditorFinishEvent: "Finish Event"
|
||||
stageEditorFinishEventCleared: "Finish Event cleared."
|
||||
stageEditorChatEvents: "Chat Events"
|
||||
stageEditorChatTrigger: "Chat Trigger"
|
||||
stageEditorTriggeredBy: "Triggered by"
|
||||
stageEditorChatEventsCleared: "Chat Events cleared."
|
||||
stageEditorDeathEvent: "Death Event"
|
||||
stageEditorDeathEventCleared: "Death Event cleared."
|
||||
stageEditorDisconnectEvent: "Disconnect Event"
|
||||
stageEditorDisconnectEventCleared: "Disconnect Event 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 durability"
|
||||
stageEditorSetDamageAmounts: "Set damage amounts"
|
||||
stageEditorSetPlaceAmounts: "Set place amounts"
|
||||
stageEditorSetUseAmounts: "Set use amounts"
|
||||
stageEditorSetCutAmounts: "Set cut amounts"
|
||||
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 Objectives"
|
||||
stageEditorAddPasswordDisplay: "Add password display"
|
||||
stageEditorAddPasswordPhrases: "Add password phrase(s)"
|
||||
stageEditorNoPasswordDisplays: "No password displays set"
|
||||
stageObjectiveOverride: "Objective Display Override"
|
||||
stageEditorCustom: "Custom Objectives"
|
||||
stageEditorNoModules: "No modules loaded"
|
||||
stageEditorModuleNotFound: "Custom objective module not found."
|
||||
stageEditorCustomPrompt: "Enter the name of a custom objective to add, or enter 'clear' to clear all custom objectives, or 'cancel' to return."
|
||||
stageEditorCustomAlreadyAdded: "That custom objective has already been added!"
|
||||
stageEditorCustomCleared: "Custom objectives cleared."
|
||||
stageEditorCustomDataPrompt: "Enter value for <data>:"
|
||||
stageEditorEnterBlockNames: "Enter block names (or IDs), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorBreakBlocksPrompt: "Enter break amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorDamageBlocksPrompt: "Enter damage amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorPlaceBlocksPrompt: "Enter place amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorUseBlocksPrompt: "Enter use amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorCutBlocksPrompt: "Enter cut amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorEnterBlockDurability: "Enter block durability (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorCatchFishPrompt: "Enter number of fish to catch, or 0 to clear the fish catch objective, or -1 to cancel"
|
||||
stageEditorKillPlayerPrompt: "Enter number of players to kill, or 0 to clear the player kill objective, or -1 to cancel"
|
||||
stageEditorEnchantTypePrompt: "Enter enchantment names, separating each one by a comma, or enter 'cancel' to return."
|
||||
stageEditorEnchantAmountsPrompt: "Enter enchant amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorItemNamesPrompt: "Enter item names, separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorNPCPrompt: "Enter NPC ids, separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorNPCToTalkToPrompt: "Enter NPC IDs, separating each one by a space, or enter 'clear' to clear the NPC ID list, or 'cancel' to return."
|
||||
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
||||
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobAmountsPrompt: "Enter mob amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the kill location list, or enter 'cancel' to return"
|
||||
stageEditorMobLocationRadiiPrompt: "Enter kill location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
||||
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorReachLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||
stageEditorTameAmountsPrompt: "Enter tame amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorShearColorsPrompt: "Enter sheep colors separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorShearAmountsPrompt: "Enter shear amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorEventsPrompt: "Enter an event name, or enter 'clear' to clear the event, or 'cancel' to return"
|
||||
stageEditorChatEventsPrompt: "Enter an event name to add, or enter 'clear' to clear all chat events, or 'cancel' to return"
|
||||
stageEditorChatEventsTriggerPromptA: "Enter a chat trigger for"
|
||||
stageEditorChatEventsTriggerPromptB: "or enter 'cancel' to return."
|
||||
stageEditorDelayPrompt: "Enter time (in seconds), or enter 'clear' to clear the delay, or 'cancel' to return"
|
||||
stageEditorDelayMessagePrompt: "Enter delay message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorScriptPrompt: "Enter script name, or enter 'clear' to clear the script, or 'cancel' to return"
|
||||
stageEditorStartMessagePrompt: "Enter start message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorCompleteMessagePrompt: "Enter complete message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorPasswordDisplayPrompt: "Enter a password display, or 'cancel' to return"
|
||||
stageEditorPasswordDisplayHint: "(This is the text that will be displayed to the player as their objective)"
|
||||
stageEditorPasswordPhrasePrompt: "Enter a password phrase, or 'cancel' to return"
|
||||
stageEditorPasswordPhraseHint1: "(This is the text that a player has to say to complete the objective)"
|
||||
stageEditorPasswordPhraseHint2: "If you want multiple password phrases, seperate them by a | (pipe)"
|
||||
stageEditorObjectiveOverridePrompt: "Enter objective display override, or 'clear' to clear the override, or 'cancel' to return."
|
||||
stageEditorObjectiveOverrideHint: "(The objective display override will show up as the players current objective)"
|
||||
stageEditorObjectiveOverrideCleared: "Objective display override cleared."
|
||||
stageEditorDeliveryAddItem: "Add item"
|
||||
stageEditorDeliveryNPCs: "Set NPC IDs"
|
||||
stageEditorDeliveryMessages: "Set delivery messages"
|
||||
stageEditorContainsDuplicates: "List contains duplicates!"
|
||||
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!"
|
||||
stageEditorInvalidNumber: "is not a number!"
|
||||
stageEditorInvalidDye: "is not a valid dye color!"
|
||||
stageEditorInvalidEvent: "is not a valid event name!"
|
||||
stageEditorDuplicateEvent: "Event is already in the list!"
|
||||
stageEditorInvalidDelay: "Delay must be at least one second!"
|
||||
stageEditorInvalidScript: "Denizen script not found!"
|
||||
stageEditorNoCitizens: "Citizens is not installed!"
|
||||
stageEditorNoDenizen: "Denizen is not installed!"
|
||||
stageEditorPositiveAmount: "You must enter a positive number!"
|
||||
stageEditorNoNumber: "Input was not a number!"
|
||||
stageEditorNotGreaterThanZero: "is not greater than 0!"
|
||||
stageEditorNotListofNumbers: "Invalid entry, input was not a list of numbers!"
|
||||
stageEditorNoDelaySet: "You must set a delay first!"
|
||||
stageEditorNoBlockNames: "You must set block names first!"
|
||||
stageEditorNoEnchantments: "You must set enchantments first!"
|
||||
stageEditorNoItems: "You must add items first!"
|
||||
stageEditorNoDeliveryMessage: "You must set at least one delivery message!"
|
||||
stageEditorNoNPCs: "You must set NPC IDs first!"
|
||||
stageEditorNoMobTypes: "You must set mob types first!"
|
||||
stageEditorNoKillLocations: "You must set kill locations first!"
|
||||
stageEditorNoBlockSelected: "You must select a block first."
|
||||
stageEditorNoColors: "You must set colors first!"
|
||||
stageEditorNoLocations: "You must set locations first!"
|
||||
stageEditorNoEnchantmentsSet: "No enchantments set"
|
||||
stageEditorNoItemsSet: "No items set"
|
||||
stageEditorNoMobTypesSet: "No mob types set"
|
||||
stageEditorNoLocationsSet: "No locations set"
|
||||
stageEditorNoColorsSet: "No colors set"
|
||||
stageEditorListNotSameSize: "The block names list and the amounts list are not the same size!"
|
||||
stageEditorEnchantmentNotSameSize: "The enchantments list, the item id list and the enchant amount list are not the same size!"
|
||||
stageEditorDeliveriesNotSameSize: "The item list and the NPC list are not equal in size!"
|
||||
stageEditorNPCKillsNotSameSize: "The NPC IDs list and the kill amounts list are not the same size!"
|
||||
stageEditorAllListsNotSameSize: "All of your lists are not the same size!"
|
||||
stageEditorMobTypesNotSameSize: "The mob types list and the mob amounts list are not the same size!"
|
||||
stageEditorTameMobsNotSameSize: "The mob types list and the tame amounts list are not the same size!"
|
||||
stageEditorShearNotSameSize: "The sheep colors list and the shear amounts list are not the same size!"
|
||||
stageEditorMustSetPasswordDisplays: "You must add at least one password display first!"
|
||||
stageEditorAddPasswordCleared: "Password Objectives cleared."
|
||||
stageEditorPasswordNotSameSize: "The password display and password phrase lists are not the same size!"
|
||||
stageEditorListContainsDuplicates: " List contains duplicates!"
|
||||
stageEditorDelayCleared: "Delay cleared."
|
||||
stageEditorDelayMessageCleared: "Delay message cleared."
|
||||
stageEditorDenizenCleared: "Denizen script cleared."
|
||||
stageEditorBreakBlocksCleared: "Break blocks objective cleared."
|
||||
stageEditorDamageBlocksCleared: "Damage blocks objective cleared."
|
||||
stageEditorPlaceBlocksCleared: "Place blocks objective cleared."
|
||||
stageEditorUseBlocksCleared: "Use blocks objective cleared."
|
||||
stageEditorCutBlocksCleared: "Cut blocks objective cleared."
|
||||
stageEditorEnchantmentsCleared: "Enchantment objective cleared."
|
||||
stageEditorDeliveriesCleared: "Delivery objective cleared."
|
||||
stageEditorReachLocationsCleared: "Reach Locations objective cleared."
|
||||
stageEditorKillNPCsCleared: "Kill NPCs objective cleared."
|
||||
stageEditorKillMobsCleared: "Kill Mobs objective cleared."
|
||||
stageEditorTameCleared: "Tame Mobs objective cleared."
|
||||
stageEditorShearCleared: "Shear Sheep objective cleared."
|
||||
stageEditorStartMessageCleared: "Start message cleared."
|
||||
stageEditorCompleteMessageCleared: "Complete message cleared."
|
||||
stageEditorConfirmStageDelete: "Are you sure you want to delete this stage?"
|
||||
stageEditorConfirmStageNote: "Any Stages after will be shifted back one spot"
|
||||
stageEditorDeleteSucces: "Stage deleted successfully."
|
||||
stageEditorEnchantments: "Enchantments"
|
||||
stageEditorNPCNote: 'Note: You may specify the name of the NPC with <npc>'
|
||||
stageEditorOptional: "Optional"
|
||||
stageEditorColors: "Sheep Colors"
|
||||
allListsNotSameSize: "All of your lists are not the same size!"
|
||||
eventEditorCreate: "Create new Event"
|
||||
eventEditorEdit: "Edit an Event"
|
||||
eventEditorDelete: "Delete an Event"
|
||||
eventEditorCreatePermisssions: "You do not have permission to create new Events."
|
||||
eventEditorEditPermisssions: "You do not have permission to edit Events."
|
||||
eventEditorDeletePermisssions: "You do not have permission to delete Events."
|
||||
eventEditorNoneToEdit: "No Events currently exist to be edited!"
|
||||
eventEditorNoneToDelete: "No Events currently exist to be deleted!"
|
||||
eventEditorNotFound: "Event not found!"
|
||||
eventEditorExists: "Event already exists!"
|
||||
eventEditorSomeone: "Someone is already creating or editing an Event with that name!"
|
||||
eventEditorAlpha: "Name must be alphanumeric!"
|
||||
eventEditorErrorReadingFile: "Error reading Events file."
|
||||
eventEditorErrorSaving: "An error occurred while saving."
|
||||
eventEditorDeleted: "Event deleted, Quests and Events reloaded."
|
||||
eventEditorSaved: "Event saved, Quests and Events reloaded."
|
||||
eventEditorEnterEventName: "Enter an Event name, or 'cancel' to return."
|
||||
eventEditorDeletePrompt: "Are you sure you want to delete the Event"
|
||||
eventEditorQuitWithoutSaving: "Are you sure you want to quit without saving?"
|
||||
eventEditorFinishAndSave: "Are you sure you want to finish and save the Event"
|
||||
eventEditorModifiedNote: 'Note: You have modified an Event that the following Quests use:'
|
||||
eventEditorForcedToQuit: "If you save the Event, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||
eventEditorEventInUse: "The following Quests use the Event"
|
||||
eventEditorMustModifyQuests: "eventEditorNotFound"
|
||||
eventEditorListSizeMismatch: "The lists are not the same size!"
|
||||
eventEditorListDuplicates: "List contains duplicates!"
|
||||
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||
eventEditorInvalidEntry: "Invalid entry"
|
||||
eventEditorSetName: "Set name"
|
||||
eventEditorSetMessage: "Set message"
|
||||
eventEditorClearInv: "Clear player 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: "Set potion effects"
|
||||
eventEditorSetHunger: "Set player hunger level"
|
||||
eventEditorSetSaturation: "Set player saturation level"
|
||||
eventEditorSetHealth: "Set player health level"
|
||||
eventEditorEnterTimerSeconds: "Set number of seconds left before the quest fails (use cancel-timer event to cancel timers)"
|
||||
eventEditorSetTimer: "Set time to fail quest"
|
||||
eventEditorCancelTimer: "Cancel the quest timer"
|
||||
eventEditorSetTeleport: "Set player teleport location"
|
||||
eventEditorSetCommands: "Set commands to execute"
|
||||
eventEditorItems: "Event Items"
|
||||
eventEditorSetItems: "Give items"
|
||||
eventEditorItemsCleared: "Event items cleared."
|
||||
eventEditorAddItem: "Add item"
|
||||
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!"
|
||||
eventEditorNotGreaterThanZero: "is not greater than 0!"
|
||||
eventEditorNotANumber: "is not a number!"
|
||||
eventEditorStorm: "Event 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, or enter 'cancel' to return"
|
||||
eventEditorEnterDuration: "Enter duration (in seconds)"
|
||||
eventEditorAtLeastOneSecond: "Amount must be at least 1 second!"
|
||||
eventEditorNotGreaterThanOneSecond: "is not greater than 1 second!"
|
||||
eventEditorThunder: "Event Thunder"
|
||||
eventEditorMustSetThunderDuration: "You must set a thunder duration!"
|
||||
eventEditorThunderCleared: "Thunder data cleared."
|
||||
eventEditorEnterThunderWorld: "Enter a world name for the thunder to occur in, or enter 'cancel' to return"
|
||||
eventEditorEffects: "Event Effects"
|
||||
eventEditorAddEffect: "Add effect"
|
||||
eventEditorAddEffectLocation: "Add effect location"
|
||||
eventEditorNoEffects: "No effects set"
|
||||
eventEditorMustAddEffects: "You must add effects first!"
|
||||
eventEditorInvalidEffect: "is not a valid effect name!"
|
||||
eventEditorEffectsCleared: "Event effects cleared."
|
||||
eventEditorEffectLocationPrompt: "Right-click on a block to play an effect at, then enter 'add' to add it to the list, or enter 'cancel' to return"
|
||||
eventEditorMobSpawns: "Event Mob Spawns"
|
||||
eventEditorAddMobTypes: "Add mob"
|
||||
eventEditorNoTypesSet: "(No type set)"
|
||||
eventEditorMustSetMobTypesFirst: "You must set the mob type first!"
|
||||
eventEditorSetMobAmounts: "Set mob amount"
|
||||
eventEditorNoAmountsSet: "(No amounts set)"
|
||||
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"
|
||||
eventEditorSetMobSpawnLoc: "Right-click on a block to spawn a mob at, then enter 'add' to the confirm it, or enter 'cancel' to return"
|
||||
eventEditorSetMobSpawnAmount: "Set the amount of mobs to spawn"
|
||||
eventEditorSetDropChance: "Set the drop chance"
|
||||
eventEditorInvalidDropChance: "Drop chance has to be between 0.0 and 1.0"
|
||||
eventEditorLightningPrompt: "Right-click on a block to spawn a lightning strike at, then enter 'add' to add it to the list, or enter 'clear' to clear the locations list, or 'cancel' to return"
|
||||
eventEditorPotionEffects: "Event 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!"
|
||||
eventEditorNoDurationsSet: "(No durations set)"
|
||||
eventEditorSetPotionMagnitudes: "Set potion effect magnitudes"
|
||||
eventEditorPotionsCleared: "Potion effects cleared."
|
||||
eventEditorInvalidPotionType: "is not a valid potion effect type!"
|
||||
eventEditorEnterNPCId: "Enter NPC ID (or -1 to return)"
|
||||
eventEditorNoNPCExists: "No NPC exists with that id!"
|
||||
eventEditorExplosionPrompt: "Right-click on a block to spawn an explosion at, then enter 'add' to add it to the list, or enter 'clear' to clear the explosions list, or 'cancel' to return"
|
||||
eventEditorSelectBlockFirst: "You must select a block first."
|
||||
eventEditorSetMessagePrompt: "Enter message, or enter 'none' to delete, (or 'cancel' to return)"
|
||||
eventEditorSetItemNamesPrompt: "Enter item names separating each one by a space, or enter 'cancel' to return."
|
||||
eventEditorSetItemAmountsPrompt: "Enter item amounts (numbers) separating each one by a space, or enter 'cancel' to return."
|
||||
eventEditorSetMobTypesPrompt: "Enter mob name, or enter 'cancel' to return"
|
||||
eventEditorSetMobAmountsPrompt: "Enter mob amount, or enter 'cancel' to return"
|
||||
eventEditorSetMobNamePrompt: "Set the name for this mob, or enter 'cancel' to return"
|
||||
eventEditorSetMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the mob spawn location list, or enter 'cancel' to return"
|
||||
eventEditorSetPotionEffectsPrompt: "Enter potion effect types separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetPotionDurationsPrompt: "Enter effect durations (in milliseconds) separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetHungerPrompt: "Enter hunger level, or -1 to remove it"
|
||||
eventEditorHungerLevelAtLeastZero: "Hunger level must be at least 0!"
|
||||
eventEditorSetSaturationPrompt: "Enter saturation level, or -1 to remove it"
|
||||
eventEditorSaturationLevelAtLeastZero: "Saturation level must be at least 0!"
|
||||
eventEditorSetHealthPrompt: "Enter health level, or -1 to remove it"
|
||||
eventEditorHealthLevelAtLeastZero: "Health level must be at least 0!"
|
||||
eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to, then enter 'done' to finish, or enter 'clear' to clear the teleport location, or 'cancel' to return"
|
||||
eventEditorCommandsNote: 'Note: You may use <player> to refer to the player''s name.'
|
||||
eventEditorSetCommandsPrompt: "Enter commands separating each one by a comma, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
reqSetMoney: "Set money requirement"
|
||||
reqSetQuestPoints: "Set Quest Points requirement"
|
||||
reqSetItem: "Set item requirements"
|
||||
reqSetPerms: "Set permission requirements"
|
||||
reqSetQuest: "Set Quest requirements"
|
||||
reqSetQuestBlocks: "Set Quest blocks"
|
||||
reqSetMcMMO: "Set mcMMO requirements"
|
||||
reqSetHeroes: "Set Heroes requirements"
|
||||
reqSetCustom: "Custom requirements"
|
||||
reqSetFail: "Set fail requirements message"
|
||||
reqSetSkills: "Set skills"
|
||||
reqSetSkillAmounts: "Set skill amounts"
|
||||
reqHeroesSetPrimary: "Set Primary Class"
|
||||
reqHeroesSetSecondary: "Set Secondary Class"
|
||||
reqMoneyPrompt: "Enter amount of <money>, or 0 to clear the money requirement, or -1 to cancel"
|
||||
reqQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point requirement, or -1 to cancel"
|
||||
reqQuestPrompt: "Enter a list of Quest names separating each one by a <comma>, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqRemoveItemsPrompt: "Enter a list of true/false values, separating each one by a space, or enter 'cancel' to return."
|
||||
reqPermissionsPrompt: "Enter permission requirements separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
reqCustomPrompt: "Enter the name of a custom requirement to add, or enter 'clear' to clear all custom requirements, or 'cancel' to return."
|
||||
reqMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqMcMMOAmountsPrompt: "Enter mcMMO skill amounts, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqHeroesPrimaryPrompt: "Enter a Heroes Primary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||
reqHeroesSecondaryPrompt: "Enter a Heroes Secondary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||
reqFailMessagePrompt: "Enter fail requirements message, or enter 'cancel' to return."
|
||||
reqAddItem: "Add item"
|
||||
reqSetRemoveItems: "Set remove items"
|
||||
reqNoItemsSet: "No items set"
|
||||
reqNoValuesSet: "No values set"
|
||||
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||
reqGreaterThanZero: "Amount must be greater than 0!"
|
||||
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||
reqItemCleared: "Item requirements cleared."
|
||||
reqListsNotSameSize: "The items list and remove items list are not the same size!"
|
||||
reqTrueFalseError: '<input> is not a true or false value!%br%Example: true false true true'
|
||||
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||
reqCustomNotFound: "Custom requirement module not found."
|
||||
reqCustomCleared: "Custom requirements cleared."
|
||||
reqMcMMOError: "<input> is not an mcMMO skill name!"
|
||||
reqMcMMOCleared: "mcMMO skill requirements cleared."
|
||||
reqMcMMOAmountsCleared: "mcMMO 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!"
|
||||
reqNone: "No requirements set"
|
||||
reqNotANumber: "<input> is not a number!"
|
||||
reqMustAddItem: "You must add at least one item first!"
|
||||
reqNoMessage: "You must set a fail requirements message!"
|
||||
reqNoMcMMO: "mcMMO not installed"
|
||||
reqNoHeroes: "Heroes not installed"
|
||||
rewSetMoney: "Set money reward"
|
||||
rewSetQuestPoints: "Set Quest Points reward"
|
||||
rewSetItems: "Set item rewards"
|
||||
rewSetExperience: "Set experience reward"
|
||||
rewSetCommands: "Set command rewards"
|
||||
rewSetPermission: "Set permission rewards"
|
||||
rewSetMcMMO: "Set mcMMO 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>, or 0 to clear the money reward, or -1 to cancel"
|
||||
rewExperiencePrompt: "Enter amount of experience, or 0 to clear the experience reward, or -1 to cancel"
|
||||
rewCommandPrompt: "Enter command rewards separating each one by a <comma>, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
rewCommandPromptHint: 'Note: You may put <player> to specify the player who completed the Quest. e.g. smite <player>'
|
||||
rewPermissionsPrompt: "Enter permission rewards separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
rewQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point reward, or -1 to cancel"
|
||||
rewMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'cancel' to return."
|
||||
rewMcMMOPromptHint: 'Note: Typing ''All'' will give levels to all skills.'
|
||||
rewHeroesClassesPrompt: "Enter Heroes classes separating each one by a space, or enter 'cancel' to return."
|
||||
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed) separating each one by a space, or enter 'cancel' to return."
|
||||
rewPhatLootsPrompt: "Enter PhatLoots separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
rewCustomRewardPrompt: "Enter the name of a custom reward to add, or enter 'clear' to clear all custom rewards, or 'cancel' to return."
|
||||
rewItemsCleared: "Item rewards cleared."
|
||||
rewNoMcMMOSkills: "No skills set"
|
||||
rewNoHeroesClasses: "No classes set"
|
||||
rewSetMcMMOSkillsFirst: "You must set skills first!"
|
||||
rewMcMMOCleared: "mcMMO rewards cleared."
|
||||
rewMcMMOListsNotSameSize: "The skills list and skill amounts list are not the same size!"
|
||||
rewSetHeroesClassesFirst: "You must set classes first!"
|
||||
rewHeroesCleared: "Heroes rewards cleared."
|
||||
rewHeroesListsNotSameSize: "The classes list and experience amounts list are not the same size!"
|
||||
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."
|
||||
rewNoPhat: "PhatLoots not installed"
|
||||
itemCreateLoadHand: "Load item in hand"
|
||||
itemCreateSetName: "Set name"
|
||||
itemCreateSetAmount: "Set amount"
|
||||
itemCreateSetDurab: "Set durability"
|
||||
itemCreateSetEnchs: "Add/clear enchantments"
|
||||
itemCreateSetDisplay: "Set display name"
|
||||
itemCreateSetLore: "Set lore"
|
||||
itemCreateEnterName: "Enter an item name, or 'cancel' to return."
|
||||
itemCreateEnterAmount: "Enter item amount (max. 64), or 'cancel' to return."
|
||||
itemCreateEnterDurab: "Enter item durability, or 'clear' to clear the data, or 'cancel' to return."
|
||||
itemCreateEnterEnch: "Enter an enchantment name, or 'clear' to clear the enchantments, or 'cancel' to return."
|
||||
itemCreateEnterLevel: "Enter a level (number) for <enchantment>"
|
||||
itemCreateEnterDisplay: "Enter item display name, or 'clear' to clear the display name, or 'cancel' to return."
|
||||
itemCreateEnterLore: "Enter item lore, separating each line by a semi-colon ; or 'clear' to clear the lore, or 'cancel' to return."
|
||||
itemCreateLoaded: "Item loaded."
|
||||
itemCreateNoItem: "No item in hand!"
|
||||
itemCreateNoName: "You must set a name first!"
|
||||
itemCreateInvalidName: "Invalid item name!"
|
||||
itemCreateInvalidAmount: "Amount must be between 1-64!"
|
||||
itemCreateInvalidDurab: "Invalid item durability!"
|
||||
itemCreateInvalidEnch: "Invalid enchantment name!"
|
||||
itemCreateInvalidLevel: "Level must be greater than 0!"
|
||||
itemCreateInvalidInput: "Invalid input!"
|
||||
itemCreateNotNumber: "Input was not a number!"
|
||||
itemCreateNoNameAmount: "You must set a name and amount first!"
|
||||
itemCreateCriticalError: "A critical error has occurred."
|
||||
questTitle: "-- <quest> --"
|
||||
questObjectivesTitle: "---(<quest>)---"
|
||||
questCompleteTitle: '**QUEST COMPLETE: <quest>**'
|
||||
questRewardsTitle: "Rewards:"
|
||||
journalTitle: "Quest Journal"
|
||||
questsTitle: "- Quests -"
|
||||
questHelpTitle: "- Quests -"
|
||||
questListTitle: "- Quests -"
|
||||
questNPCListTitle: "- Quests | <npc> -"
|
||||
questAdminHelpTitle: "- Questadmin -"
|
||||
questEditorTitle: "- Quest Editor -"
|
||||
eventEditorTitle: "- Event Editor - "
|
||||
questCreateTitle: "- Create Quest -"
|
||||
questEditTitle: "- Edit Quest -"
|
||||
questDeleteTitle: "- Delete Quest -"
|
||||
requirementsTitle: "- <quest> | Requirements -"
|
||||
rewardsTitle: "- <quest> | Rewards -"
|
||||
itemRequirementsTitle: "- Item Requirements -"
|
||||
itemRewardsTitle: "- Item Rewards -"
|
||||
mcMMORequirementsTitle: "- mcMMO Requirements -"
|
||||
mcMMORewardsTitle: "- mcMMO 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: "- Event -"
|
||||
completedQuestsTitle: "- Completed Quests -"
|
||||
topQuestersTitle: "- Top <number> Questers -"
|
||||
createItemTitle: "- Create Item -"
|
||||
enchantmentsTitle: "- Enchantments -"
|
||||
questGUITitle: "- GUI Item Display -"
|
||||
questRegionTitle: "- Quest Region -"
|
||||
eventEditorGiveItemsTitle: "- Give Items -"
|
||||
eventEditorEffectsTitle: "- Effects -"
|
||||
eventEditorStormTitle: "- Event Storm -"
|
||||
eventEditorThunderTitle: "- Event Thunder -"
|
||||
eventEditorMobSpawnsTitle: "- Event Mob Spawns -"
|
||||
eventEditorMobsTitle: "- Mobs -"
|
||||
eventEditorAddMobTypesTitle: "- Add Mob -"
|
||||
eventEditorPotionEffectsTitle: "- Event Potion Effects -"
|
||||
eventEditorPotionTypesTitle: "- Event Potion Types -"
|
||||
eventEditorWorldsTitle: "- Worlds -"
|
||||
effBlazeShoot: "Sound of a Blaze firing"
|
||||
effBowFire: "Sound of a bow firing"
|
||||
effClick1: "A click sound"
|
||||
effClick2: "A different click sound"
|
||||
effDoorToggle: "Sound of a door opening or closing"
|
||||
effExtinguish: "Sound of fire being extinguished"
|
||||
effGhastShoot: "Sound of a Ghast firing"
|
||||
effGhastShriek: "Sound of a Ghast shrieking"
|
||||
effZombieWood: "Sound of a Zombie chewing an iron door"
|
||||
effZombieIron: "Sound of a Zombie chewing a wooden door"
|
||||
effEnterName: "Enter an effect name to add it to the list, or enter 'cancel' to return"
|
||||
cmdCancel: "cancel"
|
||||
cmdAdd: "add"
|
||||
cmdClear: "clear"
|
||||
cmdNone: "none"
|
||||
cmdDone: "done"
|
||||
acceptQuest: "Accept Quest?"
|
||||
enterAnOption: "Enter an option"
|
||||
questAccepted: 'Quest accepted: <quest>'
|
||||
currentQuest: "Current Quests:"
|
||||
noMoreQuest: "No more quests available."
|
||||
damage: "Damage"
|
||||
break: "Break"
|
||||
place: "Place"
|
||||
use: "Use"
|
||||
cut: "Cut"
|
||||
catchFish: "Catch Fish"
|
||||
enchantItem: "Enchant <item> with <enchantment>"
|
||||
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."
|
||||
invalidSelection: "Invalid selection!"
|
||||
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'"
|
||||
questPointsDisplay: "Quest points:"
|
||||
questNoDrop: "You may not drop Quest items."
|
||||
questNoBrew: "You may not brew Quest items."
|
||||
questNoStore: "You may not store Quest items."
|
||||
questNoCraft: "You may not craft Quest items."
|
||||
questNoEquip: "You may not equip Quest items."
|
||||
questNoDispense: "You may not put Quest items in dispensers."
|
||||
questNoEnchant: "You may not enchant Quest items."
|
||||
questNoSmelt: "You may not smelt using Quest items."
|
||||
questInfoNoPerms: "You do not have permission to view a Quest's information."
|
||||
questCmdNoPerms: "You do not have access to that command."
|
||||
pageSelectionNum: "Page selection must be a number."
|
||||
pageSelectionPosNum: "Page selection must be a positive number."
|
||||
questListNoPerms: "You do not have permission to view the Quests list."
|
||||
questTakeNoPerms: "You do not have permission to take Quests via commands."
|
||||
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||
questQuit: "You have quit <quest>"
|
||||
questQuitNoPerms: "You do not have permission to quit Quests."
|
||||
questQuitDisabled: "Quitting Quests has been disabled."
|
||||
questEditorNoPerms: "You do not have permission to use the Quests Editor."
|
||||
eventEditorNoPerms: "You do not have permission to use the Events Editor."
|
||||
questsUnknownCommand: "Unknown Quests command. Type /quests for help."
|
||||
pageNotExist: "Page does not exist."
|
||||
pageFooter: "- Page <current> of <all> -"
|
||||
questsReloaded: "Quests 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>."
|
||||
questPurged: "<player> has been purged and blacklisted."
|
||||
questReset: "<player> has been reset."
|
||||
questRemoved: "Quest <quest> has been removed from player <player>'s completed Quests."
|
||||
settingAllQuestPoints: "Setting all players' Quest Points..."
|
||||
allQuestPointsSet: "All players' Quest Points have been set to <number>!"
|
||||
setQuestPoints: "<player>'s Quest Points have been set to <number>."
|
||||
questPointsSet: "<player> has set your Quest Points to <number>."
|
||||
takeQuestPoints: "Took away <number> Quest Points from <player>."
|
||||
questPointsTaken: "<player> took away <number> Quest Points."
|
||||
giveQuestPoints: "Gave <number> Quest Points from <player>."
|
||||
questPointsGiven: "<player> gave you <number> Quest Points."
|
||||
enableNPCGUI: "<npc> will now provide a GUI Quest Display."
|
||||
disableNPCGUI: "<npc> will no longer provide a GUI Quest Display."
|
||||
invalidNumber: "Invalid number."
|
||||
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||
playerNotFound: "Player not found."
|
||||
invalidStageNum: "Invalid stage number for Quest <quest>"
|
||||
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||
errorReading: "Error reading <file>, skipping.."
|
||||
errorReadingSuppress: "Error reading <file>, suppressing further errors."
|
||||
errorDataFolder: 'Error: Unable to read Quests data folder!'
|
||||
questsPlayerHasQuestAlready: "<player> is already on the Quest <quest>!"
|
||||
questsUnknownAdminCommand: "Unknown Questsadmin command. Type /questsadmin for help."
|
||||
unknownError: "An unknown error occurred. See console output."
|
||||
journalTaken: "You take out your Quest Journal."
|
||||
journalPutAway: "You put away your Quest Journal."
|
||||
journalAlreadyHave: "You already have your Quest Journal out."
|
||||
journalNoRoom: "You have no room in your inventory for your Quest Journal!"
|
||||
journalNoQuests: "You have no accepted quests!"
|
||||
journalDenied: "You cannot do that with your Quest Journal."
|
||||
ENCHANTMENT_ARROW_DAMAGE: "Power"
|
||||
ENCHANTMENT_ARROW_FIRE: "Flame"
|
||||
ENCHANTMENT_ARROW_INFINITE: "Infinity"
|
||||
ENCHANTMENT_ARROW_KNOCKBACK: "Punch"
|
||||
ENCHANTMENT_BINDING_CURSE: "BindingCurse"
|
||||
ENCHANTMENT_DAMAGE_ALL: "Sharpness"
|
||||
ENCHANTMENT_DAMAGE_ARTHROPODS: "BaneOfArthropods"
|
||||
ENCHANTMENT_DEPTH_STRIDER: "DepthStrider"
|
||||
ENCHANTMENT_DAMAGE_UNDEAD: "Smite"
|
||||
ENCHANTMENT_DIG_SPEED: "Efficiency"
|
||||
ENCHANTMENT_DURABILITY: "Unbreaking"
|
||||
ENCHANTMENT_FIRE_ASPECT: "FireAspect"
|
||||
ENCHANTMENT_FROST_WALKER: "FrostWalker"
|
||||
ENCHANTMENT_KNOCKBACK: "Knockback"
|
||||
ENCHANTMENT_LOOT_BONUS_BLOCKS: "Fortune"
|
||||
ENCHANTMENT_LOOT_BONUS_MOBS: "Looting"
|
||||
ENCHANTMENT_LUCK: "LuckOfTheSea"
|
||||
ENCHANTMENT_LURE: "Lure"
|
||||
ENCHANTMENT_MENDING: "Mending"
|
||||
ENCHANTMENT_OXYGEN: "Respiration"
|
||||
ENCHANTMENT_PROTECTION_ENVIRONMENTAL: "Protection"
|
||||
ENCHANTMENT_PROTECTION_EXPLOSIONS: "BlastProtection"
|
||||
ENCHANTMENT_PROTECTION_FALL: "FeatherFalling"
|
||||
ENCHANTMENT_PROTECTION_FIRE: "FireProtection"
|
||||
ENCHANTMENT_PROTECTION_PROJECTILE: "ProjectileProtection"
|
||||
ENCHANTMENT_SILK_TOUCH: "SilkTouch"
|
||||
ENCHANTMENT_SWEEPING: "Sweeping"
|
||||
ENCHANTMENT_THORNS: "Thorns"
|
||||
ENCHANTMENT_VANISHING_CURSE: "VanishingCurse"
|
||||
ENCHANTMENT_WATER_WORKER: "AquaAffinity"
|
||||
COLOR_BLACK: "Black"
|
||||
COLOR_BLUE: "Blue"
|
||||
COLOR_BROWN: "Brown"
|
||||
COLOR_CYAN: "Cyan"
|
||||
COLOR_GRAY: "Gray"
|
||||
COLOR_GREEN: "Green"
|
||||
COLOR_LIGHT_BLUE: "LightBlue"
|
||||
COLOR_LIME: "Lime"
|
||||
COLOR_MAGENTA: "Magenta"
|
||||
COLOR_ORANGE: "Orange"
|
||||
COLOR_PINK: "Pink"
|
||||
COLOR_PURPLE: "Purple"
|
||||
COLOR_RED: "Red"
|
||||
COLOR_SILVER: "Silver"
|
||||
COLOR_WHITE: "White"
|
||||
COLOR_YELLOW: "Yellow"
|
||||
timeDay: "Day"
|
||||
timeDays: "Days"
|
||||
timeHour: "Hour"
|
||||
timeHours: "Hours"
|
||||
timeMinute: "Minute"
|
||||
timeMinutes: "Minutes"
|
||||
timeSecond: "Second"
|
||||
timeSeconds: "Seconds"
|
||||
timeMillisecond: "Millisecond"
|
||||
timeMilliseconds: "Milliseconds"
|
||||
event: "Event"
|
||||
delay: "Delay"
|
||||
save: "Save"
|
||||
exit: "Exit"
|
||||
exited: "Exited"
|
||||
cancel: "Cancel"
|
||||
cancelled: "Cancelled"
|
||||
questTimeout: "Cancelled."
|
||||
back: "Back"
|
||||
yesWord: "Yes"
|
||||
noWord: "No"
|
||||
"true": "true"
|
||||
"false": "false"
|
||||
clear: "Clear"
|
||||
edit: "Edit"
|
||||
none: "None"
|
||||
done: "Done"
|
||||
comma: "comma"
|
||||
finish: "Finish"
|
||||
quit: "Quit"
|
||||
noneSet: "None set"
|
||||
noDelaySet: "No delay set"
|
||||
noIdsSet: "No IDs set"
|
||||
noNamesSet: "No names set"
|
||||
worlds: "Worlds"
|
||||
mobs: "Mobs"
|
||||
points: "points"
|
||||
invalidOption: "Invalid option!"
|
||||
npcHint: 'Note: You can left or right click on NPC''s to get their ID.'
|
||||
listDuplicate: "List contains duplicates!"
|
||||
id: "ID"
|
||||
quest: "Quest"
|
||||
quests: "Quests"
|
||||
createdBy: "Created by"
|
||||
continuedBy: "and continued by"
|
||||
questPoints: "Quest Points"
|
||||
accepted: "Accepted"
|
||||
complete: "Complete"
|
||||
redoable: "Redoable"
|
||||
usage: "Usage"
|
||||
redoableEvery: "Redoable every <time>."
|
||||
requirements: "Requirements"
|
||||
money: "Money"
|
||||
with: "With"
|
||||
to: "to"
|
||||
blocksWithin: "within <amount> blocks of"
|
||||
valRequired: "Value required"
|
||||
enchantedItem: "*Enchanted*"
|
||||
experience: "Experience"
|
||||
timerMessage: '<green>Time left to finish the quest/stage: <red>%s seconds'
|
||||
timerStart: "<green>You have <red>%s seconds <green>to finish this quest/stage"
|
||||
questErrorReadingFile: "Error reading Quests file."
|
||||
questSaveError: "An error occurred while saving."
|
||||
questBlacklisted: "You are blacklisted. Contact an admin if this is in error."
|
858
src/main/resources/lang/ko/strings.yml
Normal file
858
src/main/resources/lang/ko/strings.yml
Normal file
@ -0,0 +1,858 @@
|
||||
---
|
||||
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"
|
||||
questDisplayHelp: "- Display this help"
|
||||
COMMAND_LIST: "list"
|
||||
COMMAND_LIST_HELP: "list [page] - List available Quests"
|
||||
COMMAND_TAKE: "take"
|
||||
COMMAND_TAKE_HELP: "take [quest name] - Accept a Quest"
|
||||
COMMAND_TAKE_USAGE: 'Usage: /quests take [quest]'
|
||||
COMMAND_QUIT: "quit"
|
||||
COMMAND_QUIT_HELP: "quit [quest] - Quit a current Quest"
|
||||
COMMAND_EDITOR: "editor"
|
||||
COMMAND_EDITOR_HELP: "editor - Create/Edit Quests"
|
||||
COMMAND_EVENTS_EDITOR: "events"
|
||||
COMMAND_EVENTS_EDITOR_HELP: "events - Create/Edit Events"
|
||||
COMMAND_STATS: "stats"
|
||||
COMMAND_STATS_HELP: "stats - View your Questing stats"
|
||||
COMMAND_TOP: "top"
|
||||
COMMAND_TOP_HELP: "top [number] - View top Questers"
|
||||
COMMAND_TOP_USAGE: 'Usage: /quests top [number]'
|
||||
COMMAND_INFO: "info"
|
||||
COMMAND_INFO_HELP: "info - Display plugin information"
|
||||
COMMAND_JOURNAL: "journal"
|
||||
COMMAND_JOURNAL_HELP: "journal - View/Put away your Quest Journal"
|
||||
COMMAND_QUEST_HELP: "- Display current Quest objectives"
|
||||
COMMAND_QUESTINFO_HELP: "[quest name] - Display Quest information"
|
||||
COMMAND_QUESTADMIN_HELP: "- View Questadmin help"
|
||||
COMMAND_QUESTADMIN_STATS: "stats"
|
||||
COMMAND_QUESTADMIN_STATS_HELP: "stats [player] - View Questing statistics of a player"
|
||||
COMMAND_QUESTADMIN_GIVE: "give"
|
||||
COMMAND_QUESTADMIN_GIVE_HELP: "give [player] [quest] - Force a player to take a Quest"
|
||||
COMMAND_QUESTADMIN_QUIT: "quit"
|
||||
COMMAND_QUESTADMIN_QUIT_HELP: "quit [player] [quest] - Force a player to quit their Quest"
|
||||
COMMAND_QUESTADMIN_POINTS: "points"
|
||||
COMMAND_QUESTADMIN_POINTS_HELP: "points [player] [amount] - Set a players Quest Points"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [player] [amount] - Take a players Quest Points"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [player] [amount] - Give a player Quest Points"
|
||||
COMMAND_QUESTADMIN_POINTSALL: "pointsall"
|
||||
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] - Set ALL players' Quest Points"
|
||||
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||
COMMAND_QUESTADMIN_FINISH_HELP: "finish [player] [quest] - Immediately force Quest completion for a player"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE: "nextstage"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "nextstage [player] [quest] - Immediately force Stage completion for a player"
|
||||
COMMAND_QUESTADMIN_SETSTAGE: "setstage"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_HELP: "setstage [player] [quest] [stage] - Set the current Stage for a player"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Usage: /questadmin setstage [player] [quest] [stage]'
|
||||
COMMAND_QUESTADMIN_PURGE: "purge"
|
||||
COMMAND_QUESTADMIN_PURGE_HELP: "purge [player] - Clear all Quests data of a player AND BLACKLISTS THEM"
|
||||
COMMAND_QUESTADMIN_RESET: "reset"
|
||||
COMMAND_QUESTADMIN_RESET_HELP: "reset [player] - Clear all Quests data of a player"
|
||||
COMMAND_QUESTADMIN_REMOVE: "remove"
|
||||
COMMAND_QUESTADMIN_REMOVE_HELP: "remove [player] [quest] - Remove a completed Quest from a player"
|
||||
COMMAND_QUESTADMIN_TOGGLEGUI: "togglegui"
|
||||
COMMAND_QUESTADMIN_TOGGLEGUI_HELP: "togglegui [npc id] - Toggle GUI Quest Display on an NPC"
|
||||
COMMAND_QUESTADMIN_RELOAD: "reload"
|
||||
COMMAND_QUESTADMIN_RELOAD_HELP: "reload - Reload all Quests"
|
||||
questEditorHeader: "Create Quest"
|
||||
questEditorCreate: "Create new Quest"
|
||||
questEditorEdit: "Edit a Quest"
|
||||
questEditorDelete: "Delete Quest"
|
||||
questEditorName: "Set name"
|
||||
questEditorAskMessage: "Set ask message"
|
||||
questEditorFinishMessage: "Set finish message"
|
||||
questEditorRedoDelay: "Set redo delay"
|
||||
questEditorNPCStart: "Set NPC start"
|
||||
questEditorBlockStart: "Set Block start"
|
||||
questEditorInitialEvent: "Set initial Event"
|
||||
questEditorSetGUI: "Set GUI Item display"
|
||||
questEditorReqs: "Edit Requirements"
|
||||
questEditorStages: "Edit Stages"
|
||||
questEditorRews: "Edit Rewards"
|
||||
questEditorEnterQuestName: "Enter Quest name (or 'cancel' to return)"
|
||||
questEditorEditEnterQuestName: "Enter Quest name to edit (or 'cancel' to return)"
|
||||
questEditorEnterAskMessage: "Enter ask message (or 'cancel' to return)"
|
||||
questEditorEnterFinishMessage: "Enter finish message (or 'cancel' to return)"
|
||||
questEditorEnterRedoDelay: "Enter amount of time (in seconds), 0 to clear the redo delay or -1 to cancel"
|
||||
questEditorEnterNPCStart: "Enter NPC ID, -1 to clear the NPC start or -2 to cancel"
|
||||
questEditorEnterBlockStart: "Right-click on a block to use as a start point, then enter 'done' to save, or enter 'clear' to clear the block start, or 'cancel' to return"
|
||||
questEditorEnterInitialEvent: "Enter an Event name, or enter 'clear' to clear the initial Event, or 'cancel' to return"
|
||||
questRequiredNoneSet: "Required, none set"
|
||||
questWGSetRegion: "Set Region"
|
||||
questWGNotInstalled: "WorldGuard not installed"
|
||||
questWGPrompt: "Enter WorldGuard region, or enter 'clear' to clear the region, or 'cancel' to return."
|
||||
questWGInvalidRegion: "<region> is not a valid WorldGuard region!"
|
||||
questWGRegionCleared: "Quest region cleared."
|
||||
questCitNotInstalled: "Citizens not installed"
|
||||
questDenNotInstalled: "Denizen not installed"
|
||||
questGUIError: 'Error: That item is already being used as the GUI Display for the Quest <quest>.'
|
||||
questCurrentItem: "Current item:"
|
||||
questSetItem: "Set Item"
|
||||
questClearItem: "Clear Item"
|
||||
questGUICleared: "Quest GUI Item Display cleared."
|
||||
questDeleted: "Quest deleted! Quests and Events have been reloaded."
|
||||
questEditorNameExists: "A Quest with that name already exists!"
|
||||
questEditorBeingEdited: "Someone is creating/editing a Quest with that name!"
|
||||
questEditorInvalidQuestName: "Name may not contain periods or commas!"
|
||||
questEditorInvalidEventName: "is not a valid event name!"
|
||||
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 Event 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: "Quest saved! (You will need to perform a Quest reload for it to appear)"
|
||||
questEditorExited: "Are you sure you want to exit without saving?"
|
||||
questEditorDeleted: "Are you sure you want to delete the Quest"
|
||||
questEditorNoPermsCreate: "You do not have permission to create Quests."
|
||||
questEditorNoPermsEdit: "You do not have permission to edit Quests."
|
||||
questEditorNoPermsDelete: "You do not have permission to delete Quests."
|
||||
stageEditorEditStage: "Edit Stage"
|
||||
stageEditorNewStage: "Add new Stage"
|
||||
stageEditorStages: "Stages"
|
||||
stageEditorStage: "Stage"
|
||||
stageEditorBreakBlocks: "Break Blocks"
|
||||
stageEditorDamageBlocks: "Damage Blocks"
|
||||
stageEditorPlaceBlocks: "Place Blocks"
|
||||
stageEditorUseBlocks: "Use Blocks"
|
||||
stageEditorCutBlocks: "Cut Blocks"
|
||||
stageEditorCatchFish: "Catch Fish"
|
||||
stageEditorFish: "fish"
|
||||
stageEditorKillPlayers: "Kill Players"
|
||||
stageEditorPlayers: "players"
|
||||
stageEditorEnchantItems: "Enchant Items"
|
||||
stageEditorDeliverItems: "Deliver Items"
|
||||
stageEditorTalkToNPCs: "Talk to NPCs"
|
||||
stageEditorKillNPCs: "Kill NPCs"
|
||||
stageEditorKillMobs: "Kill Mobs"
|
||||
stageEditorReachLocs: "Reach locations"
|
||||
stageEditorReachRadii1: "Reach within"
|
||||
stageEditorReachRadii2: "blocks of"
|
||||
stageEditorTameMobs: "Tame Mobs"
|
||||
stageEditorShearSheep: "Shear Sheep"
|
||||
stageEditorEvents: "Events"
|
||||
stageEditorStageEvents: "Stage Events"
|
||||
stageEditorStartEvent: "Start Event"
|
||||
stageEditorStartEventCleared: "Start Event cleared."
|
||||
stageEditorFinishEvent: "Finish Event"
|
||||
stageEditorFinishEventCleared: "Finish Event cleared."
|
||||
stageEditorChatEvents: "Chat Events"
|
||||
stageEditorChatTrigger: "Chat Trigger"
|
||||
stageEditorTriggeredBy: "Triggered by"
|
||||
stageEditorChatEventsCleared: "Chat Events cleared."
|
||||
stageEditorDeathEvent: "Death Event"
|
||||
stageEditorDeathEventCleared: "Death Event cleared."
|
||||
stageEditorDisconnectEvent: "Disconnect Event"
|
||||
stageEditorDisconnectEventCleared: "Disconnect Event 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 durability"
|
||||
stageEditorSetDamageAmounts: "Set damage amounts"
|
||||
stageEditorSetPlaceAmounts: "Set place amounts"
|
||||
stageEditorSetUseAmounts: "Set use amounts"
|
||||
stageEditorSetCutAmounts: "Set cut amounts"
|
||||
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 Objectives"
|
||||
stageEditorAddPasswordDisplay: "Add password display"
|
||||
stageEditorAddPasswordPhrases: "Add password phrase(s)"
|
||||
stageEditorNoPasswordDisplays: "No password displays set"
|
||||
stageObjectiveOverride: "Objective Display Override"
|
||||
stageEditorCustom: "Custom Objectives"
|
||||
stageEditorNoModules: "No modules loaded"
|
||||
stageEditorModuleNotFound: "Custom objective module not found."
|
||||
stageEditorCustomPrompt: "Enter the name of a custom objective to add, or enter 'clear' to clear all custom objectives, or 'cancel' to return."
|
||||
stageEditorCustomAlreadyAdded: "That custom objective has already been added!"
|
||||
stageEditorCustomCleared: "Custom objectives cleared."
|
||||
stageEditorCustomDataPrompt: "Enter value for <data>:"
|
||||
stageEditorEnterBlockNames: "Enter block names (or IDs), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorBreakBlocksPrompt: "Enter break amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorDamageBlocksPrompt: "Enter damage amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorPlaceBlocksPrompt: "Enter place amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorUseBlocksPrompt: "Enter use amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorCutBlocksPrompt: "Enter cut amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorEnterBlockDurability: "Enter block durability (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorCatchFishPrompt: "Enter number of fish to catch, or 0 to clear the fish catch objective, or -1 to cancel"
|
||||
stageEditorKillPlayerPrompt: "Enter number of players to kill, or 0 to clear the player kill objective, or -1 to cancel"
|
||||
stageEditorEnchantTypePrompt: "Enter enchantment names, separating each one by a comma, or enter 'cancel' to return."
|
||||
stageEditorEnchantAmountsPrompt: "Enter enchant amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorItemNamesPrompt: "Enter item names, separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorNPCPrompt: "Enter NPC ids, separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorNPCToTalkToPrompt: "Enter NPC IDs, separating each one by a space, or enter 'clear' to clear the NPC ID list, or 'cancel' to return."
|
||||
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
||||
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobAmountsPrompt: "Enter mob amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the kill location list, or enter 'cancel' to return"
|
||||
stageEditorMobLocationRadiiPrompt: "Enter kill location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
||||
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorReachLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||
stageEditorTameAmountsPrompt: "Enter tame amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorShearColorsPrompt: "Enter sheep colors separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorShearAmountsPrompt: "Enter shear amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorEventsPrompt: "Enter an event name, or enter 'clear' to clear the event, or 'cancel' to return"
|
||||
stageEditorChatEventsPrompt: "Enter an event name to add, or enter 'clear' to clear all chat events, or 'cancel' to return"
|
||||
stageEditorChatEventsTriggerPromptA: "Enter a chat trigger for"
|
||||
stageEditorChatEventsTriggerPromptB: "or enter 'cancel' to return."
|
||||
stageEditorDelayPrompt: "Enter time (in seconds), or enter 'clear' to clear the delay, or 'cancel' to return"
|
||||
stageEditorDelayMessagePrompt: "Enter delay message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorScriptPrompt: "Enter script name, or enter 'clear' to clear the script, or 'cancel' to return"
|
||||
stageEditorStartMessagePrompt: "Enter start message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorCompleteMessagePrompt: "Enter complete message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorPasswordDisplayPrompt: "Enter a password display, or 'cancel' to return"
|
||||
stageEditorPasswordDisplayHint: "(This is the text that will be displayed to the player as their objective)"
|
||||
stageEditorPasswordPhrasePrompt: "Enter a password phrase, or 'cancel' to return"
|
||||
stageEditorPasswordPhraseHint1: "(This is the text that a player has to say to complete the objective)"
|
||||
stageEditorPasswordPhraseHint2: "If you want multiple password phrases, seperate them by a | (pipe)"
|
||||
stageEditorObjectiveOverridePrompt: "Enter objective display override, or 'clear' to clear the override, or 'cancel' to return."
|
||||
stageEditorObjectiveOverrideHint: "(The objective display override will show up as the players current objective)"
|
||||
stageEditorObjectiveOverrideCleared: "Objective display override cleared."
|
||||
stageEditorDeliveryAddItem: "Add item"
|
||||
stageEditorDeliveryNPCs: "Set NPC IDs"
|
||||
stageEditorDeliveryMessages: "Set delivery messages"
|
||||
stageEditorContainsDuplicates: "List contains duplicates!"
|
||||
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!"
|
||||
stageEditorInvalidNumber: "is not a number!"
|
||||
stageEditorInvalidDye: "is not a valid dye color!"
|
||||
stageEditorInvalidEvent: "is not a valid event name!"
|
||||
stageEditorDuplicateEvent: "Event is already in the list!"
|
||||
stageEditorInvalidDelay: "Delay must be at least one second!"
|
||||
stageEditorInvalidScript: "Denizen script not found!"
|
||||
stageEditorNoCitizens: "Citizens is not installed!"
|
||||
stageEditorNoDenizen: "Denizen is not installed!"
|
||||
stageEditorPositiveAmount: "You must enter a positive number!"
|
||||
stageEditorNoNumber: "Input was not a number!"
|
||||
stageEditorNotGreaterThanZero: "is not greater than 0!"
|
||||
stageEditorNotListofNumbers: "Invalid entry, input was not a list of numbers!"
|
||||
stageEditorNoDelaySet: "You must set a delay first!"
|
||||
stageEditorNoBlockNames: "You must set block names first!"
|
||||
stageEditorNoEnchantments: "You must set enchantments first!"
|
||||
stageEditorNoItems: "You must add items first!"
|
||||
stageEditorNoDeliveryMessage: "You must set at least one delivery message!"
|
||||
stageEditorNoNPCs: "You must set NPC IDs first!"
|
||||
stageEditorNoMobTypes: "You must set mob types first!"
|
||||
stageEditorNoKillLocations: "You must set kill locations first!"
|
||||
stageEditorNoBlockSelected: "You must select a block first."
|
||||
stageEditorNoColors: "You must set colors first!"
|
||||
stageEditorNoLocations: "You must set locations first!"
|
||||
stageEditorNoEnchantmentsSet: "No enchantments set"
|
||||
stageEditorNoItemsSet: "No items set"
|
||||
stageEditorNoMobTypesSet: "No mob types set"
|
||||
stageEditorNoLocationsSet: "No locations set"
|
||||
stageEditorNoColorsSet: "No colors set"
|
||||
stageEditorListNotSameSize: "The block names list and the amounts list are not the same size!"
|
||||
stageEditorEnchantmentNotSameSize: "The enchantments list, the item id list and the enchant amount list are not the same size!"
|
||||
stageEditorDeliveriesNotSameSize: "The item list and the NPC list are not equal in size!"
|
||||
stageEditorNPCKillsNotSameSize: "The NPC IDs list and the kill amounts list are not the same size!"
|
||||
stageEditorAllListsNotSameSize: "All of your lists are not the same size!"
|
||||
stageEditorMobTypesNotSameSize: "The mob types list and the mob amounts list are not the same size!"
|
||||
stageEditorTameMobsNotSameSize: "The mob types list and the tame amounts list are not the same size!"
|
||||
stageEditorShearNotSameSize: "The sheep colors list and the shear amounts list are not the same size!"
|
||||
stageEditorMustSetPasswordDisplays: "You must add at least one password display first!"
|
||||
stageEditorAddPasswordCleared: "Password Objectives cleared."
|
||||
stageEditorPasswordNotSameSize: "The password display and password phrase lists are not the same size!"
|
||||
stageEditorListContainsDuplicates: " List contains duplicates!"
|
||||
stageEditorDelayCleared: "Delay cleared."
|
||||
stageEditorDelayMessageCleared: "Delay message cleared."
|
||||
stageEditorDenizenCleared: "Denizen script cleared."
|
||||
stageEditorBreakBlocksCleared: "Break blocks objective cleared."
|
||||
stageEditorDamageBlocksCleared: "Damage blocks objective cleared."
|
||||
stageEditorPlaceBlocksCleared: "Place blocks objective cleared."
|
||||
stageEditorUseBlocksCleared: "Use blocks objective cleared."
|
||||
stageEditorCutBlocksCleared: "Cut blocks objective cleared."
|
||||
stageEditorEnchantmentsCleared: "Enchantment objective cleared."
|
||||
stageEditorDeliveriesCleared: "Delivery objective cleared."
|
||||
stageEditorReachLocationsCleared: "Reach Locations objective cleared."
|
||||
stageEditorKillNPCsCleared: "Kill NPCs objective cleared."
|
||||
stageEditorKillMobsCleared: "Kill Mobs objective cleared."
|
||||
stageEditorTameCleared: "Tame Mobs objective cleared."
|
||||
stageEditorShearCleared: "Shear Sheep objective cleared."
|
||||
stageEditorStartMessageCleared: "Start message cleared."
|
||||
stageEditorCompleteMessageCleared: "Complete message cleared."
|
||||
stageEditorConfirmStageDelete: "Are you sure you want to delete this stage?"
|
||||
stageEditorConfirmStageNote: "Any Stages after will be shifted back one spot"
|
||||
stageEditorDeleteSucces: "Stage deleted successfully."
|
||||
stageEditorEnchantments: "Enchantments"
|
||||
stageEditorNPCNote: 'Note: You may specify the name of the NPC with <npc>'
|
||||
stageEditorOptional: "Optional"
|
||||
stageEditorColors: "Sheep Colors"
|
||||
allListsNotSameSize: "All of your lists are not the same size!"
|
||||
eventEditorCreate: "Create new Event"
|
||||
eventEditorEdit: "Edit an Event"
|
||||
eventEditorDelete: "Delete an Event"
|
||||
eventEditorCreatePermisssions: "You do not have permission to create new Events."
|
||||
eventEditorEditPermisssions: "You do not have permission to edit Events."
|
||||
eventEditorDeletePermisssions: "You do not have permission to delete Events."
|
||||
eventEditorNoneToEdit: "No Events currently exist to be edited!"
|
||||
eventEditorNoneToDelete: "No Events currently exist to be deleted!"
|
||||
eventEditorNotFound: "Event not found!"
|
||||
eventEditorExists: "Event already exists!"
|
||||
eventEditorSomeone: "Someone is already creating or editing an Event with that name!"
|
||||
eventEditorAlpha: "Name must be alphanumeric!"
|
||||
eventEditorErrorReadingFile: "Error reading Events file."
|
||||
eventEditorErrorSaving: "An error occurred while saving."
|
||||
eventEditorDeleted: "Event deleted, Quests and Events reloaded."
|
||||
eventEditorSaved: "Event saved, Quests and Events reloaded."
|
||||
eventEditorEnterEventName: "Enter an Event name, or 'cancel' to return."
|
||||
eventEditorDeletePrompt: "Are you sure you want to delete the Event"
|
||||
eventEditorQuitWithoutSaving: "Are you sure you want to quit without saving?"
|
||||
eventEditorFinishAndSave: "Are you sure you want to finish and save the Event"
|
||||
eventEditorModifiedNote: 'Note: You have modified an Event that the following Quests use:'
|
||||
eventEditorForcedToQuit: "If you save the Event, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||
eventEditorEventInUse: "The following Quests use the Event"
|
||||
eventEditorMustModifyQuests: "eventEditorNotFound"
|
||||
eventEditorListSizeMismatch: "The lists are not the same size!"
|
||||
eventEditorListDuplicates: "List contains duplicates!"
|
||||
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||
eventEditorInvalidEntry: "Invalid entry"
|
||||
eventEditorSetName: "Set name"
|
||||
eventEditorSetMessage: "Set message"
|
||||
eventEditorClearInv: "Clear player 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: "Set potion effects"
|
||||
eventEditorSetHunger: "Set player hunger level"
|
||||
eventEditorSetSaturation: "Set player saturation level"
|
||||
eventEditorSetHealth: "Set player health level"
|
||||
eventEditorEnterTimerSeconds: "Set number of seconds left before the quest fails (use cancel-timer event to cancel timers)"
|
||||
eventEditorSetTimer: "Set time to fail quest"
|
||||
eventEditorCancelTimer: "Cancel the quest timer"
|
||||
eventEditorSetTeleport: "Set player teleport location"
|
||||
eventEditorSetCommands: "Set commands to execute"
|
||||
eventEditorItems: "Event Items"
|
||||
eventEditorSetItems: "Give items"
|
||||
eventEditorItemsCleared: "Event items cleared."
|
||||
eventEditorAddItem: "Add item"
|
||||
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!"
|
||||
eventEditorNotGreaterThanZero: "is not greater than 0!"
|
||||
eventEditorNotANumber: "is not a number!"
|
||||
eventEditorStorm: "Event 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, or enter 'cancel' to return"
|
||||
eventEditorEnterDuration: "Enter duration (in seconds)"
|
||||
eventEditorAtLeastOneSecond: "Amount must be at least 1 second!"
|
||||
eventEditorNotGreaterThanOneSecond: "is not greater than 1 second!"
|
||||
eventEditorThunder: "Event Thunder"
|
||||
eventEditorMustSetThunderDuration: "You must set a thunder duration!"
|
||||
eventEditorThunderCleared: "Thunder data cleared."
|
||||
eventEditorEnterThunderWorld: "Enter a world name for the thunder to occur in, or enter 'cancel' to return"
|
||||
eventEditorEffects: "Event Effects"
|
||||
eventEditorAddEffect: "Add effect"
|
||||
eventEditorAddEffectLocation: "Add effect location"
|
||||
eventEditorNoEffects: "No effects set"
|
||||
eventEditorMustAddEffects: "You must add effects first!"
|
||||
eventEditorInvalidEffect: "is not a valid effect name!"
|
||||
eventEditorEffectsCleared: "Event effects cleared."
|
||||
eventEditorEffectLocationPrompt: "Right-click on a block to play an effect at, then enter 'add' to add it to the list, or enter 'cancel' to return"
|
||||
eventEditorMobSpawns: "Event Mob Spawns"
|
||||
eventEditorAddMobTypes: "Add mob"
|
||||
eventEditorNoTypesSet: "(No type set)"
|
||||
eventEditorMustSetMobTypesFirst: "You must set the mob type first!"
|
||||
eventEditorSetMobAmounts: "Set mob amount"
|
||||
eventEditorNoAmountsSet: "(No amounts set)"
|
||||
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"
|
||||
eventEditorSetMobSpawnLoc: "Right-click on a block to spawn a mob at, then enter 'add' to the confirm it, or enter 'cancel' to return"
|
||||
eventEditorSetMobSpawnAmount: "Set the amount of mobs to spawn"
|
||||
eventEditorSetDropChance: "Set the drop chance"
|
||||
eventEditorInvalidDropChance: "Drop chance has to be between 0.0 and 1.0"
|
||||
eventEditorLightningPrompt: "Right-click on a block to spawn a lightning strike at, then enter 'add' to add it to the list, or enter 'clear' to clear the locations list, or 'cancel' to return"
|
||||
eventEditorPotionEffects: "Event 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!"
|
||||
eventEditorNoDurationsSet: "(No durations set)"
|
||||
eventEditorSetPotionMagnitudes: "Set potion effect magnitudes"
|
||||
eventEditorPotionsCleared: "Potion effects cleared."
|
||||
eventEditorInvalidPotionType: "is not a valid potion effect type!"
|
||||
eventEditorEnterNPCId: "Enter NPC ID (or -1 to return)"
|
||||
eventEditorNoNPCExists: "No NPC exists with that id!"
|
||||
eventEditorExplosionPrompt: "Right-click on a block to spawn an explosion at, then enter 'add' to add it to the list, or enter 'clear' to clear the explosions list, or 'cancel' to return"
|
||||
eventEditorSelectBlockFirst: "You must select a block first."
|
||||
eventEditorSetMessagePrompt: "Enter message, or enter 'none' to delete, (or 'cancel' to return)"
|
||||
eventEditorSetItemNamesPrompt: "Enter item names separating each one by a space, or enter 'cancel' to return."
|
||||
eventEditorSetItemAmountsPrompt: "Enter item amounts (numbers) separating each one by a space, or enter 'cancel' to return."
|
||||
eventEditorSetMobTypesPrompt: "Enter mob name, or enter 'cancel' to return"
|
||||
eventEditorSetMobAmountsPrompt: "Enter mob amount, or enter 'cancel' to return"
|
||||
eventEditorSetMobNamePrompt: "Set the name for this mob, or enter 'cancel' to return"
|
||||
eventEditorSetMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the mob spawn location list, or enter 'cancel' to return"
|
||||
eventEditorSetPotionEffectsPrompt: "Enter potion effect types separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetPotionDurationsPrompt: "Enter effect durations (in milliseconds) separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetHungerPrompt: "Enter hunger level, or -1 to remove it"
|
||||
eventEditorHungerLevelAtLeastZero: "Hunger level must be at least 0!"
|
||||
eventEditorSetSaturationPrompt: "Enter saturation level, or -1 to remove it"
|
||||
eventEditorSaturationLevelAtLeastZero: "Saturation level must be at least 0!"
|
||||
eventEditorSetHealthPrompt: "Enter health level, or -1 to remove it"
|
||||
eventEditorHealthLevelAtLeastZero: "Health level must be at least 0!"
|
||||
eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to, then enter 'done' to finish, or enter 'clear' to clear the teleport location, or 'cancel' to return"
|
||||
eventEditorCommandsNote: 'Note: You may use <player> to refer to the player''s name.'
|
||||
eventEditorSetCommandsPrompt: "Enter commands separating each one by a comma, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
reqSetMoney: "Set money requirement"
|
||||
reqSetQuestPoints: "Set Quest Points requirement"
|
||||
reqSetItem: "Set item requirements"
|
||||
reqSetPerms: "Set permission requirements"
|
||||
reqSetQuest: "Set Quest requirements"
|
||||
reqSetQuestBlocks: "Set Quest blocks"
|
||||
reqSetMcMMO: "Set mcMMO requirements"
|
||||
reqSetHeroes: "Set Heroes requirements"
|
||||
reqSetCustom: "Custom requirements"
|
||||
reqSetFail: "Set fail requirements message"
|
||||
reqSetSkills: "Set skills"
|
||||
reqSetSkillAmounts: "Set skill amounts"
|
||||
reqHeroesSetPrimary: "Set Primary Class"
|
||||
reqHeroesSetSecondary: "Set Secondary Class"
|
||||
reqMoneyPrompt: "Enter amount of <money>, or 0 to clear the money requirement, or -1 to cancel"
|
||||
reqQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point requirement, or -1 to cancel"
|
||||
reqQuestPrompt: "Enter a list of Quest names separating each one by a <comma>, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqRemoveItemsPrompt: "Enter a list of true/false values, separating each one by a space, or enter 'cancel' to return."
|
||||
reqPermissionsPrompt: "Enter permission requirements separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
reqCustomPrompt: "Enter the name of a custom requirement to add, or enter 'clear' to clear all custom requirements, or 'cancel' to return."
|
||||
reqMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqMcMMOAmountsPrompt: "Enter mcMMO skill amounts, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqHeroesPrimaryPrompt: "Enter a Heroes Primary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||
reqHeroesSecondaryPrompt: "Enter a Heroes Secondary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||
reqFailMessagePrompt: "Enter fail requirements message, or enter 'cancel' to return."
|
||||
reqAddItem: "Add item"
|
||||
reqSetRemoveItems: "Set remove items"
|
||||
reqNoItemsSet: "No items set"
|
||||
reqNoValuesSet: "No values set"
|
||||
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||
reqGreaterThanZero: "Amount must be greater than 0!"
|
||||
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||
reqItemCleared: "Item requirements cleared."
|
||||
reqListsNotSameSize: "The items list and remove items list are not the same size!"
|
||||
reqTrueFalseError: '<input> is not a true or false value!%br%Example: true false true true'
|
||||
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||
reqCustomNotFound: "Custom requirement module not found."
|
||||
reqCustomCleared: "Custom requirements cleared."
|
||||
reqMcMMOError: "<input> is not an mcMMO skill name!"
|
||||
reqMcMMOCleared: "mcMMO skill requirements cleared."
|
||||
reqMcMMOAmountsCleared: "mcMMO 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!"
|
||||
reqNone: "No requirements set"
|
||||
reqNotANumber: "<input> is not a number!"
|
||||
reqMustAddItem: "You must add at least one item first!"
|
||||
reqNoMessage: "You must set a fail requirements message!"
|
||||
reqNoMcMMO: "mcMMO not installed"
|
||||
reqNoHeroes: "Heroes not installed"
|
||||
rewSetMoney: "Set money reward"
|
||||
rewSetQuestPoints: "Set Quest Points reward"
|
||||
rewSetItems: "Set item rewards"
|
||||
rewSetExperience: "Set experience reward"
|
||||
rewSetCommands: "Set command rewards"
|
||||
rewSetPermission: "Set permission rewards"
|
||||
rewSetMcMMO: "Set mcMMO 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>, or 0 to clear the money reward, or -1 to cancel"
|
||||
rewExperiencePrompt: "Enter amount of experience, or 0 to clear the experience reward, or -1 to cancel"
|
||||
rewCommandPrompt: "Enter command rewards separating each one by a <comma>, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
rewCommandPromptHint: 'Note: You may put <player> to specify the player who completed the Quest. e.g. smite <player>'
|
||||
rewPermissionsPrompt: "Enter permission rewards separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
rewQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point reward, or -1 to cancel"
|
||||
rewMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'cancel' to return."
|
||||
rewMcMMOPromptHint: 'Note: Typing ''All'' will give levels to all skills.'
|
||||
rewHeroesClassesPrompt: "Enter Heroes classes separating each one by a space, or enter 'cancel' to return."
|
||||
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed) separating each one by a space, or enter 'cancel' to return."
|
||||
rewPhatLootsPrompt: "Enter PhatLoots separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
rewCustomRewardPrompt: "Enter the name of a custom reward to add, or enter 'clear' to clear all custom rewards, or 'cancel' to return."
|
||||
rewItemsCleared: "Item rewards cleared."
|
||||
rewNoMcMMOSkills: "No skills set"
|
||||
rewNoHeroesClasses: "No classes set"
|
||||
rewSetMcMMOSkillsFirst: "You must set skills first!"
|
||||
rewMcMMOCleared: "mcMMO rewards cleared."
|
||||
rewMcMMOListsNotSameSize: "The skills list and skill amounts list are not the same size!"
|
||||
rewSetHeroesClassesFirst: "You must set classes first!"
|
||||
rewHeroesCleared: "Heroes rewards cleared."
|
||||
rewHeroesListsNotSameSize: "The classes list and experience amounts list are not the same size!"
|
||||
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."
|
||||
rewNoPhat: "PhatLoots not installed"
|
||||
itemCreateLoadHand: "Load item in hand"
|
||||
itemCreateSetName: "Set name"
|
||||
itemCreateSetAmount: "Set amount"
|
||||
itemCreateSetDurab: "Set durability"
|
||||
itemCreateSetEnchs: "Add/clear enchantments"
|
||||
itemCreateSetDisplay: "Set display name"
|
||||
itemCreateSetLore: "Set lore"
|
||||
itemCreateEnterName: "Enter an item name, or 'cancel' to return."
|
||||
itemCreateEnterAmount: "Enter item amount (max. 64), or 'cancel' to return."
|
||||
itemCreateEnterDurab: "Enter item durability, or 'clear' to clear the data, or 'cancel' to return."
|
||||
itemCreateEnterEnch: "Enter an enchantment name, or 'clear' to clear the enchantments, or 'cancel' to return."
|
||||
itemCreateEnterLevel: "Enter a level (number) for <enchantment>"
|
||||
itemCreateEnterDisplay: "Enter item display name, or 'clear' to clear the display name, or 'cancel' to return."
|
||||
itemCreateEnterLore: "Enter item lore, separating each line by a semi-colon ; or 'clear' to clear the lore, or 'cancel' to return."
|
||||
itemCreateLoaded: "Item loaded."
|
||||
itemCreateNoItem: "No item in hand!"
|
||||
itemCreateNoName: "You must set a name first!"
|
||||
itemCreateInvalidName: "Invalid item name!"
|
||||
itemCreateInvalidAmount: "Amount must be between 1-64!"
|
||||
itemCreateInvalidDurab: "Invalid item durability!"
|
||||
itemCreateInvalidEnch: "Invalid enchantment name!"
|
||||
itemCreateInvalidLevel: "Level must be greater than 0!"
|
||||
itemCreateInvalidInput: "Invalid input!"
|
||||
itemCreateNotNumber: "Input was not a number!"
|
||||
itemCreateNoNameAmount: "You must set a name and amount first!"
|
||||
itemCreateCriticalError: "A critical error has occurred."
|
||||
questTitle: "-- <quest> --"
|
||||
questObjectivesTitle: "---(<quest>)---"
|
||||
questCompleteTitle: '**QUEST COMPLETE: <quest>**'
|
||||
questRewardsTitle: "Rewards:"
|
||||
journalTitle: "Quest Journal"
|
||||
questsTitle: "- Quests -"
|
||||
questHelpTitle: "- Quests -"
|
||||
questListTitle: "- Quests -"
|
||||
questNPCListTitle: "- Quests | <npc> -"
|
||||
questAdminHelpTitle: "- Questadmin -"
|
||||
questEditorTitle: "- Quest Editor -"
|
||||
eventEditorTitle: "- Event Editor - "
|
||||
questCreateTitle: "- Create Quest -"
|
||||
questEditTitle: "- Edit Quest -"
|
||||
questDeleteTitle: "- Delete Quest -"
|
||||
requirementsTitle: "- <quest> | Requirements -"
|
||||
rewardsTitle: "- <quest> | Rewards -"
|
||||
itemRequirementsTitle: "- Item Requirements -"
|
||||
itemRewardsTitle: "- Item Rewards -"
|
||||
mcMMORequirementsTitle: "- mcMMO Requirements -"
|
||||
mcMMORewardsTitle: "- mcMMO 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: "- Event -"
|
||||
completedQuestsTitle: "- Completed Quests -"
|
||||
topQuestersTitle: "- Top <number> Questers -"
|
||||
createItemTitle: "- Create Item -"
|
||||
enchantmentsTitle: "- Enchantments -"
|
||||
questGUITitle: "- GUI Item Display -"
|
||||
questRegionTitle: "- Quest Region -"
|
||||
eventEditorGiveItemsTitle: "- Give Items -"
|
||||
eventEditorEffectsTitle: "- Effects -"
|
||||
eventEditorStormTitle: "- Event Storm -"
|
||||
eventEditorThunderTitle: "- Event Thunder -"
|
||||
eventEditorMobSpawnsTitle: "- Event Mob Spawns -"
|
||||
eventEditorMobsTitle: "- Mobs -"
|
||||
eventEditorAddMobTypesTitle: "- Add Mob -"
|
||||
eventEditorPotionEffectsTitle: "- Event Potion Effects -"
|
||||
eventEditorPotionTypesTitle: "- Event Potion Types -"
|
||||
eventEditorWorldsTitle: "- Worlds -"
|
||||
effBlazeShoot: "Sound of a Blaze firing"
|
||||
effBowFire: "Sound of a bow firing"
|
||||
effClick1: "A click sound"
|
||||
effClick2: "A different click sound"
|
||||
effDoorToggle: "Sound of a door opening or closing"
|
||||
effExtinguish: "Sound of fire being extinguished"
|
||||
effGhastShoot: "Sound of a Ghast firing"
|
||||
effGhastShriek: "Sound of a Ghast shrieking"
|
||||
effZombieWood: "Sound of a Zombie chewing an iron door"
|
||||
effZombieIron: "Sound of a Zombie chewing a wooden door"
|
||||
effEnterName: "Enter an effect name to add it to the list, or enter 'cancel' to return"
|
||||
cmdCancel: "cancel"
|
||||
cmdAdd: "add"
|
||||
cmdClear: "clear"
|
||||
cmdNone: "none"
|
||||
cmdDone: "done"
|
||||
acceptQuest: "Accept Quest?"
|
||||
enterAnOption: "Enter an option"
|
||||
questAccepted: 'Quest accepted: <quest>'
|
||||
currentQuest: "Current Quests:"
|
||||
noMoreQuest: "No more quests available."
|
||||
damage: "Damage"
|
||||
break: "Break"
|
||||
place: "Place"
|
||||
use: "Use"
|
||||
cut: "Cut"
|
||||
catchFish: "Catch Fish"
|
||||
enchantItem: "Enchant <item> with <enchantment>"
|
||||
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."
|
||||
invalidSelection: "Invalid selection!"
|
||||
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'"
|
||||
questPointsDisplay: "Quest points:"
|
||||
questNoDrop: "You may not drop Quest items."
|
||||
questNoBrew: "You may not brew Quest items."
|
||||
questNoStore: "You may not store Quest items."
|
||||
questNoCraft: "You may not craft Quest items."
|
||||
questNoEquip: "You may not equip Quest items."
|
||||
questNoDispense: "You may not put Quest items in dispensers."
|
||||
questNoEnchant: "You may not enchant Quest items."
|
||||
questNoSmelt: "You may not smelt using Quest items."
|
||||
questInfoNoPerms: "You do not have permission to view a Quest's information."
|
||||
questCmdNoPerms: "You do not have access to that command."
|
||||
pageSelectionNum: "Page selection must be a number."
|
||||
pageSelectionPosNum: "Page selection must be a positive number."
|
||||
questListNoPerms: "You do not have permission to view the Quests list."
|
||||
questTakeNoPerms: "You do not have permission to take Quests via commands."
|
||||
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||
questQuit: "You have quit <quest>"
|
||||
questQuitNoPerms: "You do not have permission to quit Quests."
|
||||
questQuitDisabled: "Quitting Quests has been disabled."
|
||||
questEditorNoPerms: "You do not have permission to use the Quests Editor."
|
||||
eventEditorNoPerms: "You do not have permission to use the Events Editor."
|
||||
questsUnknownCommand: "Unknown Quests command. Type /quests for help."
|
||||
pageNotExist: "Page does not exist."
|
||||
pageFooter: "- Page <current> of <all> -"
|
||||
questsReloaded: "Quests 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>."
|
||||
questPurged: "<player> has been purged and blacklisted."
|
||||
questReset: "<player> has been reset."
|
||||
questRemoved: "Quest <quest> has been removed from player <player>'s completed Quests."
|
||||
settingAllQuestPoints: "Setting all players' Quest Points..."
|
||||
allQuestPointsSet: "All players' Quest Points have been set to <number>!"
|
||||
setQuestPoints: "<player>'s Quest Points have been set to <number>."
|
||||
questPointsSet: "<player> has set your Quest Points to <number>."
|
||||
takeQuestPoints: "Took away <number> Quest Points from <player>."
|
||||
questPointsTaken: "<player> took away <number> Quest Points."
|
||||
giveQuestPoints: "Gave <number> Quest Points from <player>."
|
||||
questPointsGiven: "<player> gave you <number> Quest Points."
|
||||
enableNPCGUI: "<npc> will now provide a GUI Quest Display."
|
||||
disableNPCGUI: "<npc> will no longer provide a GUI Quest Display."
|
||||
invalidNumber: "Invalid number."
|
||||
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||
playerNotFound: "Player not found."
|
||||
invalidStageNum: "Invalid stage number for Quest <quest>"
|
||||
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||
errorReading: "Error reading <file>, skipping.."
|
||||
errorReadingSuppress: "Error reading <file>, suppressing further errors."
|
||||
errorDataFolder: 'Error: Unable to read Quests data folder!'
|
||||
questsPlayerHasQuestAlready: "<player> is already on the Quest <quest>!"
|
||||
questsUnknownAdminCommand: "Unknown Questsadmin command. Type /questsadmin for help."
|
||||
unknownError: "An unknown error occurred. See console output."
|
||||
journalTaken: "You take out your Quest Journal."
|
||||
journalPutAway: "You put away your Quest Journal."
|
||||
journalAlreadyHave: "You already have your Quest Journal out."
|
||||
journalNoRoom: "You have no room in your inventory for your Quest Journal!"
|
||||
journalNoQuests: "You have no accepted quests!"
|
||||
journalDenied: "You cannot do that with your Quest Journal."
|
||||
ENCHANTMENT_ARROW_DAMAGE: "Power"
|
||||
ENCHANTMENT_ARROW_FIRE: "Flame"
|
||||
ENCHANTMENT_ARROW_INFINITE: "Infinity"
|
||||
ENCHANTMENT_ARROW_KNOCKBACK: "Punch"
|
||||
ENCHANTMENT_BINDING_CURSE: "BindingCurse"
|
||||
ENCHANTMENT_DAMAGE_ALL: "Sharpness"
|
||||
ENCHANTMENT_DAMAGE_ARTHROPODS: "BaneOfArthropods"
|
||||
ENCHANTMENT_DEPTH_STRIDER: "DepthStrider"
|
||||
ENCHANTMENT_DAMAGE_UNDEAD: "Smite"
|
||||
ENCHANTMENT_DIG_SPEED: "Efficiency"
|
||||
ENCHANTMENT_DURABILITY: "Unbreaking"
|
||||
ENCHANTMENT_FIRE_ASPECT: "FireAspect"
|
||||
ENCHANTMENT_FROST_WALKER: "FrostWalker"
|
||||
ENCHANTMENT_KNOCKBACK: "Knockback"
|
||||
ENCHANTMENT_LOOT_BONUS_BLOCKS: "Fortune"
|
||||
ENCHANTMENT_LOOT_BONUS_MOBS: "Looting"
|
||||
ENCHANTMENT_LUCK: "LuckOfTheSea"
|
||||
ENCHANTMENT_LURE: "Lure"
|
||||
ENCHANTMENT_MENDING: "Mending"
|
||||
ENCHANTMENT_OXYGEN: "Respiration"
|
||||
ENCHANTMENT_PROTECTION_ENVIRONMENTAL: "Protection"
|
||||
ENCHANTMENT_PROTECTION_EXPLOSIONS: "BlastProtection"
|
||||
ENCHANTMENT_PROTECTION_FALL: "FeatherFalling"
|
||||
ENCHANTMENT_PROTECTION_FIRE: "FireProtection"
|
||||
ENCHANTMENT_PROTECTION_PROJECTILE: "ProjectileProtection"
|
||||
ENCHANTMENT_SILK_TOUCH: "SilkTouch"
|
||||
ENCHANTMENT_SWEEPING: "Sweeping"
|
||||
ENCHANTMENT_THORNS: "Thorns"
|
||||
ENCHANTMENT_VANISHING_CURSE: "VanishingCurse"
|
||||
ENCHANTMENT_WATER_WORKER: "AquaAffinity"
|
||||
COLOR_BLACK: "Black"
|
||||
COLOR_BLUE: "Blue"
|
||||
COLOR_BROWN: "Brown"
|
||||
COLOR_CYAN: "Cyan"
|
||||
COLOR_GRAY: "Gray"
|
||||
COLOR_GREEN: "Green"
|
||||
COLOR_LIGHT_BLUE: "LightBlue"
|
||||
COLOR_LIME: "Lime"
|
||||
COLOR_MAGENTA: "Magenta"
|
||||
COLOR_ORANGE: "Orange"
|
||||
COLOR_PINK: "Pink"
|
||||
COLOR_PURPLE: "Purple"
|
||||
COLOR_RED: "Red"
|
||||
COLOR_SILVER: "Silver"
|
||||
COLOR_WHITE: "White"
|
||||
COLOR_YELLOW: "Yellow"
|
||||
timeDay: "Day"
|
||||
timeDays: "Days"
|
||||
timeHour: "Hour"
|
||||
timeHours: "Hours"
|
||||
timeMinute: "Minute"
|
||||
timeMinutes: "Minutes"
|
||||
timeSecond: "Second"
|
||||
timeSeconds: "Seconds"
|
||||
timeMillisecond: "Millisecond"
|
||||
timeMilliseconds: "Milliseconds"
|
||||
event: "Event"
|
||||
delay: "Delay"
|
||||
save: "Save"
|
||||
exit: "Exit"
|
||||
exited: "Exited"
|
||||
cancel: "Cancel"
|
||||
cancelled: "Cancelled"
|
||||
questTimeout: "Cancelled."
|
||||
back: "Back"
|
||||
yesWord: "Yes"
|
||||
noWord: "No"
|
||||
"true": "true"
|
||||
"false": "false"
|
||||
clear: "Clear"
|
||||
edit: "Edit"
|
||||
none: "None"
|
||||
done: "Done"
|
||||
comma: "comma"
|
||||
finish: "Finish"
|
||||
quit: "Quit"
|
||||
noneSet: "None set"
|
||||
noDelaySet: "No delay set"
|
||||
noIdsSet: "No IDs set"
|
||||
noNamesSet: "No names set"
|
||||
worlds: "Worlds"
|
||||
mobs: "Mobs"
|
||||
points: "points"
|
||||
invalidOption: "Invalid option!"
|
||||
npcHint: 'Note: You can left or right click on NPC''s to get their ID.'
|
||||
listDuplicate: "List contains duplicates!"
|
||||
id: "ID"
|
||||
quest: "Quest"
|
||||
quests: "Quests"
|
||||
createdBy: "Created by"
|
||||
continuedBy: "and continued by"
|
||||
questPoints: "Quest Points"
|
||||
accepted: "Accepted"
|
||||
complete: "Complete"
|
||||
redoable: "Redoable"
|
||||
usage: "Usage"
|
||||
redoableEvery: "Redoable every <time>."
|
||||
requirements: "Requirements"
|
||||
money: "Money"
|
||||
with: "With"
|
||||
to: "to"
|
||||
blocksWithin: "within <amount> blocks of"
|
||||
valRequired: "Value required"
|
||||
enchantedItem: "*Enchanted*"
|
||||
experience: "Experience"
|
||||
timerMessage: '<green>Time left to finish the quest/stage: <red>%s seconds'
|
||||
timerStart: "<green>You have <red>%s seconds <green>to finish this quest/stage"
|
||||
questErrorReadingFile: "Error reading Quests file."
|
||||
questSaveError: "An error occurred while saving."
|
||||
questBlacklisted: "You are blacklisted. Contact an admin if this is in error."
|
858
src/main/resources/lang/no/strings.yml
Normal file
858
src/main/resources/lang/no/strings.yml
Normal file
@ -0,0 +1,858 @@
|
||||
---
|
||||
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"
|
||||
questDisplayHelp: "- Display this help"
|
||||
COMMAND_LIST: "list"
|
||||
COMMAND_LIST_HELP: "list [page] - List available Quests"
|
||||
COMMAND_TAKE: "take"
|
||||
COMMAND_TAKE_HELP: "take [quest name] - Accept a Quest"
|
||||
COMMAND_TAKE_USAGE: 'Usage: /quests take [quest]'
|
||||
COMMAND_QUIT: "quit"
|
||||
COMMAND_QUIT_HELP: "quit [quest] - Quit a current Quest"
|
||||
COMMAND_EDITOR: "editor"
|
||||
COMMAND_EDITOR_HELP: "editor - Create/Edit Quests"
|
||||
COMMAND_EVENTS_EDITOR: "events"
|
||||
COMMAND_EVENTS_EDITOR_HELP: "events - Create/Edit Events"
|
||||
COMMAND_STATS: "stats"
|
||||
COMMAND_STATS_HELP: "stats - View your Questing stats"
|
||||
COMMAND_TOP: "top"
|
||||
COMMAND_TOP_HELP: "top [number] - View top Questers"
|
||||
COMMAND_TOP_USAGE: 'Usage: /quests top [number]'
|
||||
COMMAND_INFO: "info"
|
||||
COMMAND_INFO_HELP: "info - Display plugin information"
|
||||
COMMAND_JOURNAL: "journal"
|
||||
COMMAND_JOURNAL_HELP: "journal - View/Put away your Quest Journal"
|
||||
COMMAND_QUEST_HELP: "- Display current Quest objectives"
|
||||
COMMAND_QUESTINFO_HELP: "[quest name] - Display Quest information"
|
||||
COMMAND_QUESTADMIN_HELP: "- View Questadmin help"
|
||||
COMMAND_QUESTADMIN_STATS: "stats"
|
||||
COMMAND_QUESTADMIN_STATS_HELP: "stats [player] - View Questing statistics of a player"
|
||||
COMMAND_QUESTADMIN_GIVE: "give"
|
||||
COMMAND_QUESTADMIN_GIVE_HELP: "give [player] [quest] - Force a player to take a Quest"
|
||||
COMMAND_QUESTADMIN_QUIT: "quit"
|
||||
COMMAND_QUESTADMIN_QUIT_HELP: "quit [player] [quest] - Force a player to quit their Quest"
|
||||
COMMAND_QUESTADMIN_POINTS: "points"
|
||||
COMMAND_QUESTADMIN_POINTS_HELP: "points [player] [amount] - Set a players Quest Points"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [player] [amount] - Take a players Quest Points"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [player] [amount] - Give a player Quest Points"
|
||||
COMMAND_QUESTADMIN_POINTSALL: "pointsall"
|
||||
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] - Set ALL players' Quest Points"
|
||||
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||
COMMAND_QUESTADMIN_FINISH_HELP: "finish [player] [quest] - Immediately force Quest completion for a player"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE: "nextstage"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "nextstage [player] [quest] - Immediately force Stage completion for a player"
|
||||
COMMAND_QUESTADMIN_SETSTAGE: "setstage"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_HELP: "setstage [player] [quest] [stage] - Set the current Stage for a player"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Usage: /questadmin setstage [player] [quest] [stage]'
|
||||
COMMAND_QUESTADMIN_PURGE: "purge"
|
||||
COMMAND_QUESTADMIN_PURGE_HELP: "purge [player] - Clear all Quests data of a player AND BLACKLISTS THEM"
|
||||
COMMAND_QUESTADMIN_RESET: "reset"
|
||||
COMMAND_QUESTADMIN_RESET_HELP: "reset [player] - Clear all Quests data of a player"
|
||||
COMMAND_QUESTADMIN_REMOVE: "remove"
|
||||
COMMAND_QUESTADMIN_REMOVE_HELP: "remove [player] [quest] - Remove a completed Quest from a player"
|
||||
COMMAND_QUESTADMIN_TOGGLEGUI: "togglegui"
|
||||
COMMAND_QUESTADMIN_TOGGLEGUI_HELP: "togglegui [npc id] - Toggle GUI Quest Display on an NPC"
|
||||
COMMAND_QUESTADMIN_RELOAD: "reload"
|
||||
COMMAND_QUESTADMIN_RELOAD_HELP: "reload - Reload all Quests"
|
||||
questEditorHeader: "Create Quest"
|
||||
questEditorCreate: "Create new Quest"
|
||||
questEditorEdit: "Edit a Quest"
|
||||
questEditorDelete: "Delete Quest"
|
||||
questEditorName: "Set name"
|
||||
questEditorAskMessage: "Set ask message"
|
||||
questEditorFinishMessage: "Set finish message"
|
||||
questEditorRedoDelay: "Set redo delay"
|
||||
questEditorNPCStart: "Set NPC start"
|
||||
questEditorBlockStart: "Set Block start"
|
||||
questEditorInitialEvent: "Set initial Event"
|
||||
questEditorSetGUI: "Set GUI Item display"
|
||||
questEditorReqs: "Edit Requirements"
|
||||
questEditorStages: "Edit Stages"
|
||||
questEditorRews: "Edit Rewards"
|
||||
questEditorEnterQuestName: "Enter Quest name (or 'cancel' to return)"
|
||||
questEditorEditEnterQuestName: "Enter Quest name to edit (or 'cancel' to return)"
|
||||
questEditorEnterAskMessage: "Enter ask message (or 'cancel' to return)"
|
||||
questEditorEnterFinishMessage: "Enter finish message (or 'cancel' to return)"
|
||||
questEditorEnterRedoDelay: "Enter amount of time (in seconds), 0 to clear the redo delay or -1 to cancel"
|
||||
questEditorEnterNPCStart: "Enter NPC ID, -1 to clear the NPC start or -2 to cancel"
|
||||
questEditorEnterBlockStart: "Right-click on a block to use as a start point, then enter 'done' to save, or enter 'clear' to clear the block start, or 'cancel' to return"
|
||||
questEditorEnterInitialEvent: "Enter an Event name, or enter 'clear' to clear the initial Event, or 'cancel' to return"
|
||||
questRequiredNoneSet: "Required, none set"
|
||||
questWGSetRegion: "Set Region"
|
||||
questWGNotInstalled: "WorldGuard not installed"
|
||||
questWGPrompt: "Enter WorldGuard region, or enter 'clear' to clear the region, or 'cancel' to return."
|
||||
questWGInvalidRegion: "<region> is not a valid WorldGuard region!"
|
||||
questWGRegionCleared: "Quest region cleared."
|
||||
questCitNotInstalled: "Citizens not installed"
|
||||
questDenNotInstalled: "Denizen not installed"
|
||||
questGUIError: 'Error: That item is already being used as the GUI Display for the Quest <quest>.'
|
||||
questCurrentItem: "Current item:"
|
||||
questSetItem: "Set Item"
|
||||
questClearItem: "Clear Item"
|
||||
questGUICleared: "Quest GUI Item Display cleared."
|
||||
questDeleted: "Quest deleted! Quests and Events have been reloaded."
|
||||
questEditorNameExists: "A Quest with that name already exists!"
|
||||
questEditorBeingEdited: "Someone is creating/editing a Quest with that name!"
|
||||
questEditorInvalidQuestName: "Name may not contain periods or commas!"
|
||||
questEditorInvalidEventName: "is not a valid event name!"
|
||||
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 Event 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: "Quest saved! (You will need to perform a Quest reload for it to appear)"
|
||||
questEditorExited: "Are you sure you want to exit without saving?"
|
||||
questEditorDeleted: "Are you sure you want to delete the Quest"
|
||||
questEditorNoPermsCreate: "You do not have permission to create Quests."
|
||||
questEditorNoPermsEdit: "You do not have permission to edit Quests."
|
||||
questEditorNoPermsDelete: "You do not have permission to delete Quests."
|
||||
stageEditorEditStage: "Edit Stage"
|
||||
stageEditorNewStage: "Add new Stage"
|
||||
stageEditorStages: "Stages"
|
||||
stageEditorStage: "Stage"
|
||||
stageEditorBreakBlocks: "Break Blocks"
|
||||
stageEditorDamageBlocks: "Damage Blocks"
|
||||
stageEditorPlaceBlocks: "Place Blocks"
|
||||
stageEditorUseBlocks: "Use Blocks"
|
||||
stageEditorCutBlocks: "Cut Blocks"
|
||||
stageEditorCatchFish: "Catch Fish"
|
||||
stageEditorFish: "fish"
|
||||
stageEditorKillPlayers: "Kill Players"
|
||||
stageEditorPlayers: "players"
|
||||
stageEditorEnchantItems: "Enchant Items"
|
||||
stageEditorDeliverItems: "Deliver Items"
|
||||
stageEditorTalkToNPCs: "Talk to NPCs"
|
||||
stageEditorKillNPCs: "Kill NPCs"
|
||||
stageEditorKillMobs: "Kill Mobs"
|
||||
stageEditorReachLocs: "Reach locations"
|
||||
stageEditorReachRadii1: "Reach within"
|
||||
stageEditorReachRadii2: "blocks of"
|
||||
stageEditorTameMobs: "Tame Mobs"
|
||||
stageEditorShearSheep: "Shear Sheep"
|
||||
stageEditorEvents: "Events"
|
||||
stageEditorStageEvents: "Stage Events"
|
||||
stageEditorStartEvent: "Start Event"
|
||||
stageEditorStartEventCleared: "Start Event cleared."
|
||||
stageEditorFinishEvent: "Finish Event"
|
||||
stageEditorFinishEventCleared: "Finish Event cleared."
|
||||
stageEditorChatEvents: "Chat Events"
|
||||
stageEditorChatTrigger: "Chat Trigger"
|
||||
stageEditorTriggeredBy: "Triggered by"
|
||||
stageEditorChatEventsCleared: "Chat Events cleared."
|
||||
stageEditorDeathEvent: "Death Event"
|
||||
stageEditorDeathEventCleared: "Death Event cleared."
|
||||
stageEditorDisconnectEvent: "Disconnect Event"
|
||||
stageEditorDisconnectEventCleared: "Disconnect Event 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 durability"
|
||||
stageEditorSetDamageAmounts: "Set damage amounts"
|
||||
stageEditorSetPlaceAmounts: "Set place amounts"
|
||||
stageEditorSetUseAmounts: "Set use amounts"
|
||||
stageEditorSetCutAmounts: "Set cut amounts"
|
||||
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 Objectives"
|
||||
stageEditorAddPasswordDisplay: "Add password display"
|
||||
stageEditorAddPasswordPhrases: "Add password phrase(s)"
|
||||
stageEditorNoPasswordDisplays: "No password displays set"
|
||||
stageObjectiveOverride: "Objective Display Override"
|
||||
stageEditorCustom: "Custom Objectives"
|
||||
stageEditorNoModules: "No modules loaded"
|
||||
stageEditorModuleNotFound: "Custom objective module not found."
|
||||
stageEditorCustomPrompt: "Enter the name of a custom objective to add, or enter 'clear' to clear all custom objectives, or 'cancel' to return."
|
||||
stageEditorCustomAlreadyAdded: "That custom objective has already been added!"
|
||||
stageEditorCustomCleared: "Custom objectives cleared."
|
||||
stageEditorCustomDataPrompt: "Enter value for <data>:"
|
||||
stageEditorEnterBlockNames: "Enter block names (or IDs), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorBreakBlocksPrompt: "Enter break amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorDamageBlocksPrompt: "Enter damage amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorPlaceBlocksPrompt: "Enter place amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorUseBlocksPrompt: "Enter use amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorCutBlocksPrompt: "Enter cut amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorEnterBlockDurability: "Enter block durability (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorCatchFishPrompt: "Enter number of fish to catch, or 0 to clear the fish catch objective, or -1 to cancel"
|
||||
stageEditorKillPlayerPrompt: "Enter number of players to kill, or 0 to clear the player kill objective, or -1 to cancel"
|
||||
stageEditorEnchantTypePrompt: "Enter enchantment names, separating each one by a comma, or enter 'cancel' to return."
|
||||
stageEditorEnchantAmountsPrompt: "Enter enchant amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorItemNamesPrompt: "Enter item names, separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorNPCPrompt: "Enter NPC ids, separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorNPCToTalkToPrompt: "Enter NPC IDs, separating each one by a space, or enter 'clear' to clear the NPC ID list, or 'cancel' to return."
|
||||
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
||||
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobAmountsPrompt: "Enter mob amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the kill location list, or enter 'cancel' to return"
|
||||
stageEditorMobLocationRadiiPrompt: "Enter kill location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
||||
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorReachLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||
stageEditorTameAmountsPrompt: "Enter tame amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorShearColorsPrompt: "Enter sheep colors separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorShearAmountsPrompt: "Enter shear amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorEventsPrompt: "Enter an event name, or enter 'clear' to clear the event, or 'cancel' to return"
|
||||
stageEditorChatEventsPrompt: "Enter an event name to add, or enter 'clear' to clear all chat events, or 'cancel' to return"
|
||||
stageEditorChatEventsTriggerPromptA: "Enter a chat trigger for"
|
||||
stageEditorChatEventsTriggerPromptB: "or enter 'cancel' to return."
|
||||
stageEditorDelayPrompt: "Enter time (in seconds), or enter 'clear' to clear the delay, or 'cancel' to return"
|
||||
stageEditorDelayMessagePrompt: "Enter delay message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorScriptPrompt: "Enter script name, or enter 'clear' to clear the script, or 'cancel' to return"
|
||||
stageEditorStartMessagePrompt: "Enter start message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorCompleteMessagePrompt: "Enter complete message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorPasswordDisplayPrompt: "Enter a password display, or 'cancel' to return"
|
||||
stageEditorPasswordDisplayHint: "(This is the text that will be displayed to the player as their objective)"
|
||||
stageEditorPasswordPhrasePrompt: "Enter a password phrase, or 'cancel' to return"
|
||||
stageEditorPasswordPhraseHint1: "(This is the text that a player has to say to complete the objective)"
|
||||
stageEditorPasswordPhraseHint2: "If you want multiple password phrases, seperate them by a | (pipe)"
|
||||
stageEditorObjectiveOverridePrompt: "Enter objective display override, or 'clear' to clear the override, or 'cancel' to return."
|
||||
stageEditorObjectiveOverrideHint: "(The objective display override will show up as the players current objective)"
|
||||
stageEditorObjectiveOverrideCleared: "Objective display override cleared."
|
||||
stageEditorDeliveryAddItem: "Add item"
|
||||
stageEditorDeliveryNPCs: "Set NPC IDs"
|
||||
stageEditorDeliveryMessages: "Set delivery messages"
|
||||
stageEditorContainsDuplicates: "List contains duplicates!"
|
||||
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!"
|
||||
stageEditorInvalidNumber: "is not a number!"
|
||||
stageEditorInvalidDye: "is not a valid dye color!"
|
||||
stageEditorInvalidEvent: "is not a valid event name!"
|
||||
stageEditorDuplicateEvent: "Event is already in the list!"
|
||||
stageEditorInvalidDelay: "Delay must be at least one second!"
|
||||
stageEditorInvalidScript: "Denizen script not found!"
|
||||
stageEditorNoCitizens: "Citizens is not installed!"
|
||||
stageEditorNoDenizen: "Denizen is not installed!"
|
||||
stageEditorPositiveAmount: "You must enter a positive number!"
|
||||
stageEditorNoNumber: "Input was not a number!"
|
||||
stageEditorNotGreaterThanZero: "is not greater than 0!"
|
||||
stageEditorNotListofNumbers: "Invalid entry, input was not a list of numbers!"
|
||||
stageEditorNoDelaySet: "You must set a delay first!"
|
||||
stageEditorNoBlockNames: "You must set block names first!"
|
||||
stageEditorNoEnchantments: "You must set enchantments first!"
|
||||
stageEditorNoItems: "You must add items first!"
|
||||
stageEditorNoDeliveryMessage: "You must set at least one delivery message!"
|
||||
stageEditorNoNPCs: "You must set NPC IDs first!"
|
||||
stageEditorNoMobTypes: "You must set mob types first!"
|
||||
stageEditorNoKillLocations: "You must set kill locations first!"
|
||||
stageEditorNoBlockSelected: "You must select a block first."
|
||||
stageEditorNoColors: "You must set colors first!"
|
||||
stageEditorNoLocations: "You must set locations first!"
|
||||
stageEditorNoEnchantmentsSet: "No enchantments set"
|
||||
stageEditorNoItemsSet: "No items set"
|
||||
stageEditorNoMobTypesSet: "No mob types set"
|
||||
stageEditorNoLocationsSet: "No locations set"
|
||||
stageEditorNoColorsSet: "No colors set"
|
||||
stageEditorListNotSameSize: "The block names list and the amounts list are not the same size!"
|
||||
stageEditorEnchantmentNotSameSize: "The enchantments list, the item id list and the enchant amount list are not the same size!"
|
||||
stageEditorDeliveriesNotSameSize: "The item list and the NPC list are not equal in size!"
|
||||
stageEditorNPCKillsNotSameSize: "The NPC IDs list and the kill amounts list are not the same size!"
|
||||
stageEditorAllListsNotSameSize: "All of your lists are not the same size!"
|
||||
stageEditorMobTypesNotSameSize: "The mob types list and the mob amounts list are not the same size!"
|
||||
stageEditorTameMobsNotSameSize: "The mob types list and the tame amounts list are not the same size!"
|
||||
stageEditorShearNotSameSize: "The sheep colors list and the shear amounts list are not the same size!"
|
||||
stageEditorMustSetPasswordDisplays: "You must add at least one password display first!"
|
||||
stageEditorAddPasswordCleared: "Password Objectives cleared."
|
||||
stageEditorPasswordNotSameSize: "The password display and password phrase lists are not the same size!"
|
||||
stageEditorListContainsDuplicates: " List contains duplicates!"
|
||||
stageEditorDelayCleared: "Delay cleared."
|
||||
stageEditorDelayMessageCleared: "Delay message cleared."
|
||||
stageEditorDenizenCleared: "Denizen script cleared."
|
||||
stageEditorBreakBlocksCleared: "Break blocks objective cleared."
|
||||
stageEditorDamageBlocksCleared: "Damage blocks objective cleared."
|
||||
stageEditorPlaceBlocksCleared: "Place blocks objective cleared."
|
||||
stageEditorUseBlocksCleared: "Use blocks objective cleared."
|
||||
stageEditorCutBlocksCleared: "Cut blocks objective cleared."
|
||||
stageEditorEnchantmentsCleared: "Enchantment objective cleared."
|
||||
stageEditorDeliveriesCleared: "Delivery objective cleared."
|
||||
stageEditorReachLocationsCleared: "Reach Locations objective cleared."
|
||||
stageEditorKillNPCsCleared: "Kill NPCs objective cleared."
|
||||
stageEditorKillMobsCleared: "Kill Mobs objective cleared."
|
||||
stageEditorTameCleared: "Tame Mobs objective cleared."
|
||||
stageEditorShearCleared: "Shear Sheep objective cleared."
|
||||
stageEditorStartMessageCleared: "Start message cleared."
|
||||
stageEditorCompleteMessageCleared: "Complete message cleared."
|
||||
stageEditorConfirmStageDelete: "Are you sure you want to delete this stage?"
|
||||
stageEditorConfirmStageNote: "Any Stages after will be shifted back one spot"
|
||||
stageEditorDeleteSucces: "Stage deleted successfully."
|
||||
stageEditorEnchantments: "Enchantments"
|
||||
stageEditorNPCNote: 'Note: You may specify the name of the NPC with <npc>'
|
||||
stageEditorOptional: "Optional"
|
||||
stageEditorColors: "Sheep Colors"
|
||||
allListsNotSameSize: "All of your lists are not the same size!"
|
||||
eventEditorCreate: "Create new Event"
|
||||
eventEditorEdit: "Edit an Event"
|
||||
eventEditorDelete: "Delete an Event"
|
||||
eventEditorCreatePermisssions: "You do not have permission to create new Events."
|
||||
eventEditorEditPermisssions: "You do not have permission to edit Events."
|
||||
eventEditorDeletePermisssions: "You do not have permission to delete Events."
|
||||
eventEditorNoneToEdit: "No Events currently exist to be edited!"
|
||||
eventEditorNoneToDelete: "No Events currently exist to be deleted!"
|
||||
eventEditorNotFound: "Event not found!"
|
||||
eventEditorExists: "Event already exists!"
|
||||
eventEditorSomeone: "Someone is already creating or editing an Event with that name!"
|
||||
eventEditorAlpha: "Name must be alphanumeric!"
|
||||
eventEditorErrorReadingFile: "Error reading Events file."
|
||||
eventEditorErrorSaving: "An error occurred while saving."
|
||||
eventEditorDeleted: "Event deleted, Quests and Events reloaded."
|
||||
eventEditorSaved: "Event saved, Quests and Events reloaded."
|
||||
eventEditorEnterEventName: "Enter an Event name, or 'cancel' to return."
|
||||
eventEditorDeletePrompt: "Are you sure you want to delete the Event"
|
||||
eventEditorQuitWithoutSaving: "Are you sure you want to quit without saving?"
|
||||
eventEditorFinishAndSave: "Are you sure you want to finish and save the Event"
|
||||
eventEditorModifiedNote: 'Note: You have modified an Event that the following Quests use:'
|
||||
eventEditorForcedToQuit: "If you save the Event, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||
eventEditorEventInUse: "The following Quests use the Event"
|
||||
eventEditorMustModifyQuests: "eventEditorNotFound"
|
||||
eventEditorListSizeMismatch: "The lists are not the same size!"
|
||||
eventEditorListDuplicates: "List contains duplicates!"
|
||||
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||
eventEditorInvalidEntry: "Invalid entry"
|
||||
eventEditorSetName: "Set name"
|
||||
eventEditorSetMessage: "Set message"
|
||||
eventEditorClearInv: "Clear player 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: "Set potion effects"
|
||||
eventEditorSetHunger: "Set player hunger level"
|
||||
eventEditorSetSaturation: "Set player saturation level"
|
||||
eventEditorSetHealth: "Set player health level"
|
||||
eventEditorEnterTimerSeconds: "Set number of seconds left before the quest fails (use cancel-timer event to cancel timers)"
|
||||
eventEditorSetTimer: "Set time to fail quest"
|
||||
eventEditorCancelTimer: "Cancel the quest timer"
|
||||
eventEditorSetTeleport: "Set player teleport location"
|
||||
eventEditorSetCommands: "Set commands to execute"
|
||||
eventEditorItems: "Event Items"
|
||||
eventEditorSetItems: "Give items"
|
||||
eventEditorItemsCleared: "Event items cleared."
|
||||
eventEditorAddItem: "Add item"
|
||||
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!"
|
||||
eventEditorNotGreaterThanZero: "is not greater than 0!"
|
||||
eventEditorNotANumber: "is not a number!"
|
||||
eventEditorStorm: "Event 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, or enter 'cancel' to return"
|
||||
eventEditorEnterDuration: "Enter duration (in seconds)"
|
||||
eventEditorAtLeastOneSecond: "Amount must be at least 1 second!"
|
||||
eventEditorNotGreaterThanOneSecond: "is not greater than 1 second!"
|
||||
eventEditorThunder: "Event Thunder"
|
||||
eventEditorMustSetThunderDuration: "You must set a thunder duration!"
|
||||
eventEditorThunderCleared: "Thunder data cleared."
|
||||
eventEditorEnterThunderWorld: "Enter a world name for the thunder to occur in, or enter 'cancel' to return"
|
||||
eventEditorEffects: "Event Effects"
|
||||
eventEditorAddEffect: "Add effect"
|
||||
eventEditorAddEffectLocation: "Add effect location"
|
||||
eventEditorNoEffects: "No effects set"
|
||||
eventEditorMustAddEffects: "You must add effects first!"
|
||||
eventEditorInvalidEffect: "is not a valid effect name!"
|
||||
eventEditorEffectsCleared: "Event effects cleared."
|
||||
eventEditorEffectLocationPrompt: "Right-click on a block to play an effect at, then enter 'add' to add it to the list, or enter 'cancel' to return"
|
||||
eventEditorMobSpawns: "Event Mob Spawns"
|
||||
eventEditorAddMobTypes: "Add mob"
|
||||
eventEditorNoTypesSet: "(No type set)"
|
||||
eventEditorMustSetMobTypesFirst: "You must set the mob type first!"
|
||||
eventEditorSetMobAmounts: "Set mob amount"
|
||||
eventEditorNoAmountsSet: "(No amounts set)"
|
||||
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"
|
||||
eventEditorSetMobSpawnLoc: "Right-click on a block to spawn a mob at, then enter 'add' to the confirm it, or enter 'cancel' to return"
|
||||
eventEditorSetMobSpawnAmount: "Set the amount of mobs to spawn"
|
||||
eventEditorSetDropChance: "Set the drop chance"
|
||||
eventEditorInvalidDropChance: "Drop chance has to be between 0.0 and 1.0"
|
||||
eventEditorLightningPrompt: "Right-click on a block to spawn a lightning strike at, then enter 'add' to add it to the list, or enter 'clear' to clear the locations list, or 'cancel' to return"
|
||||
eventEditorPotionEffects: "Event 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!"
|
||||
eventEditorNoDurationsSet: "(No durations set)"
|
||||
eventEditorSetPotionMagnitudes: "Set potion effect magnitudes"
|
||||
eventEditorPotionsCleared: "Potion effects cleared."
|
||||
eventEditorInvalidPotionType: "is not a valid potion effect type!"
|
||||
eventEditorEnterNPCId: "Enter NPC ID (or -1 to return)"
|
||||
eventEditorNoNPCExists: "No NPC exists with that id!"
|
||||
eventEditorExplosionPrompt: "Right-click on a block to spawn an explosion at, then enter 'add' to add it to the list, or enter 'clear' to clear the explosions list, or 'cancel' to return"
|
||||
eventEditorSelectBlockFirst: "You must select a block first."
|
||||
eventEditorSetMessagePrompt: "Enter message, or enter 'none' to delete, (or 'cancel' to return)"
|
||||
eventEditorSetItemNamesPrompt: "Enter item names separating each one by a space, or enter 'cancel' to return."
|
||||
eventEditorSetItemAmountsPrompt: "Enter item amounts (numbers) separating each one by a space, or enter 'cancel' to return."
|
||||
eventEditorSetMobTypesPrompt: "Enter mob name, or enter 'cancel' to return"
|
||||
eventEditorSetMobAmountsPrompt: "Enter mob amount, or enter 'cancel' to return"
|
||||
eventEditorSetMobNamePrompt: "Set the name for this mob, or enter 'cancel' to return"
|
||||
eventEditorSetMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the mob spawn location list, or enter 'cancel' to return"
|
||||
eventEditorSetPotionEffectsPrompt: "Enter potion effect types separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetPotionDurationsPrompt: "Enter effect durations (in milliseconds) separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetHungerPrompt: "Enter hunger level, or -1 to remove it"
|
||||
eventEditorHungerLevelAtLeastZero: "Hunger level must be at least 0!"
|
||||
eventEditorSetSaturationPrompt: "Enter saturation level, or -1 to remove it"
|
||||
eventEditorSaturationLevelAtLeastZero: "Saturation level must be at least 0!"
|
||||
eventEditorSetHealthPrompt: "Enter health level, or -1 to remove it"
|
||||
eventEditorHealthLevelAtLeastZero: "Health level must be at least 0!"
|
||||
eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to, then enter 'done' to finish, or enter 'clear' to clear the teleport location, or 'cancel' to return"
|
||||
eventEditorCommandsNote: 'Note: You may use <player> to refer to the player''s name.'
|
||||
eventEditorSetCommandsPrompt: "Enter commands separating each one by a comma, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
reqSetMoney: "Set money requirement"
|
||||
reqSetQuestPoints: "Set Quest Points requirement"
|
||||
reqSetItem: "Set item requirements"
|
||||
reqSetPerms: "Set permission requirements"
|
||||
reqSetQuest: "Set Quest requirements"
|
||||
reqSetQuestBlocks: "Set Quest blocks"
|
||||
reqSetMcMMO: "Set mcMMO requirements"
|
||||
reqSetHeroes: "Set Heroes requirements"
|
||||
reqSetCustom: "Custom requirements"
|
||||
reqSetFail: "Set fail requirements message"
|
||||
reqSetSkills: "Set skills"
|
||||
reqSetSkillAmounts: "Set skill amounts"
|
||||
reqHeroesSetPrimary: "Set Primary Class"
|
||||
reqHeroesSetSecondary: "Set Secondary Class"
|
||||
reqMoneyPrompt: "Enter amount of <money>, or 0 to clear the money requirement, or -1 to cancel"
|
||||
reqQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point requirement, or -1 to cancel"
|
||||
reqQuestPrompt: "Enter a list of Quest names separating each one by a <comma>, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqRemoveItemsPrompt: "Enter a list of true/false values, separating each one by a space, or enter 'cancel' to return."
|
||||
reqPermissionsPrompt: "Enter permission requirements separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
reqCustomPrompt: "Enter the name of a custom requirement to add, or enter 'clear' to clear all custom requirements, or 'cancel' to return."
|
||||
reqMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqMcMMOAmountsPrompt: "Enter mcMMO skill amounts, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqHeroesPrimaryPrompt: "Enter a Heroes Primary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||
reqHeroesSecondaryPrompt: "Enter a Heroes Secondary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||
reqFailMessagePrompt: "Enter fail requirements message, or enter 'cancel' to return."
|
||||
reqAddItem: "Add item"
|
||||
reqSetRemoveItems: "Set remove items"
|
||||
reqNoItemsSet: "No items set"
|
||||
reqNoValuesSet: "No values set"
|
||||
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||
reqGreaterThanZero: "Amount must be greater than 0!"
|
||||
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||
reqItemCleared: "Item requirements cleared."
|
||||
reqListsNotSameSize: "The items list and remove items list are not the same size!"
|
||||
reqTrueFalseError: '<input> is not a true or false value!%br%Example: true false true true'
|
||||
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||
reqCustomNotFound: "Custom requirement module not found."
|
||||
reqCustomCleared: "Custom requirements cleared."
|
||||
reqMcMMOError: "<input> is not an mcMMO skill name!"
|
||||
reqMcMMOCleared: "mcMMO skill requirements cleared."
|
||||
reqMcMMOAmountsCleared: "mcMMO 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!"
|
||||
reqNone: "No requirements set"
|
||||
reqNotANumber: "<input> is not a number!"
|
||||
reqMustAddItem: "You must add at least one item first!"
|
||||
reqNoMessage: "You must set a fail requirements message!"
|
||||
reqNoMcMMO: "mcMMO not installed"
|
||||
reqNoHeroes: "Heroes not installed"
|
||||
rewSetMoney: "Set money reward"
|
||||
rewSetQuestPoints: "Set Quest Points reward"
|
||||
rewSetItems: "Set item rewards"
|
||||
rewSetExperience: "Set experience reward"
|
||||
rewSetCommands: "Set command rewards"
|
||||
rewSetPermission: "Set permission rewards"
|
||||
rewSetMcMMO: "Set mcMMO 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>, or 0 to clear the money reward, or -1 to cancel"
|
||||
rewExperiencePrompt: "Enter amount of experience, or 0 to clear the experience reward, or -1 to cancel"
|
||||
rewCommandPrompt: "Enter command rewards separating each one by a <comma>, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
rewCommandPromptHint: 'Note: You may put <player> to specify the player who completed the Quest. e.g. smite <player>'
|
||||
rewPermissionsPrompt: "Enter permission rewards separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
rewQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point reward, or -1 to cancel"
|
||||
rewMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'cancel' to return."
|
||||
rewMcMMOPromptHint: 'Note: Typing ''All'' will give levels to all skills.'
|
||||
rewHeroesClassesPrompt: "Enter Heroes classes separating each one by a space, or enter 'cancel' to return."
|
||||
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed) separating each one by a space, or enter 'cancel' to return."
|
||||
rewPhatLootsPrompt: "Enter PhatLoots separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
rewCustomRewardPrompt: "Enter the name of a custom reward to add, or enter 'clear' to clear all custom rewards, or 'cancel' to return."
|
||||
rewItemsCleared: "Item rewards cleared."
|
||||
rewNoMcMMOSkills: "No skills set"
|
||||
rewNoHeroesClasses: "No classes set"
|
||||
rewSetMcMMOSkillsFirst: "You must set skills first!"
|
||||
rewMcMMOCleared: "mcMMO rewards cleared."
|
||||
rewMcMMOListsNotSameSize: "The skills list and skill amounts list are not the same size!"
|
||||
rewSetHeroesClassesFirst: "You must set classes first!"
|
||||
rewHeroesCleared: "Heroes rewards cleared."
|
||||
rewHeroesListsNotSameSize: "The classes list and experience amounts list are not the same size!"
|
||||
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."
|
||||
rewNoPhat: "PhatLoots not installed"
|
||||
itemCreateLoadHand: "Load item in hand"
|
||||
itemCreateSetName: "Set name"
|
||||
itemCreateSetAmount: "Set amount"
|
||||
itemCreateSetDurab: "Set durability"
|
||||
itemCreateSetEnchs: "Add/clear enchantments"
|
||||
itemCreateSetDisplay: "Set display name"
|
||||
itemCreateSetLore: "Set lore"
|
||||
itemCreateEnterName: "Enter an item name, or 'cancel' to return."
|
||||
itemCreateEnterAmount: "Enter item amount (max. 64), or 'cancel' to return."
|
||||
itemCreateEnterDurab: "Enter item durability, or 'clear' to clear the data, or 'cancel' to return."
|
||||
itemCreateEnterEnch: "Enter an enchantment name, or 'clear' to clear the enchantments, or 'cancel' to return."
|
||||
itemCreateEnterLevel: "Enter a level (number) for <enchantment>"
|
||||
itemCreateEnterDisplay: "Enter item display name, or 'clear' to clear the display name, or 'cancel' to return."
|
||||
itemCreateEnterLore: "Enter item lore, separating each line by a semi-colon ; or 'clear' to clear the lore, or 'cancel' to return."
|
||||
itemCreateLoaded: "Item loaded."
|
||||
itemCreateNoItem: "No item in hand!"
|
||||
itemCreateNoName: "You must set a name first!"
|
||||
itemCreateInvalidName: "Invalid item name!"
|
||||
itemCreateInvalidAmount: "Amount must be between 1-64!"
|
||||
itemCreateInvalidDurab: "Invalid item durability!"
|
||||
itemCreateInvalidEnch: "Invalid enchantment name!"
|
||||
itemCreateInvalidLevel: "Level must be greater than 0!"
|
||||
itemCreateInvalidInput: "Invalid input!"
|
||||
itemCreateNotNumber: "Input was not a number!"
|
||||
itemCreateNoNameAmount: "You must set a name and amount first!"
|
||||
itemCreateCriticalError: "A critical error has occurred."
|
||||
questTitle: "-- <quest> --"
|
||||
questObjectivesTitle: "---(<quest>)---"
|
||||
questCompleteTitle: '**QUEST COMPLETE: <quest>**'
|
||||
questRewardsTitle: "Rewards:"
|
||||
journalTitle: "Quest Journal"
|
||||
questsTitle: "- Quests -"
|
||||
questHelpTitle: "- Quests -"
|
||||
questListTitle: "- Quests -"
|
||||
questNPCListTitle: "- Quests | <npc> -"
|
||||
questAdminHelpTitle: "- Questadmin -"
|
||||
questEditorTitle: "- Quest Editor -"
|
||||
eventEditorTitle: "- Event Editor - "
|
||||
questCreateTitle: "- Create Quest -"
|
||||
questEditTitle: "- Edit Quest -"
|
||||
questDeleteTitle: "- Delete Quest -"
|
||||
requirementsTitle: "- <quest> | Requirements -"
|
||||
rewardsTitle: "- <quest> | Rewards -"
|
||||
itemRequirementsTitle: "- Item Requirements -"
|
||||
itemRewardsTitle: "- Item Rewards -"
|
||||
mcMMORequirementsTitle: "- mcMMO Requirements -"
|
||||
mcMMORewardsTitle: "- mcMMO 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: "- Event -"
|
||||
completedQuestsTitle: "- Completed Quests -"
|
||||
topQuestersTitle: "- Top <number> Questers -"
|
||||
createItemTitle: "- Create Item -"
|
||||
enchantmentsTitle: "- Enchantments -"
|
||||
questGUITitle: "- GUI Item Display -"
|
||||
questRegionTitle: "- Quest Region -"
|
||||
eventEditorGiveItemsTitle: "- Give Items -"
|
||||
eventEditorEffectsTitle: "- Effects -"
|
||||
eventEditorStormTitle: "- Event Storm -"
|
||||
eventEditorThunderTitle: "- Event Thunder -"
|
||||
eventEditorMobSpawnsTitle: "- Event Mob Spawns -"
|
||||
eventEditorMobsTitle: "- Mobs -"
|
||||
eventEditorAddMobTypesTitle: "- Add Mob -"
|
||||
eventEditorPotionEffectsTitle: "- Event Potion Effects -"
|
||||
eventEditorPotionTypesTitle: "- Event Potion Types -"
|
||||
eventEditorWorldsTitle: "- Worlds -"
|
||||
effBlazeShoot: "Sound of a Blaze firing"
|
||||
effBowFire: "Sound of a bow firing"
|
||||
effClick1: "A click sound"
|
||||
effClick2: "A different click sound"
|
||||
effDoorToggle: "Sound of a door opening or closing"
|
||||
effExtinguish: "Sound of fire being extinguished"
|
||||
effGhastShoot: "Sound of a Ghast firing"
|
||||
effGhastShriek: "Sound of a Ghast shrieking"
|
||||
effZombieWood: "Sound of a Zombie chewing an iron door"
|
||||
effZombieIron: "Sound of a Zombie chewing a wooden door"
|
||||
effEnterName: "Enter an effect name to add it to the list, or enter 'cancel' to return"
|
||||
cmdCancel: "cancel"
|
||||
cmdAdd: "add"
|
||||
cmdClear: "clear"
|
||||
cmdNone: "none"
|
||||
cmdDone: "done"
|
||||
acceptQuest: "Accept Quest?"
|
||||
enterAnOption: "Enter an option"
|
||||
questAccepted: 'Quest accepted: <quest>'
|
||||
currentQuest: "Current Quests:"
|
||||
noMoreQuest: "No more quests available."
|
||||
damage: "Damage"
|
||||
break: "Break"
|
||||
place: "Place"
|
||||
use: "Use"
|
||||
cut: "Cut"
|
||||
catchFish: "Catch Fish"
|
||||
enchantItem: "Enchant <item> with <enchantment>"
|
||||
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."
|
||||
invalidSelection: "Invalid selection!"
|
||||
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'"
|
||||
questPointsDisplay: "Quest points:"
|
||||
questNoDrop: "You may not drop Quest items."
|
||||
questNoBrew: "You may not brew Quest items."
|
||||
questNoStore: "You may not store Quest items."
|
||||
questNoCraft: "You may not craft Quest items."
|
||||
questNoEquip: "You may not equip Quest items."
|
||||
questNoDispense: "You may not put Quest items in dispensers."
|
||||
questNoEnchant: "You may not enchant Quest items."
|
||||
questNoSmelt: "You may not smelt using Quest items."
|
||||
questInfoNoPerms: "You do not have permission to view a Quest's information."
|
||||
questCmdNoPerms: "You do not have access to that command."
|
||||
pageSelectionNum: "Page selection must be a number."
|
||||
pageSelectionPosNum: "Page selection must be a positive number."
|
||||
questListNoPerms: "You do not have permission to view the Quests list."
|
||||
questTakeNoPerms: "You do not have permission to take Quests via commands."
|
||||
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||
questQuit: "You have quit <quest>"
|
||||
questQuitNoPerms: "You do not have permission to quit Quests."
|
||||
questQuitDisabled: "Quitting Quests has been disabled."
|
||||
questEditorNoPerms: "You do not have permission to use the Quests Editor."
|
||||
eventEditorNoPerms: "You do not have permission to use the Events Editor."
|
||||
questsUnknownCommand: "Unknown Quests command. Type /quests for help."
|
||||
pageNotExist: "Page does not exist."
|
||||
pageFooter: "- Page <current> of <all> -"
|
||||
questsReloaded: "Quests 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>."
|
||||
questPurged: "<player> has been purged and blacklisted."
|
||||
questReset: "<player> has been reset."
|
||||
questRemoved: "Quest <quest> has been removed from player <player>'s completed Quests."
|
||||
settingAllQuestPoints: "Setting all players' Quest Points..."
|
||||
allQuestPointsSet: "All players' Quest Points have been set to <number>!"
|
||||
setQuestPoints: "<player>'s Quest Points have been set to <number>."
|
||||
questPointsSet: "<player> has set your Quest Points to <number>."
|
||||
takeQuestPoints: "Took away <number> Quest Points from <player>."
|
||||
questPointsTaken: "<player> took away <number> Quest Points."
|
||||
giveQuestPoints: "Gave <number> Quest Points from <player>."
|
||||
questPointsGiven: "<player> gave you <number> Quest Points."
|
||||
enableNPCGUI: "<npc> will now provide a GUI Quest Display."
|
||||
disableNPCGUI: "<npc> will no longer provide a GUI Quest Display."
|
||||
invalidNumber: "Invalid number."
|
||||
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||
playerNotFound: "Player not found."
|
||||
invalidStageNum: "Invalid stage number for Quest <quest>"
|
||||
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||
errorReading: "Error reading <file>, skipping.."
|
||||
errorReadingSuppress: "Error reading <file>, suppressing further errors."
|
||||
errorDataFolder: 'Error: Unable to read Quests data folder!'
|
||||
questsPlayerHasQuestAlready: "<player> is already on the Quest <quest>!"
|
||||
questsUnknownAdminCommand: "Unknown Questsadmin command. Type /questsadmin for help."
|
||||
unknownError: "An unknown error occurred. See console output."
|
||||
journalTaken: "You take out your Quest Journal."
|
||||
journalPutAway: "You put away your Quest Journal."
|
||||
journalAlreadyHave: "You already have your Quest Journal out."
|
||||
journalNoRoom: "You have no room in your inventory for your Quest Journal!"
|
||||
journalNoQuests: "You have no accepted quests!"
|
||||
journalDenied: "You cannot do that with your Quest Journal."
|
||||
ENCHANTMENT_ARROW_DAMAGE: "Power"
|
||||
ENCHANTMENT_ARROW_FIRE: "Flame"
|
||||
ENCHANTMENT_ARROW_INFINITE: "Infinity"
|
||||
ENCHANTMENT_ARROW_KNOCKBACK: "Punch"
|
||||
ENCHANTMENT_BINDING_CURSE: "BindingCurse"
|
||||
ENCHANTMENT_DAMAGE_ALL: "Sharpness"
|
||||
ENCHANTMENT_DAMAGE_ARTHROPODS: "BaneOfArthropods"
|
||||
ENCHANTMENT_DEPTH_STRIDER: "DepthStrider"
|
||||
ENCHANTMENT_DAMAGE_UNDEAD: "Smite"
|
||||
ENCHANTMENT_DIG_SPEED: "Efficiency"
|
||||
ENCHANTMENT_DURABILITY: "Unbreaking"
|
||||
ENCHANTMENT_FIRE_ASPECT: "FireAspect"
|
||||
ENCHANTMENT_FROST_WALKER: "FrostWalker"
|
||||
ENCHANTMENT_KNOCKBACK: "Knockback"
|
||||
ENCHANTMENT_LOOT_BONUS_BLOCKS: "Fortune"
|
||||
ENCHANTMENT_LOOT_BONUS_MOBS: "Looting"
|
||||
ENCHANTMENT_LUCK: "LuckOfTheSea"
|
||||
ENCHANTMENT_LURE: "Lure"
|
||||
ENCHANTMENT_MENDING: "Mending"
|
||||
ENCHANTMENT_OXYGEN: "Respiration"
|
||||
ENCHANTMENT_PROTECTION_ENVIRONMENTAL: "Protection"
|
||||
ENCHANTMENT_PROTECTION_EXPLOSIONS: "BlastProtection"
|
||||
ENCHANTMENT_PROTECTION_FALL: "FeatherFalling"
|
||||
ENCHANTMENT_PROTECTION_FIRE: "FireProtection"
|
||||
ENCHANTMENT_PROTECTION_PROJECTILE: "ProjectileProtection"
|
||||
ENCHANTMENT_SILK_TOUCH: "SilkTouch"
|
||||
ENCHANTMENT_SWEEPING: "Sweeping"
|
||||
ENCHANTMENT_THORNS: "Thorns"
|
||||
ENCHANTMENT_VANISHING_CURSE: "VanishingCurse"
|
||||
ENCHANTMENT_WATER_WORKER: "AquaAffinity"
|
||||
COLOR_BLACK: "Black"
|
||||
COLOR_BLUE: "Blue"
|
||||
COLOR_BROWN: "Brown"
|
||||
COLOR_CYAN: "Cyan"
|
||||
COLOR_GRAY: "Gray"
|
||||
COLOR_GREEN: "Green"
|
||||
COLOR_LIGHT_BLUE: "LightBlue"
|
||||
COLOR_LIME: "Lime"
|
||||
COLOR_MAGENTA: "Magenta"
|
||||
COLOR_ORANGE: "Orange"
|
||||
COLOR_PINK: "Pink"
|
||||
COLOR_PURPLE: "Purple"
|
||||
COLOR_RED: "Red"
|
||||
COLOR_SILVER: "Silver"
|
||||
COLOR_WHITE: "White"
|
||||
COLOR_YELLOW: "Yellow"
|
||||
timeDay: "Day"
|
||||
timeDays: "Days"
|
||||
timeHour: "Hour"
|
||||
timeHours: "Hours"
|
||||
timeMinute: "Minute"
|
||||
timeMinutes: "Minutes"
|
||||
timeSecond: "Second"
|
||||
timeSeconds: "Seconds"
|
||||
timeMillisecond: "Millisecond"
|
||||
timeMilliseconds: "Milliseconds"
|
||||
event: "Event"
|
||||
delay: "Delay"
|
||||
save: "Save"
|
||||
exit: "Exit"
|
||||
exited: "Exited"
|
||||
cancel: "Cancel"
|
||||
cancelled: "Cancelled"
|
||||
questTimeout: "Cancelled."
|
||||
back: "Back"
|
||||
yesWord: "Yes"
|
||||
noWord: "No"
|
||||
"true": "true"
|
||||
"false": "false"
|
||||
clear: "Clear"
|
||||
edit: "Edit"
|
||||
none: "None"
|
||||
done: "Done"
|
||||
comma: "comma"
|
||||
finish: "Finish"
|
||||
quit: "Quit"
|
||||
noneSet: "None set"
|
||||
noDelaySet: "No delay set"
|
||||
noIdsSet: "No IDs set"
|
||||
noNamesSet: "No names set"
|
||||
worlds: "Worlds"
|
||||
mobs: "Mobs"
|
||||
points: "points"
|
||||
invalidOption: "Invalid option!"
|
||||
npcHint: 'Note: You can left or right click on NPC''s to get their ID.'
|
||||
listDuplicate: "List contains duplicates!"
|
||||
id: "ID"
|
||||
quest: "Quest"
|
||||
quests: "Quests"
|
||||
createdBy: "Created by"
|
||||
continuedBy: "and continued by"
|
||||
questPoints: "Quest Points"
|
||||
accepted: "Accepted"
|
||||
complete: "Complete"
|
||||
redoable: "Redoable"
|
||||
usage: "Usage"
|
||||
redoableEvery: "Redoable every <time>."
|
||||
requirements: "Requirements"
|
||||
money: "Money"
|
||||
with: "With"
|
||||
to: "to"
|
||||
blocksWithin: "within <amount> blocks of"
|
||||
valRequired: "Value required"
|
||||
enchantedItem: "*Enchanted*"
|
||||
experience: "Experience"
|
||||
timerMessage: '<green>Time left to finish the quest/stage: <red>%s seconds'
|
||||
timerStart: "<green>You have <red>%s seconds <green>to finish this quest/stage"
|
||||
questErrorReadingFile: "Error reading Quests file."
|
||||
questSaveError: "An error occurred while saving."
|
||||
questBlacklisted: "You are blacklisted. Contact an admin if this is in error."
|
858
src/main/resources/lang/pl/strings.yml
Normal file
858
src/main/resources/lang/pl/strings.yml
Normal file
@ -0,0 +1,858 @@
|
||||
---
|
||||
questFailed: "*ZADANIE NIEUDANE*"
|
||||
questMaxAllowed: "Maksymalna ilość rozpoczętych zadań to <number>."
|
||||
questAlreadyOn: "Już wybrano te zadanie!"
|
||||
questTooEarly: "Zadanie <quest> może zostać wybrane za <time>."
|
||||
questAlreadyCompleted: "Zadanie o nazwie <quest> zostało już wykonane."
|
||||
questInvalidLocation: "Nie możesz rozpocząć zadania o nazwie <quest> w tym miejscu."
|
||||
questInvalidDeliveryItem: "Przedmiot <item> nie jest wymagany do ukończenia tego zadania!"
|
||||
questSelectedLocation: "Wybrana lokalizacja"
|
||||
questDisplayHelp: "- Wyświetla pomoc"
|
||||
COMMAND_LIST: "list"
|
||||
COMMAND_LIST_HELP: "list [strona] - Wyświetla listę dostępnych zadań"
|
||||
COMMAND_TAKE: "take"
|
||||
COMMAND_TAKE_HELP: "take [zadanie] - Rozpoczyna zadanie"
|
||||
COMMAND_TAKE_USAGE: 'Użycie: /quests take [zadanie]'
|
||||
COMMAND_QUIT: "quit"
|
||||
COMMAND_QUIT_HELP: "quit [zadanie] - Przerywa wybrane zadanie"
|
||||
COMMAND_EDITOR: "editor"
|
||||
COMMAND_EDITOR_HELP: "editor - Tworzy/Edytuje zadanie"
|
||||
COMMAND_EVENTS_EDITOR: "events"
|
||||
COMMAND_EVENTS_EDITOR_HELP: "events - Tworzy/Edytuje akcje"
|
||||
COMMAND_STATS: "stats"
|
||||
COMMAND_STATS_HELP: "stats - Wyświetla statystyki zadań"
|
||||
COMMAND_TOP: "top"
|
||||
COMMAND_TOP_HELP: "top [liczba] - Wyświetla ranking zadań"
|
||||
COMMAND_TOP_USAGE: Użycie /quests top [liczba]
|
||||
COMMAND_INFO: "info"
|
||||
COMMAND_INFO_HELP: "info - Wyświetla informacje o pluginie"
|
||||
COMMAND_JOURNAL: "journal"
|
||||
COMMAND_JOURNAL_HELP: "dziennik - Zobacz/Odłóż swój Dziennik Zadań"
|
||||
COMMAND_QUEST_HELP: "- Wyświetl bieżące cele Zadań"
|
||||
COMMAND_QUESTINFO_HELP: "[nazwa zadania] - Wyświetl Informację o Zadaniu"
|
||||
COMMAND_QUESTADMIN_HELP: "- zobacz pomoc Questadmina"
|
||||
COMMAND_QUESTADMIN_STATS: "statystyki"
|
||||
COMMAND_QUESTADMIN_STATS_HELP: "Statystyki [player] - widok Questing statystyki gracza"
|
||||
COMMAND_QUESTADMIN_GIVE: "daj"
|
||||
COMMAND_QUESTADMIN_GIVE_HELP: "daj [player][quest] - Ulepsz gracza aby zrobić zadanie"
|
||||
COMMAND_QUESTADMIN_QUIT: "wyjście"
|
||||
COMMAND_QUESTADMIN_QUIT_HELP: "wyjdź [player] [quest] - Zmuś gracza do opuszczenia ich zadania"
|
||||
COMMAND_QUESTADMIN_POINTS: "punkty"
|
||||
COMMAND_QUESTADMIN_POINTS_HELP: "punkty [player] [amount] - Ustaw punkty Misji gracza"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS: "punkty odbioru"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "punkty odbioru [player][amount] Weź quest punkty gracza"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "govepoints [player][amount] Daj quest punkty gracza"
|
||||
COMMAND_QUESTADMIN_POINTSALL: "pointsall"
|
||||
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] Ustaw Wszystkie punkty zadań gracza"
|
||||
COMMAND_QUESTADMIN_FINISH: "Zakończ"
|
||||
COMMAND_QUESTADMIN_FINISH_HELP: "Zakończ [player][quest] Natychmast ukończ zadanie siły dla gracza"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE: "kolejny etap"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "kolejny etap [player][quest] Natychmiast skończ etap siły dla gracza"
|
||||
COMMAND_QUESTADMIN_SETSTAGE: "Ekwipunek do etapu"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_HELP: "Ekwipunek do etapu [player][quest][stage] Zmień obecny ekwipunek gracza"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Używane: /questadmin setstage [player][quest][stage]'
|
||||
COMMAND_QUESTADMIN_PURGE: "oczyść"
|
||||
COMMAND_QUESTADMIN_PURGE_HELP: "oczyść [player] - Usuń wszystkie dane gracza z zadania i umieść je na czarnej liście"
|
||||
COMMAND_QUESTADMIN_RESET: "reset"
|
||||
COMMAND_QUESTADMIN_RESET_HELP: "reset [player] - Usuń wszystkie dane z zadań gracza"
|
||||
COMMAND_QUESTADMIN_REMOVE: "Usuń"
|
||||
COMMAND_QUESTADMIN_REMOVE_HELP: "usuń [player][quest] - Usuń ukończone zadania"
|
||||
COMMAND_QUESTADMIN_TOGGLEGUI: "przełącz gui"
|
||||
COMMAND_QUESTADMIN_TOGGLEGUI_HELP: "przełącz gui [npc id] - przełącz zadanie GUI pokazane na NPC"
|
||||
COMMAND_QUESTADMIN_RELOAD: "załaduj ponownie"
|
||||
COMMAND_QUESTADMIN_RELOAD_HELP: "załaduj ponownie - załaduj ponowie wszystkie zadania"
|
||||
questEditorHeader: "utwórz zadanie"
|
||||
questEditorCreate: "utwórz nowe zadanie"
|
||||
questEditorEdit: "edytuj zadanie"
|
||||
questEditorDelete: "usuń zadanie"
|
||||
questEditorName: "zmień nazwe"
|
||||
questEditorAskMessage: "zmień pytanie wiadomości"
|
||||
questEditorFinishMessage: "ustaw koniec wiadomości"
|
||||
questEditorRedoDelay: "ustaw przerobione opóźnienie"
|
||||
questEditorNPCStart: "Ustaw start NPC"
|
||||
questEditorBlockStart: "ustaw blok startowy"
|
||||
questEditorInitialEvent: "ustaw inicjały eventu"
|
||||
questEditorSetGUI: "ustaw GUI wyświetlany item"
|
||||
questEditorReqs: "edytuj wymagania"
|
||||
questEditorStages: "edytuj etapy"
|
||||
questEditorRews: "Edytuj nagrody"
|
||||
questEditorEnterQuestName: "wprowadź nazwę zadania ( lub ‚cancel’ aby wrócić)"
|
||||
questEditorEditEnterQuestName: "wprowadź nazwe zadania aby edytować (lub ‚cancel’ aby wrócić)"
|
||||
questEditorEnterAskMessage: "wprowadź wiadomość zapytanie ( lub ‚cancel’ aby wrócić)"
|
||||
questEditorEnterFinishMessage: "Wprowadź nazwę wiadomości (lub 'cancel' aby wrócić)"
|
||||
questEditorEnterRedoDelay: "Wprowadź ilość czasu (w sekundach), 0 aby usunąć opóźnienie, lub -1, aby anulować"
|
||||
questEditorEnterNPCStart: "Wprowadź NPC ID, -1 aby anulować start NPC, lub -2 aby anulować"
|
||||
questEditorEnterBlockStart: "Kliknij prawym przyciskiem myszy jako punkt początkowy, a następnie wprowadź 'done' aby zapisać, lub wprowadź 'clear' aby wyczyścić punkt początkowy bloku, lub 'cancel' aby powrócić"
|
||||
questEditorEnterInitialEvent: "Wprowadź nazwę wydarzenia, lub wprowadź 'clear' aby wyczyścić wydarzenie, lub 'cancel' aby powrócić"
|
||||
questRequiredNoneSet: "Wymagane, brak zestawu"
|
||||
questWGSetRegion: "Ustaw Region"
|
||||
questWGNotInstalled: "WorldGuard nie zainstalowany"
|
||||
questWGPrompt: "Wejdź do regionu WorldGuard, lub wpisz \"clear\" aby wyczyścić region, lub 'cancel' aby powrócić."
|
||||
questWGInvalidRegion: "<region> nie jest ważnym regionem WorldGuard!"
|
||||
questWGRegionCleared: "Region misji wyczyszczony."
|
||||
questCitNotInstalled: "Obywatele nie są zainstalowani"
|
||||
questDenNotInstalled: "Mieszkańcy nie są zainstalowani"
|
||||
questGUIError: 'Błąd: Ten przedmiot jest już używany jako wyświetlacz GUI dla misji <quest>.'
|
||||
questCurrentItem: "Aktualny przedmiot:"
|
||||
questSetItem: "Ustaw przedmiot"
|
||||
questClearItem: "Wyczyść przedmiot"
|
||||
questGUICleared: "Misja GUI pozycja wyświetlacza wyczyszczona."
|
||||
questDeleted: "Misja usunięta! Misje i wydarzenia zostały załadowane ponownie."
|
||||
questEditorNameExists: "Misja o podanej nazwie już istnieje!"
|
||||
questEditorBeingEdited: "Ktoś tworzy/edytuje misję o tej nazwie!"
|
||||
questEditorInvalidQuestName: "Nazwa nie może zawierać kropek ani przecinków!"
|
||||
questEditorInvalidEventName: "nie jest to poprawna nazwa wydarzenia!"
|
||||
questEditorInvalidNPC: "Nie istnieje NPC z takim ID!"
|
||||
questEditorNoStartBlockSelected: "Najpierw musisz wybrać blok."
|
||||
questEditorPositiveAmount: "Liczba musi być dodatnia."
|
||||
questEditorQuestAsRequirement1: "Następujące zadania mają"
|
||||
questEditorQuestAsRequirement2: "jako wymóg:"
|
||||
questEditorQuestAsRequirement3: "Musisz modyfikować te misje tak, aby nie użyły tego przed usunięciem."
|
||||
questEditorQuestNotFound: "Misja nie znaleziona!"
|
||||
questEditorEventCleared: "Inicjał wydarzenia wyczyszczony."
|
||||
questEditorSave: "Zakończ i zapisz"
|
||||
questEditorNeedAskMessage: "Musisz wpisać i zadać pytanie!"
|
||||
questEditorNeedFinishMessage: "Musisz wpisać wiadomość!"
|
||||
questEditorNeedStages: "Twoja misja nie ma etapów!"
|
||||
questEditorSaved: "Misja zapisana! (Będziesz potrzebował wykonać ponowne załadowanie misji, aby się pojawiła)"
|
||||
questEditorExited: "Jesteś pewny, że chcesz wyjść bez zapisywania?"
|
||||
questEditorDeleted: "Jesteś pewny, że chcesz usunąć tą misję"
|
||||
questEditorNoPermsCreate: "Nie masz uprawnień aby utworzyć misje."
|
||||
questEditorNoPermsEdit: "Nie masz uprawnień aby edytować misje."
|
||||
questEditorNoPermsDelete: "Nie masz uprawnień aby usuwać misje."
|
||||
stageEditorEditStage: "Edytuj Etap"
|
||||
stageEditorNewStage: "Dodaj nowy Etap"
|
||||
stageEditorStages: "etapy"
|
||||
stageEditorStage: "etap"
|
||||
stageEditorBreakBlocks: "zniszcz bloki"
|
||||
stageEditorDamageBlocks: "uszkodź bloki"
|
||||
stageEditorPlaceBlocks: "umieść bloki"
|
||||
stageEditorUseBlocks: "użyj bloków"
|
||||
stageEditorCutBlocks: "rozetnij bloki"
|
||||
stageEditorCatchFish: "złap rybę"
|
||||
stageEditorFish: "ryba"
|
||||
stageEditorKillPlayers: "zabij graczy"
|
||||
stageEditorPlayers: "gracze"
|
||||
stageEditorEnchantItems: "zaklnij przesmioty"
|
||||
stageEditorDeliverItems: "dostarcz przedmioty"
|
||||
stageEditorTalkToNPCs: "porozmawiaj z NPC"
|
||||
stageEditorKillNPCs: "zabij NPC"
|
||||
stageEditorKillMobs: "zabij potwory"
|
||||
stageEditorReachLocs: "dotrzyj do lokalizacji"
|
||||
stageEditorReachRadii1: "dotrzyj w ciągu"
|
||||
stageEditorReachRadii2: "bloki"
|
||||
stageEditorTameMobs: "poskrom potwory"
|
||||
stageEditorShearSheep: "obetnij owce"
|
||||
stageEditorEvents: "wydarzenia"
|
||||
stageEditorStageEvents: "etapowe wydarzenia"
|
||||
stageEditorStartEvent: "rozpocznij wydarzenie"
|
||||
stageEditorStartEventCleared: "start wydarzenia usunięty."
|
||||
stageEditorFinishEvent: "ukończ wydarzenie"
|
||||
stageEditorFinishEventCleared: "ukończenie wydarzenia usunięte."
|
||||
stageEditorChatEvents: "Czat wydarzenia"
|
||||
stageEditorChatTrigger: "Czat wyzwalacza"
|
||||
stageEditorTriggeredBy: "Wywołane przez"
|
||||
stageEditorChatEventsCleared: "Czat wydarzeń usunięty."
|
||||
stageEditorDeathEvent: "Wydarzenie śmierci"
|
||||
stageEditorDeathEventCleared: "wydarzenie śmierci usunięte."
|
||||
stageEditorDisconnectEvent: "rozłączone wydarzenie"
|
||||
stageEditorDisconnectEventCleared: "Rozłączone wydarzenie usunięte."
|
||||
stageEditorDelayMessage: "Opóźniona wiadomość"
|
||||
stageEditorDenizenScript: "mieszkaniec skryptu"
|
||||
stageEditorStartMessage: "rozpocznij wiadomość"
|
||||
stageEditorCompleteMessage: "uzupełnij wiadomość"
|
||||
stageEditorDelete: "usuń etap"
|
||||
stageEditorSetBlockNames: "ustaw nazwy bloków"
|
||||
stageEditorSetBlockAmounts: "ustaw cenę bloku"
|
||||
stageEditorSetBlockDurability: "ustaw trwałość bloku"
|
||||
stageEditorSetDamageAmounts: "ustaw kwotę uszkodzenia"
|
||||
stageEditorSetPlaceAmounts: "ustaw kwotę miejsca"
|
||||
stageEditorSetUseAmounts: "ustaw kwotę za używanie"
|
||||
stageEditorSetCutAmounts: "ustaw koszty cięcia"
|
||||
stageEditorSetKillAmounts: "ustaw kwotę zabójstwa"
|
||||
stageEditorSetEnchantAmounts: "ustaw koszty zaczarowania"
|
||||
stageEditorSetMobAmounts: "ustaw koszty potwora"
|
||||
stageEditorSetEnchantments: "Ustaw ulepszenia"
|
||||
stageEditorSetItemNames: "Ustaw nazwę przedmiotu"
|
||||
stageEditorSetKillIds: "Ustaw ID NPC"
|
||||
stageEditorSetMobTypes: "Ustaw typy potworów"
|
||||
stageEditorSetKillLocations: "Ustaw lokacje śmierci"
|
||||
stageEditorSetKillLocationRadii: "Ustaw zasięg lokacji śmierci"
|
||||
stageEditorSetKillLocationNames: "Ustaw nazwę lokacji śmierci"
|
||||
stageEditorSetLocations: "Ustaw lokalizacje"
|
||||
stageEditorSetLocationRadii: "Ustaw zasięg lokacji"
|
||||
stageEditorSetLocationNames: "Ustaw nazwę lokacji"
|
||||
stageEditorSetTameAmounts: "Ustaw wysokość oswojenia"
|
||||
stageEditorSetShearColors: "Ustaw kolor owcy"
|
||||
stageEditorSetShearAmounts: "Ustaw kwotę za ścinanie"
|
||||
stageEditorPassword: "Hasła Celów"
|
||||
stageEditorAddPasswordDisplay: "Dodaj wyświetlanie hasła"
|
||||
stageEditorAddPasswordPhrases: "Dodaj frazę(y) hasła"
|
||||
stageEditorNoPasswordDisplays: "Nie ustawiono wyświetlania hasła"
|
||||
stageObjectiveOverride: "Wyświetlanie celu nadpisane"
|
||||
stageEditorCustom: "Niestandardowe objekty"
|
||||
stageEditorNoModules: "Moduł nie został załadowany"
|
||||
stageEditorModuleNotFound: "Wzór niestandardowych celów nie znaleziony."
|
||||
stageEditorCustomPrompt: "Wprowadź nazwę niestandardowego celu aby go dodać, lub wpisz 'clear', aby wyczyścić wszystkie niestandardowe cele, lub 'cancel', aby wrócić."
|
||||
stageEditorCustomAlreadyAdded: "Ten niestandardowy cel został już dodany!"
|
||||
stageEditorCustomCleared: "Niestandardowe cele wyczyszczone."
|
||||
stageEditorCustomDataPrompt: "Wprowadź wartość dla <data>:"
|
||||
stageEditorEnterBlockNames: "Wpisz nazwę bloku (lub jego ID), oddzielając każdy spacją, lub wpisz 'cancel', aby powrócić."
|
||||
stageEditorBreakBlocksPrompt: "Wpisz liczbę zużycia (numery), oddzielając każdą spacją, lub wpisz 'cancel', aby powrócić."
|
||||
stageEditorDamageBlocksPrompt: "Wpisz liczbę obrażeń (numery), oddzielając każdy spacją, lub wpisz 'cancel', aby powrócić."
|
||||
stageEditorPlaceBlocksPrompt: "Wpisz liczbę miejsc (numery), oddzielając każdy spacją, lub wpisz 'cancel', aby powrócić."
|
||||
stageEditorUseBlocksPrompt: "Wpisz liczbę użyć (numery), oddzielając każdy spacją, lub wpisz 'cancel', aby powrócić."
|
||||
stageEditorCutBlocksPrompt: "Wprowadź liczbę cięć (numery), oddzielając każdy spacją, lub wpisz 'cancel', aby powrócić."
|
||||
stageEditorEnterBlockDurability: "Wpisz wytrzymałość bloku (numery), oddzielając każdy spacją, lub wpisz 'cancel', aby powrócić."
|
||||
stageEditorCatchFishPrompt: "Wpisz liczbę ryb do złapania, lub 0, aby wyczyścić cel w łowieniu ryb, lub -1, aby anulować"
|
||||
stageEditorKillPlayerPrompt: "Wpisz liczbę graczy do zabicia, lub 0 aby wyczyścić cel w zabijaniu graczy, lub -1, aby anulować"
|
||||
stageEditorEnchantTypePrompt: "Wpisz nazwy ulepszeń magicznych, oddzielając każdy przecinkiem, lub wpisz 'cancel', aby powrócić."
|
||||
stageEditorEnchantAmountsPrompt: "Wprowadź liczbę ulepszeń magicznych (numery), oddzielając każdy spacją, lub wpisz 'cancel', aby powrócić."
|
||||
stageEditorItemNamesPrompt: "Wprowadź nazwy przedmiotów, oddzielając każdy spacją, lub wpisz 'cancel', aby powrócić."
|
||||
stageEditorNPCPrompt: "Wprowadź ID NPC, oddzielając każdy spacją, lub wpisz 'cancel', aby powrócić."
|
||||
stageEditorNPCToTalkToPrompt: "Wprowadź ID NPC, oddzielając każdy spacją, lub wpisz 'clear', aby wyczyścić listę ID NPC, lub 'cancel', aby powrócić."
|
||||
stageEditorDeliveryMessagesPrompt: "Wprowadź komunikaty o dostarczeniu, oddzielając je średnikiem lub wpisz \"cancel\", aby wrócić."
|
||||
stageEditorKillNPCsPrompt: "Wprowadź liczbę zabójstw (numery), oddzielając każdy spacją, lub wpisz 'cancel', aby powrócić."
|
||||
stageEditorMobsPrompt: "Wpisz nazwy potworów, oddzielając każdy spacją, lub wpisz 'cancel', aby powrócić"
|
||||
stageEditorMobAmountsPrompt: "Wpisz liczbę potworów, oddzielając każdy spacją, lub wpisz 'cancel', aby powrócić"
|
||||
stageEditorMobLocationPrompt: "Kliknij prawym przyciskiem myszy na bloku, aby go wybrać, potem wpisz 'add', aby dodać to do listy lokacji śmierci, lub wpisz 'cancel', aby powrócić"
|
||||
stageEditorMobLocationRadiiPrompt: "Wpisz zasięg lokalizacji zabójstw (numery lub bloki), oddzielając każdy spacją, lub wpisz 'cancel', aby powrócić"
|
||||
stageEditorMobLocationNamesPrompt: "Wpisz nazwy lokacji, oddzielając każdy spacją, lub wpisz 'cancel', aby powrócić"
|
||||
stageEditorReachLocationPrompt: "Kliknij prawym przyciskiem myszy na blok, aby go wybrać, potem wpisz 'add' aby dodać go do listy lokacji, lub wpisz 'cancel' aby powrócić"
|
||||
stageEditorReachLocationRadiiPrompt: "Wpisz zasięg lokalizacji dosięgnięcia (numery lub bloki), oddzielając każdy spacją, lub wpisz 'cancel' aby powrócić"
|
||||
stageEditorReachLocationNamesPrompt: "Wpisz nazwy lokacji, oddzielając każdy przecinkiem, lub wpisz 'cancel' aby powrócić"
|
||||
stageEditorTameAmountsPrompt: "Wpisz liczbę oswojenia, oddzielając każdy spacją, lub wpisz 'cancel' aby powrócić"
|
||||
stageEditorShearColorsPrompt: "podaj kolory owiec oddzielając każdy spacją, lub wpisz ‚cancel’ aby wrócić"
|
||||
stageEditorShearAmountsPrompt: "podaj koszty ścinania oddzielając każde spacją , lub wpisz , cancel ’ aby wrócić"
|
||||
stageEditorEventsPrompt: "wprowadź nazwę wydarzenia, lub wpisz ‚clear’ aby usunąć wydarzenie, lub ‚cancel’ aby wrócić"
|
||||
stageEditorChatEventsPrompt: "wprowadź nazwę wydarzenia aby dodać, lub wpisz ‚clear’ aby usunąć cały czat eventu, lub ‚cancel’ aby wrócić"
|
||||
stageEditorChatEventsTriggerPromptA: "wprowadź czat wyzwolony dla"
|
||||
stageEditorChatEventsTriggerPromptB: "lub wprowadź ‚cancel’ aby wrócić"
|
||||
stageEditorDelayPrompt: "Wprowadź czas (w sekundach), wpisz 'clear' aby wyczscić opóxnienie lub 'cancel' aby powrócić"
|
||||
stageEditorDelayMessagePrompt: "wprowadź spóźnioną wiadomość lub wprowadź ‚clear’ aby usunąć wiadomość, lub ‚cancel’ aby wrócić"
|
||||
stageEditorScriptPrompt: "wprowadź nazwę skryptu, lub wpisz ‚clear’ aby usunąć skrypt, lub ‚cancel’ aby wrócić"
|
||||
stageEditorStartMessagePrompt: "wprowadź wiadomość początkową, lub wpisz ‚clear’ aby usunąć wiadomość, lub ‚cancel’ aby wrócić"
|
||||
stageEditorCompleteMessagePrompt: "wprowadź pełną wiadomość, lub wpisz ‚clear’ aby usunąć wiadomość, lub ‚cancel’ aby wrócić"
|
||||
stageEditorPasswordDisplayPrompt: "wprowadź hasło do ekranu, lub ‚cancel’ aby wrócić"
|
||||
stageEditorPasswordDisplayHint: "(ten tekst zostanie wyświetlony graczowi jako jego obiekt)"
|
||||
stageEditorPasswordPhrasePrompt: "Wprowadź hasło, lub 'cancel' aby powrócić"
|
||||
stageEditorPasswordPhraseHint1: "(to jest tekst który gracz ma powiedzieć aby ukończyć cel)"
|
||||
stageEditorPasswordPhraseHint2: "jeśli chcesz mieć wielodostępowe frazy hasła, oddziel je poprzez | (kreska)"
|
||||
stageEditorObjectiveOverridePrompt: "wprowadź nadpisany objekt monitora, lub ‚clear’ aby usunąć nadpisanie, lub ‚cancel’ aby wrócić"
|
||||
stageEditorObjectiveOverrideHint: "(objektywny nadpisany mointor pokaże graczy obecnie grających)"
|
||||
stageEditorObjectiveOverrideCleared: "Usunięto obiektywy nadpisany wyświetlacz."
|
||||
stageEditorDeliveryAddItem: "dodaj przedmiot"
|
||||
stageEditorDeliveryNPCs: "zmień ID NPC"
|
||||
stageEditorDeliveryMessages: "zmień dostarczenie wiadomości"
|
||||
stageEditorContainsDuplicates: "Zawiera powtórzenia!"
|
||||
stageEditorInvalidBlockName: "nie jest poprawna nazwa bloku"
|
||||
stageEditorInvalidEnchantment: "nie jest poprawna nazwa enchantu"
|
||||
stageEditorInvalidNPC: "nie jest poprawne ID NPC"
|
||||
stageEditorInvalidMob: "nie jest poprawna nazwa potwora"
|
||||
stageEditorInvalidItemName: "nie jest to poprawna nazwa przedmiotu"
|
||||
stageEditorInvalidNumber: "nie jest liczbą!"
|
||||
stageEditorInvalidDye: "nie jest to prawidłowa barwa koloru"
|
||||
stageEditorInvalidEvent: "nie jest to poprawna nazwa wydarzenia!"
|
||||
stageEditorDuplicateEvent: "wydarzenie jest już na liście!"
|
||||
stageEditorInvalidDelay: "opóźnienie musi wynosić conajmniej jedną sekundę!"
|
||||
stageEditorInvalidScript: "nie znaleziono skryptu mieszkańca!"
|
||||
stageEditorNoCitizens: "obywatele nie zostali zajnstalowani!"
|
||||
stageEditorNoDenizen: "mieszkańcy nie zostali zainstalowani!"
|
||||
stageEditorPositiveAmount: "musisz wprowadzić pozytywny numer!"
|
||||
stageEditorNoNumber: "Wartość nie jest liczbą!"
|
||||
stageEditorNotGreaterThanZero: "nie jest większa niż 0!"
|
||||
stageEditorNotListofNumbers: "Nieprawidłowy wpis, wejścia nie było na liście!"
|
||||
stageEditorNoDelaySet: "najpierw musisz ustawić nazwę!"
|
||||
stageEditorNoBlockNames: "najpierw musisz ustawić nazwę bloku!"
|
||||
stageEditorNoEnchantments: "najpierw musisz zmienić zaczarowanie!"
|
||||
stageEditorNoItems: "najpierw musisz dodać przedmioty!"
|
||||
stageEditorNoDeliveryMessage: "Należy ustawić co najmniej jeden komunikat dostawy!"
|
||||
stageEditorNoNPCs: "najpierw ustaw ID NPC!"
|
||||
stageEditorNoMobTypes: "najpierw ustaw typy potwora!"
|
||||
stageEditorNoKillLocations: "najpierw ustaw miejsce zabójstwa!"
|
||||
stageEditorNoBlockSelected: "najpierw musisz wybrać blok."
|
||||
stageEditorNoColors: "najpierw musisz zmienić kolor!"
|
||||
stageEditorNoLocations: "najpierw musisz ustawic lokalizację!"
|
||||
stageEditorNoEnchantmentsSet: "nie ustawiono zaklęcia"
|
||||
stageEditorNoItemsSet: "nie ustawiono przedmiotów"
|
||||
stageEditorNoMobTypesSet: "nie ustawiono typów potworów"
|
||||
stageEditorNoLocationsSet: "Lokacje nie są ustawione"
|
||||
stageEditorNoColorsSet: "Kolory nie są ustawione"
|
||||
stageEditorListNotSameSize: "Lista nazw bloków i lista kwot nie jest tej samej wielkości!"
|
||||
stageEditorEnchantmentNotSameSize: "Lista ulepszeń magicznych, lista Id przedmiotu, oraz lista kwot ulepszeń magicznych nie jest tej samej wielkości!"
|
||||
stageEditorDeliveriesNotSameSize: "Lista przedmiotów, oraz lista NPC nie są równej wielkości!"
|
||||
stageEditorNPCKillsNotSameSize: "Lista ID NPC, oraz lista liczby zabójstw nie są tej samej wielkości!"
|
||||
stageEditorAllListsNotSameSize: "Twoje listy nie są tego samego rozmiaru!"
|
||||
stageEditorMobTypesNotSameSize: "Lista typów potworów, oraz lista liczby potworów nie są tej samej wielkości!"
|
||||
stageEditorTameMobsNotSameSize: "Lista typów potworów, oraz lista poziomu oswajania nie są tej samej wielkości!"
|
||||
stageEditorShearNotSameSize: "Lista kolorów owiec, oraz lista poziomu strzyżenia nie jest tej samej wielkości!"
|
||||
stageEditorMustSetPasswordDisplays: "Musisz najpierw dodać co najmniej jedno hasło!"
|
||||
stageEditorAddPasswordCleared: "Cele haseł wyczyszczone."
|
||||
stageEditorPasswordNotSameSize: "Wyświetlanie hasła, oraz lista haseł nie są tej samej wielkości!"
|
||||
stageEditorListContainsDuplicates: " Lista zawiera powtórzenia!"
|
||||
stageEditorDelayCleared: "Opóźnienie wyczyszczone."
|
||||
stageEditorDelayMessageCleared: "Opóźnienie wiadomości wyczyszczone."
|
||||
stageEditorDenizenCleared: "Usunięto skrypt mieszkańca."
|
||||
stageEditorBreakBlocksCleared: "Usunięto cel w niszczeniu bloków."
|
||||
stageEditorDamageBlocksCleared: "Cel uszkodzenia bloków wyczyszczony."
|
||||
stageEditorPlaceBlocksCleared: "Cel położenia bloków wyczyszczony."
|
||||
stageEditorUseBlocksCleared: "Cel użycia bloków wyczyszczony."
|
||||
stageEditorCutBlocksCleared: "Cel obcinania bloków wyczyszczony."
|
||||
stageEditorEnchantmentsCleared: "Usunięto cel ulepszeń magicznych."
|
||||
stageEditorDeliveriesCleared: "Usunięto cel w dostarczeniu."
|
||||
stageEditorReachLocationsCleared: "Usunięto cel w dotarciu do lokacji."
|
||||
stageEditorKillNPCsCleared: "Usunięto cel zabicia NPC."
|
||||
stageEditorKillMobsCleared: "Usunięto cel zabicia potworów."
|
||||
stageEditorTameCleared: "Usunięto cel oswojenia potworów."
|
||||
stageEditorShearCleared: "Cel obcięcia owcy wyczyszczony."
|
||||
stageEditorStartMessageCleared: "Początkowa wiadomość wyczyszczona."
|
||||
stageEditorCompleteMessageCleared: "Kompletna wiadomość wyczyszczona."
|
||||
stageEditorConfirmStageDelete: "Jesteś pewny usunięcia tego etapu?"
|
||||
stageEditorConfirmStageNote: "Wszelkie kolejne etapy zostaną przesunięte o jedno miejsce"
|
||||
stageEditorDeleteSucces: "Etap został usunięty."
|
||||
stageEditorEnchantments: "Ulepszenia"
|
||||
stageEditorNPCNote: 'Uwaga: Możesz określić imię NPC używając <npc>'
|
||||
stageEditorOptional: "Opcjonalny"
|
||||
stageEditorColors: "Kolor owcy"
|
||||
allListsNotSameSize: "Wszystkie twoje listy nie są tej samej wielkości!"
|
||||
eventEditorCreate: "Utwórz nowe wydarzenie"
|
||||
eventEditorEdit: "Edytuj wydarzenie"
|
||||
eventEditorDelete: "Usuń wydarzenie"
|
||||
eventEditorCreatePermisssions: "Nie masz uprawnień aby utworzyć misje."
|
||||
eventEditorEditPermisssions: "Nie masz uprawnień aby edytować misje."
|
||||
eventEditorDeletePermisssions: "Nie masz uprawnień aby usunąć wydarzenie."
|
||||
eventEditorNoneToEdit: "Nie ma wydarzeń do edytowania!"
|
||||
eventEditorNoneToDelete: "Nie ma wydarzeń do usunięcia!"
|
||||
eventEditorNotFound: "Nie znaleziono wydarzenia!"
|
||||
eventEditorExists: "Wydarzenie już istnieje!"
|
||||
eventEditorSomeone: "Ktoś już tworzy lub edytuje wydarzenie z tą nazwą!"
|
||||
eventEditorAlpha: "Nazwa musi być alfanumeryczna!"
|
||||
eventEditorErrorReadingFile: "Wystąpił błąd w czytaniu pliku wydarzenia."
|
||||
eventEditorErrorSaving: "Wystąpił błąd podczas zapisywania."
|
||||
eventEditorDeleted: "Wydarzenie usunięte, Misje i wydarzenia załadowane ponownie."
|
||||
eventEditorSaved: "wydarzenie zapisane, zadania i wydarzanie załadowane."
|
||||
eventEditorEnterEventName: "wprowadź nazwę wydarzenia, lub ‚cancel’ aby wrócić."
|
||||
eventEditorDeletePrompt: "jesteś pewny że chcesz anulować wydarzenie"
|
||||
eventEditorQuitWithoutSaving: "czy jesteś pewny że chcesz wyjść bez zapisywania?"
|
||||
eventEditorFinishAndSave: "czy jesteś pewny że chcesz ukończyć i zapisać wydarzenie"
|
||||
eventEditorModifiedNote: 'zapis: Zmodyfikowałeś wydarzenie które używa nastepujących zadań:'
|
||||
eventEditorForcedToQuit: "jeśli zapisałeś wydarzenie, ktokolwiek kto aktualnie robi którekolwiek z tych zadań bedzie mógł je zamknąć."
|
||||
eventEditorEventInUse: "nastepujące zadania są używane w wydarzeniu"
|
||||
eventEditorMustModifyQuests: "edytorwydarzenianieznaleziony"
|
||||
eventEditorListSizeMismatch: " listy nie są tego damego rozmiaru!"
|
||||
eventEditorListDuplicates: "lista zawiera powtórzenia!"
|
||||
eventEditorNotANumberList: "wejście nie było na liście!"
|
||||
eventEditorInvalidEntry: "Nieprawidłowy wpis"
|
||||
eventEditorSetName: "Ustaw nazwę"
|
||||
eventEditorSetMessage: "Ustaw wiadomość"
|
||||
eventEditorClearInv: "Usuń ekwipunek gracza"
|
||||
eventEditorFailQuest: "Niepowodzenie zadania"
|
||||
eventEditorSetExplosions: "zmień lokalizacje eksplozji"
|
||||
eventEditorSetLightning: "zmień lokalizacje piorunów"
|
||||
eventEditorSetEffects: "zmień efekty"
|
||||
eventEditorSetStorm: "zmień burzę"
|
||||
eventEditorSetThunder: "ustaw grzmot"
|
||||
eventEditorSetMobSpawns: "ustaw spawny potworów"
|
||||
eventEditorSetPotionEffects: "zmień efekty mikstur"
|
||||
eventEditorSetHunger: "Ustaw poziom głodu"
|
||||
eventEditorSetSaturation: "zmień poziom nasycenia gracza"
|
||||
eventEditorSetHealth: "ustaw poziom zdrowia gracza"
|
||||
eventEditorEnterTimerSeconds: "ustaw liczbę sekund ktore zostały przed niepowodzeniem zadania(użyj cancel-timer wydarzenia aby anulować czas)"
|
||||
eventEditorSetTimer: "Zmień czas do niepowodzenia zadania"
|
||||
eventEditorCancelTimer: "anuluj czas zadania"
|
||||
eventEditorSetTeleport: "ustaw miejsce teleportu gracza"
|
||||
eventEditorSetCommands: "ustaw poleceni do wykonania"
|
||||
eventEditorItems: "przedmioty wydarzenia"
|
||||
eventEditorSetItems: "daj przedmioty"
|
||||
eventEditorItemsCleared: "usunięto predmioty wydarzenia."
|
||||
eventEditorAddItem: "dodaj przedmiot"
|
||||
eventEditorSetItemNames: "zmień nazwę przedmiotu"
|
||||
eventEditorSetItemAmounts: "ustaw wartość przedmiotu"
|
||||
eventEditorNoNames: "nie ustawiono nazwy"
|
||||
eventEditorMustSetNames: "najpierw musisz ustawić nazwę!"
|
||||
eventEditorInvalidName: "nie jest to poprawna nazwa przedmiotu"
|
||||
eventEditorNotGreaterThanZero: "nie jest większa niż 0!"
|
||||
eventEditorNotANumber: "nie jest liczbą!"
|
||||
eventEditorStorm: "wydarzenie burza"
|
||||
eventEditorSetWorld: "zmień świat"
|
||||
eventEditorSetDuration: "zmień długość"
|
||||
eventEditorNoWorld: "(nie wybrano świata)"
|
||||
eventEditorSetWorldFirst: "najpierw musisz wybrać świat!"
|
||||
eventEditorInvalidWorld: "nie jest poprawna nazwa świata!"
|
||||
eventEditorMustSetStormDuration: "musisz ustawić długość burzy!"
|
||||
eventEditorStormCleared: "Dane burzy wyczyszczone."
|
||||
eventEditorEnterStormWorld: "Wprowadź nazwę świata, aby burza się pojawiła, lub wpisz 'cancel' aby powrócić"
|
||||
eventEditorEnterDuration: "Wprowadź czas trwania (w sekundach)"
|
||||
eventEditorAtLeastOneSecond: "Liczba musi wynosić przynajmniej 1 sekundę!"
|
||||
eventEditorNotGreaterThanOneSecond: "to nie jest większe od jednej sekundy!"
|
||||
eventEditorThunder: "Wydarzenie Grzmotu"
|
||||
eventEditorMustSetThunderDuration: "Musisz wpisać czas trwania Grzmotu!"
|
||||
eventEditorThunderCleared: "Dane grzmotu wyczyszczone."
|
||||
eventEditorEnterThunderWorld: "Wprowadź nazwę świata w którym ma pojawić się burza, lub wpisz 'cancel', aby powrócić"
|
||||
eventEditorEffects: "Wydarzenie Efektów"
|
||||
eventEditorAddEffect: "Dodaj efekt"
|
||||
eventEditorAddEffectLocation: "Dodaj efekt lokacji"
|
||||
eventEditorNoEffects: "Brak efektów"
|
||||
eventEditorMustAddEffects: "Musisz najpierw dodać efekty!"
|
||||
eventEditorInvalidEffect: "to nie jest poprawna nazwa efektu!"
|
||||
eventEditorEffectsCleared: "Wydarzenie efektów wyczyszczone."
|
||||
eventEditorEffectLocationPrompt: "Kliknij prawym przyciskiem myszy na bloku, aby uruchomić efekt, potem wpisz 'add' aby dodać to do listy, lub wpisz 'cancel' aby powrócić"
|
||||
eventEditorMobSpawns: "Wydarzenie pojawiania się potworów"
|
||||
eventEditorAddMobTypes: "Dodaj potwora"
|
||||
eventEditorNoTypesSet: "(Brak ustawienia typu)"
|
||||
eventEditorMustSetMobTypesFirst: "Musisz najpierw ustawić typ potwora!"
|
||||
eventEditorSetMobAmounts: "Ustaw liczbę potworów"
|
||||
eventEditorNoAmountsSet: "(Nie ustawiono liczby)"
|
||||
eventEditorMustSetMobAmountsFirst: "Musisz najpierw ustawić ilość potworów!"
|
||||
eventEditorAddSpawnLocation: "Ustaw lokalizację odradzania"
|
||||
eventEditorMobSpawnsCleared: "Lokalizacja pojawiania się potworów wyczyszczona."
|
||||
eventEditorMustSetMobLocationFirst: "Musisz najpierw ustawić lokalizację odradzania się!"
|
||||
eventEditorInvalidMob: "to nie jest poprawna nazwa potwora!"
|
||||
eventEditorSetMobName: "Ustaw niestandardową nazwą dla potwora"
|
||||
eventEditorSetMobType: "Ustaw typ potwora"
|
||||
eventEditorSetMobItemInHand: "Ustaw przedmiot w dłoni"
|
||||
eventEditorSetMobItemInHandDrop: "Ustaw szansę na upuszczenie przedmiotu trzymanego w dłoni"
|
||||
eventEditorSetMobBoots: "Ustaw buty"
|
||||
eventEditorSetMobBootsDrop: "Ustaw szansę na wypadnięcie butów"
|
||||
eventEditorSetMobLeggings: "Zestaw spodni"
|
||||
eventEditorSetMobLeggingsDrop: "Ustaw szansę na wypadnięcie spodni"
|
||||
eventEditorSetMobChestPlate: "Zestaw zbroi"
|
||||
eventEditorSetMobChestPlateDrop: "Ustaw szansę na wypadnięcie zbroi"
|
||||
eventEditorSetMobHelmet: "Zestaw hełmu"
|
||||
eventEditorSetMobHelmetDrop: "Ustaw szansę na wypadnięcie hełmu"
|
||||
eventEditorSetMobSpawnLoc: "Kliknij prawym przyciskiem myszy na bloku aby pojawił się potwór, potem wprowadź 'add' aby potwierdzić, lub wprowadź 'cancel', aby powrócić"
|
||||
eventEditorSetMobSpawnAmount: "Ustaw ilość pojawiających się potworów"
|
||||
eventEditorSetDropChance: "Ustaw szansę na wypadnięcie"
|
||||
eventEditorInvalidDropChance: "Szansa na wypadnięcie musi być pomiędzy 0.0 a 1.0"
|
||||
eventEditorLightningPrompt: "Kliknij prawym przyciskiem myszy, aby pojawił się piorun w tym miejscu, potem wpisz 'add' aby dodać to do listy, lub wpisz 'clear' aby wyczyścić listę lokacji, lub 'cancel', aby powrócić"
|
||||
eventEditorPotionEffects: "Wydarzenie efektów mikstury"
|
||||
eventEditorSetPotionEffectTypes: "Ustaw efekt mikstur"
|
||||
eventEditorMustSetPotionTypesFirst: "Musisz najpierw ustawić efekty mikstur!"
|
||||
eventEditorSetPotionDurations: "Ustaw czas trwania efektu mikstury"
|
||||
eventEditorMustSetPotionDurationsFirst: "Musisz najpierw ustawić czas trwania efektu mistury!"
|
||||
eventEditorMustSetPotionTypesAndDurationsFirst: "Najpierw należy ustawić rodzaje efektów mikstury i czas trwania!"
|
||||
eventEditorNoDurationsSet: "(Nie ustawiono czasu trwania)"
|
||||
eventEditorSetPotionMagnitudes: "ustaw miksture wpływającą na wielkość"
|
||||
eventEditorPotionsCleared: "Efekty mikstury usunięte."
|
||||
eventEditorInvalidPotionType: "nie jest to poprawny typ efektu mikstury!"
|
||||
eventEditorEnterNPCId: "wprowadź ID NPC (lub -1 aby wrócić)"
|
||||
eventEditorNoNPCExists: "nie istnieje NPC z tym ID!"
|
||||
eventEditorExplosionPrompt: "Kliknij prawym przyciskiem myszy na bloku aby spowodować wybuch, a następnie wprowadź 'add', aby dodać go do listy, lub wprowadź 'clear’ aby wyczyścić listę wybuchów, lub ‚cancel’ aby powrócić"
|
||||
eventEditorSelectBlockFirst: "najpierw musisz wybrać blok"
|
||||
eventEditorSetMessagePrompt: "wprowadź wiadomość, lub wprowadź ‚none’ aby usunąć,(lub ‚cancel’ aby wrócić)"
|
||||
eventEditorSetItemNamesPrompt: "wprowadź nazwy przedmiotów oddzielając każdy spacją, lub wpisz ‚cancel’ aby wrócić"
|
||||
eventEditorSetItemAmountsPrompt: "wprowadź wartości przedmiotów (liczby) oddzielając każdą spacją, lub wpisz ‚cancel’ aby wrócić."
|
||||
eventEditorSetMobTypesPrompt: "wprowadź nazwę potwora, lub wpisz ‚cancel’ aby wrócić"
|
||||
eventEditorSetMobAmountsPrompt: "wprowadź wartość potwora, lub wpisz ‚cancel’ aby wrócić"
|
||||
eventEditorSetMobNamePrompt: "zmień nazwę tego potwora, lub wpisz ‚cancel’ aby wrócić"
|
||||
eventEditorSetMobLocationPrompt: "kliknij prawy przycisk myszy aby wybrać blok, następnie wpisz ‚add’ aby dodać to do listy lokalizacji spawnów potwora, lub wpisz ‚cancel’ aby wrócić"
|
||||
eventEditorSetPotionEffectsPrompt: "Wprowadź typy efektów mikstur, oddzielając każdy spacją, lub wpisz 'cancel' aby powrócić"
|
||||
eventEditorSetPotionDurationsPrompt: "Wprowadź czas trwania efektu (w milisekundach), oddzielając każdy spacją, lub wpisz 'cancel' aby powrócić"
|
||||
eventEditorSetPotionMagnitudesPrompt: "Wprowadź efekt wielkości mikstury, oddzielając każdy spacją, lub wpisz 'cancel' aby powrócić"
|
||||
eventEditorSetHungerPrompt: "Wprowadź poziom głodu, lub -1, aby go usunąć"
|
||||
eventEditorHungerLevelAtLeastZero: "Poziom głody musi być co najmniej 0!"
|
||||
eventEditorSetSaturationPrompt: "Wprowadź poziom nasycenia, lub -1, aby go usunąć"
|
||||
eventEditorSaturationLevelAtLeastZero: "Poziom nasycenia musy być przynajmniej 0!"
|
||||
eventEditorSetHealthPrompt: "Wprowadź poziom zdrowia, lub -1, aby go usunąć"
|
||||
eventEditorHealthLevelAtLeastZero: "Poziom życia musi być co najmniej 0!"
|
||||
eventEditorSetTeleportPrompt: "Kliknij prawym przyciskiem myszy na bloku, teleportować się do gracza, następnie wpisz 'done', aby skończyć, lub wpisz 'clear', aby wyczyścić lokację teleportu, lub 'cancel aby powrócić"
|
||||
eventEditorCommandsNote: 'Uwaga: Możesz użyć <player> aby odnieść się do imienia gracza.'
|
||||
eventEditorSetCommandsPrompt: "Wprowadź komendy, oddzielając każdą przecinkiem, lub wprowadź 'clear', aby wyczyścić listę, lub wpisz 'cancel' aby powrócić."
|
||||
reqSetMoney: "Ustaw wymaganą ilość pieniędzy"
|
||||
reqSetQuestPoints: "Ustaw wymagania punktów misji"
|
||||
reqSetItem: "Ustaw wymagania przedmiotu"
|
||||
reqSetPerms: "Ustaw wymagania pozwoleń"
|
||||
reqSetQuest: "Ustaw wymagania misji"
|
||||
reqSetQuestBlocks: "Ustaw wymagania bloków"
|
||||
reqSetMcMMO: "Ustaw wymagania mcMMO"
|
||||
reqSetHeroes: "Ustaw wymagania bohaterów"
|
||||
reqSetCustom: "Niestandardowe wymagania"
|
||||
reqSetFail: "Ustaw komunikat wymagań awaryjnych"
|
||||
reqSetSkills: "Ustaw umiejętności"
|
||||
reqSetSkillAmounts: "Ustaw liczbę umiejętności"
|
||||
reqHeroesSetPrimary: "Ustaw Główną Klasę"
|
||||
reqHeroesSetSecondary: "Ustaw Drugorzędną Klasę"
|
||||
reqMoneyPrompt: "Wpisz ilość <money>, lub 0 aby wyczyścić wymagania pieniężne, lub -1, aby anulować"
|
||||
reqQuestPointsPrompt: "Wprowadź liczbę punktów misji, lub 0, aby wyczyścić wymagania punktu misji, lub -1 aby anulować"
|
||||
reqQuestPrompt: "Wprowadź listę nazw misji, oddzielając każdą z nich <comma>, lub wpisz 'clear', aby wyczyścić listę, lub 'cancel' aby powrócić."
|
||||
reqRemoveItemsPrompt: "Wprowadź listę prawdziwych/fałszywych wartości, oddzielając je spacją, lub wprowadź 'Anuluj', aby powrócić."
|
||||
reqPermissionsPrompt: "Podaj wymagania dotyczące uprawnień, oddzielając każdy z nich spacją lub wpisz 'clear', aby wyczyścić listę lub wpisz 'cancel', aby powrócić."
|
||||
reqCustomPrompt: "Wprowadź nazwę niestandardowego wymagania do dodania, lub wpisz 'clear', aby wyczyścić niestandardowe wymagania, lub 'cancel, aby powrócić."
|
||||
reqMcMMOPrompt: "Wprowadź umiejętności mcMMO, oddzielając każdy z nich spacją, lub wpisz 'clear', aby wyczyścić listę, lub wpisz 'cancel', aby powrócić."
|
||||
reqMcMMOAmountsPrompt: "Wprowadź liczbę umiejętności mcMMO, oddzielając każdy z nich spacją, lub wpisz 'clear', aby wyczyścić listę, lub wpisz 'cancel', aby powrócić."
|
||||
reqHeroesPrimaryPrompt: "Wprowadź nazwę klasy głównej bohaterów, oddzielając każdy z nich spacją, lub wpisz 'clear', aby wyczyścić listę, lub wpisz 'cancel', aby powrócić."
|
||||
reqHeroesSecondaryPrompt: "Wprowadź nazwę podklasy bohaterów, lub wpisz 'clear', aby wyczyścić wymagania, lub wpisz 'cancel', aby powrócić."
|
||||
reqFailMessagePrompt: "Wprowadź komunikat wymagań awaryjnych, lub wpisz 'cancel', aby powrócić."
|
||||
reqAddItem: "Dodaj przedmiot"
|
||||
reqSetRemoveItems: "Ustaw usuwanie przedmiotów"
|
||||
reqNoItemsSet: "Nie ustawiono przedmiotów"
|
||||
reqNoValuesSet: "Nie ustawiono wartości"
|
||||
reqHeroesPrimaryDisplay: "Główne klasy:"
|
||||
reqHeroesSecondaryDisplay: "Drugorzędne Klasy:"
|
||||
reqGreaterThanZero: "Liczba musi być wyższa niż 0!"
|
||||
reqNotAQuestName: "<quest> nie jest nazwą misji!"
|
||||
reqItemCleared: "Wymagania przedmiotów wyczyszczone."
|
||||
reqListsNotSameSize: "Lista przedmiotów i lista przedmiotów usunięcia nie są tej samej wielkości!"
|
||||
reqTrueFalseError: '<input> nie jest prawdziwą lub fałszywą wartością!%br%%Example: prawda fałsz prawda prawda'
|
||||
reqCustomAlreadyAdded: "To niestandardowe wymaganie zostało już dodane!"
|
||||
reqCustomNotFound: "Nie znaleziono niestandardowego modułu wymagań."
|
||||
reqCustomCleared: "Usunięto wymagania niestandardowe."
|
||||
reqMcMMOError: "<input> nie jest nazwą umiejętności mcMMO!"
|
||||
reqMcMMOCleared: "wymagania umiejętności mcMMO wyczyszczone."
|
||||
reqMcMMOAmountsCleared: "ilość wymagania umiejętności mcMMO wyczyszczone."
|
||||
reqHeroesNotPrimary: "<class> klasa nie jest główna!"
|
||||
reqHeroesPrimaryCleared: "Wymóg podstawowej klasy bohaterów wyczyszczony."
|
||||
reqHeroesNotSecondary: "<class> klasa nie jest podklasą!"
|
||||
reqHeroesSecondaryCleared: "Wymóg drugorzędnej klasy bohaterów wyczyszczony."
|
||||
reqHeroesClassNotFound: "Nie znaleziono klasy!"
|
||||
reqNone: "Brak wymagań zestawu"
|
||||
reqNotANumber: "<input> nie jest numerem!"
|
||||
reqMustAddItem: "Musisz najpierw dodać przynajmniej jeden przedmiot!"
|
||||
reqNoMessage: "Musisz ustawić komunikat o błędzie wymagań!"
|
||||
reqNoMcMMO: "mcMMO nie jest zainstalowane"
|
||||
reqNoHeroes: "Bohaterowie nie się zainstalowani"
|
||||
rewSetMoney: "Ustaw nagrodę pieniężną"
|
||||
rewSetQuestPoints: "Ustaw nagrodę punktów misji"
|
||||
rewSetItems: "Ustaw nagrody przedmiotów"
|
||||
rewSetExperience: "Ustaw nagrodę doświadczenia"
|
||||
rewSetCommands: "Ustaw nagrody komend"
|
||||
rewSetPermission: "Ustaw nagrody uprawnień"
|
||||
rewSetMcMMO: "Ustaw nagrody umiejętności mcMMO"
|
||||
rewSetHeroes: "Ustaw nagrody doświadczenia Bohaterów"
|
||||
rewSetPhat: "Ustaw nagrody PhatLoot"
|
||||
rewSetCustom: "Ustaw Niestandardowe Nagrody"
|
||||
rewSetHeroesClasses: "Ustaw klasy"
|
||||
rewSetHeroesAmounts: "Ustaw liczbę doświadczenia"
|
||||
rewMoneyPrompt: "Wprowadź ilość <money>, lub 0, aby wyczyścić nagrodę pieniężną, lub -1, aby anulować"
|
||||
rewExperiencePrompt: "Wprowadź ilość doświadczenia, lub wpisz 0, aby wyczyścić nagrodę w postaci doświadczenia, lub wpisz -1, aby anulować"
|
||||
rewCommandPrompt: "Wprowadź nagrody komend, oddzielając każdą <comma>, lub wpisz 'clear', aby wyczyścić listę, lub wpisz 'cancel', aby powrócić."
|
||||
rewCommandPromptHint: 'Uwaga: Możesz wpisać <player>, aby sprecyzować gracza, który ukończył misję. Na przykład: porażenie <player>'
|
||||
rewPermissionsPrompt: "Wprowadź nagrody za pozwolenie, oddzielając każdy z nich spacją, lub wpisz 'clear', aby wyczyścić listę, lub wpisz 'cancel', aby powrócić."
|
||||
rewQuestPointsPrompt: "Wprowadź liczbę punktów misji, lub wpisz 0, aby wyczyścić nagrodę punktów misji, lub wpisz -1, aby anulować"
|
||||
rewMcMMOPrompt: "Wprowadź umiejętności mcMMO, oddzielając każdy z nich spacją, lub wpisz 'cancel', aby powrócić."
|
||||
rewMcMMOPromptHint: 'Uwaga: Wpisanie ''All'' da Ci poziomy do każdej z umiejętności.'
|
||||
rewHeroesClassesPrompt: "Wprowadź klasy Bohaterów, oddzielając każdy z nich spacją, lub wpisz 'cancel', aby powrócić."
|
||||
rewHeroesExperiencePrompt: "Wprowadź liczbę doświadczenia (numery i liczby dziesiętne dozwolone), oddzielając każdy z nich spacją, lub wpisz 'cancel', aby powrócić."
|
||||
rewPhatLootsPrompt: "Wprowadź PhatLoots, oddzielając każdy z nich spacją, lub wpisz 'clear', aby wyczyścić listę, lub wpisz 'cancel', aby powrócić."
|
||||
rewCustomRewardPrompt: "Wprowadź nazwę niestandardowej nagrody, aby ją dodać, lub wpisz 'clear', aby wyczyścić niestandardową nagrodę, lub wpisz 'cancel', aby powrócić."
|
||||
rewItemsCleared: "Nagrody przedmiotów wyczyszczone."
|
||||
rewNoMcMMOSkills: "Nie ustawiono umiejętności"
|
||||
rewNoHeroesClasses: "Nie ustawiono klas"
|
||||
rewSetMcMMOSkillsFirst: "Musisz najpierw ustawić umiejętności!"
|
||||
rewMcMMOCleared: "nagrody mcMMO wyczyszczone."
|
||||
rewMcMMOListsNotSameSize: "Lista umiejętności i lista liczb umiejętności nie jest tego samego rozmiaru!"
|
||||
rewSetHeroesClassesFirst: "Musisz najpierw ustawić klasy!"
|
||||
rewHeroesCleared: "Nagrody Bohaterów wyczyszczone."
|
||||
rewHeroesListsNotSameSize: "Lista klas, oraz lista liczby doświadczenia nie jest tego samego rozmiaru!"
|
||||
rewHeroesInvalidClass: "<input> nie jest prawidłową nazwą klasy Bohaterów!"
|
||||
rewPhatLootsInvalid: "<input> nie jest prawidłową nazwą PhatLoot!"
|
||||
rewPhatLootsCleared: "Nagrody PhatLoot wyczyszczone."
|
||||
rewCustomAlreadyAdded: "Ta niestandardowa nagroda została już dodana!"
|
||||
rewCustomNotFound: "Wzór niestandardowych nagród nie znaleziony."
|
||||
rewCustomCleared: "Niestandardowe nagrody wyczyszczone."
|
||||
rewNoPhat: "PhatLoots nie jest zainstalowane"
|
||||
itemCreateLoadHand: "Załaduj przedmiot w dłoni"
|
||||
itemCreateSetName: "Ustaw nazwę"
|
||||
itemCreateSetAmount: "Ustaw ilość"
|
||||
itemCreateSetDurab: "Ustaw wytrzymałość"
|
||||
itemCreateSetEnchs: "Dodaj/wyczyść ulepszenia magiczne"
|
||||
itemCreateSetDisplay: "Wybierz wyświetlaną nazwę"
|
||||
itemCreateSetLore: "Ustaw wiedzę"
|
||||
itemCreateEnterName: "Wprowadź nazwę przedmiotu, lub wpisz 'cancel', aby powrócić."
|
||||
itemCreateEnterAmount: "Wprowadź liczbę przedmiotów (maksymalnie 64), lub wpisz 'cancel', aby powrócić."
|
||||
itemCreateEnterDurab: "Wprowadź wytrzymałość przedmiotu, lub wpisz 'clear', aby wyczyścić dane, lub wpisz 'cancel', aby powrócić."
|
||||
itemCreateEnterEnch: "Wprowadź nazwę ulepszenia magicznego, lub wpisz 'clear', aby wyczyścić ulepszenia magiczne, lub wpisz 'cancel', aby powrócić."
|
||||
itemCreateEnterLevel: "Wprowadź poziom (liczbę), dla <enchantment>"
|
||||
itemCreateEnterDisplay: "Wprowadź wyświetlaną nazwę przedmiotu, lub wpisz 'clear', aby wyświetlić nazwę, lub wpisz 'cancel', aby powrócić."
|
||||
itemCreateEnterLore: "Wprowadź historię przedmiotu, oddzielając każdą linię średnikiem ; lub wpisz 'clear', aby wyczyścić historię, lub wpisz 'cancel', aby powrócić."
|
||||
itemCreateLoaded: "Przedmiot załadowany."
|
||||
itemCreateNoItem: "Nie ma przedmiotu w dłoni!"
|
||||
itemCreateNoName: "Najpierw ustaw nazwę!"
|
||||
itemCreateInvalidName: "Nieprawidłowa nazwa przedmiotu!"
|
||||
itemCreateInvalidAmount: "Kwota musi znajdować się pomiędzy 1-64!"
|
||||
itemCreateInvalidDurab: "Nieprawidłowa wytrzymałość przedmiotu!"
|
||||
itemCreateInvalidEnch: "Nieprawidłowa nazwa ulepszenia magicznego!"
|
||||
itemCreateInvalidLevel: "Poziom musi być większy od 0!"
|
||||
itemCreateInvalidInput: "Nieprawidłowa wartość!"
|
||||
itemCreateNotNumber: "Wartość nie jest liczbą!"
|
||||
itemCreateNoNameAmount: "Najpierw ustaw nazwę i ilość!"
|
||||
itemCreateCriticalError: "Wystąpił krytyczny błąd."
|
||||
questTitle: "-- <quest> --"
|
||||
questObjectivesTitle: "---(<quest>)---"
|
||||
questCompleteTitle: '**QUEST COMPLETE: <quest>**'
|
||||
questRewardsTitle: "Nagrody:"
|
||||
journalTitle: "Dziennik misji"
|
||||
questsTitle: "- Zadania -"
|
||||
questHelpTitle: "- Zadania -"
|
||||
questListTitle: "- Zadania -"
|
||||
questNPCListTitle: "- Zadania - | <npc> -"
|
||||
questAdminHelpTitle: "- Zadanie administratora -"
|
||||
questEditorTitle: "- Edytor misji -"
|
||||
eventEditorTitle: "- Edytor wydarzeń - "
|
||||
questCreateTitle: "- Utwórz misje -"
|
||||
questEditTitle: "- Edytuj misje -"
|
||||
questDeleteTitle: "- Usuń misje -"
|
||||
requirementsTitle: "- <quest> | Wymagania -"
|
||||
rewardsTitle: "- <quest> | Nagrody -"
|
||||
itemRequirementsTitle: "- Wymagania przedmiotów -"
|
||||
itemRewardsTitle: "- Nagrody przedmiotów -"
|
||||
mcMMORequirementsTitle: "- mcMMO Wymagania -"
|
||||
mcMMORewardsTitle: "- mcMMO Nagrody -"
|
||||
heroesRequirementsTitle: "- Wymagania Bohaterów -"
|
||||
heroesRewardsTitle: "- Nagrody Bohaterów -"
|
||||
heroesClassesTitle: "- Klasy Bohaterów -"
|
||||
heroesExperienceTitle: "- Doświadczenie Bohaterów -"
|
||||
heroesPrimaryTitle: "- Główne Klasy -"
|
||||
heroesSecondaryTitle: "- Drugie Klasy -"
|
||||
phatLootsRewardsTitle: "- Nagrody PhatLoots -"
|
||||
customRequirementsTitle: "- Niestandardowe Wymagania -"
|
||||
customRewardsTitle: "- Niestandardowe Nagrody -"
|
||||
skillListTitle: "- Lista Umiejętności -"
|
||||
eventTitle: "- Wydarzenie -"
|
||||
completedQuestsTitle: "- Ukończone Misje -"
|
||||
topQuestersTitle: "- Najlepszych <number> Poszukiwaczy -"
|
||||
createItemTitle: "- Utwórz przedmiot -"
|
||||
enchantmentsTitle: "- Ulepszenia magiczne -"
|
||||
questGUITitle: "- Wyświetlanie GUI przedmiotów -"
|
||||
questRegionTitle: "- Region Misji -"
|
||||
eventEditorGiveItemsTitle: "- Daj przedmioty -"
|
||||
eventEditorEffectsTitle: "- Efekty -"
|
||||
eventEditorStormTitle: "- Wydarzenie Burza -"
|
||||
eventEditorThunderTitle: "- Wydarzenie Grzmot -"
|
||||
eventEditorMobSpawnsTitle: "- Wydarzenie Pojawianie się potworów -"
|
||||
eventEditorMobsTitle: "- Potwory -"
|
||||
eventEditorAddMobTypesTitle: "- Dodaj Potwora -"
|
||||
eventEditorPotionEffectsTitle: "- Wydarzenie Efekty Mikstur -"
|
||||
eventEditorPotionTypesTitle: "- Wydarzenie Typy Mikstur -"
|
||||
eventEditorWorldsTitle: "- Światy -"
|
||||
effBlazeShoot: "Dźwięk strzelania Blaze'a"
|
||||
effBowFire: "Dźwięk strzelania z łuku"
|
||||
effClick1: "Dźwięk klikania"
|
||||
effClick2: "Inny dźwięk klikania"
|
||||
effDoorToggle: "Dźwięk otwierania lub zamykania drzwi"
|
||||
effExtinguish: "Odgłos gaszenia pożaru"
|
||||
effGhastShoot: "Dźwięk strzelania Ghasta"
|
||||
effGhastShriek: "Dźwięk krzyku Ghasta"
|
||||
effZombieWood: "Dźwięk zombie przeżuwającego żelazne drzwi"
|
||||
effZombieIron: "Dźwięk zombie przeżuwającego drewniane drzwi"
|
||||
effEnterName: "Wprowadź nazwę efektu, aby dodać ją do listy, lub wpisz 'cancel', aby powrócić"
|
||||
cmdCancel: "anuluj"
|
||||
cmdAdd: "dodaj"
|
||||
cmdClear: "czysty"
|
||||
cmdNone: "żaden"
|
||||
cmdDone: "wykonane"
|
||||
acceptQuest: "Akceptuj Misję?"
|
||||
enterAnOption: "Wprowadź opcję"
|
||||
questAccepted: 'Misja zaakceptowana: <quest>'
|
||||
currentQuest: "Aktualne Zadania:"
|
||||
noMoreQuest: "Nie ma więcej dostępnych misji."
|
||||
damage: "Obrażenia"
|
||||
break: "Przerwa"
|
||||
place: "Umieść"
|
||||
use: "Użyj"
|
||||
cut: "Wytnij"
|
||||
catchFish: "Złap rybę"
|
||||
enchantItem: "Zaklnij <item> z <enchantment>"
|
||||
kill: "Zabij"
|
||||
killAtLocation: "Zabij <mob> w <location>"
|
||||
killPlayer: "Zabij gracza"
|
||||
deliver: "Dostarcz <item> do <npc>"
|
||||
talkTo: "Mów do <npc>"
|
||||
tame: "Oswój"
|
||||
shearSheep: "Ścinaj <color> owcę"
|
||||
goTo: "Idź do <location>"
|
||||
completed: "Zakończone"
|
||||
redoCompleted: "(Ukończone)"
|
||||
consoleError: "Ta komenda może być jedynie użyta w grze."
|
||||
invalidSelection: "Nieprawidłowy wybór!"
|
||||
noActiveQuest: "Nie masz obecnie żadnych aktywnych misji."
|
||||
speakTo: 'Start: Rozmawiaj z <npc>'
|
||||
mustSpeakTo: "Musisz porozmawiać z <npc>, aby rozpocząć te misję."
|
||||
noCommandStart: "<quest> może nie być uruchamiany przez komendę."
|
||||
permissionDisplay: "Pozwolenie:"
|
||||
heroesClass: "klasa"
|
||||
mcMMOLevel: "poziom"
|
||||
haveCompleted: "Ukończyłeś <quest>"
|
||||
cannotComplete: "Nie można zakończyć <quest>"
|
||||
questNotFound: "Misja nie znaleziona."
|
||||
alreadyConversing: "Już jesteś w konwersacji!"
|
||||
inputNum: "Wpisana wartość musi być liczbą."
|
||||
inputPosNum: "Wpisana ilość musi być liczbą dodatnią."
|
||||
questModified: "Twoja aktywna misja <quest> została zmodyfikowana. Zostałeś zmuszony, aby ją opuścić."
|
||||
questNotExist: "Twoja aktywna misja <quest> już nie istnieje. Zostałeś zmuszony, aby ją opuścić."
|
||||
questInvalidChoice: "Nieprawidłowy wybór. Wpisz 'Yes' lub 'No'"
|
||||
questPointsDisplay: "Punkty misji:"
|
||||
questNoDrop: "Nie możesz upuścić przedmiotu potrzebnego do Misji."
|
||||
questNoBrew: "Nie możesz warzyć przedmiotów misji."
|
||||
questNoStore: "Nie możesz przechowywać przedmiotów misji."
|
||||
questNoCraft: "Nie możesz używać przedmiotów Misji do wytwarzania."
|
||||
questNoEquip: "Nie możesz ekwipować przedmiotów Misji."
|
||||
questNoDispense: "Nie możesz wkładać przedmiotów misji do dozowników."
|
||||
questNoEnchant: "Nie możesz zaczarować przedmiotów misji."
|
||||
questNoSmelt: "Nie możesz wytapiać przedmiotów misji."
|
||||
questInfoNoPerms: "Nie masz uprawnień do przeglądania informacji o misji."
|
||||
questCmdNoPerms: "Nie masz dostępu do tej komendy."
|
||||
pageSelectionNum: "Wybór strony musi być liczbą."
|
||||
pageSelectionPosNum: "Wybór strony musi być liczbą dodatnią."
|
||||
questListNoPerms: "Nie masz uprawnień, aby zobaczyć listę misji."
|
||||
questTakeNoPerms: "Nie masz uprawnień do wykonywania zadań za pomocą poleceń."
|
||||
questTakeDisabled: "Wykonywanie zadań za pomocą komend zostało wyłączone."
|
||||
questQuit: "Musisz opuścić misje <quest>"
|
||||
questQuitNoPerms: "Nie masz pozwolenia na opuszczenie Misji."
|
||||
questQuitDisabled: "Wychodzenie z misji zostało wyłączone."
|
||||
questEditorNoPerms: "Nie masz pozwolenia aby użyć Edytora Misji."
|
||||
eventEditorNoPerms: "Nie masz uprawnień do korzystania z Edytora wydarzeń."
|
||||
questsUnknownCommand: "Nieznane polecenie misji. Wpisz /quests dla pomocy."
|
||||
pageNotExist: "Strona nie istnieje."
|
||||
pageFooter: "- Strona <current> z <all> -"
|
||||
questsReloaded: "Misje załadowane ponownie."
|
||||
numQuestsLoaded: "<number> Misji załadowane."
|
||||
questForceTake: "<player> przymusowo rozpoczął misję <quest>."
|
||||
questForcedTake: "<player> zmusił Cię do wzięcia misji <quest>."
|
||||
questForceQuit: "<player> został zmuszony do opuszczenia misji <quest>."
|
||||
questForcedQuit: "<player> zmusił Cie do opuszczenia misji <quest>."
|
||||
questForceFinish: "<player> został zmuszony do ukończenia misji <quest>."
|
||||
questForcedFinish: "<player> zmusił Cie do ukończenia misji <quest>."
|
||||
questForceNextStage: "<player> awansował do następnego etapu misji <quest>."
|
||||
questForcedNextStage: "<player> awansował cię na kolejny etap w Twojej misji <quest>."
|
||||
questPurged: "<player> został usunięty i umieszczony na czarnej liście."
|
||||
questReset: "<player> został zresetowany."
|
||||
questRemoved: "Misja <quest> została usunięta z ukończonych misji <player>."
|
||||
settingAllQuestPoints: "Ustawianie Punktu Misji wszystkich graczy..."
|
||||
allQuestPointsSet: "Punkty Misji wszystkich graczy zostały ustawione jako <number>!"
|
||||
setQuestPoints: "Punkty misji <player> zostały ustawione na <number>."
|
||||
questPointsSet: "<player> ustawił twoje punkty misji na <number>."
|
||||
takeQuestPoints: "Zabierz <number> punktów misji od <player>."
|
||||
questPointsTaken: "<player> zabrał <number> punktów misji."
|
||||
giveQuestPoints: "Dostał <number> punktów misji od <player>."
|
||||
questPointsGiven: "<player> dał ci <number> Punktów Misji."
|
||||
enableNPCGUI: "<npc> będzie teraz zapewniać wyświetlanie zadań GUI."
|
||||
disableNPCGUI: "<npc> nie będzie już wyświetlać ekranu zadań GUI."
|
||||
invalidNumber: "Nieprawidłowa liczba."
|
||||
noCurrentQuest: "<player> nie ma obecnie żadnych aktywnych zadań."
|
||||
playerNotFound: "Nie ma gracza o tej nazwie."
|
||||
invalidStageNum: "Nieprawidłowy etap w zadaniu o nazwie <quest>"
|
||||
errorNPCID: 'Błąd: Nie ma NPC z ID <number>'
|
||||
errorReading: "Błąd podczas wczytywania pliku <file>, pomijanie.."
|
||||
errorReadingSuppress: "Błąd podczas wczytywania pliku <file>, zamykanie błędów."
|
||||
errorDataFolder: 'Błąd: Nie udało się wczytać plików pluginu Quests!'
|
||||
questsPlayerHasQuestAlready: "Gracz <player> wykonuje już zadanie o nazwie <quest>!"
|
||||
questsUnknownAdminCommand: "Nieznana komenda Questadmin. Wpisz /questsadmin."
|
||||
unknownError: "Wystąpił błąd podczas wczytywania plików."
|
||||
journalTaken: "Pomyślnie wyjęto księgę zadań."
|
||||
journalPutAway: "Pomyślnie odłożono księgę zadań."
|
||||
journalAlreadyHave: "Już masz swoją księgę zadań."
|
||||
journalNoRoom: "Nie masz miejsca w ekwipunku na księgę zadań!"
|
||||
journalNoQuests: "Nie wybrano zadań!"
|
||||
journalDenied: "Nie możesz tego zrobić z księgą zadań."
|
||||
ENCHANTMENT_ARROW_DAMAGE: "Moc"
|
||||
ENCHANTMENT_ARROW_FIRE: "Płomień"
|
||||
ENCHANTMENT_ARROW_INFINITE: "Nieskończoność"
|
||||
ENCHANTMENT_ARROW_KNOCKBACK: "Uderzenie"
|
||||
ENCHANTMENT_BINDING_CURSE: "KlątwaUwiązania"
|
||||
ENCHANTMENT_DAMAGE_ALL: "Ostrość"
|
||||
ENCHANTMENT_DAMAGE_ARTHROPODS: "ZmoraStawonogów"
|
||||
ENCHANTMENT_DEPTH_STRIDER: "DepthStrider"
|
||||
ENCHANTMENT_DAMAGE_UNDEAD: "Porażenie"
|
||||
ENCHANTMENT_DIG_SPEED: "Wydajność"
|
||||
ENCHANTMENT_DURABILITY: "Niezniszczalność"
|
||||
ENCHANTMENT_FIRE_ASPECT: "ZaklętyOgień"
|
||||
ENCHANTMENT_FROST_WALKER: "FrostWalker"
|
||||
ENCHANTMENT_KNOCKBACK: "Odrzut"
|
||||
ENCHANTMENT_LOOT_BONUS_BLOCKS: "Fortuna"
|
||||
ENCHANTMENT_LOOT_BONUS_MOBS: "Szczęście"
|
||||
ENCHANTMENT_LUCK: "MorskaFortuna"
|
||||
ENCHANTMENT_LURE: "Przynęta"
|
||||
ENCHANTMENT_MENDING: "Naprawianie"
|
||||
ENCHANTMENT_OXYGEN: "Oddychanie"
|
||||
ENCHANTMENT_PROTECTION_ENVIRONMENTAL: "Ochrona"
|
||||
ENCHANTMENT_PROTECTION_EXPLOSIONS: "OchronaPrzedPodmuchem"
|
||||
ENCHANTMENT_PROTECTION_FALL: "PowolneOpadanie"
|
||||
ENCHANTMENT_PROTECTION_FIRE: "OchronaPrzedOgniem"
|
||||
ENCHANTMENT_PROTECTION_PROJECTILE: "OchronaPrzedPociskami"
|
||||
ENCHANTMENT_SILK_TOUCH: "JedwabnyDotyk"
|
||||
ENCHANTMENT_SWEEPING: "Zamachiwanie"
|
||||
ENCHANTMENT_THORNS: "Ciernie"
|
||||
ENCHANTMENT_VANISHING_CURSE: "KlątwaZnikania"
|
||||
ENCHANTMENT_WATER_WORKER: "OchronaPrzedWodą"
|
||||
COLOR_BLACK: "Czarny"
|
||||
COLOR_BLUE: "Niebieski"
|
||||
COLOR_BROWN: "Brown"
|
||||
COLOR_CYAN: "Błękitny"
|
||||
COLOR_GRAY: "Szary"
|
||||
COLOR_GREEN: "Zielony"
|
||||
COLOR_LIGHT_BLUE: "Jasnoniebieski"
|
||||
COLOR_LIME: "Jasnozielony"
|
||||
COLOR_MAGENTA: "Purpurowy"
|
||||
COLOR_ORANGE: "Pomarańczowy"
|
||||
COLOR_PINK: "Różowy"
|
||||
COLOR_PURPLE: "Fioletowy"
|
||||
COLOR_RED: "Czerwony"
|
||||
COLOR_SILVER: "Srebrny"
|
||||
COLOR_WHITE: "Biały"
|
||||
COLOR_YELLOW: "Żółty"
|
||||
timeDay: "Dzień"
|
||||
timeDays: "Dni"
|
||||
timeHour: "Godzina"
|
||||
timeHours: "Godzin"
|
||||
timeMinute: "Minuta"
|
||||
timeMinutes: "Minut"
|
||||
timeSecond: "Sekunda"
|
||||
timeSeconds: "Sekund"
|
||||
timeMillisecond: "Milisekunda"
|
||||
timeMilliseconds: "Milisekund"
|
||||
event: "Akcja"
|
||||
delay: "Opóźnienie"
|
||||
save: "Zapisz"
|
||||
exit: "Wyjdź"
|
||||
exited: "Opuszczono"
|
||||
cancel: "Anuluj"
|
||||
cancelled: "Anulowane"
|
||||
questTimeout: "Anulowane."
|
||||
back: "Cofnij"
|
||||
yesWord: "Tak"
|
||||
noWord: "Nie"
|
||||
"true": "prawda"
|
||||
"false": "fałsz"
|
||||
clear: "Wyczyść"
|
||||
edit: "Edytuj"
|
||||
none: "Brak"
|
||||
done: "Wykonane"
|
||||
comma: "przecinek"
|
||||
finish: "Zakończ"
|
||||
quit: "Opuść"
|
||||
noneSet: "Nic nie ustawiono"
|
||||
noDelaySet: "Nie ustawiono opóźnienia"
|
||||
noIdsSet: "Nie ustawiono ID"
|
||||
noNamesSet: "Nie ustawiono nazwy"
|
||||
worlds: "Światy"
|
||||
mobs: "Moby"
|
||||
points: "punkty"
|
||||
invalidOption: "Nie można tego zrobić!"
|
||||
npcHint: 'Informacja: Kliknij na NPC, by dostać jego ID.'
|
||||
listDuplicate: "Zawiera powtórzenia!"
|
||||
id: "ID"
|
||||
quest: "Zadanie"
|
||||
quests: "Zadania"
|
||||
createdBy: "Stworzony przez"
|
||||
continuedBy: "i kontynuowane przez"
|
||||
questPoints: "Punkty Zadań"
|
||||
accepted: "Zaakceptowane"
|
||||
complete: "Zakończ"
|
||||
redoable: "Odnawialne"
|
||||
usage: "Użycie"
|
||||
redoableEvery: "Odnawia się co <time>."
|
||||
requirements: "Wymagania"
|
||||
money: "Pieniądze"
|
||||
with: "Z"
|
||||
to: "do"
|
||||
blocksWithin: "w obrębie <amount> bloków"
|
||||
valRequired: "Wymagana jest wartość"
|
||||
enchantedItem: "*Zaczarowane*"
|
||||
experience: "Doświadczenie"
|
||||
timerMessage: '<green>Czas na ukończenie zadania: <red>%s sekund'
|
||||
timerStart: "<green>Masz <red>%s sekund<green> na zakończenie tego zadania"
|
||||
questErrorReadingFile: "Wystąpił błąd."
|
||||
questSaveError: "Wystąpił błąd podczas zapisu."
|
||||
questBlacklisted: "Jesteś na czarnej liście. Jeśli to błąd skontaktuj się z administracją."
|
858
src/main/resources/lang/pt/strings.yml
Normal file
858
src/main/resources/lang/pt/strings.yml
Normal file
@ -0,0 +1,858 @@
|
||||
---
|
||||
questFailed: "*QUEST FALHOU*"
|
||||
questMaxAllowed: "Você só pode ter até <number> Missões."
|
||||
questAlreadyOn: "Você já está na Quest!"
|
||||
questTooEarly: "Você não pode fazer <quest> pelos próximo <time>."
|
||||
questAlreadyCompleted: "Você já concluiu <quest>."
|
||||
questInvalidLocation: "Você não pode fazer <quest> neste local."
|
||||
questInvalidDeliveryItem: "<item>não é um item necessário para esta missão!"
|
||||
questSelectedLocation: "Localização seleccionada"
|
||||
questDisplayHelp: "-Exibir tela de ajuda"
|
||||
COMMAND_LIST: "lista"
|
||||
COMMAND_LIST_HELP: "[page] lista - lista de Quests disponíveis"
|
||||
COMMAND_TAKE: "take"
|
||||
COMMAND_TAKE_HELP: "take [quest name] - Accept a Quest"
|
||||
COMMAND_TAKE_USAGE: 'Use: /quests take [quest]'
|
||||
COMMAND_QUIT: "sair"
|
||||
COMMAND_QUIT_HELP: "quit [quest] - Quit a current Quest"
|
||||
COMMAND_EDITOR: "editor"
|
||||
COMMAND_EDITOR_HELP: "editor - Create/Edit Quests"
|
||||
COMMAND_EVENTS_EDITOR: "events"
|
||||
COMMAND_EVENTS_EDITOR_HELP: "events - Create/Edit Events"
|
||||
COMMAND_STATS: "stats"
|
||||
COMMAND_STATS_HELP: "stats - View your Questing stats"
|
||||
COMMAND_TOP: "top"
|
||||
COMMAND_TOP_HELP: "top [number] - View top Questers"
|
||||
COMMAND_TOP_USAGE: 'Usage: /quests top [number]'
|
||||
COMMAND_INFO: "info"
|
||||
COMMAND_INFO_HELP: "info - Display plugin information"
|
||||
COMMAND_JOURNAL: "journal"
|
||||
COMMAND_JOURNAL_HELP: "journal - View/Put away your Quest Journal"
|
||||
COMMAND_QUEST_HELP: "- Display current Quest objectives"
|
||||
COMMAND_QUESTINFO_HELP: "[quest name] - Display Quest information"
|
||||
COMMAND_QUESTADMIN_HELP: "- View Questadmin help"
|
||||
COMMAND_QUESTADMIN_STATS: "stats"
|
||||
COMMAND_QUESTADMIN_STATS_HELP: "stats [player] - View Questing statistics of a player"
|
||||
COMMAND_QUESTADMIN_GIVE: "give"
|
||||
COMMAND_QUESTADMIN_GIVE_HELP: "give [player] [quest] - Force a player to take a Quest"
|
||||
COMMAND_QUESTADMIN_QUIT: "quit"
|
||||
COMMAND_QUESTADMIN_QUIT_HELP: "quit [player] [quest] - Force a player to quit their Quest"
|
||||
COMMAND_QUESTADMIN_POINTS: "points"
|
||||
COMMAND_QUESTADMIN_POINTS_HELP: "points [player] [amount] - Set a players Quest Points"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [player] [amount] - Take a players Quest Points"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [player] [amount] - Give a player Quest Points"
|
||||
COMMAND_QUESTADMIN_POINTSALL: "pointsall"
|
||||
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] - Set ALL players' Quest Points"
|
||||
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||
COMMAND_QUESTADMIN_FINISH_HELP: "finish [player] [quest] - Immediately force Quest completion for a player"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE: "nextstage"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "nextstage [player] [quest] - Immediately force Stage completion for a player"
|
||||
COMMAND_QUESTADMIN_SETSTAGE: "setstage"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_HELP: "setstage [player] [quest] [stage] - Set the current Stage for a player"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Usage: /questadmin setstage [player] [quest] [stage]'
|
||||
COMMAND_QUESTADMIN_PURGE: "purge"
|
||||
COMMAND_QUESTADMIN_PURGE_HELP: "purge [player] - Clear all Quests data of a player AND BLACKLISTS THEM"
|
||||
COMMAND_QUESTADMIN_RESET: "reset"
|
||||
COMMAND_QUESTADMIN_RESET_HELP: "reset [player] - Clear all Quests data of a player"
|
||||
COMMAND_QUESTADMIN_REMOVE: "remove"
|
||||
COMMAND_QUESTADMIN_REMOVE_HELP: "remove [player] [quest] - Remove a completed Quest from a player"
|
||||
COMMAND_QUESTADMIN_TOGGLEGUI: "togglegui"
|
||||
COMMAND_QUESTADMIN_TOGGLEGUI_HELP: "togglegui [npc id] - Toggle GUI Quest Display on an NPC"
|
||||
COMMAND_QUESTADMIN_RELOAD: "reload"
|
||||
COMMAND_QUESTADMIN_RELOAD_HELP: "reload - Reload all Quests"
|
||||
questEditorHeader: "Create Quest"
|
||||
questEditorCreate: "Create new Quest"
|
||||
questEditorEdit: "Edit a Quest"
|
||||
questEditorDelete: "Delete Quest"
|
||||
questEditorName: "Set name"
|
||||
questEditorAskMessage: "Set ask message"
|
||||
questEditorFinishMessage: "Set finish message"
|
||||
questEditorRedoDelay: "Set redo delay"
|
||||
questEditorNPCStart: "Set NPC start"
|
||||
questEditorBlockStart: "Set Block start"
|
||||
questEditorInitialEvent: "Set initial Event"
|
||||
questEditorSetGUI: "Set GUI Item display"
|
||||
questEditorReqs: "Edit Requirements"
|
||||
questEditorStages: "Edit Stages"
|
||||
questEditorRews: "Edit Rewards"
|
||||
questEditorEnterQuestName: "Enter Quest name (or 'cancel' to return)"
|
||||
questEditorEditEnterQuestName: "Enter Quest name to edit (or 'cancel' to return)"
|
||||
questEditorEnterAskMessage: "Enter ask message (or 'cancel' to return)"
|
||||
questEditorEnterFinishMessage: "Enter finish message (or 'cancel' to return)"
|
||||
questEditorEnterRedoDelay: "Enter amount of time (in seconds), 0 to clear the redo delay or -1 to cancel"
|
||||
questEditorEnterNPCStart: "Enter NPC ID, -1 to clear the NPC start or -2 to cancel"
|
||||
questEditorEnterBlockStart: "Right-click on a block to use as a start point, then enter 'done' to save, or enter 'clear' to clear the block start, or 'cancel' to return"
|
||||
questEditorEnterInitialEvent: "Enter an Event name, or enter 'clear' to clear the initial Event, or 'cancel' to return"
|
||||
questRequiredNoneSet: "Required, none set"
|
||||
questWGSetRegion: "Set Region"
|
||||
questWGNotInstalled: "WorldGuard not installed"
|
||||
questWGPrompt: "Enter WorldGuard region, or enter 'clear' to clear the region, or 'cancel' to return."
|
||||
questWGInvalidRegion: "<region> is not a valid WorldGuard region!"
|
||||
questWGRegionCleared: "Quest region cleared."
|
||||
questCitNotInstalled: "Citizens not installed"
|
||||
questDenNotInstalled: "Denizen not installed"
|
||||
questGUIError: 'Error: That item is already being used as the GUI Display for the Quest <quest>.'
|
||||
questCurrentItem: "Current item:"
|
||||
questSetItem: "Set Item"
|
||||
questClearItem: "Clear Item"
|
||||
questGUICleared: "Quest GUI Item Display cleared."
|
||||
questDeleted: "Quest deleted! Quests and Events have been reloaded."
|
||||
questEditorNameExists: "A Quest with that name already exists!"
|
||||
questEditorBeingEdited: "Someone is creating/editing a Quest with that name!"
|
||||
questEditorInvalidQuestName: "Name may not contain periods or commas!"
|
||||
questEditorInvalidEventName: "is not a valid event name!"
|
||||
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 Event 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: "Quest saved! (You will need to perform a Quest reload for it to appear)"
|
||||
questEditorExited: "Are you sure you want to exit without saving?"
|
||||
questEditorDeleted: "Are you sure you want to delete the Quest"
|
||||
questEditorNoPermsCreate: "You do not have permission to create Quests."
|
||||
questEditorNoPermsEdit: "You do not have permission to edit Quests."
|
||||
questEditorNoPermsDelete: "You do not have permission to delete Quests."
|
||||
stageEditorEditStage: "Edit Stage"
|
||||
stageEditorNewStage: "Add new Stage"
|
||||
stageEditorStages: "Stages"
|
||||
stageEditorStage: "Stage"
|
||||
stageEditorBreakBlocks: "Break Blocks"
|
||||
stageEditorDamageBlocks: "Damage Blocks"
|
||||
stageEditorPlaceBlocks: "Place Blocks"
|
||||
stageEditorUseBlocks: "Use Blocks"
|
||||
stageEditorCutBlocks: "Cut Blocks"
|
||||
stageEditorCatchFish: "Catch Fish"
|
||||
stageEditorFish: "fish"
|
||||
stageEditorKillPlayers: "Kill Players"
|
||||
stageEditorPlayers: "players"
|
||||
stageEditorEnchantItems: "Enchant Items"
|
||||
stageEditorDeliverItems: "Deliver Items"
|
||||
stageEditorTalkToNPCs: "Talk to NPCs"
|
||||
stageEditorKillNPCs: "Kill NPCs"
|
||||
stageEditorKillMobs: "Kill Mobs"
|
||||
stageEditorReachLocs: "Reach locations"
|
||||
stageEditorReachRadii1: "Reach within"
|
||||
stageEditorReachRadii2: "blocks of"
|
||||
stageEditorTameMobs: "Tame Mobs"
|
||||
stageEditorShearSheep: "Shear Sheep"
|
||||
stageEditorEvents: "Events"
|
||||
stageEditorStageEvents: "Stage Events"
|
||||
stageEditorStartEvent: "Start Event"
|
||||
stageEditorStartEventCleared: "Start Event cleared."
|
||||
stageEditorFinishEvent: "Finish Event"
|
||||
stageEditorFinishEventCleared: "Finish Event cleared."
|
||||
stageEditorChatEvents: "Chat Events"
|
||||
stageEditorChatTrigger: "Chat Trigger"
|
||||
stageEditorTriggeredBy: "Triggered by"
|
||||
stageEditorChatEventsCleared: "Chat Events cleared."
|
||||
stageEditorDeathEvent: "Death Event"
|
||||
stageEditorDeathEventCleared: "Death Event cleared."
|
||||
stageEditorDisconnectEvent: "Disconnect Event"
|
||||
stageEditorDisconnectEventCleared: "Disconnect Event 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 durability"
|
||||
stageEditorSetDamageAmounts: "Set damage amounts"
|
||||
stageEditorSetPlaceAmounts: "Set place amounts"
|
||||
stageEditorSetUseAmounts: "Set use amounts"
|
||||
stageEditorSetCutAmounts: "Set cut amounts"
|
||||
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 Objectives"
|
||||
stageEditorAddPasswordDisplay: "Add password display"
|
||||
stageEditorAddPasswordPhrases: "Add password phrase(s)"
|
||||
stageEditorNoPasswordDisplays: "No password displays set"
|
||||
stageObjectiveOverride: "Objective Display Override"
|
||||
stageEditorCustom: "Custom Objectives"
|
||||
stageEditorNoModules: "No modules loaded"
|
||||
stageEditorModuleNotFound: "Custom objective module not found."
|
||||
stageEditorCustomPrompt: "Enter the name of a custom objective to add, or enter 'clear' to clear all custom objectives, or 'cancel' to return."
|
||||
stageEditorCustomAlreadyAdded: "That custom objective has already been added!"
|
||||
stageEditorCustomCleared: "Custom objectives cleared."
|
||||
stageEditorCustomDataPrompt: "Enter value for <data>:"
|
||||
stageEditorEnterBlockNames: "Enter block names (or IDs), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorBreakBlocksPrompt: "Enter break amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorDamageBlocksPrompt: "Enter damage amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorPlaceBlocksPrompt: "Enter place amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorUseBlocksPrompt: "Enter use amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorCutBlocksPrompt: "Enter cut amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorEnterBlockDurability: "Enter block durability (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorCatchFishPrompt: "Enter number of fish to catch, or 0 to clear the fish catch objective, or -1 to cancel"
|
||||
stageEditorKillPlayerPrompt: "Enter number of players to kill, or 0 to clear the player kill objective, or -1 to cancel"
|
||||
stageEditorEnchantTypePrompt: "Enter enchantment names, separating each one by a comma, or enter 'cancel' to return."
|
||||
stageEditorEnchantAmountsPrompt: "Enter enchant amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorItemNamesPrompt: "Enter item names, separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorNPCPrompt: "Enter NPC ids, separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorNPCToTalkToPrompt: "Enter NPC IDs, separating each one by a space, or enter 'clear' to clear the NPC ID list, or 'cancel' to return."
|
||||
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
||||
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobAmountsPrompt: "Enter mob amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the kill location list, or enter 'cancel' to return"
|
||||
stageEditorMobLocationRadiiPrompt: "Enter kill location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
||||
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorReachLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||
stageEditorTameAmountsPrompt: "Enter tame amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorShearColorsPrompt: "Enter sheep colors separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorShearAmountsPrompt: "Enter shear amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorEventsPrompt: "Enter an event name, or enter 'clear' to clear the event, or 'cancel' to return"
|
||||
stageEditorChatEventsPrompt: "Enter an event name to add, or enter 'clear' to clear all chat events, or 'cancel' to return"
|
||||
stageEditorChatEventsTriggerPromptA: "Enter a chat trigger for"
|
||||
stageEditorChatEventsTriggerPromptB: "or enter 'cancel' to return."
|
||||
stageEditorDelayPrompt: "Enter time (in seconds), or enter 'clear' to clear the delay, or 'cancel' to return"
|
||||
stageEditorDelayMessagePrompt: "Enter delay message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorScriptPrompt: "Enter script name, or enter 'clear' to clear the script, or 'cancel' to return"
|
||||
stageEditorStartMessagePrompt: "Enter start message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorCompleteMessagePrompt: "Enter complete message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorPasswordDisplayPrompt: "Enter a password display, or 'cancel' to return"
|
||||
stageEditorPasswordDisplayHint: "(This is the text that will be displayed to the player as their objective)"
|
||||
stageEditorPasswordPhrasePrompt: "Enter a password phrase, or 'cancel' to return"
|
||||
stageEditorPasswordPhraseHint1: "(This is the text that a player has to say to complete the objective)"
|
||||
stageEditorPasswordPhraseHint2: "If you want multiple password phrases, seperate them by a | (pipe)"
|
||||
stageEditorObjectiveOverridePrompt: "Enter objective display override, or 'clear' to clear the override, or 'cancel' to return."
|
||||
stageEditorObjectiveOverrideHint: "(The objective display override will show up as the players current objective)"
|
||||
stageEditorObjectiveOverrideCleared: "Objective display override cleared."
|
||||
stageEditorDeliveryAddItem: "Add item"
|
||||
stageEditorDeliveryNPCs: "Set NPC IDs"
|
||||
stageEditorDeliveryMessages: "Set delivery messages"
|
||||
stageEditorContainsDuplicates: "List contains duplicates!"
|
||||
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!"
|
||||
stageEditorInvalidNumber: "is not a number!"
|
||||
stageEditorInvalidDye: "is not a valid dye color!"
|
||||
stageEditorInvalidEvent: "is not a valid event name!"
|
||||
stageEditorDuplicateEvent: "Event is already in the list!"
|
||||
stageEditorInvalidDelay: "Delay must be at least one second!"
|
||||
stageEditorInvalidScript: "Denizen script not found!"
|
||||
stageEditorNoCitizens: "Citizens is not installed!"
|
||||
stageEditorNoDenizen: "Denizen is not installed!"
|
||||
stageEditorPositiveAmount: "You must enter a positive number!"
|
||||
stageEditorNoNumber: "Input was not a number!"
|
||||
stageEditorNotGreaterThanZero: "is not greater than 0!"
|
||||
stageEditorNotListofNumbers: "Invalid entry, input was not a list of numbers!"
|
||||
stageEditorNoDelaySet: "You must set a delay first!"
|
||||
stageEditorNoBlockNames: "You must set block names first!"
|
||||
stageEditorNoEnchantments: "You must set enchantments first!"
|
||||
stageEditorNoItems: "You must add items first!"
|
||||
stageEditorNoDeliveryMessage: "You must set at least one delivery message!"
|
||||
stageEditorNoNPCs: "You must set NPC IDs first!"
|
||||
stageEditorNoMobTypes: "You must set mob types first!"
|
||||
stageEditorNoKillLocations: "You must set kill locations first!"
|
||||
stageEditorNoBlockSelected: "You must select a block first."
|
||||
stageEditorNoColors: "You must set colors first!"
|
||||
stageEditorNoLocations: "You must set locations first!"
|
||||
stageEditorNoEnchantmentsSet: "No enchantments set"
|
||||
stageEditorNoItemsSet: "No items set"
|
||||
stageEditorNoMobTypesSet: "No mob types set"
|
||||
stageEditorNoLocationsSet: "No locations set"
|
||||
stageEditorNoColorsSet: "No colors set"
|
||||
stageEditorListNotSameSize: "The block names list and the amounts list are not the same size!"
|
||||
stageEditorEnchantmentNotSameSize: "The enchantments list, the item id list and the enchant amount list are not the same size!"
|
||||
stageEditorDeliveriesNotSameSize: "The item list and the NPC list are not equal in size!"
|
||||
stageEditorNPCKillsNotSameSize: "The NPC IDs list and the kill amounts list are not the same size!"
|
||||
stageEditorAllListsNotSameSize: "All of your lists are not the same size!"
|
||||
stageEditorMobTypesNotSameSize: "The mob types list and the mob amounts list are not the same size!"
|
||||
stageEditorTameMobsNotSameSize: "The mob types list and the tame amounts list are not the same size!"
|
||||
stageEditorShearNotSameSize: "The sheep colors list and the shear amounts list are not the same size!"
|
||||
stageEditorMustSetPasswordDisplays: "You must add at least one password display first!"
|
||||
stageEditorAddPasswordCleared: "Password Objectives cleared."
|
||||
stageEditorPasswordNotSameSize: "The password display and password phrase lists are not the same size!"
|
||||
stageEditorListContainsDuplicates: " List contains duplicates!"
|
||||
stageEditorDelayCleared: "Delay cleared."
|
||||
stageEditorDelayMessageCleared: "Delay message cleared."
|
||||
stageEditorDenizenCleared: "Denizen script cleared."
|
||||
stageEditorBreakBlocksCleared: "Break blocks objective cleared."
|
||||
stageEditorDamageBlocksCleared: "Damage blocks objective cleared."
|
||||
stageEditorPlaceBlocksCleared: "Place blocks objective cleared."
|
||||
stageEditorUseBlocksCleared: "Use blocks objective cleared."
|
||||
stageEditorCutBlocksCleared: "Cut blocks objective cleared."
|
||||
stageEditorEnchantmentsCleared: "Enchantment objective cleared."
|
||||
stageEditorDeliveriesCleared: "Delivery objective cleared."
|
||||
stageEditorReachLocationsCleared: "Reach Locations objective cleared."
|
||||
stageEditorKillNPCsCleared: "Kill NPCs objective cleared."
|
||||
stageEditorKillMobsCleared: "Kill Mobs objective cleared."
|
||||
stageEditorTameCleared: "Tame Mobs objective cleared."
|
||||
stageEditorShearCleared: "Shear Sheep objective cleared."
|
||||
stageEditorStartMessageCleared: "Start message cleared."
|
||||
stageEditorCompleteMessageCleared: "Complete message cleared."
|
||||
stageEditorConfirmStageDelete: "Are you sure you want to delete this stage?"
|
||||
stageEditorConfirmStageNote: "Any Stages after will be shifted back one spot"
|
||||
stageEditorDeleteSucces: "Stage deleted successfully."
|
||||
stageEditorEnchantments: "Enchantments"
|
||||
stageEditorNPCNote: 'Note: You may specify the name of the NPC with <npc>'
|
||||
stageEditorOptional: "Optional"
|
||||
stageEditorColors: "Sheep Colors"
|
||||
allListsNotSameSize: "All of your lists are not the same size!"
|
||||
eventEditorCreate: "Create new Event"
|
||||
eventEditorEdit: "Edit an Event"
|
||||
eventEditorDelete: "Delete an Event"
|
||||
eventEditorCreatePermisssions: "You do not have permission to create new Events."
|
||||
eventEditorEditPermisssions: "You do not have permission to edit Events."
|
||||
eventEditorDeletePermisssions: "You do not have permission to delete Events."
|
||||
eventEditorNoneToEdit: "No Events currently exist to be edited!"
|
||||
eventEditorNoneToDelete: "No Events currently exist to be deleted!"
|
||||
eventEditorNotFound: "Event not found!"
|
||||
eventEditorExists: "Event already exists!"
|
||||
eventEditorSomeone: "Someone is already creating or editing an Event with that name!"
|
||||
eventEditorAlpha: "Name must be alphanumeric!"
|
||||
eventEditorErrorReadingFile: "Error reading Events file."
|
||||
eventEditorErrorSaving: "An error occurred while saving."
|
||||
eventEditorDeleted: "Event deleted, Quests and Events reloaded."
|
||||
eventEditorSaved: "Event saved, Quests and Events reloaded."
|
||||
eventEditorEnterEventName: "Enter an Event name, or 'cancel' to return."
|
||||
eventEditorDeletePrompt: "Are you sure you want to delete the Event"
|
||||
eventEditorQuitWithoutSaving: "Are you sure you want to quit without saving?"
|
||||
eventEditorFinishAndSave: "Are you sure you want to finish and save the Event"
|
||||
eventEditorModifiedNote: 'Note: You have modified an Event that the following Quests use:'
|
||||
eventEditorForcedToQuit: "If you save the Event, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||
eventEditorEventInUse: "The following Quests use the Event"
|
||||
eventEditorMustModifyQuests: "eventEditorNotFound"
|
||||
eventEditorListSizeMismatch: "The lists are not the same size!"
|
||||
eventEditorListDuplicates: "List contains duplicates!"
|
||||
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||
eventEditorInvalidEntry: "Invalid entry"
|
||||
eventEditorSetName: "Set name"
|
||||
eventEditorSetMessage: "Set message"
|
||||
eventEditorClearInv: "Clear player 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: "Set potion effects"
|
||||
eventEditorSetHunger: "Set player hunger level"
|
||||
eventEditorSetSaturation: "Set player saturation level"
|
||||
eventEditorSetHealth: "Set player health level"
|
||||
eventEditorEnterTimerSeconds: "Set number of seconds left before the quest fails (use cancel-timer event to cancel timers)"
|
||||
eventEditorSetTimer: "Set time to fail quest"
|
||||
eventEditorCancelTimer: "Cancel the quest timer"
|
||||
eventEditorSetTeleport: "Set player teleport location"
|
||||
eventEditorSetCommands: "Set commands to execute"
|
||||
eventEditorItems: "Event Items"
|
||||
eventEditorSetItems: "Give items"
|
||||
eventEditorItemsCleared: "Event items cleared."
|
||||
eventEditorAddItem: "Add item"
|
||||
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!"
|
||||
eventEditorNotGreaterThanZero: "is not greater than 0!"
|
||||
eventEditorNotANumber: "is not a number!"
|
||||
eventEditorStorm: "Event 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, or enter 'cancel' to return"
|
||||
eventEditorEnterDuration: "Enter duration (in seconds)"
|
||||
eventEditorAtLeastOneSecond: "Amount must be at least 1 second!"
|
||||
eventEditorNotGreaterThanOneSecond: "is not greater than 1 second!"
|
||||
eventEditorThunder: "Event Thunder"
|
||||
eventEditorMustSetThunderDuration: "You must set a thunder duration!"
|
||||
eventEditorThunderCleared: "Thunder data cleared."
|
||||
eventEditorEnterThunderWorld: "Enter a world name for the thunder to occur in, or enter 'cancel' to return"
|
||||
eventEditorEffects: "Event Effects"
|
||||
eventEditorAddEffect: "Add effect"
|
||||
eventEditorAddEffectLocation: "Add effect location"
|
||||
eventEditorNoEffects: "No effects set"
|
||||
eventEditorMustAddEffects: "You must add effects first!"
|
||||
eventEditorInvalidEffect: "is not a valid effect name!"
|
||||
eventEditorEffectsCleared: "Event effects cleared."
|
||||
eventEditorEffectLocationPrompt: "Right-click on a block to play an effect at, then enter 'add' to add it to the list, or enter 'cancel' to return"
|
||||
eventEditorMobSpawns: "Event Mob Spawns"
|
||||
eventEditorAddMobTypes: "Add mob"
|
||||
eventEditorNoTypesSet: "(No type set)"
|
||||
eventEditorMustSetMobTypesFirst: "You must set the mob type first!"
|
||||
eventEditorSetMobAmounts: "Set mob amount"
|
||||
eventEditorNoAmountsSet: "(No amounts set)"
|
||||
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"
|
||||
eventEditorSetMobSpawnLoc: "Right-click on a block to spawn a mob at, then enter 'add' to the confirm it, or enter 'cancel' to return"
|
||||
eventEditorSetMobSpawnAmount: "Set the amount of mobs to spawn"
|
||||
eventEditorSetDropChance: "Set the drop chance"
|
||||
eventEditorInvalidDropChance: "Drop chance has to be between 0.0 and 1.0"
|
||||
eventEditorLightningPrompt: "Right-click on a block to spawn a lightning strike at, then enter 'add' to add it to the list, or enter 'clear' to clear the locations list, or 'cancel' to return"
|
||||
eventEditorPotionEffects: "Event 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!"
|
||||
eventEditorNoDurationsSet: "(No durations set)"
|
||||
eventEditorSetPotionMagnitudes: "Set potion effect magnitudes"
|
||||
eventEditorPotionsCleared: "Potion effects cleared."
|
||||
eventEditorInvalidPotionType: "is not a valid potion effect type!"
|
||||
eventEditorEnterNPCId: "Enter NPC ID (or -1 to return)"
|
||||
eventEditorNoNPCExists: "No NPC exists with that id!"
|
||||
eventEditorExplosionPrompt: "Right-click on a block to spawn an explosion at, then enter 'add' to add it to the list, or enter 'clear' to clear the explosions list, or 'cancel' to return"
|
||||
eventEditorSelectBlockFirst: "You must select a block first."
|
||||
eventEditorSetMessagePrompt: "Enter message, or enter 'none' to delete, (or 'cancel' to return)"
|
||||
eventEditorSetItemNamesPrompt: "Enter item names separating each one by a space, or enter 'cancel' to return."
|
||||
eventEditorSetItemAmountsPrompt: "Enter item amounts (numbers) separating each one by a space, or enter 'cancel' to return."
|
||||
eventEditorSetMobTypesPrompt: "Enter mob name, or enter 'cancel' to return"
|
||||
eventEditorSetMobAmountsPrompt: "Enter mob amount, or enter 'cancel' to return"
|
||||
eventEditorSetMobNamePrompt: "Set the name for this mob, or enter 'cancel' to return"
|
||||
eventEditorSetMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the mob spawn location list, or enter 'cancel' to return"
|
||||
eventEditorSetPotionEffectsPrompt: "Enter potion effect types separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetPotionDurationsPrompt: "Enter effect durations (in milliseconds) separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetHungerPrompt: "Enter hunger level, or -1 to remove it"
|
||||
eventEditorHungerLevelAtLeastZero: "Hunger level must be at least 0!"
|
||||
eventEditorSetSaturationPrompt: "Enter saturation level, or -1 to remove it"
|
||||
eventEditorSaturationLevelAtLeastZero: "Saturation level must be at least 0!"
|
||||
eventEditorSetHealthPrompt: "Enter health level, or -1 to remove it"
|
||||
eventEditorHealthLevelAtLeastZero: "Health level must be at least 0!"
|
||||
eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to, then enter 'done' to finish, or enter 'clear' to clear the teleport location, or 'cancel' to return"
|
||||
eventEditorCommandsNote: 'Note: You may use <player> to refer to the player''s name.'
|
||||
eventEditorSetCommandsPrompt: "Enter commands separating each one by a comma, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
reqSetMoney: "Set money requirement"
|
||||
reqSetQuestPoints: "Set Quest Points requirement"
|
||||
reqSetItem: "Set item requirements"
|
||||
reqSetPerms: "Set permission requirements"
|
||||
reqSetQuest: "Set Quest requirements"
|
||||
reqSetQuestBlocks: "Set Quest blocks"
|
||||
reqSetMcMMO: "Set mcMMO requirements"
|
||||
reqSetHeroes: "Set Heroes requirements"
|
||||
reqSetCustom: "Custom requirements"
|
||||
reqSetFail: "Set fail requirements message"
|
||||
reqSetSkills: "Set skills"
|
||||
reqSetSkillAmounts: "Set skill amounts"
|
||||
reqHeroesSetPrimary: "Set Primary Class"
|
||||
reqHeroesSetSecondary: "Set Secondary Class"
|
||||
reqMoneyPrompt: "Enter amount of <money>, or 0 to clear the money requirement, or -1 to cancel"
|
||||
reqQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point requirement, or -1 to cancel"
|
||||
reqQuestPrompt: "Enter a list of Quest names separating each one by a <comma>, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqRemoveItemsPrompt: "Enter a list of true/false values, separating each one by a space, or enter 'cancel' to return."
|
||||
reqPermissionsPrompt: "Enter permission requirements separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
reqCustomPrompt: "Enter the name of a custom requirement to add, or enter 'clear' to clear all custom requirements, or 'cancel' to return."
|
||||
reqMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqMcMMOAmountsPrompt: "Enter mcMMO skill amounts, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqHeroesPrimaryPrompt: "Enter a Heroes Primary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||
reqHeroesSecondaryPrompt: "Enter a Heroes Secondary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||
reqFailMessagePrompt: "Enter fail requirements message, or enter 'cancel' to return."
|
||||
reqAddItem: "Add item"
|
||||
reqSetRemoveItems: "Set remove items"
|
||||
reqNoItemsSet: "No items set"
|
||||
reqNoValuesSet: "No values set"
|
||||
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||
reqGreaterThanZero: "Amount must be greater than 0!"
|
||||
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||
reqItemCleared: "Item requirements cleared."
|
||||
reqListsNotSameSize: "The items list and remove items list are not the same size!"
|
||||
reqTrueFalseError: '<input> is not a true or false value!%br%Example: true false true true'
|
||||
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||
reqCustomNotFound: "Custom requirement module not found."
|
||||
reqCustomCleared: "Custom requirements cleared."
|
||||
reqMcMMOError: "<input> is not an mcMMO skill name!"
|
||||
reqMcMMOCleared: "mcMMO skill requirements cleared."
|
||||
reqMcMMOAmountsCleared: "mcMMO 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!"
|
||||
reqNone: "No requirements set"
|
||||
reqNotANumber: "<input> is not a number!"
|
||||
reqMustAddItem: "You must add at least one item first!"
|
||||
reqNoMessage: "You must set a fail requirements message!"
|
||||
reqNoMcMMO: "mcMMO not installed"
|
||||
reqNoHeroes: "Heroes not installed"
|
||||
rewSetMoney: "Set money reward"
|
||||
rewSetQuestPoints: "Set Quest Points reward"
|
||||
rewSetItems: "Set item rewards"
|
||||
rewSetExperience: "Set experience reward"
|
||||
rewSetCommands: "Set command rewards"
|
||||
rewSetPermission: "Set permission rewards"
|
||||
rewSetMcMMO: "Set mcMMO 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>, or 0 to clear the money reward, or -1 to cancel"
|
||||
rewExperiencePrompt: "Enter amount of experience, or 0 to clear the experience reward, or -1 to cancel"
|
||||
rewCommandPrompt: "Enter command rewards separating each one by a <comma>, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
rewCommandPromptHint: 'Note: You may put <player> to specify the player who completed the Quest. e.g. smite <player>'
|
||||
rewPermissionsPrompt: "Enter permission rewards separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
rewQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point reward, or -1 to cancel"
|
||||
rewMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'cancel' to return."
|
||||
rewMcMMOPromptHint: 'Note: Typing ''All'' will give levels to all skills.'
|
||||
rewHeroesClassesPrompt: "Enter Heroes classes separating each one by a space, or enter 'cancel' to return."
|
||||
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed) separating each one by a space, or enter 'cancel' to return."
|
||||
rewPhatLootsPrompt: "Enter PhatLoots separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
rewCustomRewardPrompt: "Enter the name of a custom reward to add, or enter 'clear' to clear all custom rewards, or 'cancel' to return."
|
||||
rewItemsCleared: "Item rewards cleared."
|
||||
rewNoMcMMOSkills: "No skills set"
|
||||
rewNoHeroesClasses: "No classes set"
|
||||
rewSetMcMMOSkillsFirst: "You must set skills first!"
|
||||
rewMcMMOCleared: "mcMMO rewards cleared."
|
||||
rewMcMMOListsNotSameSize: "The skills list and skill amounts list are not the same size!"
|
||||
rewSetHeroesClassesFirst: "You must set classes first!"
|
||||
rewHeroesCleared: "Heroes rewards cleared."
|
||||
rewHeroesListsNotSameSize: "The classes list and experience amounts list are not the same size!"
|
||||
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."
|
||||
rewNoPhat: "PhatLoots not installed"
|
||||
itemCreateLoadHand: "Load item in hand"
|
||||
itemCreateSetName: "Set name"
|
||||
itemCreateSetAmount: "Set amount"
|
||||
itemCreateSetDurab: "Set durability"
|
||||
itemCreateSetEnchs: "Add/clear enchantments"
|
||||
itemCreateSetDisplay: "Set display name"
|
||||
itemCreateSetLore: "Set lore"
|
||||
itemCreateEnterName: "Enter an item name, or 'cancel' to return."
|
||||
itemCreateEnterAmount: "Enter item amount (max. 64), or 'cancel' to return."
|
||||
itemCreateEnterDurab: "Enter item durability, or 'clear' to clear the data, or 'cancel' to return."
|
||||
itemCreateEnterEnch: "Enter an enchantment name, or 'clear' to clear the enchantments, or 'cancel' to return."
|
||||
itemCreateEnterLevel: "Enter a level (number) for <enchantment>"
|
||||
itemCreateEnterDisplay: "Enter item display name, or 'clear' to clear the display name, or 'cancel' to return."
|
||||
itemCreateEnterLore: "Enter item lore, separating each line by a semi-colon ; or 'clear' to clear the lore, or 'cancel' to return."
|
||||
itemCreateLoaded: "Item loaded."
|
||||
itemCreateNoItem: "No item in hand!"
|
||||
itemCreateNoName: "You must set a name first!"
|
||||
itemCreateInvalidName: "Invalid item name!"
|
||||
itemCreateInvalidAmount: "Amount must be between 1-64!"
|
||||
itemCreateInvalidDurab: "Invalid item durability!"
|
||||
itemCreateInvalidEnch: "Invalid enchantment name!"
|
||||
itemCreateInvalidLevel: "Level must be greater than 0!"
|
||||
itemCreateInvalidInput: "Invalid input!"
|
||||
itemCreateNotNumber: "Input was not a number!"
|
||||
itemCreateNoNameAmount: "You must set a name and amount first!"
|
||||
itemCreateCriticalError: "A critical error has occurred."
|
||||
questTitle: "-- <quest> --"
|
||||
questObjectivesTitle: "---(<quest>)---"
|
||||
questCompleteTitle: '**QUEST COMPLETE: <quest>**'
|
||||
questRewardsTitle: "Rewards:"
|
||||
journalTitle: "Quest Journal"
|
||||
questsTitle: "- Quests -"
|
||||
questHelpTitle: "- Quests -"
|
||||
questListTitle: "- Quests -"
|
||||
questNPCListTitle: "- Quests | <npc> -"
|
||||
questAdminHelpTitle: "- Questadmin -"
|
||||
questEditorTitle: "- Quest Editor -"
|
||||
eventEditorTitle: "- Event Editor - "
|
||||
questCreateTitle: "- Create Quest -"
|
||||
questEditTitle: "- Edit Quest -"
|
||||
questDeleteTitle: "- Delete Quest -"
|
||||
requirementsTitle: "- <quest> | Requirements -"
|
||||
rewardsTitle: "- <quest> | Rewards -"
|
||||
itemRequirementsTitle: "- Item Requirements -"
|
||||
itemRewardsTitle: "- Item Rewards -"
|
||||
mcMMORequirementsTitle: "- mcMMO Requirements -"
|
||||
mcMMORewardsTitle: "- mcMMO 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: "- Event -"
|
||||
completedQuestsTitle: "- Completed Quests -"
|
||||
topQuestersTitle: "- Top <number> Questers -"
|
||||
createItemTitle: "- Create Item -"
|
||||
enchantmentsTitle: "- Enchantments -"
|
||||
questGUITitle: "- GUI Item Display -"
|
||||
questRegionTitle: "- Quest Region -"
|
||||
eventEditorGiveItemsTitle: "- Give Items -"
|
||||
eventEditorEffectsTitle: "- Effects -"
|
||||
eventEditorStormTitle: "- Event Storm -"
|
||||
eventEditorThunderTitle: "- Event Thunder -"
|
||||
eventEditorMobSpawnsTitle: "- Event Mob Spawns -"
|
||||
eventEditorMobsTitle: "- Mobs -"
|
||||
eventEditorAddMobTypesTitle: "- Add Mob -"
|
||||
eventEditorPotionEffectsTitle: "- Event Potion Effects -"
|
||||
eventEditorPotionTypesTitle: "- Event Potion Types -"
|
||||
eventEditorWorldsTitle: "- Worlds -"
|
||||
effBlazeShoot: "Sound of a Blaze firing"
|
||||
effBowFire: "Sound of a bow firing"
|
||||
effClick1: "A click sound"
|
||||
effClick2: "A different click sound"
|
||||
effDoorToggle: "Sound of a door opening or closing"
|
||||
effExtinguish: "Sound of fire being extinguished"
|
||||
effGhastShoot: "Sound of a Ghast firing"
|
||||
effGhastShriek: "Sound of a Ghast shrieking"
|
||||
effZombieWood: "Sound of a Zombie chewing an iron door"
|
||||
effZombieIron: "Sound of a Zombie chewing a wooden door"
|
||||
effEnterName: "Enter an effect name to add it to the list, or enter 'cancel' to return"
|
||||
cmdCancel: "cancel"
|
||||
cmdAdd: "add"
|
||||
cmdClear: "clear"
|
||||
cmdNone: "none"
|
||||
cmdDone: "done"
|
||||
acceptQuest: "Accept Quest?"
|
||||
enterAnOption: "Enter an option"
|
||||
questAccepted: 'Quest accepted: <quest>'
|
||||
currentQuest: "Current Quests:"
|
||||
noMoreQuest: "No more quests available."
|
||||
damage: "Damage"
|
||||
break: "Break"
|
||||
place: "Place"
|
||||
use: "Use"
|
||||
cut: "Cut"
|
||||
catchFish: "Catch Fish"
|
||||
enchantItem: "Enchant <item> with <enchantment>"
|
||||
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."
|
||||
invalidSelection: "Invalid selection!"
|
||||
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'"
|
||||
questPointsDisplay: "Quest points:"
|
||||
questNoDrop: "You may not drop Quest items."
|
||||
questNoBrew: "You may not brew Quest items."
|
||||
questNoStore: "You may not store Quest items."
|
||||
questNoCraft: "You may not craft Quest items."
|
||||
questNoEquip: "You may not equip Quest items."
|
||||
questNoDispense: "You may not put Quest items in dispensers."
|
||||
questNoEnchant: "You may not enchant Quest items."
|
||||
questNoSmelt: "You may not smelt using Quest items."
|
||||
questInfoNoPerms: "You do not have permission to view a Quest's information."
|
||||
questCmdNoPerms: "You do not have access to that command."
|
||||
pageSelectionNum: "Page selection must be a number."
|
||||
pageSelectionPosNum: "Page selection must be a positive number."
|
||||
questListNoPerms: "You do not have permission to view the Quests list."
|
||||
questTakeNoPerms: "You do not have permission to take Quests via commands."
|
||||
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||
questQuit: "You have quit <quest>"
|
||||
questQuitNoPerms: "You do not have permission to quit Quests."
|
||||
questQuitDisabled: "Quitting Quests has been disabled."
|
||||
questEditorNoPerms: "You do not have permission to use the Quests Editor."
|
||||
eventEditorNoPerms: "You do not have permission to use the Events Editor."
|
||||
questsUnknownCommand: "Unknown Quests command. Type /quests for help."
|
||||
pageNotExist: "Page does not exist."
|
||||
pageFooter: "- Page <current> of <all> -"
|
||||
questsReloaded: "Quests 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>."
|
||||
questPurged: "<player> has been purged and blacklisted."
|
||||
questReset: "<player> has been reset."
|
||||
questRemoved: "Quest <quest> has been removed from player <player>'s completed Quests."
|
||||
settingAllQuestPoints: "Setting all players' Quest Points..."
|
||||
allQuestPointsSet: "All players' Quest Points have been set to <number>!"
|
||||
setQuestPoints: "<player>'s Quest Points have been set to <number>."
|
||||
questPointsSet: "<player> has set your Quest Points to <number>."
|
||||
takeQuestPoints: "Took away <number> Quest Points from <player>."
|
||||
questPointsTaken: "<player> took away <number> Quest Points."
|
||||
giveQuestPoints: "Gave <number> Quest Points from <player>."
|
||||
questPointsGiven: "<player> gave you <number> Quest Points."
|
||||
enableNPCGUI: "<npc> will now provide a GUI Quest Display."
|
||||
disableNPCGUI: "<npc> will no longer provide a GUI Quest Display."
|
||||
invalidNumber: "Invalid number."
|
||||
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||
playerNotFound: "Player not found."
|
||||
invalidStageNum: "Invalid stage number for Quest <quest>"
|
||||
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||
errorReading: "Error reading <file>, skipping.."
|
||||
errorReadingSuppress: "Error reading <file>, suppressing further errors."
|
||||
errorDataFolder: 'Error: Unable to read Quests data folder!'
|
||||
questsPlayerHasQuestAlready: "<player> is already on the Quest <quest>!"
|
||||
questsUnknownAdminCommand: "Unknown Questsadmin command. Type /questsadmin for help."
|
||||
unknownError: "An unknown error occurred. See console output."
|
||||
journalTaken: "You take out your Quest Journal."
|
||||
journalPutAway: "You put away your Quest Journal."
|
||||
journalAlreadyHave: "You already have your Quest Journal out."
|
||||
journalNoRoom: "You have no room in your inventory for your Quest Journal!"
|
||||
journalNoQuests: "You have no accepted quests!"
|
||||
journalDenied: "You cannot do that with your Quest Journal."
|
||||
ENCHANTMENT_ARROW_DAMAGE: "Power"
|
||||
ENCHANTMENT_ARROW_FIRE: "Flame"
|
||||
ENCHANTMENT_ARROW_INFINITE: "Infinity"
|
||||
ENCHANTMENT_ARROW_KNOCKBACK: "Punch"
|
||||
ENCHANTMENT_BINDING_CURSE: "BindingCurse"
|
||||
ENCHANTMENT_DAMAGE_ALL: "Sharpness"
|
||||
ENCHANTMENT_DAMAGE_ARTHROPODS: "BaneOfArthropods"
|
||||
ENCHANTMENT_DEPTH_STRIDER: "DepthStrider"
|
||||
ENCHANTMENT_DAMAGE_UNDEAD: "Smite"
|
||||
ENCHANTMENT_DIG_SPEED: "Efficiency"
|
||||
ENCHANTMENT_DURABILITY: "Unbreaking"
|
||||
ENCHANTMENT_FIRE_ASPECT: "FireAspect"
|
||||
ENCHANTMENT_FROST_WALKER: "FrostWalker"
|
||||
ENCHANTMENT_KNOCKBACK: "Knockback"
|
||||
ENCHANTMENT_LOOT_BONUS_BLOCKS: "Fortune"
|
||||
ENCHANTMENT_LOOT_BONUS_MOBS: "Looting"
|
||||
ENCHANTMENT_LUCK: "LuckOfTheSea"
|
||||
ENCHANTMENT_LURE: "Lure"
|
||||
ENCHANTMENT_MENDING: "Mending"
|
||||
ENCHANTMENT_OXYGEN: "Respiration"
|
||||
ENCHANTMENT_PROTECTION_ENVIRONMENTAL: "Protection"
|
||||
ENCHANTMENT_PROTECTION_EXPLOSIONS: "BlastProtection"
|
||||
ENCHANTMENT_PROTECTION_FALL: "FeatherFalling"
|
||||
ENCHANTMENT_PROTECTION_FIRE: "FireProtection"
|
||||
ENCHANTMENT_PROTECTION_PROJECTILE: "ProjectileProtection"
|
||||
ENCHANTMENT_SILK_TOUCH: "SilkTouch"
|
||||
ENCHANTMENT_SWEEPING: "Sweeping"
|
||||
ENCHANTMENT_THORNS: "Thorns"
|
||||
ENCHANTMENT_VANISHING_CURSE: "VanishingCurse"
|
||||
ENCHANTMENT_WATER_WORKER: "AquaAffinity"
|
||||
COLOR_BLACK: "Black"
|
||||
COLOR_BLUE: "Blue"
|
||||
COLOR_BROWN: "Brown"
|
||||
COLOR_CYAN: "Cyan"
|
||||
COLOR_GRAY: "Gray"
|
||||
COLOR_GREEN: "Green"
|
||||
COLOR_LIGHT_BLUE: "LightBlue"
|
||||
COLOR_LIME: "Lime"
|
||||
COLOR_MAGENTA: "Magenta"
|
||||
COLOR_ORANGE: "Orange"
|
||||
COLOR_PINK: "Pink"
|
||||
COLOR_PURPLE: "Purple"
|
||||
COLOR_RED: "Red"
|
||||
COLOR_SILVER: "Silver"
|
||||
COLOR_WHITE: "White"
|
||||
COLOR_YELLOW: "Yellow"
|
||||
timeDay: "Day"
|
||||
timeDays: "Days"
|
||||
timeHour: "Hour"
|
||||
timeHours: "Hours"
|
||||
timeMinute: "Minute"
|
||||
timeMinutes: "Minutes"
|
||||
timeSecond: "Second"
|
||||
timeSeconds: "Seconds"
|
||||
timeMillisecond: "Millisecond"
|
||||
timeMilliseconds: "Milliseconds"
|
||||
event: "Event"
|
||||
delay: "Delay"
|
||||
save: "Save"
|
||||
exit: "Exit"
|
||||
exited: "Exited"
|
||||
cancel: "Cancel"
|
||||
cancelled: "Cancelled"
|
||||
questTimeout: "Cancelled."
|
||||
back: "Back"
|
||||
yesWord: "Yes"
|
||||
noWord: "No"
|
||||
"true": "true"
|
||||
"false": "false"
|
||||
clear: "Clear"
|
||||
edit: "Edit"
|
||||
none: "None"
|
||||
done: "Done"
|
||||
comma: "comma"
|
||||
finish: "Finish"
|
||||
quit: "Quit"
|
||||
noneSet: "None set"
|
||||
noDelaySet: "No delay set"
|
||||
noIdsSet: "No IDs set"
|
||||
noNamesSet: "No names set"
|
||||
worlds: "Worlds"
|
||||
mobs: "Mobs"
|
||||
points: "points"
|
||||
invalidOption: "Invalid option!"
|
||||
npcHint: 'Note: You can left or right click on NPC''s to get their ID.'
|
||||
listDuplicate: "List contains duplicates!"
|
||||
id: "ID"
|
||||
quest: "Quest"
|
||||
quests: "Quests"
|
||||
createdBy: "Created by"
|
||||
continuedBy: "and continued by"
|
||||
questPoints: "Quest Points"
|
||||
accepted: "Accepted"
|
||||
complete: "Complete"
|
||||
redoable: "Redoable"
|
||||
usage: "Usage"
|
||||
redoableEvery: "Redoable every <time>."
|
||||
requirements: "Requirements"
|
||||
money: "Money"
|
||||
with: "With"
|
||||
to: "to"
|
||||
blocksWithin: "within <amount> blocks of"
|
||||
valRequired: "Value required"
|
||||
enchantedItem: "*Enchanted*"
|
||||
experience: "Experience"
|
||||
timerMessage: '<green>Time left to finish the quest/stage: <red>%s seconds'
|
||||
timerStart: "<green>You have <red>%s seconds <green>to finish this quest/stage"
|
||||
questErrorReadingFile: "Error reading Quests file."
|
||||
questSaveError: "An error occurred while saving."
|
||||
questBlacklisted: "You are blacklisted. Contact an admin if this is in error."
|
858
src/main/resources/lang/ro/strings.yml
Normal file
858
src/main/resources/lang/ro/strings.yml
Normal file
@ -0,0 +1,858 @@
|
||||
---
|
||||
questFailed: "*QUEST EȘUAT*"
|
||||
questMaxAllowed: "Poți avea numai până la <number> Quest-uri."
|
||||
questAlreadyOn: "Eşti deja pe acel Quest!"
|
||||
questTooEarly: "Nu mai poți lua <quest> din nou pentru încă <time>."
|
||||
questAlreadyCompleted: "Ai completat deja <quest>."
|
||||
questInvalidLocation: "Nu poți lua <quest> în această locație."
|
||||
questInvalidDeliveryItem: "<item> nu este un element necesar pentru acest quest!"
|
||||
questSelectedLocation: "Locaţia selectată"
|
||||
questDisplayHelp: "- Afişează acest ajutor"
|
||||
COMMAND_LIST: "lista"
|
||||
COMMAND_LIST_HELP: "lista [page] - Listă de Quest-uri disponibile"
|
||||
COMMAND_TAKE: "ia"
|
||||
COMMAND_TAKE_HELP: "ia [quest name] - Acceptă un Quest"
|
||||
COMMAND_TAKE_USAGE: 'Utilizare: /quests ia [quest]'
|
||||
COMMAND_QUIT: "părăsi"
|
||||
COMMAND_QUIT_HELP: "părăsi [quest] - Părăsi la un Quest curent"
|
||||
COMMAND_EDITOR: "editor"
|
||||
COMMAND_EDITOR_HELP: "editor - Creare/Editare Quest-uri"
|
||||
COMMAND_EVENTS_EDITOR: "evenimente"
|
||||
COMMAND_EVENTS_EDITOR_HELP: "evenimente - Creare/Editare Evenimente"
|
||||
COMMAND_STATS: "statistice"
|
||||
COMMAND_STATS_HELP: "statistice - Vezi statisticile pentru Quest-uri"
|
||||
COMMAND_TOP: "elită"
|
||||
COMMAND_TOP_HELP: "elită [număr] - Vezi Questerilor de elită"
|
||||
COMMAND_TOP_USAGE: 'Utilizare: /quests elită [număr]'
|
||||
COMMAND_INFO: "informații"
|
||||
COMMAND_INFO_HELP: "informații - Arata informații despre plugin"
|
||||
COMMAND_JOURNAL: "jurnal"
|
||||
COMMAND_JOURNAL_HELP: "jurnal - Vezi/ascunde jurnalul Quest"
|
||||
COMMAND_QUEST_HELP: "- Afişează obiectivele curente pentru Quest"
|
||||
COMMAND_QUESTINFO_HELP: "[nume quest] - Afişare informaţii Quest"
|
||||
COMMAND_QUESTADMIN_HELP: "- Vezi ajutorul Questadmin"
|
||||
COMMAND_QUESTADMIN_STATS: "statistice"
|
||||
COMMAND_QUESTADMIN_STATS_HELP: "stats [player] - View Questing statistics of a player"
|
||||
COMMAND_QUESTADMIN_GIVE: "give"
|
||||
COMMAND_QUESTADMIN_GIVE_HELP: "give [player] [quest] - Force a player to take a Quest"
|
||||
COMMAND_QUESTADMIN_QUIT: "quit"
|
||||
COMMAND_QUESTADMIN_QUIT_HELP: "quit [player] [quest] - Force a player to quit their Quest"
|
||||
COMMAND_QUESTADMIN_POINTS: "points"
|
||||
COMMAND_QUESTADMIN_POINTS_HELP: "points [player] [amount] - Set a players Quest Points"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [player] [amount] - Take a players Quest Points"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [player] [amount] - Give a player Quest Points"
|
||||
COMMAND_QUESTADMIN_POINTSALL: "pointsall"
|
||||
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] - Set ALL players' Quest Points"
|
||||
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||
COMMAND_QUESTADMIN_FINISH_HELP: "finish [player] [quest] - Immediately force Quest completion for a player"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE: "nextstage"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "nextstage [player] [quest] - Immediately force Stage completion for a player"
|
||||
COMMAND_QUESTADMIN_SETSTAGE: "setstage"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_HELP: "setstage [player] [quest] [stage] - Set the current Stage for a player"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Usage: /questadmin setstage [player] [quest] [stage]'
|
||||
COMMAND_QUESTADMIN_PURGE: "purge"
|
||||
COMMAND_QUESTADMIN_PURGE_HELP: "purge [player] - Clear all Quests data of a player AND BLACKLISTS THEM"
|
||||
COMMAND_QUESTADMIN_RESET: "reset"
|
||||
COMMAND_QUESTADMIN_RESET_HELP: "reset [player] - Clear all Quests data of a player"
|
||||
COMMAND_QUESTADMIN_REMOVE: "remove"
|
||||
COMMAND_QUESTADMIN_REMOVE_HELP: "remove [player] [quest] - Remove a completed Quest from a player"
|
||||
COMMAND_QUESTADMIN_TOGGLEGUI: "togglegui"
|
||||
COMMAND_QUESTADMIN_TOGGLEGUI_HELP: "togglegui [npc id] - Toggle GUI Quest Display on an NPC"
|
||||
COMMAND_QUESTADMIN_RELOAD: "reload"
|
||||
COMMAND_QUESTADMIN_RELOAD_HELP: "reload - Reload all Quests"
|
||||
questEditorHeader: "Create Quest"
|
||||
questEditorCreate: "Create new Quest"
|
||||
questEditorEdit: "Edit a Quest"
|
||||
questEditorDelete: "Delete Quest"
|
||||
questEditorName: "Set name"
|
||||
questEditorAskMessage: "Set ask message"
|
||||
questEditorFinishMessage: "Set finish message"
|
||||
questEditorRedoDelay: "Set redo delay"
|
||||
questEditorNPCStart: "Set NPC start"
|
||||
questEditorBlockStart: "Set Block start"
|
||||
questEditorInitialEvent: "Set initial Event"
|
||||
questEditorSetGUI: "Set GUI Item display"
|
||||
questEditorReqs: "Edit Requirements"
|
||||
questEditorStages: "Edit Stages"
|
||||
questEditorRews: "Edit Rewards"
|
||||
questEditorEnterQuestName: "Enter Quest name (or 'cancel' to return)"
|
||||
questEditorEditEnterQuestName: "Enter Quest name to edit (or 'cancel' to return)"
|
||||
questEditorEnterAskMessage: "Enter ask message (or 'cancel' to return)"
|
||||
questEditorEnterFinishMessage: "Enter finish message (or 'cancel' to return)"
|
||||
questEditorEnterRedoDelay: "Enter amount of time (in seconds), 0 to clear the redo delay or -1 to cancel"
|
||||
questEditorEnterNPCStart: "Enter NPC ID, -1 to clear the NPC start or -2 to cancel"
|
||||
questEditorEnterBlockStart: "Right-click on a block to use as a start point, then enter 'done' to save, or enter 'clear' to clear the block start, or 'cancel' to return"
|
||||
questEditorEnterInitialEvent: "Enter an Event name, or enter 'clear' to clear the initial Event, or 'cancel' to return"
|
||||
questRequiredNoneSet: "Required, none set"
|
||||
questWGSetRegion: "Set Region"
|
||||
questWGNotInstalled: "WorldGuard not installed"
|
||||
questWGPrompt: "Enter WorldGuard region, or enter 'clear' to clear the region, or 'cancel' to return."
|
||||
questWGInvalidRegion: "<region> is not a valid WorldGuard region!"
|
||||
questWGRegionCleared: "Quest region cleared."
|
||||
questCitNotInstalled: "Citizens not installed"
|
||||
questDenNotInstalled: "Denizen not installed"
|
||||
questGUIError: 'Error: That item is already being used as the GUI Display for the Quest <quest>.'
|
||||
questCurrentItem: "Current item:"
|
||||
questSetItem: "Set Item"
|
||||
questClearItem: "Clear Item"
|
||||
questGUICleared: "Quest GUI Item Display cleared."
|
||||
questDeleted: "Quest deleted! Quests and Events have been reloaded."
|
||||
questEditorNameExists: "A Quest with that name already exists!"
|
||||
questEditorBeingEdited: "Someone is creating/editing a Quest with that name!"
|
||||
questEditorInvalidQuestName: "Name may not contain periods or commas!"
|
||||
questEditorInvalidEventName: "is not a valid event name!"
|
||||
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 Event 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: "Quest saved! (You will need to perform a Quest reload for it to appear)"
|
||||
questEditorExited: "Are you sure you want to exit without saving?"
|
||||
questEditorDeleted: "Are you sure you want to delete the Quest"
|
||||
questEditorNoPermsCreate: "You do not have permission to create Quests."
|
||||
questEditorNoPermsEdit: "You do not have permission to edit Quests."
|
||||
questEditorNoPermsDelete: "You do not have permission to delete Quests."
|
||||
stageEditorEditStage: "Edit Stage"
|
||||
stageEditorNewStage: "Add new Stage"
|
||||
stageEditorStages: "Stages"
|
||||
stageEditorStage: "Stage"
|
||||
stageEditorBreakBlocks: "Break Blocks"
|
||||
stageEditorDamageBlocks: "Damage Blocks"
|
||||
stageEditorPlaceBlocks: "Place Blocks"
|
||||
stageEditorUseBlocks: "Use Blocks"
|
||||
stageEditorCutBlocks: "Cut Blocks"
|
||||
stageEditorCatchFish: "Catch Fish"
|
||||
stageEditorFish: "fish"
|
||||
stageEditorKillPlayers: "Kill Players"
|
||||
stageEditorPlayers: "players"
|
||||
stageEditorEnchantItems: "Enchant Items"
|
||||
stageEditorDeliverItems: "Deliver Items"
|
||||
stageEditorTalkToNPCs: "Talk to NPCs"
|
||||
stageEditorKillNPCs: "Kill NPCs"
|
||||
stageEditorKillMobs: "Kill Mobs"
|
||||
stageEditorReachLocs: "Reach locations"
|
||||
stageEditorReachRadii1: "Reach within"
|
||||
stageEditorReachRadii2: "blocks of"
|
||||
stageEditorTameMobs: "Tame Mobs"
|
||||
stageEditorShearSheep: "Shear Sheep"
|
||||
stageEditorEvents: "Events"
|
||||
stageEditorStageEvents: "Stage Events"
|
||||
stageEditorStartEvent: "Start Event"
|
||||
stageEditorStartEventCleared: "Start Event cleared."
|
||||
stageEditorFinishEvent: "Finish Event"
|
||||
stageEditorFinishEventCleared: "Finish Event cleared."
|
||||
stageEditorChatEvents: "Chat Events"
|
||||
stageEditorChatTrigger: "Chat Trigger"
|
||||
stageEditorTriggeredBy: "Triggered by"
|
||||
stageEditorChatEventsCleared: "Chat Events cleared."
|
||||
stageEditorDeathEvent: "Death Event"
|
||||
stageEditorDeathEventCleared: "Death Event cleared."
|
||||
stageEditorDisconnectEvent: "Disconnect Event"
|
||||
stageEditorDisconnectEventCleared: "Disconnect Event 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 durability"
|
||||
stageEditorSetDamageAmounts: "Set damage amounts"
|
||||
stageEditorSetPlaceAmounts: "Set place amounts"
|
||||
stageEditorSetUseAmounts: "Set use amounts"
|
||||
stageEditorSetCutAmounts: "Set cut amounts"
|
||||
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 Objectives"
|
||||
stageEditorAddPasswordDisplay: "Add password display"
|
||||
stageEditorAddPasswordPhrases: "Add password phrase(s)"
|
||||
stageEditorNoPasswordDisplays: "No password displays set"
|
||||
stageObjectiveOverride: "Objective Display Override"
|
||||
stageEditorCustom: "Custom Objectives"
|
||||
stageEditorNoModules: "No modules loaded"
|
||||
stageEditorModuleNotFound: "Custom objective module not found."
|
||||
stageEditorCustomPrompt: "Enter the name of a custom objective to add, or enter 'clear' to clear all custom objectives, or 'cancel' to return."
|
||||
stageEditorCustomAlreadyAdded: "That custom objective has already been added!"
|
||||
stageEditorCustomCleared: "Custom objectives cleared."
|
||||
stageEditorCustomDataPrompt: "Enter value for <data>:"
|
||||
stageEditorEnterBlockNames: "Enter block names (or IDs), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorBreakBlocksPrompt: "Enter break amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorDamageBlocksPrompt: "Enter damage amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorPlaceBlocksPrompt: "Enter place amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorUseBlocksPrompt: "Enter use amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorCutBlocksPrompt: "Enter cut amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorEnterBlockDurability: "Enter block durability (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorCatchFishPrompt: "Enter number of fish to catch, or 0 to clear the fish catch objective, or -1 to cancel"
|
||||
stageEditorKillPlayerPrompt: "Enter number of players to kill, or 0 to clear the player kill objective, or -1 to cancel"
|
||||
stageEditorEnchantTypePrompt: "Enter enchantment names, separating each one by a comma, or enter 'cancel' to return."
|
||||
stageEditorEnchantAmountsPrompt: "Enter enchant amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorItemNamesPrompt: "Enter item names, separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorNPCPrompt: "Enter NPC ids, separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorNPCToTalkToPrompt: "Enter NPC IDs, separating each one by a space, or enter 'clear' to clear the NPC ID list, or 'cancel' to return."
|
||||
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
||||
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobAmountsPrompt: "Enter mob amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the kill location list, or enter 'cancel' to return"
|
||||
stageEditorMobLocationRadiiPrompt: "Enter kill location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
||||
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorReachLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||
stageEditorTameAmountsPrompt: "Enter tame amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorShearColorsPrompt: "Enter sheep colors separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorShearAmountsPrompt: "Enter shear amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorEventsPrompt: "Enter an event name, or enter 'clear' to clear the event, or 'cancel' to return"
|
||||
stageEditorChatEventsPrompt: "Enter an event name to add, or enter 'clear' to clear all chat events, or 'cancel' to return"
|
||||
stageEditorChatEventsTriggerPromptA: "Enter a chat trigger for"
|
||||
stageEditorChatEventsTriggerPromptB: "or enter 'cancel' to return."
|
||||
stageEditorDelayPrompt: "Enter time (in seconds), or enter 'clear' to clear the delay, or 'cancel' to return"
|
||||
stageEditorDelayMessagePrompt: "Enter delay message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorScriptPrompt: "Enter script name, or enter 'clear' to clear the script, or 'cancel' to return"
|
||||
stageEditorStartMessagePrompt: "Enter start message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorCompleteMessagePrompt: "Enter complete message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorPasswordDisplayPrompt: "Enter a password display, or 'cancel' to return"
|
||||
stageEditorPasswordDisplayHint: "(This is the text that will be displayed to the player as their objective)"
|
||||
stageEditorPasswordPhrasePrompt: "Enter a password phrase, or 'cancel' to return"
|
||||
stageEditorPasswordPhraseHint1: "(This is the text that a player has to say to complete the objective)"
|
||||
stageEditorPasswordPhraseHint2: "If you want multiple password phrases, seperate them by a | (pipe)"
|
||||
stageEditorObjectiveOverridePrompt: "Enter objective display override, or 'clear' to clear the override, or 'cancel' to return."
|
||||
stageEditorObjectiveOverrideHint: "(The objective display override will show up as the players current objective)"
|
||||
stageEditorObjectiveOverrideCleared: "Objective display override cleared."
|
||||
stageEditorDeliveryAddItem: "Add item"
|
||||
stageEditorDeliveryNPCs: "Set NPC IDs"
|
||||
stageEditorDeliveryMessages: "Set delivery messages"
|
||||
stageEditorContainsDuplicates: "List contains duplicates!"
|
||||
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!"
|
||||
stageEditorInvalidNumber: "is not a number!"
|
||||
stageEditorInvalidDye: "is not a valid dye color!"
|
||||
stageEditorInvalidEvent: "is not a valid event name!"
|
||||
stageEditorDuplicateEvent: "Event is already in the list!"
|
||||
stageEditorInvalidDelay: "Delay must be at least one second!"
|
||||
stageEditorInvalidScript: "Denizen script not found!"
|
||||
stageEditorNoCitizens: "Citizens is not installed!"
|
||||
stageEditorNoDenizen: "Denizen is not installed!"
|
||||
stageEditorPositiveAmount: "You must enter a positive number!"
|
||||
stageEditorNoNumber: "Input was not a number!"
|
||||
stageEditorNotGreaterThanZero: "is not greater than 0!"
|
||||
stageEditorNotListofNumbers: "Invalid entry, input was not a list of numbers!"
|
||||
stageEditorNoDelaySet: "You must set a delay first!"
|
||||
stageEditorNoBlockNames: "You must set block names first!"
|
||||
stageEditorNoEnchantments: "You must set enchantments first!"
|
||||
stageEditorNoItems: "You must add items first!"
|
||||
stageEditorNoDeliveryMessage: "You must set at least one delivery message!"
|
||||
stageEditorNoNPCs: "You must set NPC IDs first!"
|
||||
stageEditorNoMobTypes: "You must set mob types first!"
|
||||
stageEditorNoKillLocations: "You must set kill locations first!"
|
||||
stageEditorNoBlockSelected: "You must select a block first."
|
||||
stageEditorNoColors: "You must set colors first!"
|
||||
stageEditorNoLocations: "You must set locations first!"
|
||||
stageEditorNoEnchantmentsSet: "No enchantments set"
|
||||
stageEditorNoItemsSet: "No items set"
|
||||
stageEditorNoMobTypesSet: "No mob types set"
|
||||
stageEditorNoLocationsSet: "No locations set"
|
||||
stageEditorNoColorsSet: "No colors set"
|
||||
stageEditorListNotSameSize: "The block names list and the amounts list are not the same size!"
|
||||
stageEditorEnchantmentNotSameSize: "The enchantments list, the item id list and the enchant amount list are not the same size!"
|
||||
stageEditorDeliveriesNotSameSize: "The item list and the NPC list are not equal in size!"
|
||||
stageEditorNPCKillsNotSameSize: "The NPC IDs list and the kill amounts list are not the same size!"
|
||||
stageEditorAllListsNotSameSize: "All of your lists are not the same size!"
|
||||
stageEditorMobTypesNotSameSize: "The mob types list and the mob amounts list are not the same size!"
|
||||
stageEditorTameMobsNotSameSize: "The mob types list and the tame amounts list are not the same size!"
|
||||
stageEditorShearNotSameSize: "The sheep colors list and the shear amounts list are not the same size!"
|
||||
stageEditorMustSetPasswordDisplays: "You must add at least one password display first!"
|
||||
stageEditorAddPasswordCleared: "Password Objectives cleared."
|
||||
stageEditorPasswordNotSameSize: "The password display and password phrase lists are not the same size!"
|
||||
stageEditorListContainsDuplicates: " List contains duplicates!"
|
||||
stageEditorDelayCleared: "Delay cleared."
|
||||
stageEditorDelayMessageCleared: "Delay message cleared."
|
||||
stageEditorDenizenCleared: "Denizen script cleared."
|
||||
stageEditorBreakBlocksCleared: "Break blocks objective cleared."
|
||||
stageEditorDamageBlocksCleared: "Damage blocks objective cleared."
|
||||
stageEditorPlaceBlocksCleared: "Place blocks objective cleared."
|
||||
stageEditorUseBlocksCleared: "Use blocks objective cleared."
|
||||
stageEditorCutBlocksCleared: "Cut blocks objective cleared."
|
||||
stageEditorEnchantmentsCleared: "Enchantment objective cleared."
|
||||
stageEditorDeliveriesCleared: "Delivery objective cleared."
|
||||
stageEditorReachLocationsCleared: "Reach Locations objective cleared."
|
||||
stageEditorKillNPCsCleared: "Kill NPCs objective cleared."
|
||||
stageEditorKillMobsCleared: "Kill Mobs objective cleared."
|
||||
stageEditorTameCleared: "Tame Mobs objective cleared."
|
||||
stageEditorShearCleared: "Shear Sheep objective cleared."
|
||||
stageEditorStartMessageCleared: "Start message cleared."
|
||||
stageEditorCompleteMessageCleared: "Complete message cleared."
|
||||
stageEditorConfirmStageDelete: "Are you sure you want to delete this stage?"
|
||||
stageEditorConfirmStageNote: "Any Stages after will be shifted back one spot"
|
||||
stageEditorDeleteSucces: "Stage deleted successfully."
|
||||
stageEditorEnchantments: "Enchantments"
|
||||
stageEditorNPCNote: 'Note: You may specify the name of the NPC with <npc>'
|
||||
stageEditorOptional: "Optional"
|
||||
stageEditorColors: "Sheep Colors"
|
||||
allListsNotSameSize: "All of your lists are not the same size!"
|
||||
eventEditorCreate: "Create new Event"
|
||||
eventEditorEdit: "Edit an Event"
|
||||
eventEditorDelete: "Delete an Event"
|
||||
eventEditorCreatePermisssions: "You do not have permission to create new Events."
|
||||
eventEditorEditPermisssions: "You do not have permission to edit Events."
|
||||
eventEditorDeletePermisssions: "You do not have permission to delete Events."
|
||||
eventEditorNoneToEdit: "No Events currently exist to be edited!"
|
||||
eventEditorNoneToDelete: "No Events currently exist to be deleted!"
|
||||
eventEditorNotFound: "Event not found!"
|
||||
eventEditorExists: "Event already exists!"
|
||||
eventEditorSomeone: "Someone is already creating or editing an Event with that name!"
|
||||
eventEditorAlpha: "Name must be alphanumeric!"
|
||||
eventEditorErrorReadingFile: "Error reading Events file."
|
||||
eventEditorErrorSaving: "An error occurred while saving."
|
||||
eventEditorDeleted: "Event deleted, Quests and Events reloaded."
|
||||
eventEditorSaved: "Event saved, Quests and Events reloaded."
|
||||
eventEditorEnterEventName: "Enter an Event name, or 'cancel' to return."
|
||||
eventEditorDeletePrompt: "Are you sure you want to delete the Event"
|
||||
eventEditorQuitWithoutSaving: "Are you sure you want to quit without saving?"
|
||||
eventEditorFinishAndSave: "Are you sure you want to finish and save the Event"
|
||||
eventEditorModifiedNote: 'Note: You have modified an Event that the following Quests use:'
|
||||
eventEditorForcedToQuit: "If you save the Event, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||
eventEditorEventInUse: "The following Quests use the Event"
|
||||
eventEditorMustModifyQuests: "eventEditorNotFound"
|
||||
eventEditorListSizeMismatch: "The lists are not the same size!"
|
||||
eventEditorListDuplicates: "List contains duplicates!"
|
||||
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||
eventEditorInvalidEntry: "Invalid entry"
|
||||
eventEditorSetName: "Set name"
|
||||
eventEditorSetMessage: "Set message"
|
||||
eventEditorClearInv: "Clear player 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: "Set potion effects"
|
||||
eventEditorSetHunger: "Set player hunger level"
|
||||
eventEditorSetSaturation: "Set player saturation level"
|
||||
eventEditorSetHealth: "Set player health level"
|
||||
eventEditorEnterTimerSeconds: "Set number of seconds left before the quest fails (use cancel-timer event to cancel timers)"
|
||||
eventEditorSetTimer: "Set time to fail quest"
|
||||
eventEditorCancelTimer: "Cancel the quest timer"
|
||||
eventEditorSetTeleport: "Set player teleport location"
|
||||
eventEditorSetCommands: "Set commands to execute"
|
||||
eventEditorItems: "Event Items"
|
||||
eventEditorSetItems: "Give items"
|
||||
eventEditorItemsCleared: "Event items cleared."
|
||||
eventEditorAddItem: "Add item"
|
||||
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!"
|
||||
eventEditorNotGreaterThanZero: "is not greater than 0!"
|
||||
eventEditorNotANumber: "is not a number!"
|
||||
eventEditorStorm: "Event 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, or enter 'cancel' to return"
|
||||
eventEditorEnterDuration: "Enter duration (in seconds)"
|
||||
eventEditorAtLeastOneSecond: "Amount must be at least 1 second!"
|
||||
eventEditorNotGreaterThanOneSecond: "is not greater than 1 second!"
|
||||
eventEditorThunder: "Event Thunder"
|
||||
eventEditorMustSetThunderDuration: "You must set a thunder duration!"
|
||||
eventEditorThunderCleared: "Thunder data cleared."
|
||||
eventEditorEnterThunderWorld: "Enter a world name for the thunder to occur in, or enter 'cancel' to return"
|
||||
eventEditorEffects: "Event Effects"
|
||||
eventEditorAddEffect: "Add effect"
|
||||
eventEditorAddEffectLocation: "Add effect location"
|
||||
eventEditorNoEffects: "No effects set"
|
||||
eventEditorMustAddEffects: "You must add effects first!"
|
||||
eventEditorInvalidEffect: "is not a valid effect name!"
|
||||
eventEditorEffectsCleared: "Event effects cleared."
|
||||
eventEditorEffectLocationPrompt: "Right-click on a block to play an effect at, then enter 'add' to add it to the list, or enter 'cancel' to return"
|
||||
eventEditorMobSpawns: "Event Mob Spawns"
|
||||
eventEditorAddMobTypes: "Add mob"
|
||||
eventEditorNoTypesSet: "(No type set)"
|
||||
eventEditorMustSetMobTypesFirst: "You must set the mob type first!"
|
||||
eventEditorSetMobAmounts: "Set mob amount"
|
||||
eventEditorNoAmountsSet: "(No amounts set)"
|
||||
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"
|
||||
eventEditorSetMobSpawnLoc: "Right-click on a block to spawn a mob at, then enter 'add' to the confirm it, or enter 'cancel' to return"
|
||||
eventEditorSetMobSpawnAmount: "Set the amount of mobs to spawn"
|
||||
eventEditorSetDropChance: "Set the drop chance"
|
||||
eventEditorInvalidDropChance: "Drop chance has to be between 0.0 and 1.0"
|
||||
eventEditorLightningPrompt: "Right-click on a block to spawn a lightning strike at, then enter 'add' to add it to the list, or enter 'clear' to clear the locations list, or 'cancel' to return"
|
||||
eventEditorPotionEffects: "Event 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!"
|
||||
eventEditorNoDurationsSet: "(No durations set)"
|
||||
eventEditorSetPotionMagnitudes: "Set potion effect magnitudes"
|
||||
eventEditorPotionsCleared: "Potion effects cleared."
|
||||
eventEditorInvalidPotionType: "is not a valid potion effect type!"
|
||||
eventEditorEnterNPCId: "Enter NPC ID (or -1 to return)"
|
||||
eventEditorNoNPCExists: "No NPC exists with that id!"
|
||||
eventEditorExplosionPrompt: "Right-click on a block to spawn an explosion at, then enter 'add' to add it to the list, or enter 'clear' to clear the explosions list, or 'cancel' to return"
|
||||
eventEditorSelectBlockFirst: "You must select a block first."
|
||||
eventEditorSetMessagePrompt: "Enter message, or enter 'none' to delete, (or 'cancel' to return)"
|
||||
eventEditorSetItemNamesPrompt: "Enter item names separating each one by a space, or enter 'cancel' to return."
|
||||
eventEditorSetItemAmountsPrompt: "Enter item amounts (numbers) separating each one by a space, or enter 'cancel' to return."
|
||||
eventEditorSetMobTypesPrompt: "Enter mob name, or enter 'cancel' to return"
|
||||
eventEditorSetMobAmountsPrompt: "Enter mob amount, or enter 'cancel' to return"
|
||||
eventEditorSetMobNamePrompt: "Set the name for this mob, or enter 'cancel' to return"
|
||||
eventEditorSetMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the mob spawn location list, or enter 'cancel' to return"
|
||||
eventEditorSetPotionEffectsPrompt: "Enter potion effect types separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetPotionDurationsPrompt: "Enter effect durations (in milliseconds) separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetHungerPrompt: "Enter hunger level, or -1 to remove it"
|
||||
eventEditorHungerLevelAtLeastZero: "Hunger level must be at least 0!"
|
||||
eventEditorSetSaturationPrompt: "Enter saturation level, or -1 to remove it"
|
||||
eventEditorSaturationLevelAtLeastZero: "Saturation level must be at least 0!"
|
||||
eventEditorSetHealthPrompt: "Enter health level, or -1 to remove it"
|
||||
eventEditorHealthLevelAtLeastZero: "Health level must be at least 0!"
|
||||
eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to, then enter 'done' to finish, or enter 'clear' to clear the teleport location, or 'cancel' to return"
|
||||
eventEditorCommandsNote: 'Note: You may use <player> to refer to the player''s name.'
|
||||
eventEditorSetCommandsPrompt: "Enter commands separating each one by a comma, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
reqSetMoney: "Set money requirement"
|
||||
reqSetQuestPoints: "Set Quest Points requirement"
|
||||
reqSetItem: "Set item requirements"
|
||||
reqSetPerms: "Set permission requirements"
|
||||
reqSetQuest: "Set Quest requirements"
|
||||
reqSetQuestBlocks: "Set Quest blocks"
|
||||
reqSetMcMMO: "Set mcMMO requirements"
|
||||
reqSetHeroes: "Set Heroes requirements"
|
||||
reqSetCustom: "Custom requirements"
|
||||
reqSetFail: "Set fail requirements message"
|
||||
reqSetSkills: "Set skills"
|
||||
reqSetSkillAmounts: "Set skill amounts"
|
||||
reqHeroesSetPrimary: "Set Primary Class"
|
||||
reqHeroesSetSecondary: "Set Secondary Class"
|
||||
reqMoneyPrompt: "Enter amount of <money>, or 0 to clear the money requirement, or -1 to cancel"
|
||||
reqQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point requirement, or -1 to cancel"
|
||||
reqQuestPrompt: "Enter a list of Quest names separating each one by a <comma>, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqRemoveItemsPrompt: "Enter a list of true/false values, separating each one by a space, or enter 'cancel' to return."
|
||||
reqPermissionsPrompt: "Enter permission requirements separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
reqCustomPrompt: "Enter the name of a custom requirement to add, or enter 'clear' to clear all custom requirements, or 'cancel' to return."
|
||||
reqMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqMcMMOAmountsPrompt: "Enter mcMMO skill amounts, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqHeroesPrimaryPrompt: "Enter a Heroes Primary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||
reqHeroesSecondaryPrompt: "Enter a Heroes Secondary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||
reqFailMessagePrompt: "Enter fail requirements message, or enter 'cancel' to return."
|
||||
reqAddItem: "Add item"
|
||||
reqSetRemoveItems: "Set remove items"
|
||||
reqNoItemsSet: "No items set"
|
||||
reqNoValuesSet: "No values set"
|
||||
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||
reqGreaterThanZero: "Amount must be greater than 0!"
|
||||
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||
reqItemCleared: "Item requirements cleared."
|
||||
reqListsNotSameSize: "The items list and remove items list are not the same size!"
|
||||
reqTrueFalseError: '<input> is not a true or false value!%br%Example: true false true true'
|
||||
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||
reqCustomNotFound: "Custom requirement module not found."
|
||||
reqCustomCleared: "Custom requirements cleared."
|
||||
reqMcMMOError: "<input> is not an mcMMO skill name!"
|
||||
reqMcMMOCleared: "mcMMO skill requirements cleared."
|
||||
reqMcMMOAmountsCleared: "mcMMO 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!"
|
||||
reqNone: "No requirements set"
|
||||
reqNotANumber: "<input> is not a number!"
|
||||
reqMustAddItem: "You must add at least one item first!"
|
||||
reqNoMessage: "You must set a fail requirements message!"
|
||||
reqNoMcMMO: "mcMMO not installed"
|
||||
reqNoHeroes: "Heroes not installed"
|
||||
rewSetMoney: "Set money reward"
|
||||
rewSetQuestPoints: "Set Quest Points reward"
|
||||
rewSetItems: "Set item rewards"
|
||||
rewSetExperience: "Set experience reward"
|
||||
rewSetCommands: "Set command rewards"
|
||||
rewSetPermission: "Set permission rewards"
|
||||
rewSetMcMMO: "Set mcMMO 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>, or 0 to clear the money reward, or -1 to cancel"
|
||||
rewExperiencePrompt: "Enter amount of experience, or 0 to clear the experience reward, or -1 to cancel"
|
||||
rewCommandPrompt: "Enter command rewards separating each one by a <comma>, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
rewCommandPromptHint: 'Note: You may put <player> to specify the player who completed the Quest. e.g. smite <player>'
|
||||
rewPermissionsPrompt: "Enter permission rewards separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
rewQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point reward, or -1 to cancel"
|
||||
rewMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'cancel' to return."
|
||||
rewMcMMOPromptHint: 'Note: Typing ''All'' will give levels to all skills.'
|
||||
rewHeroesClassesPrompt: "Enter Heroes classes separating each one by a space, or enter 'cancel' to return."
|
||||
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed) separating each one by a space, or enter 'cancel' to return."
|
||||
rewPhatLootsPrompt: "Enter PhatLoots separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
rewCustomRewardPrompt: "Enter the name of a custom reward to add, or enter 'clear' to clear all custom rewards, or 'cancel' to return."
|
||||
rewItemsCleared: "Item rewards cleared."
|
||||
rewNoMcMMOSkills: "No skills set"
|
||||
rewNoHeroesClasses: "No classes set"
|
||||
rewSetMcMMOSkillsFirst: "You must set skills first!"
|
||||
rewMcMMOCleared: "mcMMO rewards cleared."
|
||||
rewMcMMOListsNotSameSize: "The skills list and skill amounts list are not the same size!"
|
||||
rewSetHeroesClassesFirst: "You must set classes first!"
|
||||
rewHeroesCleared: "Heroes rewards cleared."
|
||||
rewHeroesListsNotSameSize: "The classes list and experience amounts list are not the same size!"
|
||||
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."
|
||||
rewNoPhat: "PhatLoots not installed"
|
||||
itemCreateLoadHand: "Load item in hand"
|
||||
itemCreateSetName: "Set name"
|
||||
itemCreateSetAmount: "Set amount"
|
||||
itemCreateSetDurab: "Set durability"
|
||||
itemCreateSetEnchs: "Add/clear enchantments"
|
||||
itemCreateSetDisplay: "Set display name"
|
||||
itemCreateSetLore: "Set lore"
|
||||
itemCreateEnterName: "Enter an item name, or 'cancel' to return."
|
||||
itemCreateEnterAmount: "Enter item amount (max. 64), or 'cancel' to return."
|
||||
itemCreateEnterDurab: "Enter item durability, or 'clear' to clear the data, or 'cancel' to return."
|
||||
itemCreateEnterEnch: "Enter an enchantment name, or 'clear' to clear the enchantments, or 'cancel' to return."
|
||||
itemCreateEnterLevel: "Enter a level (number) for <enchantment>"
|
||||
itemCreateEnterDisplay: "Enter item display name, or 'clear' to clear the display name, or 'cancel' to return."
|
||||
itemCreateEnterLore: "Enter item lore, separating each line by a semi-colon ; or 'clear' to clear the lore, or 'cancel' to return."
|
||||
itemCreateLoaded: "Item loaded."
|
||||
itemCreateNoItem: "No item in hand!"
|
||||
itemCreateNoName: "You must set a name first!"
|
||||
itemCreateInvalidName: "Invalid item name!"
|
||||
itemCreateInvalidAmount: "Amount must be between 1-64!"
|
||||
itemCreateInvalidDurab: "Invalid item durability!"
|
||||
itemCreateInvalidEnch: "Invalid enchantment name!"
|
||||
itemCreateInvalidLevel: "Level must be greater than 0!"
|
||||
itemCreateInvalidInput: "Invalid input!"
|
||||
itemCreateNotNumber: "Input was not a number!"
|
||||
itemCreateNoNameAmount: "You must set a name and amount first!"
|
||||
itemCreateCriticalError: "A critical error has occurred."
|
||||
questTitle: "-- <quest> --"
|
||||
questObjectivesTitle: "---(<quest>)---"
|
||||
questCompleteTitle: '**QUEST COMPLETE: <quest>**'
|
||||
questRewardsTitle: "Rewards:"
|
||||
journalTitle: "Quest Journal"
|
||||
questsTitle: "- Quests -"
|
||||
questHelpTitle: "- Quests -"
|
||||
questListTitle: "- Quests -"
|
||||
questNPCListTitle: "- Quests | <npc> -"
|
||||
questAdminHelpTitle: "- Questadmin -"
|
||||
questEditorTitle: "- Quest Editor -"
|
||||
eventEditorTitle: "- Event Editor - "
|
||||
questCreateTitle: "- Create Quest -"
|
||||
questEditTitle: "- Edit Quest -"
|
||||
questDeleteTitle: "- Delete Quest -"
|
||||
requirementsTitle: "- <quest> | Requirements -"
|
||||
rewardsTitle: "- <quest> | Rewards -"
|
||||
itemRequirementsTitle: "- Item Requirements -"
|
||||
itemRewardsTitle: "- Item Rewards -"
|
||||
mcMMORequirementsTitle: "- mcMMO Requirements -"
|
||||
mcMMORewardsTitle: "- mcMMO 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: "- Event -"
|
||||
completedQuestsTitle: "- Completed Quests -"
|
||||
topQuestersTitle: "- Top <number> Questers -"
|
||||
createItemTitle: "- Create Item -"
|
||||
enchantmentsTitle: "- Enchantments -"
|
||||
questGUITitle: "- GUI Item Display -"
|
||||
questRegionTitle: "- Quest Region -"
|
||||
eventEditorGiveItemsTitle: "- Give Items -"
|
||||
eventEditorEffectsTitle: "- Effects -"
|
||||
eventEditorStormTitle: "- Event Storm -"
|
||||
eventEditorThunderTitle: "- Event Thunder -"
|
||||
eventEditorMobSpawnsTitle: "- Event Mob Spawns -"
|
||||
eventEditorMobsTitle: "- Mobs -"
|
||||
eventEditorAddMobTypesTitle: "- Add Mob -"
|
||||
eventEditorPotionEffectsTitle: "- Event Potion Effects -"
|
||||
eventEditorPotionTypesTitle: "- Event Potion Types -"
|
||||
eventEditorWorldsTitle: "- Worlds -"
|
||||
effBlazeShoot: "Sound of a Blaze firing"
|
||||
effBowFire: "Sound of a bow firing"
|
||||
effClick1: "A click sound"
|
||||
effClick2: "A different click sound"
|
||||
effDoorToggle: "Sound of a door opening or closing"
|
||||
effExtinguish: "Sound of fire being extinguished"
|
||||
effGhastShoot: "Sound of a Ghast firing"
|
||||
effGhastShriek: "Sound of a Ghast shrieking"
|
||||
effZombieWood: "Sound of a Zombie chewing an iron door"
|
||||
effZombieIron: "Sound of a Zombie chewing a wooden door"
|
||||
effEnterName: "Enter an effect name to add it to the list, or enter 'cancel' to return"
|
||||
cmdCancel: "cancel"
|
||||
cmdAdd: "add"
|
||||
cmdClear: "clear"
|
||||
cmdNone: "none"
|
||||
cmdDone: "done"
|
||||
acceptQuest: "Accept Quest?"
|
||||
enterAnOption: "Enter an option"
|
||||
questAccepted: 'Quest accepted: <quest>'
|
||||
currentQuest: "Current Quests:"
|
||||
noMoreQuest: "No more quests available."
|
||||
damage: "Damage"
|
||||
break: "Break"
|
||||
place: "Place"
|
||||
use: "Use"
|
||||
cut: "Cut"
|
||||
catchFish: "Catch Fish"
|
||||
enchantItem: "Enchant <item> with <enchantment>"
|
||||
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."
|
||||
invalidSelection: "Invalid selection!"
|
||||
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'"
|
||||
questPointsDisplay: "Quest points:"
|
||||
questNoDrop: "You may not drop Quest items."
|
||||
questNoBrew: "You may not brew Quest items."
|
||||
questNoStore: "You may not store Quest items."
|
||||
questNoCraft: "You may not craft Quest items."
|
||||
questNoEquip: "You may not equip Quest items."
|
||||
questNoDispense: "You may not put Quest items in dispensers."
|
||||
questNoEnchant: "You may not enchant Quest items."
|
||||
questNoSmelt: "You may not smelt using Quest items."
|
||||
questInfoNoPerms: "You do not have permission to view a Quest's information."
|
||||
questCmdNoPerms: "You do not have access to that command."
|
||||
pageSelectionNum: "Page selection must be a number."
|
||||
pageSelectionPosNum: "Page selection must be a positive number."
|
||||
questListNoPerms: "You do not have permission to view the Quests list."
|
||||
questTakeNoPerms: "You do not have permission to take Quests via commands."
|
||||
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||
questQuit: "You have quit <quest>"
|
||||
questQuitNoPerms: "You do not have permission to quit Quests."
|
||||
questQuitDisabled: "Quitting Quests has been disabled."
|
||||
questEditorNoPerms: "You do not have permission to use the Quests Editor."
|
||||
eventEditorNoPerms: "You do not have permission to use the Events Editor."
|
||||
questsUnknownCommand: "Unknown Quests command. Type /quests for help."
|
||||
pageNotExist: "Page does not exist."
|
||||
pageFooter: "- Page <current> of <all> -"
|
||||
questsReloaded: "Quests 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>."
|
||||
questPurged: "<player> has been purged and blacklisted."
|
||||
questReset: "<player> has been reset."
|
||||
questRemoved: "Quest <quest> has been removed from player <player>'s completed Quests."
|
||||
settingAllQuestPoints: "Setting all players' Quest Points..."
|
||||
allQuestPointsSet: "All players' Quest Points have been set to <number>!"
|
||||
setQuestPoints: "<player>'s Quest Points have been set to <number>."
|
||||
questPointsSet: "<player> has set your Quest Points to <number>."
|
||||
takeQuestPoints: "Took away <number> Quest Points from <player>."
|
||||
questPointsTaken: "<player> took away <number> Quest Points."
|
||||
giveQuestPoints: "Gave <number> Quest Points from <player>."
|
||||
questPointsGiven: "<player> gave you <number> Quest Points."
|
||||
enableNPCGUI: "<npc> will now provide a GUI Quest Display."
|
||||
disableNPCGUI: "<npc> will no longer provide a GUI Quest Display."
|
||||
invalidNumber: "Invalid number."
|
||||
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||
playerNotFound: "Player not found."
|
||||
invalidStageNum: "Invalid stage number for Quest <quest>"
|
||||
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||
errorReading: "Error reading <file>, skipping.."
|
||||
errorReadingSuppress: "Error reading <file>, suppressing further errors."
|
||||
errorDataFolder: 'Error: Unable to read Quests data folder!'
|
||||
questsPlayerHasQuestAlready: "<player> is already on the Quest <quest>!"
|
||||
questsUnknownAdminCommand: "Unknown Questsadmin command. Type /questsadmin for help."
|
||||
unknownError: "An unknown error occurred. See console output."
|
||||
journalTaken: "You take out your Quest Journal."
|
||||
journalPutAway: "You put away your Quest Journal."
|
||||
journalAlreadyHave: "You already have your Quest Journal out."
|
||||
journalNoRoom: "You have no room in your inventory for your Quest Journal!"
|
||||
journalNoQuests: "You have no accepted quests!"
|
||||
journalDenied: "You cannot do that with your Quest Journal."
|
||||
ENCHANTMENT_ARROW_DAMAGE: "Power"
|
||||
ENCHANTMENT_ARROW_FIRE: "Flame"
|
||||
ENCHANTMENT_ARROW_INFINITE: "Infinity"
|
||||
ENCHANTMENT_ARROW_KNOCKBACK: "Punch"
|
||||
ENCHANTMENT_BINDING_CURSE: "BindingCurse"
|
||||
ENCHANTMENT_DAMAGE_ALL: "Sharpness"
|
||||
ENCHANTMENT_DAMAGE_ARTHROPODS: "BaneOfArthropods"
|
||||
ENCHANTMENT_DEPTH_STRIDER: "DepthStrider"
|
||||
ENCHANTMENT_DAMAGE_UNDEAD: "Smite"
|
||||
ENCHANTMENT_DIG_SPEED: "Efficiency"
|
||||
ENCHANTMENT_DURABILITY: "Unbreaking"
|
||||
ENCHANTMENT_FIRE_ASPECT: "FireAspect"
|
||||
ENCHANTMENT_FROST_WALKER: "FrostWalker"
|
||||
ENCHANTMENT_KNOCKBACK: "Knockback"
|
||||
ENCHANTMENT_LOOT_BONUS_BLOCKS: "Fortune"
|
||||
ENCHANTMENT_LOOT_BONUS_MOBS: "Looting"
|
||||
ENCHANTMENT_LUCK: "LuckOfTheSea"
|
||||
ENCHANTMENT_LURE: "Lure"
|
||||
ENCHANTMENT_MENDING: "Mending"
|
||||
ENCHANTMENT_OXYGEN: "Respiration"
|
||||
ENCHANTMENT_PROTECTION_ENVIRONMENTAL: "Protection"
|
||||
ENCHANTMENT_PROTECTION_EXPLOSIONS: "BlastProtection"
|
||||
ENCHANTMENT_PROTECTION_FALL: "FeatherFalling"
|
||||
ENCHANTMENT_PROTECTION_FIRE: "FireProtection"
|
||||
ENCHANTMENT_PROTECTION_PROJECTILE: "ProjectileProtection"
|
||||
ENCHANTMENT_SILK_TOUCH: "SilkTouch"
|
||||
ENCHANTMENT_SWEEPING: "Sweeping"
|
||||
ENCHANTMENT_THORNS: "Thorns"
|
||||
ENCHANTMENT_VANISHING_CURSE: "VanishingCurse"
|
||||
ENCHANTMENT_WATER_WORKER: "AquaAffinity"
|
||||
COLOR_BLACK: "Black"
|
||||
COLOR_BLUE: "Blue"
|
||||
COLOR_BROWN: "Brown"
|
||||
COLOR_CYAN: "Cyan"
|
||||
COLOR_GRAY: "Gray"
|
||||
COLOR_GREEN: "Green"
|
||||
COLOR_LIGHT_BLUE: "LightBlue"
|
||||
COLOR_LIME: "Lime"
|
||||
COLOR_MAGENTA: "Magenta"
|
||||
COLOR_ORANGE: "Orange"
|
||||
COLOR_PINK: "Pink"
|
||||
COLOR_PURPLE: "Purple"
|
||||
COLOR_RED: "Red"
|
||||
COLOR_SILVER: "Silver"
|
||||
COLOR_WHITE: "White"
|
||||
COLOR_YELLOW: "Yellow"
|
||||
timeDay: "Day"
|
||||
timeDays: "Days"
|
||||
timeHour: "Hour"
|
||||
timeHours: "Hours"
|
||||
timeMinute: "Minute"
|
||||
timeMinutes: "Minutes"
|
||||
timeSecond: "Second"
|
||||
timeSeconds: "Seconds"
|
||||
timeMillisecond: "Millisecond"
|
||||
timeMilliseconds: "Milliseconds"
|
||||
event: "Event"
|
||||
delay: "Delay"
|
||||
save: "Save"
|
||||
exit: "Exit"
|
||||
exited: "Exited"
|
||||
cancel: "Cancel"
|
||||
cancelled: "Cancelled"
|
||||
questTimeout: "Cancelled."
|
||||
back: "Back"
|
||||
yesWord: "Yes"
|
||||
noWord: "No"
|
||||
"true": "true"
|
||||
"false": "false"
|
||||
clear: "Clear"
|
||||
edit: "Edit"
|
||||
none: "None"
|
||||
done: "Done"
|
||||
comma: "comma"
|
||||
finish: "Finish"
|
||||
quit: "Quit"
|
||||
noneSet: "None set"
|
||||
noDelaySet: "No delay set"
|
||||
noIdsSet: "No IDs set"
|
||||
noNamesSet: "No names set"
|
||||
worlds: "Worlds"
|
||||
mobs: "Mobs"
|
||||
points: "points"
|
||||
invalidOption: "Invalid option!"
|
||||
npcHint: 'Note: You can left or right click on NPC''s to get their ID.'
|
||||
listDuplicate: "List contains duplicates!"
|
||||
id: "ID"
|
||||
quest: "Quest"
|
||||
quests: "Quests"
|
||||
createdBy: "Created by"
|
||||
continuedBy: "and continued by"
|
||||
questPoints: "Quest Points"
|
||||
accepted: "Accepted"
|
||||
complete: "Complete"
|
||||
redoable: "Redoable"
|
||||
usage: "Usage"
|
||||
redoableEvery: "Redoable every <time>."
|
||||
requirements: "Requirements"
|
||||
money: "Money"
|
||||
with: "With"
|
||||
to: "to"
|
||||
blocksWithin: "within <amount> blocks of"
|
||||
valRequired: "Value required"
|
||||
enchantedItem: "*Enchanted*"
|
||||
experience: "Experience"
|
||||
timerMessage: '<green>Time left to finish the quest/stage: <red>%s seconds'
|
||||
timerStart: "<green>You have <red>%s seconds <green>to finish this quest/stage"
|
||||
questErrorReadingFile: "Error reading Quests file."
|
||||
questSaveError: "An error occurred while saving."
|
||||
questBlacklisted: "You are blacklisted. Contact an admin if this is in error."
|
858
src/main/resources/lang/ru/strings.yml
Normal file
858
src/main/resources/lang/ru/strings.yml
Normal file
@ -0,0 +1,858 @@
|
||||
---
|
||||
questFailed: "*ЗАДАНИЕ ПРОВАЛЕНО*"
|
||||
questMaxAllowed: "У вас может быть только <number> квеста."
|
||||
questAlreadyOn: "Вы уже в этом квесте!"
|
||||
questTooEarly: "Вы не можете повторно выполнить <quest> еще раз для <time>."
|
||||
questAlreadyCompleted: "Вы уже выполнили задание <quest>."
|
||||
questInvalidLocation: "Вы не можете взять <quest> в этом месте."
|
||||
questInvalidDeliveryItem: "<item> не является обязательным элементом для этого квеста!"
|
||||
questSelectedLocation: "Выбранное местоположение"
|
||||
questDisplayHelp: "- Показать эту справку"
|
||||
COMMAND_LIST: "список"
|
||||
COMMAND_LIST_HELP: "list [page] - Список доступных заданий"
|
||||
COMMAND_TAKE: "принять"
|
||||
COMMAND_TAKE_HELP: "take [quest name] - Принять задание"
|
||||
COMMAND_TAKE_USAGE: 'Использование: /quests take [quest]'
|
||||
COMMAND_QUIT: "выйти"
|
||||
COMMAND_QUIT_HELP: "quit [quest] - Отклонить текущее задание"
|
||||
COMMAND_EDITOR: "редактор"
|
||||
COMMAND_EDITOR_HELP: "editor - Создать/Редактировать задание"
|
||||
COMMAND_EVENTS_EDITOR: "события"
|
||||
COMMAND_EVENTS_EDITOR_HELP: "events - Создать/Редактировать события"
|
||||
COMMAND_STATS: "статистика"
|
||||
COMMAND_STATS_HELP: "статистика - Просмотр вашей поисковой статистики"
|
||||
COMMAND_TOP: "вверх"
|
||||
COMMAND_TOP_HELP: "топ[number] - Просмотреть топ Квесты"
|
||||
COMMAND_TOP_USAGE: 'Используйте: / quests top [число]'
|
||||
COMMAND_INFO: "информация"
|
||||
COMMAND_INFO_HELP: "info - Показать информацию о плагине"
|
||||
COMMAND_JOURNAL: "журнал"
|
||||
COMMAND_JOURNAL_HELP: "журнала - Просмотр / Отложить свой журнал квеста"
|
||||
COMMAND_QUEST_HELP: "- Показать текущие цели квеста"
|
||||
COMMAND_QUESTINFO_HELP: "[quest name] - Display Quest information"
|
||||
COMMAND_QUESTADMIN_HELP: "- View Questadmin help"
|
||||
COMMAND_QUESTADMIN_STATS: "stats"
|
||||
COMMAND_QUESTADMIN_STATS_HELP: "stats [player] - View Questing statistics of a player"
|
||||
COMMAND_QUESTADMIN_GIVE: "give"
|
||||
COMMAND_QUESTADMIN_GIVE_HELP: "give [player] [quest] - Force a player to take a Quest"
|
||||
COMMAND_QUESTADMIN_QUIT: "quit"
|
||||
COMMAND_QUESTADMIN_QUIT_HELP: "quit [player] [quest] - Force a player to quit their Quest"
|
||||
COMMAND_QUESTADMIN_POINTS: "points"
|
||||
COMMAND_QUESTADMIN_POINTS_HELP: "points [player] [amount] - Set a players Quest Points"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [player] [amount] - Take a players Quest Points"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [player] [amount] - Give a player Quest Points"
|
||||
COMMAND_QUESTADMIN_POINTSALL: "pointsall"
|
||||
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] - Set ALL players' Quest Points"
|
||||
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||
COMMAND_QUESTADMIN_FINISH_HELP: "finish [player] [quest] - Immediately force Quest completion for a player"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE: "nextstage"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "nextstage [player] [quest] - Immediately force Stage completion for a player"
|
||||
COMMAND_QUESTADMIN_SETSTAGE: "setstage"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_HELP: "setstage [player] [quest] [stage] - Set the current Stage for a player"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Usage: /questadmin setstage [player] [quest] [stage]'
|
||||
COMMAND_QUESTADMIN_PURGE: "purge"
|
||||
COMMAND_QUESTADMIN_PURGE_HELP: "purge [player] - Clear all Quests data of a player AND BLACKLISTS THEM"
|
||||
COMMAND_QUESTADMIN_RESET: "reset"
|
||||
COMMAND_QUESTADMIN_RESET_HELP: "reset [player] - Clear all Quests data of a player"
|
||||
COMMAND_QUESTADMIN_REMOVE: "remove"
|
||||
COMMAND_QUESTADMIN_REMOVE_HELP: "remove [player] [quest] - Remove a completed Quest from a player"
|
||||
COMMAND_QUESTADMIN_TOGGLEGUI: "togglegui"
|
||||
COMMAND_QUESTADMIN_TOGGLEGUI_HELP: "togglegui [npc id] - Toggle GUI Quest Display on an NPC"
|
||||
COMMAND_QUESTADMIN_RELOAD: "reload"
|
||||
COMMAND_QUESTADMIN_RELOAD_HELP: "reload - Reload all Quests"
|
||||
questEditorHeader: "Create Quest"
|
||||
questEditorCreate: "Create new Quest"
|
||||
questEditorEdit: "Edit a Quest"
|
||||
questEditorDelete: "Delete Quest"
|
||||
questEditorName: "Set name"
|
||||
questEditorAskMessage: "Set ask message"
|
||||
questEditorFinishMessage: "Set finish message"
|
||||
questEditorRedoDelay: "Set redo delay"
|
||||
questEditorNPCStart: "Set NPC start"
|
||||
questEditorBlockStart: "Set Block start"
|
||||
questEditorInitialEvent: "Set initial Event"
|
||||
questEditorSetGUI: "Set GUI Item display"
|
||||
questEditorReqs: "Edit Requirements"
|
||||
questEditorStages: "Edit Stages"
|
||||
questEditorRews: "Edit Rewards"
|
||||
questEditorEnterQuestName: "Enter Quest name (or 'cancel' to return)"
|
||||
questEditorEditEnterQuestName: "Enter Quest name to edit (or 'cancel' to return)"
|
||||
questEditorEnterAskMessage: "Enter ask message (or 'cancel' to return)"
|
||||
questEditorEnterFinishMessage: "Enter finish message (or 'cancel' to return)"
|
||||
questEditorEnterRedoDelay: "Enter amount of time (in seconds), 0 to clear the redo delay or -1 to cancel"
|
||||
questEditorEnterNPCStart: "Enter NPC ID, -1 to clear the NPC start or -2 to cancel"
|
||||
questEditorEnterBlockStart: "Right-click on a block to use as a start point, then enter 'done' to save, or enter 'clear' to clear the block start, or 'cancel' to return"
|
||||
questEditorEnterInitialEvent: "Enter an Event name, or enter 'clear' to clear the initial Event, or 'cancel' to return"
|
||||
questRequiredNoneSet: "Required, none set"
|
||||
questWGSetRegion: "Set Region"
|
||||
questWGNotInstalled: "WorldGuard not installed"
|
||||
questWGPrompt: "Enter WorldGuard region, or enter 'clear' to clear the region, or 'cancel' to return."
|
||||
questWGInvalidRegion: "<region> is not a valid WorldGuard region!"
|
||||
questWGRegionCleared: "Quest region cleared."
|
||||
questCitNotInstalled: "Citizens not installed"
|
||||
questDenNotInstalled: "Denizen not installed"
|
||||
questGUIError: 'Error: That item is already being used as the GUI Display for the Quest <quest>.'
|
||||
questCurrentItem: "Current item:"
|
||||
questSetItem: "Set Item"
|
||||
questClearItem: "Clear Item"
|
||||
questGUICleared: "Quest GUI Item Display cleared."
|
||||
questDeleted: "Quest deleted! Quests and Events have been reloaded."
|
||||
questEditorNameExists: "A Quest with that name already exists!"
|
||||
questEditorBeingEdited: "Someone is creating/editing a Quest with that name!"
|
||||
questEditorInvalidQuestName: "Name may not contain periods or commas!"
|
||||
questEditorInvalidEventName: "is not a valid event name!"
|
||||
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 Event 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: "Quest saved! (You will need to perform a Quest reload for it to appear)"
|
||||
questEditorExited: "Are you sure you want to exit without saving?"
|
||||
questEditorDeleted: "Are you sure you want to delete the Quest"
|
||||
questEditorNoPermsCreate: "You do not have permission to create Quests."
|
||||
questEditorNoPermsEdit: "You do not have permission to edit Quests."
|
||||
questEditorNoPermsDelete: "You do not have permission to delete Quests."
|
||||
stageEditorEditStage: "Edit Stage"
|
||||
stageEditorNewStage: "Add new Stage"
|
||||
stageEditorStages: "Stages"
|
||||
stageEditorStage: "Stage"
|
||||
stageEditorBreakBlocks: "Break Blocks"
|
||||
stageEditorDamageBlocks: "Damage Blocks"
|
||||
stageEditorPlaceBlocks: "Place Blocks"
|
||||
stageEditorUseBlocks: "Use Blocks"
|
||||
stageEditorCutBlocks: "Cut Blocks"
|
||||
stageEditorCatchFish: "Catch Fish"
|
||||
stageEditorFish: "fish"
|
||||
stageEditorKillPlayers: "Kill Players"
|
||||
stageEditorPlayers: "players"
|
||||
stageEditorEnchantItems: "Enchant Items"
|
||||
stageEditorDeliverItems: "Deliver Items"
|
||||
stageEditorTalkToNPCs: "Talk to NPCs"
|
||||
stageEditorKillNPCs: "Kill NPCs"
|
||||
stageEditorKillMobs: "Kill Mobs"
|
||||
stageEditorReachLocs: "Reach locations"
|
||||
stageEditorReachRadii1: "Reach within"
|
||||
stageEditorReachRadii2: "blocks of"
|
||||
stageEditorTameMobs: "Tame Mobs"
|
||||
stageEditorShearSheep: "Shear Sheep"
|
||||
stageEditorEvents: "Events"
|
||||
stageEditorStageEvents: "Stage Events"
|
||||
stageEditorStartEvent: "Start Event"
|
||||
stageEditorStartEventCleared: "Start Event cleared."
|
||||
stageEditorFinishEvent: "Finish Event"
|
||||
stageEditorFinishEventCleared: "Finish Event cleared."
|
||||
stageEditorChatEvents: "Chat Events"
|
||||
stageEditorChatTrigger: "Chat Trigger"
|
||||
stageEditorTriggeredBy: "Triggered by"
|
||||
stageEditorChatEventsCleared: "Chat Events cleared."
|
||||
stageEditorDeathEvent: "Death Event"
|
||||
stageEditorDeathEventCleared: "Death Event cleared."
|
||||
stageEditorDisconnectEvent: "Disconnect Event"
|
||||
stageEditorDisconnectEventCleared: "Disconnect Event 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 durability"
|
||||
stageEditorSetDamageAmounts: "Set damage amounts"
|
||||
stageEditorSetPlaceAmounts: "Set place amounts"
|
||||
stageEditorSetUseAmounts: "Set use amounts"
|
||||
stageEditorSetCutAmounts: "Set cut amounts"
|
||||
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 Objectives"
|
||||
stageEditorAddPasswordDisplay: "Add password display"
|
||||
stageEditorAddPasswordPhrases: "Add password phrase(s)"
|
||||
stageEditorNoPasswordDisplays: "No password displays set"
|
||||
stageObjectiveOverride: "Objective Display Override"
|
||||
stageEditorCustom: "Custom Objectives"
|
||||
stageEditorNoModules: "No modules loaded"
|
||||
stageEditorModuleNotFound: "Custom objective module not found."
|
||||
stageEditorCustomPrompt: "Enter the name of a custom objective to add, or enter 'clear' to clear all custom objectives, or 'cancel' to return."
|
||||
stageEditorCustomAlreadyAdded: "That custom objective has already been added!"
|
||||
stageEditorCustomCleared: "Custom objectives cleared."
|
||||
stageEditorCustomDataPrompt: "Enter value for <data>:"
|
||||
stageEditorEnterBlockNames: "Enter block names (or IDs), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorBreakBlocksPrompt: "Enter break amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorDamageBlocksPrompt: "Enter damage amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorPlaceBlocksPrompt: "Enter place amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorUseBlocksPrompt: "Enter use amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorCutBlocksPrompt: "Enter cut amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorEnterBlockDurability: "Enter block durability (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorCatchFishPrompt: "Enter number of fish to catch, or 0 to clear the fish catch objective, or -1 to cancel"
|
||||
stageEditorKillPlayerPrompt: "Enter number of players to kill, or 0 to clear the player kill objective, or -1 to cancel"
|
||||
stageEditorEnchantTypePrompt: "Enter enchantment names, separating each one by a comma, or enter 'cancel' to return."
|
||||
stageEditorEnchantAmountsPrompt: "Enter enchant amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorItemNamesPrompt: "Enter item names, separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorNPCPrompt: "Enter NPC ids, separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorNPCToTalkToPrompt: "Enter NPC IDs, separating each one by a space, or enter 'clear' to clear the NPC ID list, or 'cancel' to return."
|
||||
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
||||
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobAmountsPrompt: "Enter mob amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the kill location list, or enter 'cancel' to return"
|
||||
stageEditorMobLocationRadiiPrompt: "Enter kill location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
||||
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorReachLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||
stageEditorTameAmountsPrompt: "Enter tame amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorShearColorsPrompt: "Enter sheep colors separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorShearAmountsPrompt: "Enter shear amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorEventsPrompt: "Enter an event name, or enter 'clear' to clear the event, or 'cancel' to return"
|
||||
stageEditorChatEventsPrompt: "Enter an event name to add, or enter 'clear' to clear all chat events, or 'cancel' to return"
|
||||
stageEditorChatEventsTriggerPromptA: "Enter a chat trigger for"
|
||||
stageEditorChatEventsTriggerPromptB: "or enter 'cancel' to return."
|
||||
stageEditorDelayPrompt: "Enter time (in seconds), or enter 'clear' to clear the delay, or 'cancel' to return"
|
||||
stageEditorDelayMessagePrompt: "Enter delay message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorScriptPrompt: "Enter script name, or enter 'clear' to clear the script, or 'cancel' to return"
|
||||
stageEditorStartMessagePrompt: "Enter start message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorCompleteMessagePrompt: "Enter complete message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorPasswordDisplayPrompt: "Enter a password display, or 'cancel' to return"
|
||||
stageEditorPasswordDisplayHint: "(This is the text that will be displayed to the player as their objective)"
|
||||
stageEditorPasswordPhrasePrompt: "Enter a password phrase, or 'cancel' to return"
|
||||
stageEditorPasswordPhraseHint1: "(This is the text that a player has to say to complete the objective)"
|
||||
stageEditorPasswordPhraseHint2: "If you want multiple password phrases, seperate them by a | (pipe)"
|
||||
stageEditorObjectiveOverridePrompt: "Enter objective display override, or 'clear' to clear the override, or 'cancel' to return."
|
||||
stageEditorObjectiveOverrideHint: "(The objective display override will show up as the players current objective)"
|
||||
stageEditorObjectiveOverrideCleared: "Objective display override cleared."
|
||||
stageEditorDeliveryAddItem: "Add item"
|
||||
stageEditorDeliveryNPCs: "Set NPC IDs"
|
||||
stageEditorDeliveryMessages: "Set delivery messages"
|
||||
stageEditorContainsDuplicates: "List contains duplicates!"
|
||||
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!"
|
||||
stageEditorInvalidNumber: "is not a number!"
|
||||
stageEditorInvalidDye: "is not a valid dye color!"
|
||||
stageEditorInvalidEvent: "is not a valid event name!"
|
||||
stageEditorDuplicateEvent: "Event is already in the list!"
|
||||
stageEditorInvalidDelay: "Delay must be at least one second!"
|
||||
stageEditorInvalidScript: "Denizen script not found!"
|
||||
stageEditorNoCitizens: "Citizens is not installed!"
|
||||
stageEditorNoDenizen: "Denizen is not installed!"
|
||||
stageEditorPositiveAmount: "You must enter a positive number!"
|
||||
stageEditorNoNumber: "Input was not a number!"
|
||||
stageEditorNotGreaterThanZero: "is not greater than 0!"
|
||||
stageEditorNotListofNumbers: "Invalid entry, input was not a list of numbers!"
|
||||
stageEditorNoDelaySet: "You must set a delay first!"
|
||||
stageEditorNoBlockNames: "You must set block names first!"
|
||||
stageEditorNoEnchantments: "You must set enchantments first!"
|
||||
stageEditorNoItems: "You must add items first!"
|
||||
stageEditorNoDeliveryMessage: "You must set at least one delivery message!"
|
||||
stageEditorNoNPCs: "You must set NPC IDs first!"
|
||||
stageEditorNoMobTypes: "You must set mob types first!"
|
||||
stageEditorNoKillLocations: "You must set kill locations first!"
|
||||
stageEditorNoBlockSelected: "You must select a block first."
|
||||
stageEditorNoColors: "You must set colors first!"
|
||||
stageEditorNoLocations: "You must set locations first!"
|
||||
stageEditorNoEnchantmentsSet: "No enchantments set"
|
||||
stageEditorNoItemsSet: "No items set"
|
||||
stageEditorNoMobTypesSet: "No mob types set"
|
||||
stageEditorNoLocationsSet: "No locations set"
|
||||
stageEditorNoColorsSet: "No colors set"
|
||||
stageEditorListNotSameSize: "The block names list and the amounts list are not the same size!"
|
||||
stageEditorEnchantmentNotSameSize: "The enchantments list, the item id list and the enchant amount list are not the same size!"
|
||||
stageEditorDeliveriesNotSameSize: "The item list and the NPC list are not equal in size!"
|
||||
stageEditorNPCKillsNotSameSize: "The NPC IDs list and the kill amounts list are not the same size!"
|
||||
stageEditorAllListsNotSameSize: "All of your lists are not the same size!"
|
||||
stageEditorMobTypesNotSameSize: "The mob types list and the mob amounts list are not the same size!"
|
||||
stageEditorTameMobsNotSameSize: "The mob types list and the tame amounts list are not the same size!"
|
||||
stageEditorShearNotSameSize: "The sheep colors list and the shear amounts list are not the same size!"
|
||||
stageEditorMustSetPasswordDisplays: "You must add at least one password display first!"
|
||||
stageEditorAddPasswordCleared: "Password Objectives cleared."
|
||||
stageEditorPasswordNotSameSize: "The password display and password phrase lists are not the same size!"
|
||||
stageEditorListContainsDuplicates: " List contains duplicates!"
|
||||
stageEditorDelayCleared: "Delay cleared."
|
||||
stageEditorDelayMessageCleared: "Delay message cleared."
|
||||
stageEditorDenizenCleared: "Denizen script cleared."
|
||||
stageEditorBreakBlocksCleared: "Break blocks objective cleared."
|
||||
stageEditorDamageBlocksCleared: "Damage blocks objective cleared."
|
||||
stageEditorPlaceBlocksCleared: "Place blocks objective cleared."
|
||||
stageEditorUseBlocksCleared: "Use blocks objective cleared."
|
||||
stageEditorCutBlocksCleared: "Cut blocks objective cleared."
|
||||
stageEditorEnchantmentsCleared: "Enchantment objective cleared."
|
||||
stageEditorDeliveriesCleared: "Delivery objective cleared."
|
||||
stageEditorReachLocationsCleared: "Reach Locations objective cleared."
|
||||
stageEditorKillNPCsCleared: "Kill NPCs objective cleared."
|
||||
stageEditorKillMobsCleared: "Kill Mobs objective cleared."
|
||||
stageEditorTameCleared: "Tame Mobs objective cleared."
|
||||
stageEditorShearCleared: "Shear Sheep objective cleared."
|
||||
stageEditorStartMessageCleared: "Start message cleared."
|
||||
stageEditorCompleteMessageCleared: "Complete message cleared."
|
||||
stageEditorConfirmStageDelete: "Are you sure you want to delete this stage?"
|
||||
stageEditorConfirmStageNote: "Any Stages after will be shifted back one spot"
|
||||
stageEditorDeleteSucces: "Stage deleted successfully."
|
||||
stageEditorEnchantments: "Enchantments"
|
||||
stageEditorNPCNote: 'Note: You may specify the name of the NPC with <npc>'
|
||||
stageEditorOptional: "Optional"
|
||||
stageEditorColors: "Sheep Colors"
|
||||
allListsNotSameSize: "All of your lists are not the same size!"
|
||||
eventEditorCreate: "Create new Event"
|
||||
eventEditorEdit: "Edit an Event"
|
||||
eventEditorDelete: "Delete an Event"
|
||||
eventEditorCreatePermisssions: "You do not have permission to create new Events."
|
||||
eventEditorEditPermisssions: "You do not have permission to edit Events."
|
||||
eventEditorDeletePermisssions: "You do not have permission to delete Events."
|
||||
eventEditorNoneToEdit: "No Events currently exist to be edited!"
|
||||
eventEditorNoneToDelete: "No Events currently exist to be deleted!"
|
||||
eventEditorNotFound: "Event not found!"
|
||||
eventEditorExists: "Event already exists!"
|
||||
eventEditorSomeone: "Someone is already creating or editing an Event with that name!"
|
||||
eventEditorAlpha: "Name must be alphanumeric!"
|
||||
eventEditorErrorReadingFile: "Error reading Events file."
|
||||
eventEditorErrorSaving: "An error occurred while saving."
|
||||
eventEditorDeleted: "Event deleted, Quests and Events reloaded."
|
||||
eventEditorSaved: "Event saved, Quests and Events reloaded."
|
||||
eventEditorEnterEventName: "Enter an Event name, or 'cancel' to return."
|
||||
eventEditorDeletePrompt: "Are you sure you want to delete the Event"
|
||||
eventEditorQuitWithoutSaving: "Are you sure you want to quit without saving?"
|
||||
eventEditorFinishAndSave: "Are you sure you want to finish and save the Event"
|
||||
eventEditorModifiedNote: 'Note: You have modified an Event that the following Quests use:'
|
||||
eventEditorForcedToQuit: "If you save the Event, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||
eventEditorEventInUse: "The following Quests use the Event"
|
||||
eventEditorMustModifyQuests: "eventEditorNotFound"
|
||||
eventEditorListSizeMismatch: "The lists are not the same size!"
|
||||
eventEditorListDuplicates: "List contains duplicates!"
|
||||
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||
eventEditorInvalidEntry: "Invalid entry"
|
||||
eventEditorSetName: "Set name"
|
||||
eventEditorSetMessage: "Set message"
|
||||
eventEditorClearInv: "Clear player 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: "Set potion effects"
|
||||
eventEditorSetHunger: "Set player hunger level"
|
||||
eventEditorSetSaturation: "Set player saturation level"
|
||||
eventEditorSetHealth: "Set player health level"
|
||||
eventEditorEnterTimerSeconds: "Set number of seconds left before the quest fails (use cancel-timer event to cancel timers)"
|
||||
eventEditorSetTimer: "Set time to fail quest"
|
||||
eventEditorCancelTimer: "Cancel the quest timer"
|
||||
eventEditorSetTeleport: "Set player teleport location"
|
||||
eventEditorSetCommands: "Set commands to execute"
|
||||
eventEditorItems: "Event Items"
|
||||
eventEditorSetItems: "Give items"
|
||||
eventEditorItemsCleared: "Event items cleared."
|
||||
eventEditorAddItem: "Add item"
|
||||
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!"
|
||||
eventEditorNotGreaterThanZero: "is not greater than 0!"
|
||||
eventEditorNotANumber: "is not a number!"
|
||||
eventEditorStorm: "Event 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, or enter 'cancel' to return"
|
||||
eventEditorEnterDuration: "Enter duration (in seconds)"
|
||||
eventEditorAtLeastOneSecond: "Amount must be at least 1 second!"
|
||||
eventEditorNotGreaterThanOneSecond: "is not greater than 1 second!"
|
||||
eventEditorThunder: "Event Thunder"
|
||||
eventEditorMustSetThunderDuration: "You must set a thunder duration!"
|
||||
eventEditorThunderCleared: "Thunder data cleared."
|
||||
eventEditorEnterThunderWorld: "Enter a world name for the thunder to occur in, or enter 'cancel' to return"
|
||||
eventEditorEffects: "Event Effects"
|
||||
eventEditorAddEffect: "Add effect"
|
||||
eventEditorAddEffectLocation: "Add effect location"
|
||||
eventEditorNoEffects: "No effects set"
|
||||
eventEditorMustAddEffects: "You must add effects first!"
|
||||
eventEditorInvalidEffect: "is not a valid effect name!"
|
||||
eventEditorEffectsCleared: "Event effects cleared."
|
||||
eventEditorEffectLocationPrompt: "Right-click on a block to play an effect at, then enter 'add' to add it to the list, or enter 'cancel' to return"
|
||||
eventEditorMobSpawns: "Event Mob Spawns"
|
||||
eventEditorAddMobTypes: "Add mob"
|
||||
eventEditorNoTypesSet: "(No type set)"
|
||||
eventEditorMustSetMobTypesFirst: "You must set the mob type first!"
|
||||
eventEditorSetMobAmounts: "Set mob amount"
|
||||
eventEditorNoAmountsSet: "(No amounts set)"
|
||||
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"
|
||||
eventEditorSetMobSpawnLoc: "Right-click on a block to spawn a mob at, then enter 'add' to the confirm it, or enter 'cancel' to return"
|
||||
eventEditorSetMobSpawnAmount: "Set the amount of mobs to spawn"
|
||||
eventEditorSetDropChance: "Set the drop chance"
|
||||
eventEditorInvalidDropChance: "Drop chance has to be between 0.0 and 1.0"
|
||||
eventEditorLightningPrompt: "Right-click on a block to spawn a lightning strike at, then enter 'add' to add it to the list, or enter 'clear' to clear the locations list, or 'cancel' to return"
|
||||
eventEditorPotionEffects: "Event 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!"
|
||||
eventEditorNoDurationsSet: "(No durations set)"
|
||||
eventEditorSetPotionMagnitudes: "Set potion effect magnitudes"
|
||||
eventEditorPotionsCleared: "Potion effects cleared."
|
||||
eventEditorInvalidPotionType: "is not a valid potion effect type!"
|
||||
eventEditorEnterNPCId: "Enter NPC ID (or -1 to return)"
|
||||
eventEditorNoNPCExists: "No NPC exists with that id!"
|
||||
eventEditorExplosionPrompt: "Right-click on a block to spawn an explosion at, then enter 'add' to add it to the list, or enter 'clear' to clear the explosions list, or 'cancel' to return"
|
||||
eventEditorSelectBlockFirst: "You must select a block first."
|
||||
eventEditorSetMessagePrompt: "Enter message, or enter 'none' to delete, (or 'cancel' to return)"
|
||||
eventEditorSetItemNamesPrompt: "Enter item names separating each one by a space, or enter 'cancel' to return."
|
||||
eventEditorSetItemAmountsPrompt: "Enter item amounts (numbers) separating each one by a space, or enter 'cancel' to return."
|
||||
eventEditorSetMobTypesPrompt: "Enter mob name, or enter 'cancel' to return"
|
||||
eventEditorSetMobAmountsPrompt: "Enter mob amount, or enter 'cancel' to return"
|
||||
eventEditorSetMobNamePrompt: "Set the name for this mob, or enter 'cancel' to return"
|
||||
eventEditorSetMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the mob spawn location list, or enter 'cancel' to return"
|
||||
eventEditorSetPotionEffectsPrompt: "Enter potion effect types separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetPotionDurationsPrompt: "Enter effect durations (in milliseconds) separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetHungerPrompt: "Enter hunger level, or -1 to remove it"
|
||||
eventEditorHungerLevelAtLeastZero: "Hunger level must be at least 0!"
|
||||
eventEditorSetSaturationPrompt: "Enter saturation level, or -1 to remove it"
|
||||
eventEditorSaturationLevelAtLeastZero: "Saturation level must be at least 0!"
|
||||
eventEditorSetHealthPrompt: "Enter health level, or -1 to remove it"
|
||||
eventEditorHealthLevelAtLeastZero: "Health level must be at least 0!"
|
||||
eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to, then enter 'done' to finish, or enter 'clear' to clear the teleport location, or 'cancel' to return"
|
||||
eventEditorCommandsNote: 'Note: You may use <player> to refer to the player''s name.'
|
||||
eventEditorSetCommandsPrompt: "Enter commands separating each one by a comma, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
reqSetMoney: "Set money requirement"
|
||||
reqSetQuestPoints: "Set Quest Points requirement"
|
||||
reqSetItem: "Set item requirements"
|
||||
reqSetPerms: "Set permission requirements"
|
||||
reqSetQuest: "Set Quest requirements"
|
||||
reqSetQuestBlocks: "Set Quest blocks"
|
||||
reqSetMcMMO: "Set mcMMO requirements"
|
||||
reqSetHeroes: "Set Heroes requirements"
|
||||
reqSetCustom: "Custom requirements"
|
||||
reqSetFail: "Set fail requirements message"
|
||||
reqSetSkills: "Set skills"
|
||||
reqSetSkillAmounts: "Set skill amounts"
|
||||
reqHeroesSetPrimary: "Set Primary Class"
|
||||
reqHeroesSetSecondary: "Set Secondary Class"
|
||||
reqMoneyPrompt: "Enter amount of <money>, or 0 to clear the money requirement, or -1 to cancel"
|
||||
reqQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point requirement, or -1 to cancel"
|
||||
reqQuestPrompt: "Enter a list of Quest names separating each one by a <comma>, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqRemoveItemsPrompt: "Enter a list of true/false values, separating each one by a space, or enter 'cancel' to return."
|
||||
reqPermissionsPrompt: "Enter permission requirements separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
reqCustomPrompt: "Enter the name of a custom requirement to add, or enter 'clear' to clear all custom requirements, or 'cancel' to return."
|
||||
reqMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqMcMMOAmountsPrompt: "Enter mcMMO skill amounts, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqHeroesPrimaryPrompt: "Enter a Heroes Primary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||
reqHeroesSecondaryPrompt: "Enter a Heroes Secondary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||
reqFailMessagePrompt: "Enter fail requirements message, or enter 'cancel' to return."
|
||||
reqAddItem: "Add item"
|
||||
reqSetRemoveItems: "Set remove items"
|
||||
reqNoItemsSet: "No items set"
|
||||
reqNoValuesSet: "No values set"
|
||||
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||
reqGreaterThanZero: "Amount must be greater than 0!"
|
||||
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||
reqItemCleared: "Item requirements cleared."
|
||||
reqListsNotSameSize: "The items list and remove items list are not the same size!"
|
||||
reqTrueFalseError: '<input> is not a true or false value!%br%Example: true false true true'
|
||||
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||
reqCustomNotFound: "Custom requirement module not found."
|
||||
reqCustomCleared: "Custom requirements cleared."
|
||||
reqMcMMOError: "<input> is not an mcMMO skill name!"
|
||||
reqMcMMOCleared: "mcMMO skill requirements cleared."
|
||||
reqMcMMOAmountsCleared: "mcMMO 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!"
|
||||
reqNone: "No requirements set"
|
||||
reqNotANumber: "<input> is not a number!"
|
||||
reqMustAddItem: "You must add at least one item first!"
|
||||
reqNoMessage: "You must set a fail requirements message!"
|
||||
reqNoMcMMO: "mcMMO not installed"
|
||||
reqNoHeroes: "Heroes not installed"
|
||||
rewSetMoney: "Set money reward"
|
||||
rewSetQuestPoints: "Set Quest Points reward"
|
||||
rewSetItems: "Set item rewards"
|
||||
rewSetExperience: "Set experience reward"
|
||||
rewSetCommands: "Set command rewards"
|
||||
rewSetPermission: "Set permission rewards"
|
||||
rewSetMcMMO: "Set mcMMO 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>, or 0 to clear the money reward, or -1 to cancel"
|
||||
rewExperiencePrompt: "Enter amount of experience, or 0 to clear the experience reward, or -1 to cancel"
|
||||
rewCommandPrompt: "Enter command rewards separating each one by a <comma>, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
rewCommandPromptHint: 'Note: You may put <player> to specify the player who completed the Quest. e.g. smite <player>'
|
||||
rewPermissionsPrompt: "Enter permission rewards separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
rewQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point reward, or -1 to cancel"
|
||||
rewMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'cancel' to return."
|
||||
rewMcMMOPromptHint: 'Note: Typing ''All'' will give levels to all skills.'
|
||||
rewHeroesClassesPrompt: "Enter Heroes classes separating each one by a space, or enter 'cancel' to return."
|
||||
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed) separating each one by a space, or enter 'cancel' to return."
|
||||
rewPhatLootsPrompt: "Enter PhatLoots separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
rewCustomRewardPrompt: "Enter the name of a custom reward to add, or enter 'clear' to clear all custom rewards, or 'cancel' to return."
|
||||
rewItemsCleared: "Item rewards cleared."
|
||||
rewNoMcMMOSkills: "No skills set"
|
||||
rewNoHeroesClasses: "No classes set"
|
||||
rewSetMcMMOSkillsFirst: "You must set skills first!"
|
||||
rewMcMMOCleared: "mcMMO rewards cleared."
|
||||
rewMcMMOListsNotSameSize: "The skills list and skill amounts list are not the same size!"
|
||||
rewSetHeroesClassesFirst: "You must set classes first!"
|
||||
rewHeroesCleared: "Heroes rewards cleared."
|
||||
rewHeroesListsNotSameSize: "The classes list and experience amounts list are not the same size!"
|
||||
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."
|
||||
rewNoPhat: "PhatLoots not installed"
|
||||
itemCreateLoadHand: "Load item in hand"
|
||||
itemCreateSetName: "Set name"
|
||||
itemCreateSetAmount: "Set amount"
|
||||
itemCreateSetDurab: "Set durability"
|
||||
itemCreateSetEnchs: "Add/clear enchantments"
|
||||
itemCreateSetDisplay: "Set display name"
|
||||
itemCreateSetLore: "Set lore"
|
||||
itemCreateEnterName: "Enter an item name, or 'cancel' to return."
|
||||
itemCreateEnterAmount: "Enter item amount (max. 64), or 'cancel' to return."
|
||||
itemCreateEnterDurab: "Enter item durability, or 'clear' to clear the data, or 'cancel' to return."
|
||||
itemCreateEnterEnch: "Enter an enchantment name, or 'clear' to clear the enchantments, or 'cancel' to return."
|
||||
itemCreateEnterLevel: "Enter a level (number) for <enchantment>"
|
||||
itemCreateEnterDisplay: "Enter item display name, or 'clear' to clear the display name, or 'cancel' to return."
|
||||
itemCreateEnterLore: "Enter item lore, separating each line by a semi-colon ; or 'clear' to clear the lore, or 'cancel' to return."
|
||||
itemCreateLoaded: "Item loaded."
|
||||
itemCreateNoItem: "No item in hand!"
|
||||
itemCreateNoName: "You must set a name first!"
|
||||
itemCreateInvalidName: "Invalid item name!"
|
||||
itemCreateInvalidAmount: "Amount must be between 1-64!"
|
||||
itemCreateInvalidDurab: "Invalid item durability!"
|
||||
itemCreateInvalidEnch: "Invalid enchantment name!"
|
||||
itemCreateInvalidLevel: "Level must be greater than 0!"
|
||||
itemCreateInvalidInput: "Invalid input!"
|
||||
itemCreateNotNumber: "Input was not a number!"
|
||||
itemCreateNoNameAmount: "You must set a name and amount first!"
|
||||
itemCreateCriticalError: "A critical error has occurred."
|
||||
questTitle: "-- <quest> --"
|
||||
questObjectivesTitle: "---(<quest>)---"
|
||||
questCompleteTitle: '**QUEST COMPLETE: <quest>**'
|
||||
questRewardsTitle: "Rewards:"
|
||||
journalTitle: "Quest Journal"
|
||||
questsTitle: "- Quests -"
|
||||
questHelpTitle: "- Quests -"
|
||||
questListTitle: "- Quests -"
|
||||
questNPCListTitle: "- Quests | <npc> -"
|
||||
questAdminHelpTitle: "- Questadmin -"
|
||||
questEditorTitle: "- Quest Editor -"
|
||||
eventEditorTitle: "- Event Editor - "
|
||||
questCreateTitle: "- Create Quest -"
|
||||
questEditTitle: "- Edit Quest -"
|
||||
questDeleteTitle: "- Delete Quest -"
|
||||
requirementsTitle: "- <quest> | Requirements -"
|
||||
rewardsTitle: "- <quest> | Rewards -"
|
||||
itemRequirementsTitle: "- Item Requirements -"
|
||||
itemRewardsTitle: "- Item Rewards -"
|
||||
mcMMORequirementsTitle: "- mcMMO Requirements -"
|
||||
mcMMORewardsTitle: "- mcMMO 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: "- Event -"
|
||||
completedQuestsTitle: "- Completed Quests -"
|
||||
topQuestersTitle: "- Top <number> Questers -"
|
||||
createItemTitle: "- Create Item -"
|
||||
enchantmentsTitle: "- Enchantments -"
|
||||
questGUITitle: "- GUI Item Display -"
|
||||
questRegionTitle: "- Quest Region -"
|
||||
eventEditorGiveItemsTitle: "- Give Items -"
|
||||
eventEditorEffectsTitle: "- Effects -"
|
||||
eventEditorStormTitle: "- Event Storm -"
|
||||
eventEditorThunderTitle: "- Event Thunder -"
|
||||
eventEditorMobSpawnsTitle: "- Event Mob Spawns -"
|
||||
eventEditorMobsTitle: "- Mobs -"
|
||||
eventEditorAddMobTypesTitle: "- Add Mob -"
|
||||
eventEditorPotionEffectsTitle: "- Event Potion Effects -"
|
||||
eventEditorPotionTypesTitle: "- Event Potion Types -"
|
||||
eventEditorWorldsTitle: "- Worlds -"
|
||||
effBlazeShoot: "Sound of a Blaze firing"
|
||||
effBowFire: "Sound of a bow firing"
|
||||
effClick1: "A click sound"
|
||||
effClick2: "A different click sound"
|
||||
effDoorToggle: "Sound of a door opening or closing"
|
||||
effExtinguish: "Sound of fire being extinguished"
|
||||
effGhastShoot: "Sound of a Ghast firing"
|
||||
effGhastShriek: "Sound of a Ghast shrieking"
|
||||
effZombieWood: "Sound of a Zombie chewing an iron door"
|
||||
effZombieIron: "Sound of a Zombie chewing a wooden door"
|
||||
effEnterName: "Enter an effect name to add it to the list, or enter 'cancel' to return"
|
||||
cmdCancel: "cancel"
|
||||
cmdAdd: "add"
|
||||
cmdClear: "clear"
|
||||
cmdNone: "none"
|
||||
cmdDone: "done"
|
||||
acceptQuest: "Accept Quest?"
|
||||
enterAnOption: "Enter an option"
|
||||
questAccepted: 'Quest accepted: <quest>'
|
||||
currentQuest: "Current Quests:"
|
||||
noMoreQuest: "No more quests available."
|
||||
damage: "Damage"
|
||||
break: "Break"
|
||||
place: "Place"
|
||||
use: "Use"
|
||||
cut: "Cut"
|
||||
catchFish: "Catch Fish"
|
||||
enchantItem: "Enchant <item> with <enchantment>"
|
||||
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."
|
||||
invalidSelection: "Invalid selection!"
|
||||
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'"
|
||||
questPointsDisplay: "Quest points:"
|
||||
questNoDrop: "You may not drop Quest items."
|
||||
questNoBrew: "You may not brew Quest items."
|
||||
questNoStore: "You may not store Quest items."
|
||||
questNoCraft: "You may not craft Quest items."
|
||||
questNoEquip: "You may not equip Quest items."
|
||||
questNoDispense: "You may not put Quest items in dispensers."
|
||||
questNoEnchant: "You may not enchant Quest items."
|
||||
questNoSmelt: "You may not smelt using Quest items."
|
||||
questInfoNoPerms: "You do not have permission to view a Quest's information."
|
||||
questCmdNoPerms: "You do not have access to that command."
|
||||
pageSelectionNum: "Page selection must be a number."
|
||||
pageSelectionPosNum: "Page selection must be a positive number."
|
||||
questListNoPerms: "You do not have permission to view the Quests list."
|
||||
questTakeNoPerms: "You do not have permission to take Quests via commands."
|
||||
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||
questQuit: "You have quit <quest>"
|
||||
questQuitNoPerms: "You do not have permission to quit Quests."
|
||||
questQuitDisabled: "Quitting Quests has been disabled."
|
||||
questEditorNoPerms: "You do not have permission to use the Quests Editor."
|
||||
eventEditorNoPerms: "You do not have permission to use the Events Editor."
|
||||
questsUnknownCommand: "Unknown Quests command. Type /quests for help."
|
||||
pageNotExist: "Page does not exist."
|
||||
pageFooter: "- Page <current> of <all> -"
|
||||
questsReloaded: "Quests 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>."
|
||||
questPurged: "<player> has been purged and blacklisted."
|
||||
questReset: "<player> has been reset."
|
||||
questRemoved: "Quest <quest> has been removed from player <player>'s completed Quests."
|
||||
settingAllQuestPoints: "Setting all players' Quest Points..."
|
||||
allQuestPointsSet: "All players' Quest Points have been set to <number>!"
|
||||
setQuestPoints: "<player>'s Quest Points have been set to <number>."
|
||||
questPointsSet: "<player> has set your Quest Points to <number>."
|
||||
takeQuestPoints: "Took away <number> Quest Points from <player>."
|
||||
questPointsTaken: "<player> took away <number> Quest Points."
|
||||
giveQuestPoints: "Gave <number> Quest Points from <player>."
|
||||
questPointsGiven: "<player> gave you <number> Quest Points."
|
||||
enableNPCGUI: "<npc> will now provide a GUI Quest Display."
|
||||
disableNPCGUI: "<npc> will no longer provide a GUI Quest Display."
|
||||
invalidNumber: "Invalid number."
|
||||
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||
playerNotFound: "Player not found."
|
||||
invalidStageNum: "Invalid stage number for Quest <quest>"
|
||||
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||
errorReading: "Error reading <file>, skipping.."
|
||||
errorReadingSuppress: "Error reading <file>, suppressing further errors."
|
||||
errorDataFolder: 'Error: Unable to read Quests data folder!'
|
||||
questsPlayerHasQuestAlready: "<player> is already on the Quest <quest>!"
|
||||
questsUnknownAdminCommand: "Unknown Questsadmin command. Type /questsadmin for help."
|
||||
unknownError: "An unknown error occurred. See console output."
|
||||
journalTaken: "You take out your Quest Journal."
|
||||
journalPutAway: "You put away your Quest Journal."
|
||||
journalAlreadyHave: "You already have your Quest Journal out."
|
||||
journalNoRoom: "You have no room in your inventory for your Quest Journal!"
|
||||
journalNoQuests: "You have no accepted quests!"
|
||||
journalDenied: "You cannot do that with your Quest Journal."
|
||||
ENCHANTMENT_ARROW_DAMAGE: "Power"
|
||||
ENCHANTMENT_ARROW_FIRE: "Flame"
|
||||
ENCHANTMENT_ARROW_INFINITE: "Infinity"
|
||||
ENCHANTMENT_ARROW_KNOCKBACK: "Punch"
|
||||
ENCHANTMENT_BINDING_CURSE: "BindingCurse"
|
||||
ENCHANTMENT_DAMAGE_ALL: "Sharpness"
|
||||
ENCHANTMENT_DAMAGE_ARTHROPODS: "BaneOfArthropods"
|
||||
ENCHANTMENT_DEPTH_STRIDER: "DepthStrider"
|
||||
ENCHANTMENT_DAMAGE_UNDEAD: "Smite"
|
||||
ENCHANTMENT_DIG_SPEED: "Efficiency"
|
||||
ENCHANTMENT_DURABILITY: "Unbreaking"
|
||||
ENCHANTMENT_FIRE_ASPECT: "FireAspect"
|
||||
ENCHANTMENT_FROST_WALKER: "FrostWalker"
|
||||
ENCHANTMENT_KNOCKBACK: "Knockback"
|
||||
ENCHANTMENT_LOOT_BONUS_BLOCKS: "Fortune"
|
||||
ENCHANTMENT_LOOT_BONUS_MOBS: "Looting"
|
||||
ENCHANTMENT_LUCK: "LuckOfTheSea"
|
||||
ENCHANTMENT_LURE: "Lure"
|
||||
ENCHANTMENT_MENDING: "Mending"
|
||||
ENCHANTMENT_OXYGEN: "Respiration"
|
||||
ENCHANTMENT_PROTECTION_ENVIRONMENTAL: "Protection"
|
||||
ENCHANTMENT_PROTECTION_EXPLOSIONS: "BlastProtection"
|
||||
ENCHANTMENT_PROTECTION_FALL: "FeatherFalling"
|
||||
ENCHANTMENT_PROTECTION_FIRE: "FireProtection"
|
||||
ENCHANTMENT_PROTECTION_PROJECTILE: "ProjectileProtection"
|
||||
ENCHANTMENT_SILK_TOUCH: "SilkTouch"
|
||||
ENCHANTMENT_SWEEPING: "Sweeping"
|
||||
ENCHANTMENT_THORNS: "Thorns"
|
||||
ENCHANTMENT_VANISHING_CURSE: "VanishingCurse"
|
||||
ENCHANTMENT_WATER_WORKER: "AquaAffinity"
|
||||
COLOR_BLACK: "Black"
|
||||
COLOR_BLUE: "Blue"
|
||||
COLOR_BROWN: "Brown"
|
||||
COLOR_CYAN: "Cyan"
|
||||
COLOR_GRAY: "Gray"
|
||||
COLOR_GREEN: "Green"
|
||||
COLOR_LIGHT_BLUE: "LightBlue"
|
||||
COLOR_LIME: "Lime"
|
||||
COLOR_MAGENTA: "Magenta"
|
||||
COLOR_ORANGE: "Orange"
|
||||
COLOR_PINK: "Pink"
|
||||
COLOR_PURPLE: "Purple"
|
||||
COLOR_RED: "Red"
|
||||
COLOR_SILVER: "Silver"
|
||||
COLOR_WHITE: "White"
|
||||
COLOR_YELLOW: "Yellow"
|
||||
timeDay: "Day"
|
||||
timeDays: "Days"
|
||||
timeHour: "Hour"
|
||||
timeHours: "Hours"
|
||||
timeMinute: "Minute"
|
||||
timeMinutes: "Minutes"
|
||||
timeSecond: "Second"
|
||||
timeSeconds: "Seconds"
|
||||
timeMillisecond: "Millisecond"
|
||||
timeMilliseconds: "Milliseconds"
|
||||
event: "Event"
|
||||
delay: "Delay"
|
||||
save: "Save"
|
||||
exit: "Exit"
|
||||
exited: "Exited"
|
||||
cancel: "Cancel"
|
||||
cancelled: "Cancelled"
|
||||
questTimeout: "Cancelled."
|
||||
back: "Back"
|
||||
yesWord: "Yes"
|
||||
noWord: "No"
|
||||
"true": "true"
|
||||
"false": "false"
|
||||
clear: "Clear"
|
||||
edit: "Edit"
|
||||
none: "None"
|
||||
done: "Done"
|
||||
comma: "comma"
|
||||
finish: "Finish"
|
||||
quit: "Quit"
|
||||
noneSet: "None set"
|
||||
noDelaySet: "No delay set"
|
||||
noIdsSet: "No IDs set"
|
||||
noNamesSet: "No names set"
|
||||
worlds: "Worlds"
|
||||
mobs: "Mobs"
|
||||
points: "points"
|
||||
invalidOption: "Invalid option!"
|
||||
npcHint: 'Note: You can left or right click on NPC''s to get their ID.'
|
||||
listDuplicate: "List contains duplicates!"
|
||||
id: "ID"
|
||||
quest: "Quest"
|
||||
quests: "Quests"
|
||||
createdBy: "Created by"
|
||||
continuedBy: "and continued by"
|
||||
questPoints: "Quest Points"
|
||||
accepted: "Accepted"
|
||||
complete: "Complete"
|
||||
redoable: "Redoable"
|
||||
usage: "Usage"
|
||||
redoableEvery: "Redoable every <time>."
|
||||
requirements: "Requirements"
|
||||
money: "Money"
|
||||
with: "With"
|
||||
to: "to"
|
||||
blocksWithin: "within <amount> blocks of"
|
||||
valRequired: "Value required"
|
||||
enchantedItem: "*Enchanted*"
|
||||
experience: "Experience"
|
||||
timerMessage: '<green>Time left to finish the quest/stage: <red>%s seconds'
|
||||
timerStart: "<green>You have <red>%s seconds <green>to finish this quest/stage"
|
||||
questErrorReadingFile: "Error reading Quests file."
|
||||
questSaveError: "An error occurred while saving."
|
||||
questBlacklisted: "You are blacklisted. Contact an admin if this is in error."
|
858
src/main/resources/lang/sr/strings.yml
Normal file
858
src/main/resources/lang/sr/strings.yml
Normal file
@ -0,0 +1,858 @@
|
||||
---
|
||||
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"
|
||||
questDisplayHelp: "- Display this help"
|
||||
COMMAND_LIST: "list"
|
||||
COMMAND_LIST_HELP: "list [page] - List available Quests"
|
||||
COMMAND_TAKE: "take"
|
||||
COMMAND_TAKE_HELP: "take [quest name] - Accept a Quest"
|
||||
COMMAND_TAKE_USAGE: 'Usage: /quests take [quest]'
|
||||
COMMAND_QUIT: "quit"
|
||||
COMMAND_QUIT_HELP: "quit [quest] - Quit a current Quest"
|
||||
COMMAND_EDITOR: "editor"
|
||||
COMMAND_EDITOR_HELP: "editor - Create/Edit Quests"
|
||||
COMMAND_EVENTS_EDITOR: "events"
|
||||
COMMAND_EVENTS_EDITOR_HELP: "events - Create/Edit Events"
|
||||
COMMAND_STATS: "stats"
|
||||
COMMAND_STATS_HELP: "stats - View your Questing stats"
|
||||
COMMAND_TOP: "top"
|
||||
COMMAND_TOP_HELP: "top [number] - View top Questers"
|
||||
COMMAND_TOP_USAGE: 'Usage: /quests top [number]'
|
||||
COMMAND_INFO: "info"
|
||||
COMMAND_INFO_HELP: "info - Display plugin information"
|
||||
COMMAND_JOURNAL: "journal"
|
||||
COMMAND_JOURNAL_HELP: "journal - View/Put away your Quest Journal"
|
||||
COMMAND_QUEST_HELP: "- Display current Quest objectives"
|
||||
COMMAND_QUESTINFO_HELP: "[quest name] - Display Quest information"
|
||||
COMMAND_QUESTADMIN_HELP: "- View Questadmin help"
|
||||
COMMAND_QUESTADMIN_STATS: "stats"
|
||||
COMMAND_QUESTADMIN_STATS_HELP: "stats [player] - View Questing statistics of a player"
|
||||
COMMAND_QUESTADMIN_GIVE: "give"
|
||||
COMMAND_QUESTADMIN_GIVE_HELP: "give [player] [quest] - Force a player to take a Quest"
|
||||
COMMAND_QUESTADMIN_QUIT: "quit"
|
||||
COMMAND_QUESTADMIN_QUIT_HELP: "quit [player] [quest] - Force a player to quit their Quest"
|
||||
COMMAND_QUESTADMIN_POINTS: "points"
|
||||
COMMAND_QUESTADMIN_POINTS_HELP: "points [player] [amount] - Set a players Quest Points"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [player] [amount] - Take a players Quest Points"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [player] [amount] - Give a player Quest Points"
|
||||
COMMAND_QUESTADMIN_POINTSALL: "pointsall"
|
||||
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] - Set ALL players' Quest Points"
|
||||
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||
COMMAND_QUESTADMIN_FINISH_HELP: "finish [player] [quest] - Immediately force Quest completion for a player"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE: "nextstage"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "nextstage [player] [quest] - Immediately force Stage completion for a player"
|
||||
COMMAND_QUESTADMIN_SETSTAGE: "setstage"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_HELP: "setstage [player] [quest] [stage] - Set the current Stage for a player"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Usage: /questadmin setstage [player] [quest] [stage]'
|
||||
COMMAND_QUESTADMIN_PURGE: "purge"
|
||||
COMMAND_QUESTADMIN_PURGE_HELP: "purge [player] - Clear all Quests data of a player AND BLACKLISTS THEM"
|
||||
COMMAND_QUESTADMIN_RESET: "reset"
|
||||
COMMAND_QUESTADMIN_RESET_HELP: "reset [player] - Clear all Quests data of a player"
|
||||
COMMAND_QUESTADMIN_REMOVE: "remove"
|
||||
COMMAND_QUESTADMIN_REMOVE_HELP: "remove [player] [quest] - Remove a completed Quest from a player"
|
||||
COMMAND_QUESTADMIN_TOGGLEGUI: "togglegui"
|
||||
COMMAND_QUESTADMIN_TOGGLEGUI_HELP: "togglegui [npc id] - Toggle GUI Quest Display on an NPC"
|
||||
COMMAND_QUESTADMIN_RELOAD: "reload"
|
||||
COMMAND_QUESTADMIN_RELOAD_HELP: "reload - Reload all Quests"
|
||||
questEditorHeader: "Create Quest"
|
||||
questEditorCreate: "Create new Quest"
|
||||
questEditorEdit: "Edit a Quest"
|
||||
questEditorDelete: "Delete Quest"
|
||||
questEditorName: "Set name"
|
||||
questEditorAskMessage: "Set ask message"
|
||||
questEditorFinishMessage: "Set finish message"
|
||||
questEditorRedoDelay: "Set redo delay"
|
||||
questEditorNPCStart: "Set NPC start"
|
||||
questEditorBlockStart: "Set Block start"
|
||||
questEditorInitialEvent: "Set initial Event"
|
||||
questEditorSetGUI: "Set GUI Item display"
|
||||
questEditorReqs: "Edit Requirements"
|
||||
questEditorStages: "Edit Stages"
|
||||
questEditorRews: "Edit Rewards"
|
||||
questEditorEnterQuestName: "Enter Quest name (or 'cancel' to return)"
|
||||
questEditorEditEnterQuestName: "Enter Quest name to edit (or 'cancel' to return)"
|
||||
questEditorEnterAskMessage: "Enter ask message (or 'cancel' to return)"
|
||||
questEditorEnterFinishMessage: "Enter finish message (or 'cancel' to return)"
|
||||
questEditorEnterRedoDelay: "Enter amount of time (in seconds), 0 to clear the redo delay or -1 to cancel"
|
||||
questEditorEnterNPCStart: "Enter NPC ID, -1 to clear the NPC start or -2 to cancel"
|
||||
questEditorEnterBlockStart: "Right-click on a block to use as a start point, then enter 'done' to save, or enter 'clear' to clear the block start, or 'cancel' to return"
|
||||
questEditorEnterInitialEvent: "Enter an Event name, or enter 'clear' to clear the initial Event, or 'cancel' to return"
|
||||
questRequiredNoneSet: "Required, none set"
|
||||
questWGSetRegion: "Set Region"
|
||||
questWGNotInstalled: "WorldGuard not installed"
|
||||
questWGPrompt: "Enter WorldGuard region, or enter 'clear' to clear the region, or 'cancel' to return."
|
||||
questWGInvalidRegion: "<region> is not a valid WorldGuard region!"
|
||||
questWGRegionCleared: "Quest region cleared."
|
||||
questCitNotInstalled: "Citizens not installed"
|
||||
questDenNotInstalled: "Denizen not installed"
|
||||
questGUIError: 'Error: That item is already being used as the GUI Display for the Quest <quest>.'
|
||||
questCurrentItem: "Current item:"
|
||||
questSetItem: "Set Item"
|
||||
questClearItem: "Clear Item"
|
||||
questGUICleared: "Quest GUI Item Display cleared."
|
||||
questDeleted: "Quest deleted! Quests and Events have been reloaded."
|
||||
questEditorNameExists: "A Quest with that name already exists!"
|
||||
questEditorBeingEdited: "Someone is creating/editing a Quest with that name!"
|
||||
questEditorInvalidQuestName: "Name may not contain periods or commas!"
|
||||
questEditorInvalidEventName: "is not a valid event name!"
|
||||
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 Event 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: "Quest saved! (You will need to perform a Quest reload for it to appear)"
|
||||
questEditorExited: "Are you sure you want to exit without saving?"
|
||||
questEditorDeleted: "Are you sure you want to delete the Quest"
|
||||
questEditorNoPermsCreate: "You do not have permission to create Quests."
|
||||
questEditorNoPermsEdit: "You do not have permission to edit Quests."
|
||||
questEditorNoPermsDelete: "You do not have permission to delete Quests."
|
||||
stageEditorEditStage: "Edit Stage"
|
||||
stageEditorNewStage: "Add new Stage"
|
||||
stageEditorStages: "Stages"
|
||||
stageEditorStage: "Stage"
|
||||
stageEditorBreakBlocks: "Break Blocks"
|
||||
stageEditorDamageBlocks: "Damage Blocks"
|
||||
stageEditorPlaceBlocks: "Place Blocks"
|
||||
stageEditorUseBlocks: "Use Blocks"
|
||||
stageEditorCutBlocks: "Cut Blocks"
|
||||
stageEditorCatchFish: "Catch Fish"
|
||||
stageEditorFish: "fish"
|
||||
stageEditorKillPlayers: "Kill Players"
|
||||
stageEditorPlayers: "players"
|
||||
stageEditorEnchantItems: "Enchant Items"
|
||||
stageEditorDeliverItems: "Deliver Items"
|
||||
stageEditorTalkToNPCs: "Talk to NPCs"
|
||||
stageEditorKillNPCs: "Kill NPCs"
|
||||
stageEditorKillMobs: "Kill Mobs"
|
||||
stageEditorReachLocs: "Reach locations"
|
||||
stageEditorReachRadii1: "Reach within"
|
||||
stageEditorReachRadii2: "blocks of"
|
||||
stageEditorTameMobs: "Tame Mobs"
|
||||
stageEditorShearSheep: "Shear Sheep"
|
||||
stageEditorEvents: "Events"
|
||||
stageEditorStageEvents: "Stage Events"
|
||||
stageEditorStartEvent: "Start Event"
|
||||
stageEditorStartEventCleared: "Start Event cleared."
|
||||
stageEditorFinishEvent: "Finish Event"
|
||||
stageEditorFinishEventCleared: "Finish Event cleared."
|
||||
stageEditorChatEvents: "Chat Events"
|
||||
stageEditorChatTrigger: "Chat Trigger"
|
||||
stageEditorTriggeredBy: "Triggered by"
|
||||
stageEditorChatEventsCleared: "Chat Events cleared."
|
||||
stageEditorDeathEvent: "Death Event"
|
||||
stageEditorDeathEventCleared: "Death Event cleared."
|
||||
stageEditorDisconnectEvent: "Disconnect Event"
|
||||
stageEditorDisconnectEventCleared: "Disconnect Event 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 durability"
|
||||
stageEditorSetDamageAmounts: "Set damage amounts"
|
||||
stageEditorSetPlaceAmounts: "Set place amounts"
|
||||
stageEditorSetUseAmounts: "Set use amounts"
|
||||
stageEditorSetCutAmounts: "Set cut amounts"
|
||||
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 Objectives"
|
||||
stageEditorAddPasswordDisplay: "Add password display"
|
||||
stageEditorAddPasswordPhrases: "Add password phrase(s)"
|
||||
stageEditorNoPasswordDisplays: "No password displays set"
|
||||
stageObjectiveOverride: "Objective Display Override"
|
||||
stageEditorCustom: "Custom Objectives"
|
||||
stageEditorNoModules: "No modules loaded"
|
||||
stageEditorModuleNotFound: "Custom objective module not found."
|
||||
stageEditorCustomPrompt: "Enter the name of a custom objective to add, or enter 'clear' to clear all custom objectives, or 'cancel' to return."
|
||||
stageEditorCustomAlreadyAdded: "That custom objective has already been added!"
|
||||
stageEditorCustomCleared: "Custom objectives cleared."
|
||||
stageEditorCustomDataPrompt: "Enter value for <data>:"
|
||||
stageEditorEnterBlockNames: "Enter block names (or IDs), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorBreakBlocksPrompt: "Enter break amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorDamageBlocksPrompt: "Enter damage amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorPlaceBlocksPrompt: "Enter place amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorUseBlocksPrompt: "Enter use amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorCutBlocksPrompt: "Enter cut amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorEnterBlockDurability: "Enter block durability (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorCatchFishPrompt: "Enter number of fish to catch, or 0 to clear the fish catch objective, or -1 to cancel"
|
||||
stageEditorKillPlayerPrompt: "Enter number of players to kill, or 0 to clear the player kill objective, or -1 to cancel"
|
||||
stageEditorEnchantTypePrompt: "Enter enchantment names, separating each one by a comma, or enter 'cancel' to return."
|
||||
stageEditorEnchantAmountsPrompt: "Enter enchant amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorItemNamesPrompt: "Enter item names, separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorNPCPrompt: "Enter NPC ids, separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorNPCToTalkToPrompt: "Enter NPC IDs, separating each one by a space, or enter 'clear' to clear the NPC ID list, or 'cancel' to return."
|
||||
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
||||
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobAmountsPrompt: "Enter mob amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the kill location list, or enter 'cancel' to return"
|
||||
stageEditorMobLocationRadiiPrompt: "Enter kill location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
||||
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorReachLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||
stageEditorTameAmountsPrompt: "Enter tame amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorShearColorsPrompt: "Enter sheep colors separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorShearAmountsPrompt: "Enter shear amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorEventsPrompt: "Enter an event name, or enter 'clear' to clear the event, or 'cancel' to return"
|
||||
stageEditorChatEventsPrompt: "Enter an event name to add, or enter 'clear' to clear all chat events, or 'cancel' to return"
|
||||
stageEditorChatEventsTriggerPromptA: "Enter a chat trigger for"
|
||||
stageEditorChatEventsTriggerPromptB: "or enter 'cancel' to return."
|
||||
stageEditorDelayPrompt: "Enter time (in seconds), or enter 'clear' to clear the delay, or 'cancel' to return"
|
||||
stageEditorDelayMessagePrompt: "Enter delay message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorScriptPrompt: "Enter script name, or enter 'clear' to clear the script, or 'cancel' to return"
|
||||
stageEditorStartMessagePrompt: "Enter start message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorCompleteMessagePrompt: "Enter complete message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorPasswordDisplayPrompt: "Enter a password display, or 'cancel' to return"
|
||||
stageEditorPasswordDisplayHint: "(This is the text that will be displayed to the player as their objective)"
|
||||
stageEditorPasswordPhrasePrompt: "Enter a password phrase, or 'cancel' to return"
|
||||
stageEditorPasswordPhraseHint1: "(This is the text that a player has to say to complete the objective)"
|
||||
stageEditorPasswordPhraseHint2: "If you want multiple password phrases, seperate them by a | (pipe)"
|
||||
stageEditorObjectiveOverridePrompt: "Enter objective display override, or 'clear' to clear the override, or 'cancel' to return."
|
||||
stageEditorObjectiveOverrideHint: "(The objective display override will show up as the players current objective)"
|
||||
stageEditorObjectiveOverrideCleared: "Objective display override cleared."
|
||||
stageEditorDeliveryAddItem: "Add item"
|
||||
stageEditorDeliveryNPCs: "Set NPC IDs"
|
||||
stageEditorDeliveryMessages: "Set delivery messages"
|
||||
stageEditorContainsDuplicates: "List contains duplicates!"
|
||||
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!"
|
||||
stageEditorInvalidNumber: "is not a number!"
|
||||
stageEditorInvalidDye: "is not a valid dye color!"
|
||||
stageEditorInvalidEvent: "is not a valid event name!"
|
||||
stageEditorDuplicateEvent: "Event is already in the list!"
|
||||
stageEditorInvalidDelay: "Delay must be at least one second!"
|
||||
stageEditorInvalidScript: "Denizen script not found!"
|
||||
stageEditorNoCitizens: "Citizens is not installed!"
|
||||
stageEditorNoDenizen: "Denizen is not installed!"
|
||||
stageEditorPositiveAmount: "You must enter a positive number!"
|
||||
stageEditorNoNumber: "Input was not a number!"
|
||||
stageEditorNotGreaterThanZero: "is not greater than 0!"
|
||||
stageEditorNotListofNumbers: "Invalid entry, input was not a list of numbers!"
|
||||
stageEditorNoDelaySet: "You must set a delay first!"
|
||||
stageEditorNoBlockNames: "You must set block names first!"
|
||||
stageEditorNoEnchantments: "You must set enchantments first!"
|
||||
stageEditorNoItems: "You must add items first!"
|
||||
stageEditorNoDeliveryMessage: "You must set at least one delivery message!"
|
||||
stageEditorNoNPCs: "You must set NPC IDs first!"
|
||||
stageEditorNoMobTypes: "You must set mob types first!"
|
||||
stageEditorNoKillLocations: "You must set kill locations first!"
|
||||
stageEditorNoBlockSelected: "You must select a block first."
|
||||
stageEditorNoColors: "You must set colors first!"
|
||||
stageEditorNoLocations: "You must set locations first!"
|
||||
stageEditorNoEnchantmentsSet: "No enchantments set"
|
||||
stageEditorNoItemsSet: "No items set"
|
||||
stageEditorNoMobTypesSet: "No mob types set"
|
||||
stageEditorNoLocationsSet: "No locations set"
|
||||
stageEditorNoColorsSet: "No colors set"
|
||||
stageEditorListNotSameSize: "The block names list and the amounts list are not the same size!"
|
||||
stageEditorEnchantmentNotSameSize: "The enchantments list, the item id list and the enchant amount list are not the same size!"
|
||||
stageEditorDeliveriesNotSameSize: "The item list and the NPC list are not equal in size!"
|
||||
stageEditorNPCKillsNotSameSize: "The NPC IDs list and the kill amounts list are not the same size!"
|
||||
stageEditorAllListsNotSameSize: "All of your lists are not the same size!"
|
||||
stageEditorMobTypesNotSameSize: "The mob types list and the mob amounts list are not the same size!"
|
||||
stageEditorTameMobsNotSameSize: "The mob types list and the tame amounts list are not the same size!"
|
||||
stageEditorShearNotSameSize: "The sheep colors list and the shear amounts list are not the same size!"
|
||||
stageEditorMustSetPasswordDisplays: "You must add at least one password display first!"
|
||||
stageEditorAddPasswordCleared: "Password Objectives cleared."
|
||||
stageEditorPasswordNotSameSize: "The password display and password phrase lists are not the same size!"
|
||||
stageEditorListContainsDuplicates: " List contains duplicates!"
|
||||
stageEditorDelayCleared: "Delay cleared."
|
||||
stageEditorDelayMessageCleared: "Delay message cleared."
|
||||
stageEditorDenizenCleared: "Denizen script cleared."
|
||||
stageEditorBreakBlocksCleared: "Break blocks objective cleared."
|
||||
stageEditorDamageBlocksCleared: "Damage blocks objective cleared."
|
||||
stageEditorPlaceBlocksCleared: "Place blocks objective cleared."
|
||||
stageEditorUseBlocksCleared: "Use blocks objective cleared."
|
||||
stageEditorCutBlocksCleared: "Cut blocks objective cleared."
|
||||
stageEditorEnchantmentsCleared: "Enchantment objective cleared."
|
||||
stageEditorDeliveriesCleared: "Delivery objective cleared."
|
||||
stageEditorReachLocationsCleared: "Reach Locations objective cleared."
|
||||
stageEditorKillNPCsCleared: "Kill NPCs objective cleared."
|
||||
stageEditorKillMobsCleared: "Kill Mobs objective cleared."
|
||||
stageEditorTameCleared: "Tame Mobs objective cleared."
|
||||
stageEditorShearCleared: "Shear Sheep objective cleared."
|
||||
stageEditorStartMessageCleared: "Start message cleared."
|
||||
stageEditorCompleteMessageCleared: "Complete message cleared."
|
||||
stageEditorConfirmStageDelete: "Are you sure you want to delete this stage?"
|
||||
stageEditorConfirmStageNote: "Any Stages after will be shifted back one spot"
|
||||
stageEditorDeleteSucces: "Stage deleted successfully."
|
||||
stageEditorEnchantments: "Enchantments"
|
||||
stageEditorNPCNote: 'Note: You may specify the name of the NPC with <npc>'
|
||||
stageEditorOptional: "Optional"
|
||||
stageEditorColors: "Sheep Colors"
|
||||
allListsNotSameSize: "All of your lists are not the same size!"
|
||||
eventEditorCreate: "Create new Event"
|
||||
eventEditorEdit: "Edit an Event"
|
||||
eventEditorDelete: "Delete an Event"
|
||||
eventEditorCreatePermisssions: "You do not have permission to create new Events."
|
||||
eventEditorEditPermisssions: "You do not have permission to edit Events."
|
||||
eventEditorDeletePermisssions: "You do not have permission to delete Events."
|
||||
eventEditorNoneToEdit: "No Events currently exist to be edited!"
|
||||
eventEditorNoneToDelete: "No Events currently exist to be deleted!"
|
||||
eventEditorNotFound: "Event not found!"
|
||||
eventEditorExists: "Event already exists!"
|
||||
eventEditorSomeone: "Someone is already creating or editing an Event with that name!"
|
||||
eventEditorAlpha: "Name must be alphanumeric!"
|
||||
eventEditorErrorReadingFile: "Error reading Events file."
|
||||
eventEditorErrorSaving: "An error occurred while saving."
|
||||
eventEditorDeleted: "Event deleted, Quests and Events reloaded."
|
||||
eventEditorSaved: "Event saved, Quests and Events reloaded."
|
||||
eventEditorEnterEventName: "Enter an Event name, or 'cancel' to return."
|
||||
eventEditorDeletePrompt: "Are you sure you want to delete the Event"
|
||||
eventEditorQuitWithoutSaving: "Are you sure you want to quit without saving?"
|
||||
eventEditorFinishAndSave: "Are you sure you want to finish and save the Event"
|
||||
eventEditorModifiedNote: 'Note: You have modified an Event that the following Quests use:'
|
||||
eventEditorForcedToQuit: "If you save the Event, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||
eventEditorEventInUse: "The following Quests use the Event"
|
||||
eventEditorMustModifyQuests: "eventEditorNotFound"
|
||||
eventEditorListSizeMismatch: "The lists are not the same size!"
|
||||
eventEditorListDuplicates: "List contains duplicates!"
|
||||
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||
eventEditorInvalidEntry: "Invalid entry"
|
||||
eventEditorSetName: "Set name"
|
||||
eventEditorSetMessage: "Set message"
|
||||
eventEditorClearInv: "Clear player 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: "Set potion effects"
|
||||
eventEditorSetHunger: "Set player hunger level"
|
||||
eventEditorSetSaturation: "Set player saturation level"
|
||||
eventEditorSetHealth: "Set player health level"
|
||||
eventEditorEnterTimerSeconds: "Set number of seconds left before the quest fails (use cancel-timer event to cancel timers)"
|
||||
eventEditorSetTimer: "Set time to fail quest"
|
||||
eventEditorCancelTimer: "Cancel the quest timer"
|
||||
eventEditorSetTeleport: "Set player teleport location"
|
||||
eventEditorSetCommands: "Set commands to execute"
|
||||
eventEditorItems: "Event Items"
|
||||
eventEditorSetItems: "Give items"
|
||||
eventEditorItemsCleared: "Event items cleared."
|
||||
eventEditorAddItem: "Add item"
|
||||
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!"
|
||||
eventEditorNotGreaterThanZero: "is not greater than 0!"
|
||||
eventEditorNotANumber: "is not a number!"
|
||||
eventEditorStorm: "Event 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, or enter 'cancel' to return"
|
||||
eventEditorEnterDuration: "Enter duration (in seconds)"
|
||||
eventEditorAtLeastOneSecond: "Amount must be at least 1 second!"
|
||||
eventEditorNotGreaterThanOneSecond: "is not greater than 1 second!"
|
||||
eventEditorThunder: "Event Thunder"
|
||||
eventEditorMustSetThunderDuration: "You must set a thunder duration!"
|
||||
eventEditorThunderCleared: "Thunder data cleared."
|
||||
eventEditorEnterThunderWorld: "Enter a world name for the thunder to occur in, or enter 'cancel' to return"
|
||||
eventEditorEffects: "Event Effects"
|
||||
eventEditorAddEffect: "Add effect"
|
||||
eventEditorAddEffectLocation: "Add effect location"
|
||||
eventEditorNoEffects: "No effects set"
|
||||
eventEditorMustAddEffects: "You must add effects first!"
|
||||
eventEditorInvalidEffect: "is not a valid effect name!"
|
||||
eventEditorEffectsCleared: "Event effects cleared."
|
||||
eventEditorEffectLocationPrompt: "Right-click on a block to play an effect at, then enter 'add' to add it to the list, or enter 'cancel' to return"
|
||||
eventEditorMobSpawns: "Event Mob Spawns"
|
||||
eventEditorAddMobTypes: "Add mob"
|
||||
eventEditorNoTypesSet: "(No type set)"
|
||||
eventEditorMustSetMobTypesFirst: "You must set the mob type first!"
|
||||
eventEditorSetMobAmounts: "Set mob amount"
|
||||
eventEditorNoAmountsSet: "(No amounts set)"
|
||||
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"
|
||||
eventEditorSetMobSpawnLoc: "Right-click on a block to spawn a mob at, then enter 'add' to the confirm it, or enter 'cancel' to return"
|
||||
eventEditorSetMobSpawnAmount: "Set the amount of mobs to spawn"
|
||||
eventEditorSetDropChance: "Set the drop chance"
|
||||
eventEditorInvalidDropChance: "Drop chance has to be between 0.0 and 1.0"
|
||||
eventEditorLightningPrompt: "Right-click on a block to spawn a lightning strike at, then enter 'add' to add it to the list, or enter 'clear' to clear the locations list, or 'cancel' to return"
|
||||
eventEditorPotionEffects: "Event 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!"
|
||||
eventEditorNoDurationsSet: "(No durations set)"
|
||||
eventEditorSetPotionMagnitudes: "Set potion effect magnitudes"
|
||||
eventEditorPotionsCleared: "Potion effects cleared."
|
||||
eventEditorInvalidPotionType: "is not a valid potion effect type!"
|
||||
eventEditorEnterNPCId: "Enter NPC ID (or -1 to return)"
|
||||
eventEditorNoNPCExists: "No NPC exists with that id!"
|
||||
eventEditorExplosionPrompt: "Right-click on a block to spawn an explosion at, then enter 'add' to add it to the list, or enter 'clear' to clear the explosions list, or 'cancel' to return"
|
||||
eventEditorSelectBlockFirst: "You must select a block first."
|
||||
eventEditorSetMessagePrompt: "Enter message, or enter 'none' to delete, (or 'cancel' to return)"
|
||||
eventEditorSetItemNamesPrompt: "Enter item names separating each one by a space, or enter 'cancel' to return."
|
||||
eventEditorSetItemAmountsPrompt: "Enter item amounts (numbers) separating each one by a space, or enter 'cancel' to return."
|
||||
eventEditorSetMobTypesPrompt: "Enter mob name, or enter 'cancel' to return"
|
||||
eventEditorSetMobAmountsPrompt: "Enter mob amount, or enter 'cancel' to return"
|
||||
eventEditorSetMobNamePrompt: "Set the name for this mob, or enter 'cancel' to return"
|
||||
eventEditorSetMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the mob spawn location list, or enter 'cancel' to return"
|
||||
eventEditorSetPotionEffectsPrompt: "Enter potion effect types separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetPotionDurationsPrompt: "Enter effect durations (in milliseconds) separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetHungerPrompt: "Enter hunger level, or -1 to remove it"
|
||||
eventEditorHungerLevelAtLeastZero: "Hunger level must be at least 0!"
|
||||
eventEditorSetSaturationPrompt: "Enter saturation level, or -1 to remove it"
|
||||
eventEditorSaturationLevelAtLeastZero: "Saturation level must be at least 0!"
|
||||
eventEditorSetHealthPrompt: "Enter health level, or -1 to remove it"
|
||||
eventEditorHealthLevelAtLeastZero: "Health level must be at least 0!"
|
||||
eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to, then enter 'done' to finish, or enter 'clear' to clear the teleport location, or 'cancel' to return"
|
||||
eventEditorCommandsNote: 'Note: You may use <player> to refer to the player''s name.'
|
||||
eventEditorSetCommandsPrompt: "Enter commands separating each one by a comma, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
reqSetMoney: "Set money requirement"
|
||||
reqSetQuestPoints: "Set Quest Points requirement"
|
||||
reqSetItem: "Set item requirements"
|
||||
reqSetPerms: "Set permission requirements"
|
||||
reqSetQuest: "Set Quest requirements"
|
||||
reqSetQuestBlocks: "Set Quest blocks"
|
||||
reqSetMcMMO: "Set mcMMO requirements"
|
||||
reqSetHeroes: "Set Heroes requirements"
|
||||
reqSetCustom: "Custom requirements"
|
||||
reqSetFail: "Set fail requirements message"
|
||||
reqSetSkills: "Set skills"
|
||||
reqSetSkillAmounts: "Set skill amounts"
|
||||
reqHeroesSetPrimary: "Set Primary Class"
|
||||
reqHeroesSetSecondary: "Set Secondary Class"
|
||||
reqMoneyPrompt: "Enter amount of <money>, or 0 to clear the money requirement, or -1 to cancel"
|
||||
reqQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point requirement, or -1 to cancel"
|
||||
reqQuestPrompt: "Enter a list of Quest names separating each one by a <comma>, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqRemoveItemsPrompt: "Enter a list of true/false values, separating each one by a space, or enter 'cancel' to return."
|
||||
reqPermissionsPrompt: "Enter permission requirements separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
reqCustomPrompt: "Enter the name of a custom requirement to add, or enter 'clear' to clear all custom requirements, or 'cancel' to return."
|
||||
reqMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqMcMMOAmountsPrompt: "Enter mcMMO skill amounts, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqHeroesPrimaryPrompt: "Enter a Heroes Primary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||
reqHeroesSecondaryPrompt: "Enter a Heroes Secondary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||
reqFailMessagePrompt: "Enter fail requirements message, or enter 'cancel' to return."
|
||||
reqAddItem: "Add item"
|
||||
reqSetRemoveItems: "Set remove items"
|
||||
reqNoItemsSet: "No items set"
|
||||
reqNoValuesSet: "No values set"
|
||||
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||
reqGreaterThanZero: "Amount must be greater than 0!"
|
||||
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||
reqItemCleared: "Item requirements cleared."
|
||||
reqListsNotSameSize: "The items list and remove items list are not the same size!"
|
||||
reqTrueFalseError: '<input> is not a true or false value!%br%Example: true false true true'
|
||||
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||
reqCustomNotFound: "Custom requirement module not found."
|
||||
reqCustomCleared: "Custom requirements cleared."
|
||||
reqMcMMOError: "<input> is not an mcMMO skill name!"
|
||||
reqMcMMOCleared: "mcMMO skill requirements cleared."
|
||||
reqMcMMOAmountsCleared: "mcMMO 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!"
|
||||
reqNone: "No requirements set"
|
||||
reqNotANumber: "<input> is not a number!"
|
||||
reqMustAddItem: "You must add at least one item first!"
|
||||
reqNoMessage: "You must set a fail requirements message!"
|
||||
reqNoMcMMO: "mcMMO not installed"
|
||||
reqNoHeroes: "Heroes not installed"
|
||||
rewSetMoney: "Set money reward"
|
||||
rewSetQuestPoints: "Set Quest Points reward"
|
||||
rewSetItems: "Set item rewards"
|
||||
rewSetExperience: "Set experience reward"
|
||||
rewSetCommands: "Set command rewards"
|
||||
rewSetPermission: "Set permission rewards"
|
||||
rewSetMcMMO: "Set mcMMO 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>, or 0 to clear the money reward, or -1 to cancel"
|
||||
rewExperiencePrompt: "Enter amount of experience, or 0 to clear the experience reward, or -1 to cancel"
|
||||
rewCommandPrompt: "Enter command rewards separating each one by a <comma>, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
rewCommandPromptHint: 'Note: You may put <player> to specify the player who completed the Quest. e.g. smite <player>'
|
||||
rewPermissionsPrompt: "Enter permission rewards separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
rewQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point reward, or -1 to cancel"
|
||||
rewMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'cancel' to return."
|
||||
rewMcMMOPromptHint: 'Note: Typing ''All'' will give levels to all skills.'
|
||||
rewHeroesClassesPrompt: "Enter Heroes classes separating each one by a space, or enter 'cancel' to return."
|
||||
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed) separating each one by a space, or enter 'cancel' to return."
|
||||
rewPhatLootsPrompt: "Enter PhatLoots separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
rewCustomRewardPrompt: "Enter the name of a custom reward to add, or enter 'clear' to clear all custom rewards, or 'cancel' to return."
|
||||
rewItemsCleared: "Item rewards cleared."
|
||||
rewNoMcMMOSkills: "No skills set"
|
||||
rewNoHeroesClasses: "No classes set"
|
||||
rewSetMcMMOSkillsFirst: "You must set skills first!"
|
||||
rewMcMMOCleared: "mcMMO rewards cleared."
|
||||
rewMcMMOListsNotSameSize: "The skills list and skill amounts list are not the same size!"
|
||||
rewSetHeroesClassesFirst: "You must set classes first!"
|
||||
rewHeroesCleared: "Heroes rewards cleared."
|
||||
rewHeroesListsNotSameSize: "The classes list and experience amounts list are not the same size!"
|
||||
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."
|
||||
rewNoPhat: "PhatLoots not installed"
|
||||
itemCreateLoadHand: "Load item in hand"
|
||||
itemCreateSetName: "Set name"
|
||||
itemCreateSetAmount: "Set amount"
|
||||
itemCreateSetDurab: "Set durability"
|
||||
itemCreateSetEnchs: "Add/clear enchantments"
|
||||
itemCreateSetDisplay: "Set display name"
|
||||
itemCreateSetLore: "Set lore"
|
||||
itemCreateEnterName: "Enter an item name, or 'cancel' to return."
|
||||
itemCreateEnterAmount: "Enter item amount (max. 64), or 'cancel' to return."
|
||||
itemCreateEnterDurab: "Enter item durability, or 'clear' to clear the data, or 'cancel' to return."
|
||||
itemCreateEnterEnch: "Enter an enchantment name, or 'clear' to clear the enchantments, or 'cancel' to return."
|
||||
itemCreateEnterLevel: "Enter a level (number) for <enchantment>"
|
||||
itemCreateEnterDisplay: "Enter item display name, or 'clear' to clear the display name, or 'cancel' to return."
|
||||
itemCreateEnterLore: "Enter item lore, separating each line by a semi-colon ; or 'clear' to clear the lore, or 'cancel' to return."
|
||||
itemCreateLoaded: "Item loaded."
|
||||
itemCreateNoItem: "No item in hand!"
|
||||
itemCreateNoName: "You must set a name first!"
|
||||
itemCreateInvalidName: "Invalid item name!"
|
||||
itemCreateInvalidAmount: "Amount must be between 1-64!"
|
||||
itemCreateInvalidDurab: "Invalid item durability!"
|
||||
itemCreateInvalidEnch: "Invalid enchantment name!"
|
||||
itemCreateInvalidLevel: "Level must be greater than 0!"
|
||||
itemCreateInvalidInput: "Invalid input!"
|
||||
itemCreateNotNumber: "Input was not a number!"
|
||||
itemCreateNoNameAmount: "You must set a name and amount first!"
|
||||
itemCreateCriticalError: "A critical error has occurred."
|
||||
questTitle: "-- <quest> --"
|
||||
questObjectivesTitle: "---(<quest>)---"
|
||||
questCompleteTitle: '**QUEST COMPLETE: <quest>**'
|
||||
questRewardsTitle: "Rewards:"
|
||||
journalTitle: "Quest Journal"
|
||||
questsTitle: "- Quests -"
|
||||
questHelpTitle: "- Quests -"
|
||||
questListTitle: "- Quests -"
|
||||
questNPCListTitle: "- Quests | <npc> -"
|
||||
questAdminHelpTitle: "- Questadmin -"
|
||||
questEditorTitle: "- Quest Editor -"
|
||||
eventEditorTitle: "- Event Editor - "
|
||||
questCreateTitle: "- Create Quest -"
|
||||
questEditTitle: "- Edit Quest -"
|
||||
questDeleteTitle: "- Delete Quest -"
|
||||
requirementsTitle: "- <quest> | Requirements -"
|
||||
rewardsTitle: "- <quest> | Rewards -"
|
||||
itemRequirementsTitle: "- Item Requirements -"
|
||||
itemRewardsTitle: "- Item Rewards -"
|
||||
mcMMORequirementsTitle: "- mcMMO Requirements -"
|
||||
mcMMORewardsTitle: "- mcMMO 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: "- Event -"
|
||||
completedQuestsTitle: "- Completed Quests -"
|
||||
topQuestersTitle: "- Top <number> Questers -"
|
||||
createItemTitle: "- Create Item -"
|
||||
enchantmentsTitle: "- Enchantments -"
|
||||
questGUITitle: "- GUI Item Display -"
|
||||
questRegionTitle: "- Quest Region -"
|
||||
eventEditorGiveItemsTitle: "- Give Items -"
|
||||
eventEditorEffectsTitle: "- Effects -"
|
||||
eventEditorStormTitle: "- Event Storm -"
|
||||
eventEditorThunderTitle: "- Event Thunder -"
|
||||
eventEditorMobSpawnsTitle: "- Event Mob Spawns -"
|
||||
eventEditorMobsTitle: "- Mobs -"
|
||||
eventEditorAddMobTypesTitle: "- Add Mob -"
|
||||
eventEditorPotionEffectsTitle: "- Event Potion Effects -"
|
||||
eventEditorPotionTypesTitle: "- Event Potion Types -"
|
||||
eventEditorWorldsTitle: "- Worlds -"
|
||||
effBlazeShoot: "Sound of a Blaze firing"
|
||||
effBowFire: "Sound of a bow firing"
|
||||
effClick1: "A click sound"
|
||||
effClick2: "A different click sound"
|
||||
effDoorToggle: "Sound of a door opening or closing"
|
||||
effExtinguish: "Sound of fire being extinguished"
|
||||
effGhastShoot: "Sound of a Ghast firing"
|
||||
effGhastShriek: "Sound of a Ghast shrieking"
|
||||
effZombieWood: "Sound of a Zombie chewing an iron door"
|
||||
effZombieIron: "Sound of a Zombie chewing a wooden door"
|
||||
effEnterName: "Enter an effect name to add it to the list, or enter 'cancel' to return"
|
||||
cmdCancel: "cancel"
|
||||
cmdAdd: "add"
|
||||
cmdClear: "clear"
|
||||
cmdNone: "none"
|
||||
cmdDone: "done"
|
||||
acceptQuest: "Accept Quest?"
|
||||
enterAnOption: "Enter an option"
|
||||
questAccepted: 'Quest accepted: <quest>'
|
||||
currentQuest: "Current Quests:"
|
||||
noMoreQuest: "No more quests available."
|
||||
damage: "Damage"
|
||||
break: "Break"
|
||||
place: "Place"
|
||||
use: "Use"
|
||||
cut: "Cut"
|
||||
catchFish: "Catch Fish"
|
||||
enchantItem: "Enchant <item> with <enchantment>"
|
||||
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."
|
||||
invalidSelection: "Invalid selection!"
|
||||
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'"
|
||||
questPointsDisplay: "Quest points:"
|
||||
questNoDrop: "You may not drop Quest items."
|
||||
questNoBrew: "You may not brew Quest items."
|
||||
questNoStore: "You may not store Quest items."
|
||||
questNoCraft: "You may not craft Quest items."
|
||||
questNoEquip: "You may not equip Quest items."
|
||||
questNoDispense: "You may not put Quest items in dispensers."
|
||||
questNoEnchant: "You may not enchant Quest items."
|
||||
questNoSmelt: "You may not smelt using Quest items."
|
||||
questInfoNoPerms: "You do not have permission to view a Quest's information."
|
||||
questCmdNoPerms: "You do not have access to that command."
|
||||
pageSelectionNum: "Page selection must be a number."
|
||||
pageSelectionPosNum: "Page selection must be a positive number."
|
||||
questListNoPerms: "You do not have permission to view the Quests list."
|
||||
questTakeNoPerms: "You do not have permission to take Quests via commands."
|
||||
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||
questQuit: "You have quit <quest>"
|
||||
questQuitNoPerms: "You do not have permission to quit Quests."
|
||||
questQuitDisabled: "Quitting Quests has been disabled."
|
||||
questEditorNoPerms: "You do not have permission to use the Quests Editor."
|
||||
eventEditorNoPerms: "You do not have permission to use the Events Editor."
|
||||
questsUnknownCommand: "Unknown Quests command. Type /quests for help."
|
||||
pageNotExist: "Page does not exist."
|
||||
pageFooter: "- Page <current> of <all> -"
|
||||
questsReloaded: "Quests 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>."
|
||||
questPurged: "<player> has been purged and blacklisted."
|
||||
questReset: "<player> has been reset."
|
||||
questRemoved: "Quest <quest> has been removed from player <player>'s completed Quests."
|
||||
settingAllQuestPoints: "Setting all players' Quest Points..."
|
||||
allQuestPointsSet: "All players' Quest Points have been set to <number>!"
|
||||
setQuestPoints: "<player>'s Quest Points have been set to <number>."
|
||||
questPointsSet: "<player> has set your Quest Points to <number>."
|
||||
takeQuestPoints: "Took away <number> Quest Points from <player>."
|
||||
questPointsTaken: "<player> took away <number> Quest Points."
|
||||
giveQuestPoints: "Gave <number> Quest Points from <player>."
|
||||
questPointsGiven: "<player> gave you <number> Quest Points."
|
||||
enableNPCGUI: "<npc> will now provide a GUI Quest Display."
|
||||
disableNPCGUI: "<npc> will no longer provide a GUI Quest Display."
|
||||
invalidNumber: "Invalid number."
|
||||
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||
playerNotFound: "Player not found."
|
||||
invalidStageNum: "Invalid stage number for Quest <quest>"
|
||||
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||
errorReading: "Error reading <file>, skipping.."
|
||||
errorReadingSuppress: "Error reading <file>, suppressing further errors."
|
||||
errorDataFolder: 'Error: Unable to read Quests data folder!'
|
||||
questsPlayerHasQuestAlready: "<player> is already on the Quest <quest>!"
|
||||
questsUnknownAdminCommand: "Unknown Questsadmin command. Type /questsadmin for help."
|
||||
unknownError: "An unknown error occurred. See console output."
|
||||
journalTaken: "You take out your Quest Journal."
|
||||
journalPutAway: "You put away your Quest Journal."
|
||||
journalAlreadyHave: "You already have your Quest Journal out."
|
||||
journalNoRoom: "You have no room in your inventory for your Quest Journal!"
|
||||
journalNoQuests: "You have no accepted quests!"
|
||||
journalDenied: "You cannot do that with your Quest Journal."
|
||||
ENCHANTMENT_ARROW_DAMAGE: "Power"
|
||||
ENCHANTMENT_ARROW_FIRE: "Flame"
|
||||
ENCHANTMENT_ARROW_INFINITE: "Infinity"
|
||||
ENCHANTMENT_ARROW_KNOCKBACK: "Punch"
|
||||
ENCHANTMENT_BINDING_CURSE: "BindingCurse"
|
||||
ENCHANTMENT_DAMAGE_ALL: "Sharpness"
|
||||
ENCHANTMENT_DAMAGE_ARTHROPODS: "BaneOfArthropods"
|
||||
ENCHANTMENT_DEPTH_STRIDER: "DepthStrider"
|
||||
ENCHANTMENT_DAMAGE_UNDEAD: "Smite"
|
||||
ENCHANTMENT_DIG_SPEED: "Efficiency"
|
||||
ENCHANTMENT_DURABILITY: "Unbreaking"
|
||||
ENCHANTMENT_FIRE_ASPECT: "FireAspect"
|
||||
ENCHANTMENT_FROST_WALKER: "FrostWalker"
|
||||
ENCHANTMENT_KNOCKBACK: "Knockback"
|
||||
ENCHANTMENT_LOOT_BONUS_BLOCKS: "Fortune"
|
||||
ENCHANTMENT_LOOT_BONUS_MOBS: "Looting"
|
||||
ENCHANTMENT_LUCK: "LuckOfTheSea"
|
||||
ENCHANTMENT_LURE: "Lure"
|
||||
ENCHANTMENT_MENDING: "Mending"
|
||||
ENCHANTMENT_OXYGEN: "Respiration"
|
||||
ENCHANTMENT_PROTECTION_ENVIRONMENTAL: "Protection"
|
||||
ENCHANTMENT_PROTECTION_EXPLOSIONS: "BlastProtection"
|
||||
ENCHANTMENT_PROTECTION_FALL: "FeatherFalling"
|
||||
ENCHANTMENT_PROTECTION_FIRE: "FireProtection"
|
||||
ENCHANTMENT_PROTECTION_PROJECTILE: "ProjectileProtection"
|
||||
ENCHANTMENT_SILK_TOUCH: "SilkTouch"
|
||||
ENCHANTMENT_SWEEPING: "Sweeping"
|
||||
ENCHANTMENT_THORNS: "Thorns"
|
||||
ENCHANTMENT_VANISHING_CURSE: "VanishingCurse"
|
||||
ENCHANTMENT_WATER_WORKER: "AquaAffinity"
|
||||
COLOR_BLACK: "Black"
|
||||
COLOR_BLUE: "Blue"
|
||||
COLOR_BROWN: "Brown"
|
||||
COLOR_CYAN: "Cyan"
|
||||
COLOR_GRAY: "Gray"
|
||||
COLOR_GREEN: "Green"
|
||||
COLOR_LIGHT_BLUE: "LightBlue"
|
||||
COLOR_LIME: "Lime"
|
||||
COLOR_MAGENTA: "Magenta"
|
||||
COLOR_ORANGE: "Orange"
|
||||
COLOR_PINK: "Pink"
|
||||
COLOR_PURPLE: "Purple"
|
||||
COLOR_RED: "Red"
|
||||
COLOR_SILVER: "Silver"
|
||||
COLOR_WHITE: "White"
|
||||
COLOR_YELLOW: "Yellow"
|
||||
timeDay: "Day"
|
||||
timeDays: "Days"
|
||||
timeHour: "Hour"
|
||||
timeHours: "Hours"
|
||||
timeMinute: "Minute"
|
||||
timeMinutes: "Minutes"
|
||||
timeSecond: "Second"
|
||||
timeSeconds: "Seconds"
|
||||
timeMillisecond: "Millisecond"
|
||||
timeMilliseconds: "Milliseconds"
|
||||
event: "Event"
|
||||
delay: "Delay"
|
||||
save: "Save"
|
||||
exit: "Exit"
|
||||
exited: "Exited"
|
||||
cancel: "Cancel"
|
||||
cancelled: "Cancelled"
|
||||
questTimeout: "Cancelled."
|
||||
back: "Back"
|
||||
yesWord: "Yes"
|
||||
noWord: "No"
|
||||
"true": "true"
|
||||
"false": "false"
|
||||
clear: "Clear"
|
||||
edit: "Edit"
|
||||
none: "None"
|
||||
done: "Done"
|
||||
comma: "comma"
|
||||
finish: "Finish"
|
||||
quit: "Quit"
|
||||
noneSet: "None set"
|
||||
noDelaySet: "No delay set"
|
||||
noIdsSet: "No IDs set"
|
||||
noNamesSet: "No names set"
|
||||
worlds: "Worlds"
|
||||
mobs: "Mobs"
|
||||
points: "points"
|
||||
invalidOption: "Invalid option!"
|
||||
npcHint: 'Note: You can left or right click on NPC''s to get their ID.'
|
||||
listDuplicate: "List contains duplicates!"
|
||||
id: "ID"
|
||||
quest: "Quest"
|
||||
quests: "Quests"
|
||||
createdBy: "Created by"
|
||||
continuedBy: "and continued by"
|
||||
questPoints: "Quest Points"
|
||||
accepted: "Accepted"
|
||||
complete: "Complete"
|
||||
redoable: "Redoable"
|
||||
usage: "Usage"
|
||||
redoableEvery: "Redoable every <time>."
|
||||
requirements: "Requirements"
|
||||
money: "Money"
|
||||
with: "With"
|
||||
to: "to"
|
||||
blocksWithin: "within <amount> blocks of"
|
||||
valRequired: "Value required"
|
||||
enchantedItem: "*Enchanted*"
|
||||
experience: "Experience"
|
||||
timerMessage: '<green>Time left to finish the quest/stage: <red>%s seconds'
|
||||
timerStart: "<green>You have <red>%s seconds <green>to finish this quest/stage"
|
||||
questErrorReadingFile: "Error reading Quests file."
|
||||
questSaveError: "An error occurred while saving."
|
||||
questBlacklisted: "You are blacklisted. Contact an admin if this is in error."
|
858
src/main/resources/lang/sv/strings.yml
Normal file
858
src/main/resources/lang/sv/strings.yml
Normal file
@ -0,0 +1,858 @@
|
||||
---
|
||||
questFailed: "*UPPDRAGET MISSLYCKADES*"
|
||||
questMaxAllowed: "Du kan bara ha upp till <number> uppdrag."
|
||||
questAlreadyOn: "Du gör redan uppdraget!"
|
||||
questTooEarly: "Du kan inte göra <quest> förrän om <time>."
|
||||
questAlreadyCompleted: "Du har redan avklarat <quest>."
|
||||
questInvalidLocation: "Du kan inte påbörja <quest> på den här platsen."
|
||||
questInvalidDeliveryItem: "<item> är inget artikel du behöver för uppdraget!"
|
||||
questSelectedLocation: "Position vald"
|
||||
questDisplayHelp: "- Visa denna hjälp"
|
||||
COMMAND_LIST: "list"
|
||||
COMMAND_LIST_HELP: "list [sida] - Lista tillgängliga uppdrag"
|
||||
COMMAND_TAKE: "påbörja"
|
||||
COMMAND_TAKE_HELP: "välj [quest namn] - Påbörja ett uppdrag"
|
||||
COMMAND_TAKE_USAGE: 'Användning: /quests påbörja [quest]'
|
||||
COMMAND_QUIT: "avsluta"
|
||||
COMMAND_QUIT_HELP: "avsluta [quest] - Avsluta ett påbörjat uppdrag"
|
||||
COMMAND_EDITOR: "editor"
|
||||
COMMAND_EDITOR_HELP: "editor - Skapa/Ändra ett uppdrag"
|
||||
COMMAND_EVENTS_EDITOR: "events"
|
||||
COMMAND_EVENTS_EDITOR_HELP: "events - Skapa/Ändra händelser"
|
||||
COMMAND_STATS: "stats"
|
||||
COMMAND_STATS_HELP: "stats - Visa din statistik"
|
||||
COMMAND_TOP: "top"
|
||||
COMMAND_TOP_HELP: "top [number] - Visa topplistan"
|
||||
COMMAND_TOP_USAGE: 'Användning: /quests top [number]'
|
||||
COMMAND_INFO: "info"
|
||||
COMMAND_INFO_HELP: "info - Visa plugin information"
|
||||
COMMAND_JOURNAL: "loggbok"
|
||||
COMMAND_JOURNAL_HELP: "loggbok - Visa/Lägg undan din loggbok"
|
||||
COMMAND_QUEST_HELP: "- Visa aktiva uppdragsmål"
|
||||
COMMAND_QUESTINFO_HELP: "[quest namn] - Visa info om uppdraget"
|
||||
COMMAND_QUESTADMIN_HELP: "- Visa Questadmin hjälp"
|
||||
COMMAND_QUESTADMIN_STATS: "stats"
|
||||
COMMAND_QUESTADMIN_STATS_HELP: "stats [spelare] - Visa uppdrags-statistik för en spelare"
|
||||
COMMAND_QUESTADMIN_GIVE: "give"
|
||||
COMMAND_QUESTADMIN_GIVE_HELP: "ge [spelare] [quest] - Tvinga en spelare att påbörja ett uppdrag"
|
||||
COMMAND_QUESTADMIN_QUIT: "avsluta"
|
||||
COMMAND_QUESTADMIN_QUIT_HELP: "avsluta [spelare] [quest] - Tvinga en spelare att avsluta deras uppdrag"
|
||||
COMMAND_QUESTADMIN_POINTS: "poäng"
|
||||
COMMAND_QUESTADMIN_POINTS_HELP: "points [spelare] [belopp] - Sätter en spelares Uppdragspoäng"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [spelare] [belopp] - Ta en spelares Uppdragspoäng"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [spelare] [belopp] - Ge en spelare Uppdragspoäng"
|
||||
COMMAND_QUESTADMIN_POINTSALL: "pointsall"
|
||||
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [belopp] - Sätt ALLA spelares Uppdragspoäng"
|
||||
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||
COMMAND_QUESTADMIN_FINISH_HELP: "finish [spelare] [quest] - Slutför ett uppdrag omedelbart för en spelare"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE: "nextstage"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "nextstage [spelare] [quest] - Slutför omedelbart aktuellt stadie för en spelare"
|
||||
COMMAND_QUESTADMIN_SETSTAGE: "setstage"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_HELP: "setstage [spelare] [quest] [stadie] - Sätt stadie för en spelare"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Användning: /questadmin setstage [spelare] [quest] [stadie]'
|
||||
COMMAND_QUESTADMIN_PURGE: "purge"
|
||||
COMMAND_QUESTADMIN_PURGE_HELP: "purge [spelare] - Rensa all data för en spelare och SVARTLISTA DEM"
|
||||
COMMAND_QUESTADMIN_RESET: "reset"
|
||||
COMMAND_QUESTADMIN_RESET_HELP: "reset [spelare] - Rensa all uppdragsdata för en spelare"
|
||||
COMMAND_QUESTADMIN_REMOVE: "remove"
|
||||
COMMAND_QUESTADMIN_REMOVE_HELP: "remove [spelare] [quest] - Ta bort ett slutfört uppdrag från en spelare"
|
||||
COMMAND_QUESTADMIN_TOGGLEGUI: "togglegui"
|
||||
COMMAND_QUESTADMIN_TOGGLEGUI_HELP: "togglegui [npc id] - Stäng av/sätt på GUI för en NPC"
|
||||
COMMAND_QUESTADMIN_RELOAD: "reload"
|
||||
COMMAND_QUESTADMIN_RELOAD_HELP: "reload - Ladda om alla Uppdrag"
|
||||
questEditorHeader: "Skapa Uppdrag"
|
||||
questEditorCreate: "Skapa nytt Uppdrag"
|
||||
questEditorEdit: "Redigera ett Uppdrag"
|
||||
questEditorDelete: "Ta bort Uppdraget"
|
||||
questEditorName: "Ange namn"
|
||||
questEditorAskMessage: "Ange frågemeddelande"
|
||||
questEditorFinishMessage: "Ange avklarat meddelande"
|
||||
questEditorRedoDelay: "Ange gör om fördröjning"
|
||||
questEditorNPCStart: "Ange start NPC"
|
||||
questEditorBlockStart: "Ange start block"
|
||||
questEditorInitialEvent: "Set initial Event"
|
||||
questEditorSetGUI: "Set GUI Item display"
|
||||
questEditorReqs: "Redigera krav"
|
||||
questEditorStages: "Redigera etapper"
|
||||
questEditorRews: "Redigera belöningar"
|
||||
questEditorEnterQuestName: "Ange uppdragsnamn (eller 'avbryt' för att gå tillbaka)"
|
||||
questEditorEditEnterQuestName: "Ange uppdrag att redigera (eller 'avbryt' för att gå tillbaka)"
|
||||
questEditorEnterAskMessage: "Skriv ett fråge meddelande (eller 'cancel' för att gå tillbaka)"
|
||||
questEditorEnterFinishMessage: "Enter finish message (or 'cancel' to return)"
|
||||
questEditorEnterRedoDelay: "Enter amount of time (in seconds), 0 to clear the redo delay or -1 to cancel"
|
||||
questEditorEnterNPCStart: "Enter NPC ID, -1 to clear the NPC start or -2 to cancel"
|
||||
questEditorEnterBlockStart: "Right-click on a block to use as a start point, then enter 'done' to save, or enter 'clear' to clear the block start, or 'cancel' to return"
|
||||
questEditorEnterInitialEvent: "Enter an Event name, or enter 'clear' to clear the initial Event, or 'cancel' to return"
|
||||
questRequiredNoneSet: "Required, none set"
|
||||
questWGSetRegion: "Set Region"
|
||||
questWGNotInstalled: "WorldGuard not installed"
|
||||
questWGPrompt: "Enter WorldGuard region, or enter 'clear' to clear the region, or 'cancel' to return."
|
||||
questWGInvalidRegion: "<region> is not a valid WorldGuard region!"
|
||||
questWGRegionCleared: "Quest region cleared."
|
||||
questCitNotInstalled: "Citizens not installed"
|
||||
questDenNotInstalled: "Denizen not installed"
|
||||
questGUIError: 'Error: That item is already being used as the GUI Display for the Quest <quest>.'
|
||||
questCurrentItem: "Current item:"
|
||||
questSetItem: "Set Item"
|
||||
questClearItem: "Clear Item"
|
||||
questGUICleared: "Quest GUI Item Display cleared."
|
||||
questDeleted: "Quest deleted! Quests and Events have been reloaded."
|
||||
questEditorNameExists: "A Quest with that name already exists!"
|
||||
questEditorBeingEdited: "Someone is creating/editing a Quest with that name!"
|
||||
questEditorInvalidQuestName: "Name may not contain periods or commas!"
|
||||
questEditorInvalidEventName: "is not a valid event name!"
|
||||
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 Event cleared."
|
||||
questEditorSave: "Finish and save"
|
||||
questEditorNeedAskMessage: "You must set an ask message!"
|
||||
questEditorNeedFinishMessage: "Du måste ange ett slutmeddelande!"
|
||||
questEditorNeedStages: "Ditt uppdrag har inga delmål!"
|
||||
questEditorSaved: "Uppdrag sparad! (Du kommer behöva utföra en omladdning för att den ska visas)"
|
||||
questEditorExited: "Är du säker på att du vill avsluta utan att spara?"
|
||||
questEditorDeleted: "Är du säker på att du vill ta bort uppdraget"
|
||||
questEditorNoPermsCreate: "Du har inte behörighet att skapa uppdrag."
|
||||
questEditorNoPermsEdit: "Du har inte behörighet att redigera uppdrag."
|
||||
questEditorNoPermsDelete: "Du har inte behörighet att ta bort uppdrag."
|
||||
stageEditorEditStage: "Redigera Etapp"
|
||||
stageEditorNewStage: "Lägg till ny etapp"
|
||||
stageEditorStages: "Etapper"
|
||||
stageEditorStage: "Etapp"
|
||||
stageEditorBreakBlocks: "Hacka Block"
|
||||
stageEditorDamageBlocks: "Skada Block"
|
||||
stageEditorPlaceBlocks: "Placera Block"
|
||||
stageEditorUseBlocks: "Använd Block"
|
||||
stageEditorCutBlocks: "Skär Block"
|
||||
stageEditorCatchFish: "Fånga Fisk"
|
||||
stageEditorFish: "fisk"
|
||||
stageEditorKillPlayers: "Döda Spelare"
|
||||
stageEditorPlayers: "spelare"
|
||||
stageEditorEnchantItems: "Förtrolla Items"
|
||||
stageEditorDeliverItems: "Leverera Items"
|
||||
stageEditorTalkToNPCs: "Prata med NPC"
|
||||
stageEditorKillNPCs: "Döda NPC"
|
||||
stageEditorKillMobs: "Döda Mobs"
|
||||
stageEditorReachLocs: "Reach locations"
|
||||
stageEditorReachRadii1: "Reach within"
|
||||
stageEditorReachRadii2: "blocks of"
|
||||
stageEditorTameMobs: "Tame Mobs"
|
||||
stageEditorShearSheep: "Shear Sheep"
|
||||
stageEditorEvents: "Events"
|
||||
stageEditorStageEvents: "Stage Events"
|
||||
stageEditorStartEvent: "Start Event"
|
||||
stageEditorStartEventCleared: "Start Event cleared."
|
||||
stageEditorFinishEvent: "Finish Event"
|
||||
stageEditorFinishEventCleared: "Finish Event cleared."
|
||||
stageEditorChatEvents: "Chat Events"
|
||||
stageEditorChatTrigger: "Chat Trigger"
|
||||
stageEditorTriggeredBy: "Triggered by"
|
||||
stageEditorChatEventsCleared: "Chat Events cleared."
|
||||
stageEditorDeathEvent: "Death Event"
|
||||
stageEditorDeathEventCleared: "Death Event cleared."
|
||||
stageEditorDisconnectEvent: "Disconnect Event"
|
||||
stageEditorDisconnectEventCleared: "Disconnect Event 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 durability"
|
||||
stageEditorSetDamageAmounts: "Set damage amounts"
|
||||
stageEditorSetPlaceAmounts: "Set place amounts"
|
||||
stageEditorSetUseAmounts: "Set use amounts"
|
||||
stageEditorSetCutAmounts: "Set cut amounts"
|
||||
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 Objectives"
|
||||
stageEditorAddPasswordDisplay: "Add password display"
|
||||
stageEditorAddPasswordPhrases: "Add password phrase(s)"
|
||||
stageEditorNoPasswordDisplays: "No password displays set"
|
||||
stageObjectiveOverride: "Objective Display Override"
|
||||
stageEditorCustom: "Custom Objectives"
|
||||
stageEditorNoModules: "No modules loaded"
|
||||
stageEditorModuleNotFound: "Custom objective module not found."
|
||||
stageEditorCustomPrompt: "Enter the name of a custom objective to add, or enter 'clear' to clear all custom objectives, or 'cancel' to return."
|
||||
stageEditorCustomAlreadyAdded: "That custom objective has already been added!"
|
||||
stageEditorCustomCleared: "Custom objectives cleared."
|
||||
stageEditorCustomDataPrompt: "Enter value for <data>:"
|
||||
stageEditorEnterBlockNames: "Enter block names (or IDs), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorBreakBlocksPrompt: "Enter break amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorDamageBlocksPrompt: "Enter damage amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorPlaceBlocksPrompt: "Enter place amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorUseBlocksPrompt: "Enter use amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorCutBlocksPrompt: "Enter cut amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorEnterBlockDurability: "Enter block durability (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorCatchFishPrompt: "Enter number of fish to catch, or 0 to clear the fish catch objective, or -1 to cancel"
|
||||
stageEditorKillPlayerPrompt: "Enter number of players to kill, or 0 to clear the player kill objective, or -1 to cancel"
|
||||
stageEditorEnchantTypePrompt: "Enter enchantment names, separating each one by a comma, or enter 'cancel' to return."
|
||||
stageEditorEnchantAmountsPrompt: "Enter enchant amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorItemNamesPrompt: "Enter item names, separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorNPCPrompt: "Enter NPC ids, separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorNPCToTalkToPrompt: "Enter NPC IDs, separating each one by a space, or enter 'clear' to clear the NPC ID list, or 'cancel' to return."
|
||||
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
||||
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobAmountsPrompt: "Enter mob amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the kill location list, or enter 'cancel' to return"
|
||||
stageEditorMobLocationRadiiPrompt: "Enter kill location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
||||
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorReachLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||
stageEditorTameAmountsPrompt: "Enter tame amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorShearColorsPrompt: "Enter sheep colors separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorShearAmountsPrompt: "Enter shear amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorEventsPrompt: "Enter an event name, or enter 'clear' to clear the event, or 'cancel' to return"
|
||||
stageEditorChatEventsPrompt: "Enter an event name to add, or enter 'clear' to clear all chat events, or 'cancel' to return"
|
||||
stageEditorChatEventsTriggerPromptA: "Enter a chat trigger for"
|
||||
stageEditorChatEventsTriggerPromptB: "or enter 'cancel' to return."
|
||||
stageEditorDelayPrompt: "Enter time (in seconds), or enter 'clear' to clear the delay, or 'cancel' to return"
|
||||
stageEditorDelayMessagePrompt: "Enter delay message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorScriptPrompt: "Enter script name, or enter 'clear' to clear the script, or 'cancel' to return"
|
||||
stageEditorStartMessagePrompt: "Enter start message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorCompleteMessagePrompt: "Enter complete message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorPasswordDisplayPrompt: "Enter a password display, or 'cancel' to return"
|
||||
stageEditorPasswordDisplayHint: "(This is the text that will be displayed to the player as their objective)"
|
||||
stageEditorPasswordPhrasePrompt: "Enter a password phrase, or 'cancel' to return"
|
||||
stageEditorPasswordPhraseHint1: "(This is the text that a player has to say to complete the objective)"
|
||||
stageEditorPasswordPhraseHint2: "If you want multiple password phrases, seperate them by a | (pipe)"
|
||||
stageEditorObjectiveOverridePrompt: "Enter objective display override, or 'clear' to clear the override, or 'cancel' to return."
|
||||
stageEditorObjectiveOverrideHint: "(The objective display override will show up as the players current objective)"
|
||||
stageEditorObjectiveOverrideCleared: "Objective display override cleared."
|
||||
stageEditorDeliveryAddItem: "Add item"
|
||||
stageEditorDeliveryNPCs: "Set NPC IDs"
|
||||
stageEditorDeliveryMessages: "Set delivery messages"
|
||||
stageEditorContainsDuplicates: "List contains duplicates!"
|
||||
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!"
|
||||
stageEditorInvalidNumber: "is not a number!"
|
||||
stageEditorInvalidDye: "is not a valid dye color!"
|
||||
stageEditorInvalidEvent: "is not a valid event name!"
|
||||
stageEditorDuplicateEvent: "Event is already in the list!"
|
||||
stageEditorInvalidDelay: "Delay must be at least one second!"
|
||||
stageEditorInvalidScript: "Denizen script not found!"
|
||||
stageEditorNoCitizens: "Citizens is not installed!"
|
||||
stageEditorNoDenizen: "Denizen is not installed!"
|
||||
stageEditorPositiveAmount: "You must enter a positive number!"
|
||||
stageEditorNoNumber: "Input was not a number!"
|
||||
stageEditorNotGreaterThanZero: "is not greater than 0!"
|
||||
stageEditorNotListofNumbers: "Invalid entry, input was not a list of numbers!"
|
||||
stageEditorNoDelaySet: "You must set a delay first!"
|
||||
stageEditorNoBlockNames: "You must set block names first!"
|
||||
stageEditorNoEnchantments: "You must set enchantments first!"
|
||||
stageEditorNoItems: "You must add items first!"
|
||||
stageEditorNoDeliveryMessage: "You must set at least one delivery message!"
|
||||
stageEditorNoNPCs: "You must set NPC IDs first!"
|
||||
stageEditorNoMobTypes: "You must set mob types first!"
|
||||
stageEditorNoKillLocations: "You must set kill locations first!"
|
||||
stageEditorNoBlockSelected: "You must select a block first."
|
||||
stageEditorNoColors: "You must set colors first!"
|
||||
stageEditorNoLocations: "You must set locations first!"
|
||||
stageEditorNoEnchantmentsSet: "No enchantments set"
|
||||
stageEditorNoItemsSet: "No items set"
|
||||
stageEditorNoMobTypesSet: "No mob types set"
|
||||
stageEditorNoLocationsSet: "No locations set"
|
||||
stageEditorNoColorsSet: "No colors set"
|
||||
stageEditorListNotSameSize: "The block names list and the amounts list are not the same size!"
|
||||
stageEditorEnchantmentNotSameSize: "The enchantments list, the item id list and the enchant amount list are not the same size!"
|
||||
stageEditorDeliveriesNotSameSize: "The item list and the NPC list are not equal in size!"
|
||||
stageEditorNPCKillsNotSameSize: "The NPC IDs list and the kill amounts list are not the same size!"
|
||||
stageEditorAllListsNotSameSize: "All of your lists are not the same size!"
|
||||
stageEditorMobTypesNotSameSize: "The mob types list and the mob amounts list are not the same size!"
|
||||
stageEditorTameMobsNotSameSize: "The mob types list and the tame amounts list are not the same size!"
|
||||
stageEditorShearNotSameSize: "The sheep colors list and the shear amounts list are not the same size!"
|
||||
stageEditorMustSetPasswordDisplays: "You must add at least one password display first!"
|
||||
stageEditorAddPasswordCleared: "Password Objectives cleared."
|
||||
stageEditorPasswordNotSameSize: "The password display and password phrase lists are not the same size!"
|
||||
stageEditorListContainsDuplicates: " List contains duplicates!"
|
||||
stageEditorDelayCleared: "Delay cleared."
|
||||
stageEditorDelayMessageCleared: "Delay message cleared."
|
||||
stageEditorDenizenCleared: "Denizen script cleared."
|
||||
stageEditorBreakBlocksCleared: "Break blocks objective cleared."
|
||||
stageEditorDamageBlocksCleared: "Damage blocks objective cleared."
|
||||
stageEditorPlaceBlocksCleared: "Place blocks objective cleared."
|
||||
stageEditorUseBlocksCleared: "Use blocks objective cleared."
|
||||
stageEditorCutBlocksCleared: "Cut blocks objective cleared."
|
||||
stageEditorEnchantmentsCleared: "Enchantment objective cleared."
|
||||
stageEditorDeliveriesCleared: "Delivery objective cleared."
|
||||
stageEditorReachLocationsCleared: "Reach Locations objective cleared."
|
||||
stageEditorKillNPCsCleared: "Kill NPCs objective cleared."
|
||||
stageEditorKillMobsCleared: "Kill Mobs objective cleared."
|
||||
stageEditorTameCleared: "Tame Mobs objective cleared."
|
||||
stageEditorShearCleared: "Shear Sheep objective cleared."
|
||||
stageEditorStartMessageCleared: "Start message cleared."
|
||||
stageEditorCompleteMessageCleared: "Complete message cleared."
|
||||
stageEditorConfirmStageDelete: "Are you sure you want to delete this stage?"
|
||||
stageEditorConfirmStageNote: "Any Stages after will be shifted back one spot"
|
||||
stageEditorDeleteSucces: "Stage deleted successfully."
|
||||
stageEditorEnchantments: "Enchantments"
|
||||
stageEditorNPCNote: 'Note: You may specify the name of the NPC with <npc>'
|
||||
stageEditorOptional: "Optional"
|
||||
stageEditorColors: "Sheep Colors"
|
||||
allListsNotSameSize: "All of your lists are not the same size!"
|
||||
eventEditorCreate: "Create new Event"
|
||||
eventEditorEdit: "Edit an Event"
|
||||
eventEditorDelete: "Delete an Event"
|
||||
eventEditorCreatePermisssions: "You do not have permission to create new Events."
|
||||
eventEditorEditPermisssions: "You do not have permission to edit Events."
|
||||
eventEditorDeletePermisssions: "You do not have permission to delete Events."
|
||||
eventEditorNoneToEdit: "No Events currently exist to be edited!"
|
||||
eventEditorNoneToDelete: "No Events currently exist to be deleted!"
|
||||
eventEditorNotFound: "Event not found!"
|
||||
eventEditorExists: "Event already exists!"
|
||||
eventEditorSomeone: "Someone is already creating or editing an Event with that name!"
|
||||
eventEditorAlpha: "Name must be alphanumeric!"
|
||||
eventEditorErrorReadingFile: "Error reading Events file."
|
||||
eventEditorErrorSaving: "An error occurred while saving."
|
||||
eventEditorDeleted: "Event deleted, Quests and Events reloaded."
|
||||
eventEditorSaved: "Event saved, Quests and Events reloaded."
|
||||
eventEditorEnterEventName: "Enter an Event name, or 'cancel' to return."
|
||||
eventEditorDeletePrompt: "Are you sure you want to delete the Event"
|
||||
eventEditorQuitWithoutSaving: "Are you sure you want to quit without saving?"
|
||||
eventEditorFinishAndSave: "Are you sure you want to finish and save the Event"
|
||||
eventEditorModifiedNote: 'Note: You have modified an Event that the following Quests use:'
|
||||
eventEditorForcedToQuit: "If you save the Event, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||
eventEditorEventInUse: "The following Quests use the Event"
|
||||
eventEditorMustModifyQuests: "eventEditorNotFound"
|
||||
eventEditorListSizeMismatch: "The lists are not the same size!"
|
||||
eventEditorListDuplicates: "List contains duplicates!"
|
||||
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||
eventEditorInvalidEntry: "Invalid entry"
|
||||
eventEditorSetName: "Set name"
|
||||
eventEditorSetMessage: "Set message"
|
||||
eventEditorClearInv: "Clear player 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: "Set potion effects"
|
||||
eventEditorSetHunger: "Set player hunger level"
|
||||
eventEditorSetSaturation: "Set player saturation level"
|
||||
eventEditorSetHealth: "Set player health level"
|
||||
eventEditorEnterTimerSeconds: "Set number of seconds left before the quest fails (use cancel-timer event to cancel timers)"
|
||||
eventEditorSetTimer: "Set time to fail quest"
|
||||
eventEditorCancelTimer: "Cancel the quest timer"
|
||||
eventEditorSetTeleport: "Set player teleport location"
|
||||
eventEditorSetCommands: "Set commands to execute"
|
||||
eventEditorItems: "Event Items"
|
||||
eventEditorSetItems: "Give items"
|
||||
eventEditorItemsCleared: "Event items cleared."
|
||||
eventEditorAddItem: "Add item"
|
||||
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!"
|
||||
eventEditorNotGreaterThanZero: "is not greater than 0!"
|
||||
eventEditorNotANumber: "is not a number!"
|
||||
eventEditorStorm: "Event 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, or enter 'cancel' to return"
|
||||
eventEditorEnterDuration: "Enter duration (in seconds)"
|
||||
eventEditorAtLeastOneSecond: "Amount must be at least 1 second!"
|
||||
eventEditorNotGreaterThanOneSecond: "is not greater than 1 second!"
|
||||
eventEditorThunder: "Event Thunder"
|
||||
eventEditorMustSetThunderDuration: "You must set a thunder duration!"
|
||||
eventEditorThunderCleared: "Thunder data cleared."
|
||||
eventEditorEnterThunderWorld: "Enter a world name for the thunder to occur in, or enter 'cancel' to return"
|
||||
eventEditorEffects: "Event Effects"
|
||||
eventEditorAddEffect: "Add effect"
|
||||
eventEditorAddEffectLocation: "Add effect location"
|
||||
eventEditorNoEffects: "No effects set"
|
||||
eventEditorMustAddEffects: "You must add effects first!"
|
||||
eventEditorInvalidEffect: "is not a valid effect name!"
|
||||
eventEditorEffectsCleared: "Event effects cleared."
|
||||
eventEditorEffectLocationPrompt: "Right-click on a block to play an effect at, then enter 'add' to add it to the list, or enter 'cancel' to return"
|
||||
eventEditorMobSpawns: "Event Mob Spawns"
|
||||
eventEditorAddMobTypes: "Add mob"
|
||||
eventEditorNoTypesSet: "(No type set)"
|
||||
eventEditorMustSetMobTypesFirst: "You must set the mob type first!"
|
||||
eventEditorSetMobAmounts: "Set mob amount"
|
||||
eventEditorNoAmountsSet: "(No amounts set)"
|
||||
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"
|
||||
eventEditorSetMobSpawnLoc: "Right-click on a block to spawn a mob at, then enter 'add' to the confirm it, or enter 'cancel' to return"
|
||||
eventEditorSetMobSpawnAmount: "Set the amount of mobs to spawn"
|
||||
eventEditorSetDropChance: "Set the drop chance"
|
||||
eventEditorInvalidDropChance: "Drop chance has to be between 0.0 and 1.0"
|
||||
eventEditorLightningPrompt: "Right-click on a block to spawn a lightning strike at, then enter 'add' to add it to the list, or enter 'clear' to clear the locations list, or 'cancel' to return"
|
||||
eventEditorPotionEffects: "Event 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!"
|
||||
eventEditorNoDurationsSet: "(No durations set)"
|
||||
eventEditorSetPotionMagnitudes: "Set potion effect magnitudes"
|
||||
eventEditorPotionsCleared: "Potion effects cleared."
|
||||
eventEditorInvalidPotionType: "is not a valid potion effect type!"
|
||||
eventEditorEnterNPCId: "Enter NPC ID (or -1 to return)"
|
||||
eventEditorNoNPCExists: "No NPC exists with that id!"
|
||||
eventEditorExplosionPrompt: "Right-click on a block to spawn an explosion at, then enter 'add' to add it to the list, or enter 'clear' to clear the explosions list, or 'cancel' to return"
|
||||
eventEditorSelectBlockFirst: "You must select a block first."
|
||||
eventEditorSetMessagePrompt: "Enter message, or enter 'none' to delete, (or 'cancel' to return)"
|
||||
eventEditorSetItemNamesPrompt: "Enter item names separating each one by a space, or enter 'cancel' to return."
|
||||
eventEditorSetItemAmountsPrompt: "Enter item amounts (numbers) separating each one by a space, or enter 'cancel' to return."
|
||||
eventEditorSetMobTypesPrompt: "Enter mob name, or enter 'cancel' to return"
|
||||
eventEditorSetMobAmountsPrompt: "Enter mob amount, or enter 'cancel' to return"
|
||||
eventEditorSetMobNamePrompt: "Set the name for this mob, or enter 'cancel' to return"
|
||||
eventEditorSetMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the mob spawn location list, or enter 'cancel' to return"
|
||||
eventEditorSetPotionEffectsPrompt: "Enter potion effect types separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetPotionDurationsPrompt: "Enter effect durations (in milliseconds) separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetHungerPrompt: "Enter hunger level, or -1 to remove it"
|
||||
eventEditorHungerLevelAtLeastZero: "Hunger level must be at least 0!"
|
||||
eventEditorSetSaturationPrompt: "Enter saturation level, or -1 to remove it"
|
||||
eventEditorSaturationLevelAtLeastZero: "Saturation level must be at least 0!"
|
||||
eventEditorSetHealthPrompt: "Enter health level, or -1 to remove it"
|
||||
eventEditorHealthLevelAtLeastZero: "Health level must be at least 0!"
|
||||
eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to, then enter 'done' to finish, or enter 'clear' to clear the teleport location, or 'cancel' to return"
|
||||
eventEditorCommandsNote: 'Note: You may use <player> to refer to the player''s name.'
|
||||
eventEditorSetCommandsPrompt: "Enter commands separating each one by a comma, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
reqSetMoney: "Set money requirement"
|
||||
reqSetQuestPoints: "Set Quest Points requirement"
|
||||
reqSetItem: "Set item requirements"
|
||||
reqSetPerms: "Set permission requirements"
|
||||
reqSetQuest: "Set Quest requirements"
|
||||
reqSetQuestBlocks: "Set Quest blocks"
|
||||
reqSetMcMMO: "Set mcMMO requirements"
|
||||
reqSetHeroes: "Set Heroes requirements"
|
||||
reqSetCustom: "Custom requirements"
|
||||
reqSetFail: "Set fail requirements message"
|
||||
reqSetSkills: "Set skills"
|
||||
reqSetSkillAmounts: "Set skill amounts"
|
||||
reqHeroesSetPrimary: "Set Primary Class"
|
||||
reqHeroesSetSecondary: "Set Secondary Class"
|
||||
reqMoneyPrompt: "Enter amount of <money>, or 0 to clear the money requirement, or -1 to cancel"
|
||||
reqQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point requirement, or -1 to cancel"
|
||||
reqQuestPrompt: "Enter a list of Quest names separating each one by a <comma>, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqRemoveItemsPrompt: "Enter a list of true/false values, separating each one by a space, or enter 'cancel' to return."
|
||||
reqPermissionsPrompt: "Enter permission requirements separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
reqCustomPrompt: "Enter the name of a custom requirement to add, or enter 'clear' to clear all custom requirements, or 'cancel' to return."
|
||||
reqMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqMcMMOAmountsPrompt: "Enter mcMMO skill amounts, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqHeroesPrimaryPrompt: "Enter a Heroes Primary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||
reqHeroesSecondaryPrompt: "Enter a Heroes Secondary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||
reqFailMessagePrompt: "Enter fail requirements message, or enter 'cancel' to return."
|
||||
reqAddItem: "Add item"
|
||||
reqSetRemoveItems: "Set remove items"
|
||||
reqNoItemsSet: "No items set"
|
||||
reqNoValuesSet: "No values set"
|
||||
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||
reqGreaterThanZero: "Amount must be greater than 0!"
|
||||
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||
reqItemCleared: "Item requirements cleared."
|
||||
reqListsNotSameSize: "The items list and remove items list are not the same size!"
|
||||
reqTrueFalseError: '<input> is not a true or false value!%br%Example: true false true true'
|
||||
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||
reqCustomNotFound: "Custom requirement module not found."
|
||||
reqCustomCleared: "Custom requirements cleared."
|
||||
reqMcMMOError: "<input> is not an mcMMO skill name!"
|
||||
reqMcMMOCleared: "mcMMO skill requirements cleared."
|
||||
reqMcMMOAmountsCleared: "mcMMO 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!"
|
||||
reqNone: "No requirements set"
|
||||
reqNotANumber: "<input> is not a number!"
|
||||
reqMustAddItem: "You must add at least one item first!"
|
||||
reqNoMessage: "You must set a fail requirements message!"
|
||||
reqNoMcMMO: "mcMMO not installed"
|
||||
reqNoHeroes: "Heroes not installed"
|
||||
rewSetMoney: "Set money reward"
|
||||
rewSetQuestPoints: "Set Quest Points reward"
|
||||
rewSetItems: "Set item rewards"
|
||||
rewSetExperience: "Set experience reward"
|
||||
rewSetCommands: "Set command rewards"
|
||||
rewSetPermission: "Set permission rewards"
|
||||
rewSetMcMMO: "Set mcMMO 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>, or 0 to clear the money reward, or -1 to cancel"
|
||||
rewExperiencePrompt: "Enter amount of experience, or 0 to clear the experience reward, or -1 to cancel"
|
||||
rewCommandPrompt: "Enter command rewards separating each one by a <comma>, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
rewCommandPromptHint: 'Note: You may put <player> to specify the player who completed the Quest. e.g. smite <player>'
|
||||
rewPermissionsPrompt: "Enter permission rewards separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
rewQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point reward, or -1 to cancel"
|
||||
rewMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'cancel' to return."
|
||||
rewMcMMOPromptHint: 'Note: Typing ''All'' will give levels to all skills.'
|
||||
rewHeroesClassesPrompt: "Enter Heroes classes separating each one by a space, or enter 'cancel' to return."
|
||||
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed) separating each one by a space, or enter 'cancel' to return."
|
||||
rewPhatLootsPrompt: "Enter PhatLoots separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
rewCustomRewardPrompt: "Enter the name of a custom reward to add, or enter 'clear' to clear all custom rewards, or 'cancel' to return."
|
||||
rewItemsCleared: "Item rewards cleared."
|
||||
rewNoMcMMOSkills: "No skills set"
|
||||
rewNoHeroesClasses: "No classes set"
|
||||
rewSetMcMMOSkillsFirst: "You must set skills first!"
|
||||
rewMcMMOCleared: "mcMMO rewards cleared."
|
||||
rewMcMMOListsNotSameSize: "The skills list and skill amounts list are not the same size!"
|
||||
rewSetHeroesClassesFirst: "You must set classes first!"
|
||||
rewHeroesCleared: "Heroes rewards cleared."
|
||||
rewHeroesListsNotSameSize: "The classes list and experience amounts list are not the same size!"
|
||||
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."
|
||||
rewNoPhat: "PhatLoots not installed"
|
||||
itemCreateLoadHand: "Load item in hand"
|
||||
itemCreateSetName: "Set name"
|
||||
itemCreateSetAmount: "Set amount"
|
||||
itemCreateSetDurab: "Set durability"
|
||||
itemCreateSetEnchs: "Add/clear enchantments"
|
||||
itemCreateSetDisplay: "Set display name"
|
||||
itemCreateSetLore: "Set lore"
|
||||
itemCreateEnterName: "Enter an item name, or 'cancel' to return."
|
||||
itemCreateEnterAmount: "Enter item amount (max. 64), or 'cancel' to return."
|
||||
itemCreateEnterDurab: "Enter item durability, or 'clear' to clear the data, or 'cancel' to return."
|
||||
itemCreateEnterEnch: "Enter an enchantment name, or 'clear' to clear the enchantments, or 'cancel' to return."
|
||||
itemCreateEnterLevel: "Enter a level (number) for <enchantment>"
|
||||
itemCreateEnterDisplay: "Enter item display name, or 'clear' to clear the display name, or 'cancel' to return."
|
||||
itemCreateEnterLore: "Enter item lore, separating each line by a semi-colon ; or 'clear' to clear the lore, or 'cancel' to return."
|
||||
itemCreateLoaded: "Item loaded."
|
||||
itemCreateNoItem: "No item in hand!"
|
||||
itemCreateNoName: "You must set a name first!"
|
||||
itemCreateInvalidName: "Invalid item name!"
|
||||
itemCreateInvalidAmount: "Amount must be between 1-64!"
|
||||
itemCreateInvalidDurab: "Invalid item durability!"
|
||||
itemCreateInvalidEnch: "Invalid enchantment name!"
|
||||
itemCreateInvalidLevel: "Level must be greater than 0!"
|
||||
itemCreateInvalidInput: "Invalid input!"
|
||||
itemCreateNotNumber: "Input was not a number!"
|
||||
itemCreateNoNameAmount: "You must set a name and amount first!"
|
||||
itemCreateCriticalError: "A critical error has occurred."
|
||||
questTitle: "-- <quest> --"
|
||||
questObjectivesTitle: "---(<quest>)---"
|
||||
questCompleteTitle: '**QUEST COMPLETE: <quest>**'
|
||||
questRewardsTitle: "Rewards:"
|
||||
journalTitle: "Quest Journal"
|
||||
questsTitle: "- Quests -"
|
||||
questHelpTitle: "- Quests -"
|
||||
questListTitle: "- Quests -"
|
||||
questNPCListTitle: "- Quests | <npc> -"
|
||||
questAdminHelpTitle: "- Questadmin -"
|
||||
questEditorTitle: "- Quest Editor -"
|
||||
eventEditorTitle: "- Event Editor - "
|
||||
questCreateTitle: "- Create Quest -"
|
||||
questEditTitle: "- Edit Quest -"
|
||||
questDeleteTitle: "- Delete Quest -"
|
||||
requirementsTitle: "- <quest> | Requirements -"
|
||||
rewardsTitle: "- <quest> | Rewards -"
|
||||
itemRequirementsTitle: "- Item Requirements -"
|
||||
itemRewardsTitle: "- Item Rewards -"
|
||||
mcMMORequirementsTitle: "- mcMMO Requirements -"
|
||||
mcMMORewardsTitle: "- mcMMO 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: "- Event -"
|
||||
completedQuestsTitle: "- Completed Quests -"
|
||||
topQuestersTitle: "- Top <number> Questers -"
|
||||
createItemTitle: "- Create Item -"
|
||||
enchantmentsTitle: "- Enchantments -"
|
||||
questGUITitle: "- GUI Item Display -"
|
||||
questRegionTitle: "- Quest Region -"
|
||||
eventEditorGiveItemsTitle: "- Give Items -"
|
||||
eventEditorEffectsTitle: "- Effects -"
|
||||
eventEditorStormTitle: "- Event Storm -"
|
||||
eventEditorThunderTitle: "- Event Thunder -"
|
||||
eventEditorMobSpawnsTitle: "- Event Mob Spawns -"
|
||||
eventEditorMobsTitle: "- Mobs -"
|
||||
eventEditorAddMobTypesTitle: "- Add Mob -"
|
||||
eventEditorPotionEffectsTitle: "- Event Potion Effects -"
|
||||
eventEditorPotionTypesTitle: "- Event Potion Types -"
|
||||
eventEditorWorldsTitle: "- Worlds -"
|
||||
effBlazeShoot: "Sound of a Blaze firing"
|
||||
effBowFire: "Sound of a bow firing"
|
||||
effClick1: "A click sound"
|
||||
effClick2: "A different click sound"
|
||||
effDoorToggle: "Sound of a door opening or closing"
|
||||
effExtinguish: "Sound of fire being extinguished"
|
||||
effGhastShoot: "Sound of a Ghast firing"
|
||||
effGhastShriek: "Sound of a Ghast shrieking"
|
||||
effZombieWood: "Sound of a Zombie chewing an iron door"
|
||||
effZombieIron: "Sound of a Zombie chewing a wooden door"
|
||||
effEnterName: "Enter an effect name to add it to the list, or enter 'cancel' to return"
|
||||
cmdCancel: "cancel"
|
||||
cmdAdd: "add"
|
||||
cmdClear: "clear"
|
||||
cmdNone: "none"
|
||||
cmdDone: "done"
|
||||
acceptQuest: "Accept Quest?"
|
||||
enterAnOption: "Enter an option"
|
||||
questAccepted: 'Quest accepted: <quest>'
|
||||
currentQuest: "Current Quests:"
|
||||
noMoreQuest: "No more quests available."
|
||||
damage: "Damage"
|
||||
break: "Break"
|
||||
place: "Place"
|
||||
use: "Use"
|
||||
cut: "Cut"
|
||||
catchFish: "Catch Fish"
|
||||
enchantItem: "Enchant <item> with <enchantment>"
|
||||
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."
|
||||
invalidSelection: "Invalid selection!"
|
||||
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'"
|
||||
questPointsDisplay: "Quest points:"
|
||||
questNoDrop: "You may not drop Quest items."
|
||||
questNoBrew: "You may not brew Quest items."
|
||||
questNoStore: "You may not store Quest items."
|
||||
questNoCraft: "You may not craft Quest items."
|
||||
questNoEquip: "You may not equip Quest items."
|
||||
questNoDispense: "You may not put Quest items in dispensers."
|
||||
questNoEnchant: "You may not enchant Quest items."
|
||||
questNoSmelt: "You may not smelt using Quest items."
|
||||
questInfoNoPerms: "You do not have permission to view a Quest's information."
|
||||
questCmdNoPerms: "You do not have access to that command."
|
||||
pageSelectionNum: "Page selection must be a number."
|
||||
pageSelectionPosNum: "Page selection must be a positive number."
|
||||
questListNoPerms: "You do not have permission to view the Quests list."
|
||||
questTakeNoPerms: "You do not have permission to take Quests via commands."
|
||||
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||
questQuit: "You have quit <quest>"
|
||||
questQuitNoPerms: "You do not have permission to quit Quests."
|
||||
questQuitDisabled: "Quitting Quests has been disabled."
|
||||
questEditorNoPerms: "You do not have permission to use the Quests Editor."
|
||||
eventEditorNoPerms: "You do not have permission to use the Events Editor."
|
||||
questsUnknownCommand: "Unknown Quests command. Type /quests for help."
|
||||
pageNotExist: "Page does not exist."
|
||||
pageFooter: "- Page <current> of <all> -"
|
||||
questsReloaded: "Quests 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>."
|
||||
questPurged: "<player> has been purged and blacklisted."
|
||||
questReset: "<player> has been reset."
|
||||
questRemoved: "Quest <quest> has been removed from player <player>'s completed Quests."
|
||||
settingAllQuestPoints: "Setting all players' Quest Points..."
|
||||
allQuestPointsSet: "All players' Quest Points have been set to <number>!"
|
||||
setQuestPoints: "<player>'s Quest Points have been set to <number>."
|
||||
questPointsSet: "<player> has set your Quest Points to <number>."
|
||||
takeQuestPoints: "Took away <number> Quest Points from <player>."
|
||||
questPointsTaken: "<player> took away <number> Quest Points."
|
||||
giveQuestPoints: "Gave <number> Quest Points from <player>."
|
||||
questPointsGiven: "<player> gave you <number> Quest Points."
|
||||
enableNPCGUI: "<npc> will now provide a GUI Quest Display."
|
||||
disableNPCGUI: "<npc> will no longer provide a GUI Quest Display."
|
||||
invalidNumber: "Invalid number."
|
||||
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||
playerNotFound: "Player not found."
|
||||
invalidStageNum: "Invalid stage number for Quest <quest>"
|
||||
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||
errorReading: "Error reading <file>, skipping.."
|
||||
errorReadingSuppress: "Error reading <file>, suppressing further errors."
|
||||
errorDataFolder: 'Error: Unable to read Quests data folder!'
|
||||
questsPlayerHasQuestAlready: "<player> is already on the Quest <quest>!"
|
||||
questsUnknownAdminCommand: "Unknown Questsadmin command. Type /questsadmin for help."
|
||||
unknownError: "An unknown error occurred. See console output."
|
||||
journalTaken: "You take out your Quest Journal."
|
||||
journalPutAway: "You put away your Quest Journal."
|
||||
journalAlreadyHave: "You already have your Quest Journal out."
|
||||
journalNoRoom: "You have no room in your inventory for your Quest Journal!"
|
||||
journalNoQuests: "You have no accepted quests!"
|
||||
journalDenied: "You cannot do that with your Quest Journal."
|
||||
ENCHANTMENT_ARROW_DAMAGE: "Power"
|
||||
ENCHANTMENT_ARROW_FIRE: "Flame"
|
||||
ENCHANTMENT_ARROW_INFINITE: "Infinity"
|
||||
ENCHANTMENT_ARROW_KNOCKBACK: "Punch"
|
||||
ENCHANTMENT_BINDING_CURSE: "BindingCurse"
|
||||
ENCHANTMENT_DAMAGE_ALL: "Sharpness"
|
||||
ENCHANTMENT_DAMAGE_ARTHROPODS: "BaneOfArthropods"
|
||||
ENCHANTMENT_DEPTH_STRIDER: "DepthStrider"
|
||||
ENCHANTMENT_DAMAGE_UNDEAD: "Smite"
|
||||
ENCHANTMENT_DIG_SPEED: "Efficiency"
|
||||
ENCHANTMENT_DURABILITY: "Unbreaking"
|
||||
ENCHANTMENT_FIRE_ASPECT: "FireAspect"
|
||||
ENCHANTMENT_FROST_WALKER: "FrostWalker"
|
||||
ENCHANTMENT_KNOCKBACK: "Knockback"
|
||||
ENCHANTMENT_LOOT_BONUS_BLOCKS: "Fortune"
|
||||
ENCHANTMENT_LOOT_BONUS_MOBS: "Looting"
|
||||
ENCHANTMENT_LUCK: "LuckOfTheSea"
|
||||
ENCHANTMENT_LURE: "Lure"
|
||||
ENCHANTMENT_MENDING: "Mending"
|
||||
ENCHANTMENT_OXYGEN: "Respiration"
|
||||
ENCHANTMENT_PROTECTION_ENVIRONMENTAL: "Protection"
|
||||
ENCHANTMENT_PROTECTION_EXPLOSIONS: "BlastProtection"
|
||||
ENCHANTMENT_PROTECTION_FALL: "FeatherFalling"
|
||||
ENCHANTMENT_PROTECTION_FIRE: "FireProtection"
|
||||
ENCHANTMENT_PROTECTION_PROJECTILE: "ProjectileProtection"
|
||||
ENCHANTMENT_SILK_TOUCH: "SilkTouch"
|
||||
ENCHANTMENT_SWEEPING: "Sweeping"
|
||||
ENCHANTMENT_THORNS: "Thorns"
|
||||
ENCHANTMENT_VANISHING_CURSE: "VanishingCurse"
|
||||
ENCHANTMENT_WATER_WORKER: "AquaAffinity"
|
||||
COLOR_BLACK: "Black"
|
||||
COLOR_BLUE: "Blue"
|
||||
COLOR_BROWN: "Brown"
|
||||
COLOR_CYAN: "Cyan"
|
||||
COLOR_GRAY: "Gray"
|
||||
COLOR_GREEN: "Green"
|
||||
COLOR_LIGHT_BLUE: "LightBlue"
|
||||
COLOR_LIME: "Lime"
|
||||
COLOR_MAGENTA: "Magenta"
|
||||
COLOR_ORANGE: "Orange"
|
||||
COLOR_PINK: "Pink"
|
||||
COLOR_PURPLE: "Purple"
|
||||
COLOR_RED: "Red"
|
||||
COLOR_SILVER: "Silver"
|
||||
COLOR_WHITE: "White"
|
||||
COLOR_YELLOW: "Yellow"
|
||||
timeDay: "Day"
|
||||
timeDays: "Days"
|
||||
timeHour: "Hour"
|
||||
timeHours: "Hours"
|
||||
timeMinute: "Minute"
|
||||
timeMinutes: "Minutes"
|
||||
timeSecond: "Second"
|
||||
timeSeconds: "Seconds"
|
||||
timeMillisecond: "Millisecond"
|
||||
timeMilliseconds: "Milliseconds"
|
||||
event: "Event"
|
||||
delay: "Delay"
|
||||
save: "Save"
|
||||
exit: "Exit"
|
||||
exited: "Exited"
|
||||
cancel: "Cancel"
|
||||
cancelled: "Cancelled"
|
||||
questTimeout: "Cancelled."
|
||||
back: "Back"
|
||||
yesWord: "Yes"
|
||||
noWord: "No"
|
||||
"true": "true"
|
||||
"false": "false"
|
||||
clear: "Clear"
|
||||
edit: "Edit"
|
||||
none: "None"
|
||||
done: "Done"
|
||||
comma: "comma"
|
||||
finish: "Finish"
|
||||
quit: "Quit"
|
||||
noneSet: "None set"
|
||||
noDelaySet: "No delay set"
|
||||
noIdsSet: "No IDs set"
|
||||
noNamesSet: "No names set"
|
||||
worlds: "Worlds"
|
||||
mobs: "Mobs"
|
||||
points: "points"
|
||||
invalidOption: "Invalid option!"
|
||||
npcHint: 'Note: You can left or right click on NPC''s to get their ID.'
|
||||
listDuplicate: "List contains duplicates!"
|
||||
id: "ID"
|
||||
quest: "Quest"
|
||||
quests: "Quests"
|
||||
createdBy: "Created by"
|
||||
continuedBy: "and continued by"
|
||||
questPoints: "Quest Points"
|
||||
accepted: "Accepted"
|
||||
complete: "Complete"
|
||||
redoable: "Redoable"
|
||||
usage: "Usage"
|
||||
redoableEvery: "Redoable every <time>."
|
||||
requirements: "Requirements"
|
||||
money: "Money"
|
||||
with: "With"
|
||||
to: "to"
|
||||
blocksWithin: "within <amount> blocks of"
|
||||
valRequired: "Value required"
|
||||
enchantedItem: "*Enchanted*"
|
||||
experience: "Experience"
|
||||
timerMessage: '<green>Time left to finish the quest/stage: <red>%s seconds'
|
||||
timerStart: "<green>You have <red>%s seconds <green>to finish this quest/stage"
|
||||
questErrorReadingFile: "Error reading Quests file."
|
||||
questSaveError: "An error occurred while saving."
|
||||
questBlacklisted: "You are blacklisted. Contact an admin if this is in error."
|
858
src/main/resources/lang/tr/strings.yml
Normal file
858
src/main/resources/lang/tr/strings.yml
Normal file
@ -0,0 +1,858 @@
|
||||
---
|
||||
questFailed: "*ARAYIŞI BAŞARISIZ OLDU*"
|
||||
questMaxAllowed: "Sadece <number> görevleriniz olabilir."
|
||||
questAlreadyOn: "Zaten o Görevdesin!"
|
||||
questTooEarly: "<quest> 'i başka bir <time> için tekrar alamazsınız."
|
||||
questAlreadyCompleted: "Zaten <quest>'i tamamladınız."
|
||||
questInvalidLocation: "Bu konumda <quest> gösterilmeyecektir."
|
||||
questInvalidDeliveryItem: "<item>, bu görev için gerekli bir öğe değil!"
|
||||
questSelectedLocation: "Seçili konum"
|
||||
questDisplayHelp: "Yardımı görüntüle"
|
||||
COMMAND_LIST: "liste"
|
||||
COMMAND_LIST_HELP: "\nliste [sayfa] - Mevcut görevleri listele"
|
||||
COMMAND_TAKE: "al"
|
||||
COMMAND_TAKE_HELP: "[Görev Adı] al - Görevi kabul et"
|
||||
COMMAND_TAKE_USAGE: 'Kullanımı: / Görevler al [görev]'
|
||||
COMMAND_QUIT: "çık"
|
||||
COMMAND_QUIT_HELP: "çık [görev] - Geçerli görevden çık"
|
||||
COMMAND_EDITOR: "editör"
|
||||
COMMAND_EDITOR_HELP: "editör - Görevleri Oluştur / Düzenle"
|
||||
COMMAND_EVENTS_EDITOR: "olaylar"
|
||||
COMMAND_EVENTS_EDITOR_HELP: "etkinlikler - Görevleri Oluştur/Düzenle"
|
||||
COMMAND_STATS: "istatistikler"
|
||||
COMMAND_STATS_HELP: "istatistikler - Görev istatistiklerinizi görüntüleyin"
|
||||
COMMAND_TOP: "üst"
|
||||
COMMAND_TOP_HELP: "üst [sayı] - En üst Questers'ı görüntüle"
|
||||
COMMAND_TOP_USAGE: 'Kullanımı: / Üst Görevler [sayı]'
|
||||
COMMAND_INFO: "bilgi"
|
||||
COMMAND_INFO_HELP: "bilgi - Ekran eklenti bilgisi"
|
||||
COMMAND_JOURNAL: "günlük"
|
||||
COMMAND_JOURNAL_HELP: "günlük - Görev Günlüğünü Görüntüle / Çıkart"
|
||||
COMMAND_QUEST_HELP: "- Mevcut araştırma hedeflerini görüntüle"
|
||||
COMMAND_QUESTINFO_HELP: "[görev adı] - Görev Bilgilerini Görüntüle"
|
||||
COMMAND_QUESTADMIN_HELP: "- Görev Admini yardımını görüntüle"
|
||||
COMMAND_QUESTADMIN_STATS: "istatistikler"
|
||||
COMMAND_QUESTADMIN_STATS_HELP: "istatistikler [oyuncu] - Bir oyuncunun görev istatistiklerini görüntüle"
|
||||
COMMAND_QUESTADMIN_GIVE: "vermek"
|
||||
COMMAND_QUESTADMIN_GIVE_HELP: "vermek [oyuncu] [görev] - Bir oyuncuyu görev almak için zorla"
|
||||
COMMAND_QUESTADMIN_QUIT: "çık"
|
||||
COMMAND_QUESTADMIN_QUIT_HELP: "çık [oyuncu] [görev] - Bir oyuncuyu Görevlerini bırakmaya zorla"
|
||||
COMMAND_QUESTADMIN_POINTS: "puanlar"
|
||||
COMMAND_QUESTADMIN_POINTS_HELP: "puanlar [oyuncu] [miktar] - Oyuncuların görev puanlarını ayarlayın"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS: "puan al"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "puan al [oyuncu] [miktar] - Oyunculara görev puanları verin"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS: "puan ver"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "puan ver [oyuncu] [miktar] - Oyunculara görev puanları verin"
|
||||
COMMAND_QUESTADMIN_POINTSALL: "tüm puanlar"
|
||||
COMMAND_QUESTADMIN_POINTSALL_HELP: "tüm puanlar [miktar] - Bütün oyuncuların Görev Puanlarını ayarla"
|
||||
COMMAND_QUESTADMIN_FINISH: "bitiş"
|
||||
COMMAND_QUESTADMIN_FINISH_HELP: "bitiş [oyuncu] [görev] - Bir oyuncuyu görevi hemen tamamlaması için zorla"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE: "sonraki etap"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "sonraki etap [oyuncu] [görev] - Sahneyi hemen tamamlaması için bir oyuncuyu zorla"
|
||||
COMMAND_QUESTADMIN_SETSTAGE: "set etabı"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_HELP: "set etabı [oyuncu] [görev] [etap] - Bir oyuncu için geçerli Sahne Alanı ayarını yapma"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Kullanım: /Görev admini set etabı [oyuncu] [görev] [etap]'
|
||||
COMMAND_QUESTADMIN_PURGE: "temizle"
|
||||
COMMAND_QUESTADMIN_PURGE_HELP: "temizle [oyuncu] - Bir oyuncunun tüm Görev verilerini temizle ve onu karalisteye ekle"
|
||||
COMMAND_QUESTADMIN_RESET: "sıfırla"
|
||||
COMMAND_QUESTADMIN_RESET_HELP: "sıfırla [oyuncu] - Bir oyuncunun tüm görev verilerini silmek"
|
||||
COMMAND_QUESTADMIN_REMOVE: "kaldır"
|
||||
COMMAND_QUESTADMIN_REMOVE_HELP: "kaldır [oyuncu] [görev] - Tamamlanmış bir Görevi bir oyuncudan kaldırma"
|
||||
COMMAND_QUESTADMIN_TOGGLEGUI: "geçiş"
|
||||
COMMAND_QUESTADMIN_TOGGLEGUI_HELP: "togglegui [npc kimliği] - Bir NPC'de GUI Görevi Görüntüleme Açma"
|
||||
COMMAND_QUESTADMIN_RELOAD: "yeniden yükle"
|
||||
COMMAND_QUESTADMIN_RELOAD_HELP: "yeniden - Tüm görevleri yeniden yap"
|
||||
questEditorHeader: "Görev Oluştur"
|
||||
questEditorCreate: "Yeni görev oluştur"
|
||||
questEditorEdit: "Bir görevi düzenle"
|
||||
questEditorDelete: "Görevi sil"
|
||||
questEditorName: "İsim ayarla"
|
||||
questEditorAskMessage: "Mesaj ayarla"
|
||||
questEditorFinishMessage: "Bitiş mesajını ayarla"
|
||||
questEditorRedoDelay: "Yenileme süresini ayarla"
|
||||
questEditorNPCStart: "NPC başlangıcını ayarla"
|
||||
questEditorBlockStart: "Blok başlangıcını ayarla"
|
||||
questEditorInitialEvent: "Başlangıç olayını ayarla"
|
||||
questEditorSetGUI: "GUI item ekranını ayarla"
|
||||
questEditorReqs: "Gereksinimleri düzenle"
|
||||
questEditorStages: "Etapları düzenle"
|
||||
questEditorRews: "Ödülleri düzenle"
|
||||
questEditorEnterQuestName: "Görev adını düzenle ( ya da geri dönmek için 'iptal et')"
|
||||
questEditorEditEnterQuestName: "Yeni görev adını girin ( ya da geri dönmek için 'iptal et')"
|
||||
questEditorEnterAskMessage: "Sorgu mesajını girin (ya da geri dönmek için 'iptal et')"
|
||||
questEditorEnterFinishMessage: "Bitiş mesajının yazın (ya da geri dönmek için 'iptal et')"
|
||||
questEditorEnterRedoDelay: "Yeniden başlatma gecikmesini silmek için süreyi (saniye olarak) 0 ve iptal etmek için -1 değerini girin"
|
||||
questEditorEnterNPCStart: "NPC ID'yi girin, NPC başlangıcını silmek için -1 ya da iptal etmek için -2 girin"
|
||||
questEditorEnterBlockStart: "Bir bloğu başlangıç noktası olarak seçmek için blok üzerine sağ tıklayın, sonra kaydetmek için 'tamam' seçin, ya da başlangıç bloğunu silmek için 'temizle' yazın, veya geri çıkmak için 'iptal et'"
|
||||
questEditorEnterInitialEvent: "Bir Etkinlik adı girin, veya ilk Etkinliği temizlemek için 'temizle' veya geri dönmek için 'İptal'i tıklayın"
|
||||
questRequiredNoneSet: "Gerekli, hiçbiri seçilmedi"
|
||||
questWGSetRegion: "Bölge Ayarla"
|
||||
questWGNotInstalled: "WorldGuard yüklü değil"
|
||||
questWGPrompt: "WorldGuard bölgesini girin veya bölgeyi silmek için 'sil' ya da iptal etmek için 'iptal'."
|
||||
questWGInvalidRegion: "<region> geçerli bir WorldGuard bölgesi değil!"
|
||||
questWGRegionCleared: "Görev bölgesi temizlendi."
|
||||
questCitNotInstalled: "İnsanlar yüklenemedi"
|
||||
questDenNotInstalled: "Vatandaşlar yüklenemedi"
|
||||
questGUIError: 'Hata: Bu öğe zaten GUI arayüzünde kullanılıyor<quest>.'
|
||||
questCurrentItem: "Şuan ki eşya:"
|
||||
questSetItem: "Öğeyi ayarla"
|
||||
questClearItem: "Öğeyi sil"
|
||||
questGUICleared: "Görev, item arayüz ekranından silindi."
|
||||
questDeleted: "Görev silindi! Görevler ve Etkinlikler yeniden yüklendi."
|
||||
questEditorNameExists: "Bu isimde bir görev zaten var!"
|
||||
questEditorBeingEdited: "Birisi bu isimde bir görev oluşturuyor/düzenliyor!"
|
||||
questEditorInvalidQuestName: "İsim nokta ya da virgül içeremez!"
|
||||
questEditorInvalidEventName: "geçerli bir etkinlik adı değil!"
|
||||
questEditorInvalidNPC: "Bu ID'ye sahip bir NPC yok!"
|
||||
questEditorNoStartBlockSelected: "Önce bir blok seçmelisiniz."
|
||||
questEditorPositiveAmount: "Pozitifi bir değer girmelisiniz."
|
||||
questEditorQuestAsRequirement1: "Aşağıdaki görevler mevcut"
|
||||
questEditorQuestAsRequirement2: "gereği:"
|
||||
questEditorQuestAsRequirement3: "Bu görevleri silmeden önce daha sonra kullanılamayacak şekil de değiştirmelisiniz."
|
||||
questEditorQuestNotFound: "Görev bulunamadı!"
|
||||
questEditorEventCleared: "İlk etkinlik silindi."
|
||||
questEditorSave: "Bitir ve kaydet"
|
||||
questEditorNeedAskMessage: "Bir soru mesajı belirlemelisin!"
|
||||
questEditorNeedFinishMessage: "Bir bitirme mesajı ayarlamanız gerekiyor!"
|
||||
questEditorNeedStages: "Görevinin aşamaları yok!"
|
||||
questEditorSaved: "Görev kaydedildi! (Görünmesi için görevi tekrar yüklemeniz gerekecektir)"
|
||||
questEditorExited: "Kaydetmeden çıkmak istediğinizden emin misiniz?"
|
||||
questEditorDeleted: "Görevi silmek istediğinizden emin misiniz"
|
||||
questEditorNoPermsCreate: "Görevleri oluşturmak için izniniz yok."
|
||||
questEditorNoPermsEdit: "Görevleri düzenleme izniniz yok."
|
||||
questEditorNoPermsDelete: "Görevleri silmek için izniniz yok."
|
||||
stageEditorEditStage: "Etap düzenle"
|
||||
stageEditorNewStage: "Yeni etap ekle"
|
||||
stageEditorStages: "Etaplar"
|
||||
stageEditorStage: "Etap"
|
||||
stageEditorBreakBlocks: "Blokları kes"
|
||||
stageEditorDamageBlocks: "Hasar blokları"
|
||||
stageEditorPlaceBlocks: "Yerleştirme Blokları"
|
||||
stageEditorUseBlocks: "Blokları kullan"
|
||||
stageEditorCutBlocks: "Blokları kes"
|
||||
stageEditorCatchFish: "Balık yakala"
|
||||
stageEditorFish: "balık"
|
||||
stageEditorKillPlayers: "Oyuncuları öldür"
|
||||
stageEditorPlayers: "oyuncular"
|
||||
stageEditorEnchantItems: "Büyüleyici öğeler"
|
||||
stageEditorDeliverItems: "Öğeleri teslim et"
|
||||
stageEditorTalkToNPCs: "NPCs ile konuş"
|
||||
stageEditorKillNPCs: "NPCs öldürmek"
|
||||
stageEditorKillMobs: "Çeteleri öldürmek"
|
||||
stageEditorReachLocs: "Konumlarına ulaşmak"
|
||||
stageEditorReachRadii1: "İçinde ulaşmak"
|
||||
stageEditorReachRadii2: "blokları"
|
||||
stageEditorTameMobs: "Uysal çetelerin"
|
||||
stageEditorShearSheep: "Kesme koyun"
|
||||
stageEditorEvents: "Olaylar"
|
||||
stageEditorStageEvents: "Etap etkinlikleri"
|
||||
stageEditorStartEvent: "Etabı başlat"
|
||||
stageEditorStartEventCleared: "Etap başlatma temizlendi."
|
||||
stageEditorFinishEvent: "Bitiş Olayı"
|
||||
stageEditorFinishEventCleared: "Bitiş olayı temizlendi."
|
||||
stageEditorChatEvents: "Olay Sohbetleri"
|
||||
stageEditorChatTrigger: "Sohbet Tetikleyici"
|
||||
stageEditorTriggeredBy: "Tarafından tetiklenen"
|
||||
stageEditorChatEventsCleared: "Sohbet olayları temizlendi."
|
||||
stageEditorDeathEvent: "Ölüm olayı"
|
||||
stageEditorDeathEventCleared: "Ölüm olayı temizlendi."
|
||||
stageEditorDisconnectEvent: "Etkinliği Kes"
|
||||
stageEditorDisconnectEventCleared: "Etkinliği kesme temizlendi."
|
||||
stageEditorDelayMessage: "Gecikme mesajı"
|
||||
stageEditorDenizenScript: "Müdavim Komut Dosyası"
|
||||
stageEditorStartMessage: "Başlatma Mesajı"
|
||||
stageEditorCompleteMessage: "Mesajı Tamamlayınız"
|
||||
stageEditorDelete: "Etabı Sil"
|
||||
stageEditorSetBlockNames: "Blok adını düzenle"
|
||||
stageEditorSetBlockAmounts: "Blok miktarını ayarla"
|
||||
stageEditorSetBlockDurability: "Blok dayanıklılığını ayarla"
|
||||
stageEditorSetDamageAmounts: "Hasar miktarını ayarla"
|
||||
stageEditorSetPlaceAmounts: "Yerleşim yerini ayarla"
|
||||
stageEditorSetUseAmounts: "Kullanım miktarını ayarla"
|
||||
stageEditorSetCutAmounts: "Darbe miktarını ayarla"
|
||||
stageEditorSetKillAmounts: "Öldürme sayısını ayarla"
|
||||
stageEditorSetEnchantAmounts: "Büyüleme sayısını ayarla"
|
||||
stageEditorSetMobAmounts: "Mob miktarını ayarla"
|
||||
stageEditorSetEnchantments: "Büyüleri ayarla"
|
||||
stageEditorSetItemNames: "Öğe isimlerini ayarla"
|
||||
stageEditorSetKillIds: "NPC ID'lerini ayarla"
|
||||
stageEditorSetMobTypes: "Mob tiplerini ayarla"
|
||||
stageEditorSetKillLocations: "Ölüm konumlarını ayarla"
|
||||
stageEditorSetKillLocationRadii: "Ölüm alanlarının yarı çapını ayarla"
|
||||
stageEditorSetKillLocationNames: "Ölüm konumlarının isimlerini ayarla"
|
||||
stageEditorSetLocations: "Konum belirle"
|
||||
stageEditorSetLocationRadii: "Konum yarı çapını ayarla"
|
||||
stageEditorSetLocationNames: "Konum ismini ayarla"
|
||||
stageEditorSetTameAmounts: "Evcilleştirme miktarını ayarla"
|
||||
stageEditorSetShearColors: "Koyun renklerini ayarla"
|
||||
stageEditorSetShearAmounts: "Kırma miktarını ayarla"
|
||||
stageEditorPassword: "Nesnenin şifresi"
|
||||
stageEditorAddPasswordDisplay: "Şifre koyma ekranı"
|
||||
stageEditorAddPasswordPhrases: "Şifre cümlesi/leri ekle"
|
||||
stageEditorNoPasswordDisplays: "Gösterilecek şifre yok seti"
|
||||
stageObjectiveOverride: "Nesne ekranını kapat"
|
||||
stageEditorCustom: "Özel nesneler"
|
||||
stageEditorNoModules: "Hiçbir modül yüklenemedi"
|
||||
stageEditorModuleNotFound: "Özel nesne modülü bulunamadı."
|
||||
stageEditorCustomPrompt: "Eklemek için özel nesnenin adını girin ya da tüm özel nesneleri silmek için 'temizle' tıklayın veya geri dönmek için 'iptal et' tıklayın."
|
||||
stageEditorCustomAlreadyAdded: "Bu özel nesne zaten mevcut!"
|
||||
stageEditorCustomCleared: "Özel nesneler silindi."
|
||||
stageEditorCustomDataPrompt: "<data> için değer girin:"
|
||||
stageEditorEnterBlockNames: "Blok adlarını (ya da ID) girin, her birinin arasına boşluk koyun, ya da geri dönmek için 'iptal et' tıklayın."
|
||||
stageEditorBreakBlocksPrompt: "Darbe miktarını (sayı) girin, her birini boşlukla ayırın ya da geri dönmek için 'iptal et' tıklayın."
|
||||
stageEditorDamageBlocksPrompt: "Darbe miktarını (sayı olarak) girin, her bir değeri boşlukla ayırın veya geri dönmek için 'iptal et' tıklayın."
|
||||
stageEditorPlaceBlocksPrompt: "Konum değerlerini (sayı olarak) girin, her bir değeri boşlukla ayırın veya geri dönmek için 'iptal et' tıklayın."
|
||||
stageEditorUseBlocksPrompt: "Kullanım miktarlarını (sayı olarak) girin, her bir değeri boşlukla ayırın veya geri dönmek için 'iptal et' tıklayın."
|
||||
stageEditorCutBlocksPrompt: "Kırma miktarını (sayı olarak) girin, değerleri boşlukla ayırın ya da geri dönmek için 'iptal et' tıklayın."
|
||||
stageEditorEnterBlockDurability: "Kırılganlık miktarını (sayı olarak) girin, değerleri boşluk ile ayırın ya da geri dönmek için 'iptal et' tıklayın."
|
||||
stageEditorCatchFishPrompt: "Tutulacak balık sayısını girin ya da 0 yazarak balık tutma hedefini silin veya -1 yazarak iptal edin"
|
||||
stageEditorKillPlayerPrompt: "Öldürülecek oyuncu sayısını girin ya da 0 yazarak öldürülecek oyuncu değerini silin veya -1 yazarak iptal edin"
|
||||
stageEditorEnchantTypePrompt: "Her birini virgülle ayırarak büyü isimlerini girin ya da geri dönmek için 'iptal et' tıklayın."
|
||||
stageEditorEnchantAmountsPrompt: "Büyülenen miktarı (sayı olarak) girin, her birini boşlukla ayırın ya da geri dönmek için 'iptal et' tıklayın."
|
||||
stageEditorItemNamesPrompt: "Her birini boşlukla ayırarak öğe isimlerini girin ya da geri dönmek için 'iptal et' tıklayın."
|
||||
stageEditorNPCPrompt: "Her birini boşlukla ayırarak NPC ID'lerini girin ya da geri dönmek için 'iptal et' tıklayın."
|
||||
stageEditorNPCToTalkToPrompt: "NPC kimlik numaralarını girin, her birini bir boşlukla ayırın, veya NPC kimliği listesini temizlemek için 'temizle', veya geri dönmek için 'iptal et' komutunu girin."
|
||||
stageEditorDeliveryMessagesPrompt: "Teslimat mesajlarını girin, her birini bir sembol ile ayırarak, veya geri dönmek için 'iptal et'i girin."
|
||||
stageEditorKillNPCsPrompt: "Kaçak miktarlarını (sayıları) girin, her birini bir boşlukla ayırın, veya geri dönmek için 'iptal et' girin."
|
||||
stageEditorMobsPrompt: "Her birini bir boşlukla ayıran mafya adlarını girin, veya geri dönmek için 'iptal et' girin"
|
||||
stageEditorMobAmountsPrompt: "Her birini bir boşlukla ayıran mafya tutarlarını girin, veya geri dönmek için 'iptal et' girin"
|
||||
stageEditorMobLocationPrompt: "Seçmek için bir bloğu sağ tıklayın, ardından onu öldürme yeri listesine eklemek için 'ekle' yazın, veya geri dönmek için 'İptal'i girin"
|
||||
stageEditorMobLocationRadiiPrompt: "Her birini bir boşlukla ayıran öldürme yeri yarıçapı (blok sayısı) girin, veya geri dönmek için 'iptal et' girin"
|
||||
stageEditorMobLocationNamesPrompt: "Her birini virgül ile ayıran konum adlarını girin, veya geri dönmek için 'iptal et' girin"
|
||||
stageEditorReachLocationPrompt: "Bir bloğu seçmek için sağ tıklayın, sonra da erişim yeri listesine eklemek için 'ekle' yazın, veya geri dönmek için 'İptal'i girin"
|
||||
stageEditorReachLocationRadiiPrompt: "Her birini bir boşlukla ayıran erişim konumu yarıçapı (blok sayısı) girin, veya geri dönmek için 'iptal et' girin"
|
||||
stageEditorReachLocationNamesPrompt: "Her birini virgül ile ayıran konum adlarını girin, veya geri dönmek için 'iptal et' girin"
|
||||
stageEditorTameAmountsPrompt: "Her birini bir boşlukla ayıran mafya tutarlarını girin, veya geri dönmek için 'iptal et' girin"
|
||||
stageEditorShearColorsPrompt: "Her birini bir boşlukla ayıran koyun renklerini girin, veya geri dönmek için 'iptal et' girin"
|
||||
stageEditorShearAmountsPrompt: "Her birini boşluklarla ayıran makaslama miktarlarını girin, veya geri dönmek için 'iptal et' girin"
|
||||
stageEditorEventsPrompt: "Bir etkinlik adı girin, veya etkinliği silmek için 'temizle', veya geri dönmek için 'İptal'i girin"
|
||||
stageEditorChatEventsPrompt: "Eklemek için bir etkinlik adı girin, veya tüm sohbet etkinliklerini temizlemek için 'temizle', veya geri dönmek için 'İptal'i girin"
|
||||
stageEditorChatEventsTriggerPromptA: "Sohbet tetikleyici için girin"
|
||||
stageEditorChatEventsTriggerPromptB: "veya dönmek için ' İptal' girin."
|
||||
stageEditorDelayPrompt: "Zamanı (saniye olarak) girin, veya gecikmeyi silmek için 'temizle', veya geri dönmek için 'iptal et'"
|
||||
stageEditorDelayMessagePrompt: "Gecikme mesajı girin, veya mesajı silmek için 'temizle', veya geri dönmek için 'İptal'i girin"
|
||||
stageEditorScriptPrompt: "Komut dosyası adını girin, veya komut dosyasını temizlemek için 'temizle' yazın, veya geri dönmek için 'iptal et'"
|
||||
stageEditorStartMessagePrompt: "Başlangıç mesajını girin, veya mesajı silmek için 'temizle', veya geri dönmek için 'İptal'i girin"
|
||||
stageEditorCompleteMessagePrompt: "Komple mesajı girin, veya mesajı silmek için 'temizle', veya geri dönmek için 'İptal'i girin"
|
||||
stageEditorPasswordDisplayPrompt: "Bir şifre ekranı girin veya geri dönmek için 'iptal et'"
|
||||
stageEditorPasswordDisplayHint: "(Bu, oyuncunun hedefi olarak gösterilecek metin)"
|
||||
stageEditorPasswordPhrasePrompt: "Bir şifre öbeği girin, veya geri dönmek için 'iptal et'"
|
||||
stageEditorPasswordPhraseHint1: "(Bu, nesneyi tamamlamak için bir oyuncunun söyleyeceği metindir)"
|
||||
stageEditorPasswordPhraseHint2: "Birden fazla şifre cümlesi istiyorsanız, onları bir arada ayırmak | (boru)"
|
||||
stageEditorObjectiveOverridePrompt: "Nesnel ekran geçersiz kılma girin, veya geçersiz kılmayı temizlemek için 'temizle', ya da geri dönmek için 'iptal et'."
|
||||
stageEditorObjectiveOverrideHint: "(Nesnel ekran geçersiz kılma, oyuncuların mevcut hedefi olarak görünecektir)"
|
||||
stageEditorObjectiveOverrideCleared: "Nesnel ekran geçersiz kılma temizlendi."
|
||||
stageEditorDeliveryAddItem: "Öğe ekle"
|
||||
stageEditorDeliveryNPCs: "NPC kimliklerini ayarla"
|
||||
stageEditorDeliveryMessages: "Teslimat mesajlarını ayarla"
|
||||
stageEditorContainsDuplicates: "Listede kopyalar var!"
|
||||
stageEditorInvalidBlockName: "geçerli bir engelleme adı değil!"
|
||||
stageEditorInvalidEnchantment: "geçerli bir büyü adı değil!"
|
||||
stageEditorInvalidNPC: "geçerli bir NPC Kimliği değil!"
|
||||
stageEditorInvalidMob: "geçerli bir mafya adı değil!"
|
||||
stageEditorInvalidItemName: "geçerli bir öğe adı değil!"
|
||||
stageEditorInvalidNumber: "bir sayı değil!"
|
||||
stageEditorInvalidDye: "geçerli bir boya rengi değil!"
|
||||
stageEditorInvalidEvent: "geçerli bir etkinlik adı değil!"
|
||||
stageEditorDuplicateEvent: "Olay zaten listede!"
|
||||
stageEditorInvalidDelay: "Gecikme en az bir saniye olmalıdır!"
|
||||
stageEditorInvalidScript: "Müdavim komut dosyası bulunamadı!"
|
||||
stageEditorNoCitizens: "Vatandaşlar yüklü değil!"
|
||||
stageEditorNoDenizen: "Müdavim yüklü değil!"
|
||||
stageEditorPositiveAmount: "Pozitif bir sayı girmelisiniz!"
|
||||
stageEditorNoNumber: "Giriş bir numara değildi!"
|
||||
stageEditorNotGreaterThanZero: "0'dan büyük değil!"
|
||||
stageEditorNotListofNumbers: "Geçersiz değer, girdiğiniz bir sayı değil!"
|
||||
stageEditorNoDelaySet: "Önce gecikme değerini ayarlamalısınız!"
|
||||
stageEditorNoBlockNames: "Önce blok isimlerini ayarlamalısınız!"
|
||||
stageEditorNoEnchantments: "Önce büyüleri ayarlamalısınız!"
|
||||
stageEditorNoItems: "Önce öğeler eklemelisiniz!"
|
||||
stageEditorNoDeliveryMessage: "En az bir tane karşılama mesajı ayarlamalısınız!"
|
||||
stageEditorNoNPCs: "Önce NPC ID'lerini ayarlamalısınız!"
|
||||
stageEditorNoMobTypes: "Önce mob türlerini ayarlamalısınız!"
|
||||
stageEditorNoKillLocations: "Önce ölüm konumlarını ayarlamalısınız!"
|
||||
stageEditorNoBlockSelected: "Önce bir blok seçmelisiniz."
|
||||
stageEditorNoColors: "Önce bir renk ayarlamalısınız!"
|
||||
stageEditorNoLocations: "Önce bir konum ayarlamalısınız!"
|
||||
stageEditorNoEnchantmentsSet: "Büyüleme seti yok"
|
||||
stageEditorNoItemsSet: "Öğeler seti yok"
|
||||
stageEditorNoMobTypesSet: "Mob türü seti yok"
|
||||
stageEditorNoLocationsSet: "Yer ayarlanamadı"
|
||||
stageEditorNoColorsSet: "Renk seti yok"
|
||||
stageEditorListNotSameSize: "Blok isimler listesi ve miktarlar listesi aynı büyüklükte değil!"
|
||||
stageEditorEnchantmentNotSameSize: "Büyüleme listesi madde kimliği listesi ve büyü miktarı listesi aynı büyüklükte değil!"
|
||||
stageEditorDeliveriesNotSameSize: "Öge listesi ve NPC listesi aynı boyutta değiller!"
|
||||
stageEditorNPCKillsNotSameSize: "NPC Kimlik listesi ve yoketme liste dosyası aynı boyutta değil!"
|
||||
stageEditorAllListsNotSameSize: "Tüm listeleriniz aynı boyutta değil!"
|
||||
stageEditorMobTypesNotSameSize: "Mob türü listesi ve mob miktar listesi aynı boyutta değil!"
|
||||
stageEditorTameMobsNotSameSize: "Mob türü listesi ve ebat ayar listesi aynı değl!"
|
||||
stageEditorShearNotSameSize: "Kuzu renkler liscetsi ve miktarlar listesi aynı boyutta değil!"
|
||||
stageEditorMustSetPasswordDisplays: "Önce en az bir şifre görüntüsü eklemelisiniz!"
|
||||
stageEditorAddPasswordCleared: "Şifre Objektifleri silindi."
|
||||
stageEditorPasswordNotSameSize: "Şifre değistirme görünümü ve şifre ifade listeleri aynı boyutta değiller!"
|
||||
stageEditorListContainsDuplicates: " Liste kopyalar içermekte!"
|
||||
stageEditorDelayCleared: "Gecikme silindi."
|
||||
stageEditorDelayMessageCleared: "Gecikme mesajı silindi."
|
||||
stageEditorDenizenCleared: "Müdavim senaryosu kaldırıldı."
|
||||
stageEditorBreakBlocksCleared: "Bozuk blok amaçları temizlendi."
|
||||
stageEditorDamageBlocksCleared: "Hasar blok amaçları temizlendi."
|
||||
stageEditorPlaceBlocksCleared: "Blokları nesnelerle temizle."
|
||||
stageEditorUseBlocksCleared: "Nesnel temizlenmiş blokları kullanın."
|
||||
stageEditorCutBlocksCleared: "Kesme bloklar objektif temizlendi."
|
||||
stageEditorEnchantmentsCleared: "Enchantment objective cleared."
|
||||
stageEditorDeliveriesCleared: "Teslimat amacı temizlendi."
|
||||
stageEditorReachLocationsCleared: "Ulaşım noktaları temizlendi."
|
||||
stageEditorKillNPCsCleared: "NPC'leri öldürmek için objektifi temizle."
|
||||
stageEditorKillMobsCleared: "Ölü Moblar temizlendi."
|
||||
stageEditorTameCleared: "Uysal çeteler opjektiften temizlendi."
|
||||
stageEditorShearCleared: "Mola bloklar objektiften temizlendi."
|
||||
stageEditorStartMessageCleared: "Karşılama mesajı silindi."
|
||||
stageEditorCompleteMessageCleared: "Mesaj silme tamamlandı."
|
||||
stageEditorConfirmStageDelete: "Bu aşamayı silmek istediğinizden emin misiniz?"
|
||||
stageEditorConfirmStageNote: "Ardından herhangi bir aşama geriye bir noktaya kaydırılır"
|
||||
stageEditorDeleteSucces: "Seviye başarıyla silindi."
|
||||
stageEditorEnchantments: "Büyüler"
|
||||
stageEditorNPCNote: 'Not: NPC''nin adını aşağıdaki ile belirtebilirsiniz <npc>'
|
||||
stageEditorOptional: "İsteğe bağlı"
|
||||
stageEditorColors: "Koyun renkleri"
|
||||
allListsNotSameSize: "Tüm listeleriniz aynı boyutta değil!"
|
||||
eventEditorCreate: "Yeni olay oluşturma"
|
||||
eventEditorEdit: "Bir etkinliği düzenlemek"
|
||||
eventEditorDelete: "Etkinlik silme"
|
||||
eventEditorCreatePermisssions: "Yeni Etkinlikler oluşturmaya izin yok."
|
||||
eventEditorEditPermisssions: "Görevleri düzenleme izniniz yok."
|
||||
eventEditorDeletePermisssions: "Görevleri silmek için izniniz yok."
|
||||
eventEditorNoneToEdit: "Düzenlenecek etkinlik yok!"
|
||||
eventEditorNoneToDelete: "Şu anda silinen hiçbir Etkinlik yok!"
|
||||
eventEditorNotFound: "Etkinlik bulunamadı!"
|
||||
eventEditorExists: "Etkinlik zaten var!"
|
||||
eventEditorSomeone: "Birisi zaten o isimle bir Etkinlik oluşturuyor veya onu düzenliyor!"
|
||||
eventEditorAlpha: "İsim alfasayısal olmalı!"
|
||||
eventEditorErrorReadingFile: "Etkinlikler dosyası okunurken hata oluştu."
|
||||
eventEditorErrorSaving: "Kaydederken bir hata oluştu."
|
||||
eventEditorDeleted: "Olay silindi, Görevler ve Olaylar yeniden yüklendi."
|
||||
eventEditorSaved: "Olay kaydedildi, Görevler ve Olaylar yeniden yüklendi."
|
||||
eventEditorEnterEventName: "Bir Etkinlik adı girin veya geri dönmek için 'iptal et'."
|
||||
eventEditorDeletePrompt: "Etkinliği silmek istediğinizden emin misiniz"
|
||||
eventEditorQuitWithoutSaving: "Kaydetmeden çıkmak istediğinizden emin misiniz?"
|
||||
eventEditorFinishAndSave: "Etkinliği bitirmek ve kaydetmek istediğinizden emin misiniz"
|
||||
eventEditorModifiedNote: 'Not: Aşağıdaki Görevlerin kullandığı bir Olayı değiştirdiniz:'
|
||||
eventEditorForcedToQuit: "Olayı kaydederseniz, bu Görevleri aktif olarak yapan herkes onlardan çıkmak zorunda kalacaktır."
|
||||
eventEditorEventInUse: "Aşağıdaki Görevler Etkinliği kullanıyor"
|
||||
eventEditorMustModifyQuests: "olayDüzenleyicisiBulunamadı"
|
||||
eventEditorListSizeMismatch: "Listeler aynı boyutta değil!"
|
||||
eventEditorListDuplicates: "Listede kopyalar var!"
|
||||
eventEditorNotANumberList: "Giriş bir sayı listesi değildi!"
|
||||
eventEditorInvalidEntry: "Geçersiz giriş"
|
||||
eventEditorSetName: "Etap adı"
|
||||
eventEditorSetMessage: "Etap mesajı"
|
||||
eventEditorClearInv: "Oyuncu envanterini temizle"
|
||||
eventEditorFailQuest: "Görev başarısız"
|
||||
eventEditorSetExplosions: "Patlama yerlerini ayarla"
|
||||
eventEditorSetLightning: "Yıldırım çarpması konumlarını ayarla"
|
||||
eventEditorSetEffects: "Ayarlama efektleri"
|
||||
eventEditorSetStorm: "Fırtınayı ayarla"
|
||||
eventEditorSetThunder: "Gök gürültüsünü ayarla"
|
||||
eventEditorSetMobSpawns: "Mafyanın yumurtalarını ayarla"
|
||||
eventEditorSetPotionEffects: "Iksir etkilerini ayarla"
|
||||
eventEditorSetHunger: "Açlık seviyesini ayarla"
|
||||
eventEditorSetSaturation: "Oyuncu doygunluk seviyesini ayarla"
|
||||
eventEditorSetHealth: "Oyuncu sağlık seviyesini ayarla"
|
||||
eventEditorEnterTimerSeconds: "Görev başarısız olmadan önce kalan saniye sayısını ayarlayın (zamanlayıcıları iptal etmek için iptal zamanı olayını kullanın)"
|
||||
eventEditorSetTimer: "Görevin başarısız olacağı zamanı ayarla"
|
||||
eventEditorCancelTimer: "Görev zamanlayıcısını iptal etme"
|
||||
eventEditorSetTeleport: "Oyuncu ışınlanma konumunu ayarla"
|
||||
eventEditorSetCommands: "Çalıştırılacak komutları ayarla"
|
||||
eventEditorItems: "Etkinlik öğeleri"
|
||||
eventEditorSetItems: "Nesne ver"
|
||||
eventEditorItemsCleared: "Etkinlik öğeleri temizlendi."
|
||||
eventEditorAddItem: "Nesne ekle"
|
||||
eventEditorSetItemNames: "Nesnelere isim ver"
|
||||
eventEditorSetItemAmounts: "Öge miktarlarını ayarla"
|
||||
eventEditorNoNames: "Adlar ayarlanmadı"
|
||||
eventEditorMustSetNames: "Önce öğe adlarını ayarla!"
|
||||
eventEditorInvalidName: "geçerli bir öğe adı değil!"
|
||||
eventEditorNotGreaterThanZero: "0'dan büyük değil!"
|
||||
eventEditorNotANumber: "bir sayı değil!"
|
||||
eventEditorStorm: "Kıyamet Karşılaşması"
|
||||
eventEditorSetWorld: "Dünya kur"
|
||||
eventEditorSetDuration: "Süre ayarla"
|
||||
eventEditorNoWorld: "(Hiçbir dünya ayarlanmadı)"
|
||||
eventEditorSetWorldFirst: "Önce bir dünya kurmalısınız!"
|
||||
eventEditorInvalidWorld: "geçerli bir dünya adı değil!"
|
||||
eventEditorMustSetStormDuration: "Saldırı süresini ayarlamalısınız!"
|
||||
eventEditorStormCleared: "Saldırı verileri silindi."
|
||||
eventEditorEnterStormWorld: "Saldırıyı gerçekleştirmek için bir dünya adı girin ya da geri dönmek için 'iptal et' tıklayın"
|
||||
eventEditorEnterDuration: "Süreyi girin (saniye olarak)"
|
||||
eventEditorAtLeastOneSecond: "Süre en az 1 saniye olmalıdır!"
|
||||
eventEditorNotGreaterThanOneSecond: "1 saniyeden büyük değil!"
|
||||
eventEditorThunder: "Yıldırım Maçı"
|
||||
eventEditorMustSetThunderDuration: "Saldırı süresini ayarlamalısınız!"
|
||||
eventEditorThunderCleared: "Saldırı verileri silindi."
|
||||
eventEditorEnterThunderWorld: "Saldırıyı gerçekleştirmek için dünya ismini girin ya da geri dönmek için 'iptal et' tıklayın"
|
||||
eventEditorEffects: "Etkinlik Etkileri"
|
||||
eventEditorAddEffect: "Efekt ekle"
|
||||
eventEditorAddEffectLocation: "Efekt konumu ekle"
|
||||
eventEditorNoEffects: "Hiçbir efekt seçilmedi"
|
||||
eventEditorMustAddEffects: "Önce efektler eklemelisiniz!"
|
||||
eventEditorInvalidEffect: "geçerli bir efekt ismi değil!"
|
||||
eventEditorEffectsCleared: "Etkinlik efektleri temizlendi."
|
||||
eventEditorEffectLocationPrompt: "Bir efekti çalmak için bir bloğa sağ tıklayın, ardından listeye eklemek için 'ekle' yazın ya da geri dönmek için 'iptal'i girin"
|
||||
eventEditorMobSpawns: "Karşılaşma Mob yumurtaları"
|
||||
eventEditorAddMobTypes: "Mob ekle"
|
||||
eventEditorNoTypesSet: "(Tür seçilmedi)"
|
||||
eventEditorMustSetMobTypesFirst: "Önce mob türünü ayarlamalısın!"
|
||||
eventEditorSetMobAmounts: "Mob miktarını ayarla"
|
||||
eventEditorNoAmountsSet: "(Miktar seçilmedi)"
|
||||
eventEditorMustSetMobAmountsFirst: "Önce mob miktarını ayarlamalısın!"
|
||||
eventEditorAddSpawnLocation: "Spawn konumlarını seç"
|
||||
eventEditorMobSpawnsCleared: "Mob yumurtaları temizlendi."
|
||||
eventEditorMustSetMobLocationFirst: "Önce yumurtlama konumlarını seçmelisiniz!"
|
||||
eventEditorInvalidMob: "geçerli bir mob adı değil!"
|
||||
eventEditorSetMobName: "Mob için özel isim ayarla"
|
||||
eventEditorSetMobType: "Mob türünü seç"
|
||||
eventEditorSetMobItemInHand: "Eldeki öğeyi seç"
|
||||
eventEditorSetMobItemInHandDrop: "Öğenin elinden düşme şansını ayarla"
|
||||
eventEditorSetMobBoots: "Ayakkabıları ayarla"
|
||||
eventEditorSetMobBootsDrop: "Ayakkabıların yok olma şansını ayarla"
|
||||
eventEditorSetMobLeggings: "Tozlukları ayarla"
|
||||
eventEditorSetMobLeggingsDrop: "Tozlukların düşme şansını ayarla"
|
||||
eventEditorSetMobChestPlate: "Göğüs zırhını ayarla"
|
||||
eventEditorSetMobChestPlateDrop: "Göğüs zırhının yok olma ihtimalini ayarla"
|
||||
eventEditorSetMobHelmet: "Kask'ı ayarla"
|
||||
eventEditorSetMobHelmetDrop: "Kaskın düşme ihtimalini ayarla"
|
||||
eventEditorSetMobSpawnLoc: "Mob'u yumurtlamak için bir bloğa sağ tıklayın, sonra onay kutusunda 'ekle' seçin ya da geri dönmek için 'iptal et' tıklayın"
|
||||
eventEditorSetMobSpawnAmount: "Moblar için yumurtlama miktarını ayarla"
|
||||
eventEditorSetDropChance: "Düşüş şansını ayarla"
|
||||
eventEditorInvalidDropChance: "Düşüş şansı 0 ile 1,0 arasında olmalı"
|
||||
eventEditorLightningPrompt: "Adresine bir yıldırım çarpması için bir bloğu sağ tıklayın, sonra listeye eklemek için 'ekle' yazın ya da yer listelerini temizlemek için 'temizle' veya geri dönmek için 'iptal'i girin"
|
||||
eventEditorPotionEffects: "Olay iksiri etkileri"
|
||||
eventEditorSetPotionEffectTypes: "İksir etki türlerini ayarla"
|
||||
eventEditorMustSetPotionTypesFirst: "Önce iksir etki türlerini ayarlamalısınız!"
|
||||
eventEditorSetPotionDurations: "İksir etki sürelerini ayarla"
|
||||
eventEditorMustSetPotionDurationsFirst: "Önce iksir etki sürelerini ayarlamalısınız!"
|
||||
eventEditorMustSetPotionTypesAndDurationsFirst: "Önce iksir etki türlerini ve sürelerini ayarlamalısınız!"
|
||||
eventEditorNoDurationsSet: "(Süreler ayarlanmadı)"
|
||||
eventEditorSetPotionMagnitudes: "İksir etkisi büyüklüklerini ayarla"
|
||||
eventEditorPotionsCleared: "İksir etkileri temizlendi."
|
||||
eventEditorInvalidPotionType: "geçerli bir iksir etkisi türü değil!"
|
||||
eventEditorEnterNPCId: "NPC kimliğini gir (veye dönmek için -1)"
|
||||
eventEditorNoNPCExists: "Bu ID'ye sahip bir NPC yok!"
|
||||
eventEditorExplosionPrompt: "Bir patlama meydana getirmek için bir bloğu sağ tıklayın, sonra listeye eklemek için 'ekle' yazın ya da patlama listesini temizlemek için 'temizle' veya geri dönmek için iptale giriniz"
|
||||
eventEditorSelectBlockFirst: "Önce bir blok seçmelisin."
|
||||
eventEditorSetMessagePrompt: "Mesajı girin veya silmek için 'yok' yok yazın (veya geri dönmek için 'iptal et')"
|
||||
eventEditorSetItemNamesPrompt: "Her birini birer boşlukla ayıran öğe adlarını girin veya geri dönmek için iptale girin."
|
||||
eventEditorSetItemAmountsPrompt: "Kullanım miktarı (sayı olarak) girinti, onun, bir değeri boşlukla ayırın veya geri dönmek için 'iptal et'e tıklayın."
|
||||
eventEditorSetMobTypesPrompt: "Mafya adına girin veya geri dönmek için 'iptal et' i girin"
|
||||
eventEditorSetMobAmountsPrompt: "Çete tutarını girin veya geri dönmek için iptal et'i girin"
|
||||
eventEditorSetMobNamePrompt: "Bu mafya için adı ayarlayın veya geri dönmek için iptal yazın"
|
||||
eventEditorSetMobLocationPrompt: "Bir bloğu seçmek için sağ tıklayın, sonra da erişim yeri listesine eklemek için ekle yazın, yada geri dönmek için iptal yazın"
|
||||
eventEditorSetPotionEffectsPrompt: "Bir tek boşlukla ayıran öğe adlarını girin veya geri dönmek için iptale girin"
|
||||
eventEditorSetPotionDurationsPrompt: "Kırılganlık miktarı (sayı olarak) girin, değeri boşluk ile ayırın ya da geri dönmek için iptale tıklayın"
|
||||
eventEditorSetPotionMagnitudesPrompt: "Bir tek boşlukla ayıran öğe adlarını gir veya geri dönmek için iptale girin"
|
||||
eventEditorSetHungerPrompt: "Açlık seviyesine girin veya kaldırmak için -1"
|
||||
eventEditorHungerLevelAtLeastZero: "Açlık seviyesi en az 0 olmalı!"
|
||||
eventEditorSetSaturationPrompt: "Açlık seviyesine getirmek veya kaldırmak için -1"
|
||||
eventEditorSaturationLevelAtLeastZero: "Doygunluk seviyesi en az 0 olmalı!"
|
||||
eventEditorSetHealthPrompt: "Açlık seviyesine getirmek veya kaldırmak için -1"
|
||||
eventEditorHealthLevelAtLeastZero: "Sağlık düzeyi en az 0 olmalı!"
|
||||
eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to, then enter 'done' to finish, or enter 'clear' to clear the teleport location, or 'cancel' to return"
|
||||
eventEditorCommandsNote: 'Note: You may use <player> to refer to the player''s name.'
|
||||
eventEditorSetCommandsPrompt: "Her birini virgülle ayıran komutları girin veya listeyi temizlemek için temizle değerini girin veya geri dönmek için iptal komutunu girin."
|
||||
reqSetMoney: "Para gereksinimini ayarla"
|
||||
reqSetQuestPoints: "Görev puanını belirleme gereksinimi"
|
||||
reqSetItem: "Öğe gereksinimi ayarlayın"
|
||||
reqSetPerms: "Gerekli izinleri ayarla"
|
||||
reqSetQuest: "Görev şartlarını ayarla"
|
||||
reqSetQuestBlocks: "Görev bloklarını ayarla"
|
||||
reqSetMcMMO: "McMMO şartlarını ayarla"
|
||||
reqSetHeroes: "Kahraman şartlarını ayarla"
|
||||
reqSetCustom: "Özel şartlar"
|
||||
reqSetFail: "Başarısız olma şartı mesajını ayarla"
|
||||
reqSetSkills: "Becerileri ayarla"
|
||||
reqSetSkillAmounts: "Beceri sayısını ayarla"
|
||||
reqHeroesSetPrimary: "Temel becerileri ayarla"
|
||||
reqHeroesSetSecondary: "İkincil becerileri ayarla"
|
||||
reqMoneyPrompt: "<money> miktarını girin ya da 0 yazarak para şartını kaldırın veya -1 yazarak iptal edin"
|
||||
reqQuestPointsPrompt: "Görev puanını girin ya da görev puanı şartını kaldırmak için 0 yazın veya -1 yazarak iptal edin"
|
||||
reqQuestPrompt: "Görev isimlerini <comma> ile ayırarak girin ya da listeyi temizlemek için 'temizle' tıklayın veya geri dönmek için 'iptal' tıklayın."
|
||||
reqRemoveItemsPrompt: "Doğru/yanlış listelerini boşlukla ayırarak giriniz."
|
||||
reqPermissionsPrompt: "Her birini boşlukla ayırarak izin gereksinimlerini girin ya da listeyi silmek için 'temizle' veya geri dönmek için 'iptal' tıklayın."
|
||||
reqCustomPrompt: "Eklenecek özel şart ismini girin ya da tüm gereksinimlerin silinmesi için 'temizle' veya geri dönmek için 'iptal' tıklayın."
|
||||
reqMcMMOPrompt: "Her birini boşlukla ayırarak mcMMO becerilerini girin ya da listeyi temizlemek için 'temizle' veya geri dönmek için 'iptal' tıklayın."
|
||||
reqMcMMOAmountsPrompt: "Aralarına boşluk koyarak mcMMO becerilerini girin ya da listeyi temizlemek için 'temizle' veya geri dönmek için 'iptal' tıklayın."
|
||||
reqHeroesPrimaryPrompt: "Temel kahramanların isimlerini girin ya da bu şartı silmek için 'temizle' veya geri dönmek için 'iptal' seçin."
|
||||
reqHeroesSecondaryPrompt: "Yedek kahramanların isimlerini girin ya da bu şartı kaldırmak için 'clear' veya geri dönmek için 'iptal' seçin."
|
||||
reqFailMessagePrompt: "Başarılamayan koşul mesajını girin ya da geri dönmek için 'iptal' tıklayın."
|
||||
reqAddItem: "Öğe ekle"
|
||||
reqSetRemoveItems: "İtemleri sil"
|
||||
reqNoItemsSet: "Öğe seti yok"
|
||||
reqNoValuesSet: "Hiçbir değer ayarlanmadı"
|
||||
reqHeroesPrimaryDisplay: "Temel:"
|
||||
reqHeroesSecondaryDisplay: "Yedek:"
|
||||
reqGreaterThanZero: "Değer 0'dan büyük olmalı!"
|
||||
reqNotAQuestName: "<quest> bir görev adı değil!"
|
||||
reqItemCleared: "Öğe koşulları silindi."
|
||||
reqListsNotSameSize: "Öğe listesi ve öğleri kaldırma listesi aynı boyutta değil!"
|
||||
reqTrueFalseError: '<input> doğru ya da yanlış bir değer değil!%br%Eörnek: doğru yanlış doğru doğru'
|
||||
reqCustomAlreadyAdded: "Bu özel koşul zaten ekli!"
|
||||
reqCustomNotFound: "Özel koşul parçası bulunamadı."
|
||||
reqCustomCleared: "Özel koşullar silindi."
|
||||
reqMcMMOError: "<input> mcMMo beceri ismi değil!"
|
||||
reqMcMMOCleared: "mcMMO beceri koşulu kaldırıldı."
|
||||
reqMcMMOAmountsCleared: "mcMMO beceri miktar sınırı kaldırıldı."
|
||||
reqHeroesNotPrimary: "<class> temel sınıf değil!"
|
||||
reqHeroesPrimaryCleared: "Temel kahraman şartı kaldırıldı."
|
||||
reqHeroesNotSecondary: "<class> yedek sınıf değil!"
|
||||
reqHeroesSecondaryCleared: "Yedek kahraman şartı kaldırıldı."
|
||||
reqHeroesClassNotFound: "Sınıf bulunamadı!"
|
||||
reqNone: "Gereksinim kümesi yok"
|
||||
reqNotANumber: "<input> bir sayı değil!"
|
||||
reqMustAddItem: "Önce en az bir nesne eklemeniz gerekiyor!"
|
||||
reqNoMessage: "Başarısız olunan koşul mesajını ayarlamalısınız!"
|
||||
reqNoMcMMO: "mcMMO yüklü değil"
|
||||
reqNoHeroes: "Kahramanlar yüklü değil"
|
||||
rewSetMoney: "Para ödülünü ayarla"
|
||||
rewSetQuestPoints: "Görev puanlarını ödüllendir"
|
||||
rewSetItems: "Öğe hediye ayarla"
|
||||
rewSetExperience: "Deneyim ödüllerini belirle"
|
||||
rewSetCommands: "Komut ödüllerini ayarla"
|
||||
rewSetPermission: "İzin ödüllerini ayarla"
|
||||
rewSetMcMMO: "McMMO beceri ödüllerini ayarla"
|
||||
rewSetHeroes: "Kahramanlar deneyim ödüllerini ayarla"
|
||||
rewSetPhat: "PhatLoot ödüllerini ayarla"
|
||||
rewSetCustom: "Özel Ödülleri Ayarla"
|
||||
rewSetHeroesClasses: "Sınıfları ayarla"
|
||||
rewSetHeroesAmounts: "Deneyim miktarlarını ayarla"
|
||||
rewMoneyPrompt: "<money> miktarını girin, ya da para ödülünü silmek için 0, veya iptal etmek için -1 yazın"
|
||||
rewExperiencePrompt: "Deneyim miktarını girin, ya da deneyim ödülünü silmek için 0, veya iptal etmek için -1 yazın"
|
||||
rewCommandPrompt: "Enter command rewards separating each one by a <comma>, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
rewCommandPromptHint: 'Note: You may put <player> to specify the player who completed the Quest. e.g. smite <player>'
|
||||
rewPermissionsPrompt: "Her birini bir boşlukla ayıran izin ödüllerini girin veya listeyi temizlemek için temizleme değerini girin veya geri dönmek için iptale girin."
|
||||
rewQuestPointsPrompt: "Görev puanını girin ya da görev puanı şartını kaldırmak için 0 yazın veya -1 yazarak iptal edin"
|
||||
rewMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'cancel' to return."
|
||||
rewMcMMOPromptHint: 'Note: Typing ''All'' will give levels to all skills.'
|
||||
rewHeroesClassesPrompt: "Her birini boşluklarla ayıran kahramanların derslerine girin veya geri dönmek için iptali girin."
|
||||
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed) separating each one by a space, or enter 'cancel' to return."
|
||||
rewPhatLootsPrompt: "Enter PhatLoots separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
rewCustomRewardPrompt: "Enter the name of a custom reward to add, or enter 'clear' to clear all custom rewards, or 'cancel' to return."
|
||||
rewItemsCleared: "Öğe ödülleri temizlendi."
|
||||
rewNoMcMMOSkills: "Beceriler ayarlanmadı"
|
||||
rewNoHeroesClasses: "Sınıflar ayarlanmadı"
|
||||
rewSetMcMMOSkillsFirst: "Önce becerileri ayarlamalısınız!"
|
||||
rewMcMMOCleared: "mcMMO ödülleri temizlendi."
|
||||
rewMcMMOListsNotSameSize: "Beceriler listesi ve beceri miktar listesi aynı boyutta değil!"
|
||||
rewSetHeroesClassesFirst: "Önce sınıfları ayarlamalısınız!"
|
||||
rewHeroesCleared: "Kahramanlar ödülleri temizlendi."
|
||||
rewHeroesListsNotSameSize: "Sınıf listesi ve deneyim miktarları listesi aynı boyutta değil!"
|
||||
rewHeroesInvalidClass: "<input> is not a valid Heroes class name!"
|
||||
rewPhatLootsInvalid: "<input> is not a valid PhatLoot name!"
|
||||
rewPhatLootsCleared: "PhatLoots reward cleared."
|
||||
rewCustomAlreadyAdded: "Bu özel ödül zaten eklenmiş!"
|
||||
rewCustomNotFound: "Özel ödül modülü bulunamadı."
|
||||
rewCustomCleared: "Özel ödüller temizlendi."
|
||||
rewNoPhat: "PhatLoots not installed"
|
||||
itemCreateLoadHand: "El altında nesne yükle"
|
||||
itemCreateSetName: "Adı seç"
|
||||
itemCreateSetAmount: "Miktarı seç"
|
||||
itemCreateSetDurab: "Dayanıklılığı seç"
|
||||
itemCreateSetEnchs: "Add/clear enchantments"
|
||||
itemCreateSetDisplay: "Görünen adı seç"
|
||||
itemCreateSetLore: "Cesaret ayarla"
|
||||
itemCreateEnterName: "Bir nesne ismi girin ya da geri dönmek için 'iptal' seçin."
|
||||
itemCreateEnterAmount: "Nesne miktarını girin (max. 64) veya geri dönmek için 'iptal' seçin."
|
||||
itemCreateEnterDurab: "Öğe kalıcılığını girin, veya veriyi silmek için 'temizle', veya geri dönmek için 'iptal et'."
|
||||
itemCreateEnterEnch: "Bir büyü ismi girin, veya büyüleri temizlemek için 'temizleyin', veya geri dönmek için 'iptal et'."
|
||||
itemCreateEnterLevel: "<enchantment> için bir seviye (sayı) girin"
|
||||
itemCreateEnterDisplay: "Görünen adı silmek için öğenin görünen adını girin, veya 'temizleyin', veya dönmek için 'İptal et'i seçin."
|
||||
itemCreateEnterLore: "Her cümleyi noktalı virgül ile ayırarak nesne bilgisi girin ; bilgiyi silmek için 'temizle' veya geri dönmek için 'iptal' tıklayın."
|
||||
itemCreateLoaded: "Nesne yüklendi."
|
||||
itemCreateNoItem: "Elinde hiç nesne yok!"
|
||||
itemCreateNoName: "Önce bir isim koymalısın!"
|
||||
itemCreateInvalidName: "Nesne ismi geçersiz!"
|
||||
itemCreateInvalidAmount: "Değer 1-64 arasında olmalıdır!"
|
||||
itemCreateInvalidDurab: "Nesne dayanıklılığı geçersiz!"
|
||||
itemCreateInvalidEnch: "Büyü adı geçersiz!"
|
||||
itemCreateInvalidLevel: "Seviye 0'dan büyük olmalı!"
|
||||
itemCreateInvalidInput: "Geçersiz giriş!"
|
||||
itemCreateNotNumber: "Girdiğiniz değer bir sayı değil!"
|
||||
itemCreateNoNameAmount: "Önce bir isim ve miktar belirlemelisiniz!"
|
||||
itemCreateCriticalError: "Kritik bir hata oluştu."
|
||||
questTitle: "-- <quest> --"
|
||||
questObjectivesTitle: "---(<quest>)---"
|
||||
questCompleteTitle: '**GÖREV TAMAMLANDI: <quest>**'
|
||||
questRewardsTitle: "Ödül:"
|
||||
journalTitle: "Görev Defteri"
|
||||
questsTitle: "- Görevler -"
|
||||
questHelpTitle: "-Görevler-"
|
||||
questListTitle: "-Görevler-"
|
||||
questNPCListTitle: "- Görevler |<npc> -"
|
||||
questAdminHelpTitle: "- Görevyöneticisi -"
|
||||
questEditorTitle: "- Görev Editörü -"
|
||||
eventEditorTitle: "- Etkinlik Editörü - "
|
||||
questCreateTitle: "- Görev Oluştur -"
|
||||
questEditTitle: "- Görevi Düzenle -"
|
||||
questDeleteTitle: "- Görevi Kaldır -"
|
||||
requirementsTitle: "- <quest> | Gereksinimleri -"
|
||||
rewardsTitle: "- <quest> | Ödülleri -"
|
||||
itemRequirementsTitle: "- Nesne Gereksinimleri -"
|
||||
itemRewardsTitle: "- Nesne Ödülleri -"
|
||||
mcMMORequirementsTitle: "- mcMMO Şartları -"
|
||||
mcMMORewardsTitle: "- mcMMO Ödülleri -"
|
||||
heroesRequirementsTitle: "- Kahramanlık Koşulları -"
|
||||
heroesRewardsTitle: "- Kahramanlık Ödülleri -"
|
||||
heroesClassesTitle: "- Kahramanlık Rütbeleri -"
|
||||
heroesExperienceTitle: "- Kahramanlık Deneyimi -"
|
||||
heroesPrimaryTitle: "- Temel Sınıflar -"
|
||||
heroesSecondaryTitle: "- Yedek Sınıflar -"
|
||||
phatLootsRewardsTitle: "- PhatLoots Ödülleri -"
|
||||
customRequirementsTitle: "- Özel Koşullar -"
|
||||
customRewardsTitle: "- Özel Ödüller -"
|
||||
skillListTitle: "- Beceri Listesi -"
|
||||
eventTitle: "- Karşılaşma -"
|
||||
completedQuestsTitle: "- Tamamlanan Görevler -"
|
||||
topQuestersTitle: "- En iyi <number> Görev Adamları -"
|
||||
createItemTitle: "- Nesne Oluştur -"
|
||||
enchantmentsTitle: "-Büyüler-"
|
||||
questGUITitle: "-GUI öğe gösterimi-"
|
||||
questRegionTitle: "-Görev bölgesi-"
|
||||
eventEditorGiveItemsTitle: "-Nesneleri ver-"
|
||||
eventEditorEffectsTitle: "- Etkiler -"
|
||||
eventEditorStormTitle: "-Etkinlik fırtınası-"
|
||||
eventEditorThunderTitle: "-Olay yıldızı-"
|
||||
eventEditorMobSpawnsTitle: "- Event Mob Spawns -"
|
||||
eventEditorMobsTitle: "-Çeteler-"
|
||||
eventEditorAddMobTypesTitle: "-Mafya ekle-"
|
||||
eventEditorPotionEffectsTitle: "-Olay iksiri etkileri-"
|
||||
eventEditorPotionTypesTitle: "-Olay iksiri türleri-"
|
||||
eventEditorWorldsTitle: "- Dünyalar -"
|
||||
effBlazeShoot: "Sound of a Blaze firing"
|
||||
effBowFire: "Sound of a bow firing"
|
||||
effClick1: "Tıklama sesi"
|
||||
effClick2: "Farklı bir tıklama sesi"
|
||||
effDoorToggle: "Kapı açılış ya da kapanış sesi"
|
||||
effExtinguish: "Söndürülen yangın sesi"
|
||||
effGhastShoot: "Sound of a Ghast firing"
|
||||
effGhastShriek: "Bir sincap'ın çığlık sesi"
|
||||
effZombieWood: "Demir kapıyı çiğneyen bir zombi sesi"
|
||||
effZombieIron: "Ahşap bir kapı çiğneyen zombi sesi"
|
||||
effEnterName: "Listeye eklemek için bir efekt adı girin veya geri dönmek için iptali girin"
|
||||
cmdCancel: "iptal"
|
||||
cmdAdd: "ekle"
|
||||
cmdClear: "temizle"
|
||||
cmdNone: "hiçbiri"
|
||||
cmdDone: "tamam"
|
||||
acceptQuest: "Görevi kabul ettiniz mi?"
|
||||
enterAnOption: "Bir seçenek girin"
|
||||
questAccepted: Görev kabul edildi:<quest>
|
||||
currentQuest: "Mevcut görevler:"
|
||||
noMoreQuest: "Daha fazla görev yok."
|
||||
damage: "Hasar"
|
||||
break: "Mola"
|
||||
place: "Yer"
|
||||
use: "Kullanım"
|
||||
cut: "Kes"
|
||||
catchFish: "Balık Yakala"
|
||||
enchantItem: "Enchant <item> with <enchantment>"
|
||||
kill: "Sonlandır"
|
||||
killAtLocation: "Kill <mob> at <location>"
|
||||
killPlayer: "Kill a Player"
|
||||
deliver: "Deliver <item> to <npc>"
|
||||
talkTo: "Talk to <npc>"
|
||||
tame: "Evcilleştir"
|
||||
shearSheep: "Shear <color> sheep"
|
||||
goTo: "<location> Git"
|
||||
completed: "Tamamlandı"
|
||||
redoCompleted: "(Tamamlandı)"
|
||||
consoleError: "Bu komut sadece oyun içinde kullanılabilir."
|
||||
invalidSelection: "Geçersiz seçim!"
|
||||
noActiveQuest: "Şu anda aktif bir göreviniz yok."
|
||||
speakTo: 'Start: Speak to <npc>'
|
||||
mustSpeakTo: "You must speak to <npc> to start this Quest."
|
||||
noCommandStart: "<quest> may not be started via command."
|
||||
permissionDisplay: "İzin:"
|
||||
heroesClass: "sınıf"
|
||||
mcMMOLevel: "seviye"
|
||||
haveCompleted: "You have completed <quest>"
|
||||
cannotComplete: "Cannot complete <quest>"
|
||||
questNotFound: "Görev bulunamadı."
|
||||
alreadyConversing: "Zaten bir konuşmada sınız!"
|
||||
inputNum: "Giriş bir rakam olmalı."
|
||||
inputPosNum: "Giriş bir pozitif rakam olmalı."
|
||||
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: "Geçersiz seçenek. 'Evet' ya da 'Hayır' yazın"
|
||||
questPointsDisplay: "Görev noktaları:"
|
||||
questNoDrop: "Görev öğelerini bırakamazsınız."
|
||||
questNoBrew: "You may not brew Quest items."
|
||||
questNoStore: "You may not store Quest items."
|
||||
questNoCraft: "Görev öğelerini hazırlayamazsınız."
|
||||
questNoEquip: "Görev öğelerini donatamazsınız."
|
||||
questNoDispense: "You may not put Quest items in dispensers."
|
||||
questNoEnchant: "You may not enchant Quest items."
|
||||
questNoSmelt: "You may not smelt using Quest items."
|
||||
questInfoNoPerms: "You do not have permission to view a Quest's information."
|
||||
questCmdNoPerms: "You do not have access to that command."
|
||||
pageSelectionNum: "Sayfa seçimi bir rakam olmalı."
|
||||
pageSelectionPosNum: "Sayfa seçimi pozitif bir rakam olmalı."
|
||||
questListNoPerms: "You do not have permission to view the Quests list."
|
||||
questTakeNoPerms: "You do not have permission to take Quests via commands."
|
||||
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||
questQuit: "You have quit <quest>"
|
||||
questQuitNoPerms: "You do not have permission to quit Quests."
|
||||
questQuitDisabled: "Quitting Quests has been disabled."
|
||||
questEditorNoPerms: "You do not have permission to use the Quests Editor."
|
||||
eventEditorNoPerms: "You do not have permission to use the Events Editor."
|
||||
questsUnknownCommand: "Unknown Quests command. Type /quests for help."
|
||||
pageNotExist: "Page does not exist."
|
||||
pageFooter: "- Page <current> of <all> -"
|
||||
questsReloaded: "Quests 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>."
|
||||
questPurged: "<player> has been purged and blacklisted."
|
||||
questReset: "<player> sıfırlandı."
|
||||
questRemoved: "Quest <quest> has been removed from player <player>'s completed Quests."
|
||||
settingAllQuestPoints: "Setting all players' Quest Points..."
|
||||
allQuestPointsSet: "All players' Quest Points have been set to <number>!"
|
||||
setQuestPoints: "<player>'s Quest Points have been set to <number>."
|
||||
questPointsSet: "<player> has set your Quest Points to <number>."
|
||||
takeQuestPoints: "Took away <number> Quest Points from <player>."
|
||||
questPointsTaken: "<player> took away <number> Quest Points."
|
||||
giveQuestPoints: "Gave <number> Quest Points from <player>."
|
||||
questPointsGiven: "<player> gave you <number> Quest Points."
|
||||
enableNPCGUI: "<npc> will now provide a GUI Quest Display."
|
||||
disableNPCGUI: "<npc> will no longer provide a GUI Quest Display."
|
||||
invalidNumber: "Geçersiz sayı."
|
||||
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||
playerNotFound: "Oyuncu bulunamadı."
|
||||
invalidStageNum: "Invalid stage number for Quest <quest>"
|
||||
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||
errorReading: "Error reading <file>, skipping.."
|
||||
errorReadingSuppress: "Error reading <file>, suppressing further errors."
|
||||
errorDataFolder: 'Error: Unable to read Quests data folder!'
|
||||
questsPlayerHasQuestAlready: "<player> is already on the Quest <quest>!"
|
||||
questsUnknownAdminCommand: "Unknown Questsadmin command. Type /questsadmin for help."
|
||||
unknownError: "Bir hata oluştu. Konsol çıktısına bakın."
|
||||
journalTaken: "Görevi günlüğünden çıkarıyorsun."
|
||||
journalPutAway: "Görev günlüğünü bıraktın."
|
||||
journalAlreadyHave: "Görev günlüğünüzü zaten aldınız."
|
||||
journalNoRoom: "Görev günlüğünüz için envanterinizde yer yok!"
|
||||
journalNoQuests: "Kabul edilen görevleriniz yok!"
|
||||
journalDenied: "Bunu görev derginiz ile yapamazsınız."
|
||||
ENCHANTMENT_ARROW_DAMAGE: "Güç"
|
||||
ENCHANTMENT_ARROW_FIRE: "Alev"
|
||||
ENCHANTMENT_ARROW_INFINITE: "Sonsuzluk"
|
||||
ENCHANTMENT_ARROW_KNOCKBACK: "Yumruk"
|
||||
ENCHANTMENT_BINDING_CURSE: "BindingCurse"
|
||||
ENCHANTMENT_DAMAGE_ALL: "Keskinlik"
|
||||
ENCHANTMENT_DAMAGE_ARTHROPODS: "BaneOfArthropods"
|
||||
ENCHANTMENT_DEPTH_STRIDER: "DepthStrider"
|
||||
ENCHANTMENT_DAMAGE_UNDEAD: "Smite"
|
||||
ENCHANTMENT_DIG_SPEED: "Verimlilik"
|
||||
ENCHANTMENT_DURABILITY: "Kırılmazlık"
|
||||
ENCHANTMENT_FIRE_ASPECT: "FireAspect"
|
||||
ENCHANTMENT_FROST_WALKER: "FrostWalker"
|
||||
ENCHANTMENT_KNOCKBACK: "Knockback"
|
||||
ENCHANTMENT_LOOT_BONUS_BLOCKS: "Servet"
|
||||
ENCHANTMENT_LOOT_BONUS_MOBS: "Yağma"
|
||||
ENCHANTMENT_LUCK: "DenizinŞansı"
|
||||
ENCHANTMENT_LURE: "Yem"
|
||||
ENCHANTMENT_MENDING: "Tamir"
|
||||
ENCHANTMENT_OXYGEN: "Solunum"
|
||||
ENCHANTMENT_PROTECTION_ENVIRONMENTAL: "Koruma"
|
||||
ENCHANTMENT_PROTECTION_EXPLOSIONS: "PatlamaKoruması"
|
||||
ENCHANTMENT_PROTECTION_FALL: "DüşenTüy"
|
||||
ENCHANTMENT_PROTECTION_FIRE: "YangınKoruması"
|
||||
ENCHANTMENT_PROTECTION_PROJECTILE: "MermiKoruması"
|
||||
ENCHANTMENT_SILK_TOUCH: "İpeksiDokunuş"
|
||||
ENCHANTMENT_SWEEPING: "Süpürme"
|
||||
ENCHANTMENT_THORNS: "Dikenler"
|
||||
ENCHANTMENT_VANISHING_CURSE: "UfuğunLaneti"
|
||||
ENCHANTMENT_WATER_WORKER: "Su ilgisi"
|
||||
COLOR_BLACK: "Siyah"
|
||||
COLOR_BLUE: "Mavi"
|
||||
COLOR_BROWN: "Kahverengi"
|
||||
COLOR_CYAN: "DenizMavisi"
|
||||
COLOR_GRAY: "Gri"
|
||||
COLOR_GREEN: "Yeşil"
|
||||
COLOR_LIGHT_BLUE: "AçıkMavi"
|
||||
COLOR_LIME: "MisketLimonu"
|
||||
COLOR_MAGENTA: "Eflatun"
|
||||
COLOR_ORANGE: "Turuncu"
|
||||
COLOR_PINK: "Pembe"
|
||||
COLOR_PURPLE: "Mor"
|
||||
COLOR_RED: "Kırmızı"
|
||||
COLOR_SILVER: "Gümüş"
|
||||
COLOR_WHITE: "Beyaz"
|
||||
COLOR_YELLOW: "Sarı"
|
||||
timeDay: "Gün"
|
||||
timeDays: "Günler"
|
||||
timeHour: "Saat"
|
||||
timeHours: "Saatler"
|
||||
timeMinute: "Dakika"
|
||||
timeMinutes: "Dakikalar"
|
||||
timeSecond: "Saniye"
|
||||
timeSeconds: "Saniyeler"
|
||||
timeMillisecond: "Milisaniye"
|
||||
timeMilliseconds: "Milisaniyeler"
|
||||
event: "Olaylar"
|
||||
delay: "Gecikme"
|
||||
save: "Kaydet"
|
||||
exit: "Çıkış"
|
||||
exited: "Çıkıldı"
|
||||
cancel: "İptal"
|
||||
cancelled: "İptal edildi"
|
||||
questTimeout: "İptal edildi."
|
||||
back: "Geri"
|
||||
yesWord: "Evet"
|
||||
noWord: "Hayır"
|
||||
"true": "doğru"
|
||||
"false": "yanlış"
|
||||
clear: "temiz"
|
||||
edit: "Düzenle"
|
||||
none: "Hiçbiri"
|
||||
done: "Tamam"
|
||||
comma: "virgül"
|
||||
finish: "Bitiş"
|
||||
quit: "Çık"
|
||||
noneSet: "Hiçbiri ayarlanmadı"
|
||||
noDelaySet: "Geciktirme seti yok"
|
||||
noIdsSet: "Kimlik belirlenmedi"
|
||||
noNamesSet: "Adları ayarlanmadı"
|
||||
worlds: "Dünyalar"
|
||||
mobs: "Çeteler"
|
||||
points: "puanlar"
|
||||
invalidOption: "Geçersiz seçenek!"
|
||||
npcHint: 'Not: Kimliğini almak için NPC''ye sol veya sağ tıklayabilirsiniz.'
|
||||
listDuplicate: "Listede kopyalar var!"
|
||||
id: "Kimlik"
|
||||
quest: "Görev"
|
||||
quests: "Görevler"
|
||||
createdBy: "Tarafından yaratılmıştır"
|
||||
continuedBy: "ve tarafından devam"
|
||||
questPoints: "Görev puanları"
|
||||
accepted: "Kabul"
|
||||
complete: "Tamamlamak"
|
||||
redoable: "Tekrar yapabilecek duruma getirme"
|
||||
usage: "Kullanım"
|
||||
redoableEvery: "Her <time> tekrar yapılabilir."
|
||||
requirements: "Gereksinimler"
|
||||
money: "Para"
|
||||
with: "İle"
|
||||
to: "için"
|
||||
blocksWithin: "<miktar> içindeki bloklar"
|
||||
valRequired: "Gerekli değer\n"
|
||||
enchantedItem: "*Büyülü*"
|
||||
experience: "Deneyim"
|
||||
timerMessage: '<green> Görev / aşamayı bitirmek için kalan süre: <red>%s saniye'
|
||||
timerStart: "<green> Bu görevin / aşamayı tamamlamak için <red>%s saniye <green> var"
|
||||
questErrorReadingFile: "Görevler dosyası okunurken hata oluştu."
|
||||
questSaveError: "Kaydederken bir hata oluştu."
|
||||
questBlacklisted: "Kara listeye alınmışsın. Bu hata ile bir yöneticiyle iletişime geçin."
|
858
src/main/resources/lang/uk/strings.yml
Normal file
858
src/main/resources/lang/uk/strings.yml
Normal file
@ -0,0 +1,858 @@
|
||||
---
|
||||
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"
|
||||
questDisplayHelp: "- Display this help"
|
||||
COMMAND_LIST: "list"
|
||||
COMMAND_LIST_HELP: "list [page] - List available Quests"
|
||||
COMMAND_TAKE: "take"
|
||||
COMMAND_TAKE_HELP: "take [quest name] - Accept a Quest"
|
||||
COMMAND_TAKE_USAGE: 'Usage: /quests take [quest]'
|
||||
COMMAND_QUIT: "quit"
|
||||
COMMAND_QUIT_HELP: "quit [quest] - Quit a current Quest"
|
||||
COMMAND_EDITOR: "editor"
|
||||
COMMAND_EDITOR_HELP: "editor - Create/Edit Quests"
|
||||
COMMAND_EVENTS_EDITOR: "events"
|
||||
COMMAND_EVENTS_EDITOR_HELP: "events - Create/Edit Events"
|
||||
COMMAND_STATS: "stats"
|
||||
COMMAND_STATS_HELP: "stats - View your Questing stats"
|
||||
COMMAND_TOP: "top"
|
||||
COMMAND_TOP_HELP: "top [number] - View top Questers"
|
||||
COMMAND_TOP_USAGE: 'Usage: /quests top [number]'
|
||||
COMMAND_INFO: "info"
|
||||
COMMAND_INFO_HELP: "info - Display plugin information"
|
||||
COMMAND_JOURNAL: "journal"
|
||||
COMMAND_JOURNAL_HELP: "journal - View/Put away your Quest Journal"
|
||||
COMMAND_QUEST_HELP: "- Display current Quest objectives"
|
||||
COMMAND_QUESTINFO_HELP: "[quest name] - Display Quest information"
|
||||
COMMAND_QUESTADMIN_HELP: "- View Questadmin help"
|
||||
COMMAND_QUESTADMIN_STATS: "stats"
|
||||
COMMAND_QUESTADMIN_STATS_HELP: "stats [player] - View Questing statistics of a player"
|
||||
COMMAND_QUESTADMIN_GIVE: "give"
|
||||
COMMAND_QUESTADMIN_GIVE_HELP: "give [player] [quest] - Force a player to take a Quest"
|
||||
COMMAND_QUESTADMIN_QUIT: "quit"
|
||||
COMMAND_QUESTADMIN_QUIT_HELP: "quit [player] [quest] - Force a player to quit their Quest"
|
||||
COMMAND_QUESTADMIN_POINTS: "points"
|
||||
COMMAND_QUESTADMIN_POINTS_HELP: "points [player] [amount] - Set a players Quest Points"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [player] [amount] - Take a players Quest Points"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [player] [amount] - Give a player Quest Points"
|
||||
COMMAND_QUESTADMIN_POINTSALL: "pointsall"
|
||||
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] - Set ALL players' Quest Points"
|
||||
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||
COMMAND_QUESTADMIN_FINISH_HELP: "finish [player] [quest] - Immediately force Quest completion for a player"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE: "nextstage"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "nextstage [player] [quest] - Immediately force Stage completion for a player"
|
||||
COMMAND_QUESTADMIN_SETSTAGE: "setstage"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_HELP: "setstage [player] [quest] [stage] - Set the current Stage for a player"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Usage: /questadmin setstage [player] [quest] [stage]'
|
||||
COMMAND_QUESTADMIN_PURGE: "purge"
|
||||
COMMAND_QUESTADMIN_PURGE_HELP: "purge [player] - Clear all Quests data of a player AND BLACKLISTS THEM"
|
||||
COMMAND_QUESTADMIN_RESET: "reset"
|
||||
COMMAND_QUESTADMIN_RESET_HELP: "reset [player] - Clear all Quests data of a player"
|
||||
COMMAND_QUESTADMIN_REMOVE: "remove"
|
||||
COMMAND_QUESTADMIN_REMOVE_HELP: "remove [player] [quest] - Remove a completed Quest from a player"
|
||||
COMMAND_QUESTADMIN_TOGGLEGUI: "togglegui"
|
||||
COMMAND_QUESTADMIN_TOGGLEGUI_HELP: "togglegui [npc id] - Toggle GUI Quest Display on an NPC"
|
||||
COMMAND_QUESTADMIN_RELOAD: "reload"
|
||||
COMMAND_QUESTADMIN_RELOAD_HELP: "reload - Reload all Quests"
|
||||
questEditorHeader: "Create Quest"
|
||||
questEditorCreate: "Create new Quest"
|
||||
questEditorEdit: "Edit a Quest"
|
||||
questEditorDelete: "Delete Quest"
|
||||
questEditorName: "Set name"
|
||||
questEditorAskMessage: "Set ask message"
|
||||
questEditorFinishMessage: "Set finish message"
|
||||
questEditorRedoDelay: "Set redo delay"
|
||||
questEditorNPCStart: "Set NPC start"
|
||||
questEditorBlockStart: "Set Block start"
|
||||
questEditorInitialEvent: "Set initial Event"
|
||||
questEditorSetGUI: "Set GUI Item display"
|
||||
questEditorReqs: "Edit Requirements"
|
||||
questEditorStages: "Edit Stages"
|
||||
questEditorRews: "Edit Rewards"
|
||||
questEditorEnterQuestName: "Enter Quest name (or 'cancel' to return)"
|
||||
questEditorEditEnterQuestName: "Enter Quest name to edit (or 'cancel' to return)"
|
||||
questEditorEnterAskMessage: "Enter ask message (or 'cancel' to return)"
|
||||
questEditorEnterFinishMessage: "Enter finish message (or 'cancel' to return)"
|
||||
questEditorEnterRedoDelay: "Enter amount of time (in seconds), 0 to clear the redo delay or -1 to cancel"
|
||||
questEditorEnterNPCStart: "Enter NPC ID, -1 to clear the NPC start or -2 to cancel"
|
||||
questEditorEnterBlockStart: "Right-click on a block to use as a start point, then enter 'done' to save, or enter 'clear' to clear the block start, or 'cancel' to return"
|
||||
questEditorEnterInitialEvent: "Enter an Event name, or enter 'clear' to clear the initial Event, or 'cancel' to return"
|
||||
questRequiredNoneSet: "Required, none set"
|
||||
questWGSetRegion: "Set Region"
|
||||
questWGNotInstalled: "WorldGuard not installed"
|
||||
questWGPrompt: "Enter WorldGuard region, or enter 'clear' to clear the region, or 'cancel' to return."
|
||||
questWGInvalidRegion: "<region> is not a valid WorldGuard region!"
|
||||
questWGRegionCleared: "Quest region cleared."
|
||||
questCitNotInstalled: "Citizens not installed"
|
||||
questDenNotInstalled: "Denizen not installed"
|
||||
questGUIError: 'Error: That item is already being used as the GUI Display for the Quest <quest>.'
|
||||
questCurrentItem: "Current item:"
|
||||
questSetItem: "Set Item"
|
||||
questClearItem: "Clear Item"
|
||||
questGUICleared: "Quest GUI Item Display cleared."
|
||||
questDeleted: "Quest deleted! Quests and Events have been reloaded."
|
||||
questEditorNameExists: "A Quest with that name already exists!"
|
||||
questEditorBeingEdited: "Someone is creating/editing a Quest with that name!"
|
||||
questEditorInvalidQuestName: "Name may not contain periods or commas!"
|
||||
questEditorInvalidEventName: "is not a valid event name!"
|
||||
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 Event 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: "Quest saved! (You will need to perform a Quest reload for it to appear)"
|
||||
questEditorExited: "Are you sure you want to exit without saving?"
|
||||
questEditorDeleted: "Are you sure you want to delete the Quest"
|
||||
questEditorNoPermsCreate: "You do not have permission to create Quests."
|
||||
questEditorNoPermsEdit: "You do not have permission to edit Quests."
|
||||
questEditorNoPermsDelete: "You do not have permission to delete Quests."
|
||||
stageEditorEditStage: "Edit Stage"
|
||||
stageEditorNewStage: "Add new Stage"
|
||||
stageEditorStages: "Stages"
|
||||
stageEditorStage: "Stage"
|
||||
stageEditorBreakBlocks: "Break Blocks"
|
||||
stageEditorDamageBlocks: "Damage Blocks"
|
||||
stageEditorPlaceBlocks: "Place Blocks"
|
||||
stageEditorUseBlocks: "Use Blocks"
|
||||
stageEditorCutBlocks: "Cut Blocks"
|
||||
stageEditorCatchFish: "Catch Fish"
|
||||
stageEditorFish: "fish"
|
||||
stageEditorKillPlayers: "Kill Players"
|
||||
stageEditorPlayers: "players"
|
||||
stageEditorEnchantItems: "Enchant Items"
|
||||
stageEditorDeliverItems: "Deliver Items"
|
||||
stageEditorTalkToNPCs: "Talk to NPCs"
|
||||
stageEditorKillNPCs: "Kill NPCs"
|
||||
stageEditorKillMobs: "Kill Mobs"
|
||||
stageEditorReachLocs: "Reach locations"
|
||||
stageEditorReachRadii1: "Reach within"
|
||||
stageEditorReachRadii2: "blocks of"
|
||||
stageEditorTameMobs: "Tame Mobs"
|
||||
stageEditorShearSheep: "Shear Sheep"
|
||||
stageEditorEvents: "Events"
|
||||
stageEditorStageEvents: "Stage Events"
|
||||
stageEditorStartEvent: "Start Event"
|
||||
stageEditorStartEventCleared: "Start Event cleared."
|
||||
stageEditorFinishEvent: "Finish Event"
|
||||
stageEditorFinishEventCleared: "Finish Event cleared."
|
||||
stageEditorChatEvents: "Chat Events"
|
||||
stageEditorChatTrigger: "Chat Trigger"
|
||||
stageEditorTriggeredBy: "Triggered by"
|
||||
stageEditorChatEventsCleared: "Chat Events cleared."
|
||||
stageEditorDeathEvent: "Death Event"
|
||||
stageEditorDeathEventCleared: "Death Event cleared."
|
||||
stageEditorDisconnectEvent: "Disconnect Event"
|
||||
stageEditorDisconnectEventCleared: "Disconnect Event 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 durability"
|
||||
stageEditorSetDamageAmounts: "Set damage amounts"
|
||||
stageEditorSetPlaceAmounts: "Set place amounts"
|
||||
stageEditorSetUseAmounts: "Set use amounts"
|
||||
stageEditorSetCutAmounts: "Set cut amounts"
|
||||
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 Objectives"
|
||||
stageEditorAddPasswordDisplay: "Add password display"
|
||||
stageEditorAddPasswordPhrases: "Add password phrase(s)"
|
||||
stageEditorNoPasswordDisplays: "No password displays set"
|
||||
stageObjectiveOverride: "Objective Display Override"
|
||||
stageEditorCustom: "Custom Objectives"
|
||||
stageEditorNoModules: "No modules loaded"
|
||||
stageEditorModuleNotFound: "Custom objective module not found."
|
||||
stageEditorCustomPrompt: "Enter the name of a custom objective to add, or enter 'clear' to clear all custom objectives, or 'cancel' to return."
|
||||
stageEditorCustomAlreadyAdded: "That custom objective has already been added!"
|
||||
stageEditorCustomCleared: "Custom objectives cleared."
|
||||
stageEditorCustomDataPrompt: "Enter value for <data>:"
|
||||
stageEditorEnterBlockNames: "Enter block names (or IDs), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorBreakBlocksPrompt: "Enter break amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorDamageBlocksPrompt: "Enter damage amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorPlaceBlocksPrompt: "Enter place amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorUseBlocksPrompt: "Enter use amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorCutBlocksPrompt: "Enter cut amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorEnterBlockDurability: "Enter block durability (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorCatchFishPrompt: "Enter number of fish to catch, or 0 to clear the fish catch objective, or -1 to cancel"
|
||||
stageEditorKillPlayerPrompt: "Enter number of players to kill, or 0 to clear the player kill objective, or -1 to cancel"
|
||||
stageEditorEnchantTypePrompt: "Enter enchantment names, separating each one by a comma, or enter 'cancel' to return."
|
||||
stageEditorEnchantAmountsPrompt: "Enter enchant amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorItemNamesPrompt: "Enter item names, separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorNPCPrompt: "Enter NPC ids, separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorNPCToTalkToPrompt: "Enter NPC IDs, separating each one by a space, or enter 'clear' to clear the NPC ID list, or 'cancel' to return."
|
||||
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
||||
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobAmountsPrompt: "Enter mob amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the kill location list, or enter 'cancel' to return"
|
||||
stageEditorMobLocationRadiiPrompt: "Enter kill location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
||||
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorReachLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||
stageEditorTameAmountsPrompt: "Enter tame amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorShearColorsPrompt: "Enter sheep colors separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorShearAmountsPrompt: "Enter shear amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorEventsPrompt: "Enter an event name, or enter 'clear' to clear the event, or 'cancel' to return"
|
||||
stageEditorChatEventsPrompt: "Enter an event name to add, or enter 'clear' to clear all chat events, or 'cancel' to return"
|
||||
stageEditorChatEventsTriggerPromptA: "Enter a chat trigger for"
|
||||
stageEditorChatEventsTriggerPromptB: "or enter 'cancel' to return."
|
||||
stageEditorDelayPrompt: "Enter time (in seconds), or enter 'clear' to clear the delay, or 'cancel' to return"
|
||||
stageEditorDelayMessagePrompt: "Enter delay message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorScriptPrompt: "Enter script name, or enter 'clear' to clear the script, or 'cancel' to return"
|
||||
stageEditorStartMessagePrompt: "Enter start message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorCompleteMessagePrompt: "Enter complete message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorPasswordDisplayPrompt: "Enter a password display, or 'cancel' to return"
|
||||
stageEditorPasswordDisplayHint: "(This is the text that will be displayed to the player as their objective)"
|
||||
stageEditorPasswordPhrasePrompt: "Enter a password phrase, or 'cancel' to return"
|
||||
stageEditorPasswordPhraseHint1: "(This is the text that a player has to say to complete the objective)"
|
||||
stageEditorPasswordPhraseHint2: "If you want multiple password phrases, seperate them by a | (pipe)"
|
||||
stageEditorObjectiveOverridePrompt: "Enter objective display override, or 'clear' to clear the override, or 'cancel' to return."
|
||||
stageEditorObjectiveOverrideHint: "(The objective display override will show up as the players current objective)"
|
||||
stageEditorObjectiveOverrideCleared: "Objective display override cleared."
|
||||
stageEditorDeliveryAddItem: "Add item"
|
||||
stageEditorDeliveryNPCs: "Set NPC IDs"
|
||||
stageEditorDeliveryMessages: "Set delivery messages"
|
||||
stageEditorContainsDuplicates: "List contains duplicates!"
|
||||
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!"
|
||||
stageEditorInvalidNumber: "is not a number!"
|
||||
stageEditorInvalidDye: "is not a valid dye color!"
|
||||
stageEditorInvalidEvent: "is not a valid event name!"
|
||||
stageEditorDuplicateEvent: "Event is already in the list!"
|
||||
stageEditorInvalidDelay: "Delay must be at least one second!"
|
||||
stageEditorInvalidScript: "Denizen script not found!"
|
||||
stageEditorNoCitizens: "Citizens is not installed!"
|
||||
stageEditorNoDenizen: "Denizen is not installed!"
|
||||
stageEditorPositiveAmount: "You must enter a positive number!"
|
||||
stageEditorNoNumber: "Input was not a number!"
|
||||
stageEditorNotGreaterThanZero: "is not greater than 0!"
|
||||
stageEditorNotListofNumbers: "Invalid entry, input was not a list of numbers!"
|
||||
stageEditorNoDelaySet: "You must set a delay first!"
|
||||
stageEditorNoBlockNames: "You must set block names first!"
|
||||
stageEditorNoEnchantments: "You must set enchantments first!"
|
||||
stageEditorNoItems: "You must add items first!"
|
||||
stageEditorNoDeliveryMessage: "You must set at least one delivery message!"
|
||||
stageEditorNoNPCs: "You must set NPC IDs first!"
|
||||
stageEditorNoMobTypes: "You must set mob types first!"
|
||||
stageEditorNoKillLocations: "You must set kill locations first!"
|
||||
stageEditorNoBlockSelected: "You must select a block first."
|
||||
stageEditorNoColors: "You must set colors first!"
|
||||
stageEditorNoLocations: "You must set locations first!"
|
||||
stageEditorNoEnchantmentsSet: "No enchantments set"
|
||||
stageEditorNoItemsSet: "No items set"
|
||||
stageEditorNoMobTypesSet: "No mob types set"
|
||||
stageEditorNoLocationsSet: "No locations set"
|
||||
stageEditorNoColorsSet: "No colors set"
|
||||
stageEditorListNotSameSize: "The block names list and the amounts list are not the same size!"
|
||||
stageEditorEnchantmentNotSameSize: "The enchantments list, the item id list and the enchant amount list are not the same size!"
|
||||
stageEditorDeliveriesNotSameSize: "The item list and the NPC list are not equal in size!"
|
||||
stageEditorNPCKillsNotSameSize: "The NPC IDs list and the kill amounts list are not the same size!"
|
||||
stageEditorAllListsNotSameSize: "All of your lists are not the same size!"
|
||||
stageEditorMobTypesNotSameSize: "The mob types list and the mob amounts list are not the same size!"
|
||||
stageEditorTameMobsNotSameSize: "The mob types list and the tame amounts list are not the same size!"
|
||||
stageEditorShearNotSameSize: "The sheep colors list and the shear amounts list are not the same size!"
|
||||
stageEditorMustSetPasswordDisplays: "You must add at least one password display first!"
|
||||
stageEditorAddPasswordCleared: "Password Objectives cleared."
|
||||
stageEditorPasswordNotSameSize: "The password display and password phrase lists are not the same size!"
|
||||
stageEditorListContainsDuplicates: " List contains duplicates!"
|
||||
stageEditorDelayCleared: "Delay cleared."
|
||||
stageEditorDelayMessageCleared: "Delay message cleared."
|
||||
stageEditorDenizenCleared: "Denizen script cleared."
|
||||
stageEditorBreakBlocksCleared: "Break blocks objective cleared."
|
||||
stageEditorDamageBlocksCleared: "Damage blocks objective cleared."
|
||||
stageEditorPlaceBlocksCleared: "Place blocks objective cleared."
|
||||
stageEditorUseBlocksCleared: "Use blocks objective cleared."
|
||||
stageEditorCutBlocksCleared: "Cut blocks objective cleared."
|
||||
stageEditorEnchantmentsCleared: "Enchantment objective cleared."
|
||||
stageEditorDeliveriesCleared: "Delivery objective cleared."
|
||||
stageEditorReachLocationsCleared: "Reach Locations objective cleared."
|
||||
stageEditorKillNPCsCleared: "Kill NPCs objective cleared."
|
||||
stageEditorKillMobsCleared: "Kill Mobs objective cleared."
|
||||
stageEditorTameCleared: "Tame Mobs objective cleared."
|
||||
stageEditorShearCleared: "Shear Sheep objective cleared."
|
||||
stageEditorStartMessageCleared: "Start message cleared."
|
||||
stageEditorCompleteMessageCleared: "Complete message cleared."
|
||||
stageEditorConfirmStageDelete: "Are you sure you want to delete this stage?"
|
||||
stageEditorConfirmStageNote: "Any Stages after will be shifted back one spot"
|
||||
stageEditorDeleteSucces: "Stage deleted successfully."
|
||||
stageEditorEnchantments: "Enchantments"
|
||||
stageEditorNPCNote: 'Note: You may specify the name of the NPC with <npc>'
|
||||
stageEditorOptional: "Optional"
|
||||
stageEditorColors: "Sheep Colors"
|
||||
allListsNotSameSize: "All of your lists are not the same size!"
|
||||
eventEditorCreate: "Create new Event"
|
||||
eventEditorEdit: "Edit an Event"
|
||||
eventEditorDelete: "Delete an Event"
|
||||
eventEditorCreatePermisssions: "You do not have permission to create new Events."
|
||||
eventEditorEditPermisssions: "You do not have permission to edit Events."
|
||||
eventEditorDeletePermisssions: "You do not have permission to delete Events."
|
||||
eventEditorNoneToEdit: "No Events currently exist to be edited!"
|
||||
eventEditorNoneToDelete: "No Events currently exist to be deleted!"
|
||||
eventEditorNotFound: "Event not found!"
|
||||
eventEditorExists: "Event already exists!"
|
||||
eventEditorSomeone: "Someone is already creating or editing an Event with that name!"
|
||||
eventEditorAlpha: "Name must be alphanumeric!"
|
||||
eventEditorErrorReadingFile: "Error reading Events file."
|
||||
eventEditorErrorSaving: "An error occurred while saving."
|
||||
eventEditorDeleted: "Event deleted, Quests and Events reloaded."
|
||||
eventEditorSaved: "Event saved, Quests and Events reloaded."
|
||||
eventEditorEnterEventName: "Enter an Event name, or 'cancel' to return."
|
||||
eventEditorDeletePrompt: "Are you sure you want to delete the Event"
|
||||
eventEditorQuitWithoutSaving: "Are you sure you want to quit without saving?"
|
||||
eventEditorFinishAndSave: "Are you sure you want to finish and save the Event"
|
||||
eventEditorModifiedNote: 'Note: You have modified an Event that the following Quests use:'
|
||||
eventEditorForcedToQuit: "If you save the Event, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||
eventEditorEventInUse: "The following Quests use the Event"
|
||||
eventEditorMustModifyQuests: "eventEditorNotFound"
|
||||
eventEditorListSizeMismatch: "The lists are not the same size!"
|
||||
eventEditorListDuplicates: "List contains duplicates!"
|
||||
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||
eventEditorInvalidEntry: "Invalid entry"
|
||||
eventEditorSetName: "Set name"
|
||||
eventEditorSetMessage: "Set message"
|
||||
eventEditorClearInv: "Clear player 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: "Set potion effects"
|
||||
eventEditorSetHunger: "Set player hunger level"
|
||||
eventEditorSetSaturation: "Set player saturation level"
|
||||
eventEditorSetHealth: "Set player health level"
|
||||
eventEditorEnterTimerSeconds: "Set number of seconds left before the quest fails (use cancel-timer event to cancel timers)"
|
||||
eventEditorSetTimer: "Set time to fail quest"
|
||||
eventEditorCancelTimer: "Cancel the quest timer"
|
||||
eventEditorSetTeleport: "Set player teleport location"
|
||||
eventEditorSetCommands: "Set commands to execute"
|
||||
eventEditorItems: "Event Items"
|
||||
eventEditorSetItems: "Give items"
|
||||
eventEditorItemsCleared: "Event items cleared."
|
||||
eventEditorAddItem: "Add item"
|
||||
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!"
|
||||
eventEditorNotGreaterThanZero: "is not greater than 0!"
|
||||
eventEditorNotANumber: "is not a number!"
|
||||
eventEditorStorm: "Event 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, or enter 'cancel' to return"
|
||||
eventEditorEnterDuration: "Enter duration (in seconds)"
|
||||
eventEditorAtLeastOneSecond: "Amount must be at least 1 second!"
|
||||
eventEditorNotGreaterThanOneSecond: "is not greater than 1 second!"
|
||||
eventEditorThunder: "Event Thunder"
|
||||
eventEditorMustSetThunderDuration: "You must set a thunder duration!"
|
||||
eventEditorThunderCleared: "Thunder data cleared."
|
||||
eventEditorEnterThunderWorld: "Enter a world name for the thunder to occur in, or enter 'cancel' to return"
|
||||
eventEditorEffects: "Event Effects"
|
||||
eventEditorAddEffect: "Add effect"
|
||||
eventEditorAddEffectLocation: "Add effect location"
|
||||
eventEditorNoEffects: "No effects set"
|
||||
eventEditorMustAddEffects: "You must add effects first!"
|
||||
eventEditorInvalidEffect: "is not a valid effect name!"
|
||||
eventEditorEffectsCleared: "Event effects cleared."
|
||||
eventEditorEffectLocationPrompt: "Right-click on a block to play an effect at, then enter 'add' to add it to the list, or enter 'cancel' to return"
|
||||
eventEditorMobSpawns: "Event Mob Spawns"
|
||||
eventEditorAddMobTypes: "Add mob"
|
||||
eventEditorNoTypesSet: "(No type set)"
|
||||
eventEditorMustSetMobTypesFirst: "You must set the mob type first!"
|
||||
eventEditorSetMobAmounts: "Set mob amount"
|
||||
eventEditorNoAmountsSet: "(No amounts set)"
|
||||
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"
|
||||
eventEditorSetMobSpawnLoc: "Right-click on a block to spawn a mob at, then enter 'add' to the confirm it, or enter 'cancel' to return"
|
||||
eventEditorSetMobSpawnAmount: "Set the amount of mobs to spawn"
|
||||
eventEditorSetDropChance: "Set the drop chance"
|
||||
eventEditorInvalidDropChance: "Drop chance has to be between 0.0 and 1.0"
|
||||
eventEditorLightningPrompt: "Right-click on a block to spawn a lightning strike at, then enter 'add' to add it to the list, or enter 'clear' to clear the locations list, or 'cancel' to return"
|
||||
eventEditorPotionEffects: "Event 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!"
|
||||
eventEditorNoDurationsSet: "(No durations set)"
|
||||
eventEditorSetPotionMagnitudes: "Set potion effect magnitudes"
|
||||
eventEditorPotionsCleared: "Potion effects cleared."
|
||||
eventEditorInvalidPotionType: "is not a valid potion effect type!"
|
||||
eventEditorEnterNPCId: "Enter NPC ID (or -1 to return)"
|
||||
eventEditorNoNPCExists: "No NPC exists with that id!"
|
||||
eventEditorExplosionPrompt: "Right-click on a block to spawn an explosion at, then enter 'add' to add it to the list, or enter 'clear' to clear the explosions list, or 'cancel' to return"
|
||||
eventEditorSelectBlockFirst: "You must select a block first."
|
||||
eventEditorSetMessagePrompt: "Enter message, or enter 'none' to delete, (or 'cancel' to return)"
|
||||
eventEditorSetItemNamesPrompt: "Enter item names separating each one by a space, or enter 'cancel' to return."
|
||||
eventEditorSetItemAmountsPrompt: "Enter item amounts (numbers) separating each one by a space, or enter 'cancel' to return."
|
||||
eventEditorSetMobTypesPrompt: "Enter mob name, or enter 'cancel' to return"
|
||||
eventEditorSetMobAmountsPrompt: "Enter mob amount, or enter 'cancel' to return"
|
||||
eventEditorSetMobNamePrompt: "Set the name for this mob, or enter 'cancel' to return"
|
||||
eventEditorSetMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the mob spawn location list, or enter 'cancel' to return"
|
||||
eventEditorSetPotionEffectsPrompt: "Enter potion effect types separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetPotionDurationsPrompt: "Enter effect durations (in milliseconds) separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetHungerPrompt: "Enter hunger level, or -1 to remove it"
|
||||
eventEditorHungerLevelAtLeastZero: "Hunger level must be at least 0!"
|
||||
eventEditorSetSaturationPrompt: "Enter saturation level, or -1 to remove it"
|
||||
eventEditorSaturationLevelAtLeastZero: "Saturation level must be at least 0!"
|
||||
eventEditorSetHealthPrompt: "Enter health level, or -1 to remove it"
|
||||
eventEditorHealthLevelAtLeastZero: "Health level must be at least 0!"
|
||||
eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to, then enter 'done' to finish, or enter 'clear' to clear the teleport location, or 'cancel' to return"
|
||||
eventEditorCommandsNote: 'Note: You may use <player> to refer to the player''s name.'
|
||||
eventEditorSetCommandsPrompt: "Enter commands separating each one by a comma, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
reqSetMoney: "Set money requirement"
|
||||
reqSetQuestPoints: "Set Quest Points requirement"
|
||||
reqSetItem: "Set item requirements"
|
||||
reqSetPerms: "Set permission requirements"
|
||||
reqSetQuest: "Set Quest requirements"
|
||||
reqSetQuestBlocks: "Set Quest blocks"
|
||||
reqSetMcMMO: "Set mcMMO requirements"
|
||||
reqSetHeroes: "Set Heroes requirements"
|
||||
reqSetCustom: "Custom requirements"
|
||||
reqSetFail: "Set fail requirements message"
|
||||
reqSetSkills: "Set skills"
|
||||
reqSetSkillAmounts: "Set skill amounts"
|
||||
reqHeroesSetPrimary: "Set Primary Class"
|
||||
reqHeroesSetSecondary: "Set Secondary Class"
|
||||
reqMoneyPrompt: "Enter amount of <money>, or 0 to clear the money requirement, or -1 to cancel"
|
||||
reqQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point requirement, or -1 to cancel"
|
||||
reqQuestPrompt: "Enter a list of Quest names separating each one by a <comma>, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqRemoveItemsPrompt: "Enter a list of true/false values, separating each one by a space, or enter 'cancel' to return."
|
||||
reqPermissionsPrompt: "Enter permission requirements separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
reqCustomPrompt: "Enter the name of a custom requirement to add, or enter 'clear' to clear all custom requirements, or 'cancel' to return."
|
||||
reqMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqMcMMOAmountsPrompt: "Enter mcMMO skill amounts, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqHeroesPrimaryPrompt: "Enter a Heroes Primary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||
reqHeroesSecondaryPrompt: "Enter a Heroes Secondary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||
reqFailMessagePrompt: "Enter fail requirements message, or enter 'cancel' to return."
|
||||
reqAddItem: "Add item"
|
||||
reqSetRemoveItems: "Set remove items"
|
||||
reqNoItemsSet: "No items set"
|
||||
reqNoValuesSet: "No values set"
|
||||
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||
reqGreaterThanZero: "Amount must be greater than 0!"
|
||||
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||
reqItemCleared: "Item requirements cleared."
|
||||
reqListsNotSameSize: "The items list and remove items list are not the same size!"
|
||||
reqTrueFalseError: '<input> is not a true or false value!%br%Example: true false true true'
|
||||
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||
reqCustomNotFound: "Custom requirement module not found."
|
||||
reqCustomCleared: "Custom requirements cleared."
|
||||
reqMcMMOError: "<input> is not an mcMMO skill name!"
|
||||
reqMcMMOCleared: "mcMMO skill requirements cleared."
|
||||
reqMcMMOAmountsCleared: "mcMMO 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!"
|
||||
reqNone: "No requirements set"
|
||||
reqNotANumber: "<input> is not a number!"
|
||||
reqMustAddItem: "You must add at least one item first!"
|
||||
reqNoMessage: "You must set a fail requirements message!"
|
||||
reqNoMcMMO: "mcMMO not installed"
|
||||
reqNoHeroes: "Heroes not installed"
|
||||
rewSetMoney: "Set money reward"
|
||||
rewSetQuestPoints: "Set Quest Points reward"
|
||||
rewSetItems: "Set item rewards"
|
||||
rewSetExperience: "Set experience reward"
|
||||
rewSetCommands: "Set command rewards"
|
||||
rewSetPermission: "Set permission rewards"
|
||||
rewSetMcMMO: "Set mcMMO 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>, or 0 to clear the money reward, or -1 to cancel"
|
||||
rewExperiencePrompt: "Enter amount of experience, or 0 to clear the experience reward, or -1 to cancel"
|
||||
rewCommandPrompt: "Enter command rewards separating each one by a <comma>, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
rewCommandPromptHint: 'Note: You may put <player> to specify the player who completed the Quest. e.g. smite <player>'
|
||||
rewPermissionsPrompt: "Enter permission rewards separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
rewQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point reward, or -1 to cancel"
|
||||
rewMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'cancel' to return."
|
||||
rewMcMMOPromptHint: 'Note: Typing ''All'' will give levels to all skills.'
|
||||
rewHeroesClassesPrompt: "Enter Heroes classes separating each one by a space, or enter 'cancel' to return."
|
||||
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed) separating each one by a space, or enter 'cancel' to return."
|
||||
rewPhatLootsPrompt: "Enter PhatLoots separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
rewCustomRewardPrompt: "Enter the name of a custom reward to add, or enter 'clear' to clear all custom rewards, or 'cancel' to return."
|
||||
rewItemsCleared: "Item rewards cleared."
|
||||
rewNoMcMMOSkills: "No skills set"
|
||||
rewNoHeroesClasses: "No classes set"
|
||||
rewSetMcMMOSkillsFirst: "You must set skills first!"
|
||||
rewMcMMOCleared: "mcMMO rewards cleared."
|
||||
rewMcMMOListsNotSameSize: "The skills list and skill amounts list are not the same size!"
|
||||
rewSetHeroesClassesFirst: "You must set classes first!"
|
||||
rewHeroesCleared: "Heroes rewards cleared."
|
||||
rewHeroesListsNotSameSize: "The classes list and experience amounts list are not the same size!"
|
||||
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."
|
||||
rewNoPhat: "PhatLoots not installed"
|
||||
itemCreateLoadHand: "Load item in hand"
|
||||
itemCreateSetName: "Set name"
|
||||
itemCreateSetAmount: "Set amount"
|
||||
itemCreateSetDurab: "Set durability"
|
||||
itemCreateSetEnchs: "Add/clear enchantments"
|
||||
itemCreateSetDisplay: "Set display name"
|
||||
itemCreateSetLore: "Set lore"
|
||||
itemCreateEnterName: "Enter an item name, or 'cancel' to return."
|
||||
itemCreateEnterAmount: "Enter item amount (max. 64), or 'cancel' to return."
|
||||
itemCreateEnterDurab: "Enter item durability, or 'clear' to clear the data, or 'cancel' to return."
|
||||
itemCreateEnterEnch: "Enter an enchantment name, or 'clear' to clear the enchantments, or 'cancel' to return."
|
||||
itemCreateEnterLevel: "Enter a level (number) for <enchantment>"
|
||||
itemCreateEnterDisplay: "Enter item display name, or 'clear' to clear the display name, or 'cancel' to return."
|
||||
itemCreateEnterLore: "Enter item lore, separating each line by a semi-colon ; or 'clear' to clear the lore, or 'cancel' to return."
|
||||
itemCreateLoaded: "Item loaded."
|
||||
itemCreateNoItem: "No item in hand!"
|
||||
itemCreateNoName: "You must set a name first!"
|
||||
itemCreateInvalidName: "Invalid item name!"
|
||||
itemCreateInvalidAmount: "Amount must be between 1-64!"
|
||||
itemCreateInvalidDurab: "Invalid item durability!"
|
||||
itemCreateInvalidEnch: "Invalid enchantment name!"
|
||||
itemCreateInvalidLevel: "Level must be greater than 0!"
|
||||
itemCreateInvalidInput: "Invalid input!"
|
||||
itemCreateNotNumber: "Input was not a number!"
|
||||
itemCreateNoNameAmount: "You must set a name and amount first!"
|
||||
itemCreateCriticalError: "A critical error has occurred."
|
||||
questTitle: "-- <quest> --"
|
||||
questObjectivesTitle: "---(<quest>)---"
|
||||
questCompleteTitle: '**QUEST COMPLETE: <quest>**'
|
||||
questRewardsTitle: "Rewards:"
|
||||
journalTitle: "Quest Journal"
|
||||
questsTitle: "- Quests -"
|
||||
questHelpTitle: "- Quests -"
|
||||
questListTitle: "- Quests -"
|
||||
questNPCListTitle: "- Quests | <npc> -"
|
||||
questAdminHelpTitle: "- Questadmin -"
|
||||
questEditorTitle: "- Quest Editor -"
|
||||
eventEditorTitle: "- Event Editor - "
|
||||
questCreateTitle: "- Create Quest -"
|
||||
questEditTitle: "- Edit Quest -"
|
||||
questDeleteTitle: "- Delete Quest -"
|
||||
requirementsTitle: "- <quest> | Requirements -"
|
||||
rewardsTitle: "- <quest> | Rewards -"
|
||||
itemRequirementsTitle: "- Item Requirements -"
|
||||
itemRewardsTitle: "- Item Rewards -"
|
||||
mcMMORequirementsTitle: "- mcMMO Requirements -"
|
||||
mcMMORewardsTitle: "- mcMMO 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: "- Event -"
|
||||
completedQuestsTitle: "- Completed Quests -"
|
||||
topQuestersTitle: "- Top <number> Questers -"
|
||||
createItemTitle: "- Create Item -"
|
||||
enchantmentsTitle: "- Enchantments -"
|
||||
questGUITitle: "- GUI Item Display -"
|
||||
questRegionTitle: "- Quest Region -"
|
||||
eventEditorGiveItemsTitle: "- Give Items -"
|
||||
eventEditorEffectsTitle: "- Effects -"
|
||||
eventEditorStormTitle: "- Event Storm -"
|
||||
eventEditorThunderTitle: "- Event Thunder -"
|
||||
eventEditorMobSpawnsTitle: "- Event Mob Spawns -"
|
||||
eventEditorMobsTitle: "- Mobs -"
|
||||
eventEditorAddMobTypesTitle: "- Add Mob -"
|
||||
eventEditorPotionEffectsTitle: "- Event Potion Effects -"
|
||||
eventEditorPotionTypesTitle: "- Event Potion Types -"
|
||||
eventEditorWorldsTitle: "- Worlds -"
|
||||
effBlazeShoot: "Sound of a Blaze firing"
|
||||
effBowFire: "Sound of a bow firing"
|
||||
effClick1: "A click sound"
|
||||
effClick2: "A different click sound"
|
||||
effDoorToggle: "Sound of a door opening or closing"
|
||||
effExtinguish: "Sound of fire being extinguished"
|
||||
effGhastShoot: "Sound of a Ghast firing"
|
||||
effGhastShriek: "Sound of a Ghast shrieking"
|
||||
effZombieWood: "Sound of a Zombie chewing an iron door"
|
||||
effZombieIron: "Sound of a Zombie chewing a wooden door"
|
||||
effEnterName: "Enter an effect name to add it to the list, or enter 'cancel' to return"
|
||||
cmdCancel: "cancel"
|
||||
cmdAdd: "add"
|
||||
cmdClear: "clear"
|
||||
cmdNone: "none"
|
||||
cmdDone: "done"
|
||||
acceptQuest: "Accept Quest?"
|
||||
enterAnOption: "Enter an option"
|
||||
questAccepted: 'Quest accepted: <quest>'
|
||||
currentQuest: "Current Quests:"
|
||||
noMoreQuest: "No more quests available."
|
||||
damage: "Damage"
|
||||
break: "Break"
|
||||
place: "Place"
|
||||
use: "Use"
|
||||
cut: "Cut"
|
||||
catchFish: "Catch Fish"
|
||||
enchantItem: "Enchant <item> with <enchantment>"
|
||||
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."
|
||||
invalidSelection: "Invalid selection!"
|
||||
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'"
|
||||
questPointsDisplay: "Quest points:"
|
||||
questNoDrop: "You may not drop Quest items."
|
||||
questNoBrew: "You may not brew Quest items."
|
||||
questNoStore: "You may not store Quest items."
|
||||
questNoCraft: "You may not craft Quest items."
|
||||
questNoEquip: "You may not equip Quest items."
|
||||
questNoDispense: "You may not put Quest items in dispensers."
|
||||
questNoEnchant: "You may not enchant Quest items."
|
||||
questNoSmelt: "You may not smelt using Quest items."
|
||||
questInfoNoPerms: "You do not have permission to view a Quest's information."
|
||||
questCmdNoPerms: "You do not have access to that command."
|
||||
pageSelectionNum: "Page selection must be a number."
|
||||
pageSelectionPosNum: "Page selection must be a positive number."
|
||||
questListNoPerms: "You do not have permission to view the Quests list."
|
||||
questTakeNoPerms: "You do not have permission to take Quests via commands."
|
||||
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||
questQuit: "You have quit <quest>"
|
||||
questQuitNoPerms: "You do not have permission to quit Quests."
|
||||
questQuitDisabled: "Quitting Quests has been disabled."
|
||||
questEditorNoPerms: "You do not have permission to use the Quests Editor."
|
||||
eventEditorNoPerms: "You do not have permission to use the Events Editor."
|
||||
questsUnknownCommand: "Unknown Quests command. Type /quests for help."
|
||||
pageNotExist: "Page does not exist."
|
||||
pageFooter: "- Page <current> of <all> -"
|
||||
questsReloaded: "Quests 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>."
|
||||
questPurged: "<player> has been purged and blacklisted."
|
||||
questReset: "<player> has been reset."
|
||||
questRemoved: "Quest <quest> has been removed from player <player>'s completed Quests."
|
||||
settingAllQuestPoints: "Setting all players' Quest Points..."
|
||||
allQuestPointsSet: "All players' Quest Points have been set to <number>!"
|
||||
setQuestPoints: "<player>'s Quest Points have been set to <number>."
|
||||
questPointsSet: "<player> has set your Quest Points to <number>."
|
||||
takeQuestPoints: "Took away <number> Quest Points from <player>."
|
||||
questPointsTaken: "<player> took away <number> Quest Points."
|
||||
giveQuestPoints: "Gave <number> Quest Points from <player>."
|
||||
questPointsGiven: "<player> gave you <number> Quest Points."
|
||||
enableNPCGUI: "<npc> will now provide a GUI Quest Display."
|
||||
disableNPCGUI: "<npc> will no longer provide a GUI Quest Display."
|
||||
invalidNumber: "Invalid number."
|
||||
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||
playerNotFound: "Player not found."
|
||||
invalidStageNum: "Invalid stage number for Quest <quest>"
|
||||
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||
errorReading: "Error reading <file>, skipping.."
|
||||
errorReadingSuppress: "Error reading <file>, suppressing further errors."
|
||||
errorDataFolder: 'Error: Unable to read Quests data folder!'
|
||||
questsPlayerHasQuestAlready: "<player> is already on the Quest <quest>!"
|
||||
questsUnknownAdminCommand: "Unknown Questsadmin command. Type /questsadmin for help."
|
||||
unknownError: "An unknown error occurred. See console output."
|
||||
journalTaken: "You take out your Quest Journal."
|
||||
journalPutAway: "You put away your Quest Journal."
|
||||
journalAlreadyHave: "You already have your Quest Journal out."
|
||||
journalNoRoom: "You have no room in your inventory for your Quest Journal!"
|
||||
journalNoQuests: "You have no accepted quests!"
|
||||
journalDenied: "You cannot do that with your Quest Journal."
|
||||
ENCHANTMENT_ARROW_DAMAGE: "Power"
|
||||
ENCHANTMENT_ARROW_FIRE: "Flame"
|
||||
ENCHANTMENT_ARROW_INFINITE: "Infinity"
|
||||
ENCHANTMENT_ARROW_KNOCKBACK: "Punch"
|
||||
ENCHANTMENT_BINDING_CURSE: "BindingCurse"
|
||||
ENCHANTMENT_DAMAGE_ALL: "Sharpness"
|
||||
ENCHANTMENT_DAMAGE_ARTHROPODS: "BaneOfArthropods"
|
||||
ENCHANTMENT_DEPTH_STRIDER: "DepthStrider"
|
||||
ENCHANTMENT_DAMAGE_UNDEAD: "Smite"
|
||||
ENCHANTMENT_DIG_SPEED: "Efficiency"
|
||||
ENCHANTMENT_DURABILITY: "Unbreaking"
|
||||
ENCHANTMENT_FIRE_ASPECT: "FireAspect"
|
||||
ENCHANTMENT_FROST_WALKER: "FrostWalker"
|
||||
ENCHANTMENT_KNOCKBACK: "Knockback"
|
||||
ENCHANTMENT_LOOT_BONUS_BLOCKS: "Fortune"
|
||||
ENCHANTMENT_LOOT_BONUS_MOBS: "Looting"
|
||||
ENCHANTMENT_LUCK: "LuckOfTheSea"
|
||||
ENCHANTMENT_LURE: "Lure"
|
||||
ENCHANTMENT_MENDING: "Mending"
|
||||
ENCHANTMENT_OXYGEN: "Respiration"
|
||||
ENCHANTMENT_PROTECTION_ENVIRONMENTAL: "Protection"
|
||||
ENCHANTMENT_PROTECTION_EXPLOSIONS: "BlastProtection"
|
||||
ENCHANTMENT_PROTECTION_FALL: "FeatherFalling"
|
||||
ENCHANTMENT_PROTECTION_FIRE: "FireProtection"
|
||||
ENCHANTMENT_PROTECTION_PROJECTILE: "ProjectileProtection"
|
||||
ENCHANTMENT_SILK_TOUCH: "SilkTouch"
|
||||
ENCHANTMENT_SWEEPING: "Sweeping"
|
||||
ENCHANTMENT_THORNS: "Thorns"
|
||||
ENCHANTMENT_VANISHING_CURSE: "VanishingCurse"
|
||||
ENCHANTMENT_WATER_WORKER: "AquaAffinity"
|
||||
COLOR_BLACK: "Black"
|
||||
COLOR_BLUE: "Blue"
|
||||
COLOR_BROWN: "Brown"
|
||||
COLOR_CYAN: "Cyan"
|
||||
COLOR_GRAY: "Gray"
|
||||
COLOR_GREEN: "Green"
|
||||
COLOR_LIGHT_BLUE: "LightBlue"
|
||||
COLOR_LIME: "Lime"
|
||||
COLOR_MAGENTA: "Magenta"
|
||||
COLOR_ORANGE: "Orange"
|
||||
COLOR_PINK: "Pink"
|
||||
COLOR_PURPLE: "Purple"
|
||||
COLOR_RED: "Red"
|
||||
COLOR_SILVER: "Silver"
|
||||
COLOR_WHITE: "White"
|
||||
COLOR_YELLOW: "Yellow"
|
||||
timeDay: "Day"
|
||||
timeDays: "Days"
|
||||
timeHour: "Hour"
|
||||
timeHours: "Hours"
|
||||
timeMinute: "Minute"
|
||||
timeMinutes: "Minutes"
|
||||
timeSecond: "Second"
|
||||
timeSeconds: "Seconds"
|
||||
timeMillisecond: "Millisecond"
|
||||
timeMilliseconds: "Milliseconds"
|
||||
event: "Event"
|
||||
delay: "Delay"
|
||||
save: "Save"
|
||||
exit: "Exit"
|
||||
exited: "Exited"
|
||||
cancel: "Cancel"
|
||||
cancelled: "Cancelled"
|
||||
questTimeout: "Cancelled."
|
||||
back: "Back"
|
||||
yesWord: "Yes"
|
||||
noWord: "No"
|
||||
"true": "true"
|
||||
"false": "false"
|
||||
clear: "Clear"
|
||||
edit: "Edit"
|
||||
none: "None"
|
||||
done: "Done"
|
||||
comma: "comma"
|
||||
finish: "Finish"
|
||||
quit: "Quit"
|
||||
noneSet: "None set"
|
||||
noDelaySet: "No delay set"
|
||||
noIdsSet: "No IDs set"
|
||||
noNamesSet: "No names set"
|
||||
worlds: "Worlds"
|
||||
mobs: "Mobs"
|
||||
points: "points"
|
||||
invalidOption: "Invalid option!"
|
||||
npcHint: 'Note: You can left or right click on NPC''s to get their ID.'
|
||||
listDuplicate: "List contains duplicates!"
|
||||
id: "ID"
|
||||
quest: "Quest"
|
||||
quests: "Quests"
|
||||
createdBy: "Created by"
|
||||
continuedBy: "and continued by"
|
||||
questPoints: "Quest Points"
|
||||
accepted: "Accepted"
|
||||
complete: "Complete"
|
||||
redoable: "Redoable"
|
||||
usage: "Usage"
|
||||
redoableEvery: "Redoable every <time>."
|
||||
requirements: "Requirements"
|
||||
money: "Money"
|
||||
with: "With"
|
||||
to: "to"
|
||||
blocksWithin: "within <amount> blocks of"
|
||||
valRequired: "Value required"
|
||||
enchantedItem: "*Enchanted*"
|
||||
experience: "Experience"
|
||||
timerMessage: '<green>Time left to finish the quest/stage: <red>%s seconds'
|
||||
timerStart: "<green>You have <red>%s seconds <green>to finish this quest/stage"
|
||||
questErrorReadingFile: "Error reading Quests file."
|
||||
questSaveError: "An error occurred while saving."
|
||||
questBlacklisted: "You are blacklisted. Contact an admin if this is in error."
|
858
src/main/resources/lang/zh/strings.yml
Normal file
858
src/main/resources/lang/zh/strings.yml
Normal file
@ -0,0 +1,858 @@
|
||||
---
|
||||
questFailed: "*任务失败*"
|
||||
questMaxAllowed: "您可能只有 <number> 任务。"
|
||||
questAlreadyOn: "你已经在做这个任务了!"
|
||||
questTooEarly: "不能将 <quest> 再次用于 <time>。"
|
||||
questAlreadyCompleted: "您已经完成了 <quest>。"
|
||||
questInvalidLocation: "您不能在这个位置接受 <quest>."
|
||||
questInvalidDeliveryItem: "<item> 不是此任务所需的物品!"
|
||||
questSelectedLocation: "选定位置"
|
||||
questDisplayHelp: "-显示此帮助"
|
||||
COMMAND_LIST: "列表"
|
||||
COMMAND_LIST_HELP: "列表 [页] - 列出可用任务"
|
||||
COMMAND_TAKE: "采取"
|
||||
COMMAND_TAKE_HELP: "接受 [任务名称]"
|
||||
COMMAND_TAKE_USAGE: '使用: /quests take [quest]'
|
||||
COMMAND_QUIT: "quit"
|
||||
COMMAND_QUIT_HELP: "quit [任务名] - 放弃任务"
|
||||
COMMAND_EDITOR: "editor"
|
||||
COMMAND_EDITOR_HELP: "editor - 创建/编辑任务"
|
||||
COMMAND_EVENTS_EDITOR: "events"
|
||||
COMMAND_EVENTS_EDITOR_HELP: "events - 创建/编辑事件"
|
||||
COMMAND_STATS: "stats"
|
||||
COMMAND_STATS_HELP: "stats - 查看任务状态"
|
||||
COMMAND_TOP: "top"
|
||||
COMMAND_TOP_HELP: "top [数] - 查看任务排行榜"
|
||||
COMMAND_TOP_USAGE: '用法: /quests top [数]'
|
||||
COMMAND_INFO: "info"
|
||||
COMMAND_INFO_HELP: "info - 显示插件信息"
|
||||
COMMAND_JOURNAL: "journal"
|
||||
COMMAND_JOURNAL_HELP: "journal - 查看你的任务提示"
|
||||
COMMAND_QUEST_HELP: "- 显示当前任务提示"
|
||||
COMMAND_QUESTINFO_HELP: "[任务名] - 显示任务信息"
|
||||
COMMAND_QUESTADMIN_HELP: "- 查看管理员任务帮助"
|
||||
COMMAND_QUESTADMIN_STATS: "stats"
|
||||
COMMAND_QUESTADMIN_STATS_HELP: "stats [玩家] - 查看某玩家的任务状态"
|
||||
COMMAND_QUESTADMIN_GIVE: "give"
|
||||
COMMAND_QUESTADMIN_GIVE_HELP: "give [玩家] [任务名] - 强制玩家接受任务"
|
||||
COMMAND_QUESTADMIN_QUIT: "quit"
|
||||
COMMAND_QUESTADMIN_QUIT_HELP: "quit [玩家] [任务名] - 强制玩家放弃任务"
|
||||
COMMAND_QUESTADMIN_POINTS: "points"
|
||||
COMMAND_QUESTADMIN_POINTS_HELP: "points [玩家] [任务点] - 设置玩家的任务点"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [玩家] [任务点] - 扣除玩家的任务点"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [玩家] [任务点] - 添加玩家的任务点"
|
||||
COMMAND_QUESTADMIN_POINTSALL: "pointsall"
|
||||
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [任务点] - 设置所有玩家的任务点"
|
||||
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||
COMMAND_QUESTADMIN_FINISH_HELP: "finish [玩家] [任务名] - 强制玩家立刻完成指定任务"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE: "nextstage"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "nextstage [玩家] [任务名] - 强制玩家的任务阶段立刻完成"
|
||||
COMMAND_QUESTADMIN_SETSTAGE: "setstage"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_HELP: "setstage [玩家] [任务] [阶段] - 为玩家设置任务阶段"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_USAGE: '用法: /questadmin setstage [玩家] [任务] [阶段]'
|
||||
COMMAND_QUESTADMIN_PURGE: "purge"
|
||||
COMMAND_QUESTADMIN_PURGE_HELP: "purge [玩家] - 清除玩家所有任务记录并将其加入黑名单"
|
||||
COMMAND_QUESTADMIN_RESET: "reset"
|
||||
COMMAND_QUESTADMIN_RESET_HELP: "reset [玩家] - 清除玩家所有任务记录"
|
||||
COMMAND_QUESTADMIN_REMOVE: "remove"
|
||||
COMMAND_QUESTADMIN_REMOVE_HELP: "remove [玩家] [任务名] - 移除玩家一个已经完成的任务"
|
||||
COMMAND_QUESTADMIN_TOGGLEGUI: "togglegui"
|
||||
COMMAND_QUESTADMIN_TOGGLEGUI_HELP: "togglegui [npc id] - 设置在NPC上显示GUI菜单任务"
|
||||
COMMAND_QUESTADMIN_RELOAD: "reload"
|
||||
COMMAND_QUESTADMIN_RELOAD_HELP: "reload - 重载所有任务"
|
||||
questEditorHeader: "创建任务"
|
||||
questEditorCreate: "创建新任务"
|
||||
questEditorEdit: "编辑任务"
|
||||
questEditorDelete: "删除任务"
|
||||
questEditorName: "设置名称"
|
||||
questEditorAskMessage: "Set ask message"
|
||||
questEditorFinishMessage: "Set finish message"
|
||||
questEditorRedoDelay: "Set redo delay"
|
||||
questEditorNPCStart: "Set NPC start"
|
||||
questEditorBlockStart: "Set Block start"
|
||||
questEditorInitialEvent: "Set initial Event"
|
||||
questEditorSetGUI: "Set GUI Item display"
|
||||
questEditorReqs: "Edit Requirements"
|
||||
questEditorStages: "Edit Stages"
|
||||
questEditorRews: "Edit Rewards"
|
||||
questEditorEnterQuestName: "Enter Quest name (or 'cancel' to return)"
|
||||
questEditorEditEnterQuestName: "Enter Quest name to edit (or 'cancel' to return)"
|
||||
questEditorEnterAskMessage: "Enter ask message (or 'cancel' to return)"
|
||||
questEditorEnterFinishMessage: "Enter finish message (or 'cancel' to return)"
|
||||
questEditorEnterRedoDelay: "Enter amount of time (in seconds), 0 to clear the redo delay or -1 to cancel"
|
||||
questEditorEnterNPCStart: "Enter NPC ID, -1 to clear the NPC start or -2 to cancel"
|
||||
questEditorEnterBlockStart: "Right-click on a block to use as a start point, then enter 'done' to save, or enter 'clear' to clear the block start, or 'cancel' to return"
|
||||
questEditorEnterInitialEvent: "Enter an Event name, or enter 'clear' to clear the initial Event, or 'cancel' to return"
|
||||
questRequiredNoneSet: "Required, none set"
|
||||
questWGSetRegion: "Set Region"
|
||||
questWGNotInstalled: "WorldGuard not installed"
|
||||
questWGPrompt: "Enter WorldGuard region, or enter 'clear' to clear the region, or 'cancel' to return."
|
||||
questWGInvalidRegion: "<region> is not a valid WorldGuard region!"
|
||||
questWGRegionCleared: "Quest region cleared."
|
||||
questCitNotInstalled: "Citizens not installed"
|
||||
questDenNotInstalled: "Denizen not installed"
|
||||
questGUIError: 'Error: That item is already being used as the GUI Display for the Quest <quest>.'
|
||||
questCurrentItem: "Current item:"
|
||||
questSetItem: "Set Item"
|
||||
questClearItem: "Clear Item"
|
||||
questGUICleared: "任务GUI物品显示已清除"
|
||||
questDeleted: "任务已删除! 任务和事件已经重载."
|
||||
questEditorNameExists: "已经有任务使用了这个名字!"
|
||||
questEditorBeingEdited: "已经有其他管理员正在创建/编辑那个名字的任务了!"
|
||||
questEditorInvalidQuestName: "任务名字中包含非法字符!"
|
||||
questEditorInvalidEventName: "事件名非法!"
|
||||
questEditorInvalidNPC: "NPC不存在!"
|
||||
questEditorNoStartBlockSelected: "你必须先选择一个方块."
|
||||
questEditorPositiveAmount: "这个数字必须是一个正数."
|
||||
questEditorQuestAsRequirement1: "这个任务拥有"
|
||||
questEditorQuestAsRequirement2: "作为需求:"
|
||||
questEditorQuestAsRequirement3: "你必须编辑这些任务 使得他们在删除前不会使用它们."
|
||||
questEditorQuestNotFound: "任务未找到!"
|
||||
questEditorEventCleared: "事件已清除."
|
||||
questEditorSave: "完成并保存"
|
||||
questEditorNeedAskMessage: "你必须设置任务描述语!"
|
||||
questEditorNeedFinishMessage: "你必须设置结束语!"
|
||||
questEditorNeedStages: "你的任务没有阶段!"
|
||||
questEditorSaved: "任务已保存! (你需要重载所有任务来让它显示)"
|
||||
questEditorExited: "尚未保存!是否立刻退出?"
|
||||
questEditorDeleted: "是否确认删除任务?"
|
||||
questEditorNoPermsCreate: "你没有权限创建任务."
|
||||
questEditorNoPermsEdit: "你没有权限编辑任务."
|
||||
questEditorNoPermsDelete: "你没有权限删除任务."
|
||||
stageEditorEditStage: "编辑阶段"
|
||||
stageEditorNewStage: "添加新阶段"
|
||||
stageEditorStages: "阶段"
|
||||
stageEditorStage: "阶段"
|
||||
stageEditorBreakBlocks: "破坏方块"
|
||||
stageEditorDamageBlocks: "撸方块"
|
||||
stageEditorPlaceBlocks: "放置方块"
|
||||
stageEditorUseBlocks: "使用方块"
|
||||
stageEditorCutBlocks: "剪切方块"
|
||||
stageEditorCatchFish: "捕鱼"
|
||||
stageEditorFish: "鱼"
|
||||
stageEditorKillPlayers: "击杀玩家"
|
||||
stageEditorPlayers: "玩家"
|
||||
stageEditorEnchantItems: "附魔物品"
|
||||
stageEditorDeliverItems: "转交物品"
|
||||
stageEditorTalkToNPCs: "与NPC交谈"
|
||||
stageEditorKillNPCs: "杀死NPC"
|
||||
stageEditorKillMobs: "杀死怪物"
|
||||
stageEditorReachLocs: "到达地点"
|
||||
stageEditorReachRadii1: "到达位置半径"
|
||||
stageEditorReachRadii2: "方块内的点"
|
||||
stageEditorTameMobs: "驯服怪物"
|
||||
stageEditorShearSheep: "剪羊毛"
|
||||
stageEditorEvents: "事件"
|
||||
stageEditorStageEvents: "\n阶段事件"
|
||||
stageEditorStartEvent: "Start Event"
|
||||
stageEditorStartEventCleared: "Start Event cleared."
|
||||
stageEditorFinishEvent: "Finish Event"
|
||||
stageEditorFinishEventCleared: "Finish Event cleared."
|
||||
stageEditorChatEvents: "Chat Events"
|
||||
stageEditorChatTrigger: "Chat Trigger"
|
||||
stageEditorTriggeredBy: "Triggered by"
|
||||
stageEditorChatEventsCleared: "Chat Events cleared."
|
||||
stageEditorDeathEvent: "Death Event"
|
||||
stageEditorDeathEventCleared: "Death Event cleared."
|
||||
stageEditorDisconnectEvent: "Disconnect Event"
|
||||
stageEditorDisconnectEventCleared: "Disconnect Event 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 durability"
|
||||
stageEditorSetDamageAmounts: "Set damage amounts"
|
||||
stageEditorSetPlaceAmounts: "Set place amounts"
|
||||
stageEditorSetUseAmounts: "Set use amounts"
|
||||
stageEditorSetCutAmounts: "Set cut amounts"
|
||||
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 Objectives"
|
||||
stageEditorAddPasswordDisplay: "Add password display"
|
||||
stageEditorAddPasswordPhrases: "Add password phrase(s)"
|
||||
stageEditorNoPasswordDisplays: "No password displays set"
|
||||
stageObjectiveOverride: "Objective Display Override"
|
||||
stageEditorCustom: "Custom Objectives"
|
||||
stageEditorNoModules: "No modules loaded"
|
||||
stageEditorModuleNotFound: "Custom objective module not found."
|
||||
stageEditorCustomPrompt: "Enter the name of a custom objective to add, or enter 'clear' to clear all custom objectives, or 'cancel' to return."
|
||||
stageEditorCustomAlreadyAdded: "That custom objective has already been added!"
|
||||
stageEditorCustomCleared: "Custom objectives cleared."
|
||||
stageEditorCustomDataPrompt: "Enter value for <data>:"
|
||||
stageEditorEnterBlockNames: "Enter block names (or IDs), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorBreakBlocksPrompt: "Enter break amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorDamageBlocksPrompt: "Enter damage amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorPlaceBlocksPrompt: "Enter place amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorUseBlocksPrompt: "Enter use amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorCutBlocksPrompt: "Enter cut amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorEnterBlockDurability: "Enter block durability (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorCatchFishPrompt: "Enter number of fish to catch, or 0 to clear the fish catch objective, or -1 to cancel"
|
||||
stageEditorKillPlayerPrompt: "Enter number of players to kill, or 0 to clear the player kill objective, or -1 to cancel"
|
||||
stageEditorEnchantTypePrompt: "Enter enchantment names, separating each one by a comma, or enter 'cancel' to return."
|
||||
stageEditorEnchantAmountsPrompt: "Enter enchant amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorItemNamesPrompt: "Enter item names, separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorNPCPrompt: "Enter NPC ids, separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorNPCToTalkToPrompt: "Enter NPC IDs, separating each one by a space, or enter 'clear' to clear the NPC ID list, or 'cancel' to return."
|
||||
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
||||
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobAmountsPrompt: "Enter mob amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the kill location list, or enter 'cancel' to return"
|
||||
stageEditorMobLocationRadiiPrompt: "Enter kill location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
||||
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorReachLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||
stageEditorTameAmountsPrompt: "Enter tame amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorShearColorsPrompt: "Enter sheep colors separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorShearAmountsPrompt: "Enter shear amounts separating each one by a space, or enter 'cancel' to return"
|
||||
stageEditorEventsPrompt: "Enter an event name, or enter 'clear' to clear the event, or 'cancel' to return"
|
||||
stageEditorChatEventsPrompt: "Enter an event name to add, or enter 'clear' to clear all chat events, or 'cancel' to return"
|
||||
stageEditorChatEventsTriggerPromptA: "Enter a chat trigger for"
|
||||
stageEditorChatEventsTriggerPromptB: "or enter 'cancel' to return."
|
||||
stageEditorDelayPrompt: "Enter time (in seconds), or enter 'clear' to clear the delay, or 'cancel' to return"
|
||||
stageEditorDelayMessagePrompt: "Enter delay message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorScriptPrompt: "Enter script name, or enter 'clear' to clear the script, or 'cancel' to return"
|
||||
stageEditorStartMessagePrompt: "Enter start message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorCompleteMessagePrompt: "Enter complete message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||
stageEditorPasswordDisplayPrompt: "Enter a password display, or 'cancel' to return"
|
||||
stageEditorPasswordDisplayHint: "(This is the text that will be displayed to the player as their objective)"
|
||||
stageEditorPasswordPhrasePrompt: "Enter a password phrase, or 'cancel' to return"
|
||||
stageEditorPasswordPhraseHint1: "(This is the text that a player has to say to complete the objective)"
|
||||
stageEditorPasswordPhraseHint2: "If you want multiple password phrases, seperate them by a | (pipe)"
|
||||
stageEditorObjectiveOverridePrompt: "Enter objective display override, or 'clear' to clear the override, or 'cancel' to return."
|
||||
stageEditorObjectiveOverrideHint: "(The objective display override will show up as the players current objective)"
|
||||
stageEditorObjectiveOverrideCleared: "Objective display override cleared."
|
||||
stageEditorDeliveryAddItem: "Add item"
|
||||
stageEditorDeliveryNPCs: "Set NPC IDs"
|
||||
stageEditorDeliveryMessages: "Set delivery messages"
|
||||
stageEditorContainsDuplicates: "List contains duplicates!"
|
||||
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!"
|
||||
stageEditorInvalidNumber: "is not a number!"
|
||||
stageEditorInvalidDye: "is not a valid dye color!"
|
||||
stageEditorInvalidEvent: "is not a valid event name!"
|
||||
stageEditorDuplicateEvent: "Event is already in the list!"
|
||||
stageEditorInvalidDelay: "Delay must be at least one second!"
|
||||
stageEditorInvalidScript: "Denizen script not found!"
|
||||
stageEditorNoCitizens: "Citizens is not installed!"
|
||||
stageEditorNoDenizen: "Denizen is not installed!"
|
||||
stageEditorPositiveAmount: "You must enter a positive number!"
|
||||
stageEditorNoNumber: "Input was not a number!"
|
||||
stageEditorNotGreaterThanZero: "is not greater than 0!"
|
||||
stageEditorNotListofNumbers: "Invalid entry, input was not a list of numbers!"
|
||||
stageEditorNoDelaySet: "You must set a delay first!"
|
||||
stageEditorNoBlockNames: "You must set block names first!"
|
||||
stageEditorNoEnchantments: "You must set enchantments first!"
|
||||
stageEditorNoItems: "You must add items first!"
|
||||
stageEditorNoDeliveryMessage: "You must set at least one delivery message!"
|
||||
stageEditorNoNPCs: "You must set NPC IDs first!"
|
||||
stageEditorNoMobTypes: "You must set mob types first!"
|
||||
stageEditorNoKillLocations: "You must set kill locations first!"
|
||||
stageEditorNoBlockSelected: "You must select a block first."
|
||||
stageEditorNoColors: "You must set colors first!"
|
||||
stageEditorNoLocations: "You must set locations first!"
|
||||
stageEditorNoEnchantmentsSet: "No enchantments set"
|
||||
stageEditorNoItemsSet: "No items set"
|
||||
stageEditorNoMobTypesSet: "No mob types set"
|
||||
stageEditorNoLocationsSet: "No locations set"
|
||||
stageEditorNoColorsSet: "No colors set"
|
||||
stageEditorListNotSameSize: "The block names list and the amounts list are not the same size!"
|
||||
stageEditorEnchantmentNotSameSize: "The enchantments list, the item id list and the enchant amount list are not the same size!"
|
||||
stageEditorDeliveriesNotSameSize: "The item list and the NPC list are not equal in size!"
|
||||
stageEditorNPCKillsNotSameSize: "The NPC IDs list and the kill amounts list are not the same size!"
|
||||
stageEditorAllListsNotSameSize: "All of your lists are not the same size!"
|
||||
stageEditorMobTypesNotSameSize: "The mob types list and the mob amounts list are not the same size!"
|
||||
stageEditorTameMobsNotSameSize: "The mob types list and the tame amounts list are not the same size!"
|
||||
stageEditorShearNotSameSize: "The sheep colors list and the shear amounts list are not the same size!"
|
||||
stageEditorMustSetPasswordDisplays: "You must add at least one password display first!"
|
||||
stageEditorAddPasswordCleared: "Password Objectives cleared."
|
||||
stageEditorPasswordNotSameSize: "The password display and password phrase lists are not the same size!"
|
||||
stageEditorListContainsDuplicates: " List contains duplicates!"
|
||||
stageEditorDelayCleared: "Delay cleared."
|
||||
stageEditorDelayMessageCleared: "Delay message cleared."
|
||||
stageEditorDenizenCleared: "Denizen script cleared."
|
||||
stageEditorBreakBlocksCleared: "Break blocks objective cleared."
|
||||
stageEditorDamageBlocksCleared: "Damage blocks objective cleared."
|
||||
stageEditorPlaceBlocksCleared: "Place blocks objective cleared."
|
||||
stageEditorUseBlocksCleared: "Use blocks objective cleared."
|
||||
stageEditorCutBlocksCleared: "Cut blocks objective cleared."
|
||||
stageEditorEnchantmentsCleared: "Enchantment objective cleared."
|
||||
stageEditorDeliveriesCleared: "Delivery objective cleared."
|
||||
stageEditorReachLocationsCleared: "Reach Locations objective cleared."
|
||||
stageEditorKillNPCsCleared: "Kill NPCs objective cleared."
|
||||
stageEditorKillMobsCleared: "Kill Mobs objective cleared."
|
||||
stageEditorTameCleared: "Tame Mobs objective cleared."
|
||||
stageEditorShearCleared: "Shear Sheep objective cleared."
|
||||
stageEditorStartMessageCleared: "Start message cleared."
|
||||
stageEditorCompleteMessageCleared: "Complete message cleared."
|
||||
stageEditorConfirmStageDelete: "Are you sure you want to delete this stage?"
|
||||
stageEditorConfirmStageNote: "Any Stages after will be shifted back one spot"
|
||||
stageEditorDeleteSucces: "Stage deleted successfully."
|
||||
stageEditorEnchantments: "Enchantments"
|
||||
stageEditorNPCNote: 'Note: You may specify the name of the NPC with <npc>'
|
||||
stageEditorOptional: "Optional"
|
||||
stageEditorColors: "Sheep Colors"
|
||||
allListsNotSameSize: "All of your lists are not the same size!"
|
||||
eventEditorCreate: "Create new Event"
|
||||
eventEditorEdit: "Edit an Event"
|
||||
eventEditorDelete: "Delete an Event"
|
||||
eventEditorCreatePermisssions: "You do not have permission to create new Events."
|
||||
eventEditorEditPermisssions: "You do not have permission to edit Events."
|
||||
eventEditorDeletePermisssions: "You do not have permission to delete Events."
|
||||
eventEditorNoneToEdit: "No Events currently exist to be edited!"
|
||||
eventEditorNoneToDelete: "No Events currently exist to be deleted!"
|
||||
eventEditorNotFound: "Event not found!"
|
||||
eventEditorExists: "Event already exists!"
|
||||
eventEditorSomeone: "Someone is already creating or editing an Event with that name!"
|
||||
eventEditorAlpha: "Name must be alphanumeric!"
|
||||
eventEditorErrorReadingFile: "Error reading Events file."
|
||||
eventEditorErrorSaving: "An error occurred while saving."
|
||||
eventEditorDeleted: "Event deleted, Quests and Events reloaded."
|
||||
eventEditorSaved: "Event saved, Quests and Events reloaded."
|
||||
eventEditorEnterEventName: "Enter an Event name, or 'cancel' to return."
|
||||
eventEditorDeletePrompt: "Are you sure you want to delete the Event"
|
||||
eventEditorQuitWithoutSaving: "Are you sure you want to quit without saving?"
|
||||
eventEditorFinishAndSave: "Are you sure you want to finish and save the Event"
|
||||
eventEditorModifiedNote: 'Note: You have modified an Event that the following Quests use:'
|
||||
eventEditorForcedToQuit: "If you save the Event, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||
eventEditorEventInUse: "The following Quests use the Event"
|
||||
eventEditorMustModifyQuests: "eventEditorNotFound"
|
||||
eventEditorListSizeMismatch: "The lists are not the same size!"
|
||||
eventEditorListDuplicates: "List contains duplicates!"
|
||||
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||
eventEditorInvalidEntry: "Invalid entry"
|
||||
eventEditorSetName: "Set name"
|
||||
eventEditorSetMessage: "Set message"
|
||||
eventEditorClearInv: "Clear player 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: "Set potion effects"
|
||||
eventEditorSetHunger: "Set player hunger level"
|
||||
eventEditorSetSaturation: "Set player saturation level"
|
||||
eventEditorSetHealth: "Set player health level"
|
||||
eventEditorEnterTimerSeconds: "Set number of seconds left before the quest fails (use cancel-timer event to cancel timers)"
|
||||
eventEditorSetTimer: "Set time to fail quest"
|
||||
eventEditorCancelTimer: "Cancel the quest timer"
|
||||
eventEditorSetTeleport: "Set player teleport location"
|
||||
eventEditorSetCommands: "Set commands to execute"
|
||||
eventEditorItems: "Event Items"
|
||||
eventEditorSetItems: "Give items"
|
||||
eventEditorItemsCleared: "Event items cleared."
|
||||
eventEditorAddItem: "Add item"
|
||||
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!"
|
||||
eventEditorNotGreaterThanZero: "is not greater than 0!"
|
||||
eventEditorNotANumber: "is not a number!"
|
||||
eventEditorStorm: "Event 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, or enter 'cancel' to return"
|
||||
eventEditorEnterDuration: "Enter duration (in seconds)"
|
||||
eventEditorAtLeastOneSecond: "Amount must be at least 1 second!"
|
||||
eventEditorNotGreaterThanOneSecond: "is not greater than 1 second!"
|
||||
eventEditorThunder: "Event Thunder"
|
||||
eventEditorMustSetThunderDuration: "You must set a thunder duration!"
|
||||
eventEditorThunderCleared: "Thunder data cleared."
|
||||
eventEditorEnterThunderWorld: "Enter a world name for the thunder to occur in, or enter 'cancel' to return"
|
||||
eventEditorEffects: "Event Effects"
|
||||
eventEditorAddEffect: "Add effect"
|
||||
eventEditorAddEffectLocation: "Add effect location"
|
||||
eventEditorNoEffects: "No effects set"
|
||||
eventEditorMustAddEffects: "You must add effects first!"
|
||||
eventEditorInvalidEffect: "is not a valid effect name!"
|
||||
eventEditorEffectsCleared: "Event effects cleared."
|
||||
eventEditorEffectLocationPrompt: "Right-click on a block to play an effect at, then enter 'add' to add it to the list, or enter 'cancel' to return"
|
||||
eventEditorMobSpawns: "Event Mob Spawns"
|
||||
eventEditorAddMobTypes: "Add mob"
|
||||
eventEditorNoTypesSet: "(No type set)"
|
||||
eventEditorMustSetMobTypesFirst: "You must set the mob type first!"
|
||||
eventEditorSetMobAmounts: "Set mob amount"
|
||||
eventEditorNoAmountsSet: "(No amounts set)"
|
||||
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"
|
||||
eventEditorSetMobSpawnLoc: "Right-click on a block to spawn a mob at, then enter 'add' to the confirm it, or enter 'cancel' to return"
|
||||
eventEditorSetMobSpawnAmount: "Set the amount of mobs to spawn"
|
||||
eventEditorSetDropChance: "Set the drop chance"
|
||||
eventEditorInvalidDropChance: "Drop chance has to be between 0.0 and 1.0"
|
||||
eventEditorLightningPrompt: "Right-click on a block to spawn a lightning strike at, then enter 'add' to add it to the list, or enter 'clear' to clear the locations list, or 'cancel' to return"
|
||||
eventEditorPotionEffects: "Event 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!"
|
||||
eventEditorNoDurationsSet: "(No durations set)"
|
||||
eventEditorSetPotionMagnitudes: "Set potion effect magnitudes"
|
||||
eventEditorPotionsCleared: "Potion effects cleared."
|
||||
eventEditorInvalidPotionType: "is not a valid potion effect type!"
|
||||
eventEditorEnterNPCId: "Enter NPC ID (or -1 to return)"
|
||||
eventEditorNoNPCExists: "No NPC exists with that id!"
|
||||
eventEditorExplosionPrompt: "Right-click on a block to spawn an explosion at, then enter 'add' to add it to the list, or enter 'clear' to clear the explosions list, or 'cancel' to return"
|
||||
eventEditorSelectBlockFirst: "You must select a block first."
|
||||
eventEditorSetMessagePrompt: "Enter message, or enter 'none' to delete, (or 'cancel' to return)"
|
||||
eventEditorSetItemNamesPrompt: "Enter item names separating each one by a space, or enter 'cancel' to return."
|
||||
eventEditorSetItemAmountsPrompt: "Enter item amounts (numbers) separating each one by a space, or enter 'cancel' to return."
|
||||
eventEditorSetMobTypesPrompt: "Enter mob name, or enter 'cancel' to return"
|
||||
eventEditorSetMobAmountsPrompt: "Enter mob amount, or enter 'cancel' to return"
|
||||
eventEditorSetMobNamePrompt: "Set the name for this mob, or enter 'cancel' to return"
|
||||
eventEditorSetMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the mob spawn location list, or enter 'cancel' to return"
|
||||
eventEditorSetPotionEffectsPrompt: "Enter potion effect types separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetPotionDurationsPrompt: "Enter effect durations (in milliseconds) separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes separating each one by a space, or enter 'cancel' to return"
|
||||
eventEditorSetHungerPrompt: "Enter hunger level, or -1 to remove it"
|
||||
eventEditorHungerLevelAtLeastZero: "Hunger level must be at least 0!"
|
||||
eventEditorSetSaturationPrompt: "Enter saturation level, or -1 to remove it"
|
||||
eventEditorSaturationLevelAtLeastZero: "Saturation level must be at least 0!"
|
||||
eventEditorSetHealthPrompt: "Enter health level, or -1 to remove it"
|
||||
eventEditorHealthLevelAtLeastZero: "Health level must be at least 0!"
|
||||
eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to, then enter 'done' to finish, or enter 'clear' to clear the teleport location, or 'cancel' to return"
|
||||
eventEditorCommandsNote: 'Note: You may use <player> to refer to the player''s name.'
|
||||
eventEditorSetCommandsPrompt: "Enter commands separating each one by a comma, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
reqSetMoney: "Set money requirement"
|
||||
reqSetQuestPoints: "Set Quest Points requirement"
|
||||
reqSetItem: "Set item requirements"
|
||||
reqSetPerms: "Set permission requirements"
|
||||
reqSetQuest: "Set Quest requirements"
|
||||
reqSetQuestBlocks: "Set Quest blocks"
|
||||
reqSetMcMMO: "Set mcMMO requirements"
|
||||
reqSetHeroes: "Set Heroes requirements"
|
||||
reqSetCustom: "Custom requirements"
|
||||
reqSetFail: "Set fail requirements message"
|
||||
reqSetSkills: "Set skills"
|
||||
reqSetSkillAmounts: "Set skill amounts"
|
||||
reqHeroesSetPrimary: "Set Primary Class"
|
||||
reqHeroesSetSecondary: "Set Secondary Class"
|
||||
reqMoneyPrompt: "Enter amount of <money>, or 0 to clear the money requirement, or -1 to cancel"
|
||||
reqQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point requirement, or -1 to cancel"
|
||||
reqQuestPrompt: "Enter a list of Quest names separating each one by a <comma>, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqRemoveItemsPrompt: "Enter a list of true/false values, separating each one by a space, or enter 'cancel' to return."
|
||||
reqPermissionsPrompt: "Enter permission requirements separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
reqCustomPrompt: "Enter the name of a custom requirement to add, or enter 'clear' to clear all custom requirements, or 'cancel' to return."
|
||||
reqMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqMcMMOAmountsPrompt: "Enter mcMMO skill amounts, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
reqHeroesPrimaryPrompt: "Enter a Heroes Primary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||
reqHeroesSecondaryPrompt: "Enter a Heroes Secondary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||
reqFailMessagePrompt: "Enter fail requirements message, or enter 'cancel' to return."
|
||||
reqAddItem: "Add item"
|
||||
reqSetRemoveItems: "Set remove items"
|
||||
reqNoItemsSet: "No items set"
|
||||
reqNoValuesSet: "No values set"
|
||||
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||
reqGreaterThanZero: "Amount must be greater than 0!"
|
||||
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||
reqItemCleared: "Item requirements cleared."
|
||||
reqListsNotSameSize: "The items list and remove items list are not the same size!"
|
||||
reqTrueFalseError: '<input> is not a true or false value!%br%Example: true false true true'
|
||||
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||
reqCustomNotFound: "Custom requirement module not found."
|
||||
reqCustomCleared: "Custom requirements cleared."
|
||||
reqMcMMOError: "<input> is not an mcMMO skill name!"
|
||||
reqMcMMOCleared: "mcMMO skill requirements cleared."
|
||||
reqMcMMOAmountsCleared: "mcMMO 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!"
|
||||
reqNone: "No requirements set"
|
||||
reqNotANumber: "<input> is not a number!"
|
||||
reqMustAddItem: "You must add at least one item first!"
|
||||
reqNoMessage: "You must set a fail requirements message!"
|
||||
reqNoMcMMO: "mcMMO not installed"
|
||||
reqNoHeroes: "Heroes not installed"
|
||||
rewSetMoney: "Set money reward"
|
||||
rewSetQuestPoints: "Set Quest Points reward"
|
||||
rewSetItems: "Set item rewards"
|
||||
rewSetExperience: "Set experience reward"
|
||||
rewSetCommands: "Set command rewards"
|
||||
rewSetPermission: "Set permission rewards"
|
||||
rewSetMcMMO: "Set mcMMO 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>, or 0 to clear the money reward, or -1 to cancel"
|
||||
rewExperiencePrompt: "Enter amount of experience, or 0 to clear the experience reward, or -1 to cancel"
|
||||
rewCommandPrompt: "Enter command rewards separating each one by a <comma>, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
rewCommandPromptHint: 'Note: You may put <player> to specify the player who completed the Quest. e.g. smite <player>'
|
||||
rewPermissionsPrompt: "Enter permission rewards separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||
rewQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point reward, or -1 to cancel"
|
||||
rewMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'cancel' to return."
|
||||
rewMcMMOPromptHint: 'Note: Typing ''All'' will give levels to all skills.'
|
||||
rewHeroesClassesPrompt: "Enter Heroes classes separating each one by a space, or enter 'cancel' to return."
|
||||
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed) separating each one by a space, or enter 'cancel' to return."
|
||||
rewPhatLootsPrompt: "Enter PhatLoots separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||
rewCustomRewardPrompt: "Enter the name of a custom reward to add, or enter 'clear' to clear all custom rewards, or 'cancel' to return."
|
||||
rewItemsCleared: "Item rewards cleared."
|
||||
rewNoMcMMOSkills: "No skills set"
|
||||
rewNoHeroesClasses: "No classes set"
|
||||
rewSetMcMMOSkillsFirst: "You must set skills first!"
|
||||
rewMcMMOCleared: "mcMMO rewards cleared."
|
||||
rewMcMMOListsNotSameSize: "The skills list and skill amounts list are not the same size!"
|
||||
rewSetHeroesClassesFirst: "You must set classes first!"
|
||||
rewHeroesCleared: "Heroes rewards cleared."
|
||||
rewHeroesListsNotSameSize: "The classes list and experience amounts list are not the same size!"
|
||||
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."
|
||||
rewNoPhat: "PhatLoots not installed"
|
||||
itemCreateLoadHand: "Load item in hand"
|
||||
itemCreateSetName: "Set name"
|
||||
itemCreateSetAmount: "Set amount"
|
||||
itemCreateSetDurab: "Set durability"
|
||||
itemCreateSetEnchs: "Add/clear enchantments"
|
||||
itemCreateSetDisplay: "Set display name"
|
||||
itemCreateSetLore: "Set lore"
|
||||
itemCreateEnterName: "Enter an item name, or 'cancel' to return."
|
||||
itemCreateEnterAmount: "Enter item amount (max. 64), or 'cancel' to return."
|
||||
itemCreateEnterDurab: "Enter item durability, or 'clear' to clear the data, or 'cancel' to return."
|
||||
itemCreateEnterEnch: "Enter an enchantment name, or 'clear' to clear the enchantments, or 'cancel' to return."
|
||||
itemCreateEnterLevel: "Enter a level (number) for <enchantment>"
|
||||
itemCreateEnterDisplay: "Enter item display name, or 'clear' to clear the display name, or 'cancel' to return."
|
||||
itemCreateEnterLore: "Enter item lore, separating each line by a semi-colon ; or 'clear' to clear the lore, or 'cancel' to return."
|
||||
itemCreateLoaded: "Item loaded."
|
||||
itemCreateNoItem: "No item in hand!"
|
||||
itemCreateNoName: "You must set a name first!"
|
||||
itemCreateInvalidName: "Invalid item name!"
|
||||
itemCreateInvalidAmount: "Amount must be between 1-64!"
|
||||
itemCreateInvalidDurab: "Invalid item durability!"
|
||||
itemCreateInvalidEnch: "Invalid enchantment name!"
|
||||
itemCreateInvalidLevel: "Level must be greater than 0!"
|
||||
itemCreateInvalidInput: "Invalid input!"
|
||||
itemCreateNotNumber: "Input was not a number!"
|
||||
itemCreateNoNameAmount: "You must set a name and amount first!"
|
||||
itemCreateCriticalError: "A critical error has occurred."
|
||||
questTitle: "-- <quest> --"
|
||||
questObjectivesTitle: "---(<quest>)---"
|
||||
questCompleteTitle: '**QUEST COMPLETE: <quest>**'
|
||||
questRewardsTitle: "Rewards:"
|
||||
journalTitle: "Quest Journal"
|
||||
questsTitle: "- Quests -"
|
||||
questHelpTitle: "- Quests -"
|
||||
questListTitle: "- Quests -"
|
||||
questNPCListTitle: "- Quests | <npc> -"
|
||||
questAdminHelpTitle: "- Questadmin -"
|
||||
questEditorTitle: "- Quest Editor -"
|
||||
eventEditorTitle: "- Event Editor - "
|
||||
questCreateTitle: "- Create Quest -"
|
||||
questEditTitle: "- Edit Quest -"
|
||||
questDeleteTitle: "- Delete Quest -"
|
||||
requirementsTitle: "- <quest> | Requirements -"
|
||||
rewardsTitle: "- <quest> | Rewards -"
|
||||
itemRequirementsTitle: "- Item Requirements -"
|
||||
itemRewardsTitle: "- Item Rewards -"
|
||||
mcMMORequirementsTitle: "- mcMMO Requirements -"
|
||||
mcMMORewardsTitle: "- mcMMO 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: "- Event -"
|
||||
completedQuestsTitle: "- Completed Quests -"
|
||||
topQuestersTitle: "- Top <number> Questers -"
|
||||
createItemTitle: "- Create Item -"
|
||||
enchantmentsTitle: "- Enchantments -"
|
||||
questGUITitle: "- GUI Item Display -"
|
||||
questRegionTitle: "- Quest Region -"
|
||||
eventEditorGiveItemsTitle: "- Give Items -"
|
||||
eventEditorEffectsTitle: "- Effects -"
|
||||
eventEditorStormTitle: "- Event Storm -"
|
||||
eventEditorThunderTitle: "- Event Thunder -"
|
||||
eventEditorMobSpawnsTitle: "- Event Mob Spawns -"
|
||||
eventEditorMobsTitle: "- Mobs -"
|
||||
eventEditorAddMobTypesTitle: "- Add Mob -"
|
||||
eventEditorPotionEffectsTitle: "- Event Potion Effects -"
|
||||
eventEditorPotionTypesTitle: "- Event Potion Types -"
|
||||
eventEditorWorldsTitle: "- Worlds -"
|
||||
effBlazeShoot: "Sound of a Blaze firing"
|
||||
effBowFire: "Sound of a bow firing"
|
||||
effClick1: "A click sound"
|
||||
effClick2: "A different click sound"
|
||||
effDoorToggle: "Sound of a door opening or closing"
|
||||
effExtinguish: "Sound of fire being extinguished"
|
||||
effGhastShoot: "Sound of a Ghast firing"
|
||||
effGhastShriek: "Sound of a Ghast shrieking"
|
||||
effZombieWood: "Sound of a Zombie chewing an iron door"
|
||||
effZombieIron: "Sound of a Zombie chewing a wooden door"
|
||||
effEnterName: "Enter an effect name to add it to the list, or enter 'cancel' to return"
|
||||
cmdCancel: "cancel"
|
||||
cmdAdd: "add"
|
||||
cmdClear: "clear"
|
||||
cmdNone: "none"
|
||||
cmdDone: "done"
|
||||
acceptQuest: "Accept Quest?"
|
||||
enterAnOption: "Enter an option"
|
||||
questAccepted: 'Quest accepted: <quest>'
|
||||
currentQuest: "Current Quests:"
|
||||
noMoreQuest: "No more quests available."
|
||||
damage: "Damage"
|
||||
break: "Break"
|
||||
place: "Place"
|
||||
use: "Use"
|
||||
cut: "Cut"
|
||||
catchFish: "Catch Fish"
|
||||
enchantItem: "Enchant <item> with <enchantment>"
|
||||
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."
|
||||
invalidSelection: "Invalid selection!"
|
||||
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'"
|
||||
questPointsDisplay: "Quest points:"
|
||||
questNoDrop: "You may not drop Quest items."
|
||||
questNoBrew: "You may not brew Quest items."
|
||||
questNoStore: "You may not store Quest items."
|
||||
questNoCraft: "You may not craft Quest items."
|
||||
questNoEquip: "You may not equip Quest items."
|
||||
questNoDispense: "You may not put Quest items in dispensers."
|
||||
questNoEnchant: "You may not enchant Quest items."
|
||||
questNoSmelt: "You may not smelt using Quest items."
|
||||
questInfoNoPerms: "You do not have permission to view a Quest's information."
|
||||
questCmdNoPerms: "You do not have access to that command."
|
||||
pageSelectionNum: "Page selection must be a number."
|
||||
pageSelectionPosNum: "Page selection must be a positive number."
|
||||
questListNoPerms: "You do not have permission to view the Quests list."
|
||||
questTakeNoPerms: "You do not have permission to take Quests via commands."
|
||||
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||
questQuit: "You have quit <quest>"
|
||||
questQuitNoPerms: "You do not have permission to quit Quests."
|
||||
questQuitDisabled: "Quitting Quests has been disabled."
|
||||
questEditorNoPerms: "You do not have permission to use the Quests Editor."
|
||||
eventEditorNoPerms: "You do not have permission to use the Events Editor."
|
||||
questsUnknownCommand: "Unknown Quests command. Type /quests for help."
|
||||
pageNotExist: "Page does not exist."
|
||||
pageFooter: "- Page <current> of <all> -"
|
||||
questsReloaded: "Quests 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>."
|
||||
questPurged: "<player> has been purged and blacklisted."
|
||||
questReset: "<player> has been reset."
|
||||
questRemoved: "Quest <quest> has been removed from player <player>'s completed Quests."
|
||||
settingAllQuestPoints: "Setting all players' Quest Points..."
|
||||
allQuestPointsSet: "All players' Quest Points have been set to <number>!"
|
||||
setQuestPoints: "<player>'s Quest Points have been set to <number>."
|
||||
questPointsSet: "<player> has set your Quest Points to <number>."
|
||||
takeQuestPoints: "Took away <number> Quest Points from <player>."
|
||||
questPointsTaken: "<player> took away <number> Quest Points."
|
||||
giveQuestPoints: "Gave <number> Quest Points from <player>."
|
||||
questPointsGiven: "<player> gave you <number> Quest Points."
|
||||
enableNPCGUI: "<npc> will now provide a GUI Quest Display."
|
||||
disableNPCGUI: "<npc> will no longer provide a GUI Quest Display."
|
||||
invalidNumber: "Invalid number."
|
||||
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||
playerNotFound: "Player not found."
|
||||
invalidStageNum: "Invalid stage number for Quest <quest>"
|
||||
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||
errorReading: "Error reading <file>, skipping.."
|
||||
errorReadingSuppress: "Error reading <file>, suppressing further errors."
|
||||
errorDataFolder: 'Error: Unable to read Quests data folder!'
|
||||
questsPlayerHasQuestAlready: "<player> is already on the Quest <quest>!"
|
||||
questsUnknownAdminCommand: "Unknown Questsadmin command. Type /questsadmin for help."
|
||||
unknownError: "An unknown error occurred. See console output."
|
||||
journalTaken: "You take out your Quest Journal."
|
||||
journalPutAway: "You put away your Quest Journal."
|
||||
journalAlreadyHave: "You already have your Quest Journal out."
|
||||
journalNoRoom: "You have no room in your inventory for your Quest Journal!"
|
||||
journalNoQuests: "You have no accepted quests!"
|
||||
journalDenied: "You cannot do that with your Quest Journal."
|
||||
ENCHANTMENT_ARROW_DAMAGE: "Power"
|
||||
ENCHANTMENT_ARROW_FIRE: "Flame"
|
||||
ENCHANTMENT_ARROW_INFINITE: "Infinity"
|
||||
ENCHANTMENT_ARROW_KNOCKBACK: "Punch"
|
||||
ENCHANTMENT_BINDING_CURSE: "BindingCurse"
|
||||
ENCHANTMENT_DAMAGE_ALL: "Sharpness"
|
||||
ENCHANTMENT_DAMAGE_ARTHROPODS: "BaneOfArthropods"
|
||||
ENCHANTMENT_DEPTH_STRIDER: "DepthStrider"
|
||||
ENCHANTMENT_DAMAGE_UNDEAD: "Smite"
|
||||
ENCHANTMENT_DIG_SPEED: "Efficiency"
|
||||
ENCHANTMENT_DURABILITY: "Unbreaking"
|
||||
ENCHANTMENT_FIRE_ASPECT: "FireAspect"
|
||||
ENCHANTMENT_FROST_WALKER: "FrostWalker"
|
||||
ENCHANTMENT_KNOCKBACK: "Knockback"
|
||||
ENCHANTMENT_LOOT_BONUS_BLOCKS: "Fortune"
|
||||
ENCHANTMENT_LOOT_BONUS_MOBS: "Looting"
|
||||
ENCHANTMENT_LUCK: "LuckOfTheSea"
|
||||
ENCHANTMENT_LURE: "Lure"
|
||||
ENCHANTMENT_MENDING: "Mending"
|
||||
ENCHANTMENT_OXYGEN: "Respiration"
|
||||
ENCHANTMENT_PROTECTION_ENVIRONMENTAL: "Protection"
|
||||
ENCHANTMENT_PROTECTION_EXPLOSIONS: "BlastProtection"
|
||||
ENCHANTMENT_PROTECTION_FALL: "FeatherFalling"
|
||||
ENCHANTMENT_PROTECTION_FIRE: "FireProtection"
|
||||
ENCHANTMENT_PROTECTION_PROJECTILE: "ProjectileProtection"
|
||||
ENCHANTMENT_SILK_TOUCH: "SilkTouch"
|
||||
ENCHANTMENT_SWEEPING: "Sweeping"
|
||||
ENCHANTMENT_THORNS: "Thorns"
|
||||
ENCHANTMENT_VANISHING_CURSE: "VanishingCurse"
|
||||
ENCHANTMENT_WATER_WORKER: "AquaAffinity"
|
||||
COLOR_BLACK: "Black"
|
||||
COLOR_BLUE: "Blue"
|
||||
COLOR_BROWN: "Brown"
|
||||
COLOR_CYAN: "Cyan"
|
||||
COLOR_GRAY: "Gray"
|
||||
COLOR_GREEN: "Green"
|
||||
COLOR_LIGHT_BLUE: "LightBlue"
|
||||
COLOR_LIME: "Lime"
|
||||
COLOR_MAGENTA: "Magenta"
|
||||
COLOR_ORANGE: "Orange"
|
||||
COLOR_PINK: "Pink"
|
||||
COLOR_PURPLE: "Purple"
|
||||
COLOR_RED: "Red"
|
||||
COLOR_SILVER: "Silver"
|
||||
COLOR_WHITE: "White"
|
||||
COLOR_YELLOW: "Yellow"
|
||||
timeDay: "Day"
|
||||
timeDays: "Days"
|
||||
timeHour: "Hour"
|
||||
timeHours: "Hours"
|
||||
timeMinute: "Minute"
|
||||
timeMinutes: "Minutes"
|
||||
timeSecond: "Second"
|
||||
timeSeconds: "Seconds"
|
||||
timeMillisecond: "Millisecond"
|
||||
timeMilliseconds: "Milliseconds"
|
||||
event: "Event"
|
||||
delay: "Delay"
|
||||
save: "Save"
|
||||
exit: "Exit"
|
||||
exited: "Exited"
|
||||
cancel: "Cancel"
|
||||
cancelled: "Cancelled"
|
||||
questTimeout: "Cancelled."
|
||||
back: "Back"
|
||||
yesWord: "Yes"
|
||||
noWord: "No"
|
||||
"true": "true"
|
||||
"false": "false"
|
||||
clear: "Clear"
|
||||
edit: "Edit"
|
||||
none: "None"
|
||||
done: "Done"
|
||||
comma: "comma"
|
||||
finish: "Finish"
|
||||
quit: "Quit"
|
||||
noneSet: "None set"
|
||||
noDelaySet: "No delay set"
|
||||
noIdsSet: "No IDs set"
|
||||
noNamesSet: "No names set"
|
||||
worlds: "Worlds"
|
||||
mobs: "Mobs"
|
||||
points: "points"
|
||||
invalidOption: "Invalid option!"
|
||||
npcHint: 'Note: You can left or right click on NPC''s to get their ID.'
|
||||
listDuplicate: "List contains duplicates!"
|
||||
id: "ID"
|
||||
quest: "Quest"
|
||||
quests: "Quests"
|
||||
createdBy: "Created by"
|
||||
continuedBy: "and continued by"
|
||||
questPoints: "Quest Points"
|
||||
accepted: "Accepted"
|
||||
complete: "Complete"
|
||||
redoable: "Redoable"
|
||||
usage: "Usage"
|
||||
redoableEvery: "Redoable every <time>."
|
||||
requirements: "Requirements"
|
||||
money: "Money"
|
||||
with: "With"
|
||||
to: "to"
|
||||
blocksWithin: "within <amount> blocks of"
|
||||
valRequired: "Value required"
|
||||
enchantedItem: "*Enchanted*"
|
||||
experience: "Experience"
|
||||
timerMessage: '<green>Time left to finish the quest/stage: <red>%s seconds'
|
||||
timerStart: "<green>You have <red>%s seconds <green>to finish this quest/stage"
|
||||
questErrorReadingFile: "Error reading Quests file."
|
||||
questSaveError: "An error occurred while saving."
|
||||
questBlacklisted: "You are blacklisted. Contact an admin if this is in error."
|
Loading…
Reference in New Issue
Block a user