mirror of
https://github.com/PikaMug/Quests.git
synced 2025-01-14 04:01:55 +01:00
Merge pull request #1163 from PikaMug/l10n_master
New Crowdin translations
This commit is contained in:
commit
92daadfc70
@ -7,11 +7,11 @@ COMMAND_TAKE_USAGE: "Usage: /quests take [quest]"
|
||||
COMMAND_QUIT: "خروج"
|
||||
COMMAND_QUIT_HELP: "<command> [quest] - Quit a current quest"
|
||||
COMMAND_JOURNAL: "دفتراليومية"
|
||||
COMMAND_JOURNAL_HELP: "<command> - View/Put away your Quest Journal"
|
||||
COMMAND_JOURNAL_HELP: "<command> - View or hide your <journal>"
|
||||
COMMAND_EDITOR: "المحرر"
|
||||
COMMAND_EDITOR_HELP: "<command> - Create/Edit Quests"
|
||||
COMMAND_EDITOR_HELP: "<command> - Create, edit or delete quests"
|
||||
COMMAND_EVENTS_EDITOR: "الأحداث"
|
||||
COMMAND_EVENTS_EDITOR_HELP: "<command> - Create/Edit Actions"
|
||||
COMMAND_EVENTS_EDITOR_HELP: "<command> - Create, edit or delete actions"
|
||||
COMMAND_STATS: "الإحصائيات"
|
||||
COMMAND_STATS_HELP: "<command> - View quest statistics"
|
||||
COMMAND_TOP: "top"
|
||||
@ -29,13 +29,13 @@ COMMAND_QUESTADMIN_GIVE_HELP: "<command> [player] [quest] - Force a player to ta
|
||||
COMMAND_QUESTADMIN_QUIT: "خروج"
|
||||
COMMAND_QUESTADMIN_QUIT_HELP: "<command> [player] [quest] - Force a player to quit a quest"
|
||||
COMMAND_QUESTADMIN_POINTS: "النقاط"
|
||||
COMMAND_QUESTADMIN_POINTS_HELP: "<command> [player] [amount] - Set a player's 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 away a player's 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] - Add to a player's Quest Points"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "<command> [player] [amount] - Add to a player's <points>"
|
||||
COMMAND_QUESTADMIN_POINTSALL: "pointsall"
|
||||
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] - Force a player to complete a quest"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE: "المرحلة الموالية"
|
||||
@ -44,7 +44,7 @@ COMMAND_QUESTADMIN_SETSTAGE: "تعيين المرحلة"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_HELP: "<command> [player] [quest] [stage] - Set the current stage for a player"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'الاستخدام:/questadmin تعيين المرحلة [player] [quest] [stage]'
|
||||
COMMAND_QUESTADMIN_RESET: "إعادة ضبط"
|
||||
COMMAND_QUESTADMIN_RESET_HELP: "<command> [player] - Clear all Quests data of a player"
|
||||
COMMAND_QUESTADMIN_RESET_HELP: "<command> [player] - Clear all questing data of a player"
|
||||
COMMAND_QUESTADMIN_REMOVE: "إزالة"
|
||||
COMMAND_QUESTADMIN_REMOVE_HELP: "<command> [player] [quest] - Remove a completed quest from a player"
|
||||
COMMAND_QUESTADMIN_RELOAD: "إعادة التحميل"
|
||||
@ -64,12 +64,12 @@ questEditorPln: "Edit Planner"
|
||||
questEditorStages: "تعديل المرحلة"
|
||||
questEditorRews: "تحرير المكافآت"
|
||||
questEditorOpts: "Edit Options"
|
||||
questEditorEnterQuestName: "Enter Quest name, <cancel>"
|
||||
questEditorEnterQuestName: "Enter quest name, <cancel>"
|
||||
questEditorEnterAskMessage: "Enter ask message, <cancel>"
|
||||
questEditorEnterFinishMessage: "Enter finish message, <cancel>"
|
||||
questEditorEnterNPCStart: "Enter NPC ID, <clear>, <cancel>"
|
||||
questEditorEnterBlockStart: "Right-click on a block to use as a start point, <done>, <clear>, <cancel>"
|
||||
questEditorEnterInitialEvent: "Enter an Action name, <clear>, <cancel>"
|
||||
questEditorEnterInitialEvent: "Enter an action name, <clear>, <cancel>"
|
||||
questRequiredNoneSet: "Required, none set"
|
||||
questDungeonsCreate: "Players added to this group may perform quests together!"
|
||||
questDungeonsDisband: "The quest group was disbanded."
|
||||
@ -98,11 +98,11 @@ questEditorInvalidEventName: "is not a valid action name!"
|
||||
questEditorInvalidNPC: "No NPC exists with that ID!"
|
||||
questEditorNoStartBlockSelected: "You must select a block first."
|
||||
questEditorPositiveAmount: "يجب أن يكون المبلغ رقماً موجباً."
|
||||
questEditorQuestAsRequirement1: "The following Quests have"
|
||||
questEditorQuestAsRequirement1: "The following quests have"
|
||||
questEditorQuestAsRequirement2: "كشرط:"
|
||||
questEditorQuestAsRequirement3: "يجب تعديل هذا المسعى حتى لا تستخدم قبل حذفها."
|
||||
questEditorQuestNotFound: "لم يتم العثور على السعي!"
|
||||
questEditorEventCleared: "Initial Action cleared."
|
||||
questEditorEventCleared: "Initial action cleared."
|
||||
questEditorSave: "Finish and save"
|
||||
questEditorNeedAskMessage: "You must set an ask message!"
|
||||
questEditorNeedFinishMessage: "You must set a finish message!"
|
||||
@ -143,20 +143,20 @@ stageEditorPlayers: "اللاعبين"
|
||||
stageEditorEvents: "Actions"
|
||||
stageEditorStageEvents: "أحداث المرحلة"
|
||||
stageEditorStartEvent: "Start Action"
|
||||
stageEditorStartEventCleared: "Start Action cleared."
|
||||
stageEditorStartEventCleared: "Start action cleared."
|
||||
stageEditorFinishEvent: "Finish Action"
|
||||
stageEditorFinishEventCleared: "Finish Action cleared."
|
||||
stageEditorFinishEventCleared: "Finish action cleared."
|
||||
stageEditorChatEvents: "Chat Action"
|
||||
stageEditorChatTrigger: "Chat Trigger"
|
||||
stageEditorChatEventsCleared: "Chat Action cleared."
|
||||
stageEditorChatEventsCleared: "Chat action cleared."
|
||||
stageEditorCommandEvents: "Command Action"
|
||||
stageEditorCommandTrigger: "Command Trigger"
|
||||
stageEditorCommandEventsCleared: "Command Action cleared."
|
||||
stageEditorCommandEventsCleared: "Command action cleared."
|
||||
stageEditorTriggeredBy: "Triggered by"
|
||||
stageEditorDeathEvent: "Death Action"
|
||||
stageEditorDeathEventCleared: "Death Action cleared."
|
||||
stageEditorDeathEventCleared: "Death action cleared."
|
||||
stageEditorDisconnectEvent: "Disconnect Action"
|
||||
stageEditorDisconnectEventCleared: "Disconnect Action cleared."
|
||||
stageEditorDisconnectEventCleared: "Disconnect action cleared."
|
||||
stageEditorDelayMessage: "Delay message"
|
||||
stageEditorDenizenScript: "Denizen script"
|
||||
stageEditorStartMessage: "Start message"
|
||||
@ -259,30 +259,29 @@ stageEditorDelayCleared: "Delay cleared."
|
||||
stageEditorDenizenCleared: "Denizen script cleared."
|
||||
stageEditorObjectiveCleared: "Objective cleared."
|
||||
stageEditorMessageCleared: "Message cleared."
|
||||
stageEditorConfirmStageNote: "Any Stages after will be shifted back one spot"
|
||||
stageEditorConfirmStageNote: "Any stages after will be shifted back one spot"
|
||||
stageEditorDeleteSucces: "تم حذف المرحلة بنجاح."
|
||||
stageEditorEnchantments: "Enchantments"
|
||||
stageEditorNPCNote: 'Note: You may specify the name of the NPC with <npc>'
|
||||
stageEditorOptional: "Optional"
|
||||
stageEditorColors: "Sheep Colors"
|
||||
eventEditorCreate: "Create new Action"
|
||||
eventEditorEdit: "Edit an Action"
|
||||
eventEditorDelete: "Delete an Action"
|
||||
eventEditorNoneToEdit: "No Actions currently exist to be edited!"
|
||||
eventEditorNoneToDelete: "No Actions currently exist to be deleted!"
|
||||
eventEditorCreate: "Create new action"
|
||||
eventEditorEdit: "Edit an action"
|
||||
eventEditorDelete: "Delete an action"
|
||||
eventEditorNoneToEdit: "No actions currently exist to be edited!"
|
||||
eventEditorNoneToDelete: "No actions currently exist to be deleted!"
|
||||
eventEditorNotFound: "Action not found!"
|
||||
eventEditorExists: "Action already exists!"
|
||||
eventEditorSomeone: "Someone is already creating or editing an Action with that name!"
|
||||
eventEditorSomeone: "Someone is already creating or editing an action with that name!"
|
||||
eventEditorAlpha: "Name must be alphanumeric!"
|
||||
eventEditorErrorReadingFile: "Error reading Actions file."
|
||||
eventEditorErrorSaving: "An error occurred while saving."
|
||||
eventEditorDeleted: "Action deleted, Quests and Actions reloaded."
|
||||
eventEditorSaved: "Action saved, Quests and Actions reloaded."
|
||||
eventEditorDeleted: "Action deleted. Quest and action data reloaded."
|
||||
eventEditorSaved: "Action saved. Quest and action data reloaded."
|
||||
eventEditorEnterEventName: "Enter Action name, <cancel>"
|
||||
eventEditorModifiedNote: 'Note: You have modified an Action that the following Quests use:'
|
||||
eventEditorForcedToQuit: "If you save the Action, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||
eventEditorEventInUse: "The following Quests use the Action"
|
||||
eventEditorMustModifyQuests: "You must modify these Quests first!"
|
||||
eventEditorModifiedNote: 'Note: You have modified an action that the following quests use:'
|
||||
eventEditorForcedToQuit: "If you save the action, anyone who is actively doing any of these quests will be forced to quit them."
|
||||
eventEditorEventInUse: "The following quests use the action"
|
||||
eventEditorMustModifyQuests: "You must modify these quests first!"
|
||||
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||
eventEditorGiveItemsTitle: "- Give Items -"
|
||||
eventEditorEffectsTitle: "- Sound Effects -"
|
||||
@ -397,11 +396,11 @@ eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to,
|
||||
eventEditorCommandsNote: "Note: You may use <player> to refer to the player's name."
|
||||
eventEditorSetCommandsPrompt: "Enter commands, <semicolon>, <clear>, <cancel>"
|
||||
reqSetMoney: "Set money requirement"
|
||||
reqSetQuestPoints: "Set Quest Points requirement"
|
||||
reqSetQuestPoints: "Set <points> requirement"
|
||||
reqSetItem: "Set item requirements"
|
||||
reqSetPerms: "Set permission requirements"
|
||||
reqSetQuest: "Set Quest requirements"
|
||||
reqSetQuestBlocks: "Set Quest blocks"
|
||||
reqSetQuest: "Set quest requirements"
|
||||
reqSetQuestBlocks: "Set quest blocks"
|
||||
reqSetMcMMO: "Set mcMMO Classic requirements"
|
||||
reqSetHeroes: "Set Heroes requirements"
|
||||
reqSetCustom: "Set custom requirements"
|
||||
@ -409,14 +408,11 @@ reqSetSkills: "Set skills"
|
||||
reqSetSkillAmounts: "Set skill amounts"
|
||||
reqHeroesSetPrimary: "Set Primary Class"
|
||||
reqHeroesSetSecondary: "Set Secondary Class"
|
||||
reqMoneyPrompt: "Enter amount of <money>, <clear>, <cancel>"
|
||||
reqQuestPointsPrompt: "Enter amount of Quest Points, <clear>, <cancel>"
|
||||
reqQuestListTitle: "- Quests Available -"
|
||||
reqQuestPrompt: "Enter a list of Quest names, <semicolon>, <clear>, <cancel>"
|
||||
reqQuestPrompt: "Enter a list of quest names, <semicolon>, <clear>, <cancel>"
|
||||
reqRemoveItemsPrompt: "Enter a list of true/false values, <space>, <cancel>"
|
||||
reqPermissionsPrompt: "Enter permission requirements, <space>, <clear>, <cancel>"
|
||||
reqCustomPrompt: "Enter the name of a custom requirement to 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>"
|
||||
@ -426,7 +422,7 @@ reqNoItemsSet: "No items set"
|
||||
reqNoValuesSet: "No values set"
|
||||
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||
reqNotAQuestName: "<quest> is not a quest name!"
|
||||
reqItemCleared: "Item requirements cleared."
|
||||
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||
reqCustomNotFound: "Custom requirement module not found."
|
||||
@ -460,7 +456,7 @@ optUsePartiesPlugin: "Use Parties plugin"
|
||||
optShareProgressLevel: "Level of progress sharing"
|
||||
optRequireSameQuest: "Require same quest"
|
||||
rewSetMoney: "Set money reward"
|
||||
rewSetQuestPoints: "Set Quest Points reward"
|
||||
rewSetQuestPoints: "Set <points> reward"
|
||||
rewSetItems: "Set item rewards"
|
||||
rewSetExperience: "Set experience reward"
|
||||
rewSetCommands: "Set command rewards"
|
||||
@ -481,7 +477,7 @@ rewExperiencePrompt: "Enter amount of experience, <clear>, <cancel>"
|
||||
rewCommandPrompt: "Enter command rewards (use '<player>' to represent the player), <semicolon>, <clear>, <cancel>"
|
||||
rewPermissionsPrompt: "Enter permission rewards, <space>, <clear>, <cancel>"
|
||||
rewPermissionsWorldPrompt: "Enter permission worlds, <semicolon>, <clear>, <cancel>"
|
||||
rewQuestPointsPrompt: "Enter amount of Quest Points, <clear>, <cancel>"
|
||||
rewQuestPointsPrompt: "Enter amount of <points>, <clear>, <cancel>"
|
||||
rewMcMMOPrompt: "Enter mcMMO Classic skills (or enter 'All' for all skills), <space>, <cancel>"
|
||||
rewHeroesClassesPrompt: "Enter Heroes classes, <space>, <cancel>"
|
||||
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed), <space>, <cancel>"
|
||||
@ -596,7 +592,7 @@ strDone: "then enter '<command>' to save"
|
||||
strSpace: "separating each by a space"
|
||||
strSemicolon: "separating each by a semicolon"
|
||||
charSemi: ";"
|
||||
acceptQuest: "Accept Quest?"
|
||||
acceptQuest: "Accept quest?"
|
||||
enterAnOption: "Enter an option"
|
||||
questAccepted: "Quest accepted: <quest>"
|
||||
currentQuest: "Current Quests:"
|
||||
@ -623,9 +619,9 @@ goTo: "Go to <location>"
|
||||
completed: "Completed"
|
||||
redoCompleted: "(Completed)"
|
||||
consoleError: "This command may only be performed in-game."
|
||||
noActiveQuest: "You do not currently have any active Quests."
|
||||
noActiveQuest: "You do not currently have any active quests."
|
||||
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."
|
||||
permissionDisplay: "Permission:"
|
||||
heroesClass: "class"
|
||||
@ -636,63 +632,55 @@ questNotFound: "Quest not found."
|
||||
alreadyConversing: "You already are in a conversation!"
|
||||
inputNum: "Input must be a number."
|
||||
inputPosNum: "Input must be a positive number."
|
||||
questModified: "Your active Quest <quest> has been modified. You have been forced to quit the Quest."
|
||||
questNotExist: "Your active Quest <quest> no longer exists. You have been forced to quit the Quest."
|
||||
questModified: "Your active quest <quest> has been modified. You have been forced to quit the quest."
|
||||
questNotExist: "Your active quest <quest> no longer exists. You have been forced to quit the quest."
|
||||
questInvalidChoice: "Invalid choice. Type '<yes>' or '<no>'"
|
||||
questPointsDisplay: "Quest points:"
|
||||
questNoDrop: "You may not drop Quest items."
|
||||
questNoBrew: "You may not brew Quest items."
|
||||
questNoStore: "You may not store Quest items."
|
||||
questNoCraft: "You may not craft Quest items."
|
||||
questNoEquip: "You may not equip Quest items."
|
||||
questNoDispense: "You may not put Quest items in dispensers."
|
||||
questNoEnchant: "You may not enchant Quest items."
|
||||
questNoSmelt: "You may not smelt using Quest items."
|
||||
pageSelectionNum: "Page selection must be a number."
|
||||
pageSelectionPosNum: "Page selection must be a positive number."
|
||||
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||
questTakeDisabled: "Taking quests via commands has been disabled."
|
||||
questQuit: "You have quit <quest>"
|
||||
questQuitDisabled: "Quitting this quest has been disabled."
|
||||
questsUnknownCommand: "أمر المسعى غير معروف. اكتب/quests للحصول على مساعدة."
|
||||
pageNotExist: "الصفحة غير موجودة."
|
||||
pageFooter: "- Page <current> of <all> -"
|
||||
questsReloaded: "Quests reloaded."
|
||||
numQuestsLoaded: "<number> Quests loaded."
|
||||
questForceTake: "<player> has forcibly started the Quest <quest>."
|
||||
questForcedTake: "<player> has forced you to take the Quest <quest>."
|
||||
questForceQuit: "<player> has forcibly quit the Quest <quest>."
|
||||
questForcedQuit: "<player> has forced you to quit the Quest <quest>."
|
||||
questForceFinish: "<player> has forcibly finished their Quest <quest>."
|
||||
questForcedFinish: "<player> has forced you to finish your Quest <quest>."
|
||||
questsReloaded: "Quest data reloaded."
|
||||
numQuestsLoaded: "<number> quests loaded."
|
||||
questForceTake: "<player> has forcibly started the quest <quest>."
|
||||
questForcedTake: "<player> has forced you to take the quest <quest>."
|
||||
questForceQuit: "<player> has forcibly quit the quest <quest>."
|
||||
questForcedQuit: "<player> has forced you to quit the quest <quest>."
|
||||
questForceFinish: "<player> has forcibly finished their quest <quest>."
|
||||
questForcedFinish: "<player> has forced you to finish your quest <quest>."
|
||||
questForceNextStage: "<player>متقدمة إلى المرحلة التالية في السعي إلى <quest>."
|
||||
questForcedNextStage: "<player>متقدم عليك إلى المرحلة التالية في السعي إلى <quest>."
|
||||
questReset: "<player> has been reset."
|
||||
questRemoved: "Quest <quest> has been removed from player <player>'s completed Quests."
|
||||
settingAllQuestPoints: "Setting all players' Quest Points..."
|
||||
questRemoved: "Quest <quest> has been removed from player <player>'s completed quests."
|
||||
settingAllQuestPoints: "Setting all players' <points>..."
|
||||
allQuestPointsSet: "تم تعيين نقاط جميع اللاعبين السعي ل <number>!"
|
||||
setQuestPoints: "<player>'s Quest Points have been set to <number>."
|
||||
questPointsSet: "<player> has set your Quest Points to <number>."
|
||||
takeQuestPoints: "Took away <number> Quest Points from <player>."
|
||||
questPointsTaken: "<player> took away <number> Quest Points."
|
||||
giveQuestPoints: "Gave <number> Quest Points from <player>."
|
||||
questPointsGiven: "<player> gave you <number> Quest Points."
|
||||
setQuestPoints: "<player>'s <points> have been set to <number>."
|
||||
questPointsSet: "<player> has set your <points> to <number>."
|
||||
takeQuestPoints: "Took away <number> <points> from <player>."
|
||||
questPointsTaken: "<player> took away <number> <points>."
|
||||
giveQuestPoints: "Gave <number> <points> from <player>."
|
||||
questPointsGiven: "<player> gave you <number> <points>."
|
||||
invalidMinimum: "Input must be at least <number>!"
|
||||
invalidRange: "Input must be between <least> and <greatest>!"
|
||||
invalidOption: "Invalid option!"
|
||||
noCurrentQuest: "<player>ليس لديه حاليا أي مسعى نشط."
|
||||
playerNotFound: "لم يتم العثور على اللاعب."
|
||||
questsPlayerHasQuestAlready: "<player> is already on the quest <quest>!"
|
||||
questsUnknownAdminCommand: "Unknown command. Type /questsadmin for help."
|
||||
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||
errorReading: "Error reading <file>, skipping.."
|
||||
questSaveError: "حدث خطأ أثناء الحفظ."
|
||||
questErrorReadingFile: "حدث خطأ أثناء قراءة ملف المسعى."
|
||||
errorReading: "Error reading <file>, skipping..."
|
||||
errorReadingSuppress: "Error reading <file>, suppressing further errors."
|
||||
errorDataFolder: "Error: Unable to read Quests data folder!"
|
||||
questsPlayerHasQuestAlready: "<player> is already on the Quest <quest>!"
|
||||
questsUnknownAdminCommand: "Unknown Questsadmin command. Type /questsadmin for help."
|
||||
errorDataFolder: "Error: Unable to read from data folder!"
|
||||
unknownError: "An unknown error occurred. See console output."
|
||||
journalTitle: "Quest Journal"
|
||||
journalTaken: "You take out your Quest Journal."
|
||||
journalPutAway: "You put away your Quest Journal."
|
||||
journalAlreadyHave: "You already have your Quest Journal out."
|
||||
journalNoRoom: "You have no room in your inventory for your Quest Journal!"
|
||||
journalTaken: "You take out your <journal>."
|
||||
journalPutAway: "You put away your <journal>."
|
||||
journalNoRoom: "You have no room in your inventory for your <journal>!"
|
||||
journalNoQuests: "You have no accepted quests!"
|
||||
journalDenied: "لا يمكنك فعل ذلك في سجل المسعى الخاص بك."
|
||||
compassSet: "Set compass target to quest <quest>."
|
||||
@ -761,8 +749,6 @@ experience: "Experience"
|
||||
timePrompt: "Enter amount of time (in seconds), <clear>, <cancel>"
|
||||
timerMessage: "Time left to finish the quest/stage: <time> seconds"
|
||||
timerStart: "You have <time> seconds to finish this quest/stage"
|
||||
questErrorReadingFile: "حدث خطأ أثناء قراءة ملف المسعى."
|
||||
questSaveError: "حدث خطأ أثناء الحفظ."
|
||||
noPermission: "You do not have permission to do that."
|
||||
duplicateEditor: "You are already using an editor!"
|
||||
difference: "The difference is '<data>'."
|
||||
|
@ -274,7 +274,6 @@ eventEditorNotFound: "Událost nebyla nalezena!"
|
||||
eventEditorExists: "Událost již existuje!"
|
||||
eventEditorSomeone: "Někdo již vytváří nebo upravuje událost s tímto jménem!"
|
||||
eventEditorAlpha: "Název musí být alfanumerický!"
|
||||
eventEditorErrorReadingFile: "Chyba při čtení souboru události."
|
||||
eventEditorErrorSaving: "Při ukládání nastala chyba."
|
||||
eventEditorDeleted: "Event vymazán, úkoly a Eventy se znovu načtou."
|
||||
eventEditorSaved: "Event uložen, úkoly a Eventy se znovu načtou."
|
||||
@ -409,14 +408,11 @@ reqSetSkills: "Nastavit dovednosti"
|
||||
reqSetSkillAmounts: "Nastavit množství dovedností"
|
||||
reqHeroesSetPrimary: "Nastavit hlavní třídu"
|
||||
reqHeroesSetSecondary: "Nastavit druhou třídu"
|
||||
reqMoneyPrompt: "Napiš množství <money>, <clear>, <cancel>"
|
||||
reqQuestPointsPrompt: "Napiš množství bodů úkolu, <clear>, <cancel>"
|
||||
reqQuestListTitle: "- Úkoly Dostupný -"
|
||||
reqQuestPrompt: "Napiš seznam jmen úkolů, <semicolon>, <clear>, <cancel>"
|
||||
reqRemoveItemsPrompt: "Zadejte seznam hodnot dobře/špatně, <space>, <cancel>"
|
||||
reqPermissionsPrompt: "Zadejte požadavky na povolení, <space>, <clear>, <cancel>"
|
||||
reqCustomPrompt: "Zadejte název vlastního požadavku který chcete přidat, <clear>, <cancel>"
|
||||
reqMcMMOPrompt: "Napiš mcMMO dovednosti, <space>, <clear>, <cancel>"
|
||||
reqMcMMOAmountsPrompt: "Napiš množství mcMMO dovedností, <space>, <clear>, <cancel>"
|
||||
reqHeroesPrimaryPrompt: "Zadejte název primární třídy hrdinů, <clear>, <cancel>"
|
||||
reqHeroesSecondaryPrompt: "Zadejte název druhé třídy hrdinů, <clear>, <cancel>"
|
||||
@ -639,15 +635,6 @@ inputPosNum: "Vstup musí být kladné číslo."
|
||||
questModified: "Tvůj aktivní úkol <quest> Je upravován. Jsi nucen vypnout úkol."
|
||||
questNotExist: "Tvůj aktivní úkol <quest> již neexistuje. Jsi nucen vypnout úkol."
|
||||
questInvalidChoice: "Neplatná volba. Zadejte '<yes>' nebo '<no>'"
|
||||
questPointsDisplay: "Body úkolu:"
|
||||
questNoDrop: "Nemůžeš upustit item v úkolu."
|
||||
questNoBrew: "Nemůžeš vařit v úkolu."
|
||||
questNoStore: "Nemůžeš ukládat itemy v úkolu."
|
||||
questNoCraft: "Nemůžeš vyrábět itemy v úkolu."
|
||||
questNoEquip: "Nemůžeš použít item v úkolu."
|
||||
questNoDispense: "Nemůžeš dát položky do dávkovače v úkolu."
|
||||
questNoEnchant: "Nemůžeš položky do enchantovat v úkolu."
|
||||
questNoSmelt: "Nemůžeš používat pec v úkolu."
|
||||
pageSelectionNum: "Vybraná stránka musí být číslo."
|
||||
pageSelectionPosNum: "Vybraná stránka musí být pozitivní číslo."
|
||||
questTakeDisabled: "Přijímání úkolů přes příkaz deaktivováno."
|
||||
@ -681,17 +668,18 @@ invalidRange: "Vstup musí být mezi <least> a <greatest>!"
|
||||
invalidOption: "Neplatná volba!"
|
||||
noCurrentQuest: "<player> Nemá nyní žádné aktivní úkoly."
|
||||
playerNotFound: "Hráč nebyl nalezen."
|
||||
questsPlayerHasQuestAlready: "<player> je již v úkolu <quest>!"
|
||||
questsUnknownAdminCommand: "Neznámý příkaz Questsadmin. Zadej /questsadmin pro nápovědu."
|
||||
errorNPCID: 'Error: Tady není žádné NPC s ID <number>'
|
||||
questSaveError: "Při ukládání nastala chyba."
|
||||
questErrorReadingFile: "Chyba při čtení souborů úkolů."
|
||||
errorReading: "Chyba při čtení souboru <file>, přeskakuji.."
|
||||
errorReadingSuppress: "Chyba při čtení souboru <file>, potlačuji další chyby."
|
||||
errorDataFolder: "Chyba: Nelze číst datovou složku Úkolu!"
|
||||
questsPlayerHasQuestAlready: "<player> je již v úkolu <quest>!"
|
||||
questsUnknownAdminCommand: "Neznámý příkaz Questsadmin. Zadej /questsadmin pro nápovědu."
|
||||
unknownError: "Došlo k neznámé chybě, viz výstup konzoly."
|
||||
journalTitle: "List úkolů"
|
||||
journalTaken: "Vem si svojí listinu úkolů."
|
||||
journalPutAway: "Odlož svojí listinu úkolů."
|
||||
journalAlreadyHave: "Už máte svojí listinu úkolů."
|
||||
journalNoRoom: "Nemáte žádné volné místo pro svojí listinu úkolů!"
|
||||
journalNoQuests: "Nemáte žádné přijaté úkoly!"
|
||||
journalDenied: "Nemůžete to udělat s listinou úkolů."
|
||||
@ -761,8 +749,6 @@ experience: "Zkušenosti"
|
||||
timePrompt: "Zadejte čas (v sekundách), <clear>, <cancel>"
|
||||
timerMessage: "Zbývající čas k dokončení úkolu/fáze: <time> vteřin"
|
||||
timerStart: "Máte <time> sekund k dokončení úkolu/fáze"
|
||||
questErrorReadingFile: "Chyba při čtení souborů úkolů."
|
||||
questSaveError: "Při ukládání nastala chyba."
|
||||
noPermission: "Nemáte k tomu povolení."
|
||||
duplicateEditor: "Již používáte editor!"
|
||||
difference: "Rozdíl je \"<data>\"."
|
||||
|
@ -274,7 +274,6 @@ eventEditorNotFound: "Begivenheden blev ikke fundet!"
|
||||
eventEditorExists: "Begivenheden findes allerede!"
|
||||
eventEditorSomeone: "Nogen opretter/rediger en Begivenhed med dette navn!"
|
||||
eventEditorAlpha: "Navnet skal være alfanumeriske!"
|
||||
eventEditorErrorReadingFile: "Fejl ved læsning af begivenheds fil."
|
||||
eventEditorErrorSaving: "Der opstod en fejl under gemning."
|
||||
eventEditorDeleted: "Begivenhed slettet, Quests og begivenheder er blevet genindlæst."
|
||||
eventEditorSaved: "Begivenhed gemt, Quests og begivenheder er blevet genindlæst."
|
||||
@ -409,14 +408,11 @@ reqSetSkills: "Sæt færdigheder"
|
||||
reqSetSkillAmounts: "Sæt færdighed beløb"
|
||||
reqHeroesSetPrimary: "Sæt primær klasse"
|
||||
reqHeroesSetSecondary: "Sæt sekundær klasse"
|
||||
reqMoneyPrompt: "Skriv mængde af <money>, <clear>, <cancel>"
|
||||
reqQuestPointsPrompt: "Skriv mængde af Quest Point, <clear>, <cancel>"
|
||||
reqQuestListTitle: "- Quests tilgængelige -"
|
||||
reqQuestPrompt: "Skriv en liste over Quest navne, <semicolon>, <clear>, <cancel>"
|
||||
reqRemoveItemsPrompt: "Skriv en liste af sande/falske værdier, <space>, <cancel>"
|
||||
reqPermissionsPrompt: "Skriv permission krav, <space>, <clear>, <cancel>"
|
||||
reqCustomPrompt: "Skriv navnet på et brugerdefineret krav for at tilføje, <clear>, <cancel>"
|
||||
reqMcMMOPrompt: "Skriv mcMMO Classic færdigheder, <space>, <clear>, <cancel>"
|
||||
reqMcMMOAmountsPrompt: "Skriv mcMMO Classic færdighed beløb, <space>, <clear>, <cancel>"
|
||||
reqHeroesPrimaryPrompt: "Skriv et Heroes primær klasse navn, <clear>, <cancel>"
|
||||
reqHeroesSecondaryPrompt: "Skriv et Heroes sekundær klasse navn, <clear>, <cancel>"
|
||||
@ -639,15 +635,6 @@ inputPosNum: "Tallet skal være et positivt tal."
|
||||
questModified: "Din aktive Quest <quest> er blevet modificeret. Du er blevet tvunget til at forlade Questen."
|
||||
questNotExist: "Din aktive Quest <quest> findes ikke længere. Du er blevet tvunget til at forlade Questen."
|
||||
questInvalidChoice: "Ugyldigt valg. Skriv '<yes>' eller '<no>'"
|
||||
questPointsDisplay: "Quest point:"
|
||||
questNoDrop: "Du burde ikke droppe Quest items."
|
||||
questNoBrew: "Du burde ikke brygge Quest items."
|
||||
questNoStore: "Du burde ikke gemme Quest elementer."
|
||||
questNoCraft: "Du burde ikke crafte Quest elementer."
|
||||
questNoEquip: "Du må ikke udstyre Quest-genstande."
|
||||
questNoDispense: "Du må ikke placere Quest-genstande i dispensere."
|
||||
questNoEnchant: "Du kan ikke enchante Quest-genstande."
|
||||
questNoSmelt: "Du kan ikke smelte ved hjælp af Quest-genstande."
|
||||
pageSelectionNum: "Sidevalg skal være et tal."
|
||||
pageSelectionPosNum: "Sidevalg skal være et positivt tal."
|
||||
questTakeDisabled: "At tage Quests via kommandoer er blevet deaktiveret."
|
||||
@ -681,17 +668,18 @@ invalidRange: "Input skal være imellem <least> og <greatest>!"
|
||||
invalidOption: "Ugyldig indstilling!"
|
||||
noCurrentQuest: "<player> har ikke nogle Quests aktive."
|
||||
playerNotFound: "Spiller ikke fundet."
|
||||
questsPlayerHasQuestAlready: "<player> er allerede på den Quest <quest>!"
|
||||
questsUnknownAdminCommand: "Ukendt Questsadmin kommando. Skriv /questsadmin for hjælp."
|
||||
errorNPCID: 'Fejl: Der er ingen NPC med ID <number>'
|
||||
questSaveError: "Der opstod en fejl under gemning."
|
||||
questErrorReadingFile: "Fejl ved læsning af quests fil."
|
||||
errorReading: "Fejl ved læsning <file>, springer over.."
|
||||
errorReadingSuppress: "Fejl ved læsning <file>, undertrykke yderligere fejl."
|
||||
errorDataFolder: "Fejl: Kan ikke læse Quests data mappe!"
|
||||
questsPlayerHasQuestAlready: "<player> er allerede på den Quest <quest>!"
|
||||
questsUnknownAdminCommand: "Ukendt Questsadmin kommando. Skriv /questsadmin for hjælp."
|
||||
unknownError: "Der opstod en ukendt fejl.Se konsoludgang."
|
||||
journalTitle: "Quest Journal"
|
||||
journalTaken: "Du tager din Quest Journal ud."
|
||||
journalPutAway: "Du sætter din Quest Journal væk."
|
||||
journalAlreadyHave: "Du har allerede din Quest Journal ud."
|
||||
journalNoRoom: "Du har ikke plads i dit inventar for din Quest Journal!"
|
||||
journalNoQuests: "Du har ingen accepterede quests!"
|
||||
journalDenied: "Du kan ikke gøre det med din Quest Journal."
|
||||
@ -761,8 +749,6 @@ experience: "Erfaring"
|
||||
timePrompt: "Skriv antal af tid (i sekunder), <clear>, <cancel>"
|
||||
timerMessage: "Tid tilbage for at klare questen/stadiet: <time> sekunder"
|
||||
timerStart: "Du har <time> sekunder for at færdiggøre denne quest/stadie"
|
||||
questErrorReadingFile: "Fejl ved læsning af quests fil."
|
||||
questSaveError: "Der opstod en fejl under gemning."
|
||||
noPermission: "Du har ikke rettighed til at gøre dette."
|
||||
duplicateEditor: "Du bruger allerede en editor!"
|
||||
difference: "Forskellen er '<data>'."
|
||||
|
@ -274,7 +274,6 @@ eventEditorNotFound: "Event nicht gefunden!"
|
||||
eventEditorExists: "Event existiert bereits!"
|
||||
eventEditorSomeone: "Jemand erstellt/bearbeitet gerade ein Event mit dem gleichen Namen!"
|
||||
eventEditorAlpha: "Der Name muss Buchstaben und Zahlen enthalten!"
|
||||
eventEditorErrorReadingFile: "Fehler beim Lesen der Events datei."
|
||||
eventEditorErrorSaving: "Beim Speichern ist ein Fehler aufgetreten."
|
||||
eventEditorDeleted: "Event wurde gelöscht, Quests und Events sind automatisch neu geladen worden."
|
||||
eventEditorSaved: "Event gespeichert, Quests und Events wurden automatisch neu geladen."
|
||||
@ -409,14 +408,11 @@ reqSetSkills: "Fähigkeit-Voraussetzung festlegen"
|
||||
reqSetSkillAmounts: "Setze die Skill-Menge"
|
||||
reqHeroesSetPrimary: "Hauptklasse festlegen"
|
||||
reqHeroesSetSecondary: "Nebenklasse festlegen"
|
||||
reqMoneyPrompt: "Gib Anzahl an <money> ein, <clear>, <cancel>"
|
||||
reqQuestPointsPrompt: "Gib Anzahl an Questpunkte ein, <clear>, <cancel>"
|
||||
reqQuestListTitle: "- Quests Verfügbar -"
|
||||
reqQuestPrompt: "Gib eine von Questnamen ein, <semicolon>, <clear>, <cancel>"
|
||||
reqRemoveItemsPrompt: "Gib eine Liste mit wahr/falsch Werten ein, <space>, <cancel>"
|
||||
reqPermissionsPrompt: "Gib Permissions ein, <space>, <clear>, <cancel>"
|
||||
reqCustomPrompt: "Geben Sie den Namen eines benutzerdefinierte Voraussetzung ein um es hinzufügen, <clear>, <cancel>"
|
||||
reqMcMMOPrompt: "Gib die Mcmmo-Skillung ein und trenne sie mit einem Leerzeichen, <space>, <clear>, <cancel>"
|
||||
reqMcMMOAmountsPrompt: "Gib die Mcmmo-Skillmenge ein und trenne sie mit einem Leerzeichen, <space>, <clear>, <cancel>"
|
||||
reqHeroesPrimaryPrompt: "Gib eine Heroes Hauptklasse ein, <clear>, <cancel>"
|
||||
reqHeroesSecondaryPrompt: "Gib eine Heroes Nebenklasse ein, <clear>, <cancel>"
|
||||
@ -639,15 +635,6 @@ inputPosNum: "Eingabe muss eine positive Nummer sein."
|
||||
questModified: "Deine aktive Quest <quest> ist geändert worden. Die Quest ist automatisch abgebrochen."
|
||||
questNotExist: "Deine Quest <quest> existiert nicht mehr. Deshalb kannst du die Quest nicht länger fortsetzen."
|
||||
questInvalidChoice: "Ungültige Wahl. Tippe '<yes>' oder '<no>'"
|
||||
questPointsDisplay: "Questpunkte:"
|
||||
questNoDrop: "Du darfst keine Questitems fallen lassen."
|
||||
questNoBrew: "Du darfst keine Quest-Gegenstände brauen."
|
||||
questNoStore: "Du darfst keine Quest-Gegenstände lagern."
|
||||
questNoCraft: "Du darfst keine keine Quest-Gegenstände herstellen."
|
||||
questNoEquip: "Du darfst keine Quest-Gegenstände ausrüsten."
|
||||
questNoDispense: "Du darfst keine Quest-Gegenstände in Spender legen."
|
||||
questNoEnchant: "Du darfst keine Quest-Gegenstände verzaubern."
|
||||
questNoSmelt: "Du darfst keine Quest-Gegenstände zum schmelzen verwenden."
|
||||
pageSelectionNum: "Seitenauswahl muss eine Nummer sein."
|
||||
pageSelectionPosNum: "Seitenauswahl muss eine positive Nummer sein."
|
||||
questTakeDisabled: "Annehmen von Quest mit Befehlen wurde deaktiviert."
|
||||
@ -681,17 +668,18 @@ invalidRange: "Die Eingabe muss zwischen <least> und <greatest> erfolgen!"
|
||||
invalidOption: "Ungültige Option!"
|
||||
noCurrentQuest: "<player> hat aktuell keine aktiven Quests."
|
||||
playerNotFound: "Spieler nicht gefunden."
|
||||
questsPlayerHasQuestAlready: "<player> ist bereits an der Quest <quest> dran!"
|
||||
questsUnknownAdminCommand: "Dieser Questsadmin-Befehl ist unbekannt. Nutze /questsadmin für Hilfe."
|
||||
errorNPCID: 'Fehler: Es existiert kein NPC mit der ID <number>'
|
||||
questSaveError: "Beim Speichern ist ein Fehler aufgetreten."
|
||||
questErrorReadingFile: "Fehler beim Lesen der Questdatei."
|
||||
errorReading: "Fehler beim lesen von <file>, Überspringe.."
|
||||
errorReadingSuppress: "Fehler beim lesen von <file>, unterdrücke weitere Fehler."
|
||||
errorDataFolder: "Fehler: Der Quest - Dateienordner konnte nicht gelesen werden!"
|
||||
questsPlayerHasQuestAlready: "<player> ist bereits an der Quest <quest> dran!"
|
||||
questsUnknownAdminCommand: "Dieser Questsadmin-Befehl ist unbekannt. Nutze /questsadmin für Hilfe."
|
||||
unknownError: "Ein unbekannter Fehler ist aufgetreten. Überprüfe die Konsole."
|
||||
journalTitle: "Quest-Tagebuch"
|
||||
journalTaken: "Du hast dein Quest-Tagebuch hevorgeholt."
|
||||
journalPutAway: "Du hast dein Quest-Tagebuch weggelegt."
|
||||
journalAlreadyHave: "Du hast bereits dein Quest-Tagebuch bei dir."
|
||||
journalNoRoom: "Du hast keinen Platz in deinem Inventar für dein Quest-Tagebuch!"
|
||||
journalNoQuests: "Du hast aktuell keine Quests akzeptiert!"
|
||||
journalDenied: "Du kannst dies nicht mit deinem Quest-Tagebuch tun."
|
||||
@ -761,8 +749,6 @@ experience: "Erfahrung"
|
||||
timePrompt: "Geben Sie die Zeit ein (in Sekunden), <clear>, <cancel>"
|
||||
timerMessage: "Restzeit für den Abschluss der Quest/Abschnitt: <time> Sekunden"
|
||||
timerStart: "Du hat <time> Sekunden um diese Quest/Abschnitt abzuschliessen"
|
||||
questErrorReadingFile: "Fehler beim Lesen der Questdatei."
|
||||
questSaveError: "Beim Speichern ist ein Fehler aufgetreten."
|
||||
noPermission: "Du hast keine Erlaubnis das zu tun."
|
||||
duplicateEditor: "Du verwendest bereits einen Editor!"
|
||||
difference: "Der Unterschied ist '<data>'."
|
||||
|
@ -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"
|
||||
@ -274,7 +274,6 @@ eventEditorNotFound: "Action nah found!"
|
||||
eventEditorExists: "Action already exists!"
|
||||
eventEditorSomeone: "Someone be already creatin' or editin' an Action wit' that name!"
|
||||
eventEditorAlpha: "Name must be alphanumeric!"
|
||||
eventEditorErrorReadingFile: "Error readin' Actions file."
|
||||
eventEditorErrorSaving: "An error occurred while savin'."
|
||||
eventEditorDeleted: "Action deleted, Quests 'n Actions reloaded."
|
||||
eventEditorSaved: "Action saved, Quests 'n Actions reloaded."
|
||||
@ -397,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"
|
||||
@ -409,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>"
|
||||
@ -460,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"
|
||||
@ -481,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>"
|
||||
@ -639,15 +635,6 @@ inputPosNum: "Input must be a positive number."
|
||||
questModified: "Yer active Quest <quest> has been modified. Ye 'ave been forced t' abandon ship."
|
||||
questNotExist: "Yer active Quest <quest> no longer exists. Ye 'ave been forced t' abandon ship."
|
||||
questInvalidChoice: "Invalid choice. Type '<yes>' or '<no>'"
|
||||
questPointsDisplay: "Quest points:"
|
||||
questNoDrop: "Ye may nah drop Quest items."
|
||||
questNoBrew: "Ye may nah brew Quest items."
|
||||
questNoStore: "Ye may nah store Quest items."
|
||||
questNoCraft: "Ye may nah craft Quest items."
|
||||
questNoEquip: "Ye may nah equip Quest items."
|
||||
questNoDispense: "Ye may nah put Quest items in dispensers."
|
||||
questNoEnchant: "Ye may nah enchant Quest items."
|
||||
questNoSmelt: "Ye may nah smelt usin' Quest items."
|
||||
pageSelectionNum: "Page selection must be a number."
|
||||
pageSelectionPosNum: "Page selection must be a positive number."
|
||||
questTakeDisabled: "Takin' Quests via commands has been disabled."
|
||||
@ -668,33 +655,34 @@ 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!"
|
||||
noCurrentQuest: "<player> does nah currently 'ave any active Quests."
|
||||
playerNotFound: "Player nah found."
|
||||
questsPlayerHasQuestAlready: "<player> be already on th' Quest <quest>!"
|
||||
questsUnknownAdminCommand: "Unknown Questsadmin command. Type /questsadmin fer help."
|
||||
errorNPCID: 'Error: Thar be no NPC wit'' ID <number>'
|
||||
questSaveError: "An error occurred while savin'."
|
||||
questErrorReadingFile: "Error readin' Quests file."
|
||||
errorReading: "Error readin' <file>, skippin'.."
|
||||
errorReadingSuppress: "Error readin' <file>, suppressin' further errors."
|
||||
errorDataFolder: "Error: Unable t' read Quests data folder!"
|
||||
questsPlayerHasQuestAlready: "<player> be already on th' Quest <quest>!"
|
||||
questsUnknownAdminCommand: "Unknown Questsadmin command. Type /questsadmin fer help."
|
||||
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."
|
||||
journalAlreadyHave: "Ye already 'ave yer Quest Journal out."
|
||||
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"
|
||||
@ -761,8 +749,6 @@ experience: "Experience"
|
||||
timePrompt: "Enter amount o' time (in seconds), <clear>, <cancel>"
|
||||
timerMessage: "Time left t' finish th' quest/stage: <time> seconds"
|
||||
timerStart: "Ye 'ave <time> seconds t' finish this quest/stage"
|
||||
questErrorReadingFile: "Error readin' Quests file."
|
||||
questSaveError: "An error occurred while savin'."
|
||||
noPermission: "Ye do nah 'ave permission t' do that."
|
||||
duplicateEditor: "Ye be already usin' an editor!"
|
||||
difference: "Th' difference be '<data>'."
|
||||
|
@ -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 your <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 a quest"
|
||||
COMMAND_QUESTADMIN_POINTS: "points"
|
||||
COMMAND_QUESTADMIN_POINTS_HELP: "<command> [player] [amount] - Set a player's 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 away a player's 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] - Add to a player's Quest Points"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "<command> [player] [amount] - Add to a player's <points>"
|
||||
COMMAND_QUESTADMIN_POINTSALL: "pointsall"
|
||||
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] - Force a player to complete a quest"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE: "nextstage"
|
||||
@ -274,7 +274,6 @@ eventEditorNotFound: "Action not found!"
|
||||
eventEditorExists: "Action already exists!"
|
||||
eventEditorSomeone: "Someone is already creating or editing an Action with that name!"
|
||||
eventEditorAlpha: "Name must be alphanumeric!"
|
||||
eventEditorErrorReadingFile: "Error reading Actions file."
|
||||
eventEditorErrorSaving: "An error occurred while saving."
|
||||
eventEditorDeleted: "Action deleted, Quests and Actions reloaded."
|
||||
eventEditorSaved: "Action saved, Quests and Actions reloaded."
|
||||
@ -397,7 +396,7 @@ eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to,
|
||||
eventEditorCommandsNote: "Note: You may use <player> to refer to the player's name."
|
||||
eventEditorSetCommandsPrompt: "Enter commands, <semicolon>, <clear>, <cancel>"
|
||||
reqSetMoney: "Set money requirement"
|
||||
reqSetQuestPoints: "Set Quest Points requirement"
|
||||
reqSetQuestPoints: "Set <points> requirement"
|
||||
reqSetItem: "Set item requirements"
|
||||
reqSetPerms: "Set permission requirements"
|
||||
reqSetQuest: "Set Quest requirements"
|
||||
@ -409,14 +408,11 @@ reqSetSkills: "Set skills"
|
||||
reqSetSkillAmounts: "Set skill amounts"
|
||||
reqHeroesSetPrimary: "Set Primary Class"
|
||||
reqHeroesSetSecondary: "Set Secondary Class"
|
||||
reqMoneyPrompt: "Enter amount of <money>, <clear>, <cancel>"
|
||||
reqQuestPointsPrompt: "Enter amount of Quest Points, <clear>, <cancel>"
|
||||
reqQuestListTitle: "- Quests Available -"
|
||||
reqQuestPrompt: "Enter a list of Quest names, <semicolon>, <clear>, <cancel>"
|
||||
reqRemoveItemsPrompt: "Enter a list of true/false values, <space>, <cancel>"
|
||||
reqPermissionsPrompt: "Enter permission requirements, <space>, <clear>, <cancel>"
|
||||
reqCustomPrompt: "Enter the name of a custom requirement to 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>"
|
||||
@ -460,7 +456,7 @@ optUsePartiesPlugin: "Use Parties plugin"
|
||||
optShareProgressLevel: "Level of progress sharing"
|
||||
optRequireSameQuest: "Require same quest"
|
||||
rewSetMoney: "Set money reward"
|
||||
rewSetQuestPoints: "Set Quest Points reward"
|
||||
rewSetQuestPoints: "Set <points> reward"
|
||||
rewSetItems: "Set item rewards"
|
||||
rewSetExperience: "Set experience reward"
|
||||
rewSetCommands: "Set command rewards"
|
||||
@ -481,7 +477,7 @@ rewExperiencePrompt: "Enter amount of experience, <clear>, <cancel>"
|
||||
rewCommandPrompt: "Enter command rewards (use '<player>' to represent the player), <semicolon>, <clear>, <cancel>"
|
||||
rewPermissionsPrompt: "Enter permission rewards, <space>, <clear>, <cancel>"
|
||||
rewPermissionsWorldPrompt: "Enter permission worlds, <semicolon>, <clear>, <cancel>"
|
||||
rewQuestPointsPrompt: "Enter amount of Quest Points, <clear>, <cancel>"
|
||||
rewQuestPointsPrompt: "Enter amount of <points>, <clear>, <cancel>"
|
||||
rewMcMMOPrompt: "Enter mcMMO Classic skills (or enter 'All' for all skills), <space>, <cancel>"
|
||||
rewHeroesClassesPrompt: "Enter Heroes classes, <space>, <cancel>"
|
||||
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed), <space>, <cancel>"
|
||||
@ -639,15 +635,6 @@ inputPosNum: "Input must be a positive number."
|
||||
questModified: "Your active Quest <quest> has been modified. You have been forced to quit the Quest."
|
||||
questNotExist: "Your active Quest <quest> no longer exists. You have been forced to quit the Quest."
|
||||
questInvalidChoice: "Invalid choice. Type '<yes>' or '<no>'"
|
||||
questPointsDisplay: "Quest points:"
|
||||
questNoDrop: "You may not drop Quest items."
|
||||
questNoBrew: "You may not brew Quest items."
|
||||
questNoStore: "You may not store Quest items."
|
||||
questNoCraft: "You may not craft Quest items."
|
||||
questNoEquip: "You may not equip Quest items."
|
||||
questNoDispense: "You may not put Quest items in dispensers."
|
||||
questNoEnchant: "You may not enchant Quest items."
|
||||
questNoSmelt: "You may not smelt using Quest items."
|
||||
pageSelectionNum: "Page selection must be a number."
|
||||
pageSelectionPosNum: "Page selection must be a positive number."
|
||||
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||
@ -668,33 +655,34 @@ questForceNextStage: "<player> has advanced to the next Stage in the Quest <ques
|
||||
questForcedNextStage: "<player> has advanced you to the next Stage in your Quest <quest>."
|
||||
questReset: "<player> has been reset."
|
||||
questRemoved: "Quest <quest> has been removed from player <player>'s completed Quests."
|
||||
settingAllQuestPoints: "Setting all players' Quest Points..."
|
||||
allQuestPointsSet: "All players' Quest Points have been set to <number>!"
|
||||
setQuestPoints: "<player>'s Quest Points have been set to <number>."
|
||||
questPointsSet: "<player> has set your Quest Points to <number>."
|
||||
takeQuestPoints: "Took away <number> Quest Points from <player>."
|
||||
questPointsTaken: "<player> took away <number> Quest Points."
|
||||
giveQuestPoints: "Gave <number> Quest Points from <player>."
|
||||
questPointsGiven: "<player> gave you <number> Quest Points."
|
||||
settingAllQuestPoints: "Setting all players' <points>..."
|
||||
allQuestPointsSet: "All players' <points> have been set to <number>!"
|
||||
setQuestPoints: "<player>'s <points> have been set to <number>."
|
||||
questPointsSet: "<player> has set your <points> to <number>."
|
||||
takeQuestPoints: "Took away <number> <points> from <player>."
|
||||
questPointsTaken: "<player> took away <number> <points>."
|
||||
giveQuestPoints: "Gave <number> <points> from <player>."
|
||||
questPointsGiven: "<player> gave you <number> <points>."
|
||||
invalidMinimum: "Input must be at least <number>!"
|
||||
invalidRange: "Input must be between <least> and <greatest>!"
|
||||
invalidOption: "Invalid option!"
|
||||
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||
playerNotFound: "Player not found."
|
||||
questsPlayerHasQuestAlready: "<player> is already on the Quest <quest>!"
|
||||
questsUnknownAdminCommand: "Unknown Questsadmin command. Type /questsadmin for help."
|
||||
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||
questSaveError: "An error occurred while saving."
|
||||
questErrorReadingFile: "Error reading Quests file."
|
||||
errorReading: "Error reading <file>, skipping.."
|
||||
errorReadingSuppress: "Error reading <file>, suppressing further errors."
|
||||
errorDataFolder: "Error: Unable to read Quests data folder!"
|
||||
questsPlayerHasQuestAlready: "<player> is already on the Quest <quest>!"
|
||||
questsUnknownAdminCommand: "Unknown Questsadmin command. Type /questsadmin for help."
|
||||
unknownError: "An unknown error occurred. See console output."
|
||||
journalTitle: "Quest Journal"
|
||||
journalTaken: "You take out your Quest Journal."
|
||||
journalPutAway: "You put away your Quest Journal."
|
||||
journalAlreadyHave: "You already have your Quest Journal out."
|
||||
journalNoRoom: "You have no room in your inventory for your Quest Journal!"
|
||||
journalTaken: "You take out your <journal>."
|
||||
journalPutAway: "You put away your <journal>."
|
||||
journalNoRoom: "You have no room in your inventory for your <journal>!"
|
||||
journalNoQuests: "You have no accepted quests!"
|
||||
journalDenied: "You cannot do that with your Quest Journal."
|
||||
journalDenied: "You cannot do that with your <journal>."
|
||||
compassSet: "Set compass target to quest <quest>."
|
||||
compassReset: "Reset compass target."
|
||||
timeZone: "Time zone"
|
||||
@ -761,8 +749,6 @@ experience: "Experience"
|
||||
timePrompt: "Enter amount of time (in seconds), <clear>, <cancel>"
|
||||
timerMessage: "Time left to finish the quest/stage: <time> seconds"
|
||||
timerStart: "You have <time> seconds to finish this quest/stage"
|
||||
questErrorReadingFile: "Error reading Quests file."
|
||||
questSaveError: "An error occurred while saving."
|
||||
noPermission: "You do not have permission to do that."
|
||||
duplicateEditor: "You are already using an editor!"
|
||||
difference: "The difference is '<data>'."
|
||||
|
@ -274,7 +274,6 @@ eventEditorNotFound: "¡Evento no encontrado!"
|
||||
eventEditorExists: "¡El evento ya existe!"
|
||||
eventEditorSomeone: "¡Alguien está ya creando o editando un Evento con ese nombre!"
|
||||
eventEditorAlpha: "¡El nombre debe ser alfanumérico!"
|
||||
eventEditorErrorReadingFile: "Error al leer el archivo de Eventos."
|
||||
eventEditorErrorSaving: "Se produjo un error al guardar."
|
||||
eventEditorDeleted: "Evento eliminado, Misiones y Eventos recargados."
|
||||
eventEditorSaved: "Evento guardado, Misiones y Eventos recargados."
|
||||
@ -409,14 +408,11 @@ reqSetSkills: "Colocar Habilidades"
|
||||
reqSetSkillAmounts: "Colocar cantidad de habilidades"
|
||||
reqHeroesSetPrimary: "Establece Clase Primaria"
|
||||
reqHeroesSetSecondary: "Establece Clase Secundaria"
|
||||
reqMoneyPrompt: "Introduce la cantidad de <money>, <clear>, <cancel>"
|
||||
reqQuestPointsPrompt: "Introduce la cantidad de Puntos de la Misión, <clear>, <cancel>"
|
||||
reqQuestListTitle: "- Misiones Disponibles -"
|
||||
reqQuestPrompt: "Introduzca una lista de nombres de Misión, <semicolon>, <clear>, <cancel>"
|
||||
reqRemoveItemsPrompt: "Ingrese una lista de valores verdaderos/falsos, <space>, <cancel>"
|
||||
reqPermissionsPrompt: "Ingrese los requisitos de permiso, <space>, <clear>, <cancel>"
|
||||
reqCustomPrompt: "Ingrese el nombre de un requisito personalizado para agregar, <clear>, <cancel>"
|
||||
reqMcMMOPrompt: "Ingrese las habilidades de mcMMO, <space>, <clear>, <cancel>"
|
||||
reqMcMMOAmountsPrompt: "Ingrese cantidades de habilidades de mcMMO, <space>, <clear>, <cancel>"
|
||||
reqHeroesPrimaryPrompt: "Ingrese el nombre de la Clase Principal de Heroes, <clear>, <cancel>"
|
||||
reqHeroesSecondaryPrompt: "Ingrese el nombre de la Clase Secundaria, <clear>, <cancel>"
|
||||
@ -639,15 +635,6 @@ inputPosNum: "La entrada debe ser un número positivo."
|
||||
questModified: "Su Misión <quest> activa ha sido modificada. Te han obligado a abandonar la Misión."
|
||||
questNotExist: "Tu Misión <quest> activa ya no existe. Te han obligado a abandonar la Misión."
|
||||
questInvalidChoice: "Elección inválida. Escriba '<yes>' o '<no>'"
|
||||
questPointsDisplay: "Puntos de misión:"
|
||||
questNoDrop: "No puedes dejar caer ítem de Misión."
|
||||
questNoBrew: "No puedes elaborar ítem de Misión."
|
||||
questNoStore: "No puede almacenar ítem de Misión."
|
||||
questNoCraft: "No puede crear ítem de Misión."
|
||||
questNoEquip: "No puede equipar ítem de Misión."
|
||||
questNoDispense: "No puede poner ítem de Misión en dispensadores."
|
||||
questNoEnchant: "No puede encantar ítem de Misión."
|
||||
questNoSmelt: "No puede fundir usando los ítem de Misión."
|
||||
pageSelectionNum: "La selección de página debe ser un numero."
|
||||
pageSelectionPosNum: "La selección de página debe ser un numero positivo."
|
||||
questTakeDisabled: "Hacer v vía comando ha sido deshabilitado."
|
||||
@ -681,17 +668,18 @@ invalidRange: "¡La entrada debe estar entre <least> y <greatest>!"
|
||||
invalidOption: "¡opción invalida!"
|
||||
noCurrentQuest: "<player> actualmente no tiene ninguna Misiones activa."
|
||||
playerNotFound: "Jugador no encontrado."
|
||||
questsPlayerHasQuestAlready: "¡<player> ya está en la Misión <quest>!"
|
||||
questsUnknownAdminCommand: "Comando de administrador de la Misiones desconocido. Escriba a /questsadmin para ayuda."
|
||||
errorNPCID: 'Error: No hay un NPC con identificación <number>'
|
||||
questSaveError: "A ocurrido un error al guardar."
|
||||
questErrorReadingFile: "Error en la lectura de la carpeta de Misiones."
|
||||
errorReading: "Error de lectura <file>, saltar.."
|
||||
errorReadingSuppress: "Error de lectura <file>, supresión de futuros errores."
|
||||
errorDataFolder: "¡Error: No se puede leer la carpeta de datos de la Misiones!"
|
||||
questsPlayerHasQuestAlready: "¡<player> ya está en la Misión <quest>!"
|
||||
questsUnknownAdminCommand: "Comando de administrador de la Misiones desconocido. Escriba a /questsadmin para ayuda."
|
||||
unknownError: "Ha ocurrido un error desconocido. Vea la salida de la consola."
|
||||
journalTitle: "Diario de Misión"
|
||||
journalTaken: "Usted se lleva su Diario de Misión."
|
||||
journalPutAway: "Usted aparta las Diario de Misión."
|
||||
journalAlreadyHave: "Usted ya ha sacado las Diario de Misión."
|
||||
journalNoRoom: "¡No tienes espacio en tu inventario para las Diario de la Búsqueda!"
|
||||
journalNoQuests: "¡Usted no ha aceptado búsqueda!"
|
||||
journalDenied: "Usted no puede hacer eso con su Diario de la Misión."
|
||||
@ -761,8 +749,6 @@ experience: "Experiencia"
|
||||
timePrompt: "Ingrese la cantidad de tiempo (en segundos), <clear>, <cancel>"
|
||||
timerMessage: "Tiempo restante para terminar la misión/etapa: <time> segundos"
|
||||
timerStart: "Usted tiene <time> segundos para terminar la misión/etapa"
|
||||
questErrorReadingFile: "Error en la lectura de la carpeta de Misiones."
|
||||
questSaveError: "A ocurrido un error al guardar."
|
||||
noPermission: "No tienes permiso para hacer eso."
|
||||
duplicateEditor: "¡Ya estás usando un editor!"
|
||||
difference: "La diferencia es '<data>'."
|
||||
|
@ -56,20 +56,20 @@ questEditorName: "Määra nimi"
|
||||
questEditorAskMessage: "Sea küsimus sõnum"
|
||||
questEditorFinishMessage: "Sea lõpetus sõnum"
|
||||
questEditorNPCStart: "Sea npc algus"
|
||||
questEditorBlockStart: "Set Block start"
|
||||
questEditorInitialEvent: "Set initial Action"
|
||||
questEditorBlockStart: "Set block start"
|
||||
questEditorInitialEvent: "Set initial action"
|
||||
questEditorSetGUI: "Set GUI Item display"
|
||||
questEditorReqs: "Muuda Nõudeid"
|
||||
questEditorPln: "Muuda Planeerijat"
|
||||
questEditorStages: "Edit Stages"
|
||||
questEditorRews: "Regigeeri auhinud"
|
||||
questEditorOpts: "Muuda Valikuid"
|
||||
questEditorEnterQuestName: "Enter Quest name, <cancel>"
|
||||
questEditorEnterQuestName: "Enter quest name, <cancel>"
|
||||
questEditorEnterAskMessage: "Enter ask message, <cancel>"
|
||||
questEditorEnterFinishMessage: "Enter finish message, <cancel>"
|
||||
questEditorEnterNPCStart: "Enter NPC ID, <clear>, <cancel>"
|
||||
questEditorEnterBlockStart: "Right-click on a block to use as a start point, <done>, <clear>, <cancel>"
|
||||
questEditorEnterInitialEvent: "Enter an Action name, <clear>, <cancel>"
|
||||
questEditorEnterInitialEvent: "Enter an action name, <clear>, <cancel>"
|
||||
questRequiredNoneSet: "Vajalik, pole määratud"
|
||||
questDungeonsCreate: "Players added to this group may perform quests together!"
|
||||
questDungeonsDisband: "The quest group was disbanded."
|
||||
@ -87,12 +87,12 @@ questWGSetRegion: "Set Region start"
|
||||
questWGPrompt: "Enter WorldGuard region, <clear>, <cancel>"
|
||||
questWGInvalidRegion: "<region> is not a valid WorldGuard region!"
|
||||
questWGRegionCleared: "Quest region cleared."
|
||||
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: "Praegune ese:"
|
||||
questGUICleared: "Quest GUI Item Display cleared."
|
||||
questDeleted: "Quest deleted! Quests and Actions have been reloaded."
|
||||
questEditorNameExists: "A Quest with that name already exists!"
|
||||
questEditorBeingEdited: "Someone is creating/editing a Quest with that name!"
|
||||
questDeleted: "Quest deleted! Quest and action data has been reloaded."
|
||||
questEditorNameExists: "A quest with that name already exists!"
|
||||
questEditorBeingEdited: "Someone is creating/editing a quest with that name!"
|
||||
questEditorInvalidQuestName: "Name may not contain periods or commas!"
|
||||
questEditorInvalidEventName: "ei ole sobiv toimingu nimi!"
|
||||
questEditorInvalidNPC: "No NPC exists with that ID!"
|
||||
@ -102,14 +102,14 @@ questEditorQuestAsRequirement1: "Antud Questil on"
|
||||
questEditorQuestAsRequirement2: "as a requirement:"
|
||||
questEditorQuestAsRequirement3: "Sa pead muutma queste selliselt, et neid ei kasutata enne kustutamist."
|
||||
questEditorQuestNotFound: "Questi ei leitud!"
|
||||
questEditorEventCleared: "Initial Action cleared."
|
||||
questEditorEventCleared: "Initial action cleared."
|
||||
questEditorSave: "Lõpeta ja salvesta"
|
||||
questEditorNeedAskMessage: "You must set an ask message!"
|
||||
questEditorNeedFinishMessage: "Pead lisama lõpetamis sõnumi!"
|
||||
questEditorNeedStages: "Your Quest has no Stages!"
|
||||
questEditorNeedStages: "Your quest has no stages!"
|
||||
questEditorSaved: "%bold%Quest saved! %reset%(You will need to perform %red%<command> %reset% for it to appear in-game)"
|
||||
stageEditorEditStage: "Edit Stage"
|
||||
stageEditorNewStage: "Add new Stage"
|
||||
stageEditorNewStage: "Add new stage"
|
||||
stageEditorStages: "Stages"
|
||||
stageEditorStage: "Stage"
|
||||
stageEditorBlocks: "Plokid"
|
||||
@ -143,25 +143,25 @@ stageEditorPlayers: "mängijad"
|
||||
stageEditorEvents: "Toimingud"
|
||||
stageEditorStageEvents: "Stage Actions"
|
||||
stageEditorStartEvent: "Alusta Toimingut"
|
||||
stageEditorStartEventCleared: "Start Action cleared."
|
||||
stageEditorStartEventCleared: "Start action cleared."
|
||||
stageEditorFinishEvent: "Lõpeta Toiming"
|
||||
stageEditorFinishEventCleared: "Finish Action cleared."
|
||||
stageEditorFinishEventCleared: "Finish action cleared."
|
||||
stageEditorChatEvents: "Vestluse Toiming"
|
||||
stageEditorChatTrigger: "Chat Trigger"
|
||||
stageEditorChatEventsCleared: "Chat Action cleared."
|
||||
stageEditorChatEventsCleared: "Chat action cleared."
|
||||
stageEditorCommandEvents: "Käskluse Toiming"
|
||||
stageEditorCommandTrigger: "Command Trigger"
|
||||
stageEditorCommandEventsCleared: "Command Action cleared."
|
||||
stageEditorCommandEventsCleared: "Command action cleared."
|
||||
stageEditorTriggeredBy: "Triggered by"
|
||||
stageEditorDeathEvent: "Death Action"
|
||||
stageEditorDeathEventCleared: "Death Action cleared."
|
||||
stageEditorDeathEventCleared: "Death action cleared."
|
||||
stageEditorDisconnectEvent: "Disconnect Action"
|
||||
stageEditorDisconnectEventCleared: "Disconnect Action cleared."
|
||||
stageEditorDisconnectEventCleared: "Disconnect action cleared."
|
||||
stageEditorDelayMessage: "Delay message"
|
||||
stageEditorDenizenScript: "Denizen script"
|
||||
stageEditorStartMessage: "Start message"
|
||||
stageEditorCompleteMessage: "Complete message"
|
||||
stageEditorDelete: "Delete Stage"
|
||||
stageEditorDelete: "Delete stage"
|
||||
stageEditorSetBlockNames: "Set block names"
|
||||
stageEditorSetBlockAmounts: "Set block amounts"
|
||||
stageEditorSetBlockDurability: "Set block durabilities"
|
||||
@ -259,7 +259,7 @@ stageEditorDelayCleared: "Delay cleared."
|
||||
stageEditorDenizenCleared: "Denizen script cleared."
|
||||
stageEditorObjectiveCleared: "Objective cleared."
|
||||
stageEditorMessageCleared: "Message cleared."
|
||||
stageEditorConfirmStageNote: "Any Stages after will be shifted back one spot"
|
||||
stageEditorConfirmStageNote: "Any stages after will be shifted back one spot"
|
||||
stageEditorDeleteSucces: "Stage deleted successfully."
|
||||
stageEditorEnchantments: "Loitsud"
|
||||
stageEditorNPCNote: 'Note: You may specify the name of the NPC with <npc>'
|
||||
@ -268,21 +268,20 @@ stageEditorColors: "Lamba Värvid"
|
||||
eventEditorCreate: "Loo uus Toiming"
|
||||
eventEditorEdit: "Muuda Toimingut"
|
||||
eventEditorDelete: "Kustuta Toiming"
|
||||
eventEditorNoneToEdit: "No Actions currently exist to be edited!"
|
||||
eventEditorNoneToDelete: "No Actions currently exist to be deleted!"
|
||||
eventEditorNoneToEdit: "No actions currently exist to be edited!"
|
||||
eventEditorNoneToDelete: "No actions currently exist to be deleted!"
|
||||
eventEditorNotFound: "Toimingut ei leitud!"
|
||||
eventEditorExists: "Toiming on juba olemas!"
|
||||
eventEditorSomeone: "Someone is already creating or editing an Action with that name!"
|
||||
eventEditorSomeone: "Someone is already creating or editing an action with that name!"
|
||||
eventEditorAlpha: "Nimi peab olema tähtnumbriline!"
|
||||
eventEditorErrorReadingFile: "Error reading Actions file."
|
||||
eventEditorErrorSaving: "An error occurred while saving."
|
||||
eventEditorDeleted: "Action deleted, Quests and Actions reloaded."
|
||||
eventEditorSaved: "Action saved, Quests and Actions reloaded."
|
||||
eventEditorDeleted: "Action deleted. Quest and action data reloaded."
|
||||
eventEditorSaved: "Action saved. Quest and action data reloaded."
|
||||
eventEditorEnterEventName: "Enter Action name, <cancel>"
|
||||
eventEditorModifiedNote: 'Note: You have modified an Action that the following Quests use:'
|
||||
eventEditorForcedToQuit: "If you save the Action, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||
eventEditorEventInUse: "The following Quests use the Action"
|
||||
eventEditorMustModifyQuests: "You must modify these Quests first!"
|
||||
eventEditorModifiedNote: 'Note: You have modified an action that the following quests use:'
|
||||
eventEditorForcedToQuit: "If you save the action, anyone who is actively doing any of these quests will be forced to quit them."
|
||||
eventEditorEventInUse: "The following quests use the action"
|
||||
eventEditorMustModifyQuests: "You must modify these quests first!"
|
||||
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||
eventEditorGiveItemsTitle: "- Give Items -"
|
||||
eventEditorEffectsTitle: "- Heliefektid -"
|
||||
@ -397,11 +396,11 @@ eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to,
|
||||
eventEditorCommandsNote: "Note: You may use <player> to refer to the player's name."
|
||||
eventEditorSetCommandsPrompt: "Enter commands, <semicolon>, <clear>, <cancel>"
|
||||
reqSetMoney: "Set money requirement"
|
||||
reqSetQuestPoints: "Set Quest Points requirement"
|
||||
reqSetQuestPoints: "Set <points> requirement"
|
||||
reqSetItem: "Määra eseme nõuded"
|
||||
reqSetPerms: "Set permission requirements"
|
||||
reqSetQuest: "Set Quest requirements"
|
||||
reqSetQuestBlocks: "Set Quest blocks"
|
||||
reqSetQuest: "Set quest requirements"
|
||||
reqSetQuestBlocks: "Set quest blocks"
|
||||
reqSetMcMMO: "Set mcMMO Classic requirements"
|
||||
reqSetHeroes: "Set Heroes requirements"
|
||||
reqSetCustom: "Set custom requirements"
|
||||
@ -409,14 +408,11 @@ reqSetSkills: "Set skills"
|
||||
reqSetSkillAmounts: "Set skill amounts"
|
||||
reqHeroesSetPrimary: "Set Primary Class"
|
||||
reqHeroesSetSecondary: "Set Secondary Class"
|
||||
reqMoneyPrompt: "Enter amount of <money>, <clear>, <cancel>"
|
||||
reqQuestPointsPrompt: "Enter amount of Quest Points, <clear>, <cancel>"
|
||||
reqQuestListTitle: "- Quests Available -"
|
||||
reqQuestPrompt: "Enter a list of Quest names, <semicolon>, <clear>, <cancel>"
|
||||
reqQuestPrompt: "Enter a list of quest names, <semicolon>, <clear>, <cancel>"
|
||||
reqRemoveItemsPrompt: "Enter a list of true/false values, <space>, <cancel>"
|
||||
reqPermissionsPrompt: "Enter permission requirements, <space>, <clear>, <cancel>"
|
||||
reqCustomPrompt: "Enter the name of a custom requirement to 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: "Sisestage Kangelaste Teise Klassi nimi, <clear>, <cancel>"
|
||||
@ -426,7 +422,7 @@ reqNoItemsSet: "No items set"
|
||||
reqNoValuesSet: "No values set"
|
||||
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||
reqNotAQuestName: "<quest> is not a quest name!"
|
||||
reqItemCleared: "Item requirements cleared."
|
||||
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||
reqCustomNotFound: "Custom requirement module not found."
|
||||
@ -460,7 +456,7 @@ optUsePartiesPlugin: "Use Parties plugin"
|
||||
optShareProgressLevel: "Level of progress sharing"
|
||||
optRequireSameQuest: "Require same quest"
|
||||
rewSetMoney: "Set money reward"
|
||||
rewSetQuestPoints: "Set Quest Points reward"
|
||||
rewSetQuestPoints: "Set <points> reward"
|
||||
rewSetItems: "Set item rewards"
|
||||
rewSetExperience: "Set experience reward"
|
||||
rewSetCommands: "Set command rewards"
|
||||
@ -481,7 +477,7 @@ rewExperiencePrompt: "Enter amount of experience, <clear>, <cancel>"
|
||||
rewCommandPrompt: "Enter command rewards (use '<player>' to represent the player), <semicolon>, <clear>, <cancel>"
|
||||
rewPermissionsPrompt: "Enter permission rewards, <space>, <clear>, <cancel>"
|
||||
rewPermissionsWorldPrompt: "Enter permission worlds, <semicolon>, <clear>, <cancel>"
|
||||
rewQuestPointsPrompt: "Enter amount of Quest Points, <clear>, <cancel>"
|
||||
rewQuestPointsPrompt: "Enter amount of <points>, <clear>, <cancel>"
|
||||
rewMcMMOPrompt: "Enter mcMMO Classic skills (or enter 'All' for all skills), <space>, <cancel>"
|
||||
rewHeroesClassesPrompt: "Enter Heroes classes, <space>, <cancel>"
|
||||
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed), <space>, <cancel>"
|
||||
@ -539,8 +535,8 @@ questObjectivesTitle: "---(<quest>)---"
|
||||
questCompleteTitle: '**QUEST COMPLETE: <quest>**'
|
||||
questRewardsTitle: "Autasud:"
|
||||
questFailed: "*QUEST FAILED*"
|
||||
questMaxAllowed: "You may only have up to <number> Quests."
|
||||
questAlreadyOn: "You are already on that Quest!"
|
||||
questMaxAllowed: "You may only have up to <number> quests."
|
||||
questAlreadyOn: "You are already on that quest!"
|
||||
questTooEarly: "You may not take <quest> again for another <time>."
|
||||
questAlreadyCompleted: "You have already completed <quest>."
|
||||
questInvalidLocation: "You may not take <quest> at this location."
|
||||
@ -596,7 +592,7 @@ strDone: "then enter '<command>' to save"
|
||||
strSpace: "separating each by a space"
|
||||
strSemicolon: "separating each by a semicolon"
|
||||
charSemi: ";"
|
||||
acceptQuest: "Accept Quest?"
|
||||
acceptQuest: "Accept quest?"
|
||||
enterAnOption: "Sisestage valik"
|
||||
questAccepted: "Quest accepted: <quest>"
|
||||
currentQuest: "Praegused Otsingud:"
|
||||
@ -623,9 +619,9 @@ goTo: "Go to <location>"
|
||||
completed: "Completed"
|
||||
redoCompleted: "(Completed)"
|
||||
consoleError: "This command may only be performed in-game."
|
||||
noActiveQuest: "You do not currently have any active Quests."
|
||||
noActiveQuest: "You do not currently have any active quests."
|
||||
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."
|
||||
permissionDisplay: "Õigus:"
|
||||
heroesClass: "class"
|
||||
@ -636,65 +632,57 @@ questNotFound: "Quest not found."
|
||||
alreadyConversing: "You already are in a conversation!"
|
||||
inputNum: "Input must be a number."
|
||||
inputPosNum: "Input must be a positive number."
|
||||
questModified: "Your active Quest <quest> has been modified. You have been forced to quit the Quest."
|
||||
questNotExist: "Your active Quest <quest> no longer exists. You have been forced to quit the Quest."
|
||||
questModified: "Your active quest <quest> has been modified. You have been forced to quit the quest."
|
||||
questNotExist: "Your active quest <quest> no longer exists. You have been forced to quit the quest."
|
||||
questInvalidChoice: "Invalid choice. Type '<yes>' or '<no>'"
|
||||
questPointsDisplay: "Quest points:"
|
||||
questNoDrop: "You may not drop Quest items."
|
||||
questNoBrew: "You may not brew Quest items."
|
||||
questNoStore: "You may not store Quest items."
|
||||
questNoCraft: "You may not craft Quest items."
|
||||
questNoEquip: "You may not equip Quest items."
|
||||
questNoDispense: "You may not put Quest items in dispensers."
|
||||
questNoEnchant: "You may not enchant Quest items."
|
||||
questNoSmelt: "You may not smelt using Quest items."
|
||||
pageSelectionNum: "Page selection must be a number."
|
||||
pageSelectionPosNum: "Page selection must be a positive number."
|
||||
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||
questTakeDisabled: "Taking quests via commands has been disabled."
|
||||
questQuit: "You have quit <quest>"
|
||||
questQuitDisabled: "Quitting this quest has been disabled."
|
||||
questsUnknownCommand: "Unknown Quests command. Type /quests for help."
|
||||
questsUnknownCommand: "Unknown command. Type /quests for help."
|
||||
pageNotExist: "Lehte ei ole olemas."
|
||||
pageFooter: "- Page <current> of <all> -"
|
||||
questsReloaded: "Quests reloaded."
|
||||
numQuestsLoaded: "<number> Quests loaded."
|
||||
questForceTake: "<player> has forcibly started the Quest <quest>."
|
||||
questForcedTake: "<player> has forced you to take the Quest <quest>."
|
||||
questForceQuit: "<player> has forcibly quit the Quest <quest>."
|
||||
questForcedQuit: "<player> has forced you to quit the Quest <quest>."
|
||||
questForceFinish: "<player> has forcibly finished their Quest <quest>."
|
||||
questForcedFinish: "<player> has forced you to finish your Quest <quest>."
|
||||
questForceNextStage: "<player> has advanced to the next Stage in the Quest <quest>."
|
||||
questForcedNextStage: "<player> has advanced you to the next Stage in your Quest <quest>."
|
||||
questsReloaded: "Quest data reloaded."
|
||||
numQuestsLoaded: "<number> quests loaded."
|
||||
questForceTake: "<player> has forcibly started the quest <quest>."
|
||||
questForcedTake: "<player> has forced you to take the quest <quest>."
|
||||
questForceQuit: "<player> has forcibly quit the quest <quest>."
|
||||
questForcedQuit: "<player> has forced you to quit the quest <quest>."
|
||||
questForceFinish: "<player> has forcibly finished their quest <quest>."
|
||||
questForcedFinish: "<player> has forced you to finish your quest <quest>."
|
||||
questForceNextStage: "<player> has advanced to the next stage in the quest <quest>."
|
||||
questForcedNextStage: "<player> has advanced you to the next stage in your quest <quest>."
|
||||
questReset: "<player> has been reset."
|
||||
questRemoved: "Quest <quest> has been removed from player <player>'s completed Quests."
|
||||
settingAllQuestPoints: "Setting all players' Quest Points..."
|
||||
allQuestPointsSet: "All players' Quest Points have been set to <number>!"
|
||||
setQuestPoints: "<player>'s Quest Points have been set to <number>."
|
||||
questPointsSet: "<player> has set your Quest Points to <number>."
|
||||
takeQuestPoints: "Took away <number> Quest Points from <player>."
|
||||
questPointsTaken: "<player> took away <number> Quest Points."
|
||||
giveQuestPoints: "Gave <number> Quest Points from <player>."
|
||||
questPointsGiven: "<player> gave you <number> Quest Points."
|
||||
questRemoved: "Quest <quest> has been removed from player <player>'s completed quests."
|
||||
settingAllQuestPoints: "Setting all players' <points>..."
|
||||
allQuestPointsSet: "All players' <points> have been set to <number>!"
|
||||
setQuestPoints: "<player>'s <points> have been set to <number>."
|
||||
questPointsSet: "<player> has set your <points> to <number>."
|
||||
takeQuestPoints: "Took away <number> <points> from <player>."
|
||||
questPointsTaken: "<player> took away <number> <points>."
|
||||
giveQuestPoints: "Gave <number> <points> from <player>."
|
||||
questPointsGiven: "<player> gave you <number> <points>."
|
||||
invalidMinimum: "Input must be at least <number>!"
|
||||
invalidRange: "Input must be between <least> and <greatest>!"
|
||||
invalidOption: "Invalid option!"
|
||||
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||
noCurrentQuest: "<player> does not currently have any active quests."
|
||||
playerNotFound: "Mängijat ei leitud."
|
||||
questsPlayerHasQuestAlready: "<player> is already on the quest <quest>!"
|
||||
questsUnknownAdminCommand: "Unknown command. Type /questsadmin for help."
|
||||
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||
errorReading: "Error reading <file>, skipping.."
|
||||
questSaveError: "An error occurred while saving."
|
||||
questErrorReadingFile: "Error reading <file>."
|
||||
errorReading: "Error reading <file>, skipping..."
|
||||
errorReadingSuppress: "Error reading <file>, suppressing further errors."
|
||||
errorDataFolder: "Error: Unable to read Quests data folder!"
|
||||
questsPlayerHasQuestAlready: "<player> is already on the Quest <quest>!"
|
||||
questsUnknownAdminCommand: "Unknown Questsadmin command. Type /questsadmin for help."
|
||||
errorDataFolder: "Error: Unable to read from data folder!"
|
||||
unknownError: "An unknown error occurred. See console output."
|
||||
journalTitle: "Quest Journal"
|
||||
journalTaken: "You take out your Quest Journal."
|
||||
journalPutAway: "You put away your Quest Journal."
|
||||
journalAlreadyHave: "You already have your Quest Journal out."
|
||||
journalNoRoom: "You have no room in your inventory for your Quest Journal!"
|
||||
journalTaken: "You take out your <journal>."
|
||||
journalPutAway: "You put away your <journal>."
|
||||
journalNoRoom: "You have no room in your inventory for your <journal>!"
|
||||
journalNoQuests: "You have no accepted quests!"
|
||||
journalDenied: "You cannot do that with your Quest Journal."
|
||||
journalDenied: "You cannot do that with your <journal>."
|
||||
compassSet: "Set compass target to quest <quest>."
|
||||
compassReset: "Reset compass target."
|
||||
timeZone: "Ajavöönd"
|
||||
@ -761,8 +749,6 @@ experience: "Kogemus"
|
||||
timePrompt: "Enter amount of time (in seconds), <clear>, <cancel>"
|
||||
timerMessage: "Time left to finish the quest/stage: <time> seconds"
|
||||
timerStart: "You have <time> seconds to finish this quest/stage"
|
||||
questErrorReadingFile: "Error reading Quests file."
|
||||
questSaveError: "An error occurred while saving."
|
||||
noPermission: "You do not have permission to do that."
|
||||
duplicateEditor: "You are already using an editor!"
|
||||
difference: "The difference is '<data>'."
|
||||
|
@ -156,7 +156,7 @@ stageEditorTriggeredBy: "Triggered by"
|
||||
stageEditorDeathEvent: "Kuolemistapahtuma"
|
||||
stageEditorDeathEventCleared: "Kuolemistapahtuma tyhjennetty."
|
||||
stageEditorDisconnectEvent: "Disconnect Action"
|
||||
stageEditorDisconnectEventCleared: "Disconnect Action cleared."
|
||||
stageEditorDisconnectEventCleared: "Disconnect action cleared."
|
||||
stageEditorDelayMessage: "Viiveviesti"
|
||||
stageEditorDenizenScript: "Denizen script"
|
||||
stageEditorStartMessage: "Aloitusviesti"
|
||||
@ -259,30 +259,29 @@ stageEditorDelayCleared: "Delay cleared."
|
||||
stageEditorDenizenCleared: "Denizen script cleared."
|
||||
stageEditorObjectiveCleared: "Objective cleared."
|
||||
stageEditorMessageCleared: "Message cleared."
|
||||
stageEditorConfirmStageNote: "Any Stages after will be shifted back one spot"
|
||||
stageEditorConfirmStageNote: "Any stages after will be shifted back one spot"
|
||||
stageEditorDeleteSucces: "Stage deleted successfully."
|
||||
stageEditorEnchantments: "Enchantments"
|
||||
stageEditorNPCNote: 'Note: You may specify the name of the NPC with <npc>'
|
||||
stageEditorOptional: "Optional"
|
||||
stageEditorColors: "Sheep Colors"
|
||||
eventEditorCreate: "Create new Action"
|
||||
eventEditorEdit: "Edit an Action"
|
||||
eventEditorDelete: "Delete an Action"
|
||||
eventEditorNoneToEdit: "No Actions currently exist to be edited!"
|
||||
eventEditorNoneToDelete: "No Actions currently exist to be deleted!"
|
||||
eventEditorCreate: "Create new action"
|
||||
eventEditorEdit: "Edit an action"
|
||||
eventEditorDelete: "Delete an action"
|
||||
eventEditorNoneToEdit: "No actions currently exist to be edited!"
|
||||
eventEditorNoneToDelete: "No actions currently exist to be deleted!"
|
||||
eventEditorNotFound: "Action not found!"
|
||||
eventEditorExists: "Action already exists!"
|
||||
eventEditorSomeone: "Someone is already creating or editing an Action with that name!"
|
||||
eventEditorSomeone: "Someone is already creating or editing an action with that name!"
|
||||
eventEditorAlpha: "Name must be alphanumeric!"
|
||||
eventEditorErrorReadingFile: "Error reading Actions file."
|
||||
eventEditorErrorSaving: "An error occurred while saving."
|
||||
eventEditorDeleted: "Action deleted, Quests and Actions reloaded."
|
||||
eventEditorSaved: "Action saved, Quests and Actions reloaded."
|
||||
eventEditorDeleted: "Action deleted. Quest and action data reloaded."
|
||||
eventEditorSaved: "Action saved. Quest and action data reloaded."
|
||||
eventEditorEnterEventName: "Enter Action name, <cancel>"
|
||||
eventEditorModifiedNote: 'Note: You have modified an Action that the following Quests use:'
|
||||
eventEditorForcedToQuit: "If you save the Action, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||
eventEditorEventInUse: "The following Quests use the Action"
|
||||
eventEditorMustModifyQuests: "You must modify these Quests first!"
|
||||
eventEditorModifiedNote: 'Note: You have modified an action that the following quests use:'
|
||||
eventEditorForcedToQuit: "If you save the action, anyone who is actively doing any of these quests will be forced to quit them."
|
||||
eventEditorEventInUse: "The following quests use the action"
|
||||
eventEditorMustModifyQuests: "You must modify these quests first!"
|
||||
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||
eventEditorGiveItemsTitle: "- Anna Tavara -"
|
||||
eventEditorEffectsTitle: "- Efektit -"
|
||||
@ -397,11 +396,11 @@ eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to,
|
||||
eventEditorCommandsNote: "Note: You may use <player> to refer to the player's name."
|
||||
eventEditorSetCommandsPrompt: "Enter commands, <semicolon>, <clear>, <cancel>"
|
||||
reqSetMoney: "Set money requirement"
|
||||
reqSetQuestPoints: "Set Quest Points requirement"
|
||||
reqSetQuestPoints: "Set <points> requirement"
|
||||
reqSetItem: "Set item requirements"
|
||||
reqSetPerms: "Set permission requirements"
|
||||
reqSetQuest: "Set Quest requirements"
|
||||
reqSetQuestBlocks: "Set Quest blocks"
|
||||
reqSetQuest: "Set quest requirements"
|
||||
reqSetQuestBlocks: "Set quest blocks"
|
||||
reqSetMcMMO: "Set mcMMO Classic requirements"
|
||||
reqSetHeroes: "Set Heroes requirements"
|
||||
reqSetCustom: "Set custom requirements"
|
||||
@ -409,14 +408,11 @@ reqSetSkills: "Set skills"
|
||||
reqSetSkillAmounts: "Set skill amounts"
|
||||
reqHeroesSetPrimary: "Set Primary Class"
|
||||
reqHeroesSetSecondary: "Set Secondary Class"
|
||||
reqMoneyPrompt: "Enter amount of <money>, <clear>, <cancel>"
|
||||
reqQuestPointsPrompt: "Enter amount of Quest Points, <clear>, <cancel>"
|
||||
reqQuestListTitle: "- Quests Available -"
|
||||
reqQuestPrompt: "Enter a list of Quest names, <semicolon>, <clear>, <cancel>"
|
||||
reqQuestPrompt: "Enter a list of quest names, <semicolon>, <clear>, <cancel>"
|
||||
reqRemoveItemsPrompt: "Enter a list of true/false values, <space>, <cancel>"
|
||||
reqPermissionsPrompt: "Enter permission requirements, <space>, <clear>, <cancel>"
|
||||
reqCustomPrompt: "Enter the name of a custom requirement to 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>"
|
||||
@ -426,7 +422,7 @@ reqNoItemsSet: "Tavaroita ei ole asetettu"
|
||||
reqNoValuesSet: "No values set"
|
||||
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||
reqNotAQuestName: "<quest> is not a quest name!"
|
||||
reqItemCleared: "Item requirements cleared."
|
||||
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||
reqCustomNotFound: "Custom requirement module not found."
|
||||
@ -460,7 +456,7 @@ optUsePartiesPlugin: "Use Parties plugin"
|
||||
optShareProgressLevel: "Level of progress sharing"
|
||||
optRequireSameQuest: "Require same quest"
|
||||
rewSetMoney: "Set money reward"
|
||||
rewSetQuestPoints: "Set Quest Points reward"
|
||||
rewSetQuestPoints: "Set <points> reward"
|
||||
rewSetItems: "Set item rewards"
|
||||
rewSetExperience: "Set experience reward"
|
||||
rewSetCommands: "Set command rewards"
|
||||
@ -481,7 +477,7 @@ rewExperiencePrompt: "Enter amount of experience, <clear>, <cancel>"
|
||||
rewCommandPrompt: "Enter command rewards (use '<player>' to represent the player), <semicolon>, <clear>, <cancel>"
|
||||
rewPermissionsPrompt: "Enter permission rewards, <space>, <clear>, <cancel>"
|
||||
rewPermissionsWorldPrompt: "Enter permission worlds, <semicolon>, <clear>, <cancel>"
|
||||
rewQuestPointsPrompt: "Enter amount of Quest Points, <clear>, <cancel>"
|
||||
rewQuestPointsPrompt: "Enter amount of <points>, <clear>, <cancel>"
|
||||
rewMcMMOPrompt: "Enter mcMMO Classic skills (or enter 'All' for all skills), <space>, <cancel>"
|
||||
rewHeroesClassesPrompt: "Enter Heroes classes, <space>, <cancel>"
|
||||
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed), <space>, <cancel>"
|
||||
@ -596,7 +592,7 @@ strDone: "then enter '<command>' to save"
|
||||
strSpace: "separating each by a space"
|
||||
strSemicolon: "separating each by a semicolon"
|
||||
charSemi: ";"
|
||||
acceptQuest: "Accept Quest?"
|
||||
acceptQuest: "Accept quest?"
|
||||
enterAnOption: "Enter an option"
|
||||
questAccepted: "Quest accepted: <quest>"
|
||||
currentQuest: "Current Quests:"
|
||||
@ -623,9 +619,9 @@ goTo: "Go to <location>"
|
||||
completed: "Suoritettu"
|
||||
redoCompleted: "(Suoritettu)"
|
||||
consoleError: "This command may only be performed in-game."
|
||||
noActiveQuest: "You do not currently have any active Quests."
|
||||
noActiveQuest: "You do not currently have any active quests."
|
||||
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."
|
||||
permissionDisplay: "Permission:"
|
||||
heroesClass: "class"
|
||||
@ -636,65 +632,57 @@ questNotFound: "Quest not found."
|
||||
alreadyConversing: "You already are in a conversation!"
|
||||
inputNum: "Input must be a number."
|
||||
inputPosNum: "Määrän täytyy olla positiivinen luku."
|
||||
questModified: "Your active Quest <quest> has been modified. You have been forced to quit the Quest."
|
||||
questNotExist: "Your active Quest <quest> no longer exists. You have been forced to quit the Quest."
|
||||
questModified: "Your active quest <quest> has been modified. You have been forced to quit the quest."
|
||||
questNotExist: "Your active quest <quest> no longer exists. You have been forced to quit the quest."
|
||||
questInvalidChoice: "Invalid choice. Type '<yes>' or '<no>'"
|
||||
questPointsDisplay: "Quest points:"
|
||||
questNoDrop: "You may not drop Quest items."
|
||||
questNoBrew: "You may not brew Quest items."
|
||||
questNoStore: "You may not store Quest items."
|
||||
questNoCraft: "You may not craft Quest items."
|
||||
questNoEquip: "You may not equip Quest items."
|
||||
questNoDispense: "You may not put Quest items in dispensers."
|
||||
questNoEnchant: "You may not enchant Quest items."
|
||||
questNoSmelt: "You may not smelt using Quest items."
|
||||
pageSelectionNum: "Page selection must be a number."
|
||||
pageSelectionPosNum: "Sivun täytyy olla positiivinen luku."
|
||||
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||
questTakeDisabled: "Taking quests via commands has been disabled."
|
||||
questQuit: "You have quit <quest>"
|
||||
questQuitDisabled: "Quitting this quest has been disabled."
|
||||
questsUnknownCommand: "Unknown Quests command. Type /quests for help."
|
||||
questsUnknownCommand: "Unknown command. Type /quests for help."
|
||||
pageNotExist: "Page does not exist."
|
||||
pageFooter: "- Page <current> of <all> -"
|
||||
questsReloaded: "Quests reloaded."
|
||||
numQuestsLoaded: "<number> Quests loaded."
|
||||
questForceTake: "<player> has forcibly started the Quest <quest>."
|
||||
questForcedTake: "<player> has forced you to take the Quest <quest>."
|
||||
questForceQuit: "<player> has forcibly quit the Quest <quest>."
|
||||
questForcedQuit: "<player> has forced you to quit the Quest <quest>."
|
||||
questForceFinish: "<player> has forcibly finished their Quest <quest>."
|
||||
questForcedFinish: "<player> has forced you to finish your Quest <quest>."
|
||||
questForceNextStage: "<player> has advanced to the next Stage in the Quest <quest>."
|
||||
questForcedNextStage: "<player> has advanced you to the next Stage in your Quest <quest>."
|
||||
questsReloaded: "Quest data reloaded."
|
||||
numQuestsLoaded: "<number> quests loaded."
|
||||
questForceTake: "<player> has forcibly started the quest <quest>."
|
||||
questForcedTake: "<player> has forced you to take the quest <quest>."
|
||||
questForceQuit: "<player> has forcibly quit the quest <quest>."
|
||||
questForcedQuit: "<player> has forced you to quit the quest <quest>."
|
||||
questForceFinish: "<player> has forcibly finished their quest <quest>."
|
||||
questForcedFinish: "<player> has forced you to finish your quest <quest>."
|
||||
questForceNextStage: "<player> has advanced to the next stage in the quest <quest>."
|
||||
questForcedNextStage: "<player> has advanced you to the next stage in your quest <quest>."
|
||||
questReset: "<player> has been reset."
|
||||
questRemoved: "Tehtävä <quest> on poistettu pelaajan <player> suoritetuista tehtävistä."
|
||||
settingAllQuestPoints: "Setting all players' Quest Points..."
|
||||
allQuestPointsSet: "All players' Quest Points have been set to <number>!"
|
||||
setQuestPoints: "<player>'s Quest Points have been set to <number>."
|
||||
questPointsSet: "<player> has set your Quest Points to <number>."
|
||||
takeQuestPoints: "Took away <number> Quest Points from <player>."
|
||||
questPointsTaken: "<player> took away <number> Quest Points."
|
||||
giveQuestPoints: "Gave <number> Quest Points from <player>."
|
||||
questPointsGiven: "<player> gave you <number> Quest Points."
|
||||
settingAllQuestPoints: "Setting all players' <points>..."
|
||||
allQuestPointsSet: "All players' <points> have been set to <number>!"
|
||||
setQuestPoints: "<player>'s <points> have been set to <number>."
|
||||
questPointsSet: "<player> has set your <points> to <number>."
|
||||
takeQuestPoints: "Took away <number> <points> from <player>."
|
||||
questPointsTaken: "<player> took away <number> <points>."
|
||||
giveQuestPoints: "Gave <number> <points> from <player>."
|
||||
questPointsGiven: "<player> gave you <number> <points>."
|
||||
invalidMinimum: "Input must be at least <number>!"
|
||||
invalidRange: "Input must be between <least> and <greatest>!"
|
||||
invalidOption: "Invalid option!"
|
||||
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||
noCurrentQuest: "<player> does not currently have any active quests."
|
||||
playerNotFound: "Player not found."
|
||||
questsPlayerHasQuestAlready: "<player> is already on the quest <quest>!"
|
||||
questsUnknownAdminCommand: "Unknown command. Type /questsadmin for help."
|
||||
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||
errorReading: "Error reading <file>, skipping.."
|
||||
questSaveError: "An error occurred while saving."
|
||||
questErrorReadingFile: "Error reading <file>."
|
||||
errorReading: "Error reading <file>, skipping..."
|
||||
errorReadingSuppress: "Error reading <file>, suppressing further errors."
|
||||
errorDataFolder: "Error: Unable to read Quests data folder!"
|
||||
questsPlayerHasQuestAlready: "<player> is already on the Quest <quest>!"
|
||||
questsUnknownAdminCommand: "Unknown Questsadmin command. Type /questsadmin for help."
|
||||
errorDataFolder: "Error: Unable to read from data folder!"
|
||||
unknownError: "An unknown error occurred. See console output."
|
||||
journalTitle: "Quest Journal"
|
||||
journalTaken: "You take out your Quest Journal."
|
||||
journalPutAway: "You put away your Quest Journal."
|
||||
journalAlreadyHave: "You already have your Quest Journal out."
|
||||
journalNoRoom: "You have no room in your inventory for your Quest Journal!"
|
||||
journalTaken: "You take out your <journal>."
|
||||
journalPutAway: "You put away your <journal>."
|
||||
journalNoRoom: "You have no room in your inventory for your <journal>!"
|
||||
journalNoQuests: "You have no accepted quests!"
|
||||
journalDenied: "You cannot do that with your Quest Journal."
|
||||
journalDenied: "You cannot do that with your <journal>."
|
||||
compassSet: "Set compass target to quest <quest>."
|
||||
compassReset: "Reset compass target."
|
||||
timeZone: "Time zone"
|
||||
@ -761,8 +749,6 @@ experience: "Experience"
|
||||
timePrompt: "Enter amount of time (in seconds), <clear>, <cancel>"
|
||||
timerMessage: "Time left to finish the quest/stage: <time> seconds"
|
||||
timerStart: "You have <time> seconds to finish this quest/stage"
|
||||
questErrorReadingFile: "Error reading Quests file."
|
||||
questSaveError: "An error occurred while saving."
|
||||
noPermission: "You do not have permission to do that."
|
||||
duplicateEditor: "You are already using an editor!"
|
||||
difference: "The difference is '<data>'."
|
||||
|
@ -274,7 +274,6 @@ eventEditorNotFound: "Walang matagpuan na kaganapan!"
|
||||
eventEditorExists: "Kasalukuyang umiiral ang kaganapan!"
|
||||
eventEditorSomeone: "Meron nang gumawa o nag edit ng kaganapan sa pangalang iyon!"
|
||||
eventEditorAlpha: "Ang pangalan ay dapat maging alphanumeric!"
|
||||
eventEditorErrorReadingFile: "May error sa pagbabasa ng file ng Kaganapan."
|
||||
eventEditorErrorSaving: "Merong error na naganap habang ikaw ay nag save."
|
||||
eventEditorDeleted: "Ang Kaganapan ay burado, Pakikipagsapalaran at Kaganapan ay ni reload."
|
||||
eventEditorSaved: "Ang Kaganapan ay na save, Pakikipagsapalaran at Kaganapan ay ni reload."
|
||||
@ -409,14 +408,11 @@ reqSetSkills: "Itakda ang kakayanan"
|
||||
reqSetSkillAmounts: "Itakda ang halaga ng kakayanan"
|
||||
reqHeroesSetPrimary: "Itakda ang Pangunahing Klase"
|
||||
reqHeroesSetSecondary: "Itakda ang Ikalawang Klase"
|
||||
reqMoneyPrompt: "Ilagay ang halaga ng <money>, <clear>, <cancel>"
|
||||
reqQuestPointsPrompt: "Ilagay ang halaga ng puntos ng pagsusulit, <clear>, <cancel>"
|
||||
reqQuestListTitle: "- Pagsusulit Magagamit -"
|
||||
reqQuestPrompt: "Ilagay ang listahan ng mga pangalan ng pagsusulit, <semicolon>, <clear>, <cancel>"
|
||||
reqRemoveItemsPrompt: "Ilagay ang mga halaga ng listahan ng katotoohanan/di katotoohanan, <space>, <cancel>"
|
||||
reqPermissionsPrompt: "Ilagay ang kinakailangang permiso, <space>, <clear>, <cancel>"
|
||||
reqCustomPrompt: "Ilagay ang mga pangalan ng kinakailangang kasuotan para idagdag, <clear>, <cancel>"
|
||||
reqMcMMOPrompt: "Ilagay ang mcMMO, <space>, <clear>, <cancel>"
|
||||
reqMcMMOAmountsPrompt: "Ilagay ang halaga ng kakayanan ng mcMMO, <space>, <clear>, <cancel>"
|
||||
reqHeroesPrimaryPrompt: "Ilagay ang pangalan ng Pangunahing Klase ng mga Heroes, <clear>, <cancel>"
|
||||
reqHeroesSecondaryPrompt: "Ilagay ang pangalan ng Ikalawang Klase ng mga Heroes, <clear>, <cancel>"
|
||||
@ -639,15 +635,6 @@ inputPosNum: "Ang input ay kailangang positibong numero."
|
||||
questModified: "Ang iyong pagsusulit <quest> ay na bago na. Ikaw ay kailangang umalis sa pagsusulit."
|
||||
questNotExist: "Ang iyong aktibong pagsusulit <quest> ay hindi na umiiral. Kinakailangan mong sapilitang umalis sa pag susulit."
|
||||
questInvalidChoice: "Di-wastong pagpipilian. I-type ang '<yes>' o '<no>'"
|
||||
questPointsDisplay: "Puntos ng pagsusulit:"
|
||||
questNoDrop: "Hindi mo maaaring ilaglag ang gamit sa pagsusulit."
|
||||
questNoBrew: "Di mo maaaring iluto ang gamit mo sa pagsusulit."
|
||||
questNoStore: "Di mo maaaring ibenta ang gamit sa paghahanap."
|
||||
questNoCraft: "Di mo maaaring i-bapor ang gamit mo sa paghahanap."
|
||||
questNoEquip: "Di mo maaaring gamitin ang gamit mo sa paghahanap."
|
||||
questNoDispense: "Di mo maaaring ilagay ang gamit mo sa paghahanap sa loob ng dispensers."
|
||||
questNoEnchant: "Di mo maaaring maakit ang gamit mo sa paghahanap."
|
||||
questNoSmelt: "Di mo maaaring i-smelt gamit ang iyong gamit sa paghahanap."
|
||||
pageSelectionNum: "Ang napiling pahina ay kinakailangang maging numero."
|
||||
pageSelectionPosNum: "Ang napiling pahina ay kinakailangang maging positibong numero."
|
||||
questTakeDisabled: "Ang pagkuwa ng pagsusulit gamit ang utos ay di pwedeng paganahin."
|
||||
@ -681,17 +668,18 @@ invalidRange: "Ang input ay dapat nasa pagitan ng <least> at <greatest>!"
|
||||
invalidOption: "Di wastong pagpipilian!"
|
||||
noCurrentQuest: "<player> ay walang kasalukuyang aktibong pagsusulit."
|
||||
playerNotFound: "Hindi makita ang manlalaro."
|
||||
questsPlayerHasQuestAlready: "<player> ay kasalukuyang nasa pagsusulit <quest>!"
|
||||
questsUnknownAdminCommand: "Di matukoy na questsadmin na utos. Uri/questsadmin para sa tulong."
|
||||
errorNPCID: 'Error: Ito ay walang NPC kasama ang ID <number>'
|
||||
questSaveError: "Mayroong error ang lumabas habang ikaw ay nagsisave."
|
||||
questErrorReadingFile: "Di mabasang file ng pagsusulit."
|
||||
errorReading: "Maling pagbabasa ng <file>, laktawan.."
|
||||
errorReadingSuppress: "Maling pagbabasa <file>, higit pang hadlang na error."
|
||||
errorDataFolder: "Error: Di pwedeng basahin ang data folder ng pagsusulit!"
|
||||
questsPlayerHasQuestAlready: "<player> ay kasalukuyang nasa pagsusulit <quest>!"
|
||||
questsUnknownAdminCommand: "Di matukoy na questsadmin na utos. Uri/questsadmin para sa tulong."
|
||||
unknownError: "Ang hindi matukoy na naganap na error. tignan ang console output."
|
||||
journalTitle: "Talaarawan ng pagsusulit"
|
||||
journalTaken: "Kunin mo ang iyong Talaarawan sa Pagsusulit."
|
||||
journalPutAway: "Ilayo mo ang iyong Talaarawan sa Pagsusulit."
|
||||
journalAlreadyHave: "Ang iyong Talaarawan sa Pagsusulit ay na alis na."
|
||||
journalNoRoom: "Ikaw ay wala ng kwarto sa iyong inbentaryo para sa iyong talaarawan sa pagsusulit!"
|
||||
journalNoQuests: "Ikaw ay walang tinanggap na pagsusulit!"
|
||||
journalDenied: "Hindi mo magagawa iyan kahit meron kang Talaarawan sa Pagsusulit."
|
||||
@ -761,8 +749,6 @@ experience: "Karanasan"
|
||||
timePrompt: "Ipasok ang dami ng oras (sa mga segundo), <clear>, <cancel>"
|
||||
timerMessage: "Natitirang oras para tapos ang pagsusulit/yugto: <time> mga segundo"
|
||||
timerStart: "Mayroon ka <time> segundo para taposin ang pagsusulit/yugtong ito"
|
||||
questErrorReadingFile: "Di mabasang file ng pagsusulit."
|
||||
questSaveError: "Mayroong error ang lumabas habang ikaw ay nagsisave."
|
||||
noPermission: "Wala kang pahintulot na gawin iyon."
|
||||
duplicateEditor: "Gumagamit ka na ng editor!"
|
||||
difference: "Ang pagkakaiba ay '<data> '."
|
||||
|
@ -19,15 +19,15 @@ COMMAND_TOP_HELP: "<command> [nombre] - Voir les plus grands accomplisseur de Qu
|
||||
COMMAND_TOP_USAGE: "Utilisation: /quests tête [nombre]"
|
||||
COMMAND_INFO: "info"
|
||||
COMMAND_INFO_HELP: "<command> - Affiche des informations sur le plugin"
|
||||
COMMAND_QUEST_HELP: "- Affiche les objectifs de la Quête en cours"
|
||||
COMMAND_QUEST_HELP: "- Affiche les objectifs de la quête en cours"
|
||||
COMMAND_QUESTINFO_HELP: "[quête] - Affiche les informations sur la Quête"
|
||||
COMMAND_QUESTADMIN_HELP: "- Voir l'aide de Questadmin"
|
||||
COMMAND_QUESTADMIN_STATS: "stats"
|
||||
COMMAND_QUESTADMIN_STATS_HELP: "<command> [joueur] - Afficher les statistiques d'un joueur"
|
||||
COMMAND_QUESTADMIN_GIVE: "give"
|
||||
COMMAND_QUESTADMIN_GIVE_HELP: "<command> [joueur] [quest] - Forcer un joueur de prendre une quête"
|
||||
COMMAND_QUESTADMIN_GIVE_HELP: "<command> [joueur] [quête] - Forcer un joueur de prendre une quête"
|
||||
COMMAND_QUESTADMIN_QUIT: "quit"
|
||||
COMMAND_QUESTADMIN_QUIT_HELP: "<command> [joueur] [quest] - Forcer un joueur à quittez une quête"
|
||||
COMMAND_QUESTADMIN_QUIT_HELP: "<command> [joueur] [quête] - Forcer un joueur à quittez une quête"
|
||||
COMMAND_QUESTADMIN_POINTS: "points"
|
||||
COMMAND_QUESTADMIN_POINTS_HELP: "<command> [joueur] [montant] - Définir le nombre de points de Quête d'un joueur"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
||||
@ -37,18 +37,18 @@ COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "<command> [joueur] [montant] - Donner à un
|
||||
COMMAND_QUESTADMIN_POINTSALL: "pointsall"
|
||||
COMMAND_QUESTADMIN_POINTSALL_HELP: "<command> [montant] - Définir le nombre de point de Quête à tous les joueurs"
|
||||
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||
COMMAND_QUESTADMIN_FINISH_HELP: "<command> [joueur] [quest] - Forcer l'accomplissement de la Quête pour un joueur"
|
||||
COMMAND_QUESTADMIN_FINISH_HELP: "<command> [joueur] [quête] - Forcer l'accomplissement de la quête pour un joueur"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE: "nextStage"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "<command> [joueur] [quest]- Force l'accomplissement de l'étape pour un joueur"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "<command> [joueur] [quête]- Force l'accomplissement de l'étape pour un joueur"
|
||||
COMMAND_QUESTADMIN_SETSTAGE: "setstage"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_HELP: "<command> [joueur] [quest] [stade] - Définir le stade actuel d'un joueur"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Utilisation: /questadmin setstage [joueur] [quest] [stade]'
|
||||
COMMAND_QUESTADMIN_SETSTAGE_HELP: "<command> [joueur] [quête] [étape] - Définir l'étape actuel pour un joueur"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Utilisation: /questadmin setstage [joueur] [quête] [étape]'
|
||||
COMMAND_QUESTADMIN_RESET: "reset"
|
||||
COMMAND_QUESTADMIN_RESET_HELP: "<command> [player] - Effacer toutes les données de quête d'un joueur"
|
||||
COMMAND_QUESTADMIN_RESET_HELP: "<command> [joueur] - Effacer toutes les données de quête d'un joueur"
|
||||
COMMAND_QUESTADMIN_REMOVE: "remove"
|
||||
COMMAND_QUESTADMIN_REMOVE_HELP: "<command> [joueur] [quest] - Supprimer une quête terminée par un joueur"
|
||||
COMMAND_QUESTADMIN_REMOVE_HELP: "<command> [joueur] [quête] - Supprimer une quête terminée par un joueur"
|
||||
COMMAND_QUESTADMIN_RELOAD: "reload"
|
||||
COMMAND_QUESTADMIN_RELOAD_HELP: "<command> - Recharger toutes les quêtes"
|
||||
COMMAND_QUESTADMIN_RELOAD_HELP: "<command> - Recharger le plugin en toute sécurité"
|
||||
questEditorCreate: "Créer une nouvelle quête"
|
||||
questEditorEdit: "Modifier une quête"
|
||||
questEditorDelete: "Supprimer une quête"
|
||||
@ -58,7 +58,7 @@ questEditorFinishMessage: "Définir le message de fin"
|
||||
questEditorNPCStart: "Définir le NPC de départ"
|
||||
questEditorBlockStart: "Définir le bloc de départ"
|
||||
questEditorInitialEvent: "Définir l'événement initial"
|
||||
questEditorSetGUI: "Choisir le bloc de l'\"interface"
|
||||
questEditorSetGUI: "Choisir l'item de l'interface"
|
||||
questEditorReqs: "Éditer les prérequis"
|
||||
questEditorPln: "Modifier le Planificateur"
|
||||
questEditorStages: "Modifier les étapes"
|
||||
@ -77,7 +77,7 @@ questDungeonsInvite: "<player> peut maintenant effectuer des quêtes avec vous
|
||||
questDungeonsJoin: "Vous pouvez maintenant effectuer des quêtes avec <player>."
|
||||
questDungeonsKicked: "<player> ne peut plus effectuer les quêtes avec vous."
|
||||
questDungeonsLeave: "Vous pouvez maintenant effectuer des quêtes avec <player>."
|
||||
questPartiesCreate: "Les joueurs ajoutés à cette partie peuvent effectuer des quêtes ensemble !"
|
||||
questPartiesCreate: "Les joueurs ajoutés à ce groupe peuvent effectuer des quêtes ensemble !"
|
||||
questPartiesDelete: "Le groupe a été dissous."
|
||||
questPartiesInvite: "<player> peut maintenant effectuer des quêtes avec vous !"
|
||||
questPartiesJoin: "Vous pouvez maintenant effectuer des quêtes avec <player>."
|
||||
@ -88,12 +88,12 @@ questWGPrompt: "Entrer le nom de la région WorldGuard, <clear>, <cancel>"
|
||||
questWGInvalidRegion: "<region> n’est pas une région WorldGuard valide !"
|
||||
questWGRegionCleared: "Région de quête effacée."
|
||||
questGUIError: "Erreur : cet objet est déjà utilisé comme affichage du menu pour la quête <quest>."
|
||||
questCurrentItem: "Objet actuel :"
|
||||
questCurrentItem: "Item actuel :"
|
||||
questGUICleared: "L'item de l'interface de quête est effacée."
|
||||
questDeleted: "Quête supprimée ! Les quêtes et les événements ont été rechargés."
|
||||
questEditorNameExists: "Une quête ayant le même nom existe déjà !"
|
||||
questEditorBeingEdited: "Quelqu'un crée ou édite une quête potant ce nom !"
|
||||
questEditorInvalidQuestName: "Nom ne peut contenir que des périodes ou des virgules !"
|
||||
questEditorInvalidQuestName: "Nom ne peut contenir de points ou de virgules !"
|
||||
questEditorInvalidEventName: "n’est pas un nom d’événement valide !"
|
||||
questEditorInvalidNPC: "Aucun NPC n’existe avec cet id !"
|
||||
questEditorNoStartBlockSelected: "Vous devez d'abord sélectionner un bloc."
|
||||
@ -107,7 +107,7 @@ questEditorSave: "Terminer et sauvegarder"
|
||||
questEditorNeedAskMessage: "Vous devez définir un message de demande !"
|
||||
questEditorNeedFinishMessage: "Vous devez définir un message de fin !"
|
||||
questEditorNeedStages: "Votre quête n'a pas d'étape !"
|
||||
questEditorSaved: "Quête sauvegardée ! (Vous aurez besoin effectuer un rechargement de Quest pour qu'il apparaisse)"
|
||||
questEditorSaved: "%bold%Quête sauvegardée ! %reset%(Vous devrez exécuter %red%<command> %reset% pour qu'il apparaisse dans le jeu)"
|
||||
stageEditorEditStage: "Modifier l’étape"
|
||||
stageEditorNewStage: "Ajouter une nouvelle étape"
|
||||
stageEditorStages: "Etapes"
|
||||
@ -274,7 +274,6 @@ eventEditorNotFound: "Événement introuvable!"
|
||||
eventEditorExists: "Événement existe déjà!"
|
||||
eventEditorSomeone: "Quelqu'un crée ou édite une Événement portant ce nom !"
|
||||
eventEditorAlpha: "Le nom doit être alphanumérique!"
|
||||
eventEditorErrorReadingFile: "Il y avait une erreur depuis lire le fichier des Événements."
|
||||
eventEditorErrorSaving: "Une erreur s’est produite lors de la sauvegarde."
|
||||
eventEditorDeleted: "Événement supprimée ! Les Quêtes et les Événements ont été rechargés."
|
||||
eventEditorSaved: "Événement sauvegardés, les Quêtes et les Événements ont été rechargés."
|
||||
@ -400,7 +399,7 @@ reqSetMoney: "Définir les exigence de jeu d’argent"
|
||||
reqSetQuestPoints: "Définir les exigence de la quête de consigne"
|
||||
reqSetItem: "Définir les exigences d'item"
|
||||
reqSetPerms: "Définir les exigences de permission"
|
||||
reqSetQuest: "Définir les exigences de Quest"
|
||||
reqSetQuest: "Définir les exigences de quête"
|
||||
reqSetQuestBlocks: "Définir les blocs de quete"
|
||||
reqSetMcMMO: "Définir les exigences de mcMMO"
|
||||
reqSetHeroes: "Définir les exigences de Heroes"
|
||||
@ -409,14 +408,11 @@ reqSetSkills: "Définir les compétences"
|
||||
reqSetSkillAmounts: "Définir les montants de compétences"
|
||||
reqHeroesSetPrimary: "Établir Classe Primaire"
|
||||
reqHeroesSetSecondary: "Établir Classe Secondaire"
|
||||
reqMoneyPrompt: "Entrez la quantité de <money>, <clear>, <cancel>"
|
||||
reqQuestPointsPrompt: "Entrez le montant de Points de quête, <clear>, <cancel>"
|
||||
reqQuestListTitle: "- Quêtes Disponibles -"
|
||||
reqQuestPrompt: "Entrez une liste de noms de quête, <semicolon>, <clear>, <cancel>"
|
||||
reqRemoveItemsPrompt: "Entrez une liste de valeurs true/false, <space>, <cancel>"
|
||||
reqPermissionsPrompt: "Entrez les autorisations requises, <space>, <clear>, <cancel>"
|
||||
reqCustomPrompt: "Entrez le nom d'un objectif customisé pour l'ajouter, <clear>, <cancel>"
|
||||
reqMcMMOPrompt: "Entrez les compétences mcMMO, <space>, <clear>, <cancel>"
|
||||
reqMcMMOAmountsPrompt: "Entrez les montants de compétences mcMMO, <space>, <clear>, <cancel>"
|
||||
reqHeroesPrimaryPrompt: "Entrez un nom de classe primaire Heroes, <clear>, <cancel>"
|
||||
reqHeroesSecondaryPrompt: "Entrez un nom de classe secondaire de héros, les <clear>, les <cancel>"
|
||||
@ -536,7 +532,7 @@ dateCreateNoYearAmount: "Vous devez indiquer l'année avant!"
|
||||
overrideCreateSet: "Définir le remplacement de la liste des détails"
|
||||
overrideCreateEnter: "Saisissez le texte de remplacement, <clear>, <cancel>"
|
||||
questObjectivesTitle: "---(<quest>)---"
|
||||
questCompleteTitle: '**QUETES COMPLETE: <quest>**'
|
||||
questCompleteTitle: '**QUÊTE TERMINÉE : <quest>**'
|
||||
questRewardsTitle: "Récompenses :"
|
||||
questFailed: "*QUÊTE ÉCHOUÉE*"
|
||||
questMaxAllowed: "Vous pouvez avoir jusqu'à <number> Quêtes."
|
||||
@ -639,21 +635,12 @@ inputPosNum: "Veuillez entrer un nombre positif."
|
||||
questModified: "Votre quête <quest> a été modifiée. Vous avez été contrait d'abandonner la quête."
|
||||
questNotExist: "Votre quête <quest> a été supprimée. Vous avez été contrait d'abandonner la quête."
|
||||
questInvalidChoice: "Choix invalide. Tapez '<yes>' ou '<no>'"
|
||||
questPointsDisplay: "Points de quête :"
|
||||
questNoDrop: "Vous ne pouvez pas jeter un objet de quête."
|
||||
questNoBrew: "Vous ne pouvez pas brasser les objets de quête."
|
||||
questNoStore: "Vous ne pouvez pas stocker un objet de quête."
|
||||
questNoCraft: "Vous ne pouvez pas fabriquer un objet de quête."
|
||||
questNoEquip: "Vous ne pouvez pas équiper un objet de quête."
|
||||
questNoDispense: "Vous ne pouvez pas mettre un objet de quête dans un distributeur."
|
||||
questNoEnchant: "Vous ne pouvez pas enchanter un objet de quête."
|
||||
questNoSmelt: "Vous ne pouvez pas faire fondre un objet de quête."
|
||||
pageSelectionNum: "La selection de page doit être un nombre."
|
||||
pageSelectionPosNum: "La selection de page doit être un nombre positif."
|
||||
questTakeDisabled: "Prendre des quête à l'aide de commande a été désactivé."
|
||||
questQuit: "Vous avez quitté <quest>"
|
||||
questQuitDisabled: "Quitter les quête a été désactivé."
|
||||
questsUnknownCommand: "Commande inconnue de quêtes. Tapez /quests à l’aide."
|
||||
questsUnknownCommand: "Commande inconnue de Quests. Tapez /quests à l’aide."
|
||||
pageNotExist: "Cette page n'existe pas."
|
||||
pageFooter: "- Page <current> / <all> -"
|
||||
questsReloaded: "Quêtes rechargées."
|
||||
@ -681,17 +668,18 @@ invalidRange: "L'entrée doit être entre <least> et <greatest>!"
|
||||
invalidOption: "Option invalide!"
|
||||
noCurrentQuest: "<player> n'a aucune quête active actuellement."
|
||||
playerNotFound: "Joueur introuvable."
|
||||
questsPlayerHasQuestAlready: "<player> à déjà la quête <quest>!"
|
||||
questsUnknownAdminCommand: "Votre commande de quête administrateur n'est pas valide. Écrivez /questadmin pour recevoir de l'aide."
|
||||
errorNPCID: 'Erreur: Il n''y a pas de NPC avec l''ID <number>'
|
||||
questSaveError: "Une erreur s’est produite lors de la sauvegarde."
|
||||
questErrorReadingFile: "Erreur lors de la lecture du fichier de quêtes."
|
||||
errorReading: "Erreur lors de la lecture de <file>, ignore le fichier.."
|
||||
errorReadingSuppress: "Erreur lors de la lecture de <file>, supprimer les autres erreurs."
|
||||
errorDataFolder: "Erreur: Impossible de lire le dossier de données Quêtes!"
|
||||
questsPlayerHasQuestAlready: "<player> à déjà la quête <quest>!"
|
||||
questsUnknownAdminCommand: "Votre commande de quête administrateur n'est pas valide. Écrivez /questadmin pour recevoir de l'aide."
|
||||
unknownError: "Une erreur c'est produite. Veuillez vérifier la sortie vidéo de la console."
|
||||
journalTitle: "Journal de quêtes"
|
||||
journalTaken: "Vous sortez votre journal de quêtes."
|
||||
journalPutAway: "Vous rangez votre journal de quête."
|
||||
journalAlreadyHave: "Vous avez déjà sorti votre Journal de quête."
|
||||
journalNoRoom: "Vous n'avez plus de place dans votre inventaire pour votre journal de quête !"
|
||||
journalNoQuests: "Vous n'avez acceptée aucune quêtes !"
|
||||
journalDenied: "Vous ne pouvez pas faire cela avec votre journal de quête."
|
||||
@ -700,10 +688,10 @@ compassReset: "Réinitialiser la cible de la boussole."
|
||||
timeZone: "Fuseau horaire"
|
||||
timeDay: "Jour"
|
||||
timeDays: "Jours"
|
||||
timeMonth: "Un mois"
|
||||
timeMonths: "Des mois"
|
||||
timeYear: "Une année"
|
||||
timeYears: "Des années"
|
||||
timeMonth: "Mois"
|
||||
timeMonths: "Mois"
|
||||
timeYear: "Année"
|
||||
timeYears: "Années"
|
||||
timeHour: "Heure"
|
||||
timeHours: "Heures"
|
||||
timeMinute: "Minute"
|
||||
@ -729,9 +717,9 @@ cleared: "Effacé"
|
||||
edit: "Éditer"
|
||||
none: "Aucun"
|
||||
done: "Fini"
|
||||
noneSet: "Rien n'a été défini"
|
||||
noneSet: "Non défini"
|
||||
noDelaySet: "Aucun délai défini"
|
||||
noIdsSet: "Aucune ID définie"
|
||||
noIdsSet: "Aucun ID définie"
|
||||
noNamesSet: "Aucun nom n'a été défini"
|
||||
worlds: "Mondes"
|
||||
points: "points"
|
||||
@ -753,18 +741,16 @@ usage: "Utilisation"
|
||||
redoableEvery: "Recommençable tout les <time>."
|
||||
requirements: "Prérequis"
|
||||
money: "Argent"
|
||||
with: "Avec"
|
||||
with: "avec"
|
||||
to: "à"
|
||||
blocksWithin: "dans <amount> blocs de"
|
||||
valRequired: "Valeur requise"
|
||||
experience: "Expérience"
|
||||
timePrompt: "Entrez la durée (en secondes), <clear>, <cancel>"
|
||||
timerMessage: "Temps restant pour terminer la quête / l'étape: <time> seconds"
|
||||
timerMessage: "Temps restant pour terminer la quête / l'étape: <time> secondes"
|
||||
timerStart: "Vous avez <time> secondes pour terminer cette quête/étape"
|
||||
questErrorReadingFile: "Erreur lors de la lecture du fichier de quêtes."
|
||||
questSaveError: "Une erreur s’est produite lors de la sauvegarde."
|
||||
noPermission: "Vous n'avez pas les droits nécessaires pour effectuer cette action."
|
||||
duplicateEditor: "Käytät jo editoria!"
|
||||
duplicateEditor: "Vous utiliser déjà l'éditeur !"
|
||||
difference: "La différence est '<data> '."
|
||||
notInstalled: "Pas installé"
|
||||
confirmDelete: "Êtes-vous sur ?"
|
||||
|
@ -7,11 +7,11 @@ 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 your <journal>"
|
||||
COMMAND_EDITOR: "editor"
|
||||
COMMAND_EDITOR_HELP: "<command> - Create/Edit Quests"
|
||||
COMMAND_EDITOR_HELP: "<command> - Create, edit or delete quests"
|
||||
COMMAND_EVENTS_EDITOR: "actions"
|
||||
COMMAND_EVENTS_EDITOR_HELP: "<command> - Create/Edit Actions"
|
||||
COMMAND_EVENTS_EDITOR_HELP: "<command> - Create, edit or delete actions"
|
||||
COMMAND_STATS: "stats"
|
||||
COMMAND_STATS_HELP: "<command> - View quest statistics"
|
||||
COMMAND_TOP: "top"
|
||||
@ -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 a quest"
|
||||
COMMAND_QUESTADMIN_POINTS: "points"
|
||||
COMMAND_QUESTADMIN_POINTS_HELP: "<command> [player] [amount] - Set a player's 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 away a player's 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] - Add to a player's Quest Points"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "<command> [player] [amount] - Add to a player's <points>"
|
||||
COMMAND_QUESTADMIN_POINTSALL: "pointsall"
|
||||
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] - Force a player to complete a quest"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE: "nextstage"
|
||||
@ -44,32 +44,32 @@ COMMAND_QUESTADMIN_SETSTAGE: "setstage"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_HELP: "<command> [player] [quest] [stage] - Set the current stage for a player"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Usage: /questadmin setstage [player] [quest] [stage]'
|
||||
COMMAND_QUESTADMIN_RESET: "reset"
|
||||
COMMAND_QUESTADMIN_RESET_HELP: "<command> [player] - Clear all Quests data of a player"
|
||||
COMMAND_QUESTADMIN_RESET_HELP: "<command> [player] - Clear all questing data of a player"
|
||||
COMMAND_QUESTADMIN_REMOVE: "remove"
|
||||
COMMAND_QUESTADMIN_REMOVE_HELP: "<command> [player] [quest] - Remove a completed quest from a player"
|
||||
COMMAND_QUESTADMIN_RELOAD: "reload"
|
||||
COMMAND_QUESTADMIN_RELOAD_HELP: "<command> - Safely reload the plugin"
|
||||
questEditorCreate: "Create new Quest"
|
||||
questEditorEdit: "Edit a Quest"
|
||||
questEditorDelete: "Delete a Quest"
|
||||
questEditorCreate: "Create new quest"
|
||||
questEditorEdit: "Edit a quest"
|
||||
questEditorDelete: "Delete a quest"
|
||||
questEditorName: "Set name"
|
||||
questEditorAskMessage: "Set ask message"
|
||||
questEditorFinishMessage: "Set finish message"
|
||||
questEditorNPCStart: "Set NPC start"
|
||||
questEditorBlockStart: "Set Block start"
|
||||
questEditorInitialEvent: "Set initial Action"
|
||||
questEditorBlockStart: "Set block start"
|
||||
questEditorInitialEvent: "Set initial action"
|
||||
questEditorSetGUI: "Set GUI Item display"
|
||||
questEditorReqs: "Edit Requirements"
|
||||
questEditorPln: "Edit Planner"
|
||||
questEditorStages: "Edit Stages"
|
||||
questEditorRews: "Edit Rewards"
|
||||
questEditorOpts: "Edit Options"
|
||||
questEditorEnterQuestName: "Enter Quest name, <cancel>"
|
||||
questEditorEnterQuestName: "Enter quest name, <cancel>"
|
||||
questEditorEnterAskMessage: "Enter ask message, <cancel>"
|
||||
questEditorEnterFinishMessage: "Enter finish message, <cancel>"
|
||||
questEditorEnterNPCStart: "Enter NPC ID, <clear>, <cancel>"
|
||||
questEditorEnterBlockStart: "Right-click on a block to use as a start point, <done>, <clear>, <cancel>"
|
||||
questEditorEnterInitialEvent: "Enter an Action name, <clear>, <cancel>"
|
||||
questEditorEnterInitialEvent: "Enter an action name, <clear>, <cancel>"
|
||||
questRequiredNoneSet: "Required, none set"
|
||||
questDungeonsCreate: "Players added to this group may perform quests together!"
|
||||
questDungeonsDisband: "The quest group was disbanded."
|
||||
@ -87,29 +87,29 @@ questWGSetRegion: "Set Region start"
|
||||
questWGPrompt: "Enter WorldGuard region, <clear>, <cancel>"
|
||||
questWGInvalidRegion: "<region> is not a valid WorldGuard region!"
|
||||
questWGRegionCleared: "Quest region cleared."
|
||||
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:"
|
||||
questGUICleared: "Quest GUI Item Display cleared."
|
||||
questDeleted: "Quest deleted! Quests and Actions have been reloaded."
|
||||
questEditorNameExists: "A Quest with that name already exists!"
|
||||
questEditorBeingEdited: "Someone is creating/editing a Quest with that name!"
|
||||
questDeleted: "Quest deleted! Quest and action data has been reloaded."
|
||||
questEditorNameExists: "A quest with that name already exists!"
|
||||
questEditorBeingEdited: "Someone is creating/editing a quest with that name!"
|
||||
questEditorInvalidQuestName: "Name may not contain periods or commas!"
|
||||
questEditorInvalidEventName: "is not a valid action name!"
|
||||
questEditorInvalidNPC: "No NPC exists with that ID!"
|
||||
questEditorNoStartBlockSelected: "You must select a block first."
|
||||
questEditorPositiveAmount: "Amount must be a positive number."
|
||||
questEditorQuestAsRequirement1: "The following Quests have"
|
||||
questEditorQuestAsRequirement1: "The following quests have"
|
||||
questEditorQuestAsRequirement2: "as a requirement:"
|
||||
questEditorQuestAsRequirement3: "You must modify these Quests so that they do not use it before deleting it."
|
||||
questEditorQuestAsRequirement3: "You must modify these quests so that they do not use it before deleting it."
|
||||
questEditorQuestNotFound: "Quest not found!"
|
||||
questEditorEventCleared: "Initial Action cleared."
|
||||
questEditorEventCleared: "Initial action cleared."
|
||||
questEditorSave: "Finish and save"
|
||||
questEditorNeedAskMessage: "You must set an ask message!"
|
||||
questEditorNeedFinishMessage: "You must set a finish message!"
|
||||
questEditorNeedStages: "Your Quest has no Stages!"
|
||||
questEditorNeedStages: "Your quest has no stages!"
|
||||
questEditorSaved: "%bold%Quest saved! %reset%(You will need to perform %red%<command> %reset% for it to appear in-game)"
|
||||
stageEditorEditStage: "Edit Stage"
|
||||
stageEditorNewStage: "Add new Stage"
|
||||
stageEditorNewStage: "Add new stage"
|
||||
stageEditorStages: "Stages"
|
||||
stageEditorStage: "Stage"
|
||||
stageEditorBlocks: "Blocks"
|
||||
@ -143,25 +143,25 @@ stageEditorPlayers: "players"
|
||||
stageEditorEvents: "Actions"
|
||||
stageEditorStageEvents: "Stage Actions"
|
||||
stageEditorStartEvent: "Start Action"
|
||||
stageEditorStartEventCleared: "Start Action cleared."
|
||||
stageEditorStartEventCleared: "Start action cleared."
|
||||
stageEditorFinishEvent: "Finish Action"
|
||||
stageEditorFinishEventCleared: "Finish Action cleared."
|
||||
stageEditorFinishEventCleared: "Finish action cleared."
|
||||
stageEditorChatEvents: "Chat Action"
|
||||
stageEditorChatTrigger: "Chat Trigger"
|
||||
stageEditorChatEventsCleared: "Chat Action cleared."
|
||||
stageEditorChatEventsCleared: "Chat action cleared."
|
||||
stageEditorCommandEvents: "Command Action"
|
||||
stageEditorCommandTrigger: "Command Trigger"
|
||||
stageEditorCommandEventsCleared: "Command Action cleared."
|
||||
stageEditorCommandEventsCleared: "Command action cleared."
|
||||
stageEditorTriggeredBy: "Triggered by"
|
||||
stageEditorDeathEvent: "Death Action"
|
||||
stageEditorDeathEventCleared: "Death Action cleared."
|
||||
stageEditorDeathEventCleared: "Death action cleared."
|
||||
stageEditorDisconnectEvent: "Disconnect Action"
|
||||
stageEditorDisconnectEventCleared: "Disconnect Action cleared."
|
||||
stageEditorDisconnectEventCleared: "Disconnect action cleared."
|
||||
stageEditorDelayMessage: "Delay message"
|
||||
stageEditorDenizenScript: "Denizen script"
|
||||
stageEditorStartMessage: "Start message"
|
||||
stageEditorCompleteMessage: "Complete message"
|
||||
stageEditorDelete: "Delete Stage"
|
||||
stageEditorDelete: "Delete stage"
|
||||
stageEditorSetBlockNames: "Set block names"
|
||||
stageEditorSetBlockAmounts: "Set block amounts"
|
||||
stageEditorSetBlockDurability: "Set block durabilities"
|
||||
@ -259,30 +259,29 @@ stageEditorDelayCleared: "Delay cleared."
|
||||
stageEditorDenizenCleared: "Denizen script cleared."
|
||||
stageEditorObjectiveCleared: "Objective cleared."
|
||||
stageEditorMessageCleared: "Message cleared."
|
||||
stageEditorConfirmStageNote: "Any Stages after will be shifted back one spot"
|
||||
stageEditorConfirmStageNote: "Any stages after will be shifted back one spot"
|
||||
stageEditorDeleteSucces: "Stage deleted successfully."
|
||||
stageEditorEnchantments: "Enchantments"
|
||||
stageEditorNPCNote: 'Note: You may specify the name of the NPC with <npc>'
|
||||
stageEditorOptional: "Optional"
|
||||
stageEditorColors: "Sheep Colors"
|
||||
eventEditorCreate: "Create new Action"
|
||||
eventEditorEdit: "Edit an Action"
|
||||
eventEditorDelete: "Delete an Action"
|
||||
eventEditorNoneToEdit: "No Actions currently exist to be edited!"
|
||||
eventEditorNoneToDelete: "No Actions currently exist to be deleted!"
|
||||
eventEditorCreate: "Create new action"
|
||||
eventEditorEdit: "Edit an action"
|
||||
eventEditorDelete: "Delete an action"
|
||||
eventEditorNoneToEdit: "No actions currently exist to be edited!"
|
||||
eventEditorNoneToDelete: "No actions currently exist to be deleted!"
|
||||
eventEditorNotFound: "Action not found!"
|
||||
eventEditorExists: "Action already exists!"
|
||||
eventEditorSomeone: "Someone is already creating or editing an Action with that name!"
|
||||
eventEditorSomeone: "Someone is already creating or editing an action with that name!"
|
||||
eventEditorAlpha: "Name must be alphanumeric!"
|
||||
eventEditorErrorReadingFile: "Error reading Actions file."
|
||||
eventEditorErrorSaving: "An error occurred while saving."
|
||||
eventEditorDeleted: "Action deleted, Quests and Actions reloaded."
|
||||
eventEditorSaved: "Action saved, Quests and Actions reloaded."
|
||||
eventEditorDeleted: "Action deleted. Quest and action data reloaded."
|
||||
eventEditorSaved: "Action saved. Quest and action data reloaded."
|
||||
eventEditorEnterEventName: "Enter Action name, <cancel>"
|
||||
eventEditorModifiedNote: 'Note: You have modified an Action that the following Quests use:'
|
||||
eventEditorForcedToQuit: "If you save the Action, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||
eventEditorEventInUse: "The following Quests use the Action"
|
||||
eventEditorMustModifyQuests: "You must modify these Quests first!"
|
||||
eventEditorModifiedNote: 'Note: You have modified an action that the following quests use:'
|
||||
eventEditorForcedToQuit: "If you save the action, anyone who is actively doing any of these quests will be forced to quit them."
|
||||
eventEditorEventInUse: "The following quests use the action"
|
||||
eventEditorMustModifyQuests: "You must modify these quests first!"
|
||||
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||
eventEditorGiveItemsTitle: "- Give Items -"
|
||||
eventEditorEffectsTitle: "- Sound Effects -"
|
||||
@ -397,11 +396,11 @@ eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to,
|
||||
eventEditorCommandsNote: "Note: You may use <player> to refer to the player's name."
|
||||
eventEditorSetCommandsPrompt: "Enter commands, <semicolon>, <clear>, <cancel>"
|
||||
reqSetMoney: "Set money requirement"
|
||||
reqSetQuestPoints: "Set Quest Points requirement"
|
||||
reqSetQuestPoints: "Set <points> requirement"
|
||||
reqSetItem: "Set item requirements"
|
||||
reqSetPerms: "Set permission requirements"
|
||||
reqSetQuest: "Set Quest requirements"
|
||||
reqSetQuestBlocks: "Set Quest blocks"
|
||||
reqSetQuest: "Set quest requirements"
|
||||
reqSetQuestBlocks: "Set quest blocks"
|
||||
reqSetMcMMO: "Set mcMMO Classic requirements"
|
||||
reqSetHeroes: "Set Heroes requirements"
|
||||
reqSetCustom: "Set custom requirements"
|
||||
@ -409,14 +408,11 @@ reqSetSkills: "Set skills"
|
||||
reqSetSkillAmounts: "Set skill amounts"
|
||||
reqHeroesSetPrimary: "Set Primary Class"
|
||||
reqHeroesSetSecondary: "Set Secondary Class"
|
||||
reqMoneyPrompt: "Enter amount of <money>, <clear>, <cancel>"
|
||||
reqQuestPointsPrompt: "Enter amount of Quest Points, <clear>, <cancel>"
|
||||
reqQuestListTitle: "- Quests Available -"
|
||||
reqQuestPrompt: "Enter a list of Quest names, <semicolon>, <clear>, <cancel>"
|
||||
reqQuestPrompt: "Enter a list of quest names, <semicolon>, <clear>, <cancel>"
|
||||
reqRemoveItemsPrompt: "Enter a list of true/false values, <space>, <cancel>"
|
||||
reqPermissionsPrompt: "Enter permission requirements, <space>, <clear>, <cancel>"
|
||||
reqCustomPrompt: "Enter the name of a custom requirement to 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>"
|
||||
@ -426,7 +422,7 @@ reqNoItemsSet: "No items set"
|
||||
reqNoValuesSet: "No values set"
|
||||
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||
reqNotAQuestName: "<quest> is not a quest name!"
|
||||
reqItemCleared: "Item requirements cleared."
|
||||
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||
reqCustomNotFound: "Custom requirement module not found."
|
||||
@ -460,7 +456,7 @@ optUsePartiesPlugin: "Use Parties plugin"
|
||||
optShareProgressLevel: "Level of progress sharing"
|
||||
optRequireSameQuest: "Require same quest"
|
||||
rewSetMoney: "Set money reward"
|
||||
rewSetQuestPoints: "Set Quest Points reward"
|
||||
rewSetQuestPoints: "Set <points> reward"
|
||||
rewSetItems: "Set item rewards"
|
||||
rewSetExperience: "Set experience reward"
|
||||
rewSetCommands: "Set command rewards"
|
||||
@ -481,7 +477,7 @@ rewExperiencePrompt: "Enter amount of experience, <clear>, <cancel>"
|
||||
rewCommandPrompt: "Enter command rewards (use '<player>' to represent the player), <semicolon>, <clear>, <cancel>"
|
||||
rewPermissionsPrompt: "Enter permission rewards, <space>, <clear>, <cancel>"
|
||||
rewPermissionsWorldPrompt: "Enter permission worlds, <semicolon>, <clear>, <cancel>"
|
||||
rewQuestPointsPrompt: "Enter amount of Quest Points, <clear>, <cancel>"
|
||||
rewQuestPointsPrompt: "Enter amount of <points>, <clear>, <cancel>"
|
||||
rewMcMMOPrompt: "Enter mcMMO Classic skills (or enter 'All' for all skills), <space>, <cancel>"
|
||||
rewHeroesClassesPrompt: "Enter Heroes classes, <space>, <cancel>"
|
||||
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed), <space>, <cancel>"
|
||||
@ -539,8 +535,8 @@ questObjectivesTitle: "---(<quest>)---"
|
||||
questCompleteTitle: '**QUEST COMPLETE: <quest>**'
|
||||
questRewardsTitle: "Rewards:"
|
||||
questFailed: "*QUEST FAILED*"
|
||||
questMaxAllowed: "You may only have up to <number> Quests."
|
||||
questAlreadyOn: "You are already on that Quest!"
|
||||
questMaxAllowed: "You may only have up to <number> quests."
|
||||
questAlreadyOn: "You are already on that quest!"
|
||||
questTooEarly: "You may not take <quest> again for another <time>."
|
||||
questAlreadyCompleted: "You have already completed <quest>."
|
||||
questInvalidLocation: "You may not take <quest> at this location."
|
||||
@ -596,7 +592,7 @@ strDone: "then enter '<command>' to save"
|
||||
strSpace: "separating each by a space"
|
||||
strSemicolon: "separating each by a semicolon"
|
||||
charSemi: ";"
|
||||
acceptQuest: "Accept Quest?"
|
||||
acceptQuest: "Accept quest?"
|
||||
enterAnOption: "Enter an option"
|
||||
questAccepted: "Quest accepted: <quest>"
|
||||
currentQuest: "Current Quests:"
|
||||
@ -623,9 +619,9 @@ goTo: "Go to <location>"
|
||||
completed: "Completed"
|
||||
redoCompleted: "(Completed)"
|
||||
consoleError: "This command may only be performed in-game."
|
||||
noActiveQuest: "You do not currently have any active Quests."
|
||||
noActiveQuest: "You do not currently have any active quests."
|
||||
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."
|
||||
permissionDisplay: "Permission:"
|
||||
heroesClass: "class"
|
||||
@ -636,65 +632,57 @@ questNotFound: "Quest not found."
|
||||
alreadyConversing: "You already are in a conversation!"
|
||||
inputNum: "Input must be a number."
|
||||
inputPosNum: "Input must be a positive number."
|
||||
questModified: "Your active Quest <quest> has been modified. You have been forced to quit the Quest."
|
||||
questNotExist: "Your active Quest <quest> no longer exists. You have been forced to quit the Quest."
|
||||
questModified: "Your active quest <quest> has been modified. You have been forced to quit the quest."
|
||||
questNotExist: "Your active quest <quest> no longer exists. You have been forced to quit the quest."
|
||||
questInvalidChoice: "Invalid choice. Type '<yes>' or '<no>'"
|
||||
questPointsDisplay: "Quest points:"
|
||||
questNoDrop: "You may not drop Quest items."
|
||||
questNoBrew: "You may not brew Quest items."
|
||||
questNoStore: "You may not store Quest items."
|
||||
questNoCraft: "You may not craft Quest items."
|
||||
questNoEquip: "You may not equip Quest items."
|
||||
questNoDispense: "You may not put Quest items in dispensers."
|
||||
questNoEnchant: "You may not enchant Quest items."
|
||||
questNoSmelt: "You may not smelt using Quest items."
|
||||
pageSelectionNum: "Page selection must be a number."
|
||||
pageSelectionPosNum: "Page selection must be a positive number."
|
||||
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||
questTakeDisabled: "Taking quests via commands has been disabled."
|
||||
questQuit: "You have quit <quest>"
|
||||
questQuitDisabled: "Quitting this quest has been disabled."
|
||||
questsUnknownCommand: "Unknown Quests command. Type /quests for help."
|
||||
questsUnknownCommand: "Unknown command. Type /quests for help."
|
||||
pageNotExist: "Page does not exist."
|
||||
pageFooter: "- Page <current> of <all> -"
|
||||
questsReloaded: "Quests reloaded."
|
||||
numQuestsLoaded: "<number> Quests loaded."
|
||||
questForceTake: "<player> has forcibly started the Quest <quest>."
|
||||
questForcedTake: "<player> has forced you to take the Quest <quest>."
|
||||
questForceQuit: "<player> has forcibly quit the Quest <quest>."
|
||||
questForcedQuit: "<player> has forced you to quit the Quest <quest>."
|
||||
questForceFinish: "<player> has forcibly finished their Quest <quest>."
|
||||
questForcedFinish: "<player> has forced you to finish your Quest <quest>."
|
||||
questForceNextStage: "<player> has advanced to the next Stage in the Quest <quest>."
|
||||
questForcedNextStage: "<player> has advanced you to the next Stage in your Quest <quest>."
|
||||
questsReloaded: "Quest data reloaded."
|
||||
numQuestsLoaded: "<number> quests loaded."
|
||||
questForceTake: "<player> has forcibly started the quest <quest>."
|
||||
questForcedTake: "<player> has forced you to take the quest <quest>."
|
||||
questForceQuit: "<player> has forcibly quit the quest <quest>."
|
||||
questForcedQuit: "<player> has forced you to quit the quest <quest>."
|
||||
questForceFinish: "<player> has forcibly finished their quest <quest>."
|
||||
questForcedFinish: "<player> has forced you to finish your quest <quest>."
|
||||
questForceNextStage: "<player> has advanced to the next stage in the quest <quest>."
|
||||
questForcedNextStage: "<player> has advanced you to the next stage in your quest <quest>."
|
||||
questReset: "<player> has been reset."
|
||||
questRemoved: "Quest <quest> has been removed from player <player>'s completed Quests."
|
||||
settingAllQuestPoints: "Setting all players' Quest Points..."
|
||||
allQuestPointsSet: "All players' Quest Points have been set to <number>!"
|
||||
setQuestPoints: "<player>'s Quest Points have been set to <number>."
|
||||
questPointsSet: "<player> has set your Quest Points to <number>."
|
||||
takeQuestPoints: "Took away <number> Quest Points from <player>."
|
||||
questPointsTaken: "<player> took away <number> Quest Points."
|
||||
giveQuestPoints: "Gave <number> Quest Points from <player>."
|
||||
questPointsGiven: "<player> gave you <number> Quest Points."
|
||||
questRemoved: "Quest <quest> has been removed from player <player>'s completed quests."
|
||||
settingAllQuestPoints: "Setting all players' <points>..."
|
||||
allQuestPointsSet: "All players' <points> have been set to <number>!"
|
||||
setQuestPoints: "<player>'s <points> have been set to <number>."
|
||||
questPointsSet: "<player> has set your <points> to <number>."
|
||||
takeQuestPoints: "Took away <number> <points> from <player>."
|
||||
questPointsTaken: "<player> took away <number> <points>."
|
||||
giveQuestPoints: "Gave <number> <points> from <player>."
|
||||
questPointsGiven: "<player> gave you <number> <points>."
|
||||
invalidMinimum: "Input must be at least <number>!"
|
||||
invalidRange: "Input must be between <least> and <greatest>!"
|
||||
invalidOption: "Invalid option!"
|
||||
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||
noCurrentQuest: "<player> does not currently have any active quests."
|
||||
playerNotFound: "Player not found."
|
||||
questsPlayerHasQuestAlready: "<player> is already on the quest <quest>!"
|
||||
questsUnknownAdminCommand: "Unknown command. Type /questsadmin for help."
|
||||
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||
errorReading: "Error reading <file>, skipping.."
|
||||
questSaveError: "An error occurred while saving."
|
||||
questErrorReadingFile: "Error reading <file>."
|
||||
errorReading: "Error reading <file>, skipping..."
|
||||
errorReadingSuppress: "Error reading <file>, suppressing further errors."
|
||||
errorDataFolder: "Error: Unable to read Quests data folder!"
|
||||
questsPlayerHasQuestAlready: "<player> is already on the Quest <quest>!"
|
||||
questsUnknownAdminCommand: "Unknown Questsadmin command. Type /questsadmin for help."
|
||||
errorDataFolder: "Error: Unable to read from data folder!"
|
||||
unknownError: "An unknown error occurred. See console output."
|
||||
journalTitle: "Quest Journal"
|
||||
journalTaken: "You take out your Quest Journal."
|
||||
journalPutAway: "You put away your Quest Journal."
|
||||
journalAlreadyHave: "You already have your Quest Journal out."
|
||||
journalNoRoom: "You have no room in your inventory for your Quest Journal!"
|
||||
journalTaken: "You take out your <journal>."
|
||||
journalPutAway: "You put away your <journal>."
|
||||
journalNoRoom: "You have no room in your inventory for your <journal>!"
|
||||
journalNoQuests: "You have no accepted quests!"
|
||||
journalDenied: "You cannot do that with your Quest Journal."
|
||||
journalDenied: "You cannot do that with your <journal>."
|
||||
compassSet: "Set compass target to quest <quest>."
|
||||
compassReset: "Reset compass target."
|
||||
timeZone: "Time zone"
|
||||
@ -761,8 +749,6 @@ experience: "Experience"
|
||||
timePrompt: "Enter amount of time (in seconds), <clear>, <cancel>"
|
||||
timerMessage: "Time left to finish the quest/stage: <time> seconds"
|
||||
timerStart: "You have <time> seconds to finish this quest/stage"
|
||||
questErrorReadingFile: "Error reading Quests file."
|
||||
questSaveError: "An error occurred while saving."
|
||||
noPermission: "You do not have permission to do that."
|
||||
duplicateEditor: "You are already using an editor!"
|
||||
difference: "The difference is '<data>'."
|
||||
|
@ -274,7 +274,6 @@ eventEditorNotFound: "Esemény nem található!"
|
||||
eventEditorExists: "Esemény már létezik!"
|
||||
eventEditorSomeone: "Valaki már létrehozott vagy szerkesztett egy eseményt ezzel a névvel!"
|
||||
eventEditorAlpha: "A névnek alfanumerikusnak kell lennie!"
|
||||
eventEditorErrorReadingFile: "Hiba történt az Eseményfájl olvasásában."
|
||||
eventEditorErrorSaving: "Hiba történt a mentés közben."
|
||||
eventEditorDeleted: "Esemény törölve, küldetések és események újratöltve."
|
||||
eventEditorSaved: "Esemény mentve, Küldetések és Események újratöltve."
|
||||
@ -409,14 +408,11 @@ reqSetSkills: "Készségek beállítása"
|
||||
reqSetSkillAmounts: "Készség mennyiségek beállítása"
|
||||
reqHeroesSetPrimary: "Elsődleges osztály beállítása"
|
||||
reqHeroesSetSecondary: "Másodlagos osztály beállítása"
|
||||
reqMoneyPrompt: "Add meg a <money> összeget, <clear>, <cancel>"
|
||||
reqQuestPointsPrompt: "Adja meg a Quest Pontok összegét, <clear>, <cancel>"
|
||||
reqQuestListTitle: "- Küldetések Elérhető -"
|
||||
reqQuestPrompt: "Add meg a Quest nevek listáját, <semicolon>, <clear>, <cancel>"
|
||||
reqRemoveItemsPrompt: "Add meg a true/false értékek listáját, <space>, <cancel>"
|
||||
reqPermissionsPrompt: "Add meg az jog követelményeket, <space>, <clear>, <cancel>"
|
||||
reqCustomPrompt: "Add meg az egyedi követelmény nevét, <clear>, <cancel>"
|
||||
reqMcMMOPrompt: "Add meg az mcMMO-készségeket, <space>, <clear>, <cancel>"
|
||||
reqMcMMOAmountsPrompt: "Add meg az mcMMO készségösszegeket, <space>, <clear>, <cancel>"
|
||||
reqHeroesPrimaryPrompt: "Add meg a Heroes első osztályának nevet, <clear>, <cancel>"
|
||||
reqHeroesSecondaryPrompt: "Add meg a Heroes másodlagos osztály nevét, <clear>, <cancel>"
|
||||
@ -639,15 +635,6 @@ inputPosNum: "A bemenetnek pozitív számnak kell lennie."
|
||||
questModified: "Az aktív küldetés <quest> módosult. Kénytelen volt kilépni a küldetésből."
|
||||
questNotExist: "Az aktív küldetés <quest> már nem létezik. Kénytelen volt kilépni a küldetésből."
|
||||
questInvalidChoice: "Érvénytelen választás. Írd be '<yes>' vagy '<no>'"
|
||||
questPointsDisplay: "Küldetés pontok:"
|
||||
questNoDrop: "Lehet, hogy nem dobja le a küldetés elemeket."
|
||||
questNoBrew: "Nem teheted fel küldetés elemeket."
|
||||
questNoStore: "A küldetés elemeket nem tárolhatja."
|
||||
questNoCraft: "Nem barkácsolhatsz fel Quest elemeket."
|
||||
questNoEquip: "Nem lehet felszerelni Küldetés elemeket."
|
||||
questNoDispense: "A Küldetés tárgyait nem lehet a adagolókban elhelyezni."
|
||||
questNoEnchant: "Nem varázsolhatsz Küldetés tárgyait."
|
||||
questNoSmelt: "Nem lehet égetni a Küldetés tárgyait."
|
||||
pageSelectionNum: "Az oldalválasztásnak számnak kell lennie."
|
||||
pageSelectionPosNum: "Az oldal kiválasztásának pozitív számnak kell lennie."
|
||||
questTakeDisabled: "A Küldetés parancsok általi fogadása le van tiltva."
|
||||
@ -681,17 +668,18 @@ invalidRange: "A bemenetnek <least> és <greatest> között kell lennie!"
|
||||
invalidOption: "Érvénytelen lehetőség!"
|
||||
noCurrentQuest: "<player> Jelenleg nincs aktív küldetése."
|
||||
playerNotFound: "A játékos nem található."
|
||||
questsPlayerHasQuestAlready: "<player> már szerepel a <quest> küldetésen!"
|
||||
questsUnknownAdminCommand: "Ismeretlen Questsadmin parancs. Típus /questsadmin a segítségért."
|
||||
errorNPCID: 'Hiba: Nincs NPC <number> azonosítóval'
|
||||
questSaveError: "Hiba történt a mentés közben."
|
||||
questErrorReadingFile: "Hiba történt a Quests fájl olvasása közben."
|
||||
errorReading: "Hiba történt a <file> olvasása közben, kihagyva.."
|
||||
errorReadingSuppress: "Hiba történt a <file> olvasása közben, további hibák elhárítása."
|
||||
errorDataFolder: "Hiba: Nem lehet olvasni a Küldetések adatmappáját!"
|
||||
questsPlayerHasQuestAlready: "<player> már szerepel a <quest> küldetésen!"
|
||||
questsUnknownAdminCommand: "Ismeretlen Questsadmin parancs. Típus /questsadmin a segítségért."
|
||||
unknownError: "Ismeretlen hiba történt. Lásd a konzol kimenetét."
|
||||
journalTitle: "Küldetési folyóirat"
|
||||
journalTaken: "Vedd ki a Küldetésed Journalját."
|
||||
journalPutAway: "Eltörölted a Küldetésed Journal-t."
|
||||
journalAlreadyHave: "Már van saját Küldetés Journal."
|
||||
journalNoRoom: "Nincs helyed az eszköztárban a Küldetés Journal számára!"
|
||||
journalNoQuests: "Nincs elfogadott küldetésed!"
|
||||
journalDenied: "Ezt nem teheti meg a Quest Journal."
|
||||
@ -761,8 +749,6 @@ experience: "Tapasztalat"
|
||||
timePrompt: "Add meg az időtartamot (másodpercben), <clear>, <cancel>"
|
||||
timerMessage: "A küldetés/szakasz befejezéséhez hátralévő idő: <time> másodperc"
|
||||
timerStart: "Van <time> másodperced befejezni a küldetést/szakaszt"
|
||||
questErrorReadingFile: "Hiba történt a Quests fájl olvasása közben."
|
||||
questSaveError: "Hiba történt a mentés közben."
|
||||
noPermission: "Nincs jogod ehhez."
|
||||
duplicateEditor: "Már használsz egy szerkesztőt!"
|
||||
difference: "A különbség '<data>'."
|
||||
|
@ -274,7 +274,6 @@ eventEditorNotFound: "Acara tidak ditemukan!"
|
||||
eventEditorExists: "Acara sudah ada!"
|
||||
eventEditorSomeone: "Seseorang sudah membuat atau mengedit Acara dengan nama itu!"
|
||||
eventEditorAlpha: "Nama harus alfanumerik!"
|
||||
eventEditorErrorReadingFile: "Kesalahan saat membaca file acara."
|
||||
eventEditorErrorSaving: "Terjadi kesalahan saat menyimpan."
|
||||
eventEditorDeleted: "Acara dihapus, Quests dan Acara dimuat ulang."
|
||||
eventEditorSaved: "Acara disimpan, Quests dan Acara dimuat ulang."
|
||||
@ -409,14 +408,11 @@ reqSetSkills: "Tetapkan keterampilan"
|
||||
reqSetSkillAmounts: "Tetapkan jumlah keahlian"
|
||||
reqHeroesSetPrimary: "Atur Kelas Utama"
|
||||
reqHeroesSetSecondary: "Atur Kelas Menengah"
|
||||
reqMoneyPrompt: "Masukkan jumlah <money>, <clear>, <cancel>"
|
||||
reqQuestPointsPrompt: "Masukkan jumlah Quest Points, <clear>, <cancel>"
|
||||
reqQuestListTitle: "- Pencarian Tersedia -"
|
||||
reqQuestPrompt: "Masukkan daftar nama Quest, <semicolon>, <clear>, <cancel>"
|
||||
reqRemoveItemsPrompt: "Masukkan daftar nilai true/false, <space>, <cancel>"
|
||||
reqPermissionsPrompt: "Masukkan persyaratan izin, <space>, <clear>, <cancel>"
|
||||
reqCustomPrompt: "Masukkan persyaratan izin, <clear>, <cancel>"
|
||||
reqMcMMOPrompt: "Masukkan kemampuan mcMMO, <space>, <clear>, <cancel>"
|
||||
reqMcMMOAmountsPrompt: "Masukkan jumlah keterampilan mcMMO, <space>, <clear>, <cancel>"
|
||||
reqHeroesPrimaryPrompt: "Masukkan nama Heroes kelas utama, <clear>, <cancel>"
|
||||
reqHeroesSecondaryPrompt: "Masukkan nama Heroes kelas menengah, <clear>, <cancel>"
|
||||
@ -639,15 +635,6 @@ inputPosNum: "Masukan harus berupa bilangan positif."
|
||||
questModified: "Quest aktif Anda <quest> telah dimodifikasi. Anda terpaksa berhenti dari Quest."
|
||||
questNotExist: "Pencarian aktif Anda <quest> tidak ada lagi. Anda terpaksa berhenti dari Quest."
|
||||
questInvalidChoice: "Pilihan tidak valid. Ketik '<yes>' atau '<no>'"
|
||||
questPointsDisplay: "Poin Quest:"
|
||||
questNoDrop: "Anda mungkin tidak menjatuhkan item Quest."
|
||||
questNoBrew: "Anda mungkin tidak membuat barang Quest."
|
||||
questNoStore: "Anda mungkin tidak menyimpan item Quest."
|
||||
questNoCraft: "Anda mungkin tidak membuat item Quest."
|
||||
questNoEquip: "Anda mungkin tidak melengkapi item Quest."
|
||||
questNoDispense: "Anda mungkin tidak memasukkan item Quest ke dispenser."
|
||||
questNoEnchant: "Anda mungkin tidak mempesona item Quest."
|
||||
questNoSmelt: "Anda mungkin tidak mencium dengan menggunakan item Quest."
|
||||
pageSelectionNum: "Pemilihan halaman harus berupa angka."
|
||||
pageSelectionPosNum: "Pemilihan halaman harus berupa angka positif."
|
||||
questTakeDisabled: "Mengambil Pencarian melalui perintah telah dinonaktifkan."
|
||||
@ -681,17 +668,18 @@ invalidRange: "Masukan harus antara <least> dan <greatest>!"
|
||||
invalidOption: "Pilihan tidak sah!"
|
||||
noCurrentQuest: "<player> saat ini tidak ada Pencarian aktif."
|
||||
playerNotFound: "Pemain tidak ditemukan."
|
||||
questsPlayerHasQuestAlready: "<player> sudah di Pencarian <quest>!"
|
||||
questsUnknownAdminCommand: "Perintah adminPencarian tidak diketahui. Tipe /adminPencarian untuk bantuan."
|
||||
errorNPCID: 'Kesalahan: Tidak ada NPC dengan ID <number>'
|
||||
questSaveError: "Terjadi kesalahan saat menyimpan."
|
||||
questErrorReadingFile: "Kesalahan saat membaca berkas Pencarian."
|
||||
errorReading: "Kesalahan saat membaca <file>, melompat-lompat.."
|
||||
errorReadingSuppress: "Kesalahan saat membaca <file>, menekan kesalahan lebih lanjut."
|
||||
errorDataFolder: "Kesalahan: Tidak dapat membaca folder data Pencarian!"
|
||||
questsPlayerHasQuestAlready: "<player> sudah di Pencarian <quest>!"
|
||||
questsUnknownAdminCommand: "Perintah adminPencarian tidak diketahui. Tipe /adminPencarian untuk bantuan."
|
||||
unknownError: "Terjadi kesalahan yang tidak diketahui. Lihat keluaran konsol."
|
||||
journalTitle: "Jurnal Pencarian"
|
||||
journalTaken: "Anda mengambil Pencarian Jurnal Anda."
|
||||
journalPutAway: "Anda menyimpan Jurnal Pencarian Anda."
|
||||
journalAlreadyHave: "Anda sudah memiliki Jurnal Pencarian Anda."
|
||||
journalNoRoom: "Anda tidak memiliki ruangan dalam inventaris Anda untuk Jurnal Pencarian Anda!"
|
||||
journalNoQuests: "Anda tidak memiliki Pencarian yang diterima!"
|
||||
journalDenied: "Anda tidak bisa melakukannya dengan Pencarian Jurnal Anda."
|
||||
@ -761,8 +749,6 @@ experience: "Pengalaman"
|
||||
timePrompt: "Masukkan jumlah waktu (dalam detik), <clear>, <cancel>"
|
||||
timerMessage: "Waktu tersisa untuk menyelesaikan pencarian/tahap: <time> detik"
|
||||
timerStart: "Kamu punya <time> detik untuk menyelesaikan pencarian ini/tahap"
|
||||
questErrorReadingFile: "Kesalahan saat membaca berkas Pencarian."
|
||||
questSaveError: "Terjadi kesalahan saat menyimpan."
|
||||
noPermission: "Anda tidak memiliki izin untuk melakukan itu."
|
||||
duplicateEditor: "Anda sudah menggunakan editor!"
|
||||
difference: "Perbedaannya adalah '<data>'."
|
||||
|
@ -274,7 +274,6 @@ eventEditorNotFound: "Evento non trovato!"
|
||||
eventEditorExists: "L'evento già esiste!"
|
||||
eventEditorSomeone: "Qualcuno sta già creando o modificando un evento con quel nome!"
|
||||
eventEditorAlpha: "Il nome deve essere alfanumerico!"
|
||||
eventEditorErrorReadingFile: "Errore durante la lettura del file dell'evento."
|
||||
eventEditorErrorSaving: "Si è verificato un errore durante il salvataggio."
|
||||
eventEditorDeleted: "Evento cancellato, Missioni ed Eventi ricaricati."
|
||||
eventEditorSaved: "Evento salvato, Missioni ed Eventi ricaricati."
|
||||
@ -409,14 +408,11 @@ reqSetSkills: "Imposta le abilità"
|
||||
reqSetSkillAmounts: "Imposta le quantità di abilità"
|
||||
reqHeroesSetPrimary: "Imposta la classe primaria"
|
||||
reqHeroesSetSecondary: "Imposta la classe secondaria"
|
||||
reqMoneyPrompt: "Inserisci l'importo di <money>, <clear>, <cancel>"
|
||||
reqQuestPointsPrompt: "Inserisci la quantità di punti missione, <clear>, <cancel>"
|
||||
reqQuestListTitle: "- Missioni Disponibili -"
|
||||
reqQuestPrompt: "Inserisci una lista di missioni, <semicolon>, <clear>, <cancel>"
|
||||
reqRemoveItemsPrompt: "Inserisci una lista di valori vero/falso, <space>, <cancel>"
|
||||
reqPermissionsPrompt: "Inserisci i permessi richiesti, <space>, <clear>, <cancel>"
|
||||
reqCustomPrompt: "Inserisci il nome di un requisito personalizzato da aggiungere, <clear>, <cancel>"
|
||||
reqMcMMOPrompt: "Inserisci le abilità mcMMO Classic, <space>, <clear>, <cancel>"
|
||||
reqMcMMOAmountsPrompt: "Inserisci la quantità di abilità mcMMO Classic, <space>, <clear>, <cancel>"
|
||||
reqHeroesPrimaryPrompt: "Inserisci il nome di una classe primaria di Heroes, <clear>, <cancel>"
|
||||
reqHeroesSecondaryPrompt: "Inserisci il nome di una classe secondaria di Heroes, <clear>, <cancel>"
|
||||
@ -639,15 +635,6 @@ inputPosNum: "L'input deve essere un numero positivo."
|
||||
questModified: "La tua missione attiva <quest> è stata modificata. Sei stato costretto a lasciare la missione."
|
||||
questNotExist: "La tua missione attiva <quest> non esiste più. Sei stato costretto a lasciare la missione."
|
||||
questInvalidChoice: "Scelta non valida. Digita '<yes>' o '<no>'"
|
||||
questPointsDisplay: "Punti missione:"
|
||||
questNoDrop: "Non puoi lasciare gli oggetti missione."
|
||||
questNoBrew: "Non puoi infondere gli oggetti missione."
|
||||
questNoStore: "Non puoi conservare gli oggetti missione."
|
||||
questNoCraft: "Non puoi creare gli oggetti missione."
|
||||
questNoEquip: "Non puoi equipaggiare gli oggetti missione."
|
||||
questNoDispense: "Non puoi inserire nei dispenser gli oggetti delle missione."
|
||||
questNoEnchant: "Non puoi incantare gli oggetti missione."
|
||||
questNoSmelt: "Non puoi fondere gli oggetti missione."
|
||||
pageSelectionNum: "La selezione della pagina deve essere un numero."
|
||||
pageSelectionPosNum: "La selezione della pagina deve essere un numero positivo."
|
||||
questTakeDisabled: "L'acquisizione di missioni tramite comando è stata disattivata."
|
||||
@ -681,17 +668,18 @@ invalidRange: "L'input deve essere tra <least> e <greatest>!"
|
||||
invalidOption: "Opzione non valida!"
|
||||
noCurrentQuest: "<player> al momento non ha missione attive."
|
||||
playerNotFound: "Giocatore non trovato."
|
||||
questsPlayerHasQuestAlready: "<player> è già nella missione <quest>!"
|
||||
questsUnknownAdminCommand: "Comando Questsadmin sconosciuto. Digita /questsadmin per la pagina d'aiuto."
|
||||
errorNPCID: 'Errore: Non c''è nessun NPC con ID <number>'
|
||||
questSaveError: "Si è verificato un errore durante il salvataggio."
|
||||
questErrorReadingFile: "Errore durante la lettura del file Quests."
|
||||
errorReading: "Errore di lettura <file>, saltando.."
|
||||
errorReadingSuppress: "Errore di lettura<file>, eliminazione di ulteriori errori."
|
||||
errorDataFolder: "Errore: Impossibile leggere la cartella dati di Quests!"
|
||||
questsPlayerHasQuestAlready: "<player> è già nella missione <quest>!"
|
||||
questsUnknownAdminCommand: "Comando Questsadmin sconosciuto. Digita /questsadmin per la pagina d'aiuto."
|
||||
unknownError: "Si è verificato un errore sconosciuto. Visualizza l'output nella console."
|
||||
journalTitle: "Diario Missioni"
|
||||
journalTaken: "Tira fuori il tuo diario delle missioni."
|
||||
journalPutAway: "Metti via il tuo diario delle missioni."
|
||||
journalAlreadyHave: "Hai già tirato fuori il tuo diario delle missioni."
|
||||
journalNoRoom: "Non hai spazio nell'inventario per il tuo diario delle missioni!"
|
||||
journalNoQuests: "Non hai missioni accettate!"
|
||||
journalDenied: "Non puoi farlo con il tuo diario delle missioni."
|
||||
@ -761,8 +749,6 @@ experience: "Esperienza"
|
||||
timePrompt: "Inserisci la quantità di tempo (in secondi), <clear>, <cancel>"
|
||||
timerMessage: "Tempo rimanente per finire la missione/fase: <time> secondi"
|
||||
timerStart: "Hai <time> secondi per finire questa missione/fase"
|
||||
questErrorReadingFile: "Errore durante la lettura del file Quests."
|
||||
questSaveError: "Si è verificato un errore durante il salvataggio."
|
||||
noPermission: "Non hai il permesso di farlo."
|
||||
duplicateEditor: "Stai già usando un editor!"
|
||||
difference: "La differenza è '<data>'."
|
||||
|
@ -49,7 +49,7 @@ COMMAND_QUESTADMIN_REMOVE: "削除"
|
||||
COMMAND_QUESTADMIN_REMOVE_HELP: "<command> [player] [quest] -プレイヤーから完成したクエストを削除"
|
||||
COMMAND_QUESTADMIN_RELOAD: "再読み込み"
|
||||
COMMAND_QUESTADMIN_RELOAD_HELP: "<command> - Questsを再読み込み"
|
||||
questEditorCreate: "Create new Quest"
|
||||
questEditorCreate: "Create new quest"
|
||||
questEditorEdit: "クエストを編集します"
|
||||
questEditorDelete: "クエストを削除します"
|
||||
questEditorName: "名前を設定"
|
||||
@ -98,7 +98,7 @@ questEditorInvalidEventName: "そのイベント名は有効ではありませ
|
||||
questEditorInvalidNPC: "そのIDを持つNPCは存在しません!"
|
||||
questEditorNoStartBlockSelected: "ブロックを先に選択してください。"
|
||||
questEditorPositiveAmount: "0より大きいかずでなければなりません。"
|
||||
questEditorQuestAsRequirement1: "The following Quests have"
|
||||
questEditorQuestAsRequirement1: "The following quests have"
|
||||
questEditorQuestAsRequirement2: "要件として:"
|
||||
questEditorQuestAsRequirement3: "プレイヤーが使用しないように、これらのクエストを消去する前に修正すつ必要があります。"
|
||||
questEditorQuestNotFound: "クエストが見つかりません!"
|
||||
@ -143,25 +143,25 @@ stageEditorPlayers: "プレイヤー"
|
||||
stageEditorEvents: "イベント"
|
||||
stageEditorStageEvents: "ステージイベント"
|
||||
stageEditorStartEvent: "Start Action"
|
||||
stageEditorStartEventCleared: "Start Action cleared."
|
||||
stageEditorStartEventCleared: "Start action cleared."
|
||||
stageEditorFinishEvent: "Finish Action"
|
||||
stageEditorFinishEventCleared: "Finish Action cleared."
|
||||
stageEditorFinishEventCleared: "Finish action cleared."
|
||||
stageEditorChatEvents: "Chat Action"
|
||||
stageEditorChatTrigger: "Chat Trigger"
|
||||
stageEditorChatEventsCleared: "Chat Action cleared."
|
||||
stageEditorChatEventsCleared: "Chat action cleared."
|
||||
stageEditorCommandEvents: "Command Action"
|
||||
stageEditorCommandTrigger: "Command Trigger"
|
||||
stageEditorCommandEventsCleared: "Command Action cleared."
|
||||
stageEditorCommandEventsCleared: "Command action cleared."
|
||||
stageEditorTriggeredBy: "Triggered by"
|
||||
stageEditorDeathEvent: "Death Action"
|
||||
stageEditorDeathEventCleared: "Death Action cleared."
|
||||
stageEditorDeathEventCleared: "Death action cleared."
|
||||
stageEditorDisconnectEvent: "Disconnect Action"
|
||||
stageEditorDisconnectEventCleared: "Disconnect Action cleared."
|
||||
stageEditorDisconnectEventCleared: "Disconnect action cleared."
|
||||
stageEditorDelayMessage: "Delay message"
|
||||
stageEditorDenizenScript: "Denizen script"
|
||||
stageEditorStartMessage: "Start message"
|
||||
stageEditorCompleteMessage: "Complete message"
|
||||
stageEditorDelete: "Delete Stage"
|
||||
stageEditorDelete: "Delete stage"
|
||||
stageEditorSetBlockNames: "Set block names"
|
||||
stageEditorSetBlockAmounts: "Set block amounts"
|
||||
stageEditorSetBlockDurability: "Set block durabilities"
|
||||
@ -259,30 +259,29 @@ stageEditorDelayCleared: "Delay cleared."
|
||||
stageEditorDenizenCleared: "Denizen script cleared."
|
||||
stageEditorObjectiveCleared: "Objective cleared."
|
||||
stageEditorMessageCleared: "Message cleared."
|
||||
stageEditorConfirmStageNote: "Any Stages after will be shifted back one spot"
|
||||
stageEditorConfirmStageNote: "Any stages after will be shifted back one spot"
|
||||
stageEditorDeleteSucces: "Stage deleted successfully."
|
||||
stageEditorEnchantments: "Enchantments"
|
||||
stageEditorNPCNote: 'Note: You may specify the name of the NPC with <npc>'
|
||||
stageEditorOptional: "Optional"
|
||||
stageEditorColors: "羊の色"
|
||||
eventEditorCreate: "Create new Action"
|
||||
eventEditorEdit: "Edit an Action"
|
||||
eventEditorDelete: "Delete an Action"
|
||||
eventEditorNoneToEdit: "No Actions currently exist to be edited!"
|
||||
eventEditorNoneToDelete: "No Actions currently exist to be deleted!"
|
||||
eventEditorCreate: "Create new action"
|
||||
eventEditorEdit: "Edit an action"
|
||||
eventEditorDelete: "Delete an action"
|
||||
eventEditorNoneToEdit: "No actions currently exist to be edited!"
|
||||
eventEditorNoneToDelete: "No actions currently exist to be deleted!"
|
||||
eventEditorNotFound: "Action not found!"
|
||||
eventEditorExists: "Action already exists!"
|
||||
eventEditorSomeone: "Someone is already creating or editing an Action with that name!"
|
||||
eventEditorSomeone: "Someone is already creating or editing an action with that name!"
|
||||
eventEditorAlpha: "Name must be alphanumeric!"
|
||||
eventEditorErrorReadingFile: "Error reading Actions file."
|
||||
eventEditorErrorSaving: "保存中にエラーが発生しました。"
|
||||
eventEditorDeleted: "Action deleted, Quests and Actions reloaded."
|
||||
eventEditorSaved: "Action saved, Quests and Actions reloaded."
|
||||
eventEditorDeleted: "Action deleted. Quest and action data reloaded."
|
||||
eventEditorSaved: "Action saved. Quest and action data reloaded."
|
||||
eventEditorEnterEventName: "Enter Action name, <cancel>"
|
||||
eventEditorModifiedNote: 'Note: You have modified an Action that the following Quests use:'
|
||||
eventEditorForcedToQuit: "If you save the Action, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||
eventEditorEventInUse: "The following Quests use the Action"
|
||||
eventEditorMustModifyQuests: "You must modify these Quests first!"
|
||||
eventEditorModifiedNote: 'Note: You have modified an action that the following quests use:'
|
||||
eventEditorForcedToQuit: "If you save the action, anyone who is actively doing any of these quests will be forced to quit them."
|
||||
eventEditorEventInUse: "The following quests use the action"
|
||||
eventEditorMustModifyQuests: "You must modify these quests first!"
|
||||
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||
eventEditorGiveItemsTitle: "- Give Items -"
|
||||
eventEditorEffectsTitle: "- Sound Effects -"
|
||||
@ -397,11 +396,11 @@ eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to,
|
||||
eventEditorCommandsNote: "Note: You may use <player> to refer to the player's name."
|
||||
eventEditorSetCommandsPrompt: "Enter commands, <semicolon>, <clear>, <cancel>"
|
||||
reqSetMoney: "Set money requirement"
|
||||
reqSetQuestPoints: "Set Quest Points requirement"
|
||||
reqSetQuestPoints: "Set <points> requirement"
|
||||
reqSetItem: "Set item requirements"
|
||||
reqSetPerms: "Set permission requirements"
|
||||
reqSetQuest: "Set Quest requirements"
|
||||
reqSetQuestBlocks: "Set Quest blocks"
|
||||
reqSetQuest: "Set quest requirements"
|
||||
reqSetQuestBlocks: "Set quest blocks"
|
||||
reqSetMcMMO: "Set mcMMO Classic requirements"
|
||||
reqSetHeroes: "Set Heroes requirements"
|
||||
reqSetCustom: "Set custom requirements"
|
||||
@ -409,14 +408,11 @@ reqSetSkills: "Set skills"
|
||||
reqSetSkillAmounts: "Set skill amounts"
|
||||
reqHeroesSetPrimary: "Set Primary Class"
|
||||
reqHeroesSetSecondary: "Set Secondary Class"
|
||||
reqMoneyPrompt: "Enter amount of <money>, <clear>, <cancel>"
|
||||
reqQuestPointsPrompt: "Enter amount of Quest Points, <clear>, <cancel>"
|
||||
reqQuestListTitle: "- Quests Available -"
|
||||
reqQuestPrompt: "Enter a list of Quest names, <semicolon>, <clear>, <cancel>"
|
||||
reqQuestPrompt: "Enter a list of quest names, <semicolon>, <clear>, <cancel>"
|
||||
reqRemoveItemsPrompt: "Enter a list of true/false values, <space>, <cancel>"
|
||||
reqPermissionsPrompt: "Enter permission requirements, <space>, <clear>, <cancel>"
|
||||
reqCustomPrompt: "Enter the name of a custom requirement to 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>"
|
||||
@ -426,7 +422,7 @@ reqNoItemsSet: "No items set"
|
||||
reqNoValuesSet: "No values set"
|
||||
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||
reqNotAQuestName: "<quest> is not a quest name!"
|
||||
reqItemCleared: "Item requirements cleared."
|
||||
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||
reqCustomNotFound: "Custom requirement module not found."
|
||||
@ -460,7 +456,7 @@ optUsePartiesPlugin: "Use Parties plugin"
|
||||
optShareProgressLevel: "Level of progress sharing"
|
||||
optRequireSameQuest: "Require same quest"
|
||||
rewSetMoney: "Set money reward"
|
||||
rewSetQuestPoints: "Set Quest Points reward"
|
||||
rewSetQuestPoints: "Set <points> reward"
|
||||
rewSetItems: "Set item rewards"
|
||||
rewSetExperience: "Set experience reward"
|
||||
rewSetCommands: "Set command rewards"
|
||||
@ -481,7 +477,7 @@ rewExperiencePrompt: "Enter amount of experience, <clear>, <cancel>"
|
||||
rewCommandPrompt: "Enter command rewards (use '<player>' to represent the player), <semicolon>, <clear>, <cancel>"
|
||||
rewPermissionsPrompt: "Enter permission rewards, <space>, <clear>, <cancel>"
|
||||
rewPermissionsWorldPrompt: "Enter permission worlds, <semicolon>, <clear>, <cancel>"
|
||||
rewQuestPointsPrompt: "Enter amount of Quest Points, <clear>, <cancel>"
|
||||
rewQuestPointsPrompt: "Enter amount of <points>, <clear>, <cancel>"
|
||||
rewMcMMOPrompt: "Enter mcMMO Classic skills (or enter 'All' for all skills), <space>, <cancel>"
|
||||
rewHeroesClassesPrompt: "Enter Heroes classes, <space>, <cancel>"
|
||||
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed), <space>, <cancel>"
|
||||
@ -596,7 +592,7 @@ strDone: "then enter '<command>' to save"
|
||||
strSpace: "separating each by a space"
|
||||
strSemicolon: "separating each by a semicolon"
|
||||
charSemi: ";"
|
||||
acceptQuest: "Accept Quest?"
|
||||
acceptQuest: "Accept quest?"
|
||||
enterAnOption: "Enter an option"
|
||||
questAccepted: "Quest accepted: <quest>"
|
||||
currentQuest: "Current Quests:"
|
||||
@ -623,9 +619,9 @@ goTo: "<location>に行く"
|
||||
completed: "完成済"
|
||||
redoCompleted: "(完成済)"
|
||||
consoleError: "This command may only be performed in-game."
|
||||
noActiveQuest: "You do not currently have any active Quests."
|
||||
noActiveQuest: "You do not currently have any active quests."
|
||||
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."
|
||||
permissionDisplay: "Permission:"
|
||||
heroesClass: "class"
|
||||
@ -636,65 +632,57 @@ questNotFound: "クエストが見つかりません!"
|
||||
alreadyConversing: "You already are in a conversation!"
|
||||
inputNum: "Input must be a number."
|
||||
inputPosNum: "Input must be a positive number."
|
||||
questModified: "Your active Quest <quest> has been modified. You have been forced to quit the Quest."
|
||||
questNotExist: "Your active Quest <quest> no longer exists. You have been forced to quit the Quest."
|
||||
questModified: "Your active quest <quest> has been modified. You have been forced to quit the quest."
|
||||
questNotExist: "Your active quest <quest> no longer exists. You have been forced to quit the quest."
|
||||
questInvalidChoice: "Invalid choice. Type '<yes>' or '<no>'"
|
||||
questPointsDisplay: "名声度:"
|
||||
questNoDrop: "You may not drop Quest items."
|
||||
questNoBrew: "You may not brew Quest items."
|
||||
questNoStore: "You may not store Quest items."
|
||||
questNoCraft: "You may not craft Quest items."
|
||||
questNoEquip: "You may not equip Quest items."
|
||||
questNoDispense: "You may not put Quest items in dispensers."
|
||||
questNoEnchant: "You may not enchant Quest items."
|
||||
questNoSmelt: "You may not smelt using Quest items."
|
||||
pageSelectionNum: "Page selection must be a number."
|
||||
pageSelectionPosNum: "Page selection must be a positive number."
|
||||
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||
questTakeDisabled: "Taking quests via commands has been disabled."
|
||||
questQuit: "You have quit <quest>"
|
||||
questQuitDisabled: "Quitting this quest has been disabled."
|
||||
questsUnknownCommand: "Unknown Quests command. Type /quests for help."
|
||||
questsUnknownCommand: "Unknown command. Type /quests for help."
|
||||
pageNotExist: "Page does not exist."
|
||||
pageFooter: "- Page <current> of <all> -"
|
||||
questsReloaded: "Quests reloaded."
|
||||
numQuestsLoaded: "<number> Quests loaded."
|
||||
questForceTake: "<player> has forcibly started the Quest <quest>."
|
||||
questForcedTake: "<player> has forced you to take the Quest <quest>."
|
||||
questForceQuit: "<player> has forcibly quit the Quest <quest>."
|
||||
questForcedQuit: "<player> has forced you to quit the Quest <quest>."
|
||||
questForceFinish: "<player> has forcibly finished their Quest <quest>."
|
||||
questForcedFinish: "<player> has forced you to finish your Quest <quest>."
|
||||
questForceNextStage: "<player> has advanced to the next Stage in the Quest <quest>."
|
||||
questForcedNextStage: "<player> has advanced you to the next Stage in your Quest <quest>."
|
||||
questsReloaded: "Quest data reloaded."
|
||||
numQuestsLoaded: "<number> quests loaded."
|
||||
questForceTake: "<player> has forcibly started the quest <quest>."
|
||||
questForcedTake: "<player> has forced you to take the quest <quest>."
|
||||
questForceQuit: "<player> has forcibly quit the quest <quest>."
|
||||
questForcedQuit: "<player> has forced you to quit the quest <quest>."
|
||||
questForceFinish: "<player> has forcibly finished their quest <quest>."
|
||||
questForcedFinish: "<player> has forced you to finish your quest <quest>."
|
||||
questForceNextStage: "<player> has advanced to the next stage in the quest <quest>."
|
||||
questForcedNextStage: "<player> has advanced you to the next stage in your quest <quest>."
|
||||
questReset: "<player> has been reset."
|
||||
questRemoved: "Quest <quest> has been removed from player <player>'s completed Quests."
|
||||
settingAllQuestPoints: "Setting all players' Quest Points..."
|
||||
allQuestPointsSet: "All players' Quest Points have been set to <number>!"
|
||||
setQuestPoints: "<player>'s Quest Points have been set to <number>."
|
||||
questPointsSet: "<player> has set your Quest Points to <number>."
|
||||
takeQuestPoints: "Took away <number> Quest Points from <player>."
|
||||
questPointsTaken: "<player> took away <number> Quest Points."
|
||||
giveQuestPoints: "Gave <number> Quest Points from <player>."
|
||||
questPointsGiven: "<player> gave you <number> Quest Points."
|
||||
questRemoved: "Quest <quest> has been removed from player <player>'s completed quests."
|
||||
settingAllQuestPoints: "Setting all players' <points>..."
|
||||
allQuestPointsSet: "All players' <points> have been set to <number>!"
|
||||
setQuestPoints: "<player>'s <points> have been set to <number>."
|
||||
questPointsSet: "<player> has set your <points> to <number>."
|
||||
takeQuestPoints: "Took away <number> <points> from <player>."
|
||||
questPointsTaken: "<player> took away <number> <points>."
|
||||
giveQuestPoints: "Gave <number> <points> from <player>."
|
||||
questPointsGiven: "<player> gave you <number> <points>."
|
||||
invalidMinimum: "Input must be at least <number>!"
|
||||
invalidRange: "Input must be between <least> and <greatest>!"
|
||||
invalidOption: "無効なオプション"
|
||||
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||
noCurrentQuest: "<player> does not currently have any active quests."
|
||||
playerNotFound: "Player not found."
|
||||
questsPlayerHasQuestAlready: "<player> is already on the quest <quest>!"
|
||||
questsUnknownAdminCommand: "Unknown command. Type /questsadmin for help."
|
||||
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||
errorReading: "Error reading <file>, skipping.."
|
||||
questSaveError: "保存中にエラーが発生しました。"
|
||||
questErrorReadingFile: "クエスト ファイルの読み取りエラーです。"
|
||||
errorReading: "Error reading <file>, skipping..."
|
||||
errorReadingSuppress: "Error reading <file>, suppressing further errors."
|
||||
errorDataFolder: "Error: Unable to read Quests data folder!"
|
||||
questsPlayerHasQuestAlready: "<player> is already on the Quest <quest>!"
|
||||
questsUnknownAdminCommand: "Unknown Questsadmin command. Type /questsadmin for help."
|
||||
errorDataFolder: "Error: Unable to read from data folder!"
|
||||
unknownError: "An unknown error occurred. See console output."
|
||||
journalTitle: "クエスト ジャーナル"
|
||||
journalTaken: "クエスト手帳を手に入れた!"
|
||||
journalPutAway: "You put away your Quest Journal."
|
||||
journalAlreadyHave: "You already have your Quest Journal out."
|
||||
journalNoRoom: "You have no room in your inventory for your Quest Journal!"
|
||||
journalPutAway: "You put away your <journal>."
|
||||
journalNoRoom: "You have no room in your inventory for your <journal>!"
|
||||
journalNoQuests: "You have no accepted quests!"
|
||||
journalDenied: "You cannot do that with your Quest Journal."
|
||||
journalDenied: "You cannot do that with your <journal>."
|
||||
compassSet: "Set compass target to quest <quest>."
|
||||
compassReset: "Reset compass target."
|
||||
timeZone: "Time zone"
|
||||
@ -761,8 +749,6 @@ experience: "経験値"
|
||||
timePrompt: "Enter amount of time (in seconds), <clear>, <cancel>"
|
||||
timerMessage: "Time left to finish the quest/stage: <time> seconds"
|
||||
timerStart: "<time> 秒以内に処理せよ"
|
||||
questErrorReadingFile: "クエスト ファイルの読み取りエラーです。"
|
||||
questSaveError: "保存中にエラーが発生しました。"
|
||||
noPermission: "You do not have permission to do that."
|
||||
duplicateEditor: "You are already using an editor!"
|
||||
difference: "The difference is '<data>'."
|
||||
|
@ -274,7 +274,6 @@ eventEditorNotFound: "동작을 찾을 수 없습니다!"
|
||||
eventEditorExists: "액션이 이미 존재합니다!"
|
||||
eventEditorSomeone: "누군가 이미 해당 이름으로 활동을 작성하거나 편집 중입니다!"
|
||||
eventEditorAlpha: "이름은 영숫자 여야합니다!"
|
||||
eventEditorErrorReadingFile: "작업 파일을 읽는 중 오류가 발생했습니다."
|
||||
eventEditorErrorSaving: "저장하는 동안 오류가 발생했습니다."
|
||||
eventEditorDeleted: "액션 삭제, 퀘스트 및 액션 리로드."
|
||||
eventEditorSaved: "액션 저장, 퀘스트 및 액션 리로드."
|
||||
@ -409,14 +408,11 @@ reqSetSkills: "스킬 설정"
|
||||
reqSetSkillAmounts: "스킬 양 설정"
|
||||
reqHeroesSetPrimary: "기본 클래스 설정"
|
||||
reqHeroesSetSecondary: "보조 클래스 설정"
|
||||
reqMoneyPrompt: "금액 입력 <money>, <clear>, <cancel>"
|
||||
reqQuestPointsPrompt: "퀘스트 포인트 설정, <clear>, <cancel>"
|
||||
reqQuestListTitle: "- 퀘스트 가능 -"
|
||||
reqQuestPrompt: "퀘스트 이름 입력, <semicolon>, <clear>, <cancel>"
|
||||
reqRemoveItemsPrompt: "사실/거짓 값 입력, <space>, <cancel>"
|
||||
reqPermissionsPrompt: "사용 권한 요구 사항 입력, <space>, <clear>, <cancel>"
|
||||
reqCustomPrompt: "사용자 정의 요구 사항 입력, <clear>, <cancel>"
|
||||
reqMcMMOPrompt: "mcMMO 스킬 입력, <space>, <clear>, <cancel>"
|
||||
reqMcMMOAmountsPrompt: "mcMMO 스킬 양 입력, <space>, <clear>, <cancel>"
|
||||
reqHeroesPrimaryPrompt: "Heroes 기본 클래스 이름 입력, <clear>, <cancel>"
|
||||
reqHeroesSecondaryPrompt: "Heroes 보조 클래스 이름 입력, <clear>, <cancel>"
|
||||
@ -639,15 +635,6 @@ inputPosNum: "입력은 양수 여야합니다."
|
||||
questModified: "활성 퀘스트 <quest> 가 수정되었습니다. 당신은 퀘스트를 그만둬야합니다."
|
||||
questNotExist: "현재 활동중인 퀘스트 <quest> 가 더 이상 존재하지 않습니다. 당신은 퀘스트를 그만둬야합니다."
|
||||
questInvalidChoice: "잘못된 선택입니다. '<yes>'또는 '<no>'를 입력하십시오"
|
||||
questPointsDisplay: "퀘스트 포인트:"
|
||||
questNoDrop: "퀘스트 아이템을 드롭 할 수 없습니다."
|
||||
questNoBrew: "퀘스트 아이템을 추출 할 수 없습니다."
|
||||
questNoStore: "퀘스트 아이템을 저장할 수 없습니다."
|
||||
questNoCraft: "퀘스트 아이템을 저장할 수 없습니다."
|
||||
questNoEquip: "퀘스트 아이템을 장비 할 수 없습니다."
|
||||
questNoDispense: "Quest 아이템을 디스펜서에 넣을 수 없습니다."
|
||||
questNoEnchant: "퀘스트 아이템에 인챈트를 할 수 없습니다."
|
||||
questNoSmelt: "퀘스트 아이템을 제련 할 수 없습니다."
|
||||
pageSelectionNum: "페이지 선택은 숫자 여야합니다."
|
||||
pageSelectionPosNum: "페이지 선택은 양수 여야합니다."
|
||||
questTakeDisabled: "명령을 통해 퀘스트를 수행하는 기능이 비활성화되었습니다."
|
||||
@ -681,17 +668,18 @@ invalidRange: "<least> 와 <greatest> 사이 여야합니다!"
|
||||
invalidOption: "잘못된 옵션입니다!"
|
||||
noCurrentQuest: "<player> 에는 현재 활성 퀘스트가 없습니다."
|
||||
playerNotFound: "플레이어를 찾을 수 없습니다."
|
||||
questsPlayerHasQuestAlready: "<player> 님은 이미 <quest> 퀘스트를 진행 중입니다!"
|
||||
questsUnknownAdminCommand: "알 수없는 Questsadmin 명령어 입니다. 도움을 받으려면 /questsadmin을 입력하십시오."
|
||||
errorNPCID: '오류: ID가 <number> 인 NPC가 없습니다.'
|
||||
questSaveError: "저장하는 동안 오류가 발생했습니다."
|
||||
questErrorReadingFile: "퀘스트 파일을 읽는 중 오류가 발생했습니다."
|
||||
errorReading: "<file> 읽어오기 오류, 건너뛰기.."
|
||||
errorReadingSuppress: "<file>을 읽는 중 오류가 발생하여 이후 오류가 표시되지 않습니다."
|
||||
errorDataFolder: "오류: 퀘스트 데이터 폴더를 읽을 수 없습니다!"
|
||||
questsPlayerHasQuestAlready: "<player> 님은 이미 <quest> 퀘스트를 진행 중입니다!"
|
||||
questsUnknownAdminCommand: "알 수없는 Questsadmin 명령어 입니다. 도움을 받으려면 /questsadmin을 입력하십시오."
|
||||
unknownError: "알 수없는 오류가 발생했습니다. 콘솔 출력을 참조하십시오."
|
||||
journalTitle: "퀘스트 일지"
|
||||
journalTaken: "퀘스트 일지를 꺼냈습니다."
|
||||
journalPutAway: "퀘스트 일지를 버렸습니다."
|
||||
journalAlreadyHave: "당신은 이미 퀘스트 일지를 가지고있다."
|
||||
journalNoRoom: "인벤토리가 꽉차서 퀘스트 일지를 가질 수 없다!"
|
||||
journalNoQuests: "수락 한 퀘스트가 없습니다."
|
||||
journalDenied: "당신은 퀘스트 일지로 그렇게 할 수 없습니다."
|
||||
@ -761,8 +749,6 @@ experience: "경험치"
|
||||
timePrompt: "시간 입력(초), <clear>, <cancel>"
|
||||
timerMessage: "퀘스트/스테이지 완료까지 남은 시간: <time> 초"
|
||||
timerStart: "이 퀘스트/스테이지를 완료하려면 <time> 초남았습니다"
|
||||
questErrorReadingFile: "퀘스트 파일을 읽는 중 오류가 발생했습니다."
|
||||
questSaveError: "저장하는 동안 오류가 발생했습니다."
|
||||
noPermission: "실행할 수 있는 권한이 없습니다."
|
||||
duplicateEditor: "이미 편집자를 사용 중입니다!"
|
||||
difference: "다른점은 '<data>' 입니다."
|
||||
|
@ -274,7 +274,6 @@ eventEditorNotFound: "Missie niet gevonden!"
|
||||
eventEditorExists: "Missie bestaat al!"
|
||||
eventEditorSomeone: "Iemand is al een missie met dezelfde naam aan het maken/bewerken!"
|
||||
eventEditorAlpha: "De naam moet alfabetisch zijn!"
|
||||
eventEditorErrorReadingFile: "Fout bij het lezen van het Missie bestand."
|
||||
eventEditorErrorSaving: "Er is een fout opgetreden tijdens het opslaan."
|
||||
eventEditorDeleted: "Missie verwijderd, Opdrachten en Missies herladen."
|
||||
eventEditorSaved: "Missie opgeslagen, Opdrachten en Missies herladen."
|
||||
@ -409,14 +408,11 @@ reqSetSkills: "Stel vaardigheden in"
|
||||
reqSetSkillAmounts: "Stel hoeveelheid vaardigheid in"
|
||||
reqHeroesSetPrimary: "Stel Primaire klasse in"
|
||||
reqHeroesSetSecondary: "Stel Secundaire Klasse in"
|
||||
reqMoneyPrompt: "Vul het bedrag in van <money>, <clear>, <cancel>"
|
||||
reqQuestPointsPrompt: "Vul het aantal Quest Punten in, <clear>, <cancel>"
|
||||
reqQuestListTitle: "- Quests Beschikbaar -"
|
||||
reqQuestPrompt: "Maak een lijst van Quest namen, <semicolon>, <clear>, <cancel>"
|
||||
reqRemoveItemsPrompt: "Vul een lijst van waar/niet waar waarden in, <space>, <cancel>"
|
||||
reqPermissionsPrompt: "Vul permissie voorwaarden in, <space>, <clear>, <cancel>"
|
||||
reqCustomPrompt: "Voer de naam in van een aangepaste vereiste om toe te voegen, <clear>, <cancel>"
|
||||
reqMcMMOPrompt: "Voer mcMMO Classic vaardigheden in, <space>, <clear>, <cancel>"
|
||||
reqMcMMOAmountsPrompt: "Voer mcMMO Classic vaardigheden aantal in, <space>, <clear>, <cancel>"
|
||||
reqHeroesPrimaryPrompt: "Vul een Heroes Primaire Klasse naam in, <clear>, <cancel>"
|
||||
reqHeroesSecondaryPrompt: "Vul een Heroes Secundaire Klasse naam in, <clear>, <cancel>"
|
||||
@ -639,15 +635,6 @@ inputPosNum: "Invoer moet een positief getal zijn."
|
||||
questModified: "Uw actieve Quest <quest> is gewijzigd. U bent geforceerd om de Quest af te sluiten."
|
||||
questNotExist: "Uw actieve Quest <quest> bestaat niet langer. U word geforceerd om de Quest af te sluiten."
|
||||
questInvalidChoice: "Ongeldige keuze. Typ '<yes>' of '<no>'"
|
||||
questPointsDisplay: "Quest punten:"
|
||||
questNoDrop: "U kunt geen Quest items laten vallen."
|
||||
questNoBrew: "U mag geen Quest items enchanten."
|
||||
questNoStore: "U kunt geen Quest items opslaan."
|
||||
questNoCraft: "U mag geen Quest items maken."
|
||||
questNoEquip: "U mag geen Quest items gebruiken."
|
||||
questNoDispense: "U mag geen Quest items in een dispenser plaatsen."
|
||||
questNoEnchant: "U mag geen Quest items enchanten."
|
||||
questNoSmelt: "U mag geen roken met Quest-items."
|
||||
pageSelectionNum: "Paginaselectie moet een getal zijn."
|
||||
pageSelectionPosNum: "Pagina selectie moet een positief nummer zijn."
|
||||
questTakeDisabled: "Het uitvoeren van Quests via opdrachten is uitgeschakeld."
|
||||
@ -681,17 +668,18 @@ invalidRange: "Invoer moet tussen <least> en <greatest> zijn!"
|
||||
invalidOption: "Ongeldige optie!"
|
||||
noCurrentQuest: "<player> heeft momenteel geen actieve Quests."
|
||||
playerNotFound: "Speler niet gevonden."
|
||||
questsPlayerHasQuestAlready: "<player> staat al op de Quest <quest>!"
|
||||
questsUnknownAdminCommand: "Onbekende opdracht Questsadmin. Typ /questsadmin voor hulp."
|
||||
errorNPCID: 'Fout: er is geen NPC met ID <number>'
|
||||
questSaveError: "Er ging iets mis tijdens het opslaan."
|
||||
questErrorReadingFile: "Error tijdens het lezen van het Quests bestand."
|
||||
errorReading: "Fout bij lezen van <file>, overslaan.."
|
||||
errorReadingSuppress: "Fout bij lezen <file>, verdere fouten worden onderdrukt."
|
||||
errorDataFolder: "Fout: kan de gegevensmap van Quests niet lezen!"
|
||||
questsPlayerHasQuestAlready: "<player> staat al op de Quest <quest>!"
|
||||
questsUnknownAdminCommand: "Onbekende opdracht Questsadmin. Typ /questsadmin voor hulp."
|
||||
unknownError: "Een onbekende fout is opgetreden. Zie console-uitvoer."
|
||||
journalTitle: "Quest Logboek"
|
||||
journalTaken: "Je haalt je Quest Logboek tevoorschijn."
|
||||
journalPutAway: "Je hebt je Quest Logboek weggestopt."
|
||||
journalAlreadyHave: "Je hebt je Quest Logboek al."
|
||||
journalNoRoom: "Je hebt geen ruimte in je inventaris voor je Quest Logboek!"
|
||||
journalNoQuests: "U heeft geen opdrachten!"
|
||||
journalDenied: "U kunt dat niet doen met uw Quest Logboek."
|
||||
@ -761,8 +749,6 @@ experience: "Ervaring"
|
||||
timePrompt: "Voer de tijd in (in seconden), <clear>, <cancel>"
|
||||
timerMessage: "Tijd over om de Opdracht/fase af te ronden: <time> seconden"
|
||||
timerStart: "Je hebt <time> seconden om deze quest/fase af te ronden"
|
||||
questErrorReadingFile: "Error tijdens het lezen van het Quests bestand."
|
||||
questSaveError: "Er ging iets mis tijdens het opslaan."
|
||||
noPermission: "Je hebt geen toestemming om dat te doen."
|
||||
duplicateEditor: "Je gebruikt al een editor!"
|
||||
difference: "Het verschil is '<data>'."
|
||||
|
@ -274,7 +274,6 @@ eventEditorNotFound: "Nie znaleziono wydarzenia!"
|
||||
eventEditorExists: "Wydarzenie już istnieje!"
|
||||
eventEditorSomeone: "Ktoś już tworzy lub edytuje wydarzenie z tą nazwą!"
|
||||
eventEditorAlpha: "Nazwa musi być alfanumeryczna!"
|
||||
eventEditorErrorReadingFile: "Wystąpił błąd w czytaniu pliku wydarzenia."
|
||||
eventEditorErrorSaving: "Wystąpił błąd podczas zapisywania."
|
||||
eventEditorDeleted: "Wydarzenie usunięte, Misje i wydarzenia załadowane ponownie."
|
||||
eventEditorSaved: "Wydarzenie zapisane, zadania i wydarzanie załadowane."
|
||||
@ -409,14 +408,11 @@ reqSetSkills: "Ustaw umiejętności"
|
||||
reqSetSkillAmounts: "Ustaw liczbę umiejętności"
|
||||
reqHeroesSetPrimary: "Ustaw Główną Klasę"
|
||||
reqHeroesSetSecondary: "Ustaw Drugorzędną Klasę"
|
||||
reqMoneyPrompt: "Wpisz ilość <money>, <clear>, <cancel>"
|
||||
reqQuestPointsPrompt: "Wprowadź liczbę punktów misji, <clear>, <cancel>"
|
||||
reqQuestListTitle: "- Dostępne Misje -"
|
||||
reqQuestPrompt: "Wprowadź listę nazw misji, <semicolon>, <clear>, <cancel>"
|
||||
reqRemoveItemsPrompt: "Wprowadź listę prawdziwych/fałszywych wartości, <space>, <cancel>"
|
||||
reqPermissionsPrompt: "Podaj wymagania dotyczące uprawnień, <space>, <clear>, <cancel>"
|
||||
reqCustomPrompt: "Wprowadź nazwę niestandardowego wymagania do dodania, <clear>, <cancel>"
|
||||
reqMcMMOPrompt: "Wprowadź umiejętności mcMMO, <space>, <clear>, <cancel>"
|
||||
reqMcMMOAmountsPrompt: "Wprowadź liczbę umiejętności mcMMO, <space>, <clear>, <cancel>"
|
||||
reqHeroesPrimaryPrompt: "Wprowadź nazwę klasy głównej bohaterów, <clear>, <cancel>"
|
||||
reqHeroesSecondaryPrompt: "Wprowadź nazwę podklasy bohaterów, <clear>, <cancel>"
|
||||
@ -639,15 +635,6 @@ inputPosNum: "Wpisana ilość musi być liczbą dodatnią."
|
||||
questModified: "Twoja aktywna misja <quest> została zmodyfikowana. Zostałeś zmuszony, aby ją opuścić."
|
||||
questNotExist: "Twoja aktywna misja <quest> już nie istnieje. Zostałeś zmuszony, aby ją opuścić."
|
||||
questInvalidChoice: "Nieprawidłowy wybór. Wpisz '<yes>' lub '<no>'"
|
||||
questPointsDisplay: "Punkty misji:"
|
||||
questNoDrop: "Nie możesz upuścić przedmiotu potrzebnego do Misji."
|
||||
questNoBrew: "Nie możesz warzyć przedmiotów misji."
|
||||
questNoStore: "Nie możesz przechowywać przedmiotów misji."
|
||||
questNoCraft: "Nie możesz używać przedmiotów Misji do wytwarzania."
|
||||
questNoEquip: "Nie możesz ekwipować przedmiotów Misji."
|
||||
questNoDispense: "Nie możesz wkładać przedmiotów misji do dozowników."
|
||||
questNoEnchant: "Nie możesz zaczarować przedmiotów misji."
|
||||
questNoSmelt: "Nie możesz wytapiać przedmiotów misji."
|
||||
pageSelectionNum: "Wybór strony musi być liczbą."
|
||||
pageSelectionPosNum: "Wybór strony musi być liczbą dodatnią."
|
||||
questTakeDisabled: "Wykonywanie zadań za pomocą komend zostało wyłączone."
|
||||
@ -681,17 +668,18 @@ invalidRange: "Dane wejściowe muszą znajdować się między <least> i <greates
|
||||
invalidOption: "Nie można tego zrobić!"
|
||||
noCurrentQuest: "<player> nie ma obecnie żadnych aktywnych zadań."
|
||||
playerNotFound: "Nie ma gracza o tej nazwie."
|
||||
questsPlayerHasQuestAlready: "Gracz <player> wykonuje już zadanie o nazwie <quest>!"
|
||||
questsUnknownAdminCommand: "Nieznana komenda Questadmin. Wpisz /questsadmin."
|
||||
errorNPCID: 'Błąd: Nie ma NPC z ID <number>'
|
||||
questSaveError: "Wystąpił błąd podczas zapisu."
|
||||
questErrorReadingFile: "Wystąpił błąd."
|
||||
errorReading: "Błąd podczas wczytywania pliku <file>, pomijanie.."
|
||||
errorReadingSuppress: "Błąd podczas wczytywania pliku <file>, zamykanie błędów."
|
||||
errorDataFolder: "Błąd: Nie udało się wczytać plików pluginu Quests!"
|
||||
questsPlayerHasQuestAlready: "Gracz <player> wykonuje już zadanie o nazwie <quest>!"
|
||||
questsUnknownAdminCommand: "Nieznana komenda Questadmin. Wpisz /questsadmin."
|
||||
unknownError: "Wystąpił błąd podczas wczytywania plików."
|
||||
journalTitle: "Dziennik misji"
|
||||
journalTaken: "Pomyślnie wyjęto księgę zadań."
|
||||
journalPutAway: "Pomyślnie odłożono księgę zadań."
|
||||
journalAlreadyHave: "Już masz swoją księgę zadań."
|
||||
journalNoRoom: "Nie masz miejsca w ekwipunku na księgę zadań!"
|
||||
journalNoQuests: "Nie wybrano zadań!"
|
||||
journalDenied: "Nie możesz tego zrobić z księgą zadań."
|
||||
@ -761,8 +749,6 @@ experience: "Doświadczenie"
|
||||
timePrompt: "Wprowadź ilość czasu (w sekundach), <clear>, <cancel>"
|
||||
timerMessage: "Czas na ukończenie zadania: <time> sekund"
|
||||
timerStart: "Masz <time> sekund na zakończenie tego zadania"
|
||||
questErrorReadingFile: "Wystąpił błąd."
|
||||
questSaveError: "Wystąpił błąd podczas zapisu."
|
||||
noPermission: "Nie masz na to pozwolenia."
|
||||
duplicateEditor: "Używasz już edytora!"
|
||||
difference: "Różnica polega na '<data> '."
|
||||
|
@ -274,7 +274,6 @@ eventEditorNotFound: "Evento não encontrado!"
|
||||
eventEditorExists: "Já existe!"
|
||||
eventEditorSomeone: "Alguém está cirando/editando uma Quest com este nome!"
|
||||
eventEditorAlpha: "Nome deve ser alfanumérica!"
|
||||
eventEditorErrorReadingFile: "Erro ao ler arquivo."
|
||||
eventEditorErrorSaving: "Ocorreu um erro ao gravar."
|
||||
eventEditorDeleted: "Quest deletada! Quests e Eventos foram reiniciados."
|
||||
eventEditorSaved: "Quest deletada! Quests e Eventos foram reiniciados."
|
||||
@ -409,14 +408,11 @@ reqSetSkills: "Definir habilidades"
|
||||
reqSetSkillAmounts: "Definir valores de habilidade"
|
||||
reqHeroesSetPrimary: "Definir Classe Primária"
|
||||
reqHeroesSetSecondary: "Definir Classe Secundária"
|
||||
reqMoneyPrompt: "Digite a quantidade de <money>, <clear>, <cancel>"
|
||||
reqQuestPointsPrompt: "Digite a quantidade de Pontos de Missão, <clear>, <cancel>"
|
||||
reqQuestListTitle: "- Missões Disponíveis -"
|
||||
reqQuestPrompt: "Digite uma lista de nomes de Missões, <semicolon>, <clear>, <cancel>"
|
||||
reqRemoveItemsPrompt: "Digite uma lista de valores verdadeiro/falso, <space>, <cancel>"
|
||||
reqPermissionsPrompt: "Digite os requisitos de permissão, <space>, <clear>, <cancel>"
|
||||
reqCustomPrompt: "Digite o nome de um requisito personalizado para adicionar, <clear>, <cancel>"
|
||||
reqMcMMOPrompt: "Insira habilidades mcMMO, <space>, <clear>, <cancel>"
|
||||
reqMcMMOAmountsPrompt: "Digite os valores de habilidade mcMMO, <space>, <clear>, <cancel>"
|
||||
reqHeroesPrimaryPrompt: "Digite um nome de Classe Primária dos Heroes, <clear> <cancel>"
|
||||
reqHeroesSecondaryPrompt: "Digite um nome de Classe Secundária de Heroes, <clear>, <cancel>"
|
||||
@ -639,15 +635,6 @@ inputPosNum: "A entrada deve ser um número positivo."
|
||||
questModified: "Sua missão ativa <quest> foi modificada. Você foi forçado a sair da Missão."
|
||||
questNotExist: "Sua missão ativa <quest> não existe mais. Você foi forçado a sair da missão."
|
||||
questInvalidChoice: "Escolha inválida. Digite '<yes>' ou '<no>'"
|
||||
questPointsDisplay: "Pontos de Missão:"
|
||||
questNoDrop: "Você não pode soltar itens de Missão."
|
||||
questNoBrew: "Você não pode criar itens de Missões."
|
||||
questNoStore: "Você não pode armazenar itens de Missões."
|
||||
questNoCraft: "Você não pode criar itens de Missão."
|
||||
questNoEquip: "Você não pode equipar itens de Missão."
|
||||
questNoDispense: "Você não pode colocar itens de missões em items com menu."
|
||||
questNoEnchant: "Você não pode encantar itens de Missão."
|
||||
questNoSmelt: "Você não pode derreter itens de Missão."
|
||||
pageSelectionNum: "A seleção de página deve ser um número."
|
||||
pageSelectionPosNum: "A seleção de página deve ser um número positivo."
|
||||
questTakeDisabled: "Tirar missões através de comandos foi desativado."
|
||||
@ -681,17 +668,18 @@ invalidRange: "A entrada deve estar entre <least> e <greatest>!"
|
||||
invalidOption: "Opção inválida!"
|
||||
noCurrentQuest: "<player> jogador de momento não tem Quests ativas."
|
||||
playerNotFound: "Jogador não encontrado."
|
||||
questsPlayerHasQuestAlready: "<player> já está na Missão <quest>!"
|
||||
questsUnknownAdminCommand: "Comando de missões desconhecido. Digite /quests para ajuda."
|
||||
errorNPCID: 'Erro: Não existe nenhum NPC com ID <number>'
|
||||
questSaveError: "Ocorreu um erro ao gravar."
|
||||
questErrorReadingFile: "Erro ao ler o arquivo de Missões."
|
||||
errorReading: "Erro ao ler <file>, saltando.."
|
||||
errorReadingSuppress: "Erro ao ler <file>, suprimindo mais erros."
|
||||
errorDataFolder: "Erro: Não foi possível ler a pasta de dados de tarefas!"
|
||||
questsPlayerHasQuestAlready: "<player> já está na Missão <quest>!"
|
||||
questsUnknownAdminCommand: "Comando de missões desconhecido. Digite /quests para ajuda."
|
||||
unknownError: "Ocorreu um erro desconhecido. Veja a saída do console."
|
||||
journalTitle: "Jornal de Missões"
|
||||
journalTaken: "Você pegou o seu Jornal de Missões."
|
||||
journalPutAway: "Você guardou o seu Jornal de Missões."
|
||||
journalAlreadyHave: "Você já tem seu Jornal de Missões."
|
||||
journalNoRoom: "Você não tem espaço no seu inventário para seu Jornal de Missões!"
|
||||
journalNoQuests: "Você não tem missões aceitas!"
|
||||
journalDenied: "Você não pode fazer isso com seu Jornal de Missões."
|
||||
@ -761,8 +749,6 @@ experience: "Experiência"
|
||||
timePrompt: "Digite a quantidade de tempo (em segundos), <clear>, <cancel>"
|
||||
timerMessage: "Tempo para terminar a missão/etapa: <time> segundos"
|
||||
timerStart: "Você tem <time> segundos para concluir esta missão/etapa"
|
||||
questErrorReadingFile: "Erro ao ler o arquivo de Missões."
|
||||
questSaveError: "Ocorreu um erro ao gravar."
|
||||
noPermission: "Você não tem permissão para fazer isso."
|
||||
duplicateEditor: "Você já está usando um editor!"
|
||||
difference: "A diferença é '<data>'."
|
||||
|
@ -259,30 +259,29 @@ stageEditorDelayCleared: "Delay cleared."
|
||||
stageEditorDenizenCleared: "Denizen script cleared."
|
||||
stageEditorObjectiveCleared: "Objective cleared."
|
||||
stageEditorMessageCleared: "Message cleared."
|
||||
stageEditorConfirmStageNote: "Any Stages after will be shifted back one spot"
|
||||
stageEditorConfirmStageNote: "Any stages after will be shifted back one spot"
|
||||
stageEditorDeleteSucces: "Stage deleted successfully."
|
||||
stageEditorEnchantments: "Encantamentos"
|
||||
stageEditorNPCNote: 'Note: You may specify the name of the NPC with <npc>'
|
||||
stageEditorOptional: "Opcional"
|
||||
stageEditorColors: "Cores da Ovelha"
|
||||
eventEditorCreate: "Create new Action"
|
||||
eventEditorEdit: "Edit an Action"
|
||||
eventEditorDelete: "Delete an Action"
|
||||
eventEditorNoneToEdit: "No Actions currently exist to be edited!"
|
||||
eventEditorNoneToDelete: "No Actions currently exist to be deleted!"
|
||||
eventEditorCreate: "Create new action"
|
||||
eventEditorEdit: "Edit an action"
|
||||
eventEditorDelete: "Delete an action"
|
||||
eventEditorNoneToEdit: "No actions currently exist to be edited!"
|
||||
eventEditorNoneToDelete: "No actions currently exist to be deleted!"
|
||||
eventEditorNotFound: "Action not found!"
|
||||
eventEditorExists: "Action already exists!"
|
||||
eventEditorSomeone: "Someone is already creating or editing an Action with that name!"
|
||||
eventEditorSomeone: "Someone is already creating or editing an action with that name!"
|
||||
eventEditorAlpha: "Name must be alphanumeric!"
|
||||
eventEditorErrorReadingFile: "Error reading Actions file."
|
||||
eventEditorErrorSaving: "An error occurred while saving."
|
||||
eventEditorDeleted: "Action deleted, Quests and Actions reloaded."
|
||||
eventEditorSaved: "Action saved, Quests and Actions reloaded."
|
||||
eventEditorDeleted: "Action deleted. Quest and action data reloaded."
|
||||
eventEditorSaved: "Action saved. Quest and action data reloaded."
|
||||
eventEditorEnterEventName: "Enter Action name, <cancel>"
|
||||
eventEditorModifiedNote: 'Note: You have modified an Action that the following Quests use:'
|
||||
eventEditorForcedToQuit: "If you save the Action, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||
eventEditorEventInUse: "The following Quests use the Action"
|
||||
eventEditorMustModifyQuests: "You must modify these Quests first!"
|
||||
eventEditorModifiedNote: 'Note: You have modified an action that the following quests use:'
|
||||
eventEditorForcedToQuit: "If you save the action, anyone who is actively doing any of these quests will be forced to quit them."
|
||||
eventEditorEventInUse: "The following quests use the action"
|
||||
eventEditorMustModifyQuests: "You must modify these quests first!"
|
||||
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||
eventEditorGiveItemsTitle: "- Give Items -"
|
||||
eventEditorEffectsTitle: "- Sound Effects -"
|
||||
@ -397,11 +396,11 @@ eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to,
|
||||
eventEditorCommandsNote: "Note: You may use <player> to refer to the player's name."
|
||||
eventEditorSetCommandsPrompt: "Enter commands, <semicolon>, <clear>, <cancel>"
|
||||
reqSetMoney: "Set money requirement"
|
||||
reqSetQuestPoints: "Set Quest Points requirement"
|
||||
reqSetQuestPoints: "Set <points> requirement"
|
||||
reqSetItem: "Set item requirements"
|
||||
reqSetPerms: "Set permission requirements"
|
||||
reqSetQuest: "Set Quest requirements"
|
||||
reqSetQuestBlocks: "Set Quest blocks"
|
||||
reqSetQuest: "Set quest requirements"
|
||||
reqSetQuestBlocks: "Set quest blocks"
|
||||
reqSetMcMMO: "Set mcMMO Classic requirements"
|
||||
reqSetHeroes: "Set Heroes requirements"
|
||||
reqSetCustom: "Set custom requirements"
|
||||
@ -409,14 +408,11 @@ reqSetSkills: "Set skills"
|
||||
reqSetSkillAmounts: "Set skill amounts"
|
||||
reqHeroesSetPrimary: "Set Primary Class"
|
||||
reqHeroesSetSecondary: "Set Secondary Class"
|
||||
reqMoneyPrompt: "Enter amount of <money>, <clear>, <cancel>"
|
||||
reqQuestPointsPrompt: "Enter amount of Quest Points, <clear>, <cancel>"
|
||||
reqQuestListTitle: "- Quests Available -"
|
||||
reqQuestPrompt: "Enter a list of Quest names, <semicolon>, <clear>, <cancel>"
|
||||
reqQuestPrompt: "Enter a list of quest names, <semicolon>, <clear>, <cancel>"
|
||||
reqRemoveItemsPrompt: "Enter a list of true/false values, <space>, <cancel>"
|
||||
reqPermissionsPrompt: "Enter permission requirements, <space>, <clear>, <cancel>"
|
||||
reqCustomPrompt: "Enter the name of a custom requirement to 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>"
|
||||
@ -426,7 +422,7 @@ reqNoItemsSet: "No items set"
|
||||
reqNoValuesSet: "No values set"
|
||||
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||
reqNotAQuestName: "<quest> is not a quest name!"
|
||||
reqItemCleared: "Item requirements cleared."
|
||||
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||
reqCustomNotFound: "Custom requirement module not found."
|
||||
@ -460,7 +456,7 @@ optUsePartiesPlugin: "Use Parties plugin"
|
||||
optShareProgressLevel: "Level of progress sharing"
|
||||
optRequireSameQuest: "Require same quest"
|
||||
rewSetMoney: "Set money reward"
|
||||
rewSetQuestPoints: "Set Quest Points reward"
|
||||
rewSetQuestPoints: "Set <points> reward"
|
||||
rewSetItems: "Set item rewards"
|
||||
rewSetExperience: "Set experience reward"
|
||||
rewSetCommands: "Set command rewards"
|
||||
@ -481,7 +477,7 @@ rewExperiencePrompt: "Enter amount of experience, <clear>, <cancel>"
|
||||
rewCommandPrompt: "Enter command rewards (use '<player>' to represent the player), <semicolon>, <clear>, <cancel>"
|
||||
rewPermissionsPrompt: "Enter permission rewards, <space>, <clear>, <cancel>"
|
||||
rewPermissionsWorldPrompt: "Enter permission worlds, <semicolon>, <clear>, <cancel>"
|
||||
rewQuestPointsPrompt: "Enter amount of Quest Points, <clear>, <cancel>"
|
||||
rewQuestPointsPrompt: "Enter amount of <points>, <clear>, <cancel>"
|
||||
rewMcMMOPrompt: "Enter mcMMO Classic skills (or enter 'All' for all skills), <space>, <cancel>"
|
||||
rewHeroesClassesPrompt: "Enter Heroes classes, <space>, <cancel>"
|
||||
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed), <space>, <cancel>"
|
||||
@ -639,62 +635,54 @@ inputPosNum: "Entrada deve ser um número positivo."
|
||||
questModified: "A tua Quest ativa <quest> foi modificada. Foste forçado a sair da Quest."
|
||||
questNotExist: "A tua Quest ativa <quest> já não existe. Foste forçado a sair da Quest."
|
||||
questInvalidChoice: "Invalid choice. Type '<yes>' or '<no>'"
|
||||
questPointsDisplay: "Quest points:"
|
||||
questNoDrop: "Não deves soltar itens da Quest."
|
||||
questNoBrew: "You may not brew Quest items."
|
||||
questNoStore: "You may not store Quest items."
|
||||
questNoCraft: "You may not craft Quest items."
|
||||
questNoEquip: "You may not equip Quest items."
|
||||
questNoDispense: "You may not put Quest items in dispensers."
|
||||
questNoEnchant: "Não deves encantar itens da Quest."
|
||||
questNoSmelt: "You may not smelt using Quest items."
|
||||
pageSelectionNum: "Page selection must be a number."
|
||||
pageSelectionPosNum: "Page selection must be a positive number."
|
||||
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||
questTakeDisabled: "Taking quests via commands has been disabled."
|
||||
questQuit: "You have quit <quest>"
|
||||
questQuitDisabled: "Quitting this quest has been disabled."
|
||||
questsUnknownCommand: "Unknown Quests command. Type /quests for help."
|
||||
questsUnknownCommand: "Unknown command. Type /quests for help."
|
||||
pageNotExist: "Página não existe."
|
||||
pageFooter: "- Page <current> of <all> -"
|
||||
questsReloaded: "Quests reloaded."
|
||||
numQuestsLoaded: "<number> Quests loaded."
|
||||
questForceTake: "<player> has forcibly started the Quest <quest>."
|
||||
questForcedTake: "<player> has forced you to take the Quest <quest>."
|
||||
questForceQuit: "<player> has forcibly quit the Quest <quest>."
|
||||
questForcedQuit: "<player> has forced you to quit the Quest <quest>."
|
||||
questForceFinish: "<player> has forcibly finished their Quest <quest>."
|
||||
questForcedFinish: "<player> has forced you to finish your Quest <quest>."
|
||||
questForceNextStage: "<player> has advanced to the next Stage in the Quest <quest>."
|
||||
questForcedNextStage: "<player> has advanced you to the next Stage in your Quest <quest>."
|
||||
questsReloaded: "Quest data reloaded."
|
||||
numQuestsLoaded: "<number> quests loaded."
|
||||
questForceTake: "<player> has forcibly started the quest <quest>."
|
||||
questForcedTake: "<player> has forced you to take the quest <quest>."
|
||||
questForceQuit: "<player> has forcibly quit the quest <quest>."
|
||||
questForcedQuit: "<player> has forced you to quit the quest <quest>."
|
||||
questForceFinish: "<player> has forcibly finished their quest <quest>."
|
||||
questForcedFinish: "<player> has forced you to finish your quest <quest>."
|
||||
questForceNextStage: "<player> has advanced to the next stage in the quest <quest>."
|
||||
questForcedNextStage: "<player> has advanced you to the next stage in your quest <quest>."
|
||||
questReset: "<player> foi redefinido."
|
||||
questRemoved: "Quest <quest> has been removed from player <player>'s completed Quests."
|
||||
settingAllQuestPoints: "Setting all players' Quest Points..."
|
||||
allQuestPointsSet: "All players' Quest Points have been set to <number>!"
|
||||
setQuestPoints: "<player>'s Quest Points have been set to <number>."
|
||||
questPointsSet: "<player> has set your Quest Points to <number>."
|
||||
takeQuestPoints: "Took away <number> Quest Points from <player>."
|
||||
questPointsTaken: "<player> took away <number> Quest Points."
|
||||
giveQuestPoints: "Gave <number> Quest Points from <player>."
|
||||
questPointsGiven: "<player> gave you <number> Quest Points."
|
||||
questRemoved: "Quest <quest> has been removed from player <player>'s completed quests."
|
||||
settingAllQuestPoints: "Setting all players' <points>..."
|
||||
allQuestPointsSet: "All players' <points> have been set to <number>!"
|
||||
setQuestPoints: "<player>'s <points> have been set to <number>."
|
||||
questPointsSet: "<player> has set your <points> to <number>."
|
||||
takeQuestPoints: "Took away <number> <points> from <player>."
|
||||
questPointsTaken: "<player> took away <number> <points>."
|
||||
giveQuestPoints: "Gave <number> <points> from <player>."
|
||||
questPointsGiven: "<player> gave you <number> <points>."
|
||||
invalidMinimum: "Input must be at least <number>!"
|
||||
invalidRange: "Input must be between <least> and <greatest>!"
|
||||
invalidOption: "Opção inválida!"
|
||||
noCurrentQuest: "<player> jogador de momento não tem Quests ativas."
|
||||
playerNotFound: "Jogador não encontrado."
|
||||
questsPlayerHasQuestAlready: "<player> is already on the quest <quest>!"
|
||||
questsUnknownAdminCommand: "Unknown command. Type /questsadmin for help."
|
||||
errorNPCID: 'Erro: Não existe nenhum NPC com ID <number>'
|
||||
errorReading: "Error reading <file>, skipping.."
|
||||
questSaveError: "An error occurred while saving."
|
||||
questErrorReadingFile: "Error reading <file>."
|
||||
errorReading: "Error reading <file>, skipping..."
|
||||
errorReadingSuppress: "Error reading <file>, suppressing further errors."
|
||||
errorDataFolder: "Error: Unable to read Quests data folder!"
|
||||
questsPlayerHasQuestAlready: "<player> is already on the Quest <quest>!"
|
||||
questsUnknownAdminCommand: "Unknown Questsadmin command. Type /questsadmin for help."
|
||||
errorDataFolder: "Error: Unable to read from data folder!"
|
||||
unknownError: "An unknown error occurred. See console output."
|
||||
journalTitle: "Quest Journal"
|
||||
journalTaken: "You take out your Quest Journal."
|
||||
journalPutAway: "You put away your Quest Journal."
|
||||
journalAlreadyHave: "You already have your Quest Journal out."
|
||||
journalNoRoom: "You have no room in your inventory for your Quest Journal!"
|
||||
journalTaken: "You take out your <journal>."
|
||||
journalPutAway: "You put away your <journal>."
|
||||
journalNoRoom: "You have no room in your inventory for your <journal>!"
|
||||
journalNoQuests: "You have no accepted quests!"
|
||||
journalDenied: "You cannot do that with your Quest Journal."
|
||||
journalDenied: "You cannot do that with your <journal>."
|
||||
compassSet: "Set compass target to quest <quest>."
|
||||
compassReset: "Reset compass target."
|
||||
timeZone: "Time zone"
|
||||
@ -761,8 +749,6 @@ experience: "Experience"
|
||||
timePrompt: "Enter amount of time (in seconds), <clear>, <cancel>"
|
||||
timerMessage: "Time left to finish the quest/stage: <time> seconds"
|
||||
timerStart: "You have <time> seconds to finish this quest/stage"
|
||||
questErrorReadingFile: "Error reading Quests file."
|
||||
questSaveError: "An error occurred while saving."
|
||||
noPermission: "You do not have permission to do that."
|
||||
duplicateEditor: "You are already using an editor!"
|
||||
difference: "The difference is '<data>'."
|
||||
|
@ -259,7 +259,7 @@ stageEditorDelayCleared: "Întârzierea s-a șters."
|
||||
stageEditorDenizenCleared: "Scripturile Denizen au fost șterse."
|
||||
stageEditorObjectiveCleared: "Obiective șterse."
|
||||
stageEditorMessageCleared: "Mesajele șterse."
|
||||
stageEditorConfirmStageNote: "Any Stages after will be shifted back one spot"
|
||||
stageEditorConfirmStageNote: "Any stages after will be shifted back one spot"
|
||||
stageEditorDeleteSucces: "Etapa a fost ștearsă."
|
||||
stageEditorEnchantments: "Vrăjitoriile"
|
||||
stageEditorNPCNote: 'Note: You may specify the name of the NPC with <npc>'
|
||||
@ -268,21 +268,20 @@ stageEditorColors: "Culoarea Oilor"
|
||||
eventEditorCreate: "Crează o Acțiune"
|
||||
eventEditorEdit: "Editează o Acțiune"
|
||||
eventEditorDelete: "Șterge o Acțiune"
|
||||
eventEditorNoneToEdit: "No Actions currently exist to be edited!"
|
||||
eventEditorNoneToDelete: "No Actions currently exist to be deleted!"
|
||||
eventEditorNoneToEdit: "No actions currently exist to be edited!"
|
||||
eventEditorNoneToDelete: "No actions currently exist to be deleted!"
|
||||
eventEditorNotFound: "Action not found!"
|
||||
eventEditorExists: "Action already exists!"
|
||||
eventEditorSomeone: "Someone is already creating or editing an Action with that name!"
|
||||
eventEditorSomeone: "Someone is already creating or editing an action with that name!"
|
||||
eventEditorAlpha: "Name must be alphanumeric!"
|
||||
eventEditorErrorReadingFile: "Eroare la citirea fișierului de Acțiuni."
|
||||
eventEditorErrorSaving: "S-a produs o eroare în timpul salvării."
|
||||
eventEditorDeleted: "Acțiune ștearsă, Misiunile și Acțiunile au fost încărcate."
|
||||
eventEditorSaved: "Acțiune salvată, Misiunile și Acțiunile au fost încărcate."
|
||||
eventEditorEnterEventName: "Introdu numele Acțiunii, <cancel>"
|
||||
eventEditorModifiedNote: 'Note: You have modified an Action that the following Quests use:'
|
||||
eventEditorForcedToQuit: "If you save the Action, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||
eventEditorEventInUse: "The following Quests use the Action"
|
||||
eventEditorMustModifyQuests: "You must modify these Quests first!"
|
||||
eventEditorModifiedNote: 'Note: You have modified an action that the following quests use:'
|
||||
eventEditorForcedToQuit: "If you save the action, anyone who is actively doing any of these quests will be forced to quit them."
|
||||
eventEditorEventInUse: "The following quests use the action"
|
||||
eventEditorMustModifyQuests: "You must modify these quests first!"
|
||||
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||
eventEditorGiveItemsTitle: "- Dă Obiecte -"
|
||||
eventEditorEffectsTitle: "- Efecte Sonore -"
|
||||
@ -397,11 +396,11 @@ eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to,
|
||||
eventEditorCommandsNote: "Note: You may use <player> to refer to the player's name."
|
||||
eventEditorSetCommandsPrompt: "Enter commands, <semicolon>, <clear>, <cancel>"
|
||||
reqSetMoney: "Set money requirement"
|
||||
reqSetQuestPoints: "Set Quest Points requirement"
|
||||
reqSetQuestPoints: "Set <points> requirement"
|
||||
reqSetItem: "Set item requirements"
|
||||
reqSetPerms: "Set permission requirements"
|
||||
reqSetQuest: "Set Quest requirements"
|
||||
reqSetQuestBlocks: "Set Quest blocks"
|
||||
reqSetQuest: "Set quest requirements"
|
||||
reqSetQuestBlocks: "Set quest blocks"
|
||||
reqSetMcMMO: "Set mcMMO Classic requirements"
|
||||
reqSetHeroes: "Set Heroes requirements"
|
||||
reqSetCustom: "Set custom requirements"
|
||||
@ -409,14 +408,11 @@ reqSetSkills: "Set skills"
|
||||
reqSetSkillAmounts: "Set skill amounts"
|
||||
reqHeroesSetPrimary: "Set Primary Class"
|
||||
reqHeroesSetSecondary: "Set Secondary Class"
|
||||
reqMoneyPrompt: "Enter amount of <money>, <clear>, <cancel>"
|
||||
reqQuestPointsPrompt: "Enter amount of Quest Points, <clear>, <cancel>"
|
||||
reqQuestListTitle: "- Quests Available -"
|
||||
reqQuestPrompt: "Enter a list of Quest names, <semicolon>, <clear>, <cancel>"
|
||||
reqQuestPrompt: "Enter a list of quest names, <semicolon>, <clear>, <cancel>"
|
||||
reqRemoveItemsPrompt: "Enter a list of true/false values, <space>, <cancel>"
|
||||
reqPermissionsPrompt: "Enter permission requirements, <space>, <clear>, <cancel>"
|
||||
reqCustomPrompt: "Enter the name of a custom requirement to 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>"
|
||||
@ -426,7 +422,7 @@ reqNoItemsSet: "No items set"
|
||||
reqNoValuesSet: "No values set"
|
||||
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||
reqNotAQuestName: "<quest> is not a quest name!"
|
||||
reqItemCleared: "Item requirements cleared."
|
||||
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||
reqCustomNotFound: "Custom requirement module not found."
|
||||
@ -460,7 +456,7 @@ optUsePartiesPlugin: "Use Parties plugin"
|
||||
optShareProgressLevel: "Level of progress sharing"
|
||||
optRequireSameQuest: "Require same quest"
|
||||
rewSetMoney: "Set money reward"
|
||||
rewSetQuestPoints: "Set Quest Points reward"
|
||||
rewSetQuestPoints: "Set <points> reward"
|
||||
rewSetItems: "Set item rewards"
|
||||
rewSetExperience: "Set experience reward"
|
||||
rewSetCommands: "Set command rewards"
|
||||
@ -481,7 +477,7 @@ rewExperiencePrompt: "Enter amount of experience, <clear>, <cancel>"
|
||||
rewCommandPrompt: "Enter command rewards (use '<player>' to represent the player), <semicolon>, <clear>, <cancel>"
|
||||
rewPermissionsPrompt: "Enter permission rewards, <space>, <clear>, <cancel>"
|
||||
rewPermissionsWorldPrompt: "Enter permission worlds, <semicolon>, <clear>, <cancel>"
|
||||
rewQuestPointsPrompt: "Enter amount of Quest Points, <clear>, <cancel>"
|
||||
rewQuestPointsPrompt: "Enter amount of <points>, <clear>, <cancel>"
|
||||
rewMcMMOPrompt: "Enter mcMMO Classic skills (or enter 'All' for all skills), <space>, <cancel>"
|
||||
rewHeroesClassesPrompt: "Enter Heroes classes, <space>, <cancel>"
|
||||
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed), <space>, <cancel>"
|
||||
@ -596,7 +592,7 @@ strDone: "then enter '<command>' to save"
|
||||
strSpace: "separating each by a space"
|
||||
strSemicolon: "separating each by a semicolon"
|
||||
charSemi: ";"
|
||||
acceptQuest: "Accept Quest?"
|
||||
acceptQuest: "Accept quest?"
|
||||
enterAnOption: "Enter an option"
|
||||
questAccepted: "Quest accepted: <quest>"
|
||||
currentQuest: "Current Quests:"
|
||||
@ -623,9 +619,9 @@ goTo: "Go to <location>"
|
||||
completed: "Completed"
|
||||
redoCompleted: "(Completed)"
|
||||
consoleError: "This command may only be performed in-game."
|
||||
noActiveQuest: "You do not currently have any active Quests."
|
||||
noActiveQuest: "You do not currently have any active quests."
|
||||
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."
|
||||
permissionDisplay: "Permission:"
|
||||
heroesClass: "class"
|
||||
@ -636,65 +632,57 @@ questNotFound: "Quest not found."
|
||||
alreadyConversing: "You already are in a conversation!"
|
||||
inputNum: "Input must be a number."
|
||||
inputPosNum: "Input must be a positive number."
|
||||
questModified: "Your active Quest <quest> has been modified. You have been forced to quit the Quest."
|
||||
questNotExist: "Your active Quest <quest> no longer exists. You have been forced to quit the Quest."
|
||||
questModified: "Your active quest <quest> has been modified. You have been forced to quit the quest."
|
||||
questNotExist: "Your active quest <quest> no longer exists. You have been forced to quit the quest."
|
||||
questInvalidChoice: "Invalid choice. Type '<yes>' or '<no>'"
|
||||
questPointsDisplay: "Quest points:"
|
||||
questNoDrop: "You may not drop Quest items."
|
||||
questNoBrew: "You may not brew Quest items."
|
||||
questNoStore: "You may not store Quest items."
|
||||
questNoCraft: "You may not craft Quest items."
|
||||
questNoEquip: "You may not equip Quest items."
|
||||
questNoDispense: "You may not put Quest items in dispensers."
|
||||
questNoEnchant: "You may not enchant Quest items."
|
||||
questNoSmelt: "You may not smelt using Quest items."
|
||||
pageSelectionNum: "Page selection must be a number."
|
||||
pageSelectionPosNum: "Page selection must be a positive number."
|
||||
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||
questTakeDisabled: "Taking quests via commands has been disabled."
|
||||
questQuit: "You have quit <quest>"
|
||||
questQuitDisabled: "Quitting Quests has been disabled."
|
||||
questsUnknownCommand: "Unknown Quests command. Type /quests for help."
|
||||
questsUnknownCommand: "Unknown command. Type /quests for help."
|
||||
pageNotExist: "Page does not exist."
|
||||
pageFooter: "- Page <current> of <all> -"
|
||||
questsReloaded: "Quests reloaded."
|
||||
numQuestsLoaded: "<number> Quests loaded."
|
||||
questForceTake: "<player> has forcibly started the Quest <quest>."
|
||||
questForcedTake: "<player> has forced you to take the Quest <quest>."
|
||||
questForceQuit: "<player> has forcibly quit the Quest <quest>."
|
||||
questForcedQuit: "<player> has forced you to quit the Quest <quest>."
|
||||
questForceFinish: "<player> has forcibly finished their Quest <quest>."
|
||||
questForcedFinish: "<player> has forced you to finish your Quest <quest>."
|
||||
questForceNextStage: "<player> has advanced to the next Stage in the Quest <quest>."
|
||||
questForcedNextStage: "<player> has advanced you to the next Stage in your Quest <quest>."
|
||||
questsReloaded: "Quest data reloaded."
|
||||
numQuestsLoaded: "<number> quests loaded."
|
||||
questForceTake: "<player> has forcibly started the quest <quest>."
|
||||
questForcedTake: "<player> has forced you to take the quest <quest>."
|
||||
questForceQuit: "<player> has forcibly quit the quest <quest>."
|
||||
questForcedQuit: "<player> has forced you to quit the quest <quest>."
|
||||
questForceFinish: "<player> has forcibly finished their quest <quest>."
|
||||
questForcedFinish: "<player> has forced you to finish your quest <quest>."
|
||||
questForceNextStage: "<player> has advanced to the next stage in the quest <quest>."
|
||||
questForcedNextStage: "<player> has advanced you to the next stage in your quest <quest>."
|
||||
questReset: "<player> has been reset."
|
||||
questRemoved: "Quest <quest> has been removed from player <player>'s completed Quests."
|
||||
settingAllQuestPoints: "Setting all players' Quest Points..."
|
||||
allQuestPointsSet: "All players' Quest Points have been set to <number>!"
|
||||
setQuestPoints: "<player>'s Quest Points have been set to <number>."
|
||||
questPointsSet: "<player> has set your Quest Points to <number>."
|
||||
takeQuestPoints: "Took away <number> Quest Points from <player>."
|
||||
questPointsTaken: "<player> took away <number> Quest Points."
|
||||
giveQuestPoints: "Gave <number> Quest Points from <player>."
|
||||
questPointsGiven: "<player> gave you <number> Quest Points."
|
||||
questRemoved: "Quest <quest> has been removed from player <player>'s completed quests."
|
||||
settingAllQuestPoints: "Setting all players' <points>..."
|
||||
allQuestPointsSet: "All players' <points> have been set to <number>!"
|
||||
setQuestPoints: "<player>'s <points> have been set to <number>."
|
||||
questPointsSet: "<player> has set your <points> to <number>."
|
||||
takeQuestPoints: "Took away <number> <points> from <player>."
|
||||
questPointsTaken: "<player> took away <number> <points>."
|
||||
giveQuestPoints: "Gave <number> <points> from <player>."
|
||||
questPointsGiven: "<player> gave you <number> <points>."
|
||||
invalidMinimum: "Input must be at least <number>!"
|
||||
invalidRange: "Input must be between <least> and <greatest>!"
|
||||
invalidOption: "Invalid option!"
|
||||
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||
noCurrentQuest: "<player> does not currently have any active quests."
|
||||
playerNotFound: "Player not found."
|
||||
questsPlayerHasQuestAlready: "<player> is already on the quest <quest>!"
|
||||
questsUnknownAdminCommand: "Unknown command. Type /questsadmin for help."
|
||||
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||
errorReading: "Error reading <file>, skipping.."
|
||||
questSaveError: "An error occurred while saving."
|
||||
questErrorReadingFile: "Error reading <file>."
|
||||
errorReading: "Error reading <file>, skipping..."
|
||||
errorReadingSuppress: "Error reading <file>, suppressing further errors."
|
||||
errorDataFolder: "Error: Unable to read Quests data folder!"
|
||||
questsPlayerHasQuestAlready: "<player> is already on the Quest <quest>!"
|
||||
questsUnknownAdminCommand: "Unknown Questsadmin command. Type /questsadmin for help."
|
||||
errorDataFolder: "Error: Unable to read from data folder!"
|
||||
unknownError: "An unknown error occurred. See console output."
|
||||
journalTitle: "Quest Journal"
|
||||
journalTaken: "You take out your Quest Journal."
|
||||
journalPutAway: "You put away your Quest Journal."
|
||||
journalAlreadyHave: "You already have your Quest Journal out."
|
||||
journalNoRoom: "You have no room in your inventory for your Quest Journal!"
|
||||
journalTaken: "You take out your <journal>."
|
||||
journalPutAway: "You put away your <journal>."
|
||||
journalNoRoom: "You have no room in your inventory for your <journal>!"
|
||||
journalNoQuests: "You have no accepted quests!"
|
||||
journalDenied: "You cannot do that with your Quest Journal."
|
||||
journalDenied: "You cannot do that with your <journal>."
|
||||
compassSet: "Set compass target to quest <quest>."
|
||||
compassReset: "Reset compass target."
|
||||
timeZone: "Time zone"
|
||||
@ -761,8 +749,6 @@ experience: "Experience"
|
||||
timePrompt: "Enter amount of time (in seconds), <clear>, <cancel>"
|
||||
timerMessage: "Time left to finish the quest/stage: <time> seconds"
|
||||
timerStart: "You have <time> seconds to finish this quest/stage"
|
||||
questErrorReadingFile: "Error reading Quests file."
|
||||
questSaveError: "An error occurred while saving."
|
||||
noPermission: "You do not have permission to do that."
|
||||
duplicateEditor: "You are already using an editor!"
|
||||
difference: "The difference is '<data>'."
|
||||
|
@ -120,7 +120,7 @@ stageEditorUseBlocks: "Использовать Блоки"
|
||||
stageEditorCutBlocks: "Сломать Блоки"
|
||||
stageEditorItems: "Предметы"
|
||||
stageEditorCraftItems: "Создайте Предметы"
|
||||
stageEditorSmeltItems: "Приготовить в печи"
|
||||
stageEditorSmeltItems: "Готовить предметы в духовке"
|
||||
stageEditorEnchantItems: "Зачаровать Предметы"
|
||||
stageEditorBrewPotions: "Варить зелья"
|
||||
stageEditorNPCs: "NPCs"
|
||||
@ -274,7 +274,6 @@ eventEditorNotFound: "Событие не найдено!"
|
||||
eventEditorExists: "Событие уже существует!"
|
||||
eventEditorSomeone: "Кто-то уже создает/редактирует квест с этим названием!"
|
||||
eventEditorAlpha: "Имя должно быть буквенно-цифровым!"
|
||||
eventEditorErrorReadingFile: "Ошибка при чтении файла событий."
|
||||
eventEditorErrorSaving: "Произошла ошибка при сохранении."
|
||||
eventEditorDeleted: "Квест удален! Квесты и события перезагружены."
|
||||
eventEditorSaved: "Квест сохранён! Квесты и события перезагружены."
|
||||
@ -409,14 +408,11 @@ reqSetSkills: "Установить скиллы"
|
||||
reqSetSkillAmounts: "Установить цену скиллов"
|
||||
reqHeroesSetPrimary: "Установить первичный класс"
|
||||
reqHeroesSetSecondary: "Задать вторичный класс"
|
||||
reqMoneyPrompt: "Задайте кол-во <монеты>, <clear>, <cancel>"
|
||||
reqQuestPointsPrompt: "Задайте кол-во очков квестов, <clear>, <cancel>"
|
||||
reqQuestListTitle: "- Доступные квесты -"
|
||||
reqQuestPrompt: "Введите список имен заданий, <semicolon>, <clear>, <cancel>"
|
||||
reqRemoveItemsPrompt: "Введите список значений true/false, <space>, <cancel>"
|
||||
reqPermissionsPrompt: "Введите права, <space>, <clear>, <cancel>"
|
||||
reqCustomPrompt: "Введите имя настраиваемого требования для добавления, <clear>, <cancel>"
|
||||
reqMcMMOPrompt: "Введите навыки mcMMO, <space>, <clear>, <cancel>"
|
||||
reqMcMMOAmountsPrompt: "Введите цену скиллов mcMMO, <space>, <clear>, <cancel>"
|
||||
reqHeroesPrimaryPrompt: "Введите первичное название класса героев, <clear>, <cancel>"
|
||||
reqHeroesSecondaryPrompt: "Введите двоичное название класса героев, <clear>, <cancel>"
|
||||
@ -600,14 +596,14 @@ acceptQuest: "Принять квест?"
|
||||
enterAnOption: "Введите параметр"
|
||||
questAccepted: "Квест принят: <quest>"
|
||||
currentQuest: "Текущие Квесты:"
|
||||
noMoreQuest: "Больше нет активных кветов."
|
||||
noMoreQuest: "Больше нет доступных квестов."
|
||||
break: "Сломать"
|
||||
damage: "Нанести урон"
|
||||
place: "Разместить"
|
||||
use: "Использовать"
|
||||
cut: "Порезать"
|
||||
craft: "Создайте"
|
||||
smelt: "Корюшка"
|
||||
smelt: "Приготовьте в печи"
|
||||
enchantItem: "Зачаровать <item> с чарами: <enchantment>"
|
||||
brew: "Варка"
|
||||
catchFish: "Поймать рыбу"
|
||||
@ -639,15 +635,6 @@ inputPosNum: "Входные данные должны быть положите
|
||||
questModified: "Ваш активный квест <quest> был изменен. Вы были вынуждены бросить квест."
|
||||
questNotExist: "Ваш активный квест <quest> больше не существует. Вы были вынуждены бросить квест."
|
||||
questInvalidChoice: "Неверный выбор. Выберите '<yes>' или '<no>'"
|
||||
questPointsDisplay: "Монеты квестов:"
|
||||
questNoDrop: "Запрещается выбрасывать квестовые предметы."
|
||||
questNoBrew: "Запрещается варить квестовые предметы."
|
||||
questNoStore: "Вы не можете хранить квестовые предметы."
|
||||
questNoCraft: "Вы не можете создавать квестовые предметы."
|
||||
questNoEquip: "Вы не можете экипировать квестовые предметы."
|
||||
questNoDispense: "Запрещается класть квестовые предметы в диспенсеры."
|
||||
questNoEnchant: "Предметы квеста нельзя зачаровывать."
|
||||
questNoSmelt: "Предметы для задания нельзя бросить в печь."
|
||||
pageSelectionNum: "Страница должна быть числом."
|
||||
pageSelectionPosNum: "Выбор страницы должен быть положительным числом."
|
||||
questTakeDisabled: "Отключено выполнение заданий с помощью команд."
|
||||
@ -681,17 +668,18 @@ invalidRange: "Входные данные должны находиться м
|
||||
invalidOption: "Недопустимая опция!"
|
||||
noCurrentQuest: "У игрока <player> нет активных квестов."
|
||||
playerNotFound: "Игрок не найден."
|
||||
questsPlayerHasQuestAlready: "<player> уже выполняет квест <quest>!"
|
||||
questsUnknownAdminCommand: "Неизвестная команда. Введите /questsadmin для помощи."
|
||||
errorNPCID: 'Ошибка: Нет NPC с ID <number>'
|
||||
questSaveError: "Произошла ошибка про сохранении."
|
||||
questErrorReadingFile: "Ошибка в файле quests."
|
||||
errorReading: "Ошибка в файле <file>, Лена, ну хватит э.."
|
||||
errorReadingSuppress: "Ошибка в файле <file>, Ленка, харе а."
|
||||
errorDataFolder: "Ошибка: тупая деффка!"
|
||||
questsPlayerHasQuestAlready: "<player> уже выполняет квест <quest>!"
|
||||
questsUnknownAdminCommand: "Неизвестная команда. Введите /questsadmin для помощи."
|
||||
unknownError: "Произошла неизвестная ошибка. Лена опять косячит."
|
||||
journalTitle: "Журнал квестов"
|
||||
journalTaken: "Вы взяли свой журнал квестов."
|
||||
journalPutAway: "Вы убрали свой журнал квестов."
|
||||
journalAlreadyHave: "У вас уже есть журнал квестов."
|
||||
journalNoRoom: "У вас нет места в инвентаре для журнала квестов!"
|
||||
journalNoQuests: "У вас нет принятых квестов!"
|
||||
journalDenied: "Вы не можете делать этого с журналом квеста."
|
||||
@ -761,8 +749,6 @@ experience: "Опыт"
|
||||
timePrompt: "Введите количество времени (в секундах), <clear>, <cancel>"
|
||||
timerMessage: "Осталось времени, чтобы завершить квест/этап: <time> секунд"
|
||||
timerStart: "У вас есть <time> секунд чтобы закончить квест/этап"
|
||||
questErrorReadingFile: "Ошибка в файле quests."
|
||||
questSaveError: "Произошла ошибка про сохранении."
|
||||
noPermission: "У вас недостаточно прав для этого."
|
||||
duplicateEditor: "Вы уже используете редактор!"
|
||||
difference: "Разница заключается в '<data>'."
|
||||
|
@ -7,11 +7,11 @@ 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 your <journal>"
|
||||
COMMAND_EDITOR: "editor"
|
||||
COMMAND_EDITOR_HELP: "<command> - Create/Edit Quests"
|
||||
COMMAND_EDITOR_HELP: "<command> - Create, edit or delete quests"
|
||||
COMMAND_EVENTS_EDITOR: "actions"
|
||||
COMMAND_EVENTS_EDITOR_HELP: "<command> - Create/Edit Actions"
|
||||
COMMAND_EVENTS_EDITOR_HELP: "<command> - Create, edit or delete actions"
|
||||
COMMAND_STATS: "stats"
|
||||
COMMAND_STATS_HELP: "<command> - View quest statistics"
|
||||
COMMAND_TOP: "top"
|
||||
@ -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 a quest"
|
||||
COMMAND_QUESTADMIN_POINTS: "points"
|
||||
COMMAND_QUESTADMIN_POINTS_HELP: "<command> [player] [amount] - Set a player's 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 away a player's 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] - Add to a player's Quest Points"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "<command> [player] [amount] - Add to a player's <points>"
|
||||
COMMAND_QUESTADMIN_POINTSALL: "pointsall"
|
||||
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] - Force a player to complete a quest"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE: "nextstage"
|
||||
@ -44,32 +44,32 @@ COMMAND_QUESTADMIN_SETSTAGE: "setstage"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_HELP: "<command> [player] [quest] [stage] - Set the current stage for a player"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Usage: /questadmin setstage [player] [quest] [stage]'
|
||||
COMMAND_QUESTADMIN_RESET: "reset"
|
||||
COMMAND_QUESTADMIN_RESET_HELP: "<command> [player] - Clear all Quests data of a player"
|
||||
COMMAND_QUESTADMIN_RESET_HELP: "<command> [player] - Clear all questing data of a player"
|
||||
COMMAND_QUESTADMIN_REMOVE: "remove"
|
||||
COMMAND_QUESTADMIN_REMOVE_HELP: "<command> [player] [quest] - Remove a completed quest from a player"
|
||||
COMMAND_QUESTADMIN_RELOAD: "reload"
|
||||
COMMAND_QUESTADMIN_RELOAD_HELP: "<command> - Safely reload the plugin"
|
||||
questEditorCreate: "Create new Quest"
|
||||
questEditorEdit: "Edit a Quest"
|
||||
questEditorDelete: "Delete a Quest"
|
||||
questEditorCreate: "Create new quest"
|
||||
questEditorEdit: "Edit a quest"
|
||||
questEditorDelete: "Delete a quest"
|
||||
questEditorName: "Set name"
|
||||
questEditorAskMessage: "Set ask message"
|
||||
questEditorFinishMessage: "Set finish message"
|
||||
questEditorNPCStart: "Set NPC start"
|
||||
questEditorBlockStart: "Set Block start"
|
||||
questEditorInitialEvent: "Set initial Action"
|
||||
questEditorBlockStart: "Set block start"
|
||||
questEditorInitialEvent: "Set initial action"
|
||||
questEditorSetGUI: "Set GUI Item display"
|
||||
questEditorReqs: "Edit Requirements"
|
||||
questEditorPln: "Edit Planner"
|
||||
questEditorStages: "Edit Stages"
|
||||
questEditorRews: "Edit Rewards"
|
||||
questEditorOpts: "Edit Options"
|
||||
questEditorEnterQuestName: "Enter Quest name, <cancel>"
|
||||
questEditorEnterQuestName: "Enter quest name, <cancel>"
|
||||
questEditorEnterAskMessage: "Enter ask message, <cancel>"
|
||||
questEditorEnterFinishMessage: "Enter finish message, <cancel>"
|
||||
questEditorEnterNPCStart: "Enter NPC ID, <clear>, <cancel>"
|
||||
questEditorEnterBlockStart: "Right-click on a block to use as a start point, <done>, <clear>, <cancel>"
|
||||
questEditorEnterInitialEvent: "Enter an Action name, <clear>, <cancel>"
|
||||
questEditorEnterInitialEvent: "Enter an action name, <clear>, <cancel>"
|
||||
questRequiredNoneSet: "Required, none set"
|
||||
questDungeonsCreate: "Players added to this group may perform quests together!"
|
||||
questDungeonsDisband: "The quest group was disbanded."
|
||||
@ -87,29 +87,29 @@ questWGSetRegion: "Set Region start"
|
||||
questWGPrompt: "Enter WorldGuard region, <clear>, <cancel>"
|
||||
questWGInvalidRegion: "<region> is not a valid WorldGuard region!"
|
||||
questWGRegionCleared: "Quest region cleared."
|
||||
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:"
|
||||
questGUICleared: "Quest GUI Item Display cleared."
|
||||
questDeleted: "Quest deleted! Quests and Actions have been reloaded."
|
||||
questEditorNameExists: "A Quest with that name already exists!"
|
||||
questEditorBeingEdited: "Someone is creating/editing a Quest with that name!"
|
||||
questDeleted: "Quest deleted! Quest and action data has been reloaded."
|
||||
questEditorNameExists: "A quest with that name already exists!"
|
||||
questEditorBeingEdited: "Someone is creating/editing a quest with that name!"
|
||||
questEditorInvalidQuestName: "Name may not contain periods or commas!"
|
||||
questEditorInvalidEventName: "is not a valid action name!"
|
||||
questEditorInvalidNPC: "No NPC exists with that ID!"
|
||||
questEditorNoStartBlockSelected: "You must select a block first."
|
||||
questEditorPositiveAmount: "Amount must be a positive number."
|
||||
questEditorQuestAsRequirement1: "The following Quests have"
|
||||
questEditorQuestAsRequirement1: "The following quests have"
|
||||
questEditorQuestAsRequirement2: "as a requirement:"
|
||||
questEditorQuestAsRequirement3: "You must modify these Quests so that they do not use it before deleting it."
|
||||
questEditorQuestAsRequirement3: "You must modify these quests so that they do not use it before deleting it."
|
||||
questEditorQuestNotFound: "Quest not found!"
|
||||
questEditorEventCleared: "Initial Action cleared."
|
||||
questEditorEventCleared: "Initial action cleared."
|
||||
questEditorSave: "Finish and save"
|
||||
questEditorNeedAskMessage: "You must set an ask message!"
|
||||
questEditorNeedFinishMessage: "You must set a finish message!"
|
||||
questEditorNeedStages: "Your Quest has no Stages!"
|
||||
questEditorNeedStages: "Your quest has no stages!"
|
||||
questEditorSaved: "%bold%Quest saved! %reset%(You will need to perform %red%<command> %reset% for it to appear in-game)"
|
||||
stageEditorEditStage: "Edit Stage"
|
||||
stageEditorNewStage: "Add new Stage"
|
||||
stageEditorNewStage: "Add new stage"
|
||||
stageEditorStages: "Stages"
|
||||
stageEditorStage: "Stage"
|
||||
stageEditorBlocks: "Blocks"
|
||||
@ -143,25 +143,25 @@ stageEditorPlayers: "players"
|
||||
stageEditorEvents: "Actions"
|
||||
stageEditorStageEvents: "Stage Actions"
|
||||
stageEditorStartEvent: "Start Action"
|
||||
stageEditorStartEventCleared: "Start Action cleared."
|
||||
stageEditorStartEventCleared: "Start action cleared."
|
||||
stageEditorFinishEvent: "Finish Action"
|
||||
stageEditorFinishEventCleared: "Finish Action cleared."
|
||||
stageEditorFinishEventCleared: "Finish action cleared."
|
||||
stageEditorChatEvents: "Chat Action"
|
||||
stageEditorChatTrigger: "Chat Trigger"
|
||||
stageEditorChatEventsCleared: "Chat Action cleared."
|
||||
stageEditorChatEventsCleared: "Chat action cleared."
|
||||
stageEditorCommandEvents: "Command Action"
|
||||
stageEditorCommandTrigger: "Command Trigger"
|
||||
stageEditorCommandEventsCleared: "Command Action cleared."
|
||||
stageEditorCommandEventsCleared: "Command action cleared."
|
||||
stageEditorTriggeredBy: "Triggered by"
|
||||
stageEditorDeathEvent: "Death Action"
|
||||
stageEditorDeathEventCleared: "Death Action cleared."
|
||||
stageEditorDeathEventCleared: "Death action cleared."
|
||||
stageEditorDisconnectEvent: "Disconnect Action"
|
||||
stageEditorDisconnectEventCleared: "Disconnect Action cleared."
|
||||
stageEditorDisconnectEventCleared: "Disconnect action cleared."
|
||||
stageEditorDelayMessage: "Delay message"
|
||||
stageEditorDenizenScript: "Denizen script"
|
||||
stageEditorStartMessage: "Start message"
|
||||
stageEditorCompleteMessage: "Complete message"
|
||||
stageEditorDelete: "Delete Stage"
|
||||
stageEditorDelete: "Delete stage"
|
||||
stageEditorSetBlockNames: "Set block names"
|
||||
stageEditorSetBlockAmounts: "Set block amounts"
|
||||
stageEditorSetBlockDurability: "Set block durabilities"
|
||||
@ -259,30 +259,29 @@ stageEditorDelayCleared: "Delay cleared."
|
||||
stageEditorDenizenCleared: "Denizen script cleared."
|
||||
stageEditorObjectiveCleared: "Objective cleared."
|
||||
stageEditorMessageCleared: "Message cleared."
|
||||
stageEditorConfirmStageNote: "Any Stages after will be shifted back one spot"
|
||||
stageEditorConfirmStageNote: "Any stages after will be shifted back one spot"
|
||||
stageEditorDeleteSucces: "Stage deleted successfully."
|
||||
stageEditorEnchantments: "Enchantments"
|
||||
stageEditorNPCNote: 'Note: You may specify the name of the NPC with <npc>'
|
||||
stageEditorOptional: "Optional"
|
||||
stageEditorColors: "Sheep Colors"
|
||||
eventEditorCreate: "Create new Action"
|
||||
eventEditorEdit: "Edit an Action"
|
||||
eventEditorDelete: "Delete an Action"
|
||||
eventEditorNoneToEdit: "No Actions currently exist to be edited!"
|
||||
eventEditorNoneToDelete: "No Actions currently exist to be deleted!"
|
||||
eventEditorCreate: "Create new action"
|
||||
eventEditorEdit: "Edit an action"
|
||||
eventEditorDelete: "Delete an action"
|
||||
eventEditorNoneToEdit: "No actions currently exist to be edited!"
|
||||
eventEditorNoneToDelete: "No actions currently exist to be deleted!"
|
||||
eventEditorNotFound: "Action not found!"
|
||||
eventEditorExists: "Action already exists!"
|
||||
eventEditorSomeone: "Someone is already creating or editing an Action with that name!"
|
||||
eventEditorSomeone: "Someone is already creating or editing an action with that name!"
|
||||
eventEditorAlpha: "Name must be alphanumeric!"
|
||||
eventEditorErrorReadingFile: "Error reading Actions file."
|
||||
eventEditorErrorSaving: "An error occurred while saving."
|
||||
eventEditorDeleted: "Action deleted, Quests and Actions reloaded."
|
||||
eventEditorSaved: "Action saved, Quests and Actions reloaded."
|
||||
eventEditorDeleted: "Action deleted. Quest and action data reloaded."
|
||||
eventEditorSaved: "Action saved. Quest and action data reloaded."
|
||||
eventEditorEnterEventName: "Enter Action name, <cancel>"
|
||||
eventEditorModifiedNote: 'Note: You have modified an Action that the following Quests use:'
|
||||
eventEditorForcedToQuit: "If you save the Action, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||
eventEditorEventInUse: "The following Quests use the Action"
|
||||
eventEditorMustModifyQuests: "You must modify these Quests first!"
|
||||
eventEditorModifiedNote: 'Note: You have modified an action that the following quests use:'
|
||||
eventEditorForcedToQuit: "If you save the action, anyone who is actively doing any of these quests will be forced to quit them."
|
||||
eventEditorEventInUse: "The following quests use the action"
|
||||
eventEditorMustModifyQuests: "You must modify these quests first!"
|
||||
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||
eventEditorGiveItemsTitle: "- Give Items -"
|
||||
eventEditorEffectsTitle: "- Sound Effects -"
|
||||
@ -397,11 +396,11 @@ eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to,
|
||||
eventEditorCommandsNote: "Note: You may use <player> to refer to the player's name."
|
||||
eventEditorSetCommandsPrompt: "Enter commands, <semicolon>, <clear>, <cancel>"
|
||||
reqSetMoney: "Set money requirement"
|
||||
reqSetQuestPoints: "Set Quest Points requirement"
|
||||
reqSetQuestPoints: "Set <points> requirement"
|
||||
reqSetItem: "Set item requirements"
|
||||
reqSetPerms: "Set permission requirements"
|
||||
reqSetQuest: "Set Quest requirements"
|
||||
reqSetQuestBlocks: "Set Quest blocks"
|
||||
reqSetQuest: "Set quest requirements"
|
||||
reqSetQuestBlocks: "Set quest blocks"
|
||||
reqSetMcMMO: "Set mcMMO Classic requirements"
|
||||
reqSetHeroes: "Set Heroes requirements"
|
||||
reqSetCustom: "Set custom requirements"
|
||||
@ -409,14 +408,11 @@ reqSetSkills: "Set skills"
|
||||
reqSetSkillAmounts: "Set skill amounts"
|
||||
reqHeroesSetPrimary: "Set Primary Class"
|
||||
reqHeroesSetSecondary: "Set Secondary Class"
|
||||
reqMoneyPrompt: "Enter amount of <money>, <clear>, <cancel>"
|
||||
reqQuestPointsPrompt: "Enter amount of Quest Points, <clear>, <cancel>"
|
||||
reqQuestListTitle: "- Quests Available -"
|
||||
reqQuestPrompt: "Enter a list of Quest names, <semicolon>, <clear>, <cancel>"
|
||||
reqQuestPrompt: "Enter a list of quest names, <semicolon>, <clear>, <cancel>"
|
||||
reqRemoveItemsPrompt: "Enter a list of true/false values, <space>, <cancel>"
|
||||
reqPermissionsPrompt: "Enter permission requirements, <space>, <clear>, <cancel>"
|
||||
reqCustomPrompt: "Enter the name of a custom requirement to 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>"
|
||||
@ -426,7 +422,7 @@ reqNoItemsSet: "No items set"
|
||||
reqNoValuesSet: "No values set"
|
||||
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||
reqNotAQuestName: "<quest> is not a quest name!"
|
||||
reqItemCleared: "Item requirements cleared."
|
||||
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||
reqCustomNotFound: "Custom requirement module not found."
|
||||
@ -460,7 +456,7 @@ optUsePartiesPlugin: "Use Parties plugin"
|
||||
optShareProgressLevel: "Level of progress sharing"
|
||||
optRequireSameQuest: "Require same quest"
|
||||
rewSetMoney: "Set money reward"
|
||||
rewSetQuestPoints: "Set Quest Points reward"
|
||||
rewSetQuestPoints: "Set <points> reward"
|
||||
rewSetItems: "Set item rewards"
|
||||
rewSetExperience: "Set experience reward"
|
||||
rewSetCommands: "Set command rewards"
|
||||
@ -481,7 +477,7 @@ rewExperiencePrompt: "Enter amount of experience, <clear>, <cancel>"
|
||||
rewCommandPrompt: "Enter command rewards (use '<player>' to represent the player), <semicolon>, <clear>, <cancel>"
|
||||
rewPermissionsPrompt: "Enter permission rewards, <space>, <clear>, <cancel>"
|
||||
rewPermissionsWorldPrompt: "Enter permission worlds, <semicolon>, <clear>, <cancel>"
|
||||
rewQuestPointsPrompt: "Enter amount of Quest Points, <clear>, <cancel>"
|
||||
rewQuestPointsPrompt: "Enter amount of <points>, <clear>, <cancel>"
|
||||
rewMcMMOPrompt: "Enter mcMMO Classic skills (or enter 'All' for all skills), <space>, <cancel>"
|
||||
rewHeroesClassesPrompt: "Enter Heroes classes, <space>, <cancel>"
|
||||
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed), <space>, <cancel>"
|
||||
@ -539,8 +535,8 @@ questObjectivesTitle: "---(<quest>)---"
|
||||
questCompleteTitle: '**QUEST COMPLETE: <quest>**'
|
||||
questRewardsTitle: "Rewards:"
|
||||
questFailed: "*QUEST FAILED*"
|
||||
questMaxAllowed: "You may only have up to <number> Quests."
|
||||
questAlreadyOn: "You are already on that Quest!"
|
||||
questMaxAllowed: "You may only have up to <number> quests."
|
||||
questAlreadyOn: "You are already on that quest!"
|
||||
questTooEarly: "You may not take <quest> again for another <time>."
|
||||
questAlreadyCompleted: "You have already completed <quest>."
|
||||
questInvalidLocation: "You may not take <quest> at this location."
|
||||
@ -596,7 +592,7 @@ strDone: "then enter '<command>' to save"
|
||||
strSpace: "separating each by a space"
|
||||
strSemicolon: "separating each by a semicolon"
|
||||
charSemi: ";"
|
||||
acceptQuest: "Accept Quest?"
|
||||
acceptQuest: "Accept quest?"
|
||||
enterAnOption: "Enter an option"
|
||||
questAccepted: "Quest accepted: <quest>"
|
||||
currentQuest: "Current Quests:"
|
||||
@ -623,9 +619,9 @@ goTo: "Go to <location>"
|
||||
completed: "Completed"
|
||||
redoCompleted: "(Completed)"
|
||||
consoleError: "This command may only be performed in-game."
|
||||
noActiveQuest: "You do not currently have any active Quests."
|
||||
noActiveQuest: "You do not currently have any active quests."
|
||||
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."
|
||||
permissionDisplay: "Permission:"
|
||||
heroesClass: "class"
|
||||
@ -636,65 +632,57 @@ questNotFound: "Quest not found."
|
||||
alreadyConversing: "You already are in a conversation!"
|
||||
inputNum: "Input must be a number."
|
||||
inputPosNum: "Input must be a positive number."
|
||||
questModified: "Your active Quest <quest> has been modified. You have been forced to quit the Quest."
|
||||
questNotExist: "Your active Quest <quest> no longer exists. You have been forced to quit the Quest."
|
||||
questModified: "Your active quest <quest> has been modified. You have been forced to quit the quest."
|
||||
questNotExist: "Your active quest <quest> no longer exists. You have been forced to quit the quest."
|
||||
questInvalidChoice: "Invalid choice. Type '<yes>' or '<no>'"
|
||||
questPointsDisplay: "Quest points:"
|
||||
questNoDrop: "You may not drop Quest items."
|
||||
questNoBrew: "You may not brew Quest items."
|
||||
questNoStore: "You may not store Quest items."
|
||||
questNoCraft: "You may not craft Quest items."
|
||||
questNoEquip: "You may not equip Quest items."
|
||||
questNoDispense: "You may not put Quest items in dispensers."
|
||||
questNoEnchant: "You may not enchant Quest items."
|
||||
questNoSmelt: "You may not smelt using Quest items."
|
||||
pageSelectionNum: "Page selection must be a number."
|
||||
pageSelectionPosNum: "Page selection must be a positive number."
|
||||
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||
questTakeDisabled: "Taking quests via commands has been disabled."
|
||||
questQuit: "You have quit <quest>"
|
||||
questQuitDisabled: "Quitting this quest has been disabled."
|
||||
questsUnknownCommand: "Unknown Quests command. Type /quests for help."
|
||||
questsUnknownCommand: "Unknown command. Type /quests for help."
|
||||
pageNotExist: "Page does not exist."
|
||||
pageFooter: "- Page <current> of <all> -"
|
||||
questsReloaded: "Quests reloaded."
|
||||
numQuestsLoaded: "<number> Quests loaded."
|
||||
questForceTake: "<player> has forcibly started the Quest <quest>."
|
||||
questForcedTake: "<player> has forced you to take the Quest <quest>."
|
||||
questForceQuit: "<player> has forcibly quit the Quest <quest>."
|
||||
questForcedQuit: "<player> has forced you to quit the Quest <quest>."
|
||||
questForceFinish: "<player> has forcibly finished their Quest <quest>."
|
||||
questForcedFinish: "<player> has forced you to finish your Quest <quest>."
|
||||
questForceNextStage: "<player> has advanced to the next Stage in the Quest <quest>."
|
||||
questForcedNextStage: "<player> has advanced you to the next Stage in your Quest <quest>."
|
||||
questsReloaded: "Quest data reloaded."
|
||||
numQuestsLoaded: "<number> quests loaded."
|
||||
questForceTake: "<player> has forcibly started the quest <quest>."
|
||||
questForcedTake: "<player> has forced you to take the quest <quest>."
|
||||
questForceQuit: "<player> has forcibly quit the quest <quest>."
|
||||
questForcedQuit: "<player> has forced you to quit the quest <quest>."
|
||||
questForceFinish: "<player> has forcibly finished their quest <quest>."
|
||||
questForcedFinish: "<player> has forced you to finish your quest <quest>."
|
||||
questForceNextStage: "<player> has advanced to the next stage in the quest <quest>."
|
||||
questForcedNextStage: "<player> has advanced you to the next stage in your quest <quest>."
|
||||
questReset: "<player> has been reset."
|
||||
questRemoved: "Quest <quest> has been removed from player <player>'s completed Quests."
|
||||
settingAllQuestPoints: "Setting all players' Quest Points..."
|
||||
allQuestPointsSet: "All players' Quest Points have been set to <number>!"
|
||||
setQuestPoints: "<player>'s Quest Points have been set to <number>."
|
||||
questPointsSet: "<player> has set your Quest Points to <number>."
|
||||
takeQuestPoints: "Took away <number> Quest Points from <player>."
|
||||
questPointsTaken: "<player> took away <number> Quest Points."
|
||||
giveQuestPoints: "Gave <number> Quest Points from <player>."
|
||||
questPointsGiven: "<player> gave you <number> Quest Points."
|
||||
questRemoved: "Quest <quest> has been removed from player <player>'s completed quests."
|
||||
settingAllQuestPoints: "Setting all players' <points>..."
|
||||
allQuestPointsSet: "All players' <points> have been set to <number>!"
|
||||
setQuestPoints: "<player>'s <points> have been set to <number>."
|
||||
questPointsSet: "<player> has set your <points> to <number>."
|
||||
takeQuestPoints: "Took away <number> <points> from <player>."
|
||||
questPointsTaken: "<player> took away <number> <points>."
|
||||
giveQuestPoints: "Gave <number> <points> from <player>."
|
||||
questPointsGiven: "<player> gave you <number> <points>."
|
||||
invalidMinimum: "Input must be at least <number>!"
|
||||
invalidRange: "Input must be between <least> and <greatest>!"
|
||||
invalidOption: "Invalid option!"
|
||||
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||
noCurrentQuest: "<player> does not currently have any active quests."
|
||||
playerNotFound: "Player not found."
|
||||
questsPlayerHasQuestAlready: "<player> is already on the quest <quest>!"
|
||||
questsUnknownAdminCommand: "Unknown command. Type /questsadmin for help."
|
||||
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||
errorReading: "Error reading <file>, skipping.."
|
||||
questSaveError: "An error occurred while saving."
|
||||
questErrorReadingFile: "Error reading <file>."
|
||||
errorReading: "Error reading <file>, skipping..."
|
||||
errorReadingSuppress: "Error reading <file>, suppressing further errors."
|
||||
errorDataFolder: "Error: Unable to read Quests data folder!"
|
||||
questsPlayerHasQuestAlready: "<player> is already on the Quest <quest>!"
|
||||
questsUnknownAdminCommand: "Unknown Questsadmin command. Type /questsadmin for help."
|
||||
errorDataFolder: "Error: Unable to read from data folder!"
|
||||
unknownError: "An unknown error occurred. See console output."
|
||||
journalTitle: "Quest Journal"
|
||||
journalTaken: "You take out your Quest Journal."
|
||||
journalPutAway: "You put away your Quest Journal."
|
||||
journalAlreadyHave: "You already have your Quest Journal out."
|
||||
journalNoRoom: "You have no room in your inventory for your Quest Journal!"
|
||||
journalTaken: "You take out your <journal>."
|
||||
journalPutAway: "You put away your <journal>."
|
||||
journalNoRoom: "You have no room in your inventory for your <journal>!"
|
||||
journalNoQuests: "You have no accepted quests!"
|
||||
journalDenied: "You cannot do that with your Quest Journal."
|
||||
journalDenied: "You cannot do that with your <journal>."
|
||||
compassSet: "Set compass target to quest <quest>."
|
||||
compassReset: "Reset compass target."
|
||||
timeZone: "Time zone"
|
||||
@ -761,8 +749,6 @@ experience: "Experience"
|
||||
timePrompt: "Enter amount of time (in seconds), <clear>, <cancel>"
|
||||
timerMessage: "Time left to finish the quest/stage: <time> seconds"
|
||||
timerStart: "You have <time> seconds to finish this quest/stage"
|
||||
questErrorReadingFile: "Error reading Quests file."
|
||||
questSaveError: "An error occurred while saving."
|
||||
noPermission: "You do not have permission to do that."
|
||||
duplicateEditor: "You are already using an editor!"
|
||||
difference: "The difference is '<data>'."
|
||||
|
@ -7,11 +7,11 @@ COMMAND_TAKE_USAGE: "Usage: /quests take [quest]"
|
||||
COMMAND_QUIT: "quit"
|
||||
COMMAND_QUIT_HELP: "<command> [quest] - Quit a current quest"
|
||||
COMMAND_JOURNAL: "журнал"
|
||||
COMMAND_JOURNAL_HELP: "<command> - View/Put away your Quest Journal"
|
||||
COMMAND_JOURNAL_HELP: "<command> - View or hide your <journal>"
|
||||
COMMAND_EDITOR: "уређивач"
|
||||
COMMAND_EDITOR_HELP: "<command> - Create/Edit Quests"
|
||||
COMMAND_EDITOR_HELP: "<command> - Create, edit or delete quests"
|
||||
COMMAND_EVENTS_EDITOR: "actions"
|
||||
COMMAND_EVENTS_EDITOR_HELP: "<command> - Create/Edit Actions"
|
||||
COMMAND_EVENTS_EDITOR_HELP: "<command> - Create, edit or delete actions"
|
||||
COMMAND_STATS: "stats"
|
||||
COMMAND_STATS_HELP: "<command> - View quest statistics"
|
||||
COMMAND_TOP: "top"
|
||||
@ -29,13 +29,13 @@ COMMAND_QUESTADMIN_GIVE_HELP: "<command> [player] [quest] - Force a player to ta
|
||||
COMMAND_QUESTADMIN_QUIT: "поништи"
|
||||
COMMAND_QUESTADMIN_QUIT_HELP: "<command> [player] [quest] - Force a player to quit a quest"
|
||||
COMMAND_QUESTADMIN_POINTS: "points"
|
||||
COMMAND_QUESTADMIN_POINTS_HELP: "<command> [player] [amount] - Set a player's Quest Points"
|
||||
COMMAND_QUESTADMIN_POINTS_HELP: "<command> [player] [amount] - Set a player's <points>"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS: "узмипоене"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "<command> [player] [amount] - Take away a player's Quest Points"
|
||||
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "<command> [player] [amount] - Take away a player's <points>"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS: "дајпоене"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "<command> [player] [amount] - Add to a player's Quest Points"
|
||||
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "<command> [player] [amount] - Add to a player's <points>"
|
||||
COMMAND_QUESTADMIN_POINTSALL: "pointsall"
|
||||
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] - Force a player to complete a quest"
|
||||
COMMAND_QUESTADMIN_NEXTSTAGE: "nextstage"
|
||||
@ -44,32 +44,32 @@ COMMAND_QUESTADMIN_SETSTAGE: "setstage"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_HELP: "<command> [player] [quest] [stage] - Set the current stage for a player"
|
||||
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Usage: /questadmin setstage [player] [quest] [stage]'
|
||||
COMMAND_QUESTADMIN_RESET: "reset"
|
||||
COMMAND_QUESTADMIN_RESET_HELP: "<command> [player] - Clear all Quests data of a player"
|
||||
COMMAND_QUESTADMIN_RESET_HELP: "<command> [player] - Clear all questing data of a player"
|
||||
COMMAND_QUESTADMIN_REMOVE: "remove"
|
||||
COMMAND_QUESTADMIN_REMOVE_HELP: "<command> [player] [quest] - Remove a completed quest from a player"
|
||||
COMMAND_QUESTADMIN_RELOAD: "reload"
|
||||
COMMAND_QUESTADMIN_RELOAD_HELP: "<command> - Safely reload the plugin"
|
||||
questEditorCreate: "Create new Quest"
|
||||
questEditorEdit: "Edit a Quest"
|
||||
questEditorDelete: "Delete a Quest"
|
||||
questEditorCreate: "Create new quest"
|
||||
questEditorEdit: "Edit a quest"
|
||||
questEditorDelete: "Delete a quest"
|
||||
questEditorName: "Set name"
|
||||
questEditorAskMessage: "Set ask message"
|
||||
questEditorFinishMessage: "Set finish message"
|
||||
questEditorNPCStart: "Set NPC start"
|
||||
questEditorBlockStart: "Set Block start"
|
||||
questEditorInitialEvent: "Set initial Action"
|
||||
questEditorBlockStart: "Set block start"
|
||||
questEditorInitialEvent: "Set initial action"
|
||||
questEditorSetGUI: "Set GUI Item display"
|
||||
questEditorReqs: "Edit Requirements"
|
||||
questEditorPln: "Edit Planner"
|
||||
questEditorStages: "Edit Stages"
|
||||
questEditorRews: "Edit Rewards"
|
||||
questEditorOpts: "Edit Options"
|
||||
questEditorEnterQuestName: "Enter Quest name, <cancel>"
|
||||
questEditorEnterQuestName: "Enter quest name, <cancel>"
|
||||
questEditorEnterAskMessage: "Enter ask message, <cancel>"
|
||||
questEditorEnterFinishMessage: "Enter finish message, <cancel>"
|
||||
questEditorEnterNPCStart: "Enter NPC ID, <clear>, <cancel>"
|
||||
questEditorEnterBlockStart: "Right-click on a block to use as a start point, <done>, <clear>, <cancel>"
|
||||
questEditorEnterInitialEvent: "Enter an Action name, <clear>, <cancel>"
|
||||
questEditorEnterInitialEvent: "Enter an action name, <clear>, <cancel>"
|
||||
questRequiredNoneSet: "Required, none set"
|
||||
questDungeonsCreate: "Players added to this group may perform quests together!"
|
||||
questDungeonsDisband: "The quest group was disbanded."
|
||||
@ -87,29 +87,29 @@ questWGSetRegion: "Set Region start"
|
||||
questWGPrompt: "Enter WorldGuard region, <clear>, <cancel>"
|
||||
questWGInvalidRegion: "<region> is not a valid WorldGuard region!"
|
||||
questWGRegionCleared: "Quest region cleared."
|
||||
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:"
|
||||
questGUICleared: "Quest GUI Item Display cleared."
|
||||
questDeleted: "Quest deleted! Quests and Actions have been reloaded."
|
||||
questEditorNameExists: "A Quest with that name already exists!"
|
||||
questEditorBeingEdited: "Someone is creating/editing a Quest with that name!"
|
||||
questDeleted: "Quest deleted! Quest and action data has been reloaded."
|
||||
questEditorNameExists: "A quest with that name already exists!"
|
||||
questEditorBeingEdited: "Someone is creating/editing a quest with that name!"
|
||||
questEditorInvalidQuestName: "Name may not contain periods or commas!"
|
||||
questEditorInvalidEventName: "is not a valid action name!"
|
||||
questEditorInvalidNPC: "No NPC exists with that ID!"
|
||||
questEditorNoStartBlockSelected: "You must select a block first."
|
||||
questEditorPositiveAmount: "Amount must be a positive number."
|
||||
questEditorQuestAsRequirement1: "The following Quests have"
|
||||
questEditorQuestAsRequirement1: "The following quests have"
|
||||
questEditorQuestAsRequirement2: "as a requirement:"
|
||||
questEditorQuestAsRequirement3: "You must modify these Quests so that they do not use it before deleting it."
|
||||
questEditorQuestAsRequirement3: "You must modify these quests so that they do not use it before deleting it."
|
||||
questEditorQuestNotFound: "Quest not found!"
|
||||
questEditorEventCleared: "Initial Action cleared."
|
||||
questEditorEventCleared: "Initial action cleared."
|
||||
questEditorSave: "Finish and save"
|
||||
questEditorNeedAskMessage: "You must set an ask message!"
|
||||
questEditorNeedFinishMessage: "You must set a finish message!"
|
||||
questEditorNeedStages: "Your Quest has no Stages!"
|
||||
questEditorNeedStages: "Your quest has no stages!"
|
||||
questEditorSaved: "%bold%Quest saved! %reset%(You will need to perform %red%<command> %reset% for it to appear in-game)"
|
||||
stageEditorEditStage: "Edit Stage"
|
||||
stageEditorNewStage: "Add new Stage"
|
||||
stageEditorNewStage: "Add new stage"
|
||||
stageEditorStages: "Stages"
|
||||
stageEditorStage: "Stage"
|
||||
stageEditorBlocks: "Blocks"
|
||||
@ -143,25 +143,25 @@ stageEditorPlayers: "players"
|
||||
stageEditorEvents: "Actions"
|
||||
stageEditorStageEvents: "Stage Actions"
|
||||
stageEditorStartEvent: "Start Action"
|
||||
stageEditorStartEventCleared: "Start Action cleared."
|
||||
stageEditorStartEventCleared: "Start action cleared."
|
||||
stageEditorFinishEvent: "Finish Action"
|
||||
stageEditorFinishEventCleared: "Finish Action cleared."
|
||||
stageEditorFinishEventCleared: "Finish action cleared."
|
||||
stageEditorChatEvents: "Chat Action"
|
||||
stageEditorChatTrigger: "Chat Trigger"
|
||||
stageEditorChatEventsCleared: "Chat Action cleared."
|
||||
stageEditorChatEventsCleared: "Chat action cleared."
|
||||
stageEditorCommandEvents: "Command Action"
|
||||
stageEditorCommandTrigger: "Command Trigger"
|
||||
stageEditorCommandEventsCleared: "Command Action cleared."
|
||||
stageEditorCommandEventsCleared: "Command action cleared."
|
||||
stageEditorTriggeredBy: "Triggered by"
|
||||
stageEditorDeathEvent: "Death Action"
|
||||
stageEditorDeathEventCleared: "Death Action cleared."
|
||||
stageEditorDeathEventCleared: "Death action cleared."
|
||||
stageEditorDisconnectEvent: "Disconnect Action"
|
||||
stageEditorDisconnectEventCleared: "Disconnect Action cleared."
|
||||
stageEditorDisconnectEventCleared: "Disconnect action cleared."
|
||||
stageEditorDelayMessage: "Delay message"
|
||||
stageEditorDenizenScript: "Denizen script"
|
||||
stageEditorStartMessage: "Start message"
|
||||
stageEditorCompleteMessage: "Complete message"
|
||||
stageEditorDelete: "Delete Stage"
|
||||
stageEditorDelete: "Delete stage"
|
||||
stageEditorSetBlockNames: "Set block names"
|
||||
stageEditorSetBlockAmounts: "Set block amounts"
|
||||
stageEditorSetBlockDurability: "Set block durabilities"
|
||||
@ -259,30 +259,29 @@ stageEditorDelayCleared: "Delay cleared."
|
||||
stageEditorDenizenCleared: "Denizen script cleared."
|
||||
stageEditorObjectiveCleared: "Objective cleared."
|
||||
stageEditorMessageCleared: "Message cleared."
|
||||
stageEditorConfirmStageNote: "Any Stages after will be shifted back one spot"
|
||||
stageEditorConfirmStageNote: "Any stages after will be shifted back one spot"
|
||||
stageEditorDeleteSucces: "Stage deleted successfully."
|
||||
stageEditorEnchantments: "Enchantments"
|
||||
stageEditorNPCNote: 'Note: You may specify the name of the NPC with <npc>'
|
||||
stageEditorOptional: "Optional"
|
||||
stageEditorColors: "Sheep Colors"
|
||||
eventEditorCreate: "Create new Action"
|
||||
eventEditorEdit: "Edit an Action"
|
||||
eventEditorDelete: "Delete an Action"
|
||||
eventEditorNoneToEdit: "No Actions currently exist to be edited!"
|
||||
eventEditorNoneToDelete: "No Actions currently exist to be deleted!"
|
||||
eventEditorCreate: "Create new action"
|
||||
eventEditorEdit: "Edit an action"
|
||||
eventEditorDelete: "Delete an action"
|
||||
eventEditorNoneToEdit: "No actions currently exist to be edited!"
|
||||
eventEditorNoneToDelete: "No actions currently exist to be deleted!"
|
||||
eventEditorNotFound: "Action not found!"
|
||||
eventEditorExists: "Action already exists!"
|
||||
eventEditorSomeone: "Someone is already creating or editing an Action with that name!"
|
||||
eventEditorSomeone: "Someone is already creating or editing an action with that name!"
|
||||
eventEditorAlpha: "Name must be alphanumeric!"
|
||||
eventEditorErrorReadingFile: "Error reading Actions file."
|
||||
eventEditorErrorSaving: "An error occurred while saving."
|
||||
eventEditorDeleted: "Action deleted, Quests and Actions reloaded."
|
||||
eventEditorSaved: "Action saved, Quests and Actions reloaded."
|
||||
eventEditorDeleted: "Action deleted. Quest and action data reloaded."
|
||||
eventEditorSaved: "Action saved. Quest and action data reloaded."
|
||||
eventEditorEnterEventName: "Enter Action name, <cancel>"
|
||||
eventEditorModifiedNote: 'Note: You have modified an Action that the following Quests use:'
|
||||
eventEditorForcedToQuit: "If you save the Action, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||
eventEditorEventInUse: "The following Quests use the Action"
|
||||
eventEditorMustModifyQuests: "You must modify these Quests first!"
|
||||
eventEditorModifiedNote: 'Note: You have modified an action that the following quests use:'
|
||||
eventEditorForcedToQuit: "If you save the action, anyone who is actively doing any of these quests will be forced to quit them."
|
||||
eventEditorEventInUse: "The following quests use the action"
|
||||
eventEditorMustModifyQuests: "You must modify these quests first!"
|
||||
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||
eventEditorGiveItemsTitle: "- Give Items -"
|
||||
eventEditorEffectsTitle: "- Sound Effects -"
|
||||
@ -397,11 +396,11 @@ eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to,
|
||||
eventEditorCommandsNote: "Note: You may use <player> to refer to the player's name."
|
||||
eventEditorSetCommandsPrompt: "Enter commands, <semicolon>, <clear>, <cancel>"
|
||||
reqSetMoney: "Set money requirement"
|
||||
reqSetQuestPoints: "Set Quest Points requirement"
|
||||
reqSetQuestPoints: "Set <points> requirement"
|
||||
reqSetItem: "Set item requirements"
|
||||
reqSetPerms: "Set permission requirements"
|
||||
reqSetQuest: "Set Quest requirements"
|
||||
reqSetQuestBlocks: "Set Quest blocks"
|
||||
reqSetQuest: "Set quest requirements"
|
||||
reqSetQuestBlocks: "Set quest blocks"
|
||||
reqSetMcMMO: "Set mcMMO Classic requirements"
|
||||
reqSetHeroes: "Set Heroes requirements"
|
||||
reqSetCustom: "Set custom requirements"
|
||||
@ -409,14 +408,11 @@ reqSetSkills: "Set skills"
|
||||
reqSetSkillAmounts: "Set skill amounts"
|
||||
reqHeroesSetPrimary: "Set Primary Class"
|
||||
reqHeroesSetSecondary: "Set Secondary Class"
|
||||
reqMoneyPrompt: "Enter amount of <money>, <clear>, <cancel>"
|
||||
reqQuestPointsPrompt: "Enter amount of Quest Points, <clear>, <cancel>"
|
||||
reqQuestListTitle: "- Quests Available -"
|
||||
reqQuestPrompt: "Enter a list of Quest names, <semicolon>, <clear>, <cancel>"
|
||||
reqQuestPrompt: "Enter a list of quest names, <semicolon>, <clear>, <cancel>"
|
||||
reqRemoveItemsPrompt: "Enter a list of true/false values, <space>, <cancel>"
|
||||
reqPermissionsPrompt: "Enter permission requirements, <space>, <clear>, <cancel>"
|
||||
reqCustomPrompt: "Enter the name of a custom requirement to 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>"
|
||||
@ -426,7 +422,7 @@ reqNoItemsSet: "No items set"
|
||||
reqNoValuesSet: "No values set"
|
||||
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||
reqNotAQuestName: "<quest> is not a quest name!"
|
||||
reqItemCleared: "Item requirements cleared."
|
||||
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||
reqCustomNotFound: "Custom requirement module not found."
|
||||
@ -460,7 +456,7 @@ optUsePartiesPlugin: "Use Parties plugin"
|
||||
optShareProgressLevel: "Level of progress sharing"
|
||||
optRequireSameQuest: "Require same quest"
|
||||
rewSetMoney: "Set money reward"
|
||||
rewSetQuestPoints: "Set Quest Points reward"
|
||||
rewSetQuestPoints: "Set <points> reward"
|
||||
rewSetItems: "Set item rewards"
|
||||
rewSetExperience: "Set experience reward"
|
||||
rewSetCommands: "Set command rewards"
|
||||
@ -481,7 +477,7 @@ rewExperiencePrompt: "Enter amount of experience, <clear>, <cancel>"
|
||||
rewCommandPrompt: "Enter command rewards (use '<player>' to represent the player), <semicolon>, <clear>, <cancel>"
|
||||
rewPermissionsPrompt: "Enter permission rewards, <space>, <clear>, <cancel>"
|
||||
rewPermissionsWorldPrompt: "Enter permission worlds, <semicolon>, <clear>, <cancel>"
|
||||
rewQuestPointsPrompt: "Enter amount of Quest Points, <clear>, <cancel>"
|
||||
rewQuestPointsPrompt: "Enter amount of <points>, <clear>, <cancel>"
|
||||
rewMcMMOPrompt: "Enter mcMMO Classic skills (or enter 'All' for all skills), <space>, <cancel>"
|
||||
rewHeroesClassesPrompt: "Enter Heroes classes, <space>, <cancel>"
|
||||
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed), <space>, <cancel>"
|
||||
@ -596,7 +592,7 @@ strDone: "then enter '<command>' to save"
|
||||
strSpace: "separating each by a space"
|
||||
strSemicolon: "separating each by a semicolon"
|
||||
charSemi: ";"
|
||||
acceptQuest: "Accept Quest?"
|
||||
acceptQuest: "Accept quest?"
|
||||
enterAnOption: "Enter an option"
|
||||
questAccepted: "Quest accepted: <quest>"
|
||||
currentQuest: "Current Quests:"
|
||||
@ -623,9 +619,9 @@ goTo: "Go to <location>"
|
||||
completed: "Completed"
|
||||
redoCompleted: "(Completed)"
|
||||
consoleError: "This command may only be performed in-game."
|
||||
noActiveQuest: "You do not currently have any active Quests."
|
||||
noActiveQuest: "You do not currently have any active quests."
|
||||
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."
|
||||
permissionDisplay: "Permission:"
|
||||
heroesClass: "class"
|
||||
@ -636,65 +632,57 @@ questNotFound: "Quest not found."
|
||||
alreadyConversing: "You already are in a conversation!"
|
||||
inputNum: "Input must be a number."
|
||||
inputPosNum: "Input must be a positive number."
|
||||
questModified: "Your active Quest <quest> has been modified. You have been forced to quit the Quest."
|
||||
questNotExist: "Your active Quest <quest> no longer exists. You have been forced to quit the Quest."
|
||||
questModified: "Your active quest <quest> has been modified. You have been forced to quit the quest."
|
||||
questNotExist: "Your active quest <quest> no longer exists. You have been forced to quit the quest."
|
||||
questInvalidChoice: "Invalid choice. Type '<yes>' or '<no>'"
|
||||
questPointsDisplay: "Quest points:"
|
||||
questNoDrop: "You may not drop Quest items."
|
||||
questNoBrew: "You may not brew Quest items."
|
||||
questNoStore: "You may not store Quest items."
|
||||
questNoCraft: "You may not craft Quest items."
|
||||
questNoEquip: "You may not equip Quest items."
|
||||
questNoDispense: "You may not put Quest items in dispensers."
|
||||
questNoEnchant: "You may not enchant Quest items."
|
||||
questNoSmelt: "You may not smelt using Quest items."
|
||||
pageSelectionNum: "Page selection must be a number."
|
||||
pageSelectionPosNum: "Page selection must be a positive number."
|
||||
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||
questTakeDisabled: "Taking quests via commands has been disabled."
|
||||
questQuit: "You have quit <quest>"
|
||||
questQuitDisabled: "Quitting this quest has been disabled."
|
||||
questsUnknownCommand: "Unknown Quests command. Type /quests for help."
|
||||
questsUnknownCommand: "Unknown command. Type /quests for help."
|
||||
pageNotExist: "Page does not exist."
|
||||
pageFooter: "- Page <current> of <all> -"
|
||||
questsReloaded: "Quests reloaded."
|
||||
numQuestsLoaded: "<number> Quests loaded."
|
||||
questForceTake: "<player> has forcibly started the Quest <quest>."
|
||||
questForcedTake: "<player> has forced you to take the Quest <quest>."
|
||||
questForceQuit: "<player> has forcibly quit the Quest <quest>."
|
||||
questForcedQuit: "<player> has forced you to quit the Quest <quest>."
|
||||
questForceFinish: "<player> has forcibly finished their Quest <quest>."
|
||||
questForcedFinish: "<player> has forced you to finish your Quest <quest>."
|
||||
questForceNextStage: "<player> has advanced to the next Stage in the Quest <quest>."
|
||||
questForcedNextStage: "<player> has advanced you to the next Stage in your Quest <quest>."
|
||||
questsReloaded: "Quest data reloaded."
|
||||
numQuestsLoaded: "<number> quests loaded."
|
||||
questForceTake: "<player> has forcibly started the quest <quest>."
|
||||
questForcedTake: "<player> has forced you to take the quest <quest>."
|
||||
questForceQuit: "<player> has forcibly quit the quest <quest>."
|
||||
questForcedQuit: "<player> has forced you to quit the quest <quest>."
|
||||
questForceFinish: "<player> has forcibly finished their quest <quest>."
|
||||
questForcedFinish: "<player> has forced you to finish your quest <quest>."
|
||||
questForceNextStage: "<player> has advanced to the next stage in the quest <quest>."
|
||||
questForcedNextStage: "<player> has advanced you to the next stage in your quest <quest>."
|
||||
questReset: "<player> has been reset."
|
||||
questRemoved: "Quest <quest> has been removed from player <player>'s completed Quests."
|
||||
settingAllQuestPoints: "Setting all players' Quest Points..."
|
||||
allQuestPointsSet: "All players' Quest Points have been set to <number>!"
|
||||
setQuestPoints: "<player>'s Quest Points have been set to <number>."
|
||||
questPointsSet: "<player> has set your Quest Points to <number>."
|
||||
takeQuestPoints: "Took away <number> Quest Points from <player>."
|
||||
questPointsTaken: "<player> took away <number> Quest Points."
|
||||
giveQuestPoints: "Gave <number> Quest Points from <player>."
|
||||
questPointsGiven: "<player> gave you <number> Quest Points."
|
||||
questRemoved: "Quest <quest> has been removed from player <player>'s completed quests."
|
||||
settingAllQuestPoints: "Setting all players' <points>..."
|
||||
allQuestPointsSet: "All players' <points> have been set to <number>!"
|
||||
setQuestPoints: "<player>'s <points> have been set to <number>."
|
||||
questPointsSet: "<player> has set your <points> to <number>."
|
||||
takeQuestPoints: "Took away <number> <points> from <player>."
|
||||
questPointsTaken: "<player> took away <number> <points>."
|
||||
giveQuestPoints: "Gave <number> <points> from <player>."
|
||||
questPointsGiven: "<player> gave you <number> <points>."
|
||||
invalidMinimum: "Input must be at least <number>!"
|
||||
invalidRange: "Input must be between <least> and <greatest>!"
|
||||
invalidOption: "Invalid option!"
|
||||
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||
noCurrentQuest: "<player> does not currently have any active quests."
|
||||
playerNotFound: "Player not found."
|
||||
questsPlayerHasQuestAlready: "<player> is already on the quest <quest>!"
|
||||
questsUnknownAdminCommand: "Unknown command. Type /questsadmin for help."
|
||||
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||
errorReading: "Error reading <file>, skipping.."
|
||||
questSaveError: "An error occurred while saving."
|
||||
questErrorReadingFile: "Error reading <file>."
|
||||
errorReading: "Error reading <file>, skipping..."
|
||||
errorReadingSuppress: "Error reading <file>, suppressing further errors."
|
||||
errorDataFolder: "Error: Unable to read Quests data folder!"
|
||||
questsPlayerHasQuestAlready: "<player> is already on the Quest <quest>!"
|
||||
questsUnknownAdminCommand: "Unknown Questsadmin command. Type /questsadmin for help."
|
||||
errorDataFolder: "Error: Unable to read from data folder!"
|
||||
unknownError: "An unknown error occurred. See console output."
|
||||
journalTitle: "Quest Journal"
|
||||
journalTaken: "You take out your Quest Journal."
|
||||
journalPutAway: "You put away your Quest Journal."
|
||||
journalAlreadyHave: "You already have your Quest Journal out."
|
||||
journalNoRoom: "You have no room in your inventory for your Quest Journal!"
|
||||
journalTaken: "You take out your <journal>."
|
||||
journalPutAway: "You put away your <journal>."
|
||||
journalNoRoom: "You have no room in your inventory for your <journal>!"
|
||||
journalNoQuests: "You have no accepted quests!"
|
||||
journalDenied: "You cannot do that with your Quest Journal."
|
||||
journalDenied: "You cannot do that with your <journal>."
|
||||
compassSet: "Set compass target to quest <quest>."
|
||||
compassReset: "Reset compass target."
|
||||
timeZone: "Time zone"
|
||||
@ -761,8 +749,6 @@ experience: "Experience"
|
||||
timePrompt: "Enter amount of time (in seconds), <clear>, <cancel>"
|
||||
timerMessage: "Time left to finish the quest/stage: <time> seconds"
|
||||
timerStart: "You have <time> seconds to finish this quest/stage"
|
||||
questErrorReadingFile: "Error reading Quests file."
|
||||
questSaveError: "An error occurred while saving."
|
||||
noPermission: "You do not have permission to do that."
|
||||
duplicateEditor: "You are already using an editor!"
|
||||
difference: "The difference is '<data>'."
|
||||
|
@ -259,30 +259,29 @@ stageEditorDelayCleared: "Delay cleared."
|
||||
stageEditorDenizenCleared: "Denizen script cleared."
|
||||
stageEditorObjectiveCleared: "Objective cleared."
|
||||
stageEditorMessageCleared: "Message cleared."
|
||||
stageEditorConfirmStageNote: "Any Stages after will be shifted back one spot"
|
||||
stageEditorConfirmStageNote: "Any stages after will be shifted back one spot"
|
||||
stageEditorDeleteSucces: "Stage deleted successfully."
|
||||
stageEditorEnchantments: "Enchantments"
|
||||
stageEditorNPCNote: 'Note: You may specify the name of the NPC with <npc>'
|
||||
stageEditorOptional: "Optional"
|
||||
stageEditorColors: "Sheep Colors"
|
||||
eventEditorCreate: "Create new Action"
|
||||
eventEditorEdit: "Edit an Action"
|
||||
eventEditorDelete: "Delete an Action"
|
||||
eventEditorNoneToEdit: "No Actions currently exist to be edited!"
|
||||
eventEditorNoneToDelete: "No Actions currently exist to be deleted!"
|
||||
eventEditorCreate: "Create new action"
|
||||
eventEditorEdit: "Edit an action"
|
||||
eventEditorDelete: "Delete an action"
|
||||
eventEditorNoneToEdit: "No actions currently exist to be edited!"
|
||||
eventEditorNoneToDelete: "No actions currently exist to be deleted!"
|
||||
eventEditorNotFound: "Action not found!"
|
||||
eventEditorExists: "Action already exists!"
|
||||
eventEditorSomeone: "Someone is already creating or editing an Action with that name!"
|
||||
eventEditorSomeone: "Someone is already creating or editing an action with that name!"
|
||||
eventEditorAlpha: "Name must be alphanumeric!"
|
||||
eventEditorErrorReadingFile: "Error reading Actions file."
|
||||
eventEditorErrorSaving: "An error occurred while saving."
|
||||
eventEditorDeleted: "Action deleted, Quests and Actions reloaded."
|
||||
eventEditorSaved: "Action saved, Quests and Actions reloaded."
|
||||
eventEditorDeleted: "Action deleted. Quest and action data reloaded."
|
||||
eventEditorSaved: "Action saved. Quest and action data reloaded."
|
||||
eventEditorEnterEventName: "Enter Action name, <cancel>"
|
||||
eventEditorModifiedNote: 'Note: You have modified an Action that the following Quests use:'
|
||||
eventEditorForcedToQuit: "If you save the Action, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||
eventEditorEventInUse: "The following Quests use the Action"
|
||||
eventEditorMustModifyQuests: "You must modify these Quests first!"
|
||||
eventEditorModifiedNote: 'Note: You have modified an action that the following quests use:'
|
||||
eventEditorForcedToQuit: "If you save the action, anyone who is actively doing any of these quests will be forced to quit them."
|
||||
eventEditorEventInUse: "The following quests use the action"
|
||||
eventEditorMustModifyQuests: "You must modify these quests first!"
|
||||
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||
eventEditorGiveItemsTitle: "- Give Items -"
|
||||
eventEditorEffectsTitle: "- Sound Effects -"
|
||||
@ -397,11 +396,11 @@ eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to,
|
||||
eventEditorCommandsNote: "Note: You may use <player> to refer to the player's name."
|
||||
eventEditorSetCommandsPrompt: "Enter commands, <semicolon>, <clear>, <cancel>"
|
||||
reqSetMoney: "Set money requirement"
|
||||
reqSetQuestPoints: "Set Quest Points requirement"
|
||||
reqSetQuestPoints: "Set <points> requirement"
|
||||
reqSetItem: "Set item requirements"
|
||||
reqSetPerms: "Set permission requirements"
|
||||
reqSetQuest: "Set Quest requirements"
|
||||
reqSetQuestBlocks: "Set Quest blocks"
|
||||
reqSetQuest: "Set quest requirements"
|
||||
reqSetQuestBlocks: "Set quest blocks"
|
||||
reqSetMcMMO: "Set mcMMO Classic requirements"
|
||||
reqSetHeroes: "Set Heroes requirements"
|
||||
reqSetCustom: "Set custom requirements"
|
||||
@ -409,14 +408,11 @@ reqSetSkills: "Set skills"
|
||||
reqSetSkillAmounts: "Set skill amounts"
|
||||
reqHeroesSetPrimary: "Set Primary Class"
|
||||
reqHeroesSetSecondary: "Set Secondary Class"
|
||||
reqMoneyPrompt: "Enter amount of <money>, <clear>, <cancel>"
|
||||
reqQuestPointsPrompt: "Enter amount of Quest Points, <clear>, <cancel>"
|
||||
reqQuestListTitle: "- Quests Available -"
|
||||
reqQuestPrompt: "Enter a list of Quest names, <semicolon>, <clear>, <cancel>"
|
||||
reqQuestPrompt: "Enter a list of quest names, <semicolon>, <clear>, <cancel>"
|
||||
reqRemoveItemsPrompt: "Enter a list of true/false values, <space>, <cancel>"
|
||||
reqPermissionsPrompt: "Enter permission requirements, <space>, <clear>, <cancel>"
|
||||
reqCustomPrompt: "Enter the name of a custom requirement to 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>"
|
||||
@ -426,7 +422,7 @@ reqNoItemsSet: "No items set"
|
||||
reqNoValuesSet: "No values set"
|
||||
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||
reqNotAQuestName: "<quest> is not a quest name!"
|
||||
reqItemCleared: "Item requirements cleared."
|
||||
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||
reqCustomNotFound: "Custom requirement module not found."
|
||||
@ -460,7 +456,7 @@ optUsePartiesPlugin: "Use Parties plugin"
|
||||
optShareProgressLevel: "Level of progress sharing"
|
||||
optRequireSameQuest: "Require same quest"
|
||||
rewSetMoney: "Set money reward"
|
||||
rewSetQuestPoints: "Set Quest Points reward"
|
||||
rewSetQuestPoints: "Set <points> reward"
|
||||
rewSetItems: "Set item rewards"
|
||||
rewSetExperience: "Set experience reward"
|
||||
rewSetCommands: "Set command rewards"
|
||||
@ -481,7 +477,7 @@ rewExperiencePrompt: "Enter amount of experience, <clear>, <cancel>"
|
||||
rewCommandPrompt: "Enter command rewards (use '<player>' to represent the player), <semicolon>, <clear>, <cancel>"
|
||||
rewPermissionsPrompt: "Enter permission rewards, <space>, <clear>, <cancel>"
|
||||
rewPermissionsWorldPrompt: "Enter permission worlds, <semicolon>, <clear>, <cancel>"
|
||||
rewQuestPointsPrompt: "Enter amount of Quest Points, <clear>, <cancel>"
|
||||
rewQuestPointsPrompt: "Enter amount of <points>, <clear>, <cancel>"
|
||||
rewMcMMOPrompt: "Enter mcMMO Classic skills (or enter 'All' for all skills), <space>, <cancel>"
|
||||
rewHeroesClassesPrompt: "Enter Heroes classes, <space>, <cancel>"
|
||||
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed), <space>, <cancel>"
|
||||
@ -596,7 +592,7 @@ strDone: "then enter '<command>' to save"
|
||||
strSpace: "separating each by a space"
|
||||
strSemicolon: "separating each by a semicolon"
|
||||
charSemi: ";"
|
||||
acceptQuest: "Accept Quest?"
|
||||
acceptQuest: "Accept quest?"
|
||||
enterAnOption: "Enter an option"
|
||||
questAccepted: "Quest accepted: <quest>"
|
||||
currentQuest: "Current Quests:"
|
||||
@ -623,9 +619,9 @@ goTo: "Go to <location>"
|
||||
completed: "Completed"
|
||||
redoCompleted: "(Completed)"
|
||||
consoleError: "This command may only be performed in-game."
|
||||
noActiveQuest: "You do not currently have any active Quests."
|
||||
noActiveQuest: "You do not currently have any active quests."
|
||||
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."
|
||||
permissionDisplay: "Permission:"
|
||||
heroesClass: "class"
|
||||
@ -636,65 +632,57 @@ questNotFound: "Quest not found."
|
||||
alreadyConversing: "You already are in a conversation!"
|
||||
inputNum: "Input must be a number."
|
||||
inputPosNum: "Input must be a positive number."
|
||||
questModified: "Your active Quest <quest> has been modified. You have been forced to quit the Quest."
|
||||
questNotExist: "Your active Quest <quest> no longer exists. You have been forced to quit the Quest."
|
||||
questModified: "Your active quest <quest> has been modified. You have been forced to quit the quest."
|
||||
questNotExist: "Your active quest <quest> no longer exists. You have been forced to quit the quest."
|
||||
questInvalidChoice: "Invalid choice. Type '<yes>' or '<no>'"
|
||||
questPointsDisplay: "Quest points:"
|
||||
questNoDrop: "You may not drop Quest items."
|
||||
questNoBrew: "You may not brew Quest items."
|
||||
questNoStore: "You may not store Quest items."
|
||||
questNoCraft: "You may not craft Quest items."
|
||||
questNoEquip: "You may not equip Quest items."
|
||||
questNoDispense: "You may not put Quest items in dispensers."
|
||||
questNoEnchant: "You may not enchant Quest items."
|
||||
questNoSmelt: "You may not smelt using Quest items."
|
||||
pageSelectionNum: "Page selection must be a number."
|
||||
pageSelectionPosNum: "Page selection must be a positive number."
|
||||
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||
questTakeDisabled: "Taking quests via commands has been disabled."
|
||||
questQuit: "You have quit <quest>"
|
||||
questQuitDisabled: "Quitting this quest has been disabled."
|
||||
questsUnknownCommand: "Unknown Quests command. Type /quests for help."
|
||||
questsUnknownCommand: "Unknown command. Type /quests for help."
|
||||
pageNotExist: "Page does not exist."
|
||||
pageFooter: "- Page <current> of <all> -"
|
||||
questsReloaded: "Quests reloaded."
|
||||
numQuestsLoaded: "<number> Quests loaded."
|
||||
questForceTake: "<player> has forcibly started the Quest <quest>."
|
||||
questForcedTake: "<player> has forced you to take the Quest <quest>."
|
||||
questForceQuit: "<player> has forcibly quit the Quest <quest>."
|
||||
questForcedQuit: "<player> has forced you to quit the Quest <quest>."
|
||||
questForceFinish: "<player> has forcibly finished their Quest <quest>."
|
||||
questForcedFinish: "<player> has forced you to finish your Quest <quest>."
|
||||
questForceNextStage: "<player> has advanced to the next Stage in the Quest <quest>."
|
||||
questForcedNextStage: "<player> has advanced you to the next Stage in your Quest <quest>."
|
||||
questsReloaded: "Quest data reloaded."
|
||||
numQuestsLoaded: "<number> quests loaded."
|
||||
questForceTake: "<player> has forcibly started the quest <quest>."
|
||||
questForcedTake: "<player> has forced you to take the quest <quest>."
|
||||
questForceQuit: "<player> has forcibly quit the quest <quest>."
|
||||
questForcedQuit: "<player> has forced you to quit the quest <quest>."
|
||||
questForceFinish: "<player> has forcibly finished their quest <quest>."
|
||||
questForcedFinish: "<player> has forced you to finish your quest <quest>."
|
||||
questForceNextStage: "<player> has advanced to the next stage in the quest <quest>."
|
||||
questForcedNextStage: "<player> has advanced you to the next stage in your quest <quest>."
|
||||
questReset: "<player> has been reset."
|
||||
questRemoved: "Quest <quest> has been removed from player <player>'s completed Quests."
|
||||
settingAllQuestPoints: "Setting all players' Quest Points..."
|
||||
allQuestPointsSet: "All players' Quest Points have been set to <number>!"
|
||||
setQuestPoints: "<player>'s Quest Points have been set to <number>."
|
||||
questPointsSet: "<player> has set your Quest Points to <number>."
|
||||
takeQuestPoints: "Took away <number> Quest Points from <player>."
|
||||
questPointsTaken: "<player> took away <number> Quest Points."
|
||||
giveQuestPoints: "Gave <number> Quest Points from <player>."
|
||||
questPointsGiven: "<player> gave you <number> Quest Points."
|
||||
questRemoved: "Quest <quest> has been removed from player <player>'s completed quests."
|
||||
settingAllQuestPoints: "Setting all players' <points>..."
|
||||
allQuestPointsSet: "All players' <points> have been set to <number>!"
|
||||
setQuestPoints: "<player>'s <points> have been set to <number>."
|
||||
questPointsSet: "<player> has set your <points> to <number>."
|
||||
takeQuestPoints: "Took away <number> <points> from <player>."
|
||||
questPointsTaken: "<player> took away <number> <points>."
|
||||
giveQuestPoints: "Gave <number> <points> from <player>."
|
||||
questPointsGiven: "<player> gave you <number> <points>."
|
||||
invalidMinimum: "Input must be at least <number>!"
|
||||
invalidRange: "Input must be between <least> and <greatest>!"
|
||||
invalidOption: "Invalid option!"
|
||||
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||
noCurrentQuest: "<player> does not currently have any active quests."
|
||||
playerNotFound: "Player not found."
|
||||
questsPlayerHasQuestAlready: "<player> is already on the quest <quest>!"
|
||||
questsUnknownAdminCommand: "Unknown command. Type /questsadmin for help."
|
||||
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||
errorReading: "Error reading <file>, skipping.."
|
||||
questSaveError: "An error occurred while saving."
|
||||
questErrorReadingFile: "Error reading <file>."
|
||||
errorReading: "Error reading <file>, skipping..."
|
||||
errorReadingSuppress: "Error reading <file>, suppressing further errors."
|
||||
errorDataFolder: "Error: Unable to read Quests data folder!"
|
||||
questsPlayerHasQuestAlready: "<player> is already on the Quest <quest>!"
|
||||
questsUnknownAdminCommand: "Unknown Questsadmin command. Type /questsadmin for help."
|
||||
errorDataFolder: "Error: Unable to read from data folder!"
|
||||
unknownError: "An unknown error occurred. See console output."
|
||||
journalTitle: "Quest Journal"
|
||||
journalTaken: "You take out your Quest Journal."
|
||||
journalPutAway: "You put away your Quest Journal."
|
||||
journalAlreadyHave: "You already have your Quest Journal out."
|
||||
journalNoRoom: "You have no room in your inventory for your Quest Journal!"
|
||||
journalTaken: "You take out your <journal>."
|
||||
journalPutAway: "You put away your <journal>."
|
||||
journalNoRoom: "You have no room in your inventory for your <journal>!"
|
||||
journalNoQuests: "You have no accepted quests!"
|
||||
journalDenied: "You cannot do that with your Quest Journal."
|
||||
journalDenied: "You cannot do that with your <journal>."
|
||||
compassSet: "Set compass target to quest <quest>."
|
||||
compassReset: "Reset compass target."
|
||||
timeZone: "Time zone"
|
||||
@ -761,8 +749,6 @@ experience: "Experience"
|
||||
timePrompt: "Enter amount of time (in seconds), <clear>, <cancel>"
|
||||
timerMessage: "Time left to finish the quest/stage: <time> seconds"
|
||||
timerStart: "You have <time> seconds to finish this quest/stage"
|
||||
questErrorReadingFile: "Error reading Quests file."
|
||||
questSaveError: "An error occurred while saving."
|
||||
noPermission: "You do not have permission to do that."
|
||||
duplicateEditor: "You are already using an editor!"
|
||||
difference: "The difference is '<data>'."
|
||||
|
@ -274,7 +274,6 @@ eventEditorNotFound: "ไม่พบกิจกรรม!"
|
||||
eventEditorExists: "มีกิจกรรมอยู่แล้ว!"
|
||||
eventEditorSomeone: "มีผู้คนกำลังสร้างหรือแก้ไขกิจกรรมโดยใช้ชื่อดังกล่าว!"
|
||||
eventEditorAlpha: "ชื่อต้องเป็นตัวอักษรและตัวเลข!"
|
||||
eventEditorErrorReadingFile: "เกิดข้อผิดพลาดในการอ่านแฟ้มกิจกรรม"
|
||||
eventEditorErrorSaving: "เกิดข้อผิดพลาดขณะบันทึก"
|
||||
eventEditorDeleted: "ลบกิจกรรมที่ถูกลบเควสและกิจกรรมแล้ว"
|
||||
eventEditorSaved: "บันทึกกิจกรรมที่สร้างขึ้นภารกิจและกิจกรรมใหม่แล้ว"
|
||||
@ -304,10 +303,10 @@ eventEditorClearInv: "ล้างไอเท็มในตัว"
|
||||
eventEditorFailQuest: "ทำเควสล้มเหล้ว"
|
||||
eventEditorSetExplosions: "ตั้งค่าตำแหน่งระเบิด"
|
||||
eventEditorSetLightning: "ตั้งค่าตำแหน่งที่ฟ้าจะผ่า"
|
||||
eventEditorSetEffects: "ตั้ง Effect"
|
||||
eventEditorSetEffects: "Set effects"
|
||||
eventEditorSetStorm: "ตั้งค่าฝนตก"
|
||||
eventEditorSetThunder: "ตั้งค่าฟ้าผ่า"
|
||||
eventEditorSetMobSpawns: "ตั้งค่าการเกิดของ Mob"
|
||||
eventEditorSetMobSpawns: "Set mob spawns"
|
||||
eventEditorSetPotionEffects: "Apply potion effects"
|
||||
eventEditorSetHunger: "ตั้งค่าระดับความหิว"
|
||||
eventEditorSetSaturation: "Set saturation level"
|
||||
@ -397,11 +396,11 @@ eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to,
|
||||
eventEditorCommandsNote: "Note: You may use <player> to refer to the player's name."
|
||||
eventEditorSetCommandsPrompt: "Enter commands, <semicolon>, <clear>, <cancel>"
|
||||
reqSetMoney: "Set money requirement"
|
||||
reqSetQuestPoints: "Set Quest Points requirement"
|
||||
reqSetQuestPoints: "Set <points> requirement"
|
||||
reqSetItem: "Set item requirements"
|
||||
reqSetPerms: "Set permission requirements"
|
||||
reqSetQuest: "Set Quest requirements"
|
||||
reqSetQuestBlocks: "Set Quest blocks"
|
||||
reqSetQuest: "Set quest requirements"
|
||||
reqSetQuestBlocks: "Set quest blocks"
|
||||
reqSetMcMMO: "Set mcMMO Classic requirements"
|
||||
reqSetHeroes: "Set Heroes requirements"
|
||||
reqSetCustom: "Set custom requirements"
|
||||
@ -409,14 +408,11 @@ reqSetSkills: "Set skills"
|
||||
reqSetSkillAmounts: "Set skill amounts"
|
||||
reqHeroesSetPrimary: "Set Primary Class"
|
||||
reqHeroesSetSecondary: "Set Secondary Class"
|
||||
reqMoneyPrompt: "Enter amount of <money>, <clear>, <cancel>"
|
||||
reqQuestPointsPrompt: "Enter amount of Quest Points, <clear>, <cancel>"
|
||||
reqQuestListTitle: "- Quests Available -"
|
||||
reqQuestPrompt: "Enter a list of Quest names, <semicolon>, <clear>, <cancel>"
|
||||
reqQuestPrompt: "Enter a list of quest names, <semicolon>, <clear>, <cancel>"
|
||||
reqRemoveItemsPrompt: "Enter a list of true/false values, <space>, <cancel>"
|
||||
reqPermissionsPrompt: "Enter permission requirements, <space>, <clear>, <cancel>"
|
||||
reqCustomPrompt: "Enter the name of a custom requirement to 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>"
|
||||
@ -481,7 +477,7 @@ rewExperiencePrompt: "Enter amount of experience, <clear>, <cancel>"
|
||||
rewCommandPrompt: "Enter command rewards (use '<player>' to represent the player), <semicolon>, <clear>, <cancel>"
|
||||
rewPermissionsPrompt: "Enter permission rewards, <space>, <clear>, <cancel>"
|
||||
rewPermissionsWorldPrompt: "Enter permission worlds, <semicolon>, <clear>, <cancel>"
|
||||
rewQuestPointsPrompt: "Enter amount of Quest Points, <clear>, <cancel>"
|
||||
rewQuestPointsPrompt: "Enter amount of <points>, <clear>, <cancel>"
|
||||
rewMcMMOPrompt: "Enter mcMMO Classic skills (or enter 'All' for all skills), <space>, <cancel>"
|
||||
rewHeroesClassesPrompt: "Enter Heroes classes, <space>, <cancel>"
|
||||
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed), <space>, <cancel>"
|
||||
@ -504,7 +500,7 @@ itemCreateLoadHand: "Load item in hand"
|
||||
itemCreateSetName: "ตั้งค่าชื่อ"
|
||||
itemCreateSetAmount: "ตั้งค่าจำนวน"
|
||||
itemCreateSetDurab: "Set durability"
|
||||
itemCreateSetEnchs: "เพิ่ม Enchantments"
|
||||
itemCreateSetEnchs: "Add enchantments"
|
||||
itemCreateSetDisplay: "Set display name"
|
||||
itemCreateSetLore: "Set lore"
|
||||
itemCreateSetClearMeta: "Clear extra data"
|
||||
@ -623,9 +619,9 @@ goTo: "Go to <location>"
|
||||
completed: "เสร็จแล้ว"
|
||||
redoCompleted: "(เสร็จแล้ว)"
|
||||
consoleError: "This command may only be performed in-game."
|
||||
noActiveQuest: "You do not currently have any active Quests."
|
||||
noActiveQuest: "You do not currently have any active quests."
|
||||
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."
|
||||
permissionDisplay: "สิทธิ์การใช้งาน:"
|
||||
heroesClass: "คลาส"
|
||||
@ -636,65 +632,57 @@ questNotFound: "ไม่พบเควส"
|
||||
alreadyConversing: "You already are in a conversation!"
|
||||
inputNum: "Input must be a number."
|
||||
inputPosNum: "Input must be a positive number."
|
||||
questModified: "Your active Quest <quest> has been modified. You have been forced to quit the Quest."
|
||||
questNotExist: "Your active Quest <quest> no longer exists. You have been forced to quit the Quest."
|
||||
questModified: "Your active quest <quest> has been modified. You have been forced to quit the quest."
|
||||
questNotExist: "Your active quest <quest> no longer exists. You have been forced to quit the quest."
|
||||
questInvalidChoice: "Invalid choice. Type '<yes>' or '<no>'"
|
||||
questPointsDisplay: "Quest points:"
|
||||
questNoDrop: "You may not drop Quest items."
|
||||
questNoBrew: "You may not brew Quest items."
|
||||
questNoStore: "You may not store Quest items."
|
||||
questNoCraft: "You may not craft Quest items."
|
||||
questNoEquip: "You may not equip Quest items."
|
||||
questNoDispense: "You may not put Quest items in dispensers."
|
||||
questNoEnchant: "You may not enchant Quest items."
|
||||
questNoSmelt: "You may not smelt using Quest items."
|
||||
pageSelectionNum: "Page selection must be a number."
|
||||
pageSelectionPosNum: "Page selection must be a positive number."
|
||||
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||
questTakeDisabled: "Taking quests via commands has been disabled."
|
||||
questQuit: "You have quit <quest>"
|
||||
questQuitDisabled: "Quitting this quest has been disabled."
|
||||
questsUnknownCommand: "Unknown Quests command. Type /quests for help."
|
||||
questsUnknownCommand: "Unknown command. Type /quests for help."
|
||||
pageNotExist: "Page does not exist."
|
||||
pageFooter: "- Page <current> of <all> -"
|
||||
questsReloaded: "Quests reloaded."
|
||||
numQuestsLoaded: "<number> Quests loaded."
|
||||
questForceTake: "<player> has forcibly started the Quest <quest>."
|
||||
questForcedTake: "<player> has forced you to take the Quest <quest>."
|
||||
questForceQuit: "<player> has forcibly quit the Quest <quest>."
|
||||
questForcedQuit: "<player> has forced you to quit the Quest <quest>."
|
||||
questForceFinish: "<player> has forcibly finished their Quest <quest>."
|
||||
questForcedFinish: "<player> has forced you to finish your Quest <quest>."
|
||||
questForceNextStage: "<player> has advanced to the next Stage in the Quest <quest>."
|
||||
questForcedNextStage: "<player> has advanced you to the next Stage in your Quest <quest>."
|
||||
questsReloaded: "Quest data reloaded."
|
||||
numQuestsLoaded: "<number> quests loaded."
|
||||
questForceTake: "<player> has forcibly started the quest <quest>."
|
||||
questForcedTake: "<player> has forced you to take the quest <quest>."
|
||||
questForceQuit: "<player> has forcibly quit the quest <quest>."
|
||||
questForcedQuit: "<player> has forced you to quit the quest <quest>."
|
||||
questForceFinish: "<player> has forcibly finished their quest <quest>."
|
||||
questForcedFinish: "<player> has forced you to finish your quest <quest>."
|
||||
questForceNextStage: "<player> has advanced to the next stage in the quest <quest>."
|
||||
questForcedNextStage: "<player> has advanced you to the next stage in your quest <quest>."
|
||||
questReset: "<player> has been reset."
|
||||
questRemoved: "Quest <quest> has been removed from player <player>'s completed Quests."
|
||||
settingAllQuestPoints: "Setting all players' Quest Points..."
|
||||
allQuestPointsSet: "All players' Quest Points have been set to <number>!"
|
||||
setQuestPoints: "<player>'s Quest Points have been set to <number>."
|
||||
questPointsSet: "<player> has set your Quest Points to <number>."
|
||||
takeQuestPoints: "Took away <number> Quest Points from <player>."
|
||||
questPointsTaken: "<player> took away <number> Quest Points."
|
||||
giveQuestPoints: "Gave <number> Quest Points from <player>."
|
||||
questPointsGiven: "<player> gave you <number> Quest Points."
|
||||
questRemoved: "Quest <quest> has been removed from player <player>'s completed quests."
|
||||
settingAllQuestPoints: "Setting all players' <points>..."
|
||||
allQuestPointsSet: "All players' <points> have been set to <number>!"
|
||||
setQuestPoints: "<player>'s <points> have been set to <number>."
|
||||
questPointsSet: "<player> has set your <points> to <number>."
|
||||
takeQuestPoints: "Took away <number> <points> from <player>."
|
||||
questPointsTaken: "<player> took away <number> <points>."
|
||||
giveQuestPoints: "Gave <number> <points> from <player>."
|
||||
questPointsGiven: "<player> gave you <number> <points>."
|
||||
invalidMinimum: "Input must be at least <number>!"
|
||||
invalidRange: "Input must be between <least> and <greatest>!"
|
||||
invalidOption: "Invalid option!"
|
||||
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||
noCurrentQuest: "<player> does not currently have any active quests."
|
||||
playerNotFound: "Player not found."
|
||||
questsPlayerHasQuestAlready: "<player> is already on the quest <quest>!"
|
||||
questsUnknownAdminCommand: "Unknown command. Type /questsadmin for help."
|
||||
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||
errorReading: "Error reading <file>, skipping.."
|
||||
questSaveError: "An error occurred while saving."
|
||||
questErrorReadingFile: "Error reading <file>."
|
||||
errorReading: "Error reading <file>, skipping..."
|
||||
errorReadingSuppress: "Error reading <file>, suppressing further errors."
|
||||
errorDataFolder: "Error: Unable to read Quests data folder!"
|
||||
questsPlayerHasQuestAlready: "<player> is already on the Quest <quest>!"
|
||||
questsUnknownAdminCommand: "Unknown Questsadmin command. Type /questsadmin for help."
|
||||
errorDataFolder: "Error: Unable to read from data folder!"
|
||||
unknownError: "An unknown error occurred. See console output."
|
||||
journalTitle: "Quest Journal"
|
||||
journalTaken: "You take out your Quest Journal."
|
||||
journalPutAway: "You put away your Quest Journal."
|
||||
journalAlreadyHave: "You already have your Quest Journal out."
|
||||
journalNoRoom: "You have no room in your inventory for your Quest Journal!"
|
||||
journalTaken: "You take out your <journal>."
|
||||
journalPutAway: "You put away your <journal>."
|
||||
journalNoRoom: "You have no room in your inventory for your <journal>!"
|
||||
journalNoQuests: "You have no accepted quests!"
|
||||
journalDenied: "You cannot do that with your Quest Journal."
|
||||
journalDenied: "You cannot do that with your <journal>."
|
||||
compassSet: "Set compass target to quest <quest>."
|
||||
compassReset: "Reset compass target."
|
||||
timeZone: "Time zone"
|
||||
@ -761,8 +749,6 @@ experience: "Experience"
|
||||
timePrompt: "Enter amount of time (in seconds), <clear>, <cancel>"
|
||||
timerMessage: "Time left to finish the quest/stage: <time> seconds"
|
||||
timerStart: "You have <time> seconds to finish this quest/stage"
|
||||
questErrorReadingFile: "Error reading Quests file."
|
||||
questSaveError: "An error occurred while saving."
|
||||
noPermission: "You do not have permission to do that."
|
||||
duplicateEditor: "You are already using an editor!"
|
||||
difference: "The difference is '<data>'."
|
||||
|
@ -274,7 +274,6 @@ eventEditorNotFound: "Olay bulunamadı!"
|
||||
eventEditorExists: "Bu olay zaten var!"
|
||||
eventEditorSomeone: "Birisi çoktan o isimle bir olay oluşturuyor veya düzenliyor!"
|
||||
eventEditorAlpha: "İsim alfanümerik olmalı!"
|
||||
eventEditorErrorReadingFile: "Olay dosyası okunurken bir hata oluştu."
|
||||
eventEditorErrorSaving: "Kaydederken bir hata oluştu."
|
||||
eventEditorDeleted: "Olay silindi, Görevler ve Olaylar yeniden yüklendi."
|
||||
eventEditorSaved: "Olay kaydedildi, Görevler ve Olaylar yeniden yüklendi."
|
||||
@ -409,14 +408,11 @@ reqSetSkills: "Becerileri ayarla"
|
||||
reqSetSkillAmounts: "Beceri sayısını ayarla"
|
||||
reqHeroesSetPrimary: "Temel Sınıf ayarla"
|
||||
reqHeroesSetSecondary: "İkincil Sınıf ayarla"
|
||||
reqMoneyPrompt: "<money> miktarını gir, <clear>, <cancel>"
|
||||
reqQuestPointsPrompt: "Görev puanları miktarını gir, <clear>, <cancel>"
|
||||
reqQuestListTitle: "- Mevcut Görevler -"
|
||||
reqQuestPrompt: "Görev adlarının listesini girin, <semicolon>, <clear>, <cancel>"
|
||||
reqRemoveItemsPrompt: "Doğru / yanlış değerlerin listesini girin, <space>, <cancel>"
|
||||
reqPermissionsPrompt: "Yetki gereksinimlerini girin, <space>, <clear>, <cancel>"
|
||||
reqCustomPrompt: "Eklemek için özel bir gereksnim adı girin, <clear>, <cancel>"
|
||||
reqMcMMOPrompt: "mcMMO Classic becerilerini gir, <space>, <clear>, <cancel>"
|
||||
reqMcMMOAmountsPrompt: "mcMMO Classic beceri miktarını gir, <space>, <clear>, <cancel>"
|
||||
reqHeroesPrimaryPrompt: "Heroes Ana Sınıf adını girin, <clear>, <cancel>"
|
||||
reqHeroesSecondaryPrompt: "Heroes İkincil Sınıf adını gir, <clear>, <cancel>"
|
||||
@ -533,7 +529,7 @@ dateCreateEnterSecond: "Saniye girin (max 59), <cancel>"
|
||||
dateCreateEnterOffset: "UTC saat dilimi sapması girin (max 14), <cancel>"
|
||||
dateCreateEnterZone: "UTC zaman dilimi girin, <cancel>"
|
||||
dateCreateNoYearAmount: "Önce bir yıl ayarlamalısın!"
|
||||
overrideCreateSet: "Ayrıntı listesi geçersiz kılmayı ayarla"
|
||||
overrideCreateSet: "Ayrıntı listesini geçersiz kılmayı ayarla"
|
||||
overrideCreateEnter: "Yeni metni girin, <clear>, <cancel>"
|
||||
questObjectivesTitle: "---(<quest>)---"
|
||||
questCompleteTitle: '**GÖREV TAMAMLANDI: <quest>**'
|
||||
@ -639,15 +635,6 @@ inputPosNum: "Girdi bir pozitif sayı olmalı."
|
||||
questModified: "Etkin görevin <quest> düzenlendi. Bu görevden çıkmak zorunda kaldın."
|
||||
questNotExist: "Etkin görevin <quest> artık yok. Bu görevden zorla çıkarıldın."
|
||||
questInvalidChoice: "Geçersiz seçenek. '<yes>' ya da '<no>' yazın"
|
||||
questPointsDisplay: "Görev puanları:"
|
||||
questNoDrop: "Görev itemlerini bırakamazsın."
|
||||
questNoBrew: "Görev itemlerini kaynatamazsın."
|
||||
questNoStore: "Görev itemlerini depolayamazsın."
|
||||
questNoCraft: "Görev itemlerini craftlayamazsın."
|
||||
questNoEquip: "Görev itemlerini donatamazsın."
|
||||
questNoDispense: "Görev itemlerini fırlatıcılara koyamazsın."
|
||||
questNoEnchant: "Görev itemlerini büyüleyemezsin."
|
||||
questNoSmelt: "Görev itemlerini eritemezsin."
|
||||
pageSelectionNum: "Sayfa seçimi bir rakam olmalı."
|
||||
pageSelectionPosNum: "Sayfa seçimi pozitif bir rakam olmalı."
|
||||
questTakeDisabled: "Komut yoluyla görev alma kapatıldı."
|
||||
@ -681,17 +668,18 @@ invalidRange: "Girdi <least> ile <greatest> arasında olmalı!"
|
||||
invalidOption: "Geçersiz seçenek!"
|
||||
noCurrentQuest: "<player> kişisinin şu anda aktif bir görevi yok."
|
||||
playerNotFound: "Oyuncu bulunamadı."
|
||||
questsPlayerHasQuestAlready: "<player> kişisi çoktan <quest> görevinde!"
|
||||
questsUnknownAdminCommand: "Bilinmeyen Görevleradmin komutu. Yardım için /görevleradmin yaz."
|
||||
errorNPCID: 'Hata: <number> IDsine sahip bir NPC bulunamadı'
|
||||
questSaveError: "Kaydederken bir hata oluştu."
|
||||
questErrorReadingFile: "Quests dosyası okunurken hata oluştu."
|
||||
errorReading: "<file> dosyası okunurken bir hata oluştu, atlanıyor.."
|
||||
errorReadingSuppress: "<file> dosyası okunurken bir hata oluştu, daha fazla hata çıkması önleniyor."
|
||||
errorDataFolder: "Hata: Quests data dosyası okunamıyor!"
|
||||
questsPlayerHasQuestAlready: "<player> kişisi çoktan <quest> görevinde!"
|
||||
questsUnknownAdminCommand: "Bilinmeyen Görevleradmin komutu. Yardım için /görevleradmin yaz."
|
||||
unknownError: "Bir hata oluştu. Konsol çıktısına bakın."
|
||||
journalTitle: "Görev Günlüğü"
|
||||
journalTaken: "Görevi Günlüğünü çıkardın."
|
||||
journalPutAway: "Görev günlüğünü yerine koydun."
|
||||
journalAlreadyHave: "Görev günlüğünü zaten çıkardın."
|
||||
journalNoRoom: "Görev günlüğünüz için envanterinizde yer yok!"
|
||||
journalNoQuests: "Kabul edilmiş bir göreviniz yok!"
|
||||
journalDenied: "Bunu görev günlüğünüzle yapamazsınız."
|
||||
@ -725,7 +713,7 @@ noWord: "Hayır"
|
||||
"true": "doğru"
|
||||
"false": "yanlış"
|
||||
clear: "Temizle"
|
||||
cleared: "Temizlemek"
|
||||
cleared: "Temizlendi"
|
||||
edit: "Düzenle"
|
||||
none: "Bulunmuyor"
|
||||
done: "Bitti"
|
||||
@ -761,8 +749,6 @@ experience: "Deneyim"
|
||||
timePrompt: "Zamanı girin (saniye olarak), <clear>, <cancel>"
|
||||
timerMessage: "Görevi/etabı bitirmek için kalan süre: <time> saniye"
|
||||
timerStart: "Bu görevi/etabı tamamlamak için <time> saniyen var"
|
||||
questErrorReadingFile: "Quests dosyası okunurken hata oluştu."
|
||||
questSaveError: "Kaydederken bir hata oluştu."
|
||||
noPermission: "Bunun için yetkin yok."
|
||||
duplicateEditor: "Zaten bir düzenleyici kullanıyorsun!"
|
||||
difference: "Fark: <data>."
|
||||
|
@ -274,7 +274,6 @@ eventEditorNotFound: "Không tìm thấy Hành động!"
|
||||
eventEditorExists: "Hành động đã tồn tại!"
|
||||
eventEditorSomeone: "Ai đó đã tạo hoặc chỉnh sửa một Hành động với tên đó!"
|
||||
eventEditorAlpha: "Tên phải là chữ!"
|
||||
eventEditorErrorReadingFile: "Lỗi khi đọc tập tin Hành động."
|
||||
eventEditorErrorSaving: "Có lỗi xảy ra trong khi đang lưu."
|
||||
eventEditorDeleted: "Sự kiện đã bị xóa, Nhiệm vụ và các Hành động đã được tải lại."
|
||||
eventEditorSaved: "Sự kiện đã được lưu, Nhiệm vụ và các Hành động đã được tải lại."
|
||||
@ -409,14 +408,11 @@ reqSetSkills: "Thiết lập các kỹ năng"
|
||||
reqSetSkillAmounts: "Thiết lập số lượng kỹ năng"
|
||||
reqHeroesSetPrimary: "Thiết lập Class sơ cấp"
|
||||
reqHeroesSetSecondary: "Thiết lập Class thứ cấp (sau sơ cấp)"
|
||||
reqMoneyPrompt: "Nhập số lượng của <money>, <clear>, <cancel>"
|
||||
reqQuestPointsPrompt: "Nhập số điểm của nhiệm vụ, <clear>, <cancel>"
|
||||
reqQuestListTitle: "- Nhiệm vụ Sẵn sàng -"
|
||||
reqQuestPrompt: "Nhập 1 danh sách tên Nhiệm vụ, <semicolon>, <clear>, <cancel>"
|
||||
reqRemoveItemsPrompt: "Nhập một danh sách giá trị true/false, <space>, <cancel>"
|
||||
reqPermissionsPrompt: "Nhập quyền yêu cầu, <space>, <clear>, <cancel>"
|
||||
reqCustomPrompt: "Nhập tên của yêu cầu tùy chỉnh để thêm, <clear>, <cancel>"
|
||||
reqMcMMOPrompt: "Nhập kỹ năng mcMMO, <space>, <clear>, <cancel>"
|
||||
reqMcMMOAmountsPrompt: "Nhập số lượng kỹ năng mcMMO, <space>, <clear>, <cancel>"
|
||||
reqHeroesPrimaryPrompt: "Nhập tên Class Heroes Sơ cấp, <clear>, <cancel>"
|
||||
reqHeroesSecondaryPrompt: "Nhập tên Class Heroes Thứ cấp, <clear>, <cancel>"
|
||||
@ -639,15 +635,6 @@ inputPosNum: "Đầu vào phải là một số dương."
|
||||
questModified: "Nhiệm vụ <quest> bạn hay làm đã bị thay đổi. Bạn buộc phải từ bỏ Nhiệm vụ đó."
|
||||
questNotExist: "Nhiệm vụ <quest> bạn đang làm không còn tồn tại. Bạn bị buộc phải từ bỏ Nhiệm vụ đó."
|
||||
questInvalidChoice: "Lựa chọn không hợp lệ. Nhập '<yes>' hoặc '<no>'"
|
||||
questPointsDisplay: "Điểm nhiệm vụ:"
|
||||
questNoDrop: "Bạn không thể thả Item nhiệm vụ."
|
||||
questNoBrew: "Bạn không thể pha chế Item nhiệm vụ."
|
||||
questNoStore: "Bạn không thể cất giữ Item nhiệm vụ."
|
||||
questNoCraft: "Bạn không thể chế tạo Item nhiệm vụ."
|
||||
questNoEquip: "Bạn không thể trang bị Item nhiệm vụ."
|
||||
questNoDispense: "Bạn không thể đặt Item nhiệm vụ vào máy thả."
|
||||
questNoEnchant: "Bạn không thể phù phép Item nhiệm vụ."
|
||||
questNoSmelt: "Bạn không thể nấu Item nhiệm vụ."
|
||||
pageSelectionNum: "Trang được lựa chọn phải là một số."
|
||||
pageSelectionPosNum: "Trang được lựa chọn phải là một số dương nguyên."
|
||||
questTakeDisabled: "Nhận Nhiệm vụ bằng lệnh đã bị vô hiệu hóa."
|
||||
@ -681,17 +668,18 @@ invalidRange: "Đầu vào phải nằm giữa <least> và <greatest>!"
|
||||
invalidOption: "Tùy chọn không hợp lệ!"
|
||||
noCurrentQuest: "<player> hiện nay không làm bất cứ Nhiệm vụ nào."
|
||||
playerNotFound: "Không tìm thấy người chơi."
|
||||
questsPlayerHasQuestAlready: "<player> đang làm Nhiệm vụ <quest>!"
|
||||
questsUnknownAdminCommand: "Lệnh Questsadmin không xác định. Sử dụng /questsadmin để được trợ giúp."
|
||||
errorNPCID: 'Lỗi: Ở đó không có NPC với ID <number>'
|
||||
questSaveError: "Có lỗi xảy ra trong khi đang lưu."
|
||||
questErrorReadingFile: "Lỗi khi đang đọc file Nhiệm vụ."
|
||||
errorReading: "Lỗi khi đọc <file>, bỏ qua.."
|
||||
errorReadingSuppress: "Lỗi khi đọc<file>, đang ngăn chặn lỗi nhiều hơn."
|
||||
errorDataFolder: "Lỗi: Không thể đọc thư mục dữ liệu Nhiệm vụ!"
|
||||
questsPlayerHasQuestAlready: "<player> đang làm Nhiệm vụ <quest>!"
|
||||
questsUnknownAdminCommand: "Lệnh Questsadmin không xác định. Sử dụng /questsadmin để được trợ giúp."
|
||||
unknownError: "Đã xảy ra lỗi không xác định. Xem tín hiệu ra console."
|
||||
journalTitle: "Nhật ký nhiệm vụ"
|
||||
journalTaken: "Bạn đã lấy ra Nhật ký Nhiệm vụ của bạn."
|
||||
journalPutAway: "Bạn đã cất Nhật ký Nhiệm vụ của bạn."
|
||||
journalAlreadyHave: "Bạn đã lấy Nhật ký Nhiệm vụ của bạn ra ngoài rồi."
|
||||
journalNoRoom: "Bạn không có chỗ trong hành trang của bạn để lấy Nhật ký Nhiệm vụ!"
|
||||
journalNoQuests: "Bạn chưa nhận nhiệm vụ nào!"
|
||||
journalDenied: "Bạn không thể làm thế với Nhật ký Nhiệm vụ của bạn."
|
||||
@ -761,8 +749,6 @@ experience: "Kinh nghiệm"
|
||||
timePrompt: "Nhập số lượng thời gian (tính bằng giây), <clear>, <cancel>"
|
||||
timerMessage: "%green%Thời gian còn lại để hoàn thành nhiệm vụ/giai đoạn:%red% <time> giây"
|
||||
timerStart: "Bạn có <time> giây để hoàn thành nhiệm vụ/giai đoạn này"
|
||||
questErrorReadingFile: "Lỗi khi đang đọc file Nhiệm vụ."
|
||||
questSaveError: "Có lỗi xảy ra trong khi đang lưu."
|
||||
noPermission: "Bạn không có quyền để làm điều đó."
|
||||
duplicateEditor: "Bạn đang sử dụng một trình soạn thảo!"
|
||||
difference: "Sự khác biệt là '<data>'."
|
||||
|
@ -274,7 +274,6 @@ eventEditorNotFound: "找不到事件!"
|
||||
eventEditorExists: "事件已存在!"
|
||||
eventEditorSomeone: "已经有其他管理员创建/编辑那个名字的事件了!"
|
||||
eventEditorAlpha: "名称必须是字母数字!"
|
||||
eventEditorErrorReadingFile: "读取动作文件时出错。"
|
||||
eventEditorErrorSaving: "保存时出错。"
|
||||
eventEditorDeleted: "事件已删除,任务和事件已经重载。"
|
||||
eventEditorSaved: "事件已保存, 任务和事件已经重载。"
|
||||
@ -409,14 +408,11 @@ reqSetSkills: "设置技能"
|
||||
reqSetSkillAmounts: "设置技能金额"
|
||||
reqHeroesSetPrimary: "设置主要类"
|
||||
reqHeroesSetSecondary: "设置次要类"
|
||||
reqMoneyPrompt: "输入 <money>, <clear>, <cancel>"
|
||||
reqQuestPointsPrompt: "输入任务点, <clear>, <cancel>"
|
||||
reqQuestListTitle: "- 可用任务 -"
|
||||
reqQuestPrompt: "输入任务名称列表, <semicolon>, <clear>, <cancel>"
|
||||
reqRemoveItemsPrompt: "输入一个真实/虚假的值列表, <space>, <cancel>"
|
||||
reqPermissionsPrompt: "输入权限要求, <space>, <clear>, <cancel>"
|
||||
reqCustomPrompt: "输入要添加的自定义要求的名称, <clear>, <cancel>"
|
||||
reqMcMMOPrompt: "输入 mcMMO 技能, <space>, <clear>, <cancel>"
|
||||
reqMcMMOAmountsPrompt: "输入mcMMO技能金额, <space>, <clear>, <cancel>"
|
||||
reqHeroesPrimaryPrompt: "输入英雄主要类名称, <clear>, <cancel>"
|
||||
reqHeroesSecondaryPrompt: "输入英雄次要类名称, <clear>, <cancel>"
|
||||
@ -639,15 +635,6 @@ inputPosNum: "输入值必须是一个正数。"
|
||||
questModified: "你的活动任务 <quest> 已被修改,你已被强制取消了这个任务。"
|
||||
questNotExist: "你的活动任务 <quest> 已不存在,你已被强制取消了这个任务。"
|
||||
questInvalidChoice: "无效的选择。请输入 '<yes>' 或 '<no>'"
|
||||
questPointsDisplay: "任务点数:"
|
||||
questNoDrop: "您不能丢弃任务物品。"
|
||||
questNoBrew: "您不能酿造任务物品。"
|
||||
questNoStore: "您不能储存任务物品。"
|
||||
questNoCraft: "您不能合成任务物品。"
|
||||
questNoEquip: "您不能装备任务物品。"
|
||||
questNoDispense: "您不能将任务物品放入发射器。"
|
||||
questNoEnchant: "您不能附魔任务物品。"
|
||||
questNoSmelt: "您不能熔炼任务物品。"
|
||||
pageSelectionNum: "选择页面数必须是一个数字。"
|
||||
pageSelectionPosNum: "选择页面数必须是一个正整数。"
|
||||
questTakeDisabled: "已禁用通过命令进行任务。"
|
||||
@ -681,17 +668,18 @@ invalidRange: "输入值必须在 <least> 到 <greatest> 之间!"
|
||||
invalidOption: "无效选项!"
|
||||
noCurrentQuest: "玩家 <player> 当前没有任何活动任务。"
|
||||
playerNotFound: "未找到玩家。"
|
||||
questsPlayerHasQuestAlready: "玩家 <player> 正在进行任务 <quest>!"
|
||||
questsUnknownAdminCommand: "未知的任务管理命令,输入 /questsadmin 查看帮助。"
|
||||
errorNPCID: '错误: 没有ID为 <number> 的NPC'
|
||||
questSaveError: "保存时发生错误。"
|
||||
questErrorReadingFile: "读取任务文件时出错。"
|
||||
errorReading: "文件 <file> 读取错误,正在跳过..."
|
||||
errorReadingSuppress: "文件 <file> 读取错误,更多错误未被展示。"
|
||||
errorDataFolder: "错误: 无法读取任务数据文件夹!"
|
||||
questsPlayerHasQuestAlready: "玩家 <player> 正在进行任务 <quest>!"
|
||||
questsUnknownAdminCommand: "未知的任务管理命令,输入 /questsadmin 查看帮助。"
|
||||
unknownError: "出现未知错误,请留意控制台输出。"
|
||||
journalTitle: "任务日志"
|
||||
journalTaken: "你拿出了任务日志。"
|
||||
journalPutAway: "你收起了任务日志。"
|
||||
journalAlreadyHave: "你已经有任务日志了。"
|
||||
journalNoRoom: "你的背包没有足够的空位存放任务日志!"
|
||||
journalNoQuests: "你没有已接受的任务!"
|
||||
journalDenied: "你不能用任务日志这么做。"
|
||||
@ -761,8 +749,6 @@ experience: "经验"
|
||||
timePrompt: "输入时间量(以秒为单位),<clear>,<cancel>"
|
||||
timerMessage: "完成任务或阶段所需的时间: <time> 秒"
|
||||
timerStart: "你有 <time> 秒时间来完成这个任务或阶段"
|
||||
questErrorReadingFile: "读取任务文件时出错。"
|
||||
questSaveError: "保存时发生错误。"
|
||||
noPermission: "你没有权限这么做。"
|
||||
duplicateEditor: "您已经在使用编辑器!"
|
||||
difference: "区别是 '<data>'。"
|
||||
|
@ -274,7 +274,6 @@ eventEditorNotFound: "找不到事件!"
|
||||
eventEditorExists: "事件已存在!"
|
||||
eventEditorSomeone: "有人已經在創建或編輯該名稱的事件!"
|
||||
eventEditorAlpha: "名稱必須是字母或數字!"
|
||||
eventEditorErrorReadingFile: "讀取事件檔案時發生錯誤。"
|
||||
eventEditorErrorSaving: "保存時發生錯誤。"
|
||||
eventEditorDeleted: "事件已刪除!任務及事件已重新載入。"
|
||||
eventEditorSaved: "事件已保存!任務及事件已重新載入。"
|
||||
@ -409,14 +408,11 @@ reqSetSkills: "設定技能"
|
||||
reqSetSkillAmounts: "設定技能等級"
|
||||
reqHeroesSetPrimary: "設定主職業"
|
||||
reqHeroesSetSecondary: "設定副職業"
|
||||
reqMoneyPrompt: "輸入 <money> 的數量,<clear>,<cancel>"
|
||||
reqQuestPointsPrompt: "輸入任務點數的數量,<clear>,<cancel>"
|
||||
reqQuestListTitle: "- 可供接受的任務 -"
|
||||
reqQuestPrompt: "輸入任務名稱,<semicolon>,<clear>,<cancel>"
|
||||
reqRemoveItemsPrompt: "輸入 真/假 值,<space>,<cancel>"
|
||||
reqPermissionsPrompt: "輸入權限條件,<space>,<clear>,<cancel>"
|
||||
reqCustomPrompt: "輸入要新增的自訂條件的名稱,<clear>,<cancel>"
|
||||
reqMcMMOPrompt: "輸入 mcMMO 技能,<space>,<clear>,<cancel>"
|
||||
reqMcMMOAmountsPrompt: "輸入 mcMMO Classic 技能等級,<space>,<clear>,<cancel>"
|
||||
reqHeroesPrimaryPrompt: "輸入 Heroes 主職業名稱,<clear>,<cancel>"
|
||||
reqHeroesSecondaryPrompt: "輸入 Heroes 副職業名稱,<clear>,<cancel>"
|
||||
@ -639,15 +635,6 @@ inputPosNum: "輸入值必須是正數。"
|
||||
questModified: "你正在進行中的任務 <quest> 已被修改,因此你已被強制放棄了這項任務。"
|
||||
questNotExist: "你正在進行中的任務 <quest> 已不再存在,因此你已被強制放棄了這項任務。"
|
||||
questInvalidChoice: "無效的選擇。請輸入「<yes>」或「<no>」"
|
||||
questPointsDisplay: "任務點數 :"
|
||||
questNoDrop: "你不能丟棄任務物品。"
|
||||
questNoBrew: "你不能釀造任務物品。"
|
||||
questNoStore: "你不能儲存任務物品。"
|
||||
questNoCraft: "你不能合成任務物品。"
|
||||
questNoEquip: "你不能裝備任務物品。"
|
||||
questNoDispense: "你不能把任務物品放入發射器。"
|
||||
questNoEnchant: "你不能附魔任務物品。"
|
||||
questNoSmelt: "你不能熔煉任務物品。"
|
||||
pageSelectionNum: "選擇頁面數必須是數字。"
|
||||
pageSelectionPosNum: "選擇頁面數必須是正數。"
|
||||
questTakeDisabled: "已禁用通過指令接受任務。"
|
||||
@ -681,17 +668,18 @@ invalidRange: "輸入值必須在 <least> 至 <greatest> 之間 !"
|
||||
invalidOption: "無效的選項 !"
|
||||
noCurrentQuest: "<player> 目前沒有任何進行中的任務。"
|
||||
playerNotFound: "找不到玩家。"
|
||||
questsPlayerHasQuestAlready: "<player> 已經在任務 <quest>。"
|
||||
questsUnknownAdminCommand: "未知的任務管理指令。輸入 /questsadmin 以取得幫助。"
|
||||
errorNPCID: '錯誤 ︰ 沒有 ID 為 <number> 的 NPC'
|
||||
questSaveError: "保存時發生錯誤。"
|
||||
questErrorReadingFile: "讀取任務檔案時發生錯誤。"
|
||||
errorReading: "讀取文件 <file> 時發生錯誤,正在略過..."
|
||||
errorReadingSuppress: "讀取文件 <file> 時發生錯誤,更多錯誤未被顯示。"
|
||||
errorDataFolder: "錯誤 ︰ 無法讀取任務數據文件夾!"
|
||||
questsPlayerHasQuestAlready: "<player> 已經在任務 <quest>。"
|
||||
questsUnknownAdminCommand: "未知的任務管理指令。輸入 /questsadmin 以取得幫助。"
|
||||
unknownError: "發生了未知的錯誤,請留意控制台的輸出紀錄。"
|
||||
journalTitle: "任務日誌"
|
||||
journalTaken: "你取出了任務日誌。"
|
||||
journalPutAway: "你收回了任務日誌。"
|
||||
journalAlreadyHave: "你已經取出任務日誌了。"
|
||||
journalNoRoom: "你的物品欄沒有足夠空間存放任務日誌!"
|
||||
journalNoQuests: "你沒有已接受的任務 !"
|
||||
journalDenied: "你不能用任務日誌這麼做。"
|
||||
@ -761,8 +749,6 @@ experience: "經驗值"
|
||||
timePrompt: "輸入時間 (秒),<clear>,<cancel>"
|
||||
timerMessage: "完成任務或階段的時間還剩下︰ <time> 秒"
|
||||
timerStart: "你有 <time> 秒的時間來完成這個任務或階段"
|
||||
questErrorReadingFile: "讀取任務檔案時發生錯誤。"
|
||||
questSaveError: "保存時發生錯誤。"
|
||||
noPermission: "你沒有權限這樣做。"
|
||||
duplicateEditor: "你已經在使用編輯器 !"
|
||||
difference: "區別是「<data>」。"
|
||||
|
Loading…
Reference in New Issue
Block a user