mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-04 01:40:03 +01:00
New translations strings.yml (Pirate English)
This commit is contained in:
parent
1dd036bb4e
commit
2b0af33dd2
@ -12,6 +12,8 @@ COMMAND_EDITOR: "editor"
|
||||
COMMAND_EDITOR_HELP: "<command> - Create/Edit Quests"
|
||||
COMMAND_EVENTS_EDITOR: "actions"
|
||||
COMMAND_EVENTS_EDITOR_HELP: "<command> - Create/Edit Actions"
|
||||
COMMAND_CONDITIONS_EDITOR: "conditions"
|
||||
COMMAND_CONDITIONS_EDITOR_HELP: "<command> - Create, edit or delete conditions"
|
||||
COMMAND_STATS: "stats"
|
||||
COMMAND_STATS_HELP: "<command> - View your Questing stats"
|
||||
COMMAND_TOP: "top"
|
||||
@ -159,6 +161,8 @@ stageEditorDeathEvent: "Death Action"
|
||||
stageEditorDeathEventCleared: "Death Action cleared."
|
||||
stageEditorDisconnectEvent: "Disconnect Action"
|
||||
stageEditorDisconnectEventCleared: "Disconnect Action cleared."
|
||||
stageEditorConditions: "Conditions"
|
||||
stageEditorConditionCleared: "Condition cleared."
|
||||
stageEditorDelayMessage: "Delay Message"
|
||||
stageEditorDenizenScript: "Denizen Script"
|
||||
stageEditorStartMessage: "Start Message"
|
||||
@ -222,6 +226,7 @@ stageEditorChatEventsPrompt: "Enter an action name t' add, <clear>, <cancel>"
|
||||
stageEditorChatEventsTriggerPrompt: "Enter a chat trigger fer <action>, <cancel>"
|
||||
stageEditorCommandEventsPrompt: "Enter an action name t' add, <clear>, <cancel>"
|
||||
stageEditorCommandEventsTriggerPrompt: "Enter a command trigger fer <action>, <cancel>"
|
||||
stageEditorConditionsPrompt: "Enter a condition name, <clear>, <cancel>"
|
||||
stageEditorDelayMessagePrompt: "Enter delay message, <clear>, <cancel>"
|
||||
stageEditorScriptPrompt: "Enter script name, <clear>, <cancel>"
|
||||
stageEditorStartMessagePrompt: "Enter start message, <clear>, <cancel>"
|
||||
@ -240,6 +245,7 @@ stageEditorInvalidItemName: "ain't a valid item name!"
|
||||
stageEditorInvalidDye: "ain't a valid dye color!"
|
||||
stageEditorInvalidEvent: "ain't a valid action name!"
|
||||
stageEditorDuplicateEvent: "Action be already in th' list!"
|
||||
stageEditorInvalidCondition: "is not a valid condition name!"
|
||||
stageEditorInvalidScript: "Denizen script nah found!"
|
||||
stageEditorNoCitizens: "Citizens ain't installed!"
|
||||
stageEditorNoDenizen: "Denizen ain't installed!"
|
||||
@ -389,6 +395,25 @@ eventEditorSetHealthPrompt: "Enter health level, <clear>"
|
||||
eventEditorSetTeleportPrompt: "Right-jab on a block t' teleport th' player t', <done>, <clear>, <cancel>"
|
||||
eventEditorCommandsNote: "Note: Ye may use <player> t' refer t' th' player's name."
|
||||
eventEditorSetCommandsPrompt: "Enter commands, <semicolon>, <clear>, <cancel>"
|
||||
conditionEditorCreate: "Create new condition"
|
||||
conditionEditorEdit: "Edit a condition"
|
||||
conditionEditorDelete: "Delete a condition"
|
||||
conditionEditorNoneToEdit: "No conditions currently exist to be edited!"
|
||||
conditionEditorNoneToDelete: "No conditions currently exist to be deleted!"
|
||||
conditionEditorNotFound: "Condition not found!"
|
||||
conditionEditorExists: "Condition already exists!"
|
||||
conditionEditorInUse: "The following quests use the action"
|
||||
conditionEditorDeleted: "Condition deleted. Quest and condition data reloaded."
|
||||
conditionEditorSaved: "Condition saved. Quest and condition data reloaded."
|
||||
conditionEditorEnterName: "Enter Condition name, <cancel>"
|
||||
conditionEditorModifiedNote: 'Note: You have modified a condition that the following quests use:'
|
||||
conditionEditorForcedToQuit: "If you save the condition, anyone who is actively doing any of these quests will be forced to quit them."
|
||||
conditionEditorSetName: "Set name"
|
||||
conditionEditorPlayer: "Player"
|
||||
conditionEditorItemsInMainHand: "Holding in main hand"
|
||||
conditionEditorSetItemsInMainHand: "Set holding in main hand"
|
||||
conditionEditorFailQuest: "Fail the quest"
|
||||
conditionEditorConditionCleared: "Condition cleared."
|
||||
reqSetMoney: "Set doubloons requirement"
|
||||
reqSetQuestPoints: "Set <points> requirement"
|
||||
reqSetItem: "Set item requirements"
|
||||
@ -543,6 +568,7 @@ questNPCListTitle: "- Quests | <npc> -"
|
||||
questAdminHelpTitle: "- Questadmin -"
|
||||
questEditorTitle: "- Quest Editor -"
|
||||
eventEditorTitle: "- Action Editor - "
|
||||
conditionEditorTitle: "- Condition Editor - "
|
||||
questCreateTitle: "- Create Quest -"
|
||||
questEditTitle: "- Edit Quest -"
|
||||
questDeleteTitle: "- Delete Quest -"
|
||||
@ -696,7 +722,6 @@ timeSecond: "Second"
|
||||
timeSeconds: "Seconds"
|
||||
timeMillisecond: "Millisecond"
|
||||
timeMilliseconds: "Milliseconds"
|
||||
event: "Action"
|
||||
delay: "Delay"
|
||||
save: "Save"
|
||||
exit: "Exit"
|
||||
@ -724,6 +749,8 @@ listsNotSameSize: "All required lists must 'ave th' same number o' entries!"
|
||||
listDuplicate: "List contains duplicates!"
|
||||
id: "ID"
|
||||
quest: "Quest"
|
||||
event: "Action"
|
||||
condition: "Condition"
|
||||
quests: "Quests"
|
||||
createdBy: "Pillaged by"
|
||||
continuedBy: "and ransacked by"
|
||||
@ -737,6 +764,7 @@ usage: "Usage"
|
||||
redoableEvery: "Redoable every <time>."
|
||||
requirements: "Requirements"
|
||||
requirementsItemFail: "Unable t' collect required item. Be it in yer off-hand?"
|
||||
conditionFail: "Quest condition failed."
|
||||
money: "Dubloons"
|
||||
with: "With"
|
||||
to: "t'"
|
||||
|
Loading…
Reference in New Issue
Block a user