mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-23 19:15:49 +01:00
New translations strings.yml (Pirate English)
This commit is contained in:
parent
476477800e
commit
ca495ef3a8
@ -10,8 +10,8 @@ COMMAND_JOURNAL: "journal"
|
|||||||
COMMAND_JOURNAL_HELP: "<command> - View/Put away your Quest Journal"
|
COMMAND_JOURNAL_HELP: "<command> - View/Put away your Quest Journal"
|
||||||
COMMAND_EDITOR: "editor"
|
COMMAND_EDITOR: "editor"
|
||||||
COMMAND_EDITOR_HELP: "<command> - Create/Edit Quests"
|
COMMAND_EDITOR_HELP: "<command> - Create/Edit Quests"
|
||||||
COMMAND_EVENTS_EDITOR: "events"
|
COMMAND_EVENTS_EDITOR: "actions"
|
||||||
COMMAND_EVENTS_EDITOR_HELP: "<command> - Create/Edit Events"
|
COMMAND_EVENTS_EDITOR_HELP: "<command> - Create/Edit Actions"
|
||||||
COMMAND_STATS: "stats"
|
COMMAND_STATS: "stats"
|
||||||
COMMAND_STATS_HELP: "<command> - View your Questing stats"
|
COMMAND_STATS_HELP: "<command> - View your Questing stats"
|
||||||
COMMAND_TOP: "top"
|
COMMAND_TOP: "top"
|
||||||
@ -60,7 +60,7 @@ questEditorAskMessage: "Set ask message"
|
|||||||
questEditorFinishMessage: "Set finish message"
|
questEditorFinishMessage: "Set finish message"
|
||||||
questEditorNPCStart: "Set NPC start"
|
questEditorNPCStart: "Set NPC start"
|
||||||
questEditorBlockStart: "Set Block start"
|
questEditorBlockStart: "Set Block start"
|
||||||
questEditorInitialEvent: "Set initial Event"
|
questEditorInitialEvent: "Set initial Action"
|
||||||
questEditorSetGUI: "Set GUI Item display"
|
questEditorSetGUI: "Set GUI Item display"
|
||||||
questEditorReqs: "Edit Requirements"
|
questEditorReqs: "Edit Requirements"
|
||||||
questEditorPln: "Edit Planner"
|
questEditorPln: "Edit Planner"
|
||||||
@ -73,7 +73,7 @@ questEditorEnterAskMessage: "Enter ask message (<cancel>)"
|
|||||||
questEditorEnterFinishMessage: "Enter finish message (<cancel>)"
|
questEditorEnterFinishMessage: "Enter finish message (<cancel>)"
|
||||||
questEditorEnterNPCStart: "Enter NPC ID, <clear>, <cancel>"
|
questEditorEnterNPCStart: "Enter NPC ID, <clear>, <cancel>"
|
||||||
questEditorEnterBlockStart: "Right-jab on a block t' use as a start point, <done>, <clear>, <cancel>"
|
questEditorEnterBlockStart: "Right-jab on a block t' use as a start point, <done>, <clear>, <cancel>"
|
||||||
questEditorEnterInitialEvent: "Enter an Event name, <clear>, <cancel>"
|
questEditorEnterInitialEvent: "Enter an Action name, <clear>, <cancel>"
|
||||||
questRequiredNoneSet: "Required, none set"
|
questRequiredNoneSet: "Required, none set"
|
||||||
questDungeonsCreate: "Players added t' this group may perform quests together!"
|
questDungeonsCreate: "Players added t' this group may perform quests together!"
|
||||||
questDungeonsDisband: "Th' quest group was disbanded."
|
questDungeonsDisband: "Th' quest group was disbanded."
|
||||||
@ -103,7 +103,7 @@ questDeleted: "Quest deleted! Quests 'n Events 'ave been reloaded."
|
|||||||
questEditorNameExists: "A Quest wit' that name already exists!"
|
questEditorNameExists: "A Quest wit' that name already exists!"
|
||||||
questEditorBeingEdited: "Someone be creatin'/editin' a Quest wit' that name!"
|
questEditorBeingEdited: "Someone be creatin'/editin' a Quest wit' that name!"
|
||||||
questEditorInvalidQuestName: "Name may nah contain periods or commas!"
|
questEditorInvalidQuestName: "Name may nah contain periods or commas!"
|
||||||
questEditorInvalidEventName: "ain't a valid event name!"
|
questEditorInvalidEventName: "ain't a valid action name!"
|
||||||
questEditorInvalidNPC: "No NPC exists wit' that id!"
|
questEditorInvalidNPC: "No NPC exists wit' that id!"
|
||||||
questEditorNoStartBlockSelected: "Ye must select a block first."
|
questEditorNoStartBlockSelected: "Ye must select a block first."
|
||||||
questEditorPositiveAmount: "Amount must be a positive number."
|
questEditorPositiveAmount: "Amount must be a positive number."
|
||||||
@ -111,7 +111,7 @@ questEditorQuestAsRequirement1: "Th' followin' Quests 'ave"
|
|||||||
questEditorQuestAsRequirement2: "as a requirement:"
|
questEditorQuestAsRequirement2: "as a requirement:"
|
||||||
questEditorQuestAsRequirement3: "Ye must modify these Quests so that they do nah use it afore deletin' it."
|
questEditorQuestAsRequirement3: "Ye must modify these Quests so that they do nah use it afore deletin' it."
|
||||||
questEditorQuestNotFound: "Quest nah found!"
|
questEditorQuestNotFound: "Quest nah found!"
|
||||||
questEditorEventCleared: "Initial Event cleared."
|
questEditorEventCleared: "Initial Action cleared."
|
||||||
questEditorSave: "Finish 'n save"
|
questEditorSave: "Finish 'n save"
|
||||||
questEditorNeedAskMessage: "Ye must set an ask message!"
|
questEditorNeedAskMessage: "Ye must set an ask message!"
|
||||||
questEditorNeedFinishMessage: "Ye must set a finish message!"
|
questEditorNeedFinishMessage: "Ye must set a finish message!"
|
||||||
@ -148,23 +148,23 @@ stageEditorTameMobs: "Tame Mobs"
|
|||||||
stageEditorShearSheep: "Shear Sheep"
|
stageEditorShearSheep: "Shear Sheep"
|
||||||
stageEditorKillPlayers: "Kill Players"
|
stageEditorKillPlayers: "Kill Players"
|
||||||
stageEditorPlayers: "players"
|
stageEditorPlayers: "players"
|
||||||
stageEditorEvents: "Events"
|
stageEditorEvents: "Actions"
|
||||||
stageEditorStageEvents: "Stage Events"
|
stageEditorStageEvents: "Stage Actions"
|
||||||
stageEditorStartEvent: "Start Event"
|
stageEditorStartEvent: "Start Action"
|
||||||
stageEditorStartEventCleared: "Start Event cleared."
|
stageEditorStartEventCleared: "Start Action cleared."
|
||||||
stageEditorFinishEvent: "Finish Event"
|
stageEditorFinishEvent: "Finish Action"
|
||||||
stageEditorFinishEventCleared: "Finish Event cleared."
|
stageEditorFinishEventCleared: "Finish Action cleared."
|
||||||
stageEditorChatEvents: "Chat Events"
|
stageEditorChatEvents: "Chat Actions"
|
||||||
stageEditorChatTrigger: "Chat Trigger"
|
stageEditorChatTrigger: "Chat Trigger"
|
||||||
stageEditorChatEventsCleared: "Chat Events cleared."
|
stageEditorChatEventsCleared: "Chat Actions cleared."
|
||||||
stageEditorCommandEvents: "Command Events"
|
stageEditorCommandEvents: "Command Actions"
|
||||||
stageEditorCommandTrigger: "Command Trigger"
|
stageEditorCommandTrigger: "Command Trigger"
|
||||||
stageEditorCommandEventsCleared: "Command Events cleared."
|
stageEditorCommandEventsCleared: "Command Actions cleared."
|
||||||
stageEditorTriggeredBy: "Triggered by"
|
stageEditorTriggeredBy: "Triggered by"
|
||||||
stageEditorDeathEvent: "Death Event"
|
stageEditorDeathEvent: "Death Action"
|
||||||
stageEditorDeathEventCleared: "Death Event cleared."
|
stageEditorDeathEventCleared: "Death Action cleared."
|
||||||
stageEditorDisconnectEvent: "Disconnect Event"
|
stageEditorDisconnectEvent: "Disconnect Action"
|
||||||
stageEditorDisconnectEventCleared: "Disconnect Event cleared."
|
stageEditorDisconnectEventCleared: "Disconnect Action cleared."
|
||||||
stageEditorDelayMessage: "Delay Message"
|
stageEditorDelayMessage: "Delay Message"
|
||||||
stageEditorDenizenScript: "Denizen Script"
|
stageEditorDenizenScript: "Denizen Script"
|
||||||
stageEditorStartMessage: "Start Message"
|
stageEditorStartMessage: "Start Message"
|
||||||
@ -231,11 +231,11 @@ stageEditorReachLocationNamesPrompt: "Enter spot names, <semicolon>, <cancel>"
|
|||||||
stageEditorTameAmountsPrompt: "Enter tame amounts, <space>, <cancel>"
|
stageEditorTameAmountsPrompt: "Enter tame amounts, <space>, <cancel>"
|
||||||
stageEditorShearColorsPrompt: "Enter sheep colors, <space>, <cancel>"
|
stageEditorShearColorsPrompt: "Enter sheep colors, <space>, <cancel>"
|
||||||
stageEditorShearAmountsPrompt: "Enter shear amounts, <space>, <cancel>"
|
stageEditorShearAmountsPrompt: "Enter shear amounts, <space>, <cancel>"
|
||||||
stageEditorEventsPrompt: "Enter an event name, <clear>, <cancel>"
|
stageEditorEventsPrompt: "Enter an action name, <clear>, <cancel>"
|
||||||
stageEditorChatEventsPrompt: "Enter an event name t' add, <clear>, <cancel>"
|
stageEditorChatEventsPrompt: "Enter an action name t' add, <clear>, <cancel>"
|
||||||
stageEditorChatEventsTriggerPrompt: "%yellow%Enter a chat trigger fer%aqua% <event>%yellow% <cancel>"
|
stageEditorChatEventsTriggerPrompt: "%yellow%Enter a chat trigger fer%aqua% <action>%yellow% <cancel>"
|
||||||
stageEditorCommandEventsPrompt: "Enter an event name t' add, <clear>, <cancel>"
|
stageEditorCommandEventsPrompt: "Enter an action name t' add, <clear>, <cancel>"
|
||||||
stageEditorCommandEventsTriggerPrompt: "%yellow%Enter a command trigger fer%aqua% <event>%yellow% <cancel>"
|
stageEditorCommandEventsTriggerPrompt: "%yellow%Enter a command trigger fer%aqua% <action>%yellow% <cancel>"
|
||||||
stageEditorDelayMessagePrompt: "Enter delay message, <clear>, <cancel>"
|
stageEditorDelayMessagePrompt: "Enter delay message, <clear>, <cancel>"
|
||||||
stageEditorScriptPrompt: "Enter script name, <clear>, <cancel>"
|
stageEditorScriptPrompt: "Enter script name, <clear>, <cancel>"
|
||||||
stageEditorStartMessagePrompt: "Enter start message, <clear>, <cancel>"
|
stageEditorStartMessagePrompt: "Enter start message, <clear>, <cancel>"
|
||||||
@ -257,8 +257,8 @@ stageEditorInvalidMob: "ain't a valid mob name!"
|
|||||||
stageEditorInvalidItemName: "ain't a valid item name!"
|
stageEditorInvalidItemName: "ain't a valid item name!"
|
||||||
stageEditorInvalidNumber: "ain't a number!"
|
stageEditorInvalidNumber: "ain't a number!"
|
||||||
stageEditorInvalidDye: "ain't a valid dye color!"
|
stageEditorInvalidDye: "ain't a valid dye color!"
|
||||||
stageEditorInvalidEvent: "ain't a valid event name!"
|
stageEditorInvalidEvent: "ain't a valid action name!"
|
||||||
stageEditorDuplicateEvent: "Event be already in th' list!"
|
stageEditorDuplicateEvent: "Action be already in th' list!"
|
||||||
stageEditorInvalidScript: "Denizen script nah found!"
|
stageEditorInvalidScript: "Denizen script nah found!"
|
||||||
stageEditorNoCitizens: "Citizens ain't installed!"
|
stageEditorNoCitizens: "Citizens ain't installed!"
|
||||||
stageEditorNoDenizen: "Denizen ain't installed!"
|
stageEditorNoDenizen: "Denizen ain't installed!"
|
||||||
@ -298,25 +298,25 @@ stageEditorNPCNote: 'Note: Ye may specify th'' name o'' th'' NPC wit'' <npc>'
|
|||||||
stageEditorOptional: "Optional"
|
stageEditorOptional: "Optional"
|
||||||
stageEditorColors: "Sheep Colors"
|
stageEditorColors: "Sheep Colors"
|
||||||
allListsNotSameSize: "All o' yer lists are nah th' same size!"
|
allListsNotSameSize: "All o' yer lists are nah th' same size!"
|
||||||
eventEditorCreate: "Create new Event"
|
eventEditorCreate: "Create new Action"
|
||||||
eventEditorEdit: "Edit an Event"
|
eventEditorEdit: "Edit an Action"
|
||||||
eventEditorDelete: "Delete an Event"
|
eventEditorDelete: "Delete an Action"
|
||||||
eventEditorNoneToEdit: "No Events currently exist t' be edited!"
|
eventEditorNoneToEdit: "No Actions currently exist t' be edited!"
|
||||||
eventEditorNoneToDelete: "No Events currently exist t' be deleted!"
|
eventEditorNoneToDelete: "No Actions currently exist t' be deleted!"
|
||||||
eventEditorNotFound: "Event nah found!"
|
eventEditorNotFound: "Action nah found!"
|
||||||
eventEditorExists: "Event already exists!"
|
eventEditorExists: "Action already exists!"
|
||||||
eventEditorSomeone: "Someone be already creatin' or editin' an Event wit' that name!"
|
eventEditorSomeone: "Someone be already creatin' or editin' an Action wit' that name!"
|
||||||
eventEditorAlpha: "Name must be alphanumeric!"
|
eventEditorAlpha: "Name must be alphanumeric!"
|
||||||
eventEditorErrorReadingFile: "Error readin' Events file."
|
eventEditorErrorReadingFile: "Error readin' Actions file."
|
||||||
eventEditorErrorSaving: "An error occurred while savin'."
|
eventEditorErrorSaving: "An error occurred while savin'."
|
||||||
eventEditorDeleted: "Event deleted, Quests 'n Events reloaded."
|
eventEditorDeleted: "Action deleted, Quests 'n Actions reloaded."
|
||||||
eventEditorSaved: "Event saved, Quests 'n Events reloaded."
|
eventEditorSaved: "Action saved, Quests 'n Actions reloaded."
|
||||||
eventEditorEnterEventName: "Enter an Event name, <cancel>"
|
eventEditorEnterEventName: "Enter an Action name, <cancel>"
|
||||||
eventEditorDeletePrompt: "Are ye sure ye wants t' delete th' Event?"
|
eventEditorDeletePrompt: "Are ye sure ye wants t' delete th' Action?"
|
||||||
eventEditorQuitWithoutSaving: "Are ye sure ye wants t' abandon ship without savin'?"
|
eventEditorQuitWithoutSaving: "Are ye sure ye wants t' abandon ship without savin'?"
|
||||||
eventEditorModifiedNote: 'Note: Ye ''ave modified an Event that th'' followin'' Quests use:'
|
eventEditorModifiedNote: 'Note: Ye ''ave modified an Action that th'' followin'' Quests use:'
|
||||||
eventEditorForcedToQuit: "If ye save th' Event, anyone who be actively doin' any o' these Quests will be forced t' abandon ship."
|
eventEditorForcedToQuit: "If ye save th' Action, anyone who be actively doin' any o' these Quests will be forced t' abandon ship."
|
||||||
eventEditorEventInUse: "Th' followin' Quests use th' Event"
|
eventEditorEventInUse: "Th' followin' Quests use th' Action"
|
||||||
eventEditorMustModifyQuests: "Ye must modify these Quests first!"
|
eventEditorMustModifyQuests: "Ye must modify these Quests first!"
|
||||||
eventEditorListSizeMismatch: "Th' lists are nah th' same size!"
|
eventEditorListSizeMismatch: "Th' lists are nah th' same size!"
|
||||||
eventEditorListDuplicates: "List contains duplicates!"
|
eventEditorListDuplicates: "List contains duplicates!"
|
||||||
@ -324,15 +324,19 @@ eventEditorNotANumberList: "Input was nah a list o' numbers!"
|
|||||||
eventEditorInvalidEntry: "Invalid entry"
|
eventEditorInvalidEntry: "Invalid entry"
|
||||||
eventEditorGiveItemsTitle: "- Give Items -"
|
eventEditorGiveItemsTitle: "- Give Items -"
|
||||||
eventEditorEffectsTitle: "- Effects -"
|
eventEditorEffectsTitle: "- Effects -"
|
||||||
eventEditorStormTitle: "- Event Storm -"
|
eventEditorStormTitle: "- Action Storm -"
|
||||||
eventEditorThunderTitle: "- Event Thunder -"
|
eventEditorThunderTitle: "- Action Thunder -"
|
||||||
eventEditorMobSpawnsTitle: "- Event Mob Spawns -"
|
eventEditorMobSpawnsTitle: "- Action Mob Spawns -"
|
||||||
eventEditorMobsTitle: "- Mobs -"
|
eventEditorMobsTitle: "- Mobs -"
|
||||||
eventEditorAddMobTypesTitle: "- Add Mob -"
|
eventEditorAddMobTypesTitle: "- Add Mob -"
|
||||||
eventEditorPotionEffectsTitle: "- Event Potion Effects -"
|
eventEditorPotionEffectsTitle: "- Action Potion Effects -"
|
||||||
eventEditorPotionTypesTitle: "- Event Potion Types -"
|
eventEditorPotionTypesTitle: "- Action Potion Types -"
|
||||||
eventEditorWorldsTitle: "- Worlds -"
|
eventEditorWorldsTitle: "- Worlds -"
|
||||||
eventEditorSetName: "Set name"
|
eventEditorSetName: "Set name"
|
||||||
|
eventEditorPlayer: "Player"
|
||||||
|
eventEditorTimer: "Timer"
|
||||||
|
eventEditorEffect: "Effect"
|
||||||
|
eventEditorWeather: "Weather"
|
||||||
eventEditorSetMessage: "Set message"
|
eventEditorSetMessage: "Set message"
|
||||||
eventEditorClearInv: "Clear player booty"
|
eventEditorClearInv: "Clear player booty"
|
||||||
eventEditorFailQuest: "Fail th' quest"
|
eventEditorFailQuest: "Fail th' quest"
|
||||||
@ -346,14 +350,14 @@ eventEditorSetPotionEffects: "Set potion effects"
|
|||||||
eventEditorSetHunger: "Set player hunger level"
|
eventEditorSetHunger: "Set player hunger level"
|
||||||
eventEditorSetSaturation: "Set player saturation level"
|
eventEditorSetSaturation: "Set player saturation level"
|
||||||
eventEditorSetHealth: "Set player health level"
|
eventEditorSetHealth: "Set player health level"
|
||||||
eventEditorEnterTimerSeconds: "Set number o' seconds left afore th' quest fails (use cancel-timer event t' cancel timers)"
|
eventEditorEnterTimerSeconds: "Set amount o' time afore th' quest fails (in seconds)"
|
||||||
eventEditorSetTimer: "Set time t' fail quest"
|
eventEditorSetTimer: "Set time t' fail quest"
|
||||||
eventEditorCancelTimer: "Cancel th' quest timer"
|
eventEditorCancelTimer: "Cancel th' quest timer"
|
||||||
eventEditorSetTeleport: "Set player teleport spot"
|
eventEditorSetTeleport: "Set player teleport spot"
|
||||||
eventEditorSetCommands: "Set commands t' execute"
|
eventEditorSetCommands: "Set commands t' execute"
|
||||||
eventEditorItems: "Event Items"
|
eventEditorItems: "Action Items"
|
||||||
eventEditorSetItems: "Give items"
|
eventEditorSetItems: "Give items"
|
||||||
eventEditorItemsCleared: "Event items cleared."
|
eventEditorItemsCleared: "Action items cleared."
|
||||||
eventEditorAddItem: "Add item"
|
eventEditorAddItem: "Add item"
|
||||||
eventEditorSetItemNames: "Set item names"
|
eventEditorSetItemNames: "Set item names"
|
||||||
eventEditorSetItemAmounts: "Set item amounts"
|
eventEditorSetItemAmounts: "Set item amounts"
|
||||||
@ -361,7 +365,7 @@ eventEditorNoNames: "No names set"
|
|||||||
eventEditorMustSetNames: "Ye must set item names first!"
|
eventEditorMustSetNames: "Ye must set item names first!"
|
||||||
eventEditorInvalidName: "ain't a valid item name!"
|
eventEditorInvalidName: "ain't a valid item name!"
|
||||||
eventEditorNotANumber: "ain't a number!"
|
eventEditorNotANumber: "ain't a number!"
|
||||||
eventEditorStorm: "Event Storm"
|
eventEditorStorm: "Action Storm"
|
||||||
eventEditorSetWorld: "Set world"
|
eventEditorSetWorld: "Set world"
|
||||||
eventEditorSetDuration: "Set duration"
|
eventEditorSetDuration: "Set duration"
|
||||||
eventEditorNoWorld: "(No world set)"
|
eventEditorNoWorld: "(No world set)"
|
||||||
@ -371,19 +375,19 @@ eventEditorMustSetStormDuration: "Ye must set a storm duration!"
|
|||||||
eventEditorStormCleared: "Storm data cleared."
|
eventEditorStormCleared: "Storm data cleared."
|
||||||
eventEditorEnterStormWorld: "Enter a world name fer th' storm t' occur in, <cancel>"
|
eventEditorEnterStormWorld: "Enter a world name fer th' storm t' occur in, <cancel>"
|
||||||
eventEditorEnterDuration: "Enter duration (in seconds)"
|
eventEditorEnterDuration: "Enter duration (in seconds)"
|
||||||
eventEditorThunder: "Event Thunder"
|
eventEditorThunder: "Action Thunder"
|
||||||
eventEditorMustSetThunderDuration: "Ye must set a thunder duration!"
|
eventEditorMustSetThunderDuration: "Ye must set a thunder duration!"
|
||||||
eventEditorThunderCleared: "Thunder data cleared."
|
eventEditorThunderCleared: "Thunder data cleared."
|
||||||
eventEditorEnterThunderWorld: "Enter a world name fer th' thunder t' occur in, <cancel>"
|
eventEditorEnterThunderWorld: "Enter a world name fer th' thunder t' occur in, <cancel>"
|
||||||
eventEditorEffects: "Event Effects"
|
eventEditorEffects: "Action Sound Effects"
|
||||||
eventEditorAddEffect: "Add effect"
|
eventEditorAddEffect: "Add effect"
|
||||||
eventEditorAddEffectLocation: "Add effect spot"
|
eventEditorAddEffectLocation: "Add effect spot"
|
||||||
eventEditorNoEffects: "No effects set"
|
eventEditorNoEffects: "No effects set"
|
||||||
eventEditorMustAddEffects: "Ye must add effects first!"
|
eventEditorMustAddEffects: "Ye must add effects first!"
|
||||||
eventEditorInvalidEffect: "ain't a valid effect name!"
|
eventEditorInvalidEffect: "ain't a valid effect name!"
|
||||||
eventEditorEffectsCleared: "Event effects cleared."
|
eventEditorEffectsCleared: "Action sound effects cleared."
|
||||||
eventEditorEffectLocationPrompt: "Right-jab on a block t' play an effect at, <add>, <cancel>"
|
eventEditorEffectLocationPrompt: "Right-jab on a block t' play an effect at, <add>, <cancel>"
|
||||||
eventEditorMobSpawns: "Event Mob Spawns"
|
eventEditorMobSpawns: "Action Mob Spawns"
|
||||||
eventEditorAddMobTypes: "Add mob"
|
eventEditorAddMobTypes: "Add mob"
|
||||||
eventEditorMustSetMobTypesFirst: "Ye must set th' mob type first!"
|
eventEditorMustSetMobTypesFirst: "Ye must set th' mob type first!"
|
||||||
eventEditorSetMobAmounts: "Set mob amount"
|
eventEditorSetMobAmounts: "Set mob amount"
|
||||||
@ -406,7 +410,7 @@ eventEditorSetMobHelmet: "Set helmet"
|
|||||||
eventEditorSetMobHelmetDrop: "Set drop chance o' helmet"
|
eventEditorSetMobHelmetDrop: "Set drop chance o' helmet"
|
||||||
eventEditorSetMobSpawnAmount: "Set th' amount o' mobs t' spawn"
|
eventEditorSetMobSpawnAmount: "Set th' amount o' mobs t' spawn"
|
||||||
eventEditorSetDropChance: "Set th' drop chance"
|
eventEditorSetDropChance: "Set th' drop chance"
|
||||||
eventEditorPotionEffects: "Event Potion Effects"
|
eventEditorPotionEffects: "Action Potion Effects"
|
||||||
eventEditorSetPotionEffectTypes: "Set potion effect types"
|
eventEditorSetPotionEffectTypes: "Set potion effect types"
|
||||||
eventEditorMustSetPotionTypesFirst: "Ye must set potion effect types first!"
|
eventEditorMustSetPotionTypesFirst: "Ye must set potion effect types first!"
|
||||||
eventEditorSetPotionDurations: "Set potion effect durations"
|
eventEditorSetPotionDurations: "Set potion effect durations"
|
||||||
@ -591,7 +595,7 @@ questDisplayHelp: "- Display this help"
|
|||||||
questNPCListTitle: "- Quests | <npc> -"
|
questNPCListTitle: "- Quests | <npc> -"
|
||||||
questAdminHelpTitle: "- Questadmin -"
|
questAdminHelpTitle: "- Questadmin -"
|
||||||
questEditorTitle: "- Quest Editor -"
|
questEditorTitle: "- Quest Editor -"
|
||||||
eventEditorTitle: "- Event Editor - "
|
eventEditorTitle: "- Action Editor - "
|
||||||
questCreateTitle: "- Create Quest -"
|
questCreateTitle: "- Create Quest -"
|
||||||
questEditTitle: "- Edit Quest -"
|
questEditTitle: "- Edit Quest -"
|
||||||
questDeleteTitle: "- Delete Quest -"
|
questDeleteTitle: "- Delete Quest -"
|
||||||
@ -613,7 +617,7 @@ phatLootsRewardsTitle: "- PhatLoots Rewards -"
|
|||||||
customRequirementsTitle: "- Custom Requirements -"
|
customRequirementsTitle: "- Custom Requirements -"
|
||||||
customRewardsTitle: "- Custom Rewards -"
|
customRewardsTitle: "- Custom Rewards -"
|
||||||
skillListTitle: "- Skill List -"
|
skillListTitle: "- Skill List -"
|
||||||
eventTitle: "- Event -"
|
eventTitle: "- Action -"
|
||||||
completedQuestsTitle: "- Completed Quests -"
|
completedQuestsTitle: "- Completed Quests -"
|
||||||
topQuestersTitle: "- Top <number> Questers -"
|
topQuestersTitle: "- Top <number> Questers -"
|
||||||
createItemTitle: "- Create Item -"
|
createItemTitle: "- Create Item -"
|
||||||
@ -810,7 +814,7 @@ timeSecond: "Second"
|
|||||||
timeSeconds: "Seconds"
|
timeSeconds: "Seconds"
|
||||||
timeMillisecond: "Millisecond"
|
timeMillisecond: "Millisecond"
|
||||||
timeMilliseconds: "Milliseconds"
|
timeMilliseconds: "Milliseconds"
|
||||||
event: "Event"
|
event: "Action"
|
||||||
delay: "Delay"
|
delay: "Delay"
|
||||||
save: "Save"
|
save: "Save"
|
||||||
exit: "Exit"
|
exit: "Exit"
|
||||||
@ -827,8 +831,6 @@ clear: "Clear"
|
|||||||
edit: "Edit"
|
edit: "Edit"
|
||||||
none: "None"
|
none: "None"
|
||||||
done: "Done"
|
done: "Done"
|
||||||
finish: "Finish"
|
|
||||||
quit: "Quit"
|
|
||||||
noneSet: "None set"
|
noneSet: "None set"
|
||||||
noDelaySet: "No delay set"
|
noDelaySet: "No delay set"
|
||||||
noIdsSet: "No IDs set"
|
noIdsSet: "No IDs set"
|
||||||
|
Loading…
Reference in New Issue
Block a user