mirror of
https://github.com/PikaMug/Quests.git
synced 2024-12-28 03:57:37 +01:00
New translations strings.yml (Pirate English)
This commit is contained in:
parent
d26da6a9dd
commit
ad7988050e
@ -7,7 +7,7 @@ COMMAND_TAKE_USAGE: "Usage: /quests take [quest]"
|
||||
COMMAND_QUIT: "quit"
|
||||
COMMAND_QUIT_HELP: "<command> [quest] - Quit a current Quest"
|
||||
COMMAND_JOURNAL: "journal"
|
||||
COMMAND_JOURNAL_HELP: "<command> - View/Put away your Quest Journal"
|
||||
COMMAND_JOURNAL_HELP: "<command> - View or hide yer <journal>"
|
||||
COMMAND_EDITOR: "editor"
|
||||
COMMAND_EDITOR_HELP: "<command> - Create/Edit Quests"
|
||||
COMMAND_EVENTS_EDITOR: "actions"
|
||||
@ -29,13 +29,13 @@ COMMAND_QUESTADMIN_GIVE_HELP: "<command> [player] [quest] - Force a player to ta
|
||||
COMMAND_QUESTADMIN_QUIT: "quit"
|
||||
COMMAND_QUESTADMIN_QUIT_HELP: "<command> [player] [quest] - Force a player to quit their Quest"
|
||||
COMMAND_QUESTADMIN_POINTS: "points"
|
||||
COMMAND_QUESTADMIN_POINTS_HELP: "<command> [player] [amount] - Set a players Quest Points"
|
||||
COMMAND_QUESTADMIN_POINTS_HELP: "<command> [player] [amount] - Set a player's <points>"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "<command> [player] [amount] - Take a players Quest Points"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "<command> [player] [amount] - Take away a player's <points>"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "<command> [player] [amount] - Give a player Quest Points"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "<command> [player] [amount] - Add t' a player's <points>"
|
||||
COMMAND_QUESTADMIN_POINTSALL: "givepoints [player] [amount] - Give a player Quest Points"
|
||||
COMMAND_QUESTADMIN_POINTSALL_HELP: "<command> [amount] - Set ALL players' Quest Points"
|
||||
COMMAND_QUESTADMIN_POINTSALL_HELP: "<command> [amount] - Set ALL players' <points>"
|
||||
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||
COMMAND_QUESTADMIN_FINISH_HELP: "<command> [player] [quest] - Immediately force Quest completion for a player"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE: "nextstage"
|
||||
@ -396,7 +396,7 @@ eventEditorSetTeleportPrompt: "Right-jab on a block t' teleport th' player t', <
|
||||
eventEditorCommandsNote: "Note: Ye may use <player> t' refer t' th' player's name."
|
||||
eventEditorSetCommandsPrompt: "Enter commands, <semicolon>, <clear>, <cancel>"
|
||||
reqSetMoney: "Set doubloons requirement"
|
||||
reqSetQuestPoints: "Set Quest Points requirement"
|
||||
reqSetQuestPoints: "Set <points> requirement"
|
||||
reqSetItem: "Set item requirements"
|
||||
reqSetPerms: "Set permission requirements"
|
||||
reqSetQuest: "Set Quest requirements"
|
||||
@ -408,14 +408,11 @@ reqSetSkills: "Set skills"
|
||||
reqSetSkillAmounts: "Set skill amounts"
|
||||
reqHeroesSetPrimary: "Set Primary Class"
|
||||
reqHeroesSetSecondary: "Set Secondary Class"
|
||||
reqMoneyPrompt: "Enter amount o' <money>, <clear>, <cancel>"
|
||||
reqQuestPointsPrompt: "Enter amount o' Quest Points, <clear>, <cancel>"
|
||||
reqQuestListTitle: "- Quests Available -"
|
||||
reqQuestPrompt: "Enter a list o' Quest names, <semicolon>, <clear>, <cancel>"
|
||||
reqRemoveItemsPrompt: "Enter a list o' true/false values, <space>, <cancel>"
|
||||
reqPermissionsPrompt: "Enter permission requirements, <space>, <clear>, <cancel>"
|
||||
reqCustomPrompt: "Enter th' name o' a custom requirement t' add, <clear>, <cancel>"
|
||||
reqMcMMOPrompt: "Enter mcMMO Classic skills, <space>, <clear>, <cancel>"
|
||||
reqMcMMOAmountsPrompt: "Enter mcMMO Classic skill amounts, <space>, <clear>, <cancel>"
|
||||
reqHeroesPrimaryPrompt: "Enter a Heroes Primary Class name, <clear>, <cancel>"
|
||||
reqHeroesSecondaryPrompt: "Enter a Heroes Secondary Class name, <clear>, <cancel>"
|
||||
@ -459,7 +456,7 @@ optUsePartiesPlugin: "Use Parties plugin"
|
||||
optShareProgressLevel: "Level o' progress sharin'"
|
||||
optRequireSameQuest: "Require same quest"
|
||||
rewSetMoney: "Set doubloons reward"
|
||||
rewSetQuestPoints: "Set Quest Points reward"
|
||||
rewSetQuestPoints: "Set <points> reward"
|
||||
rewSetItems: "Set item rewards"
|
||||
rewSetExperience: "Set experience reward"
|
||||
rewSetCommands: "Set command rewards"
|
||||
@ -480,7 +477,7 @@ rewExperiencePrompt: "Enter amount o' experience, <clear>, <cancel>"
|
||||
rewCommandPrompt: "Enter command rewards (use '<player>' t' represent th' player), <semicolon>, <clear>, <cancel>"
|
||||
rewPermissionsPrompt: "Enter permission rewards, <space>, <clear>, <cancel>"
|
||||
rewPermissionsWorldPrompt: "Enter permission worlds, <semicolon>, <clear>, <cancel>"
|
||||
rewQuestPointsPrompt: "Enter amount o' Quest Points, <clear>, <cancel>"
|
||||
rewQuestPointsPrompt: "Enter amount o' <points>, <clear>, <cancel>"
|
||||
rewMcMMOPrompt: "Enter mcMMO Classic skills (or board 'All' fer all skills), <space>, <cancel>"
|
||||
rewHeroesClassesPrompt: "Enter Heroes classes, <space>, <cancel>"
|
||||
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed), <space>, <cancel>"
|
||||
@ -658,14 +655,14 @@ questForceNextStage: "<player> has advanced t' th' next Stage in th' Quest <ques
|
||||
questForcedNextStage: "<player> has advanced ye t' th' next Stage in yer Quest <quest>."
|
||||
questReset: "<player> has been reset."
|
||||
questRemoved: "Quest <quest> has been removed from player <player>'s completed Quests."
|
||||
settingAllQuestPoints: "Settin' all players' Quest Points..."
|
||||
allQuestPointsSet: "All players' Quest Points 'ave been set t' <number>!"
|
||||
setQuestPoints: "<player>'s Quest Points 'ave been set t' <number>."
|
||||
questPointsSet: "<player> has set yer Quest Points t' <number>."
|
||||
takeQuestPoints: "Took away <number> Quest Points from <player>."
|
||||
questPointsTaken: "<player> loot away <number> Quest Points."
|
||||
giveQuestPoints: "Gave <number> Quest Points from <player>."
|
||||
questPointsGiven: "<player> gave ye <number> Quest Points."
|
||||
settingAllQuestPoints: "Settin' all players' <points>..."
|
||||
allQuestPointsSet: "All players' <points> 'ave been set t' <number>!"
|
||||
setQuestPoints: "<player>'s <points> 'ave been set t' <number>."
|
||||
questPointsSet: "<player> has set yer <points> t' <number>."
|
||||
takeQuestPoints: "Took away <number> <points> from <player>."
|
||||
questPointsTaken: "<player> loot away <number> <points>."
|
||||
giveQuestPoints: "Gave <number> <points> from <player>."
|
||||
questPointsGiven: "<player> gave ye <number> <points>."
|
||||
invalidMinimum: "Input must be at least <number>!"
|
||||
invalidRange: "Input must be between <least> 'n <greatest>!"
|
||||
invalidOption: "Invalid option!"
|
||||
@ -681,11 +678,11 @@ errorReadingSuppress: "Error readin' <file>, suppressin' further errors."
|
||||
errorDataFolder: "Error: Unable t' read Quests data folder!"
|
||||
unknownError: "Unknown Questsadmin command. Type /questsadmin fer help."
|
||||
journalTitle: "Quest Journal"
|
||||
journalTaken: "Ye loot out yer Quest Journal."
|
||||
journalPutAway: "Ye put away yer Quest Journal."
|
||||
journalNoRoom: "Ye 'ave no cabin in yer loot fer yer Quest Journal!"
|
||||
journalTaken: "Ye loot out yer <journal>."
|
||||
journalPutAway: "Ye put away yer <journal>."
|
||||
journalNoRoom: "Ye 'ave no cabin in yer loot fer yer <journal>!"
|
||||
journalNoQuests: "Ye 'ave no accepted quests!"
|
||||
journalDenied: "Ye cannot do that wit' yer Quest Journal."
|
||||
journalDenied: "Ye cannot do that wit' yer <journal>."
|
||||
compassSet: "Set compass target t' quest <quest>."
|
||||
compassReset: "Reset compass target."
|
||||
timeZone: "Time zone"
|
||||
|
Loading…
Reference in New Issue
Block a user