Advertisement
Vreya

Quests por traducir

May 18th, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 46.70 KB | None | 0 0
  1. questFailed: "*QUEST FAILED*"
  2. questMaxAllowed: "You may only have up to <number> Quests."
  3. questAlreadyOn: "You are already on that Quest!"
  4. questTooEarly: "You may not take <quest> again for another <time>."
  5. questAlreadyCompleted: "You have already completed <quest>."
  6. questInvalidLocation: "You may not take <quest> at this location."
  7. questInvalidDeliveryItem: "<item> is not a required item for this quest!"
  8. questSelectedLocation: "Selected location"
  9. questDisplayHelp: "- Display this help"
  10. COMMAND_LIST: "list"
  11. COMMAND_LIST_HELP: "list [page] - List available Quests"
  12. COMMAND_TAKE: "take"
  13. COMMAND_TAKE_HELP: "take [quest name] - Accept a Quest"
  14. COMMAND_TAKE_USAGE: "Usage: /quests take [quest]"
  15. COMMAND_QUIT: "quit"
  16. COMMAND_QUIT_HELP: "quit [quest] - Quit a current Quest"
  17. COMMAND_EDITOR: "editor"
  18. COMMAND_EDITOR_HELP: "editor - Create/Edit Quests"
  19. COMMAND_EVENTS_EDITOR: "events"
  20. COMMAND_EVENTS_EDITOR_HELP: "events - Create/Edit Events"
  21. COMMAND_STATS: "stats"
  22. COMMAND_STATS_HELP: "stats - View your Questing stats"
  23. COMMAND_TOP: "top"
  24. COMMAND_TOP_HELP: "top [number] - View top Questers"
  25. COMMAND_TOP_USAGE: "Usage: /quests top [number]"
  26. COMMAND_INFO: "info"
  27. COMMAND_INFO_HELP: "info - Display plugin information"
  28. COMMAND_JOURNAL: "journal"
  29. COMMAND_JOURNAL_HELP: "journal - View/Put away your Quest Journal"
  30. COMMAND_QUEST_HELP: "- Display current Quest objectives"
  31. COMMAND_QUESTINFO_HELP: "[quest name] - Display Quest information"
  32. COMMAND_QUESTADMIN_HELP: "- View Questadmin help"
  33. COMMAND_QUESTADMIN_STATS: "stats"
  34. COMMAND_QUESTADMIN_STATS_HELP: "stats [player] - View Questing statistics of a player"
  35. COMMAND_QUESTADMIN_GIVE: "give"
  36. COMMAND_QUESTADMIN_GIVE_HELP: "give [player] [quest] - Force a player to take a Quest"
  37. COMMAND_QUESTADMIN_QUIT: "quit"
  38. COMMAND_QUESTADMIN_QUIT_HELP: "quit [player] [quest] - Force a player to quit their Quest"
  39. COMMAND_QUESTADMIN_POINTS: "points"
  40. COMMAND_QUESTADMIN_POINTS_HELP: "points [player] [amount] - Set a players Quest Points"
  41. COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
  42. COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [player] [amount] - Take a players Quest Points"
  43. COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
  44. COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [player] [amount] - Give a player Quest Points"
  45. COMMAND_QUESTADMIN_POINTSALL: "pointsall"
  46. COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] - Set ALL players' Quest Points"
  47. COMMAND_QUESTADMIN_FINISH: "finish"
  48. COMMAND_QUESTADMIN_FINISH_HELP: "finish [player] [quest] - Immediately force Quest completion for a player"
  49. COMMAND_QUESTADMIN_NEXTSTAGE: "nextstage"
  50. COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "nextstage [player] [quest] - Immediately force Stage completion for a player"
  51. COMMAND_QUESTADMIN_SETSTAGE: "setstage"
  52. COMMAND_QUESTADMIN_SETSTAGE_HELP: "setstage [player] [quest] [stage] - Set the current Stage for a player"
  53. COMMAND_QUESTADMIN_SETSTAGE_USAGE: "Usage: /questadmin setstage [player] [quest] [stage]"
  54. COMMAND_QUESTADMIN_PURGE: "purge"
  55. COMMAND_QUESTADMIN_PURGE_HELP: "purge [player] - Clear all Quests data of a player"
  56. COMMAND_QUESTADMIN_REMOVE: "remove"
  57. COMMAND_QUESTADMIN_REMOVE_HELP: "remove [player] [quest] - Remove a completed Quest from a player"
  58. COMMAND_QUESTADMIN_TOGGLEGUI: "togglegui"
  59. COMMAND_QUESTADMIN_TOGGLEGUI_HELP: "togglegui [npc id] - Toggle GUI Quest Display on an NPC"
  60. COMMAND_QUESTADMIN_RELOAD: "reload"
  61. COMMAND_QUESTADMIN_RELOAD_HELP: "reload - Reload all Quests"
  62. questEditorHeader: "Create Quest"
  63. questEditorCreate: "Create new Quest"
  64. questEditorEdit: "Edit a Quest"
  65. questEditorDelete: "Delete Quest"
  66. questEditorName: "Set name"
  67. questEditorAskMessage: "Set ask message"
  68. questEditorFinishMessage: "Set finish message"
  69. questEditorRedoDelay: "Set redo delay"
  70. questEditorNPCStart: "Set NPC start"
  71. questEditorBlockStart: "Set Block start"
  72. questEditorInitialEvent: "Set initial Event"
  73. questEditorSetGUI: "Set GUI Item display"
  74. questEditorReqs: "Edit Requirements"
  75. questEditorStages: "Edit Stages"
  76. questEditorRews: "Edit Rewards"
  77. questEditorEnterQuestName: "Enter Quest name (or 'cancel' to return)"
  78. questEditorEditEnterQuestName: "Enter Quest name to edit, or 'cancel' to return"
  79. questEditorEnterAskMessage: "Enter ask message (or 'cancel' to return)"
  80. questEditorEnterFinishMessage: "Enter finish message (or 'cancel' to return)"
  81. questEditorEnterRedoDelay: "Enter amount of time (in seconds), 0 to clear the redo delay or -1 to cancel "
  82. questEditorEnterNPCStart: "Enter NPC ID, -1 to clear the NPC start or -2 to cancel"
  83. 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"
  84. questEditorEnterInitialEvent: "Enter an Event name, or enter 'clear' to clear the initial Event, or 'cancel' to return"
  85. questRequiredNoneSet: "Required, none set"
  86. questWGSetRegion: "Set Region"
  87. questWGNotInstalled: "WorldGuard not installed"
  88. questWGPrompt: "Enter WorldGuard region, or enter 'clear' to clear the region, or 'cancel' to return."
  89. questWGInvalidRegion: "<region> is not a valid WorldGuard region!"
  90. questWGRegionCleared: "Quest region cleared."
  91. questCitNotInstalled: "Citizens not installed"
  92. questDenNotInstalled: "Denizen not installed"
  93. questGUIError: "Error: That item is already being used as the GUI Display for the Quest <quest>."
  94. questCurrentItem: "Current item:"
  95. questSetItem: "Set Item"
  96. questClearItem: "Clear Item"
  97. questGUICleared: "Quest GUI Item Display cleared."
  98. questDeleted: "Quest deleted! Quests and Events have been reloaded."
  99. questEditorNameExists: "A Quest with that name already exists!"
  100. questEditorBeingEdited: "Someone is creating/editing a Quest with that name!"
  101. questEditorInvalidQuestName: "Name may not contain commas!"
  102. questEditorInvalidEventName: "is not a valid event name!"
  103. questEditorInvalidNPC: "No NPC exists with that id!"
  104. questEditorNoStartBlockSelected: "You must select a block first."
  105. questEditorPositiveAmount: "Amount must be a positive number."
  106. questEditorQuestAsRequirement1: "The following Quests have"
  107. questEditorQuestAsRequirement2: "as a requirement:"
  108. questEditorQuestAsRequirement3: "You must modify these Quests so that they do not use it before deleting it."
  109. questEditorQuestNotFound: "Quest not found!"
  110. questEditorEventCleared: "Initial Event cleared."
  111. questEditorSave: "Finish and save"
  112. questEditorNeedAskMessage: "You must set an ask message!"
  113. questEditorNeedFinishMessage: "You must set a finish message!"
  114. questEditorNeedStages: "Your Quest has no Stages!"
  115. questEditorSaved: "Quest saved! (You will need to perform a Quest reload for it to appear)"
  116. questEditorExited: "Are you sure you want to exit without saving?"
  117. questEditorDeleted: "Are you sure you want to delete the Quest"
  118. questEditorNoPermsCreate: "You do not have permission to create Quests."
  119. questEditorNoPermsEdit: "You do not have permission to edit Quests."
  120. questEditorNoPermsDelete: "You do not have permission to delete Quests."
  121. stageEditorEditStage: "Edit Stage"
  122. stageEditorNewStage: "Add new Stage"
  123. stageEditorStages: "Stages"
  124. stageEditorStage: "Stage"
  125. stageEditorBreakBlocks: "Break Blocks"
  126. stageEditorDamageBlocks: "Damage Blocks"
  127. stageEditorPlaceBlocks: "Place Blocks"
  128. stageEditorUseBlocks: "Use Blocks"
  129. stageEditorCutBlocks: "Cut Blocks"
  130. stageEditorCatchFish: "Catch Fish"
  131. stageEditorFish: "fish"
  132. stageEditorKillPlayers: "Kill Players"
  133. stageEditorPlayers: "players"
  134. stageEditorEnchantItems: "Enchant Items"
  135. stageEditorDeliverItems: "Deliver Items"
  136. stageEditorTalkToNPCs: "Talk to NPCs"
  137. stageEditorKillNPCs: "Kill NPCs"
  138. stageEditorKillMobs: "Kill Mobs"
  139. stageEditorReachLocs: "Reach locations"
  140. stageEditorReachRadii1: "Reach within"
  141. stageEditorReachRadii2: "blocks of"
  142. stageEditorTameMobs: "Tame Mobs"
  143. stageEditorShearSheep: "Shear Sheep"
  144. stageEditorEvents: "Events"
  145. stageEditorStageEvents: "Stage Events"
  146. stageEditorStartEvent: "Start Event"
  147. stageEditorStartEventCleared: "Start Event cleared."
  148. stageEditorFinishEvent: "Finish Event"
  149. stageEditorFinishEventCleared: "Finish Event cleared."
  150. stageEditorChatEvents: "Chat Events"
  151. stageEditorChatTrigger: "Chat Trigger"
  152. stageEditorTriggeredBy: "Triggered by"
  153. stageEditorChatEventsCleared: "Chat Events cleared."
  154. stageEditorDeathEvent: "Death Event"
  155. stageEditorDeathEventCleared: "Death Event cleared."
  156. stageEditorDisconnectEvent: "Disconnect Event"
  157. stageEditorDisconnectEventCleared: "Disconnect Event cleared."
  158. stageEditorDelayMessage: "Delay Message"
  159. stageEditorDenizenScript: "Denizen Script"
  160. stageEditorStartMessage: "Start Message"
  161. stageEditorCompleteMessage: "Complete Message"
  162. stageEditorDelete: "Delete Stage"
  163. stageEditorSetBlockNames: "Set block names"
  164. stageEditorSetBlockAmounts: "Set block amounts"
  165. stageEditorSetDamageAmounts: "Set damage amounts"
  166. stageEditorSetPlaceAmounts: "Set place amounts"
  167. stageEditorSetUseAmounts: "Set use amounts"
  168. stageEditorSetCutAmounts: "Set cut amounts"
  169. stageEditorSetKillAmounts: "Set kill amounts"
  170. stageEditorSetEnchantAmounts: "Set enchant amounts"
  171. stageEditorSetMobAmounts: "Set mob amounts"
  172. stageEditorSetEnchantments: "Set enchantments"
  173. stageEditorSetItemNames: "Set item names"
  174. stageEditorSetKillIds: "Set NPC IDs"
  175. stageEditorSetMobTypes: "Set mob types"
  176. stageEditorSetKillLocations: "Set kill locations"
  177. stageEditorSetKillLocationRadii: "Set kill location radii"
  178. stageEditorSetKillLocationNames: "Set kill location names"
  179. stageEditorSetLocations: "Set locations"
  180. stageEditorSetLocationRadii: "Set location radii"
  181. stageEditorSetLocationNames: "Set location names"
  182. stageEditorSetTameAmounts: "Set tame amounts"
  183. stageEditorSetShearColors: "Set sheep colors"
  184. stageEditorSetShearAmounts: "Set shear amounts"
  185. stageEditorPassword: "Password Objectives"
  186. stageEditorAddPasswordDisplay: "Add password display"
  187. stageEditorAddPasswordPhrases: "Add password phrase(s)"
  188. stageEditorNoPasswordDisplays: "No password displays set"
  189. stageObjectiveOverride: "Objective Display Override"
  190. stageEditorCustom: "Custom Objectives"
  191. stageEditorNoModules: "No modules loaded"
  192. stageEditorModuleNotFound: "Custom objective module not found."
  193. stageEditorCustomPrompt: "Enter the name of a custom objective to add, or enter 'clear' to clear all custom objectives, or 'cancel' to return."
  194. stageEditorCustomAlreadyAdded: "That custom objective has already been added!"
  195. stageEditorCustomCleared: "Custom objectives cleared."
  196. stageEditorCustomDataPrompt: "Enter value for <data>:"
  197. stageEditorEnterBlockNames: "Enter block names, separating each one by a space, or enter 'cancel' to return."
  198. stageEditorBreakBlocksPrompt: "Enter block amounts (numbers), separating each one by a space, or enter 'cancel' to return."
  199. stageEditorDamageBlocksPrompt: "Enter damage amounts (numbers), separating each one by a space, or enter 'cancel' to return."
  200. stageEditorPlaceBlocksPrompt: "Enter place amounts (numbers), separating each one by a space, or enter 'cancel' to return."
  201. stageEditorUseBlocksPrompt: "Enter use amounts (numbers), separating each one by a space, or enter 'cancel' to return."
  202. stageEditorCutBlocksPrompt: "Enter cut amounts (numbers), separating each one by a space, or enter 'cancel' to return."
  203. stageEditorCatchFishPrompt: "Enter number of fish to catch, or 0 to clear the fish catch objective, or -1 to cancel"
  204. stageEditorKillPlayerPrompt: "Enter number of players to kill, or 0 to clear the player kill objective, or -1 to cancel"
  205. stageEditorEnchantTypePrompt: "Enter enchantment names, separating each one by a comma, or enter 'cancel' to return."
  206. stageEditorEnchantAmountsPrompt: "Enter enchant amounts (numbers), separating each one by a space, or enter 'cancel' to return."
  207. stageEditorItemNamesPrompt: "Enter item names, separating each one by a space, or enter 'cancel' to return."
  208. stageEditorNPCPrompt: "Enter NPC ids, separating each one by a space, or enter 'cancel' to return."
  209. stageEditorNPCToTalkToPrompt: "Enter NPC IDs, separating each one by a space, or enter 'clear' to clear the NPC ID list, or 'cancel' to return."
  210. stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
  211. stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
  212. stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
  213. stageEditorMobAmountsPrompt: "Enter mob amounts separating each one by a space, or enter 'cancel' to return"
  214. 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"
  215. stageEditorMobLocationRadiiPrompt: "Enter kill location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
  216. stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
  217. 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"
  218. stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
  219. stageEditorReachLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
  220. stageEditorTameAmountsPrompt: "Enter tame amounts separating each one by a space, or enter 'cancel' to return"
  221. stageEditorShearColorsPrompt: "Enter sheep colors separating each one by a space, or enter 'cancel' to return"
  222. stageEditorShearAmountsPrompt: "Enter shear amounts separating each one by a space, or enter 'cancel' to return"
  223. stageEditorEventsPrompt: "Enter an event name, or enter 'clear' to clear the event, or 'cancel' to return"
  224. stageEditorChatEventsPrompt: "Enter an event name to add, or enter 'clear' to clear all chat events, or 'cancel' to return"
  225. stageEditorChatEventsTriggerPromptA: "Enter a chat trigger for"
  226. stageEditorChatEventsTriggerPromptB: "or enter 'cancel' to return."
  227. stageEditorDelayPrompt: "Enter time (in seconds), or enter 'clear' to clear the delay, or 'cancel' to return"
  228. stageEditorDelayMessagePrompt: "Enter delay message, or enter 'clear' to clear the message, or 'cancel' to return"
  229. stageEditorScriptPrompt: "Enter script name, or enter 'clear' to clear the script, or 'cancel' to return"
  230. stageEditorStartMessagePrompt: "Enter start message, or enter 'clear' to clear the message, or 'cancel' to return"
  231. stageEditorCompleteMessagePrompt: "Enter complete message, or enter 'clear' to clear the message, or 'cancel' to return"
  232. stageEditorPasswordDisplayPrompt: "Enter a password display, or 'cancel' to return"
  233. stageEditorPasswordDisplayHint: "(This is the text that will be displayed to the player as their objective)"
  234. stageEditorPasswordPhrasePrompt: "Enter a password phrase, or 'cancel' to return"
  235. stageEditorPasswordPhraseHint1: "(This is the text that a player has to say to complete the objective)"
  236. stageEditorPasswordPhraseHint2: "If you want multiple password phrases, seperate them by a | (pipe)"
  237. stageEditorObjectiveOverridePrompt: "Enter objective display override, or 'clear' to clear the override, or 'cancel' to return."
  238. stageEditorObjectiveOverrideHint: "(The objective display override will show up as the players current objective)"
  239. stageEditorObjectiveOverrideCleared: "Objective display override cleared."
  240. stageEditorDeliveryAddItem: "Add item"
  241. stageEditorDeliveryNPCs: "Set NPC IDs"
  242. stageEditorDeliveryMessages: "Set delivery messages"
  243. stageEditorContainsDuplicates: "List contains duplicates!"
  244. stageEditorInvalidBlockName: "is not a valid block name!"
  245. stageEditorInvalidEnchantment: "is not a valid enchantment name!"
  246. stageEditorInvalidNPC: "is not a valid NPC ID!"
  247. stageEditorInvalidMob: "is not a valid mob name!"
  248. stageEditorInvalidItemName: "is not a valid item name!"
  249. stageEditorInvalidNumber: "is not a number!"
  250. stageEditorInvalidDye: "is not a valid dye color!"
  251. stageEditorInvalidEvent: "is not a valid event name!"
  252. stageEditorDuplicateEvent: "Event is already in the list!"
  253. stageEditorInvalidDelay: "Delay must be at least one second!"
  254. stageEditorInvalidScript: "Denizen script not found!"
  255. stageEditorNoCitizens: "Citizens is not installed!"
  256. stageEditorNoDenizen: "Denizen is not installed!"
  257. stageEditorPositiveAmount: "You must enter a positive number!"
  258. stageEditorNoNumber: "Input was not a number!"
  259. stageEditorNotGreaterThanZero: "is not greater than 0!"
  260. stageEditorNotListofNumbers: "Invalid entry, input was not a list of numbers!"
  261. stageEditorNoDelaySet: "You must set a delay first!"
  262. stageEditorNoBlockNames: "You must set block names first!"
  263. stageEditorNoEnchantments: "You must set enchantments first!"
  264. stageEditorNoItems: "You must add items first!"
  265. stageEditorNoDeliveryMessage: "You must set at least one delivery message!"
  266. stageEditorNoNPCs: "You must set NPC IDs first!"
  267. stageEditorNoMobTypes: "You must set mob types first!"
  268. stageEditorNoKillLocations: "You must set kill locations first!"
  269. stageEditorNoBlockSelected: "You must select a block first."
  270. stageEditorNoColors: "You must set colors first!"
  271. stageEditorNoLocations: "You must set locations first!"
  272. stageEditorNoEnchantmentsSet: "No enchantments set"
  273. stageEditorNoItemsSet: "No items set"
  274. stageEditorNoMobTypesSet: "No mob types set"
  275. stageEditorNoLocationsSet: "No locations set"
  276. stageEditorNoColorsSet: "No colors set"
  277. stageEditorListNotSameSize: "The block names list and the amounts list are not the same size!"
  278. stageEditorEnchantmentNotSameSize: "The enchantments list, the item id list and the enchant amount list are not the same size!"
  279. stageEditorDeliveriesNotSameSize: "The item list and the NPC list are not equal in size!"
  280. stageEditorNPCKillsNotSameSize: "The NPC IDs list and the kill amounts list are not the same size!"
  281. stageEditorAllListsNotSameSize: "All of your lists are not the same size!"
  282. stageEditorMobTypesNotSameSize: "The mob types list and the mob amounts list are not the same size!"
  283. stageEditorTameMobsNotSameSize: "The mob types list and the tame amounts list are not the same size!"
  284. stageEditorShearNotSameSize: "The sheep colors list and the shear amounts list are not the same size!"
  285. stageEditorMustSetPasswordDisplays: "You must add at least one password display first!"
  286. stageEditorAddPasswordCleared: "Password Objectives cleared."
  287. stageEditorPasswordNotSameSize: "The password display and password phrase lists are not the same size!"
  288. stageEditorListContainsDuplicates: " List contains duplicates!"
  289. stageEditorDelayCleared: "Delay cleared."
  290. stageEditorDelayMessageCleared: "Delay message cleared."
  291. stageEditorDenizenCleared: "Denizen script cleared."
  292. stageEditorBreakBlocksCleared: "Break blocks objective cleared."
  293. stageEditorDamageBlocksCleared: "Damage blocks objective cleared."
  294. stageEditorPlaceBlocksCleared: "Place blocks objective cleared."
  295. stageEditorUseBlocksCleared: "Use blocks objective cleared."
  296. stageEditorCutBlocksCleared: "Cut blocks objective cleared."
  297. stageEditorEnchantmentsCleared: "Enchantment objective cleared."
  298. stageEditorDeliveriesCleared: "Delivery objective cleared."
  299. stageEditorReachLocationsCleared: "Reach Locations objective cleared."
  300. stageEditorKillNPCsCleared: "Kill NPCs objective cleared."
  301. stageEditorKillMobsCleared: "Kill Mobs objective cleared."
  302. stageEditorTameCleared: "Tame Mobs objective cleared."
  303. stageEditorShearCleared: "Shear Sheep objective cleared."
  304. stageEditorStartMessageCleared: "Start message cleared."
  305. stageEditorCompleteMessageCleared: "Complete message cleared."
  306. stageEditorConfirmStageDelete: "Are you sure you want to delete this stage?"
  307. stageEditorConfirmStageNote: "Any Stages after will be shifted back one spot"
  308. stageEditorDeleteSucces: "Stage deleted successfully."
  309. stageEditorEnchantments: "Enchantments"
  310. stageEditorNPCNote: "Note: You may specify the name of the NPC with <npc>"
  311. stageEditorOptional: "Optional"
  312. stageEditorColors: "Sheep Colors"
  313. allListsNotSameSize: "All of your lists are not the same size!"
  314. eventEditorCreate: "Create new Event"
  315. eventEditorEdit: "Edit an Event"
  316. eventEditorDelete: "Delete an Event"
  317. eventEditorCreatePermisssions: "You do not have permission to create new Events."
  318. eventEditorEditPermisssions: "You do not have permission to edit Events."
  319. eventEditorDeletePermisssions: "You do not have permission to delete Events."
  320. eventEditorNoneToEdit: "No Events currently exist to be edited!"
  321. eventEditorNoneToDelete: "No Events currently exist to be deleted!"
  322. eventEditorNotFound: "Event not found!"
  323. eventEditorExists: "Event already exists!"
  324. eventEditorSomeone: "Someone is already creating or editing an Event with that name!"
  325. eventEditorAlpha: "Name must be alphanumeric!"
  326. eventEditorErrorReadingFile: "Error reading Events file."
  327. eventEditorErrorSaving: "An error occurred while saving."
  328. eventEditorDeleted: "Event deleted, Quests and Events reloaded."
  329. eventEditorSaved: "Event saved, Quests and Events reloaded."
  330. eventEditorEnterEventName: "Enter an Event name, or 'cancel' to return."
  331. eventEditorDeletePrompt: "Are you sure you want to delete the Event"
  332. eventEditorQuitWithoutSaving: "Are you sure you want to quit without saving?"
  333. eventEditorFinishAndSave: "Are you sure you want to finish and save the Event"
  334. eventEditorModifiedNote: "Note: You have modified an Event that the following Quests use:"
  335. eventEditorForcedToQuit: "If you save the Event, anyone who is actively doing any of these Quests will be forced to quit them."
  336. eventEditorEventInUse: "The following Quests use the Event"
  337. eventEditorMustModifyQuests: "eventEditorNotFound"
  338. eventEditorListSizeMismatch: "The lists are not the same size!"
  339. eventEditorListDuplicates: "List contains duplicates!"
  340. eventEditorNotANumberList: "Input was not a list of numbers!"
  341. eventEditorInvalidEntry: "Invalid entry"
  342. eventEditorSetName: "Set name"
  343. eventEditorSetMessage: "Set message"
  344. eventEditorClearInv: "Clear player inventory"
  345. eventEditorFailQuest: "Fail the quest"
  346. eventEditorSetExplosions: "Set explosion locations"
  347. eventEditorSetLightning: "Set lightning strike locations"
  348. eventEditorSetEffects: "Set effects"
  349. eventEditorSetStorm: "Set storm"
  350. eventEditorSetThunder: "Set thunder"
  351. eventEditorSetMobSpawns: "Set mob spawns"
  352. eventEditorSetPotionEffects: "Set potion effects"
  353. eventEditorSetHunger: "Set player hunger level"
  354. eventEditorSetSaturation: "Set player saturation level"
  355. eventEditorSetHealth: "Set player health level"
  356. eventEditorSetTeleport: "Set player teleport location"
  357. eventEditorSetCommands: "Set commands to execute"
  358. eventEditorItems: "Event Items"
  359. eventEditorSetItems: "Give items"
  360. eventEditorItemsCleared: "Event items cleared."
  361. eventEditorAddItem: "Add item"
  362. eventEditorSetItemNames: "Set item names"
  363. eventEditorSetItemAmounts: "Set item amounts"
  364. eventEditorNoNames: "No names set"
  365. eventEditorMustSetNames: "You must set item names first!"
  366. eventEditorInvalidName: "is not a valid item name!"
  367. eventEditorNotGreaterThanZero: "is not greater than 0!"
  368. eventEditorNotANumber: "is not a number!"
  369. eventEditorStorm: "Event Storm"
  370. eventEditorSetWorld: "Set world"
  371. eventEditorSetDuration: "Set duration"
  372. eventEditorNoWorld: "(No world set)"
  373. eventEditorSetWorldFirst: "You must set a world first!"
  374. eventEditorInvalidWorld: "is not a valid world name!"
  375. eventEditorMustSetStormDuration: "You must set a storm duration!"
  376. eventEditorStormCleared: "Storm data cleared."
  377. eventEditorEnterStormWorld: "Enter a world name for the storm to occur in, or enter 'cancel' to return"
  378. eventEditorEnterDuration: "Enter duration (in seconds)"
  379. eventEditorAtLeastOneSecond: "Amount must be at least 1 second!"
  380. eventEditorNotGreaterThanOneSecond: "is not greater than 1 second!"
  381. eventEditorThunder: "Event Thunder"
  382. eventEditorMustSetThunderDuration: "You must set a thunder duration!"
  383. eventEditorThunderCleared: "Thunder data cleared."
  384. eventEditorEnterThunderWorld: "Enter a world name for the thunder to occur in, or enter 'cancel' to return"
  385. eventEditorEffects: "Event Effects"
  386. eventEditorAddEffect: "Add effect"
  387. eventEditorAddEffectLocation: "Add effect location"
  388. eventEditorNoEffects: "No effects set"
  389. eventEditorMustAddEffects: "You must add effects first!"
  390. eventEditorInvalidEffect: "is not a valid effect name!"
  391. eventEditorEffectsCleared: "Event effects cleared."
  392. 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"
  393. eventEditorMobSpawns: "Event Mob Spawns"
  394. eventEditorAddMobTypes: "Add mob"
  395. eventEditorNoTypesSet: "(No type set)"
  396. eventEditorMustSetMobTypesFirst: "You must set the mob type first!"
  397. eventEditorSetMobAmounts: "Set mob amount"
  398. eventEditorNoAmountsSet: "(No amounts set)"
  399. eventEditorMustSetMobAmountsFirst: "You must set mob amount first!"
  400. eventEditorAddSpawnLocation: "Set spawn location"
  401. eventEditorMobSpawnsCleared: "Mob spawns cleared."
  402. eventEditorMustSetMobLocationFirst: "You must set a spawn-location first!"
  403. eventEditorInvalidMob: "is not a valid mob name!"
  404. eventEditorSetMobName: "Set custom name for mob"
  405. eventEditorSetMobType: "Set mob type"
  406. eventEditorSetMobItemInHand: "Set item in hand"
  407. eventEditorSetMobItemInHandDrop: "Set drop chance of item in hand"
  408. eventEditorSetMobBoots: "Set boots"
  409. eventEditorSetMobBootsDrop: "Set drop chance of boots"
  410. eventEditorSetMobLeggings: "Set leggings"
  411. eventEditorSetMobLeggingsDrop: "Set drop chance of leggings"
  412. eventEditorSetMobChestPlate: "Set chest plate"
  413. eventEditorSetMobChestPlateDrop: "Set drop chance of chest plate"
  414. eventEditorSetMobHelmet: "Set helmet"
  415. eventEditorSetMobHelmetDrop: "Set drop chance of helmet"
  416. eventEditorSetMobSpawnLoc: "Right-click on a block to spawn a mob at, then enter 'add' to the confirm it, or enter 'cancel' to return"
  417. eventEditorSetMobSpawnAmount: "Set the amount of mobs to spawn"
  418. eventEditorSetDropChance: "Set the drop chance"
  419. eventEditorInvalidDropChance: "Drop chance has to be between 0.0 and 1.0"
  420. 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"
  421. eventEditorPotionEffects: "Event Potion Effects"
  422. eventEditorSetPotionEffectTypes: "Set potion effect types"
  423. eventEditorMustSetPotionTypesFirst: "You must set potion effect types first!"
  424. eventEditorSetPotionDurations: "Set potion effect durations"
  425. eventEditorMustSetPotionDurationsFirst: "You must set potion effect durations first!"
  426. eventEditorMustSetPotionTypesAndDurationsFirst: "You must set potion effect types and durations first!"
  427. eventEditorNoDurationsSet: "(No durations set)"
  428. eventEditorSetPotionMagnitudes: "Set potion effect magnitudes"
  429. eventEditorPotionsCleared: "Potion effects cleared."
  430. eventEditorInvalidPotionType: "is not a valid potion effect type!"
  431. eventEditorEnterNPCId: "Enter NPC ID (or -1 to return)"
  432. eventEditorNoNPCExists: "No NPC exists with that id!"
  433. 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"
  434. eventEditorSelectBlockFirst: "You must select a block first."
  435. eventEditorSetMessagePrompt: "Enter message, or enter 'none' to delete, (or 'cancel' to return)"
  436. eventEditorSetItemNamesPrompt: "Enter item names separating each one by a space, or enter 'cancel' to return."
  437. eventEditorSetItemAmountsPrompt: "Enter item amounts (numbers) separating each one by a space, or enter 'cancel' to return."
  438. eventEditorSetMobTypesPrompt: "Enter mob name, or enter 'cancel' to return"
  439. eventEditorSetMobAmountsPrompt: "Enter mob amount, or enter 'cancel' to return"
  440. eventEditorSetMobNamePrompt: "Set the name for this mob, or enter 'cancel' to return"
  441. 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"
  442. eventEditorSetPotionEffectsPrompt: "Enter potion effect types separating each one by a space, or enter 'cancel' to return"
  443. eventEditorSetPotionDurationsPrompt: "Enter effect durations (in milliseconds) separating each one by a space, or enter 'cancel' to return"
  444. eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes separating each one by a space, or enter 'cancel' to return"
  445. eventEditorSetHungerPrompt: "Enter hunger level, or -1 to remove it"
  446. eventEditorHungerLevelAtLeastZero: "Hunger level must be at least 0!"
  447. eventEditorSetSaturationPrompt: "Enter saturation level, or -1 to remove it"
  448. eventEditorSaturationLevelAtLeastZero: "Saturation level must be at least 0!"
  449. eventEditorSetHealthPrompt: "Enter health level, or -1 to remove it"
  450. eventEditorHealthLevelAtLeastZero: "Health level must be at least 0!"
  451. 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"
  452. eventEditorCommandsNote: "Note: You may use <player> to refer to the player's name."
  453. eventEditorSetCommandsPrompt: "Enter commands separating each one by a comma, or enter 'clear' to clear the list, or enter 'cancel' to return."
  454. reqSetMoney: "Set money requirement"
  455. reqSetQuestPoints: "Set Quest Points requirement"
  456. reqSetItem: "Set item requirements"
  457. reqSetPerms: "Set permission requirements"
  458. reqSetQuest: "Set Quest requirements"
  459. reqSetQuestBlocks: "Set Quest blocks"
  460. reqSetMcMMO: "Set mcMMO requirements"
  461. reqSetHeroes: "Set Heroes requirements"
  462. reqSetCustom: "Custom requirements"
  463. reqSetFail: "Set fail requirements message"
  464. reqSetSkills: "Set skills"
  465. reqSetSkillAmounts: "Set skill amounts"
  466. reqHeroesSetPrimary: "Set Primary Class"
  467. reqHeroesSetSecondary: "Set Secondary Class"
  468. reqMoneyPrompt: "Enter amount of <money>, or 0 to clear the money requirement, or -1 to cancel"
  469. reqQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point requirement, or -1 to cancel"
  470. reqQuestPrompt: "Enter a list of Quest names separating each one by a <comma>, or enter 'clear' to clear the list, or 'cancel' to return."
  471. reqRemoveItemsPrompt: "Enter a list of true/false values, separating each one by a space, or enter 'cancel' to return."
  472. reqPermissionsPrompt: "Enter permission requirements separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
  473. reqCustomPrompt: "Enter the name of a custom requirement to add, or enter 'clear' to clear all custom requirements, or 'cancel' to return."
  474. reqMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
  475. reqMcMMOAmountsPrompt: "Enter mcMMO skill amounts, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
  476. reqHeroesPrimaryPrompt: "Enter a Heroes Primary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
  477. reqHeroesSecondaryPrompt: "Enter a Heroes Secondary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
  478. reqFailMessagePrompt: "Enter fail requirements message, or enter 'cancel' to return."
  479. reqAddItem: "Add item"
  480. reqSetRemoveItems: "Set remove items"
  481. reqNoItemsSet: "No items set"
  482. reqNoValuesSet: "No values set"
  483. reqHeroesPrimaryDisplay: "Primary Class:"
  484. reqHeroesSecondaryDisplay: "Secondary Class:"
  485. reqGreaterThanZero: "Amount must be greater than 0!"
  486. reqNotAQuestName: "<quest> is not a Quest name!"
  487. reqItemCleared: "Item requirements cleared."
  488. reqListsNotSameSize: "The items list and remove items list are not the same size!"
  489. reqTrueFalseError: "<input> is not a true or false value!%br%Example: true false true true"
  490. reqCustomAlreadyAdded: "That custom requirement has already been added!"
  491. reqCustomNotFound: "Custom requirement module not found."
  492. reqCustomCleared: "Custom requirements cleared."
  493. reqMcMMOError: "<input> is not an mcMMO skill name!"
  494. reqMcMMOCleared: "mcMMO skill requirements cleared."
  495. reqMcMMOAmountsCleared: "mcMMO skill amount requirements cleared."
  496. reqHeroesNotPrimary: "The <class> class is not primary!"
  497. reqHeroesPrimaryCleared: "Heroes Primary Class requirement cleared."
  498. reqHeroesNotSecondary: "The <class> class is not secondary!"
  499. reqHeroesSecondaryCleared: "Heroes Secondary Class requirement cleared."
  500. reqHeroesClassNotFound: "Class not found!"
  501. reqNone: "No requirements set"
  502. reqNotANumber: "<input> is not a number!"
  503. reqMustAddItem: "You must add at least one item first!"
  504. reqNoMessage: "You must set a fail requirements message!"
  505. reqNoMcMMO: "mcMMO not installed"
  506. reqNoHeroes: "Heroes not installed"
  507. rewSetMoney: "Set money reward"
  508. rewSetQuestPoints: "Set Quest Points reward"
  509. rewSetItems: "Set item rewards"
  510. rewSetExperience: "Set experience reward"
  511. rewSetCommands: "Set command rewards"
  512. rewSetPermission: "Set permission rewards"
  513. rewSetMcMMO: "Set mcMMO skill rewards"
  514. rewSetHeroes: "Set Heroes experience rewards"
  515. rewSetPhat: "Set PhatLoot rewards"
  516. rewSetCustom: "Set Custom Rewards"
  517. rewSetHeroesClasses: "Set classes"
  518. rewSetHeroesAmounts: "Set experience amounts"
  519. rewMoneyPrompt: "Enter amount of <money>, or 0 to clear the money reward, or -1 to cancel"
  520. rewExperiencePrompt: "Enter amount of experience, or 0 to clear the experience reward, or -1 to cancel"
  521. rewCommandPrompt: "Enter command rewards separating each one by a <comma>, or enter 'clear' to clear the list, or enter 'cancel' to return."
  522. rewCommandPromptHint: "Note: You may put <player> to specify the player who completed the Quest. e.g. smite <player>"
  523. rewPermissionsPrompt: "Enter permission rewards separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
  524. rewQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point reward, or -1 to cancel"
  525. rewMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'cancel' to return."
  526. rewMcMMOPromptHint: "Note: Typing 'All' will give levels to all skills."
  527. rewHeroesClassesPrompt: "Enter Heroes classes separating each one by a space, or enter 'cancel' to return."
  528. rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed) separating each one by a space, or enter 'cancel' to return."
  529. rewPhatLootsPrompt: "Enter PhatLoots separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
  530. rewCustomRewardPrompt: "Enter the name of a custom reward to add, or enter 'clear' to clear all custom rewards, or 'cancel' to return."
  531. rewItemsCleared: "Item rewards cleared."
  532. rewNoMcMMOSkills: "No skills set"
  533. rewNoHeroesClasses: "No classes set"
  534. rewSetMcMMOSkillsFirst: "You must set skills first!"
  535. rewMcMMOCleared: "mcMMO rewards cleared."
  536. rewMcMMOListsNotSameSize: "The skills list and skill amounts list are not the same size!"
  537. rewSetHeroesClassesFirst: "You must set classes first!"
  538. rewHeroesCleared: "Heroes rewards cleared."
  539. rewHeroesListsNotSameSize: "The classes list and experience amounts list are not the same size!"
  540. rewHeroesInvalidClass: "<input> is not a valid Heroes class name!"
  541. rewPhatLootsInvalid: "<input> is not a valid PhatLoot name!"
  542. rewPhatLootsCleared: "PhatLoots reward cleared."
  543. rewCustomAlreadyAdded: "That custom reward has already been added!"
  544. rewCustomNotFound: "Custom reward module not found."
  545. rewCustomCleared: "Custom rewards cleared."
  546. rewNoPhat: "PhatLoots not installed"
  547. itemCreateLoadHand: "Load item in hand"
  548. itemCreateSetName: "Set name"
  549. itemCreateSetAmount: "Set amount"
  550. itemCreateSetData: "Set data"
  551. itemCreateSetEnchs: "Add/clear enchantments"
  552. itemCreateSetDisplay: "Set display name"
  553. itemCreateSetLore: "Set lore"
  554. itemCreateEnterName: "Enter an item name, or 'cancel' to return."
  555. itemCreateEnterAmount: "Enter item amount (max. 64), or 'cancel' to return."
  556. itemCreateEnterData: "Enter item data, or 'clear' to clear the data, or 'cancel' to return."
  557. itemCreateEnterEnch: "Enter an enchantment name, or 'clear' to clear the enchantments, or 'cancel' to return."
  558. itemCreateEnterLevel: "Enter a level (number) for <enchantment>"
  559. itemCreateEnterDisplay: "Enter item display name, or 'clear' to clear the display name, or 'cancel' to return."
  560. itemCreateEnterLore: "Enter item lore, separating each line by a semi-colon ; or 'clear' to clear the lore, or 'cancel' to return."
  561. itemCreateLoaded: "Item loaded."
  562. itemCreateNoItem: "No item in hand!"
  563. itemCreateNoName: "You must set a name first!"
  564. itemCreateInvalidName: "Invalid item name!"
  565. itemCreateInvalidAmount: "Amount must be between 1-64!"
  566. itemCreateInvalidData: "Invalid item data!"
  567. itemCreateInvalidEnch: "Invalid enchantment name!"
  568. itemCreateInvalidLevel: "Level must be greater than 0!"
  569. itemCreateInvalidInput: "Invalid input!"
  570. itemCreateNotNumber: "Input was not a number!"
  571. itemCreateNoNameAmount: "You must set a name and amount first!"
  572. itemCreateCriticalError: "A critical error has occurred."
  573. questTitle: "-- <quest> --"
  574. questObjectivesTitle: "---(<quest>)---"
  575. questCompleteTitle: "**QUEST COMPLETE: <quest>**"
  576. questRewardsTitle: "Rewards:"
  577. journalTitle: "Quest Journal"
  578. questsTitle: "- Quests -"
  579. questHelpTitle: "- Quests -"
  580. questListTitle: "- Quests -"
  581. questNPCListTitle: "- Quests | <npc> -"
  582. questAdminHelpTitle: "- Questadmin -"
  583. questEditorTitle: "- Quest Editor -"
  584. eventEditorTitle: "- Event Editor - "
  585. questCreateTitle: "- Create Quest -"
  586. questEditTitle: "- Edit Quest -"
  587. questDeleteTitle: "- Delete Quest -"
  588. requirementsTitle: "- <quest> | Requirements -"
  589. rewardsTitle: "- <quest> | Rewards -"
  590. itemRequirementsTitle: "- Item Requirements -"
  591. itemRewardsTitle: "- Item Rewards -"
  592. mcMMORequirementsTitle: "- mcMMO Requirements -"
  593. mcMMORewardsTitle: "- mcMMO Rewards -"
  594. heroesRequirementsTitle: "- Heroes Requirements -"
  595. heroesRewardsTitle: "- Heroes Rewards -"
  596. heroesClassesTitle: "- Heroes Classes -"
  597. heroesExperienceTitle: "- Heroes Experience -"
  598. heroesPrimaryTitle: "- Primary Classes -"
  599. heroesSecondaryTitle: "- Secondary Classes -"
  600. phatLootsRewardsTitle: "- PhatLoots Rewards -"
  601. customRequirementsTitle: "- Custom Requirements -"
  602. customRewardsTitle: "- Custom Rewards -"
  603. skillListTitle: "- Skill List -"
  604. eventTitle: "- Event -"
  605. completedQuestsTitle: "- Completed Quests -"
  606. topQuestersTitle: "- Top <number> Questers -"
  607. createItemTitle: "- Create Item -"
  608. enchantmentsTitle: "- Enchantments -"
  609. questGUITitle: "- GUI Item Display -"
  610. questRegionTitle: "- Quest Region -"
  611. eventEditorGiveItemsTitle: "- Give Items -"
  612. eventEditorEffectsTitle: "- Effects -"
  613. eventEditorStormTitle: "- Event Storm -"
  614. eventEditorThunderTitle: "- Event Thunder -"
  615. eventEditorMobSpawnsTitle: "- Event Mob Spawns -"
  616. eventEditorMobsTitle: "- Mobs -"
  617. eventEditorAddMobTypesTitle: "- Add Mob -"
  618. eventEditorPotionEffectsTitle: "- Event Potion Effects -"
  619. eventEditorPotionTypesTitle: "- Event Potion Types -"
  620. eventEditorWorldsTitle: "- Worlds -"
  621. effBlazeShoot: "Sound of a Blaze firing"
  622. effBowFire: "Sound of a bow firing"
  623. effClick1: "A click sound"
  624. effClick2: "A different click sound"
  625. effDoorToggle: "Sound of a door opening or closing"
  626. effExtinguish: "Sound of fire being extinguished"
  627. effGhastShoot: "Sound of a Ghast firing"
  628. effGhastShriek: "Sound of a Ghast shrieking"
  629. effZombieWood: "Sound of a Zombie chewing an iron door"
  630. effZombieIron: "Sound of a Zombie chewing a wooden door"
  631. effEnterName: "Enter an effect name to add it to the list, or enter 'cancel' to return"
  632. cmdCancel: "cancel"
  633. cmdAdd: "add"
  634. cmdClear: "clear"
  635. cmdNone: "none"
  636. cmdDone: "done"
  637. acceptQuest: "Accept Quest?"
  638. enterAnOption: "Enter an option"
  639. questAccepted: "Quest accepted: <quest>"
  640. currentQuest: "Current Quests:"
  641. damage: "Damage"
  642. break: "Break"
  643. place: "Place"
  644. use: "Use"
  645. cut: "Cut"
  646. catchFish: "Catch Fish"
  647. enchantItem: "Enchant <item> with <enchantment>"
  648. kill: "Kill"
  649. killAtLocation: "Kill <mob> at <location>"
  650. killPlayer: "Kill a Player"
  651. deliver: "Deliver <item> to <npc>"
  652. talkTo: "Talk to <npc>"
  653. tame: "Tame"
  654. shearSheep: "Shear <color> sheep"
  655. goTo: "Go to <location>"
  656. completed: "Completed"
  657. invalidSelection: "Invalid selection!"
  658. noActiveQuest: "You do not currently have any active Quests."
  659. speakTo: "Start: Speak to <npc>"
  660. mustSpeakTo: "You must speak to <npc> to start this Quest."
  661. noCommandStart: "<quest> may not be started via command."
  662. permissionDisplay: "Permission:"
  663. heroesClass: "class"
  664. mcMMOLevel: "level"
  665. haveCompleted: "You have completed <quest>"
  666. cannotComplete: "Cannot complete <quest>"
  667. questNotFound: "Quest not found."
  668. alreadyConversing: "You already are in a conversation!"
  669. inputNum: "Input must be a number."
  670. inputPosNum: "Input must be a positive number."
  671. killNotValid: "Kill did not count. You must wait <time> before you can kill <player> again."
  672. questModified: "Your active Quest <quest> has been modified. You have been forced to quit the Quest."
  673. questNotExist: "Your active Quest <quest> no longer exists. You have been forced to quit the Quest."
  674. questInvalidChoice: "Invalid choice. Type 'Yes' or 'No'"
  675. questPointsDisplay: "Quest points:"
  676. questNoDrop: "You may not drop Quest items."
  677. questNoBrew: "You may not brew Quest items."
  678. questNoStore: "You may not store Quest items."
  679. questNoCraft: "You may not craft Quest items."
  680. questNoEquip: "You may not equip Quest items."
  681. questNoDispense: "You may not put Quest items in dispensers."
  682. questNoEnchant: "You may not enchant Quest items."
  683. questNoSmelt: "You may not smelt using Quest items."
  684. questInfoNoPerms: "You do not have permission to view a Quest's information."
  685. questCmdNoPerms: "You do not have access to that command."
  686. pageSelectionNum: "Page selection must be a number."
  687. pageSelectionPosNum: "Page selection must be a positive number."
  688. questListNoPerms: "You do not have permission to view the Quests list."
  689. questTakeNoPerms: "You do not have permission to take Quests via commands."
  690. questTakeDisabled: "Taking Quests via commands has been disabled."
  691. questQuit: "You have quit <quest>"
  692. questQuitNoPerms: "You do not have permission to quit Quests."
  693. questQuitDisabled: "Quitting Quests has been disabled."
  694. questEditorNoPerms: "You do not have permission to use the Quests Editor."
  695. eventEditorNoPerms: "You do not have permission to use the Events Editor."
  696. questsUnknownCommand: "Unknown Quests command. Type /quests for help."
  697. pageNotExist: "Page does not exist."
  698. pageFooter: "- Page <current> of <all> -"
  699. questsReloaded: "Quests reloaded."
  700. numQuestsLoaded: "<number> Quests loaded."
  701. questForceTake: "<player> has forcibly started the Quest <quest>."
  702. questForcedTake: "<player> has forced you to take the Quest <quest>."
  703. questForceQuit: "<player> has forcibly quit the Quest <quest>."
  704. questForcedQuit: "<player> has forced you to quit the Quest <quest>."
  705. questForceFinish: "<player> has forcibly finished their Quest <quest>."
  706. questForcedFinish: "<player> has forced you to finish your Quest <quest>."
  707. questForceNextStage: "<player> has advanced to the next Stage in the Quest <quest>."
  708. questForcedNextStage: "<player> has advanced you to the next Stage in your Quest <quest>."
  709. questPurged: "<player> has been purged and blacklisted."
  710. questRemoved: "Quest <quest> has been removed from player <player>'s completed Quests."
  711. settingAllQuestPoints: "Setting all players' Quest Points..."
  712. allQuestPointsSet: "All players' Quest Points have been set to <number>!"
  713. setQuestPoints: "<player>'s Quest Points have been set to <number>."
  714. questPointsSet: "<player> has set your Quest Points to <number>."
  715. takeQuestPoints: "Took away <number> Quest Points from <player>."
  716. questPointsTaken: "<player> took away <number> Quest Points."
  717. giveQuestPoints: "Gave <number> Quest Points from <player>."
  718. questPointsGiven: "<player> gave you <number> Quest Points."
  719. enableNPCGUI: "<npc> will now provide a GUI Quest Display."
  720. disableNPCGUI: "<npc> will no longer provide a GUI Quest Display."
  721. invalidNumber: "Invalid number."
  722. noCurrentQuest: "<player> does not currently have any active Quests."
  723. playerNotFound: "Player not found."
  724. invalidStageNum: "Invalid stage number for Quest <quest>"
  725. errorNPCID: "Error: There is no NPC with ID <number>"
  726. errorReading: "Error reading <file>, skipping.."
  727. errorReadingSuppress: "Error reading <file>, suppressing further errors."
  728. errorDataFolder: "Error: Unable to read Quests data folder!"
  729. questsPlayerHasQuestAlready: "<player> is already on the Quest <quest>!"
  730. questsUnknownAdminCommand: "Unknown Questsadmin command. Type /questsadmin for help."
  731. unknownError: "An unknown error occurred. See console output."
  732. journalTaken: "You take out your Quest Journal."
  733. journalPutAway: "You put away your Quest Journal."
  734. journalAlreadyHave: "You already have your Quest Journal out."
  735. journalNoRoom: "You have no room in your inventory for your Quest Journal!"
  736. journalNoQuests: "You have no accepted quests!"
  737. journalDenied: "You cannot do that with your Quest Journal."
  738. ENCHANTMENT_ARROW_DAMAGE: "Power"
  739. ENCHANTMENT_ARROW_FIRE: "Flame"
  740. ENCHANTMENT_ARROW_INFINITE: "Infinity"
  741. ENCHANTMENT_ARROW_KNOCKBACK: "Punch"
  742. ENCHANTMENT_DAMAGE_ALL: "Sharpness"
  743. ENCHANTMENT_DAMAGE_ARTHROPODS: "BaneOfArthropods"
  744. ENCHANTMENT_DEPTH_STRIDER: "Depth Strider"
  745. ENCHANTMENT_DAMAGE_UNDEAD: "Smite"
  746. ENCHANTMENT_DIG_SPEED: "Efficiency"
  747. ENCHANTMENT_DURABILITY: "Unbreaking"
  748. ENCHANTMENT_FIRE_ASPECT: "FireAspect"
  749. ENCHANTMENT_KNOCKBACK: "Knockback"
  750. ENCHANTMENT_LOOT_BONUS_BLOCKS: "Fortune"
  751. ENCHANTMENT_LOOT_BONUS_MOBS: "Looting"
  752. ENCHANTMENT_LUCK: "LuckOfTheSea"
  753. ENCHANTMENT_LURE: "Lure"
  754. ENCHANTMENT_OXYGEN: "Respiration"
  755. ENCHANTMENT_PROTECTION_ENVIRONMENTAL: "Protection"
  756. ENCHANTMENT_PROTECTION_EXPLOSIONS: "BlastProtection"
  757. ENCHANTMENT_PROTECTION_FALL: "FeatherFalling"
  758. ENCHANTMENT_PROTECTION_FIRE: "FireProtection"
  759. ENCHANTMENT_PROTECTION_PROJECTILE: "ProjectileProtection"
  760. ENCHANTMENT_SILK_TOUCH: "SilkTouch"
  761. ENCHANTMENT_THORNS: "Thorns"
  762. ENCHANTMENT_WATER_WORKER: "AquaAffinity"
  763. COLOR_BLACK: "Black"
  764. COLOR_BLUE: "Blue"
  765. COLOR_BROWN: "Brown"
  766. COLOR_CYAN: "Cyan"
  767. COLOR_GRAY: "Gray"
  768. COLOR_GREEN: "Green"
  769. COLOR_LIGHT_BLUE: "LightBlue"
  770. COLOR_LIME: "Lime"
  771. COLOR_MAGENTA: "Magenta"
  772. COLOR_ORANGE: "Orange"
  773. COLOR_PINK: "Pink"
  774. COLOR_PURPLE: "Purple"
  775. COLOR_RED: "Red"
  776. COLOR_SILVER: "Silver"
  777. COLOR_WHITE: "White"
  778. COLOR_YELLOW: "Yellow"
  779. timeDay: "Day"
  780. timeDays: "Days"
  781. timeHour: "Hour"
  782. timeHours: "Hours"
  783. timeMinute: "Minute"
  784. timeMinutes: "Minutes"
  785. timeSecond: "Second"
  786. timeSeconds: "Seconds"
  787. timeMillisecond: "Millisecond"
  788. timeMilliseconds: "Milliseconds"
  789. event: "Event"
  790. delay: "Delay"
  791. save: "Save"
  792. exit: "Exit"
  793. exited: "Exited"
  794. cancel: "Cancel"
  795. cancelled: "Cancelled"
  796. questTimeout: "Cancelled."
  797. back: "Back"
  798. yesWord: "Yes"
  799. noWord: "No"
  800. true: "true"
  801. false: "false"
  802. clear: "Clear"
  803. edit: "Edit"
  804. none: "None"
  805. done: "Done"
  806. comma: "comma"
  807. finish: "Finish"
  808. quit: "Quit"
  809. noneSet: "None set"
  810. noDelaySet: "No delay set"
  811. noIdsSet: "No IDs set"
  812. noNamesSet: "No names set"
  813. worlds: "Worlds"
  814. mobs: "Mobs"
  815. points: "points"
  816. invalidOption: "Invalid option!"
  817. npcHint: "Note: You can left or right click on NPC's to get their ID."
  818. listDuplicate: "List contains duplicates!"
  819. id: "ID"
  820. quest: "Quest"
  821. quests: "Quests"
  822. createdBy: "Created by"
  823. questPoints: "Quest Points"
  824. complete: "Complete"
  825. redoable: "Redoable"
  826. usage: "Usage"
  827. redoableEvery: "Redoable every <time>."
  828. requirements: "Requirements"
  829. money: "Money"
  830. with: "With"
  831. to: "to"
  832. blocksWithin: "within <amount> blocks of"
  833. valRequired: "Value required"
  834. enchantedItem: "*Enchanted*"
  835. experience: "Experience"
  836. questErrorReadingFile: "Error reading Quests file."
  837. questSaveError: "An error occurred while saving."
  838. questBlacklisted: "You are blacklisted. Contact an admin if this is in error."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement