mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-24 19:46:34 +01:00
New translations strings.yml (Pirate English)
This commit is contained in:
parent
18acf8b43a
commit
d430660a02
@ -1,17 +1,18 @@
|
|||||||
questFailed: "*QUEST FAILED*"
|
---
|
||||||
questMaxAllowed: "You may only have up to <number> Quests."
|
questFailed: "*QUEST FAILED MATEY*"
|
||||||
questAlreadyOn: "You are already on that Quest!"
|
questMaxAllowed: "Ye may only have up t' <number> Quests."
|
||||||
questTooEarly: "You may not take <quest> again for another <time>."
|
questAlreadyOn: "Ye be already on that Quest!"
|
||||||
questAlreadyCompleted: "You have already completed <quest>."
|
questTooEarly: "Ye may nah take <quest> again fer another <time>."
|
||||||
questInvalidLocation: "You may not take <quest> at this location."
|
questAlreadyCompleted: "Ye 'ave already looted <quest>."
|
||||||
questInvalidDeliveryItem: "<item> is not a required item for this quest!"
|
questInvalidLocation: "Ye may nah take <quest> at this location."
|
||||||
questSelectedLocation: "Selected location"
|
questInvalidDeliveryItem: "<item> ain't a required item fer this quest!"
|
||||||
|
questSelectedLocation: "Chosen spot"
|
||||||
questDisplayHelp: "- Display this help"
|
questDisplayHelp: "- Display this help"
|
||||||
COMMAND_LIST: "list"
|
COMMAND_LIST: "list"
|
||||||
COMMAND_LIST_HELP: "list [page] - List available Quests"
|
COMMAND_LIST_HELP: "list [page] - List available Quests"
|
||||||
COMMAND_TAKE: "take"
|
COMMAND_TAKE: "take"
|
||||||
COMMAND_TAKE_HELP: "take [quest name] - Accept a Quest"
|
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: "quit"
|
||||||
COMMAND_QUIT_HELP: "quit [quest] - Quit a current Quest"
|
COMMAND_QUIT_HELP: "quit [quest] - Quit a current Quest"
|
||||||
COMMAND_EDITOR: "editor"
|
COMMAND_EDITOR: "editor"
|
||||||
@ -22,7 +23,7 @@ COMMAND_STATS: "stats"
|
|||||||
COMMAND_STATS_HELP: "stats - View your Questing stats"
|
COMMAND_STATS_HELP: "stats - View your Questing stats"
|
||||||
COMMAND_TOP: "top"
|
COMMAND_TOP: "top"
|
||||||
COMMAND_TOP_HELP: "top [number] - View top Questers"
|
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: "info"
|
||||||
COMMAND_INFO_HELP: "info - Display plugin information"
|
COMMAND_INFO_HELP: "info - Display plugin information"
|
||||||
COMMAND_JOURNAL: "journal"
|
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_TAKEPOINTS_HELP: "takepoints [player] [amount] - Take a players Quest Points"
|
||||||
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||||
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [player] [amount] - Give a player Quest Points"
|
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_POINTSALL_HELP: "pointsall [amount] - Set ALL players' Quest Points"
|
||||||
COMMAND_QUESTADMIN_FINISH: "finish"
|
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||||
COMMAND_QUESTADMIN_FINISH_HELP: "finish [player] [quest] - Immediately force Quest completion for a player"
|
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_NEXTSTAGE_HELP: "nextstage [player] [quest] - Immediately force Stage completion for a player"
|
||||||
COMMAND_QUESTADMIN_SETSTAGE: "setstage"
|
COMMAND_QUESTADMIN_SETSTAGE: "setstage"
|
||||||
COMMAND_QUESTADMIN_SETSTAGE_HELP: "setstage [player] [quest] [stage] - Set the current Stage for a player"
|
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: "purge"
|
||||||
COMMAND_QUESTADMIN_PURGE_HELP: "purge [player] - Clear all Quests data of a player AND BLACKLISTS THEM"
|
COMMAND_QUESTADMIN_PURGE_HELP: "purge [player] - Clear all Quests data of a player AND BLACKLISTS THEM"
|
||||||
COMMAND_QUESTADMIN_RESET: "reset"
|
COMMAND_QUESTADMIN_RESET: "reset"
|
||||||
@ -92,7 +93,7 @@ questWGInvalidRegion: "<region> is not a valid WorldGuard region!"
|
|||||||
questWGRegionCleared: "Quest region cleared."
|
questWGRegionCleared: "Quest region cleared."
|
||||||
questCitNotInstalled: "Citizens not installed"
|
questCitNotInstalled: "Citizens not installed"
|
||||||
questDenNotInstalled: "Denizen 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:"
|
questCurrentItem: "Current item:"
|
||||||
questSetItem: "Set Item"
|
questSetItem: "Set Item"
|
||||||
questClearItem: "Clear Item"
|
questClearItem: "Clear Item"
|
||||||
@ -114,12 +115,12 @@ questEditorSave: "Finish and save"
|
|||||||
questEditorNeedAskMessage: "You must set an ask message!"
|
questEditorNeedAskMessage: "You must set an ask message!"
|
||||||
questEditorNeedFinishMessage: "You must set a finish message!"
|
questEditorNeedFinishMessage: "You must set a finish message!"
|
||||||
questEditorNeedStages: "Your Quest has no Stages!"
|
questEditorNeedStages: "Your Quest has no Stages!"
|
||||||
questEditorSaved: "Quest saved! (You will need to perform a Quest reload for it to appear)"
|
questEditorSaved: "Quest saved! (Ye will needs t' perform a Quest reload fer it t' appear)"
|
||||||
questEditorExited: "Are you sure you want to exit without saving?"
|
questEditorExited: "Are ye sure ye wants t' exit without savin'?"
|
||||||
questEditorDeleted: "Are you sure you want to delete the Quest"
|
questEditorDeleted: "Are ye sure ye wants t' scuttle th' Quest"
|
||||||
questEditorNoPermsCreate: "You do not have permission to create Quests."
|
questEditorNoPermsCreate: "Ye do nah 'ave permission t' create Quests."
|
||||||
questEditorNoPermsEdit: "You do not have permission to edit Quests."
|
questEditorNoPermsEdit: "Ye do nah 'ave permission t' edit Quests."
|
||||||
questEditorNoPermsDelete: "You do not have permission to delete Quests."
|
questEditorNoPermsDelete: "Ye do nah 'ave permission t' scuttle Quests."
|
||||||
stageEditorEditStage: "Edit Stage"
|
stageEditorEditStage: "Edit Stage"
|
||||||
stageEditorNewStage: "Add new Stage"
|
stageEditorNewStage: "Add new Stage"
|
||||||
stageEditorStages: "Stages"
|
stageEditorStages: "Stages"
|
||||||
@ -138,7 +139,7 @@ stageEditorDeliverItems: "Deliver Items"
|
|||||||
stageEditorTalkToNPCs: "Talk to NPCs"
|
stageEditorTalkToNPCs: "Talk to NPCs"
|
||||||
stageEditorKillNPCs: "Kill NPCs"
|
stageEditorKillNPCs: "Kill NPCs"
|
||||||
stageEditorKillMobs: "Kill Mobs"
|
stageEditorKillMobs: "Kill Mobs"
|
||||||
stageEditorReachLocs: "Reach locations"
|
stageEditorReachLocs: "Reach spots"
|
||||||
stageEditorReachRadii1: "Reach within"
|
stageEditorReachRadii1: "Reach within"
|
||||||
stageEditorReachRadii2: "blocks of"
|
stageEditorReachRadii2: "blocks of"
|
||||||
stageEditorTameMobs: "Tame Mobs"
|
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."
|
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."
|
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"
|
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"
|
stageEditorMobAmountsPrompt: "Enter mob amounts separatin' each one by a space, or enter 'cancel' t' 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"
|
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 location radii (number of blocks) separating each one by a space, or enter 'cancel' to 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"
|
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"
|
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"
|
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"
|
stageEditorConfirmStageNote: "Any Stages after will be shifted back one spot"
|
||||||
stageEditorDeleteSucces: "Stage deleted successfully."
|
stageEditorDeleteSucces: "Stage deleted successfully."
|
||||||
stageEditorEnchantments: "Enchantments"
|
stageEditorEnchantments: "Enchantments"
|
||||||
stageEditorNPCNote: "Note: You may specify the name of the NPC with <npc>"
|
stageEditorNPCNote: 'Note: You may specify the name of the NPC with <npc>'
|
||||||
stageEditorOptional: "Optional"
|
stageEditorOptional: "Optional"
|
||||||
stageEditorColors: "Sheep Colors"
|
stageEditorColors: "Sheep Colors"
|
||||||
allListsNotSameSize: "All of your lists are not the same size!"
|
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"
|
eventEditorDeletePrompt: "Are you sure you want to delete the Event"
|
||||||
eventEditorQuitWithoutSaving: "Are you sure you want to quit without saving?"
|
eventEditorQuitWithoutSaving: "Are you sure you want to quit without saving?"
|
||||||
eventEditorFinishAndSave: "Are you sure you want to finish and save the Event"
|
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."
|
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"
|
eventEditorEventInUse: "The following Quests use the Event"
|
||||||
eventEditorMustModifyQuests: "eventEditorNotFound"
|
eventEditorMustModifyQuests: "eventEditorNotFound"
|
||||||
@ -456,7 +457,7 @@ eventEditorSaturationLevelAtLeastZero: "Saturation level must be at least 0!"
|
|||||||
eventEditorSetHealthPrompt: "Enter health level, or -1 to remove it"
|
eventEditorSetHealthPrompt: "Enter health level, or -1 to remove it"
|
||||||
eventEditorHealthLevelAtLeastZero: "Health level must be at least 0!"
|
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"
|
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."
|
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"
|
reqSetMoney: "Set money requirement"
|
||||||
reqSetQuestPoints: "Set Quest Points requirement"
|
reqSetQuestPoints: "Set Quest Points requirement"
|
||||||
@ -493,7 +494,7 @@ reqGreaterThanZero: "Amount must be greater than 0!"
|
|||||||
reqNotAQuestName: "<quest> is not a Quest name!"
|
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||||
reqItemCleared: "Item requirements cleared."
|
reqItemCleared: "Item requirements cleared."
|
||||||
reqListsNotSameSize: "The items list and remove items list are not the same size!"
|
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!"
|
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||||
reqCustomNotFound: "Custom requirement module not found."
|
reqCustomNotFound: "Custom requirement module not found."
|
||||||
reqCustomCleared: "Custom requirements cleared."
|
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"
|
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"
|
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."
|
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."
|
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"
|
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."
|
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."
|
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."
|
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."
|
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."
|
itemCreateCriticalError: "A critical error has occurred."
|
||||||
questTitle: "-- <quest> --"
|
questTitle: "-- <quest> --"
|
||||||
questObjectivesTitle: "---(<quest>)---"
|
questObjectivesTitle: "---(<quest>)---"
|
||||||
questCompleteTitle: "**QUEST COMPLETE: <quest>**"
|
questCompleteTitle: '**QUEST COMPLETE: <quest>**'
|
||||||
questRewardsTitle: "Rewards:"
|
questRewardsTitle: "Rewards:"
|
||||||
journalTitle: "Quest Journal"
|
journalTitle: "Quest Journal"
|
||||||
questsTitle: "- Quests -"
|
questsTitle: "- Quests -"
|
||||||
@ -643,7 +644,7 @@ cmdNone: "none"
|
|||||||
cmdDone: "done"
|
cmdDone: "done"
|
||||||
acceptQuest: "Accept Quest?"
|
acceptQuest: "Accept Quest?"
|
||||||
enterAnOption: "Enter an option"
|
enterAnOption: "Enter an option"
|
||||||
questAccepted: "Quest accepted: <quest>"
|
questAccepted: 'Quest accepted: <quest>'
|
||||||
currentQuest: "Current Quests:"
|
currentQuest: "Current Quests:"
|
||||||
noMoreQuest: "No more quests available."
|
noMoreQuest: "No more quests available."
|
||||||
damage: "Damage"
|
damage: "Damage"
|
||||||
@ -666,7 +667,7 @@ redoCompleted: "(Completed)"
|
|||||||
consoleError: "This command may only be performed in-game."
|
consoleError: "This command may only be performed in-game."
|
||||||
invalidSelection: "Invalid selection!"
|
invalidSelection: "Invalid selection!"
|
||||||
noActiveQuest: "You do not currently have any active Quests."
|
noActiveQuest: "You do not currently have any active Quests."
|
||||||
speakTo: "Start: Speak to <npc>"
|
speakTo: 'Start: Speak to <npc>'
|
||||||
mustSpeakTo: "You must speak to <npc> to start this Quest."
|
mustSpeakTo: "You must speak to <npc> to start this Quest."
|
||||||
noCommandStart: "<quest> may not be started via command."
|
noCommandStart: "<quest> may not be started via command."
|
||||||
permissionDisplay: "Permission:"
|
permissionDisplay: "Permission:"
|
||||||
@ -732,10 +733,10 @@ invalidNumber: "Invalid number."
|
|||||||
noCurrentQuest: "<player> does not currently have any active Quests."
|
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||||
playerNotFound: "Player not found."
|
playerNotFound: "Player not found."
|
||||||
invalidStageNum: "Invalid stage number for Quest <quest>"
|
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.."
|
errorReading: "Error reading <file>, skipping.."
|
||||||
errorReadingSuppress: "Error reading <file>, suppressing further errors."
|
errorReadingSuppress: "Error reading <file>, suppressing further errors."
|
||||||
errorDataFolder: "Error: Unable to read Quests data folder!"
|
errorDataFolder: 'Error: Unable to read Quests data folder!'
|
||||||
questsPlayerHasQuestAlready: "<player> is already on the Quest <quest>!"
|
questsPlayerHasQuestAlready: "<player> is already on the Quest <quest>!"
|
||||||
questsUnknownAdminCommand: "Unknown Questsadmin command. Type /questsadmin for help."
|
questsUnknownAdminCommand: "Unknown Questsadmin command. Type /questsadmin for help."
|
||||||
unknownError: "An unknown error occurred. See console output."
|
unknownError: "An unknown error occurred. See console output."
|
||||||
@ -812,8 +813,8 @@ questTimeout: "Cancelled."
|
|||||||
back: "Back"
|
back: "Back"
|
||||||
yesWord: "Yes"
|
yesWord: "Yes"
|
||||||
noWord: "No"
|
noWord: "No"
|
||||||
true: "true"
|
"true": "true"
|
||||||
false: "false"
|
"false": "false"
|
||||||
clear: "Clear"
|
clear: "Clear"
|
||||||
edit: "Edit"
|
edit: "Edit"
|
||||||
none: "None"
|
none: "None"
|
||||||
@ -829,7 +830,7 @@ worlds: "Worlds"
|
|||||||
mobs: "Mobs"
|
mobs: "Mobs"
|
||||||
points: "points"
|
points: "points"
|
||||||
invalidOption: "Invalid option!"
|
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!"
|
listDuplicate: "List contains duplicates!"
|
||||||
id: "ID"
|
id: "ID"
|
||||||
quest: "Quest"
|
quest: "Quest"
|
||||||
@ -850,7 +851,7 @@ blocksWithin: "within <amount> blocks of"
|
|||||||
valRequired: "Value required"
|
valRequired: "Value required"
|
||||||
enchantedItem: "*Enchanted*"
|
enchantedItem: "*Enchanted*"
|
||||||
experience: "Experience"
|
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"
|
timerStart: "<green>You have <red>%s seconds <green>to finish this quest/stage"
|
||||||
questErrorReadingFile: "Error reading Quests file."
|
questErrorReadingFile: "Error reading Quests file."
|
||||||
questSaveError: "An error occurred while saving."
|
questSaveError: "An error occurred while saving."
|
||||||
|
Loading…
Reference in New Issue
Block a user