mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-15 07:05:51 +01:00
Merge pull request #199 from FlyingPikachu/l10n_master
New Crowdin translations
This commit is contained in:
commit
76b1282519
@ -1,12 +1,12 @@
|
|||||||
---
|
---
|
||||||
questFailed: "*QUEST FAILED*"
|
questFailed: "*QUEST FAILED MATEY*"
|
||||||
questMaxAllowed: "You may only have up to <number> Quests."
|
questMaxAllowed: "Ye may only have up t' <number> Quests."
|
||||||
questAlreadyOn: "You are already on that Quest!"
|
questAlreadyOn: "Ye be already on that Quest!"
|
||||||
questTooEarly: "You may not take <quest> again for another <time>."
|
questTooEarly: "Ye may nah take <quest> again fer another <time>."
|
||||||
questAlreadyCompleted: "You have already completed <quest>."
|
questAlreadyCompleted: "Ye 'ave already looted <quest>."
|
||||||
questInvalidLocation: "You may not take <quest> at this location."
|
questInvalidLocation: "Ye may nah take <quest> at this location."
|
||||||
questInvalidDeliveryItem: "<item> is not a required item for this quest!"
|
questInvalidDeliveryItem: "<item> ain't a required item fer this quest!"
|
||||||
questSelectedLocation: "Selected location"
|
questSelectedLocation: "Chosen spot"
|
||||||
questDisplayHelp: "- Display this help"
|
questDisplayHelp: "- Display this help"
|
||||||
COMMAND_LIST: "list"
|
COMMAND_LIST: "list"
|
||||||
COMMAND_LIST_HELP: "list [page] - List available Quests"
|
COMMAND_LIST_HELP: "list [page] - List available Quests"
|
||||||
@ -43,7 +43,7 @@ COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
|||||||
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [player] [amount] - Take a players Quest Points"
|
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [player] [amount] - Take a players Quest Points"
|
||||||
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||||
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [player] [amount] - Give a player Quest Points"
|
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
COMMAND_QUESTADMIN_POINTSALL: "pointsall"
|
COMMAND_QUESTADMIN_POINTSALL: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] - Set ALL players' Quest Points"
|
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] - Set ALL players' Quest Points"
|
||||||
COMMAND_QUESTADMIN_FINISH: "finish"
|
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||||
COMMAND_QUESTADMIN_FINISH_HELP: "finish [player] [quest] - Immediately force Quest completion for a player"
|
COMMAND_QUESTADMIN_FINISH_HELP: "finish [player] [quest] - Immediately force Quest completion for a player"
|
||||||
@ -115,12 +115,12 @@ questEditorSave: "Finish and save"
|
|||||||
questEditorNeedAskMessage: "You must set an ask message!"
|
questEditorNeedAskMessage: "You must set an ask message!"
|
||||||
questEditorNeedFinishMessage: "You must set a finish message!"
|
questEditorNeedFinishMessage: "You must set a finish message!"
|
||||||
questEditorNeedStages: "Your Quest has no Stages!"
|
questEditorNeedStages: "Your Quest has no Stages!"
|
||||||
questEditorSaved: "Quest saved! (You will need to perform a Quest reload for it to appear)"
|
questEditorSaved: "Quest saved! (Ye will needs t' perform a Quest reload fer it t' appear)"
|
||||||
questEditorExited: "Are you sure you want to exit without saving?"
|
questEditorExited: "Are ye sure ye wants t' exit without savin'?"
|
||||||
questEditorDeleted: "Are you sure you want to delete the Quest"
|
questEditorDeleted: "Are ye sure ye wants t' scuttle th' Quest"
|
||||||
questEditorNoPermsCreate: "You do not have permission to create Quests."
|
questEditorNoPermsCreate: "Ye do nah 'ave permission t' create Quests."
|
||||||
questEditorNoPermsEdit: "You do not have permission to edit Quests."
|
questEditorNoPermsEdit: "Ye do nah 'ave permission t' edit Quests."
|
||||||
questEditorNoPermsDelete: "You do not have permission to delete Quests."
|
questEditorNoPermsDelete: "Ye do nah 'ave permission t' scuttle Quests."
|
||||||
stageEditorEditStage: "Edit Stage"
|
stageEditorEditStage: "Edit Stage"
|
||||||
stageEditorNewStage: "Add new Stage"
|
stageEditorNewStage: "Add new Stage"
|
||||||
stageEditorStages: "Stages"
|
stageEditorStages: "Stages"
|
||||||
@ -139,7 +139,7 @@ stageEditorDeliverItems: "Deliver Items"
|
|||||||
stageEditorTalkToNPCs: "Talk to NPCs"
|
stageEditorTalkToNPCs: "Talk to NPCs"
|
||||||
stageEditorKillNPCs: "Kill NPCs"
|
stageEditorKillNPCs: "Kill NPCs"
|
||||||
stageEditorKillMobs: "Kill Mobs"
|
stageEditorKillMobs: "Kill Mobs"
|
||||||
stageEditorReachLocs: "Reach locations"
|
stageEditorReachLocs: "Reach spots"
|
||||||
stageEditorReachRadii1: "Reach within"
|
stageEditorReachRadii1: "Reach within"
|
||||||
stageEditorReachRadii2: "blocks of"
|
stageEditorReachRadii2: "blocks of"
|
||||||
stageEditorTameMobs: "Tame Mobs"
|
stageEditorTameMobs: "Tame Mobs"
|
||||||
@ -215,9 +215,9 @@ stageEditorNPCToTalkToPrompt: "Enter NPC IDs, separating each one by a space, or
|
|||||||
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
||||||
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
||||||
stageEditorMobAmountsPrompt: "Enter mob amounts separating each one by a space, or enter 'cancel' to return"
|
stageEditorMobAmountsPrompt: "Enter mob amounts separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
stageEditorMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the kill location list, or enter 'cancel' to return"
|
stageEditorMobLocationPrompt: "Right-click on a block t' select it, then enter 'add' t' add it t' th' kill spot list, or enter 'cancel' t' return"
|
||||||
stageEditorMobLocationRadiiPrompt: "Enter kill location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
stageEditorMobLocationRadiiPrompt: "Enter kill spot radii (number o' blocks) separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||||
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
||||||
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||||
|
858
src/main/resources/lang/ar-SA/strings.yml
Normal file
858
src/main/resources/lang/ar-SA/strings.yml
Normal file
@ -0,0 +1,858 @@
|
|||||||
|
---
|
||||||
|
questFailed: "*QUEST FAILED MATEY*"
|
||||||
|
questMaxAllowed: "Ye may only have up t' <number> Quests."
|
||||||
|
questAlreadyOn: "Ye be already on that Quest!"
|
||||||
|
questTooEarly: "Ye may nah take <quest> again fer another <time>."
|
||||||
|
questAlreadyCompleted: "Ye 'ave already looted <quest>."
|
||||||
|
questInvalidLocation: "Ye may nah take <quest> at this location."
|
||||||
|
questInvalidDeliveryItem: "<item> ain't a required item fer this quest!"
|
||||||
|
questSelectedLocation: "Chosen spot"
|
||||||
|
questDisplayHelp: "-عرض هذه التعليمات"
|
||||||
|
COMMAND_LIST: "لائحة"
|
||||||
|
COMMAND_LIST_HELP: "قائمة [page]-قائمة السعي المتوفرة"
|
||||||
|
COMMAND_TAKE: "خُذ"
|
||||||
|
COMMAND_TAKE_HELP: "تأخذ [quest name]-قبول السعي"
|
||||||
|
COMMAND_TAKE_USAGE: 'Usage: /quests take [quest]'
|
||||||
|
COMMAND_QUIT: "خروج"
|
||||||
|
COMMAND_QUIT_HELP: "قم بإنهاء [quest]--إنهاء المسعى الحالي"
|
||||||
|
COMMAND_EDITOR: "المحرر"
|
||||||
|
COMMAND_EDITOR_HELP: "-إنشاء/تحرير المسعى"
|
||||||
|
COMMAND_EVENTS_EDITOR: "الأحداث"
|
||||||
|
COMMAND_EVENTS_EDITOR_HELP: "-إنشاء/تحرير الأحداث"
|
||||||
|
COMMAND_STATS: "الإحصائيات"
|
||||||
|
COMMAND_STATS_HELP: "stats - View your Questing stats"
|
||||||
|
COMMAND_TOP: "top"
|
||||||
|
COMMAND_TOP_HELP: "top [number] - View top Questers"
|
||||||
|
COMMAND_TOP_USAGE: 'Usage: /quests top [number]'
|
||||||
|
COMMAND_INFO: "معلومات"
|
||||||
|
COMMAND_INFO_HELP: "معلومات-- عرض معلومات البرنامج المساعد"
|
||||||
|
COMMAND_JOURNAL: "journal"
|
||||||
|
COMMAND_JOURNAL_HELP: "journal - View/Put away your Quest Journal"
|
||||||
|
COMMAND_QUEST_HELP: "- Display current Quest objectives"
|
||||||
|
COMMAND_QUESTINFO_HELP: "[quest name] - Display Quest information"
|
||||||
|
COMMAND_QUESTADMIN_HELP: "--عرض التعليمات المسعى"
|
||||||
|
COMMAND_QUESTADMIN_STATS: "إحصائيات"
|
||||||
|
COMMAND_QUESTADMIN_STATS_HELP: "إحصائيات player]-Questing] عرض إحصائيات اللاعب"
|
||||||
|
COMMAND_QUESTADMIN_GIVE: "إعطاء"
|
||||||
|
COMMAND_QUESTADMIN_GIVE_HELP: "give [player] [quest] - Force a player to take a Quest"
|
||||||
|
COMMAND_QUESTADMIN_QUIT: "خروج"
|
||||||
|
COMMAND_QUESTADMIN_QUIT_HELP: "قم بإنهاء [player] [quest]--إجبار اللاعب لإنهاء سعيه"
|
||||||
|
COMMAND_QUESTADMIN_POINTS: "النقاط"
|
||||||
|
COMMAND_QUESTADMIN_POINTS_HELP: "points [player] [amount] - Set a players Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [player] [amount] - Take a players Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] - Set ALL players' Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||||
|
COMMAND_QUESTADMIN_FINISH_HELP: "إنهاء [player] [quest]- يجب على اللاعب إتمام السعي"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE: "المرحلة الموالية"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "المرحلة الموالية [player] [quest]-يجب على اللاعب إتمام المرحلة"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE: "تعيين المرحلة"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE_HELP: "تعيين المرحلة [player] [quest] [stage]--تعيين المرحلة الحالية للاعب"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE_USAGE: الاستخدام:/questadmin تعيين المرحلة [player] [quest] [stage]
|
||||||
|
COMMAND_QUESTADMIN_PURGE: "تطهير"
|
||||||
|
COMMAND_QUESTADMIN_PURGE_HELP: "تطهير [player]--مسح كافة بيانات مسعى اللاعب \"والقوائم السوداء \""
|
||||||
|
COMMAND_QUESTADMIN_RESET: "إعادة ضبط"
|
||||||
|
COMMAND_QUESTADMIN_RESET_HELP: "إعادة تعيين [player]--مسح كافة بيانات مسعى اللاعب"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE: "إزالة"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE_HELP: "إزالة [player] [quest]--إزالة السعي المكتمل للاعب"
|
||||||
|
COMMAND_QUESTADMIN_TOGGLEGUI: "togglegui"
|
||||||
|
COMMAND_QUESTADMIN_TOGGLEGUI_HELP: "togglegui [npc id] - Toggle GUI Quest Display on an NPC"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD: "إعادة التحميل"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD_HELP: "إعادة تحميل--تحميل جميع المسعى"
|
||||||
|
questEditorHeader: "إنشاء مغامرة"
|
||||||
|
questEditorCreate: "إنشاء مغامرة جديدة"
|
||||||
|
questEditorEdit: "تحرير المسعى"
|
||||||
|
questEditorDelete: "حذف المسعى"
|
||||||
|
questEditorName: "عيّن الاسم"
|
||||||
|
questEditorAskMessage: "تعيين رسالة النهاية"
|
||||||
|
questEditorFinishMessage: "تعيين رسالة الإنهاء"
|
||||||
|
questEditorRedoDelay: "Set redo delay"
|
||||||
|
questEditorNPCStart: "Set NPC start"
|
||||||
|
questEditorBlockStart: "تعيين كتلة البداية"
|
||||||
|
questEditorInitialEvent: "تعيين الحدث الأول"
|
||||||
|
questEditorSetGUI: "Set GUI Item display"
|
||||||
|
questEditorReqs: "تحرير الشروط"
|
||||||
|
questEditorStages: "تعديل المرحلة"
|
||||||
|
questEditorRews: "تحرير المكافآت"
|
||||||
|
questEditorEnterQuestName: "قم بإدخال اسم المسعى (أو 'إلغاء الأمر' للعودة)"
|
||||||
|
questEditorEditEnterQuestName: "قم بإدخال اسم المسعى (أو 'إلغاء الأمر' للعودة)"
|
||||||
|
questEditorEnterAskMessage: "أدخل رسالة (أو 'إلغاء الأمر' للعودة)"
|
||||||
|
questEditorEnterFinishMessage: "أدخل رسالة الإنهاء (أو 'إلغاء الأمر' للعودة)"
|
||||||
|
questEditorEnterRedoDelay: "أدخل مقدار الوقت (بالثواني)، 0 لمسح تأخير الإعادة أو لإلغاء-1"
|
||||||
|
questEditorEnterNPCStart: "Enter NPC ID, -1 to clear the NPC start or -2 to cancel"
|
||||||
|
questEditorEnterBlockStart: "Right-click on a block to use as a start point, then enter 'done' to save, or enter 'clear' to clear the block start, or 'cancel' to return"
|
||||||
|
questEditorEnterInitialEvent: "أدخل اسماً لحدث، أو أدخل 'مسح' لمسح الحدث الأول، أو 'إلغاء الأمر' للعودة"
|
||||||
|
questRequiredNoneSet: "Required, none set"
|
||||||
|
questWGSetRegion: "تعيين المنطقة"
|
||||||
|
questWGNotInstalled: "WorldGuard not installed"
|
||||||
|
questWGPrompt: "Enter WorldGuard region, or enter 'clear' to clear the region, or 'cancel' to return."
|
||||||
|
questWGInvalidRegion: "<region> is not a valid WorldGuard region!"
|
||||||
|
questWGRegionCleared: "تم تنظيف منطقة المسعى."
|
||||||
|
questCitNotInstalled: "Citizens not installed"
|
||||||
|
questDenNotInstalled: "Denizen not installed"
|
||||||
|
questGUIError: 'خطأ: هذا العنصر يستخدم بالفعل كعرض واجهة المستخدم الرسومية للسعي إلى <quest>.'
|
||||||
|
questCurrentItem: "Current item:"
|
||||||
|
questSetItem: "تعيين العنصر"
|
||||||
|
questClearItem: "مسح عنصر"
|
||||||
|
questGUICleared: "Quest GUI Item Display cleared."
|
||||||
|
questDeleted: "حذف المسعى! وقد تم إعادة تحميل الأسئلة والأحداث."
|
||||||
|
questEditorNameExists: "يوجد مسعى بهذا الاسم مسبقاً!"
|
||||||
|
questEditorBeingEdited: "شخص ما هو بصدد إنشاء/تحرير لمسعى بهذا الاسم!"
|
||||||
|
questEditorInvalidQuestName: "Name may not contain periods or commas!"
|
||||||
|
questEditorInvalidEventName: "is not a valid event name!"
|
||||||
|
questEditorInvalidNPC: "No NPC exists with that id!"
|
||||||
|
questEditorNoStartBlockSelected: "You must select a block first."
|
||||||
|
questEditorPositiveAmount: "يجب أن يكون المبلغ رقماً موجباً."
|
||||||
|
questEditorQuestAsRequirement1: "The following Quests have"
|
||||||
|
questEditorQuestAsRequirement2: "كشرط:"
|
||||||
|
questEditorQuestAsRequirement3: "يجب تعديل هذا المسعى حتى لا تستخدم قبل حذفها."
|
||||||
|
questEditorQuestNotFound: "لم يتم العثور على السعي!"
|
||||||
|
questEditorEventCleared: "Initial Event cleared."
|
||||||
|
questEditorSave: "Finish and save"
|
||||||
|
questEditorNeedAskMessage: "You must set an ask message!"
|
||||||
|
questEditorNeedFinishMessage: "You must set a finish message!"
|
||||||
|
questEditorNeedStages: "لا توجد مراحل في هذه المغامرة!"
|
||||||
|
questEditorSaved: "Quest saved! (Ye will needs t' perform a Quest reload fer it t' appear)"
|
||||||
|
questEditorExited: "Are ye sure ye wants t' exit without savin'?"
|
||||||
|
questEditorDeleted: "Are ye sure ye wants t' scuttle th' Quest"
|
||||||
|
questEditorNoPermsCreate: "Ye do nah 'ave permission t' create Quests."
|
||||||
|
questEditorNoPermsEdit: "Ye do nah 'ave permission t' edit Quests."
|
||||||
|
questEditorNoPermsDelete: "Ye do nah 'ave permission t' scuttle Quests."
|
||||||
|
stageEditorEditStage: "تعديل المرحلة"
|
||||||
|
stageEditorNewStage: "إضافة مرحلة جديدة"
|
||||||
|
stageEditorStages: "مراحل"
|
||||||
|
stageEditorStage: "مرحلة"
|
||||||
|
stageEditorBreakBlocks: "تحطيم الكتل"
|
||||||
|
stageEditorDamageBlocks: "Damage Blocks"
|
||||||
|
stageEditorPlaceBlocks: "Place Blocks"
|
||||||
|
stageEditorUseBlocks: "استخدم الكتل"
|
||||||
|
stageEditorCutBlocks: "Cut Blocks"
|
||||||
|
stageEditorCatchFish: "صيد السمك"
|
||||||
|
stageEditorFish: "سمك"
|
||||||
|
stageEditorKillPlayers: "أقتل اللاعبين"
|
||||||
|
stageEditorPlayers: "اللاعبين"
|
||||||
|
stageEditorEnchantItems: "Enchant Items"
|
||||||
|
stageEditorDeliverItems: "Deliver Items"
|
||||||
|
stageEditorTalkToNPCs: "Talk to NPCs"
|
||||||
|
stageEditorKillNPCs: "أقتل الشخصيات"
|
||||||
|
stageEditorKillMobs: "أقتل الغوغاء"
|
||||||
|
stageEditorReachLocs: "Reach spots"
|
||||||
|
stageEditorReachRadii1: "Reach within"
|
||||||
|
stageEditorReachRadii2: "blocks of"
|
||||||
|
stageEditorTameMobs: "Tame Mobs"
|
||||||
|
stageEditorShearSheep: "Shear Sheep"
|
||||||
|
stageEditorEvents: "Events"
|
||||||
|
stageEditorStageEvents: "أحداث المرحلة"
|
||||||
|
stageEditorStartEvent: "Start Event"
|
||||||
|
stageEditorStartEventCleared: "Start Event cleared."
|
||||||
|
stageEditorFinishEvent: "Finish Event"
|
||||||
|
stageEditorFinishEventCleared: "Finish Event cleared."
|
||||||
|
stageEditorChatEvents: "Chat Events"
|
||||||
|
stageEditorChatTrigger: "Chat Trigger"
|
||||||
|
stageEditorTriggeredBy: "Triggered by"
|
||||||
|
stageEditorChatEventsCleared: "Chat Events cleared."
|
||||||
|
stageEditorDeathEvent: "Death Event"
|
||||||
|
stageEditorDeathEventCleared: "Death Event cleared."
|
||||||
|
stageEditorDisconnectEvent: "Disconnect Event"
|
||||||
|
stageEditorDisconnectEventCleared: "Disconnect Event cleared."
|
||||||
|
stageEditorDelayMessage: "Delay Message"
|
||||||
|
stageEditorDenizenScript: "Denizen Script"
|
||||||
|
stageEditorStartMessage: "Start Message"
|
||||||
|
stageEditorCompleteMessage: "Complete Message"
|
||||||
|
stageEditorDelete: "حذف المرحلة"
|
||||||
|
stageEditorSetBlockNames: "Set block names"
|
||||||
|
stageEditorSetBlockAmounts: "Set block amounts"
|
||||||
|
stageEditorSetBlockDurability: "Set block durability"
|
||||||
|
stageEditorSetDamageAmounts: "Set damage amounts"
|
||||||
|
stageEditorSetPlaceAmounts: "Set place amounts"
|
||||||
|
stageEditorSetUseAmounts: "Set use amounts"
|
||||||
|
stageEditorSetCutAmounts: "Set cut amounts"
|
||||||
|
stageEditorSetKillAmounts: "Set kill amounts"
|
||||||
|
stageEditorSetEnchantAmounts: "Set enchant amounts"
|
||||||
|
stageEditorSetMobAmounts: "Set mob amounts"
|
||||||
|
stageEditorSetEnchantments: "Set enchantments"
|
||||||
|
stageEditorSetItemNames: "Set item names"
|
||||||
|
stageEditorSetKillIds: "Set NPC IDs"
|
||||||
|
stageEditorSetMobTypes: "Set mob types"
|
||||||
|
stageEditorSetKillLocations: "Set kill locations"
|
||||||
|
stageEditorSetKillLocationRadii: "Set kill location radii"
|
||||||
|
stageEditorSetKillLocationNames: "Set kill location names"
|
||||||
|
stageEditorSetLocations: "Set locations"
|
||||||
|
stageEditorSetLocationRadii: "Set location radii"
|
||||||
|
stageEditorSetLocationNames: "Set location names"
|
||||||
|
stageEditorSetTameAmounts: "Set tame amounts"
|
||||||
|
stageEditorSetShearColors: "Set sheep colors"
|
||||||
|
stageEditorSetShearAmounts: "Set shear amounts"
|
||||||
|
stageEditorPassword: "Password Objectives"
|
||||||
|
stageEditorAddPasswordDisplay: "Add password display"
|
||||||
|
stageEditorAddPasswordPhrases: "Add password phrase(s)"
|
||||||
|
stageEditorNoPasswordDisplays: "No password displays set"
|
||||||
|
stageObjectiveOverride: "Objective Display Override"
|
||||||
|
stageEditorCustom: "Custom Objectives"
|
||||||
|
stageEditorNoModules: "No modules loaded"
|
||||||
|
stageEditorModuleNotFound: "Custom objective module not found."
|
||||||
|
stageEditorCustomPrompt: "Enter the name of a custom objective to add, or enter 'clear' to clear all custom objectives, or 'cancel' to return."
|
||||||
|
stageEditorCustomAlreadyAdded: "That custom objective has already been added!"
|
||||||
|
stageEditorCustomCleared: "Custom objectives cleared."
|
||||||
|
stageEditorCustomDataPrompt: "قم بإدخال قيمة ل <data>:"
|
||||||
|
stageEditorEnterBlockNames: "Enter block names (or IDs), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorBreakBlocksPrompt: "Enter break amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorDamageBlocksPrompt: "Enter damage amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorPlaceBlocksPrompt: "Enter place amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorUseBlocksPrompt: "Enter use amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorCutBlocksPrompt: "Enter cut amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorEnterBlockDurability: "Enter block durability (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorCatchFishPrompt: "Enter number of fish to catch, or 0 to clear the fish catch objective, or -1 to cancel"
|
||||||
|
stageEditorKillPlayerPrompt: "Enter number of players to kill, or 0 to clear the player kill objective, or -1 to cancel"
|
||||||
|
stageEditorEnchantTypePrompt: "Enter enchantment names, separating each one by a comma, or enter 'cancel' to return."
|
||||||
|
stageEditorEnchantAmountsPrompt: "Enter enchant amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorItemNamesPrompt: "Enter item names, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorNPCPrompt: "Enter NPC ids, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorNPCToTalkToPrompt: "Enter NPC IDs, separating each one by a space, or enter 'clear' to clear the NPC ID list, or 'cancel' to return."
|
||||||
|
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
||||||
|
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorMobAmountsPrompt: "Enter mob amounts separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationPrompt: "Right-click on a block t' select it, then enter 'add' t' add it t' th' kill spot list, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationRadiiPrompt: "Enter kill spot radii (number o' blocks) separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||||
|
stageEditorTameAmountsPrompt: "Enter tame amounts separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorShearColorsPrompt: "Enter sheep colors separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorShearAmountsPrompt: "Enter shear amounts separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorEventsPrompt: "Enter an event name, or enter 'clear' to clear the event, or 'cancel' to return"
|
||||||
|
stageEditorChatEventsPrompt: "Enter an event name to add, or enter 'clear' to clear all chat events, or 'cancel' to return"
|
||||||
|
stageEditorChatEventsTriggerPromptA: "Enter a chat trigger for"
|
||||||
|
stageEditorChatEventsTriggerPromptB: "or enter 'cancel' to return."
|
||||||
|
stageEditorDelayPrompt: "Enter time (in seconds), or enter 'clear' to clear the delay, or 'cancel' to return"
|
||||||
|
stageEditorDelayMessagePrompt: "Enter delay message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorScriptPrompt: "Enter script name, or enter 'clear' to clear the script, or 'cancel' to return"
|
||||||
|
stageEditorStartMessagePrompt: "Enter start message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorCompleteMessagePrompt: "Enter complete message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorPasswordDisplayPrompt: "Enter a password display, or 'cancel' to return"
|
||||||
|
stageEditorPasswordDisplayHint: "(This is the text that will be displayed to the player as their objective)"
|
||||||
|
stageEditorPasswordPhrasePrompt: "Enter a password phrase, or 'cancel' to return"
|
||||||
|
stageEditorPasswordPhraseHint1: "(This is the text that a player has to say to complete the objective)"
|
||||||
|
stageEditorPasswordPhraseHint2: "If you want multiple password phrases, seperate them by a | (pipe)"
|
||||||
|
stageEditorObjectiveOverridePrompt: "Enter objective display override, or 'clear' to clear the override, or 'cancel' to return."
|
||||||
|
stageEditorObjectiveOverrideHint: "(The objective display override will show up as the players current objective)"
|
||||||
|
stageEditorObjectiveOverrideCleared: "Objective display override cleared."
|
||||||
|
stageEditorDeliveryAddItem: "Add item"
|
||||||
|
stageEditorDeliveryNPCs: "Set NPC IDs"
|
||||||
|
stageEditorDeliveryMessages: "Set delivery messages"
|
||||||
|
stageEditorContainsDuplicates: "List contains duplicates!"
|
||||||
|
stageEditorInvalidBlockName: "is not a valid block name!"
|
||||||
|
stageEditorInvalidEnchantment: "is not a valid enchantment name!"
|
||||||
|
stageEditorInvalidNPC: "is not a valid NPC ID!"
|
||||||
|
stageEditorInvalidMob: "is not a valid mob name!"
|
||||||
|
stageEditorInvalidItemName: "is not a valid item name!"
|
||||||
|
stageEditorInvalidNumber: "is not a number!"
|
||||||
|
stageEditorInvalidDye: "is not a valid dye color!"
|
||||||
|
stageEditorInvalidEvent: "is not a valid event name!"
|
||||||
|
stageEditorDuplicateEvent: "Event is already in the list!"
|
||||||
|
stageEditorInvalidDelay: "Delay must be at least one second!"
|
||||||
|
stageEditorInvalidScript: "Denizen script not found!"
|
||||||
|
stageEditorNoCitizens: "Citizens is not installed!"
|
||||||
|
stageEditorNoDenizen: "Denizen is not installed!"
|
||||||
|
stageEditorPositiveAmount: "You must enter a positive number!"
|
||||||
|
stageEditorNoNumber: "Input was not a number!"
|
||||||
|
stageEditorNotGreaterThanZero: "is not greater than 0!"
|
||||||
|
stageEditorNotListofNumbers: "Invalid entry, input was not a list of numbers!"
|
||||||
|
stageEditorNoDelaySet: "You must set a delay first!"
|
||||||
|
stageEditorNoBlockNames: "You must set block names first!"
|
||||||
|
stageEditorNoEnchantments: "You must set enchantments first!"
|
||||||
|
stageEditorNoItems: "You must add items first!"
|
||||||
|
stageEditorNoDeliveryMessage: "You must set at least one delivery message!"
|
||||||
|
stageEditorNoNPCs: "You must set NPC IDs first!"
|
||||||
|
stageEditorNoMobTypes: "You must set mob types first!"
|
||||||
|
stageEditorNoKillLocations: "You must set kill locations first!"
|
||||||
|
stageEditorNoBlockSelected: "You must select a block first."
|
||||||
|
stageEditorNoColors: "You must set colors first!"
|
||||||
|
stageEditorNoLocations: "You must set locations first!"
|
||||||
|
stageEditorNoEnchantmentsSet: "No enchantments set"
|
||||||
|
stageEditorNoItemsSet: "No items set"
|
||||||
|
stageEditorNoMobTypesSet: "No mob types set"
|
||||||
|
stageEditorNoLocationsSet: "No locations set"
|
||||||
|
stageEditorNoColorsSet: "No colors set"
|
||||||
|
stageEditorListNotSameSize: "The block names list and the amounts list are not the same size!"
|
||||||
|
stageEditorEnchantmentNotSameSize: "The enchantments list, the item id list and the enchant amount list are not the same size!"
|
||||||
|
stageEditorDeliveriesNotSameSize: "The item list and the NPC list are not equal in size!"
|
||||||
|
stageEditorNPCKillsNotSameSize: "The NPC IDs list and the kill amounts list are not the same size!"
|
||||||
|
stageEditorAllListsNotSameSize: "جميع القوائم الخاصة بك ليست بنفس الحجم!"
|
||||||
|
stageEditorMobTypesNotSameSize: "The mob types list and the mob amounts list are not the same size!"
|
||||||
|
stageEditorTameMobsNotSameSize: "The mob types list and the tame amounts list are not the same size!"
|
||||||
|
stageEditorShearNotSameSize: "The sheep colors list and the shear amounts list are not the same size!"
|
||||||
|
stageEditorMustSetPasswordDisplays: "You must add at least one password display first!"
|
||||||
|
stageEditorAddPasswordCleared: "Password Objectives cleared."
|
||||||
|
stageEditorPasswordNotSameSize: "The password display and password phrase lists are not the same size!"
|
||||||
|
stageEditorListContainsDuplicates: " List contains duplicates!"
|
||||||
|
stageEditorDelayCleared: "Delay cleared."
|
||||||
|
stageEditorDelayMessageCleared: "Delay message cleared."
|
||||||
|
stageEditorDenizenCleared: "Denizen script cleared."
|
||||||
|
stageEditorBreakBlocksCleared: "Break blocks objective cleared."
|
||||||
|
stageEditorDamageBlocksCleared: "Damage blocks objective cleared."
|
||||||
|
stageEditorPlaceBlocksCleared: "Place blocks objective cleared."
|
||||||
|
stageEditorUseBlocksCleared: "Use blocks objective cleared."
|
||||||
|
stageEditorCutBlocksCleared: "Cut blocks objective cleared."
|
||||||
|
stageEditorEnchantmentsCleared: "Enchantment objective cleared."
|
||||||
|
stageEditorDeliveriesCleared: "Delivery objective cleared."
|
||||||
|
stageEditorReachLocationsCleared: "Reach Locations objective cleared."
|
||||||
|
stageEditorKillNPCsCleared: "Kill NPCs objective cleared."
|
||||||
|
stageEditorKillMobsCleared: "Kill Mobs objective cleared."
|
||||||
|
stageEditorTameCleared: "Tame Mobs objective cleared."
|
||||||
|
stageEditorShearCleared: "Shear Sheep objective cleared."
|
||||||
|
stageEditorStartMessageCleared: "Start message cleared."
|
||||||
|
stageEditorCompleteMessageCleared: "Complete message cleared."
|
||||||
|
stageEditorConfirmStageDelete: "هل أنت متأكد من أنك تريد حذف هذه المرحلة؟"
|
||||||
|
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"
|
||||||
|
allListsNotSameSize: "All of your lists are not the same size!"
|
||||||
|
eventEditorCreate: "Create new Event"
|
||||||
|
eventEditorEdit: "Edit an Event"
|
||||||
|
eventEditorDelete: "Delete an Event"
|
||||||
|
eventEditorCreatePermisssions: "You do not have permission to create new Events."
|
||||||
|
eventEditorEditPermisssions: "You do not have permission to edit Events."
|
||||||
|
eventEditorDeletePermisssions: "You do not have permission to delete Events."
|
||||||
|
eventEditorNoneToEdit: "No Events currently exist to be edited!"
|
||||||
|
eventEditorNoneToDelete: "No Events currently exist to be deleted!"
|
||||||
|
eventEditorNotFound: "Event not found!"
|
||||||
|
eventEditorExists: "Event already exists!"
|
||||||
|
eventEditorSomeone: "Someone is already creating or editing an Event with that name!"
|
||||||
|
eventEditorAlpha: "Name must be alphanumeric!"
|
||||||
|
eventEditorErrorReadingFile: "Error reading Events file."
|
||||||
|
eventEditorErrorSaving: "An error occurred while saving."
|
||||||
|
eventEditorDeleted: "Event deleted, Quests and Events reloaded."
|
||||||
|
eventEditorSaved: "Event saved, Quests and Events reloaded."
|
||||||
|
eventEditorEnterEventName: "Enter an Event name, or 'cancel' to return."
|
||||||
|
eventEditorDeletePrompt: "Are you sure you want to delete the Event"
|
||||||
|
eventEditorQuitWithoutSaving: "Are you sure you want to quit without saving?"
|
||||||
|
eventEditorFinishAndSave: "Are you sure you want to finish and save the Event"
|
||||||
|
eventEditorModifiedNote: 'Note: You have modified an Event that the following Quests use:'
|
||||||
|
eventEditorForcedToQuit: "If you save the Event, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||||
|
eventEditorEventInUse: "The following Quests use the Event"
|
||||||
|
eventEditorMustModifyQuests: "eventEditorNotFound"
|
||||||
|
eventEditorListSizeMismatch: "The lists are not the same size!"
|
||||||
|
eventEditorListDuplicates: "List contains duplicates!"
|
||||||
|
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||||
|
eventEditorInvalidEntry: "Invalid entry"
|
||||||
|
eventEditorSetName: "Set name"
|
||||||
|
eventEditorSetMessage: "Set message"
|
||||||
|
eventEditorClearInv: "Clear player inventory"
|
||||||
|
eventEditorFailQuest: "Fail the quest"
|
||||||
|
eventEditorSetExplosions: "Set explosion locations"
|
||||||
|
eventEditorSetLightning: "Set lightning strike locations"
|
||||||
|
eventEditorSetEffects: "Set effects"
|
||||||
|
eventEditorSetStorm: "Set storm"
|
||||||
|
eventEditorSetThunder: "Set thunder"
|
||||||
|
eventEditorSetMobSpawns: "Set mob spawns"
|
||||||
|
eventEditorSetPotionEffects: "Set potion effects"
|
||||||
|
eventEditorSetHunger: "Set player hunger level"
|
||||||
|
eventEditorSetSaturation: "Set player saturation level"
|
||||||
|
eventEditorSetHealth: "Set player health level"
|
||||||
|
eventEditorEnterTimerSeconds: "Set number of seconds left before the quest fails (use cancel-timer event to cancel timers)"
|
||||||
|
eventEditorSetTimer: "Set time to fail quest"
|
||||||
|
eventEditorCancelTimer: "Cancel the quest timer"
|
||||||
|
eventEditorSetTeleport: "Set player teleport location"
|
||||||
|
eventEditorSetCommands: "Set commands to execute"
|
||||||
|
eventEditorItems: "Event Items"
|
||||||
|
eventEditorSetItems: "Give items"
|
||||||
|
eventEditorItemsCleared: "Event items cleared."
|
||||||
|
eventEditorAddItem: "Add item"
|
||||||
|
eventEditorSetItemNames: "Set item names"
|
||||||
|
eventEditorSetItemAmounts: "Set item amounts"
|
||||||
|
eventEditorNoNames: "No names set"
|
||||||
|
eventEditorMustSetNames: "You must set item names first!"
|
||||||
|
eventEditorInvalidName: "is not a valid item name!"
|
||||||
|
eventEditorNotGreaterThanZero: "is not greater than 0!"
|
||||||
|
eventEditorNotANumber: "is not a number!"
|
||||||
|
eventEditorStorm: "Event Storm"
|
||||||
|
eventEditorSetWorld: "Set world"
|
||||||
|
eventEditorSetDuration: "Set duration"
|
||||||
|
eventEditorNoWorld: "(No world set)"
|
||||||
|
eventEditorSetWorldFirst: "You must set a world first!"
|
||||||
|
eventEditorInvalidWorld: "is not a valid world name!"
|
||||||
|
eventEditorMustSetStormDuration: "You must set a storm duration!"
|
||||||
|
eventEditorStormCleared: "Storm data cleared."
|
||||||
|
eventEditorEnterStormWorld: "Enter a world name for the storm to occur in, or enter 'cancel' to return"
|
||||||
|
eventEditorEnterDuration: "Enter duration (in seconds)"
|
||||||
|
eventEditorAtLeastOneSecond: "Amount must be at least 1 second!"
|
||||||
|
eventEditorNotGreaterThanOneSecond: "is not greater than 1 second!"
|
||||||
|
eventEditorThunder: "Event Thunder"
|
||||||
|
eventEditorMustSetThunderDuration: "You must set a thunder duration!"
|
||||||
|
eventEditorThunderCleared: "Thunder data cleared."
|
||||||
|
eventEditorEnterThunderWorld: "Enter a world name for the thunder to occur in, or enter 'cancel' to return"
|
||||||
|
eventEditorEffects: "Event Effects"
|
||||||
|
eventEditorAddEffect: "Add effect"
|
||||||
|
eventEditorAddEffectLocation: "Add effect location"
|
||||||
|
eventEditorNoEffects: "No effects set"
|
||||||
|
eventEditorMustAddEffects: "You must add effects first!"
|
||||||
|
eventEditorInvalidEffect: "is not a valid effect name!"
|
||||||
|
eventEditorEffectsCleared: "Event effects cleared."
|
||||||
|
eventEditorEffectLocationPrompt: "Right-click on a block to play an effect at, then enter 'add' to add it to the list, or enter 'cancel' to return"
|
||||||
|
eventEditorMobSpawns: "Event Mob Spawns"
|
||||||
|
eventEditorAddMobTypes: "Add mob"
|
||||||
|
eventEditorNoTypesSet: "(No type set)"
|
||||||
|
eventEditorMustSetMobTypesFirst: "You must set the mob type first!"
|
||||||
|
eventEditorSetMobAmounts: "Set mob amount"
|
||||||
|
eventEditorNoAmountsSet: "(No amounts set)"
|
||||||
|
eventEditorMustSetMobAmountsFirst: "You must set mob amount first!"
|
||||||
|
eventEditorAddSpawnLocation: "Set spawn location"
|
||||||
|
eventEditorMobSpawnsCleared: "Mob spawns cleared."
|
||||||
|
eventEditorMustSetMobLocationFirst: "You must set a spawn-location first!"
|
||||||
|
eventEditorInvalidMob: "is not a valid mob name!"
|
||||||
|
eventEditorSetMobName: "Set custom name for mob"
|
||||||
|
eventEditorSetMobType: "Set mob type"
|
||||||
|
eventEditorSetMobItemInHand: "Set item in hand"
|
||||||
|
eventEditorSetMobItemInHandDrop: "Set drop chance of item in hand"
|
||||||
|
eventEditorSetMobBoots: "Set boots"
|
||||||
|
eventEditorSetMobBootsDrop: "Set drop chance of boots"
|
||||||
|
eventEditorSetMobLeggings: "Set leggings"
|
||||||
|
eventEditorSetMobLeggingsDrop: "Set drop chance of leggings"
|
||||||
|
eventEditorSetMobChestPlate: "Set chest plate"
|
||||||
|
eventEditorSetMobChestPlateDrop: "Set drop chance of chest plate"
|
||||||
|
eventEditorSetMobHelmet: "Set helmet"
|
||||||
|
eventEditorSetMobHelmetDrop: "Set drop chance of helmet"
|
||||||
|
eventEditorSetMobSpawnLoc: "Right-click on a block to spawn a mob at, then enter 'add' to the confirm it, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobSpawnAmount: "Set the amount of mobs to spawn"
|
||||||
|
eventEditorSetDropChance: "Set the drop chance"
|
||||||
|
eventEditorInvalidDropChance: "Drop chance has to be between 0.0 and 1.0"
|
||||||
|
eventEditorLightningPrompt: "Right-click on a block to spawn a lightning strike at, then enter 'add' to add it to the list, or enter 'clear' to clear the locations list, or 'cancel' to return"
|
||||||
|
eventEditorPotionEffects: "Event Potion Effects"
|
||||||
|
eventEditorSetPotionEffectTypes: "Set potion effect types"
|
||||||
|
eventEditorMustSetPotionTypesFirst: "You must set potion effect types first!"
|
||||||
|
eventEditorSetPotionDurations: "Set potion effect durations"
|
||||||
|
eventEditorMustSetPotionDurationsFirst: "You must set potion effect durations first!"
|
||||||
|
eventEditorMustSetPotionTypesAndDurationsFirst: "You must set potion effect types and durations first!"
|
||||||
|
eventEditorNoDurationsSet: "(No durations set)"
|
||||||
|
eventEditorSetPotionMagnitudes: "Set potion effect magnitudes"
|
||||||
|
eventEditorPotionsCleared: "Potion effects cleared."
|
||||||
|
eventEditorInvalidPotionType: "is not a valid potion effect type!"
|
||||||
|
eventEditorEnterNPCId: "Enter NPC ID (or -1 to return)"
|
||||||
|
eventEditorNoNPCExists: "No NPC exists with that id!"
|
||||||
|
eventEditorExplosionPrompt: "Right-click on a block to spawn an explosion at, then enter 'add' to add it to the list, or enter 'clear' to clear the explosions list, or 'cancel' to return"
|
||||||
|
eventEditorSelectBlockFirst: "You must select a block first."
|
||||||
|
eventEditorSetMessagePrompt: "Enter message, or enter 'none' to delete, (or 'cancel' to return)"
|
||||||
|
eventEditorSetItemNamesPrompt: "Enter item names separating each one by a space, or enter 'cancel' to return."
|
||||||
|
eventEditorSetItemAmountsPrompt: "Enter item amounts (numbers) separating each one by a space, or enter 'cancel' to return."
|
||||||
|
eventEditorSetMobTypesPrompt: "Enter mob name, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobAmountsPrompt: "Enter mob amount, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobNamePrompt: "Set the name for this mob, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the mob spawn location list, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionEffectsPrompt: "Enter potion effect types separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionDurationsPrompt: "Enter effect durations (in milliseconds) separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetHungerPrompt: "Enter hunger level, or -1 to remove it"
|
||||||
|
eventEditorHungerLevelAtLeastZero: "Hunger level must be at least 0!"
|
||||||
|
eventEditorSetSaturationPrompt: "Enter saturation level, or -1 to remove it"
|
||||||
|
eventEditorSaturationLevelAtLeastZero: "Saturation level must be at least 0!"
|
||||||
|
eventEditorSetHealthPrompt: "Enter health level, or -1 to remove it"
|
||||||
|
eventEditorHealthLevelAtLeastZero: "Health level must be at least 0!"
|
||||||
|
eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to, then enter 'done' to finish, or enter 'clear' to clear the teleport location, or 'cancel' to return"
|
||||||
|
eventEditorCommandsNote: 'Note: You may use <player> to refer to the player''s name.'
|
||||||
|
eventEditorSetCommandsPrompt: "Enter commands separating each one by a comma, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
reqSetMoney: "Set money requirement"
|
||||||
|
reqSetQuestPoints: "Set Quest Points requirement"
|
||||||
|
reqSetItem: "Set item requirements"
|
||||||
|
reqSetPerms: "Set permission requirements"
|
||||||
|
reqSetQuest: "Set Quest requirements"
|
||||||
|
reqSetQuestBlocks: "Set Quest blocks"
|
||||||
|
reqSetMcMMO: "Set mcMMO requirements"
|
||||||
|
reqSetHeroes: "Set Heroes requirements"
|
||||||
|
reqSetCustom: "Custom requirements"
|
||||||
|
reqSetFail: "Set fail requirements message"
|
||||||
|
reqSetSkills: "Set skills"
|
||||||
|
reqSetSkillAmounts: "Set skill amounts"
|
||||||
|
reqHeroesSetPrimary: "Set Primary Class"
|
||||||
|
reqHeroesSetSecondary: "Set Secondary Class"
|
||||||
|
reqMoneyPrompt: "Enter amount of <money>, or 0 to clear the money requirement, or -1 to cancel"
|
||||||
|
reqQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point requirement, or -1 to cancel"
|
||||||
|
reqQuestPrompt: "Enter a list of Quest names separating each one by a <comma>, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqRemoveItemsPrompt: "Enter a list of true/false values, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
reqPermissionsPrompt: "Enter permission requirements separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
reqCustomPrompt: "Enter the name of a custom requirement to add, or enter 'clear' to clear all custom requirements, or 'cancel' to return."
|
||||||
|
reqMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqMcMMOAmountsPrompt: "Enter mcMMO skill amounts, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqHeroesPrimaryPrompt: "Enter a Heroes Primary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||||
|
reqHeroesSecondaryPrompt: "Enter a Heroes Secondary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||||
|
reqFailMessagePrompt: "Enter fail requirements message, or enter 'cancel' to return."
|
||||||
|
reqAddItem: "Add item"
|
||||||
|
reqSetRemoveItems: "Set remove items"
|
||||||
|
reqNoItemsSet: "No items set"
|
||||||
|
reqNoValuesSet: "No values set"
|
||||||
|
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||||
|
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||||
|
reqGreaterThanZero: "Amount must be greater than 0!"
|
||||||
|
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||||
|
reqItemCleared: "Item requirements cleared."
|
||||||
|
reqListsNotSameSize: "The items list and remove items list are not the same size!"
|
||||||
|
reqTrueFalseError: '<input> is not a true or false value!%br%Example: true false true true'
|
||||||
|
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||||
|
reqCustomNotFound: "Custom requirement module not found."
|
||||||
|
reqCustomCleared: "Custom requirements cleared."
|
||||||
|
reqMcMMOError: "<input> is not an mcMMO skill name!"
|
||||||
|
reqMcMMOCleared: "mcMMO skill requirements cleared."
|
||||||
|
reqMcMMOAmountsCleared: "mcMMO skill amount requirements cleared."
|
||||||
|
reqHeroesNotPrimary: "The <class> class is not primary!"
|
||||||
|
reqHeroesPrimaryCleared: "Heroes Primary Class requirement cleared."
|
||||||
|
reqHeroesNotSecondary: "The <class> class is not secondary!"
|
||||||
|
reqHeroesSecondaryCleared: "Heroes Secondary Class requirement cleared."
|
||||||
|
reqHeroesClassNotFound: "Class not found!"
|
||||||
|
reqNone: "No requirements set"
|
||||||
|
reqNotANumber: "<input> is not a number!"
|
||||||
|
reqMustAddItem: "You must add at least one item first!"
|
||||||
|
reqNoMessage: "You must set a fail requirements message!"
|
||||||
|
reqNoMcMMO: "mcMMO not installed"
|
||||||
|
reqNoHeroes: "Heroes not installed"
|
||||||
|
rewSetMoney: "Set money reward"
|
||||||
|
rewSetQuestPoints: "Set Quest Points reward"
|
||||||
|
rewSetItems: "Set item rewards"
|
||||||
|
rewSetExperience: "Set experience reward"
|
||||||
|
rewSetCommands: "Set command rewards"
|
||||||
|
rewSetPermission: "Set permission rewards"
|
||||||
|
rewSetMcMMO: "Set mcMMO skill rewards"
|
||||||
|
rewSetHeroes: "Set Heroes experience rewards"
|
||||||
|
rewSetPhat: "Set PhatLoot rewards"
|
||||||
|
rewSetCustom: "Set Custom Rewards"
|
||||||
|
rewSetHeroesClasses: "Set classes"
|
||||||
|
rewSetHeroesAmounts: "Set experience amounts"
|
||||||
|
rewMoneyPrompt: "Enter amount of <money>, or 0 to clear the money reward, or -1 to cancel"
|
||||||
|
rewExperiencePrompt: "Enter amount of experience, or 0 to clear the experience reward, or -1 to cancel"
|
||||||
|
rewCommandPrompt: "Enter command rewards separating each one by a <comma>, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
rewCommandPromptHint: 'Note: You may put <player> to specify the player who completed the Quest. e.g. smite <player>'
|
||||||
|
rewPermissionsPrompt: "Enter permission rewards separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
rewQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point reward, or -1 to cancel"
|
||||||
|
rewMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewMcMMOPromptHint: 'Note: Typing ''All'' will give levels to all skills.'
|
||||||
|
rewHeroesClassesPrompt: "Enter Heroes classes separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed) separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewPhatLootsPrompt: "Enter PhatLoots separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
rewCustomRewardPrompt: "Enter the name of a custom reward to add, or enter 'clear' to clear all custom rewards, or 'cancel' to return."
|
||||||
|
rewItemsCleared: "Item rewards cleared."
|
||||||
|
rewNoMcMMOSkills: "No skills set"
|
||||||
|
rewNoHeroesClasses: "No classes set"
|
||||||
|
rewSetMcMMOSkillsFirst: "You must set skills first!"
|
||||||
|
rewMcMMOCleared: "mcMMO rewards cleared."
|
||||||
|
rewMcMMOListsNotSameSize: "The skills list and skill amounts list are not the same size!"
|
||||||
|
rewSetHeroesClassesFirst: "You must set classes first!"
|
||||||
|
rewHeroesCleared: "Heroes rewards cleared."
|
||||||
|
rewHeroesListsNotSameSize: "The classes list and experience amounts list are not the same size!"
|
||||||
|
rewHeroesInvalidClass: "<input> is not a valid Heroes class name!"
|
||||||
|
rewPhatLootsInvalid: "<input> is not a valid PhatLoot name!"
|
||||||
|
rewPhatLootsCleared: "PhatLoots reward cleared."
|
||||||
|
rewCustomAlreadyAdded: "That custom reward has already been added!"
|
||||||
|
rewCustomNotFound: "Custom reward module not found."
|
||||||
|
rewCustomCleared: "Custom rewards cleared."
|
||||||
|
rewNoPhat: "PhatLoots not installed"
|
||||||
|
itemCreateLoadHand: "Load item in hand"
|
||||||
|
itemCreateSetName: "Set name"
|
||||||
|
itemCreateSetAmount: "Set amount"
|
||||||
|
itemCreateSetDurab: "Set durability"
|
||||||
|
itemCreateSetEnchs: "Add/clear enchantments"
|
||||||
|
itemCreateSetDisplay: "Set display name"
|
||||||
|
itemCreateSetLore: "Set lore"
|
||||||
|
itemCreateEnterName: "Enter an item name, or 'cancel' to return."
|
||||||
|
itemCreateEnterAmount: "Enter item amount (max. 64), or 'cancel' to return."
|
||||||
|
itemCreateEnterDurab: "Enter item durability, or 'clear' to clear the data, or 'cancel' to return."
|
||||||
|
itemCreateEnterEnch: "Enter an enchantment name, or 'clear' to clear the enchantments, or 'cancel' to return."
|
||||||
|
itemCreateEnterLevel: "Enter a level (number) for <enchantment>"
|
||||||
|
itemCreateEnterDisplay: "Enter item display name, or 'clear' to clear the display name, or 'cancel' to return."
|
||||||
|
itemCreateEnterLore: "Enter item lore, separating each line by a semi-colon ; or 'clear' to clear the lore, or 'cancel' to return."
|
||||||
|
itemCreateLoaded: "Item loaded."
|
||||||
|
itemCreateNoItem: "No item in hand!"
|
||||||
|
itemCreateNoName: "You must set a name first!"
|
||||||
|
itemCreateInvalidName: "Invalid item name!"
|
||||||
|
itemCreateInvalidAmount: "Amount must be between 1-64!"
|
||||||
|
itemCreateInvalidDurab: "Invalid item durability!"
|
||||||
|
itemCreateInvalidEnch: "Invalid enchantment name!"
|
||||||
|
itemCreateInvalidLevel: "Level must be greater than 0!"
|
||||||
|
itemCreateInvalidInput: "Invalid input!"
|
||||||
|
itemCreateNotNumber: "Input was not a number!"
|
||||||
|
itemCreateNoNameAmount: "You must set a name and amount first!"
|
||||||
|
itemCreateCriticalError: "A critical error has occurred."
|
||||||
|
questTitle: "-- <quest> --"
|
||||||
|
questObjectivesTitle: "---(<quest>)---"
|
||||||
|
questCompleteTitle: '**QUEST COMPLETE: <quest>**'
|
||||||
|
questRewardsTitle: "Rewards:"
|
||||||
|
journalTitle: "Quest Journal"
|
||||||
|
questsTitle: "- Quests -"
|
||||||
|
questHelpTitle: "- Quests -"
|
||||||
|
questListTitle: "- Quests -"
|
||||||
|
questNPCListTitle: "- Quests | <npc> -"
|
||||||
|
questAdminHelpTitle: "- Questadmin -"
|
||||||
|
questEditorTitle: "--محرر المغامرة-"
|
||||||
|
eventEditorTitle: "- Event Editor - "
|
||||||
|
questCreateTitle: "--إنشاء مغامرة-"
|
||||||
|
questEditTitle: "--تحرير المغامرة-"
|
||||||
|
questDeleteTitle: "-حذف المغامرة-"
|
||||||
|
requirementsTitle: "- <quest> | Requirements -"
|
||||||
|
rewardsTitle: "- <quest> | Rewards -"
|
||||||
|
itemRequirementsTitle: "- Item Requirements -"
|
||||||
|
itemRewardsTitle: "- Item Rewards -"
|
||||||
|
mcMMORequirementsTitle: "- mcMMO Requirements -"
|
||||||
|
mcMMORewardsTitle: "- mcMMO Rewards -"
|
||||||
|
heroesRequirementsTitle: "- Heroes Requirements -"
|
||||||
|
heroesRewardsTitle: "- Heroes Rewards -"
|
||||||
|
heroesClassesTitle: "- Heroes Classes -"
|
||||||
|
heroesExperienceTitle: "- Heroes Experience -"
|
||||||
|
heroesPrimaryTitle: "- Primary Classes -"
|
||||||
|
heroesSecondaryTitle: "- Secondary Classes -"
|
||||||
|
phatLootsRewardsTitle: "- PhatLoots Rewards -"
|
||||||
|
customRequirementsTitle: "- Custom Requirements -"
|
||||||
|
customRewardsTitle: "- Custom Rewards -"
|
||||||
|
skillListTitle: "- Skill List -"
|
||||||
|
eventTitle: "- Event -"
|
||||||
|
completedQuestsTitle: "- Completed Quests -"
|
||||||
|
topQuestersTitle: "- Top <number> Questers -"
|
||||||
|
createItemTitle: "- Create Item -"
|
||||||
|
enchantmentsTitle: "- Enchantments -"
|
||||||
|
questGUITitle: "- GUI Item Display -"
|
||||||
|
questRegionTitle: "- Quest Region -"
|
||||||
|
eventEditorGiveItemsTitle: "- Give Items -"
|
||||||
|
eventEditorEffectsTitle: "- Effects -"
|
||||||
|
eventEditorStormTitle: "- Event Storm -"
|
||||||
|
eventEditorThunderTitle: "- Event Thunder -"
|
||||||
|
eventEditorMobSpawnsTitle: "- Event Mob Spawns -"
|
||||||
|
eventEditorMobsTitle: "- Mobs -"
|
||||||
|
eventEditorAddMobTypesTitle: "- Add Mob -"
|
||||||
|
eventEditorPotionEffectsTitle: "- Event Potion Effects -"
|
||||||
|
eventEditorPotionTypesTitle: "- Event Potion Types -"
|
||||||
|
eventEditorWorldsTitle: "- Worlds -"
|
||||||
|
effBlazeShoot: "Sound of a Blaze firing"
|
||||||
|
effBowFire: "Sound of a bow firing"
|
||||||
|
effClick1: "A click sound"
|
||||||
|
effClick2: "A different click sound"
|
||||||
|
effDoorToggle: "Sound of a door opening or closing"
|
||||||
|
effExtinguish: "Sound of fire being extinguished"
|
||||||
|
effGhastShoot: "Sound of a Ghast firing"
|
||||||
|
effGhastShriek: "Sound of a Ghast shrieking"
|
||||||
|
effZombieWood: "Sound of a Zombie chewing an iron door"
|
||||||
|
effZombieIron: "Sound of a Zombie chewing a wooden door"
|
||||||
|
effEnterName: "Enter an effect name to add it to the list, or enter 'cancel' to return"
|
||||||
|
cmdCancel: "cancel"
|
||||||
|
cmdAdd: "add"
|
||||||
|
cmdClear: "clear"
|
||||||
|
cmdNone: "none"
|
||||||
|
cmdDone: "done"
|
||||||
|
acceptQuest: "Accept Quest?"
|
||||||
|
enterAnOption: "Enter an option"
|
||||||
|
questAccepted: 'Quest accepted: <quest>'
|
||||||
|
currentQuest: "Current Quests:"
|
||||||
|
noMoreQuest: "No more quests available."
|
||||||
|
damage: "Damage"
|
||||||
|
break: "Break"
|
||||||
|
place: "Place"
|
||||||
|
use: "Use"
|
||||||
|
cut: "Cut"
|
||||||
|
catchFish: "Catch Fish"
|
||||||
|
enchantItem: "Enchant <item> with <enchantment>"
|
||||||
|
kill: "Kill"
|
||||||
|
killAtLocation: "Kill <mob> at <location>"
|
||||||
|
killPlayer: "Kill a Player"
|
||||||
|
deliver: "Deliver <item> to <npc>"
|
||||||
|
talkTo: "Talk to <npc>"
|
||||||
|
tame: "Tame"
|
||||||
|
shearSheep: "Shear <color> sheep"
|
||||||
|
goTo: "Go to <location>"
|
||||||
|
completed: "Completed"
|
||||||
|
redoCompleted: "(Completed)"
|
||||||
|
consoleError: "This command may only be performed in-game."
|
||||||
|
invalidSelection: "Invalid selection!"
|
||||||
|
noActiveQuest: "You do not currently have any active Quests."
|
||||||
|
speakTo: 'Start: Speak to <npc>'
|
||||||
|
mustSpeakTo: "You must speak to <npc> to start this Quest."
|
||||||
|
noCommandStart: "<quest> may not be started via command."
|
||||||
|
permissionDisplay: "Permission:"
|
||||||
|
heroesClass: "class"
|
||||||
|
mcMMOLevel: "level"
|
||||||
|
haveCompleted: "You have completed <quest>"
|
||||||
|
cannotComplete: "Cannot complete <quest>"
|
||||||
|
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."
|
||||||
|
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."
|
||||||
|
questInfoNoPerms: "You do not have permission to view a Quest's information."
|
||||||
|
questCmdNoPerms: "You do not have access to that command."
|
||||||
|
pageSelectionNum: "Page selection must be a number."
|
||||||
|
pageSelectionPosNum: "Page selection must be a positive number."
|
||||||
|
questListNoPerms: "You do not have permission to view the Quests list."
|
||||||
|
questTakeNoPerms: "You do not have permission to take Quests via commands."
|
||||||
|
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||||
|
questQuit: "You have quit <quest>"
|
||||||
|
questQuitNoPerms: "ليس لديك الإذن للخروج من المسعى."
|
||||||
|
questQuitDisabled: "Quitting Quests has been disabled."
|
||||||
|
questEditorNoPerms: "You do not have permission to use the Quests Editor."
|
||||||
|
eventEditorNoPerms: "ليس لديك إذن لاستخدام هذا المحرر."
|
||||||
|
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>."
|
||||||
|
questForceNextStage: "<player>متقدمة إلى المرحلة التالية في السعي إلى <quest>."
|
||||||
|
questForcedNextStage: "<player>متقدم عليك إلى المرحلة التالية في السعي إلى <quest>."
|
||||||
|
questPurged: "<player> has been purged and blacklisted."
|
||||||
|
questReset: "<player> has been reset."
|
||||||
|
questRemoved: "Quest <quest> has been removed from player <player>'s completed Quests."
|
||||||
|
settingAllQuestPoints: "Setting all players' Quest 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."
|
||||||
|
enableNPCGUI: "<npc> will now provide a GUI Quest Display."
|
||||||
|
disableNPCGUI: "<npc> will no longer provide a GUI Quest Display."
|
||||||
|
invalidNumber: "عدد غير صحيح."
|
||||||
|
noCurrentQuest: "<player>ليس لديه حاليا أي مسعى نشط."
|
||||||
|
playerNotFound: "لم يتم العثور على اللاعب."
|
||||||
|
invalidStageNum: "رقم المرحلة غير صحيح من للسعي <quest>"
|
||||||
|
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||||
|
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."
|
||||||
|
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!"
|
||||||
|
journalNoQuests: "You have no accepted quests!"
|
||||||
|
journalDenied: "لا يمكنك فعل ذلك في سجل المسعى الخاص بك."
|
||||||
|
ENCHANTMENT_ARROW_DAMAGE: "Power"
|
||||||
|
ENCHANTMENT_ARROW_FIRE: "Flame"
|
||||||
|
ENCHANTMENT_ARROW_INFINITE: "Infinity"
|
||||||
|
ENCHANTMENT_ARROW_KNOCKBACK: "Punch"
|
||||||
|
ENCHANTMENT_BINDING_CURSE: "BindingCurse"
|
||||||
|
ENCHANTMENT_DAMAGE_ALL: "Sharpness"
|
||||||
|
ENCHANTMENT_DAMAGE_ARTHROPODS: "BaneOfArthropods"
|
||||||
|
ENCHANTMENT_DEPTH_STRIDER: "DepthStrider"
|
||||||
|
ENCHANTMENT_DAMAGE_UNDEAD: "Smite"
|
||||||
|
ENCHANTMENT_DIG_SPEED: "Efficiency"
|
||||||
|
ENCHANTMENT_DURABILITY: "Unbreaking"
|
||||||
|
ENCHANTMENT_FIRE_ASPECT: "FireAspect"
|
||||||
|
ENCHANTMENT_FROST_WALKER: "FrostWalker"
|
||||||
|
ENCHANTMENT_KNOCKBACK: "Knockback"
|
||||||
|
ENCHANTMENT_LOOT_BONUS_BLOCKS: "Fortune"
|
||||||
|
ENCHANTMENT_LOOT_BONUS_MOBS: "Looting"
|
||||||
|
ENCHANTMENT_LUCK: "LuckOfTheSea"
|
||||||
|
ENCHANTMENT_LURE: "Lure"
|
||||||
|
ENCHANTMENT_MENDING: "Mending"
|
||||||
|
ENCHANTMENT_OXYGEN: "Respiration"
|
||||||
|
ENCHANTMENT_PROTECTION_ENVIRONMENTAL: "Protection"
|
||||||
|
ENCHANTMENT_PROTECTION_EXPLOSIONS: "BlastProtection"
|
||||||
|
ENCHANTMENT_PROTECTION_FALL: "FeatherFalling"
|
||||||
|
ENCHANTMENT_PROTECTION_FIRE: "FireProtection"
|
||||||
|
ENCHANTMENT_PROTECTION_PROJECTILE: "ProjectileProtection"
|
||||||
|
ENCHANTMENT_SILK_TOUCH: "SilkTouch"
|
||||||
|
ENCHANTMENT_SWEEPING: "Sweeping"
|
||||||
|
ENCHANTMENT_THORNS: "Thorns"
|
||||||
|
ENCHANTMENT_VANISHING_CURSE: "VanishingCurse"
|
||||||
|
ENCHANTMENT_WATER_WORKER: "AquaAffinity"
|
||||||
|
COLOR_BLACK: "Black"
|
||||||
|
COLOR_BLUE: "Blue"
|
||||||
|
COLOR_BROWN: "Brown"
|
||||||
|
COLOR_CYAN: "Cyan"
|
||||||
|
COLOR_GRAY: "Gray"
|
||||||
|
COLOR_GREEN: "Green"
|
||||||
|
COLOR_LIGHT_BLUE: "LightBlue"
|
||||||
|
COLOR_LIME: "Lime"
|
||||||
|
COLOR_MAGENTA: "Magenta"
|
||||||
|
COLOR_ORANGE: "برتقالي"
|
||||||
|
COLOR_PINK: "Pink"
|
||||||
|
COLOR_PURPLE: "Purple"
|
||||||
|
COLOR_RED: "Red"
|
||||||
|
COLOR_SILVER: "Silver"
|
||||||
|
COLOR_WHITE: "White"
|
||||||
|
COLOR_YELLOW: "Yellow"
|
||||||
|
timeDay: "Day"
|
||||||
|
timeDays: "Days"
|
||||||
|
timeHour: "Hour"
|
||||||
|
timeHours: "Hours"
|
||||||
|
timeMinute: "Minute"
|
||||||
|
timeMinutes: "Minutes"
|
||||||
|
timeSecond: "Second"
|
||||||
|
timeSeconds: "Seconds"
|
||||||
|
timeMillisecond: "Millisecond"
|
||||||
|
timeMilliseconds: "Milliseconds"
|
||||||
|
event: "Event"
|
||||||
|
delay: "Delay"
|
||||||
|
save: "Save"
|
||||||
|
exit: "Exit"
|
||||||
|
exited: "Exited"
|
||||||
|
cancel: "Cancel"
|
||||||
|
cancelled: "تم إلغاؤه"
|
||||||
|
questTimeout: "تم إلغاؤه."
|
||||||
|
back: "الرجوع إلى الوراء"
|
||||||
|
yesWord: "نعم"
|
||||||
|
noWord: "لا"
|
||||||
|
"true": "صحيح"
|
||||||
|
"false": "خاطئ"
|
||||||
|
clear: "إمسح"
|
||||||
|
edit: "تحرير"
|
||||||
|
none: "None"
|
||||||
|
done: "Done"
|
||||||
|
comma: "comma"
|
||||||
|
finish: "Finish"
|
||||||
|
quit: "Quit"
|
||||||
|
noneSet: "None set"
|
||||||
|
noDelaySet: "No delay set"
|
||||||
|
noIdsSet: "No IDs set"
|
||||||
|
noNamesSet: "No names set"
|
||||||
|
worlds: "Worlds"
|
||||||
|
mobs: "Mobs"
|
||||||
|
points: "points"
|
||||||
|
invalidOption: "Invalid option!"
|
||||||
|
npcHint: 'Note: You can left or right click on NPC''s to get their ID.'
|
||||||
|
listDuplicate: "List contains duplicates!"
|
||||||
|
id: "ID"
|
||||||
|
quest: "Quest"
|
||||||
|
quests: "Quests"
|
||||||
|
createdBy: "Created by"
|
||||||
|
continuedBy: "and continued by"
|
||||||
|
questPoints: "Quest Points"
|
||||||
|
accepted: "مقبول"
|
||||||
|
complete: "اكتمل"
|
||||||
|
redoable: "Redoable"
|
||||||
|
usage: "Usage"
|
||||||
|
redoableEvery: "Redoable every <time>."
|
||||||
|
requirements: "Requirements"
|
||||||
|
money: "المال"
|
||||||
|
with: "With"
|
||||||
|
to: "to"
|
||||||
|
blocksWithin: "ضمن <amount> من الكتل"
|
||||||
|
valRequired: "القيمة ضرورية"
|
||||||
|
enchantedItem: "*Enchanted*"
|
||||||
|
experience: "Experience"
|
||||||
|
timerMessage: '<green>الوقت المتبقي للانتهاء من مرحلة سعي: ثانية red>%s>'
|
||||||
|
timerStart: "<green>لديك ثانية <red>%s <green>لإنهاء هذه المرحلة من المسعى"
|
||||||
|
questErrorReadingFile: "حدث خطأ أثناء قراءة ملف المسعى."
|
||||||
|
questSaveError: "حدث خطأ أثناء الحفظ."
|
||||||
|
questBlacklisted: "إنك في القائمة السوداء. اتصل بمسؤول إذا كان هذا خطأ."
|
858
src/main/resources/lang/ca-ES/strings.yml
Normal file
858
src/main/resources/lang/ca-ES/strings.yml
Normal file
@ -0,0 +1,858 @@
|
|||||||
|
---
|
||||||
|
questFailed: "*QUEST FAILED MATEY*"
|
||||||
|
questMaxAllowed: "Ye may only have up t' <number> Quests."
|
||||||
|
questAlreadyOn: "Ye be already on that Quest!"
|
||||||
|
questTooEarly: "Ye may nah take <quest> again fer another <time>."
|
||||||
|
questAlreadyCompleted: "Ye 'ave already looted <quest>."
|
||||||
|
questInvalidLocation: "Ye may nah take <quest> at this location."
|
||||||
|
questInvalidDeliveryItem: "<item> ain't a required item fer this quest!"
|
||||||
|
questSelectedLocation: "Chosen spot"
|
||||||
|
questDisplayHelp: "- Display this help"
|
||||||
|
COMMAND_LIST: "list"
|
||||||
|
COMMAND_LIST_HELP: "list [page] - List available Quests"
|
||||||
|
COMMAND_TAKE: "take"
|
||||||
|
COMMAND_TAKE_HELP: "take [quest name] - Accept a Quest"
|
||||||
|
COMMAND_TAKE_USAGE: 'Usage: /quests take [quest]'
|
||||||
|
COMMAND_QUIT: "quit"
|
||||||
|
COMMAND_QUIT_HELP: "quit [quest] - Quit a current Quest"
|
||||||
|
COMMAND_EDITOR: "editor"
|
||||||
|
COMMAND_EDITOR_HELP: "editor - Create/Edit Quests"
|
||||||
|
COMMAND_EVENTS_EDITOR: "events"
|
||||||
|
COMMAND_EVENTS_EDITOR_HELP: "events - Create/Edit Events"
|
||||||
|
COMMAND_STATS: "stats"
|
||||||
|
COMMAND_STATS_HELP: "stats - View your Questing stats"
|
||||||
|
COMMAND_TOP: "top"
|
||||||
|
COMMAND_TOP_HELP: "top [number] - View top Questers"
|
||||||
|
COMMAND_TOP_USAGE: 'Usage: /quests top [number]'
|
||||||
|
COMMAND_INFO: "info"
|
||||||
|
COMMAND_INFO_HELP: "info - Display plugin information"
|
||||||
|
COMMAND_JOURNAL: "journal"
|
||||||
|
COMMAND_JOURNAL_HELP: "journal - View/Put away your Quest Journal"
|
||||||
|
COMMAND_QUEST_HELP: "- Display current Quest objectives"
|
||||||
|
COMMAND_QUESTINFO_HELP: "[quest name] - Display Quest information"
|
||||||
|
COMMAND_QUESTADMIN_HELP: "- View Questadmin help"
|
||||||
|
COMMAND_QUESTADMIN_STATS: "stats"
|
||||||
|
COMMAND_QUESTADMIN_STATS_HELP: "stats [player] - View Questing statistics of a player"
|
||||||
|
COMMAND_QUESTADMIN_GIVE: "give"
|
||||||
|
COMMAND_QUESTADMIN_GIVE_HELP: "give [player] [quest] - Force a player to take a Quest"
|
||||||
|
COMMAND_QUESTADMIN_QUIT: "quit"
|
||||||
|
COMMAND_QUESTADMIN_QUIT_HELP: "quit [player] [quest] - Force a player to quit their Quest"
|
||||||
|
COMMAND_QUESTADMIN_POINTS: "points"
|
||||||
|
COMMAND_QUESTADMIN_POINTS_HELP: "points [player] [amount] - Set a players Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [player] [amount] - Take a players Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] - Set ALL players' Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||||
|
COMMAND_QUESTADMIN_FINISH_HELP: "finish [player] [quest] - Immediately force Quest completion for a player"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE: "nextstage"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "nextstage [player] [quest] - Immediately force Stage completion for a player"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE: "setstage"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE_HELP: "setstage [player] [quest] [stage] - Set the current Stage for a player"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Usage: /questadmin setstage [player] [quest] [stage]'
|
||||||
|
COMMAND_QUESTADMIN_PURGE: "purge"
|
||||||
|
COMMAND_QUESTADMIN_PURGE_HELP: "purge [player] - Clear all Quests data of a player AND BLACKLISTS THEM"
|
||||||
|
COMMAND_QUESTADMIN_RESET: "reset"
|
||||||
|
COMMAND_QUESTADMIN_RESET_HELP: "reset [player] - Clear all Quests data of a player"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE: "remove"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE_HELP: "remove [player] [quest] - Remove a completed Quest from a player"
|
||||||
|
COMMAND_QUESTADMIN_TOGGLEGUI: "togglegui"
|
||||||
|
COMMAND_QUESTADMIN_TOGGLEGUI_HELP: "togglegui [npc id] - Toggle GUI Quest Display on an NPC"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD: "reload"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD_HELP: "reload - Reload all Quests"
|
||||||
|
questEditorHeader: "Create Quest"
|
||||||
|
questEditorCreate: "Create new Quest"
|
||||||
|
questEditorEdit: "Edit a Quest"
|
||||||
|
questEditorDelete: "Delete Quest"
|
||||||
|
questEditorName: "Set name"
|
||||||
|
questEditorAskMessage: "Set ask message"
|
||||||
|
questEditorFinishMessage: "Set finish message"
|
||||||
|
questEditorRedoDelay: "Set redo delay"
|
||||||
|
questEditorNPCStart: "Set NPC start"
|
||||||
|
questEditorBlockStart: "Set Block start"
|
||||||
|
questEditorInitialEvent: "Set initial Event"
|
||||||
|
questEditorSetGUI: "Set GUI Item display"
|
||||||
|
questEditorReqs: "Edit Requirements"
|
||||||
|
questEditorStages: "Edit Stages"
|
||||||
|
questEditorRews: "Edit Rewards"
|
||||||
|
questEditorEnterQuestName: "Enter Quest name (or 'cancel' to return)"
|
||||||
|
questEditorEditEnterQuestName: "Enter Quest name to edit (or 'cancel' to return)"
|
||||||
|
questEditorEnterAskMessage: "Enter ask message (or 'cancel' to return)"
|
||||||
|
questEditorEnterFinishMessage: "Enter finish message (or 'cancel' to return)"
|
||||||
|
questEditorEnterRedoDelay: "Enter amount of time (in seconds), 0 to clear the redo delay or -1 to cancel"
|
||||||
|
questEditorEnterNPCStart: "Enter NPC ID, -1 to clear the NPC start or -2 to cancel"
|
||||||
|
questEditorEnterBlockStart: "Right-click on a block to use as a start point, then enter 'done' to save, or enter 'clear' to clear the block start, or 'cancel' to return"
|
||||||
|
questEditorEnterInitialEvent: "Enter an Event name, or enter 'clear' to clear the initial Event, or 'cancel' to return"
|
||||||
|
questRequiredNoneSet: "Required, none set"
|
||||||
|
questWGSetRegion: "Set Region"
|
||||||
|
questWGNotInstalled: "WorldGuard not installed"
|
||||||
|
questWGPrompt: "Enter WorldGuard region, or enter 'clear' to clear the region, or 'cancel' to return."
|
||||||
|
questWGInvalidRegion: "<region> is not a valid WorldGuard region!"
|
||||||
|
questWGRegionCleared: "Quest region cleared."
|
||||||
|
questCitNotInstalled: "Citizens not installed"
|
||||||
|
questDenNotInstalled: "Denizen not installed"
|
||||||
|
questGUIError: 'Error: That item is already being used as the GUI Display for the Quest <quest>.'
|
||||||
|
questCurrentItem: "Current item:"
|
||||||
|
questSetItem: "Set Item"
|
||||||
|
questClearItem: "Clear Item"
|
||||||
|
questGUICleared: "Quest GUI Item Display cleared."
|
||||||
|
questDeleted: "Quest deleted! Quests and Events have 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 event 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"
|
||||||
|
questEditorQuestAsRequirement2: "as a requirement:"
|
||||||
|
questEditorQuestAsRequirement3: "You must modify these Quests so that they do not use it before deleting it."
|
||||||
|
questEditorQuestNotFound: "Quest not found!"
|
||||||
|
questEditorEventCleared: "Initial Event 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!"
|
||||||
|
questEditorSaved: "Quest saved! (Ye will needs t' perform a Quest reload fer it t' appear)"
|
||||||
|
questEditorExited: "Are ye sure ye wants t' exit without savin'?"
|
||||||
|
questEditorDeleted: "Are ye sure ye wants t' scuttle th' Quest"
|
||||||
|
questEditorNoPermsCreate: "Ye do nah 'ave permission t' create Quests."
|
||||||
|
questEditorNoPermsEdit: "Ye do nah 'ave permission t' edit Quests."
|
||||||
|
questEditorNoPermsDelete: "Ye do nah 'ave permission t' scuttle Quests."
|
||||||
|
stageEditorEditStage: "Edit Stage"
|
||||||
|
stageEditorNewStage: "Add new Stage"
|
||||||
|
stageEditorStages: "Stages"
|
||||||
|
stageEditorStage: "Stage"
|
||||||
|
stageEditorBreakBlocks: "Break Blocks"
|
||||||
|
stageEditorDamageBlocks: "Damage Blocks"
|
||||||
|
stageEditorPlaceBlocks: "Place Blocks"
|
||||||
|
stageEditorUseBlocks: "Use Blocks"
|
||||||
|
stageEditorCutBlocks: "Cut Blocks"
|
||||||
|
stageEditorCatchFish: "Catch Fish"
|
||||||
|
stageEditorFish: "fish"
|
||||||
|
stageEditorKillPlayers: "Kill Players"
|
||||||
|
stageEditorPlayers: "players"
|
||||||
|
stageEditorEnchantItems: "Enchant Items"
|
||||||
|
stageEditorDeliverItems: "Deliver Items"
|
||||||
|
stageEditorTalkToNPCs: "Talk to NPCs"
|
||||||
|
stageEditorKillNPCs: "Kill NPCs"
|
||||||
|
stageEditorKillMobs: "Kill Mobs"
|
||||||
|
stageEditorReachLocs: "Reach spots"
|
||||||
|
stageEditorReachRadii1: "Reach within"
|
||||||
|
stageEditorReachRadii2: "blocks of"
|
||||||
|
stageEditorTameMobs: "Tame Mobs"
|
||||||
|
stageEditorShearSheep: "Shear Sheep"
|
||||||
|
stageEditorEvents: "Events"
|
||||||
|
stageEditorStageEvents: "Stage Events"
|
||||||
|
stageEditorStartEvent: "Start Event"
|
||||||
|
stageEditorStartEventCleared: "Start Event cleared."
|
||||||
|
stageEditorFinishEvent: "Finish Event"
|
||||||
|
stageEditorFinishEventCleared: "Finish Event cleared."
|
||||||
|
stageEditorChatEvents: "Chat Events"
|
||||||
|
stageEditorChatTrigger: "Chat Trigger"
|
||||||
|
stageEditorTriggeredBy: "Triggered by"
|
||||||
|
stageEditorChatEventsCleared: "Chat Events cleared."
|
||||||
|
stageEditorDeathEvent: "Death Event"
|
||||||
|
stageEditorDeathEventCleared: "Death Event cleared."
|
||||||
|
stageEditorDisconnectEvent: "Disconnect Event"
|
||||||
|
stageEditorDisconnectEventCleared: "Disconnect Event cleared."
|
||||||
|
stageEditorDelayMessage: "Delay Message"
|
||||||
|
stageEditorDenizenScript: "Denizen Script"
|
||||||
|
stageEditorStartMessage: "Start Message"
|
||||||
|
stageEditorCompleteMessage: "Complete Message"
|
||||||
|
stageEditorDelete: "Delete Stage"
|
||||||
|
stageEditorSetBlockNames: "Set block names"
|
||||||
|
stageEditorSetBlockAmounts: "Set block amounts"
|
||||||
|
stageEditorSetBlockDurability: "Set block durability"
|
||||||
|
stageEditorSetDamageAmounts: "Set damage amounts"
|
||||||
|
stageEditorSetPlaceAmounts: "Set place amounts"
|
||||||
|
stageEditorSetUseAmounts: "Set use amounts"
|
||||||
|
stageEditorSetCutAmounts: "Set cut amounts"
|
||||||
|
stageEditorSetKillAmounts: "Set kill amounts"
|
||||||
|
stageEditorSetEnchantAmounts: "Set enchant amounts"
|
||||||
|
stageEditorSetMobAmounts: "Set mob amounts"
|
||||||
|
stageEditorSetEnchantments: "Set enchantments"
|
||||||
|
stageEditorSetItemNames: "Set item names"
|
||||||
|
stageEditorSetKillIds: "Set NPC IDs"
|
||||||
|
stageEditorSetMobTypes: "Set mob types"
|
||||||
|
stageEditorSetKillLocations: "Set kill locations"
|
||||||
|
stageEditorSetKillLocationRadii: "Set kill location radii"
|
||||||
|
stageEditorSetKillLocationNames: "Set kill location names"
|
||||||
|
stageEditorSetLocations: "Set locations"
|
||||||
|
stageEditorSetLocationRadii: "Set location radii"
|
||||||
|
stageEditorSetLocationNames: "Set location names"
|
||||||
|
stageEditorSetTameAmounts: "Set tame amounts"
|
||||||
|
stageEditorSetShearColors: "Set sheep colors"
|
||||||
|
stageEditorSetShearAmounts: "Set shear amounts"
|
||||||
|
stageEditorPassword: "Password Objectives"
|
||||||
|
stageEditorAddPasswordDisplay: "Add password display"
|
||||||
|
stageEditorAddPasswordPhrases: "Add password phrase(s)"
|
||||||
|
stageEditorNoPasswordDisplays: "No password displays set"
|
||||||
|
stageObjectiveOverride: "Objective Display Override"
|
||||||
|
stageEditorCustom: "Custom Objectives"
|
||||||
|
stageEditorNoModules: "No modules loaded"
|
||||||
|
stageEditorModuleNotFound: "Custom objective module not found."
|
||||||
|
stageEditorCustomPrompt: "Enter the name of a custom objective to add, or enter 'clear' to clear all custom objectives, or 'cancel' to return."
|
||||||
|
stageEditorCustomAlreadyAdded: "That custom objective has already been added!"
|
||||||
|
stageEditorCustomCleared: "Custom objectives cleared."
|
||||||
|
stageEditorCustomDataPrompt: "Enter value for <data>:"
|
||||||
|
stageEditorEnterBlockNames: "Enter block names (or IDs), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorBreakBlocksPrompt: "Enter break amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorDamageBlocksPrompt: "Enter damage amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorPlaceBlocksPrompt: "Enter place amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorUseBlocksPrompt: "Enter use amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorCutBlocksPrompt: "Enter cut amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorEnterBlockDurability: "Enter block durability (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorCatchFishPrompt: "Enter number of fish to catch, or 0 to clear the fish catch objective, or -1 to cancel"
|
||||||
|
stageEditorKillPlayerPrompt: "Enter number of players to kill, or 0 to clear the player kill objective, or -1 to cancel"
|
||||||
|
stageEditorEnchantTypePrompt: "Enter enchantment names, separating each one by a comma, or enter 'cancel' to return."
|
||||||
|
stageEditorEnchantAmountsPrompt: "Enter enchant amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorItemNamesPrompt: "Enter item names, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorNPCPrompt: "Enter NPC ids, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorNPCToTalkToPrompt: "Enter NPC IDs, separating each one by a space, or enter 'clear' to clear the NPC ID list, or 'cancel' to return."
|
||||||
|
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
||||||
|
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorMobAmountsPrompt: "Enter mob amounts separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationPrompt: "Right-click on a block t' select it, then enter 'add' t' add it t' th' kill spot list, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationRadiiPrompt: "Enter kill spot radii (number o' blocks) separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||||
|
stageEditorTameAmountsPrompt: "Enter tame amounts separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorShearColorsPrompt: "Enter sheep colors separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorShearAmountsPrompt: "Enter shear amounts separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorEventsPrompt: "Enter an event name, or enter 'clear' to clear the event, or 'cancel' to return"
|
||||||
|
stageEditorChatEventsPrompt: "Enter an event name to add, or enter 'clear' to clear all chat events, or 'cancel' to return"
|
||||||
|
stageEditorChatEventsTriggerPromptA: "Enter a chat trigger for"
|
||||||
|
stageEditorChatEventsTriggerPromptB: "or enter 'cancel' to return."
|
||||||
|
stageEditorDelayPrompt: "Enter time (in seconds), or enter 'clear' to clear the delay, or 'cancel' to return"
|
||||||
|
stageEditorDelayMessagePrompt: "Enter delay message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorScriptPrompt: "Enter script name, or enter 'clear' to clear the script, or 'cancel' to return"
|
||||||
|
stageEditorStartMessagePrompt: "Enter start message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorCompleteMessagePrompt: "Enter complete message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorPasswordDisplayPrompt: "Enter a password display, or 'cancel' to return"
|
||||||
|
stageEditorPasswordDisplayHint: "(This is the text that will be displayed to the player as their objective)"
|
||||||
|
stageEditorPasswordPhrasePrompt: "Enter a password phrase, or 'cancel' to return"
|
||||||
|
stageEditorPasswordPhraseHint1: "(This is the text that a player has to say to complete the objective)"
|
||||||
|
stageEditorPasswordPhraseHint2: "If you want multiple password phrases, seperate them by a | (pipe)"
|
||||||
|
stageEditorObjectiveOverridePrompt: "Enter objective display override, or 'clear' to clear the override, or 'cancel' to return."
|
||||||
|
stageEditorObjectiveOverrideHint: "(The objective display override will show up as the players current objective)"
|
||||||
|
stageEditorObjectiveOverrideCleared: "Objective display override cleared."
|
||||||
|
stageEditorDeliveryAddItem: "Add item"
|
||||||
|
stageEditorDeliveryNPCs: "Set NPC IDs"
|
||||||
|
stageEditorDeliveryMessages: "Set delivery messages"
|
||||||
|
stageEditorContainsDuplicates: "List contains duplicates!"
|
||||||
|
stageEditorInvalidBlockName: "is not a valid block name!"
|
||||||
|
stageEditorInvalidEnchantment: "is not a valid enchantment name!"
|
||||||
|
stageEditorInvalidNPC: "is not a valid NPC ID!"
|
||||||
|
stageEditorInvalidMob: "is not a valid mob name!"
|
||||||
|
stageEditorInvalidItemName: "is not a valid item name!"
|
||||||
|
stageEditorInvalidNumber: "is not a number!"
|
||||||
|
stageEditorInvalidDye: "is not a valid dye color!"
|
||||||
|
stageEditorInvalidEvent: "is not a valid event name!"
|
||||||
|
stageEditorDuplicateEvent: "Event is already in the list!"
|
||||||
|
stageEditorInvalidDelay: "Delay must be at least one second!"
|
||||||
|
stageEditorInvalidScript: "Denizen script not found!"
|
||||||
|
stageEditorNoCitizens: "Citizens is not installed!"
|
||||||
|
stageEditorNoDenizen: "Denizen is not installed!"
|
||||||
|
stageEditorPositiveAmount: "You must enter a positive number!"
|
||||||
|
stageEditorNoNumber: "Input was not a number!"
|
||||||
|
stageEditorNotGreaterThanZero: "is not greater than 0!"
|
||||||
|
stageEditorNotListofNumbers: "Invalid entry, input was not a list of numbers!"
|
||||||
|
stageEditorNoDelaySet: "You must set a delay first!"
|
||||||
|
stageEditorNoBlockNames: "You must set block names first!"
|
||||||
|
stageEditorNoEnchantments: "You must set enchantments first!"
|
||||||
|
stageEditorNoItems: "You must add items first!"
|
||||||
|
stageEditorNoDeliveryMessage: "You must set at least one delivery message!"
|
||||||
|
stageEditorNoNPCs: "You must set NPC IDs first!"
|
||||||
|
stageEditorNoMobTypes: "You must set mob types first!"
|
||||||
|
stageEditorNoKillLocations: "You must set kill locations first!"
|
||||||
|
stageEditorNoBlockSelected: "You must select a block first."
|
||||||
|
stageEditorNoColors: "You must set colors first!"
|
||||||
|
stageEditorNoLocations: "You must set locations first!"
|
||||||
|
stageEditorNoEnchantmentsSet: "No enchantments set"
|
||||||
|
stageEditorNoItemsSet: "No items set"
|
||||||
|
stageEditorNoMobTypesSet: "No mob types set"
|
||||||
|
stageEditorNoLocationsSet: "No locations set"
|
||||||
|
stageEditorNoColorsSet: "No colors set"
|
||||||
|
stageEditorListNotSameSize: "The block names list and the amounts list are not the same size!"
|
||||||
|
stageEditorEnchantmentNotSameSize: "The enchantments list, the item id list and the enchant amount list are not the same size!"
|
||||||
|
stageEditorDeliveriesNotSameSize: "The item list and the NPC list are not equal in size!"
|
||||||
|
stageEditorNPCKillsNotSameSize: "The NPC IDs list and the kill amounts list are not the same size!"
|
||||||
|
stageEditorAllListsNotSameSize: "All of your lists are not the same size!"
|
||||||
|
stageEditorMobTypesNotSameSize: "The mob types list and the mob amounts list are not the same size!"
|
||||||
|
stageEditorTameMobsNotSameSize: "The mob types list and the tame amounts list are not the same size!"
|
||||||
|
stageEditorShearNotSameSize: "The sheep colors list and the shear amounts list are not the same size!"
|
||||||
|
stageEditorMustSetPasswordDisplays: "You must add at least one password display first!"
|
||||||
|
stageEditorAddPasswordCleared: "Password Objectives cleared."
|
||||||
|
stageEditorPasswordNotSameSize: "The password display and password phrase lists are not the same size!"
|
||||||
|
stageEditorListContainsDuplicates: " List contains duplicates!"
|
||||||
|
stageEditorDelayCleared: "Delay cleared."
|
||||||
|
stageEditorDelayMessageCleared: "Delay message cleared."
|
||||||
|
stageEditorDenizenCleared: "Denizen script cleared."
|
||||||
|
stageEditorBreakBlocksCleared: "Break blocks objective cleared."
|
||||||
|
stageEditorDamageBlocksCleared: "Damage blocks objective cleared."
|
||||||
|
stageEditorPlaceBlocksCleared: "Place blocks objective cleared."
|
||||||
|
stageEditorUseBlocksCleared: "Use blocks objective cleared."
|
||||||
|
stageEditorCutBlocksCleared: "Cut blocks objective cleared."
|
||||||
|
stageEditorEnchantmentsCleared: "Enchantment objective cleared."
|
||||||
|
stageEditorDeliveriesCleared: "Delivery objective cleared."
|
||||||
|
stageEditorReachLocationsCleared: "Reach Locations objective cleared."
|
||||||
|
stageEditorKillNPCsCleared: "Kill NPCs objective cleared."
|
||||||
|
stageEditorKillMobsCleared: "Kill Mobs objective cleared."
|
||||||
|
stageEditorTameCleared: "Tame Mobs objective cleared."
|
||||||
|
stageEditorShearCleared: "Shear Sheep objective cleared."
|
||||||
|
stageEditorStartMessageCleared: "Start message cleared."
|
||||||
|
stageEditorCompleteMessageCleared: "Complete message cleared."
|
||||||
|
stageEditorConfirmStageDelete: "Are you sure you want to delete this stage?"
|
||||||
|
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"
|
||||||
|
allListsNotSameSize: "All of your lists are not the same size!"
|
||||||
|
eventEditorCreate: "Create new Event"
|
||||||
|
eventEditorEdit: "Edit an Event"
|
||||||
|
eventEditorDelete: "Delete an Event"
|
||||||
|
eventEditorCreatePermisssions: "You do not have permission to create new Events."
|
||||||
|
eventEditorEditPermisssions: "You do not have permission to edit Events."
|
||||||
|
eventEditorDeletePermisssions: "You do not have permission to delete Events."
|
||||||
|
eventEditorNoneToEdit: "No Events currently exist to be edited!"
|
||||||
|
eventEditorNoneToDelete: "No Events currently exist to be deleted!"
|
||||||
|
eventEditorNotFound: "Event not found!"
|
||||||
|
eventEditorExists: "Event already exists!"
|
||||||
|
eventEditorSomeone: "Someone is already creating or editing an Event with that name!"
|
||||||
|
eventEditorAlpha: "Name must be alphanumeric!"
|
||||||
|
eventEditorErrorReadingFile: "Error reading Events file."
|
||||||
|
eventEditorErrorSaving: "An error occurred while saving."
|
||||||
|
eventEditorDeleted: "Event deleted, Quests and Events reloaded."
|
||||||
|
eventEditorSaved: "Event saved, Quests and Events reloaded."
|
||||||
|
eventEditorEnterEventName: "Enter an Event name, or 'cancel' to return."
|
||||||
|
eventEditorDeletePrompt: "Are you sure you want to delete the Event"
|
||||||
|
eventEditorQuitWithoutSaving: "Are you sure you want to quit without saving?"
|
||||||
|
eventEditorFinishAndSave: "Are you sure you want to finish and save the Event"
|
||||||
|
eventEditorModifiedNote: 'Note: You have modified an Event that the following Quests use:'
|
||||||
|
eventEditorForcedToQuit: "If you save the Event, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||||
|
eventEditorEventInUse: "The following Quests use the Event"
|
||||||
|
eventEditorMustModifyQuests: "eventEditorNotFound"
|
||||||
|
eventEditorListSizeMismatch: "The lists are not the same size!"
|
||||||
|
eventEditorListDuplicates: "List contains duplicates!"
|
||||||
|
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||||
|
eventEditorInvalidEntry: "Invalid entry"
|
||||||
|
eventEditorSetName: "Set name"
|
||||||
|
eventEditorSetMessage: "Set message"
|
||||||
|
eventEditorClearInv: "Clear player inventory"
|
||||||
|
eventEditorFailQuest: "Fail the quest"
|
||||||
|
eventEditorSetExplosions: "Set explosion locations"
|
||||||
|
eventEditorSetLightning: "Set lightning strike locations"
|
||||||
|
eventEditorSetEffects: "Set effects"
|
||||||
|
eventEditorSetStorm: "Set storm"
|
||||||
|
eventEditorSetThunder: "Set thunder"
|
||||||
|
eventEditorSetMobSpawns: "Set mob spawns"
|
||||||
|
eventEditorSetPotionEffects: "Set potion effects"
|
||||||
|
eventEditorSetHunger: "Set player hunger level"
|
||||||
|
eventEditorSetSaturation: "Set player saturation level"
|
||||||
|
eventEditorSetHealth: "Set player health level"
|
||||||
|
eventEditorEnterTimerSeconds: "Set number of seconds left before the quest fails (use cancel-timer event to cancel timers)"
|
||||||
|
eventEditorSetTimer: "Set time to fail quest"
|
||||||
|
eventEditorCancelTimer: "Cancel the quest timer"
|
||||||
|
eventEditorSetTeleport: "Set player teleport location"
|
||||||
|
eventEditorSetCommands: "Set commands to execute"
|
||||||
|
eventEditorItems: "Event Items"
|
||||||
|
eventEditorSetItems: "Give items"
|
||||||
|
eventEditorItemsCleared: "Event items cleared."
|
||||||
|
eventEditorAddItem: "Add item"
|
||||||
|
eventEditorSetItemNames: "Set item names"
|
||||||
|
eventEditorSetItemAmounts: "Set item amounts"
|
||||||
|
eventEditorNoNames: "No names set"
|
||||||
|
eventEditorMustSetNames: "You must set item names first!"
|
||||||
|
eventEditorInvalidName: "is not a valid item name!"
|
||||||
|
eventEditorNotGreaterThanZero: "is not greater than 0!"
|
||||||
|
eventEditorNotANumber: "is not a number!"
|
||||||
|
eventEditorStorm: "Event Storm"
|
||||||
|
eventEditorSetWorld: "Set world"
|
||||||
|
eventEditorSetDuration: "Set duration"
|
||||||
|
eventEditorNoWorld: "(No world set)"
|
||||||
|
eventEditorSetWorldFirst: "You must set a world first!"
|
||||||
|
eventEditorInvalidWorld: "is not a valid world name!"
|
||||||
|
eventEditorMustSetStormDuration: "You must set a storm duration!"
|
||||||
|
eventEditorStormCleared: "Storm data cleared."
|
||||||
|
eventEditorEnterStormWorld: "Enter a world name for the storm to occur in, or enter 'cancel' to return"
|
||||||
|
eventEditorEnterDuration: "Enter duration (in seconds)"
|
||||||
|
eventEditorAtLeastOneSecond: "Amount must be at least 1 second!"
|
||||||
|
eventEditorNotGreaterThanOneSecond: "is not greater than 1 second!"
|
||||||
|
eventEditorThunder: "Event Thunder"
|
||||||
|
eventEditorMustSetThunderDuration: "You must set a thunder duration!"
|
||||||
|
eventEditorThunderCleared: "Thunder data cleared."
|
||||||
|
eventEditorEnterThunderWorld: "Enter a world name for the thunder to occur in, or enter 'cancel' to return"
|
||||||
|
eventEditorEffects: "Event Effects"
|
||||||
|
eventEditorAddEffect: "Add effect"
|
||||||
|
eventEditorAddEffectLocation: "Add effect location"
|
||||||
|
eventEditorNoEffects: "No effects set"
|
||||||
|
eventEditorMustAddEffects: "You must add effects first!"
|
||||||
|
eventEditorInvalidEffect: "is not a valid effect name!"
|
||||||
|
eventEditorEffectsCleared: "Event effects cleared."
|
||||||
|
eventEditorEffectLocationPrompt: "Right-click on a block to play an effect at, then enter 'add' to add it to the list, or enter 'cancel' to return"
|
||||||
|
eventEditorMobSpawns: "Event Mob Spawns"
|
||||||
|
eventEditorAddMobTypes: "Add mob"
|
||||||
|
eventEditorNoTypesSet: "(No type set)"
|
||||||
|
eventEditorMustSetMobTypesFirst: "You must set the mob type first!"
|
||||||
|
eventEditorSetMobAmounts: "Set mob amount"
|
||||||
|
eventEditorNoAmountsSet: "(No amounts set)"
|
||||||
|
eventEditorMustSetMobAmountsFirst: "You must set mob amount first!"
|
||||||
|
eventEditorAddSpawnLocation: "Set spawn location"
|
||||||
|
eventEditorMobSpawnsCleared: "Mob spawns cleared."
|
||||||
|
eventEditorMustSetMobLocationFirst: "You must set a spawn-location first!"
|
||||||
|
eventEditorInvalidMob: "is not a valid mob name!"
|
||||||
|
eventEditorSetMobName: "Set custom name for mob"
|
||||||
|
eventEditorSetMobType: "Set mob type"
|
||||||
|
eventEditorSetMobItemInHand: "Set item in hand"
|
||||||
|
eventEditorSetMobItemInHandDrop: "Set drop chance of item in hand"
|
||||||
|
eventEditorSetMobBoots: "Set boots"
|
||||||
|
eventEditorSetMobBootsDrop: "Set drop chance of boots"
|
||||||
|
eventEditorSetMobLeggings: "Set leggings"
|
||||||
|
eventEditorSetMobLeggingsDrop: "Set drop chance of leggings"
|
||||||
|
eventEditorSetMobChestPlate: "Set chest plate"
|
||||||
|
eventEditorSetMobChestPlateDrop: "Set drop chance of chest plate"
|
||||||
|
eventEditorSetMobHelmet: "Set helmet"
|
||||||
|
eventEditorSetMobHelmetDrop: "Set drop chance of helmet"
|
||||||
|
eventEditorSetMobSpawnLoc: "Right-click on a block to spawn a mob at, then enter 'add' to the confirm it, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobSpawnAmount: "Set the amount of mobs to spawn"
|
||||||
|
eventEditorSetDropChance: "Set the drop chance"
|
||||||
|
eventEditorInvalidDropChance: "Drop chance has to be between 0.0 and 1.0"
|
||||||
|
eventEditorLightningPrompt: "Right-click on a block to spawn a lightning strike at, then enter 'add' to add it to the list, or enter 'clear' to clear the locations list, or 'cancel' to return"
|
||||||
|
eventEditorPotionEffects: "Event Potion Effects"
|
||||||
|
eventEditorSetPotionEffectTypes: "Set potion effect types"
|
||||||
|
eventEditorMustSetPotionTypesFirst: "You must set potion effect types first!"
|
||||||
|
eventEditorSetPotionDurations: "Set potion effect durations"
|
||||||
|
eventEditorMustSetPotionDurationsFirst: "You must set potion effect durations first!"
|
||||||
|
eventEditorMustSetPotionTypesAndDurationsFirst: "You must set potion effect types and durations first!"
|
||||||
|
eventEditorNoDurationsSet: "(No durations set)"
|
||||||
|
eventEditorSetPotionMagnitudes: "Set potion effect magnitudes"
|
||||||
|
eventEditorPotionsCleared: "Potion effects cleared."
|
||||||
|
eventEditorInvalidPotionType: "is not a valid potion effect type!"
|
||||||
|
eventEditorEnterNPCId: "Enter NPC ID (or -1 to return)"
|
||||||
|
eventEditorNoNPCExists: "No NPC exists with that id!"
|
||||||
|
eventEditorExplosionPrompt: "Right-click on a block to spawn an explosion at, then enter 'add' to add it to the list, or enter 'clear' to clear the explosions list, or 'cancel' to return"
|
||||||
|
eventEditorSelectBlockFirst: "You must select a block first."
|
||||||
|
eventEditorSetMessagePrompt: "Enter message, or enter 'none' to delete, (or 'cancel' to return)"
|
||||||
|
eventEditorSetItemNamesPrompt: "Enter item names separating each one by a space, or enter 'cancel' to return."
|
||||||
|
eventEditorSetItemAmountsPrompt: "Enter item amounts (numbers) separating each one by a space, or enter 'cancel' to return."
|
||||||
|
eventEditorSetMobTypesPrompt: "Enter mob name, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobAmountsPrompt: "Enter mob amount, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobNamePrompt: "Set the name for this mob, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the mob spawn location list, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionEffectsPrompt: "Enter potion effect types separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionDurationsPrompt: "Enter effect durations (in milliseconds) separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetHungerPrompt: "Enter hunger level, or -1 to remove it"
|
||||||
|
eventEditorHungerLevelAtLeastZero: "Hunger level must be at least 0!"
|
||||||
|
eventEditorSetSaturationPrompt: "Enter saturation level, or -1 to remove it"
|
||||||
|
eventEditorSaturationLevelAtLeastZero: "Saturation level must be at least 0!"
|
||||||
|
eventEditorSetHealthPrompt: "Enter health level, or -1 to remove it"
|
||||||
|
eventEditorHealthLevelAtLeastZero: "Health level must be at least 0!"
|
||||||
|
eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to, then enter 'done' to finish, or enter 'clear' to clear the teleport location, or 'cancel' to return"
|
||||||
|
eventEditorCommandsNote: 'Note: You may use <player> to refer to the player''s name.'
|
||||||
|
eventEditorSetCommandsPrompt: "Enter commands separating each one by a comma, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
reqSetMoney: "Set money requirement"
|
||||||
|
reqSetQuestPoints: "Set Quest Points requirement"
|
||||||
|
reqSetItem: "Set item requirements"
|
||||||
|
reqSetPerms: "Set permission requirements"
|
||||||
|
reqSetQuest: "Set Quest requirements"
|
||||||
|
reqSetQuestBlocks: "Set Quest blocks"
|
||||||
|
reqSetMcMMO: "Set mcMMO requirements"
|
||||||
|
reqSetHeroes: "Set Heroes requirements"
|
||||||
|
reqSetCustom: "Custom requirements"
|
||||||
|
reqSetFail: "Set fail requirements message"
|
||||||
|
reqSetSkills: "Set skills"
|
||||||
|
reqSetSkillAmounts: "Set skill amounts"
|
||||||
|
reqHeroesSetPrimary: "Set Primary Class"
|
||||||
|
reqHeroesSetSecondary: "Set Secondary Class"
|
||||||
|
reqMoneyPrompt: "Enter amount of <money>, or 0 to clear the money requirement, or -1 to cancel"
|
||||||
|
reqQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point requirement, or -1 to cancel"
|
||||||
|
reqQuestPrompt: "Enter a list of Quest names separating each one by a <comma>, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqRemoveItemsPrompt: "Enter a list of true/false values, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
reqPermissionsPrompt: "Enter permission requirements separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
reqCustomPrompt: "Enter the name of a custom requirement to add, or enter 'clear' to clear all custom requirements, or 'cancel' to return."
|
||||||
|
reqMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqMcMMOAmountsPrompt: "Enter mcMMO skill amounts, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqHeroesPrimaryPrompt: "Enter a Heroes Primary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||||
|
reqHeroesSecondaryPrompt: "Enter a Heroes Secondary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||||
|
reqFailMessagePrompt: "Enter fail requirements message, or enter 'cancel' to return."
|
||||||
|
reqAddItem: "Add item"
|
||||||
|
reqSetRemoveItems: "Set remove items"
|
||||||
|
reqNoItemsSet: "No items set"
|
||||||
|
reqNoValuesSet: "No values set"
|
||||||
|
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||||
|
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||||
|
reqGreaterThanZero: "Amount must be greater than 0!"
|
||||||
|
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||||
|
reqItemCleared: "Item requirements cleared."
|
||||||
|
reqListsNotSameSize: "The items list and remove items list are not the same size!"
|
||||||
|
reqTrueFalseError: '<input> is not a true or false value!%br%Example: true false true true'
|
||||||
|
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||||
|
reqCustomNotFound: "Custom requirement module not found."
|
||||||
|
reqCustomCleared: "Custom requirements cleared."
|
||||||
|
reqMcMMOError: "<input> is not an mcMMO skill name!"
|
||||||
|
reqMcMMOCleared: "mcMMO skill requirements cleared."
|
||||||
|
reqMcMMOAmountsCleared: "mcMMO skill amount requirements cleared."
|
||||||
|
reqHeroesNotPrimary: "The <class> class is not primary!"
|
||||||
|
reqHeroesPrimaryCleared: "Heroes Primary Class requirement cleared."
|
||||||
|
reqHeroesNotSecondary: "The <class> class is not secondary!"
|
||||||
|
reqHeroesSecondaryCleared: "Heroes Secondary Class requirement cleared."
|
||||||
|
reqHeroesClassNotFound: "Class not found!"
|
||||||
|
reqNone: "No requirements set"
|
||||||
|
reqNotANumber: "<input> is not a number!"
|
||||||
|
reqMustAddItem: "You must add at least one item first!"
|
||||||
|
reqNoMessage: "You must set a fail requirements message!"
|
||||||
|
reqNoMcMMO: "mcMMO not installed"
|
||||||
|
reqNoHeroes: "Heroes not installed"
|
||||||
|
rewSetMoney: "Set money reward"
|
||||||
|
rewSetQuestPoints: "Set Quest Points reward"
|
||||||
|
rewSetItems: "Set item rewards"
|
||||||
|
rewSetExperience: "Set experience reward"
|
||||||
|
rewSetCommands: "Set command rewards"
|
||||||
|
rewSetPermission: "Set permission rewards"
|
||||||
|
rewSetMcMMO: "Set mcMMO skill rewards"
|
||||||
|
rewSetHeroes: "Set Heroes experience rewards"
|
||||||
|
rewSetPhat: "Set PhatLoot rewards"
|
||||||
|
rewSetCustom: "Set Custom Rewards"
|
||||||
|
rewSetHeroesClasses: "Set classes"
|
||||||
|
rewSetHeroesAmounts: "Set experience amounts"
|
||||||
|
rewMoneyPrompt: "Enter amount of <money>, or 0 to clear the money reward, or -1 to cancel"
|
||||||
|
rewExperiencePrompt: "Enter amount of experience, or 0 to clear the experience reward, or -1 to cancel"
|
||||||
|
rewCommandPrompt: "Enter command rewards separating each one by a <comma>, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
rewCommandPromptHint: 'Note: You may put <player> to specify the player who completed the Quest. e.g. smite <player>'
|
||||||
|
rewPermissionsPrompt: "Enter permission rewards separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
rewQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point reward, or -1 to cancel"
|
||||||
|
rewMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewMcMMOPromptHint: 'Note: Typing ''All'' will give levels to all skills.'
|
||||||
|
rewHeroesClassesPrompt: "Enter Heroes classes separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed) separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewPhatLootsPrompt: "Enter PhatLoots separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
rewCustomRewardPrompt: "Enter the name of a custom reward to add, or enter 'clear' to clear all custom rewards, or 'cancel' to return."
|
||||||
|
rewItemsCleared: "Item rewards cleared."
|
||||||
|
rewNoMcMMOSkills: "No skills set"
|
||||||
|
rewNoHeroesClasses: "No classes set"
|
||||||
|
rewSetMcMMOSkillsFirst: "You must set skills first!"
|
||||||
|
rewMcMMOCleared: "mcMMO rewards cleared."
|
||||||
|
rewMcMMOListsNotSameSize: "The skills list and skill amounts list are not the same size!"
|
||||||
|
rewSetHeroesClassesFirst: "You must set classes first!"
|
||||||
|
rewHeroesCleared: "Heroes rewards cleared."
|
||||||
|
rewHeroesListsNotSameSize: "The classes list and experience amounts list are not the same size!"
|
||||||
|
rewHeroesInvalidClass: "<input> is not a valid Heroes class name!"
|
||||||
|
rewPhatLootsInvalid: "<input> is not a valid PhatLoot name!"
|
||||||
|
rewPhatLootsCleared: "PhatLoots reward cleared."
|
||||||
|
rewCustomAlreadyAdded: "That custom reward has already been added!"
|
||||||
|
rewCustomNotFound: "Custom reward module not found."
|
||||||
|
rewCustomCleared: "Custom rewards cleared."
|
||||||
|
rewNoPhat: "PhatLoots not installed"
|
||||||
|
itemCreateLoadHand: "Load item in hand"
|
||||||
|
itemCreateSetName: "Set name"
|
||||||
|
itemCreateSetAmount: "Set amount"
|
||||||
|
itemCreateSetDurab: "Set durability"
|
||||||
|
itemCreateSetEnchs: "Add/clear enchantments"
|
||||||
|
itemCreateSetDisplay: "Set display name"
|
||||||
|
itemCreateSetLore: "Set lore"
|
||||||
|
itemCreateEnterName: "Enter an item name, or 'cancel' to return."
|
||||||
|
itemCreateEnterAmount: "Enter item amount (max. 64), or 'cancel' to return."
|
||||||
|
itemCreateEnterDurab: "Enter item durability, or 'clear' to clear the data, or 'cancel' to return."
|
||||||
|
itemCreateEnterEnch: "Enter an enchantment name, or 'clear' to clear the enchantments, or 'cancel' to return."
|
||||||
|
itemCreateEnterLevel: "Enter a level (number) for <enchantment>"
|
||||||
|
itemCreateEnterDisplay: "Enter item display name, or 'clear' to clear the display name, or 'cancel' to return."
|
||||||
|
itemCreateEnterLore: "Enter item lore, separating each line by a semi-colon ; or 'clear' to clear the lore, or 'cancel' to return."
|
||||||
|
itemCreateLoaded: "Item loaded."
|
||||||
|
itemCreateNoItem: "No item in hand!"
|
||||||
|
itemCreateNoName: "You must set a name first!"
|
||||||
|
itemCreateInvalidName: "Invalid item name!"
|
||||||
|
itemCreateInvalidAmount: "Amount must be between 1-64!"
|
||||||
|
itemCreateInvalidDurab: "Invalid item durability!"
|
||||||
|
itemCreateInvalidEnch: "Invalid enchantment name!"
|
||||||
|
itemCreateInvalidLevel: "Level must be greater than 0!"
|
||||||
|
itemCreateInvalidInput: "Invalid input!"
|
||||||
|
itemCreateNotNumber: "Input was not a number!"
|
||||||
|
itemCreateNoNameAmount: "You must set a name and amount first!"
|
||||||
|
itemCreateCriticalError: "A critical error has occurred."
|
||||||
|
questTitle: "-- <quest> --"
|
||||||
|
questObjectivesTitle: "---(<quest>)---"
|
||||||
|
questCompleteTitle: '**QUEST COMPLETE: <quest>**'
|
||||||
|
questRewardsTitle: "Rewards:"
|
||||||
|
journalTitle: "Quest Journal"
|
||||||
|
questsTitle: "- Quests -"
|
||||||
|
questHelpTitle: "- Quests -"
|
||||||
|
questListTitle: "- Quests -"
|
||||||
|
questNPCListTitle: "- Quests | <npc> -"
|
||||||
|
questAdminHelpTitle: "- Questadmin -"
|
||||||
|
questEditorTitle: "- Quest Editor -"
|
||||||
|
eventEditorTitle: "- Event Editor - "
|
||||||
|
questCreateTitle: "- Create Quest -"
|
||||||
|
questEditTitle: "- Edit Quest -"
|
||||||
|
questDeleteTitle: "- Delete Quest -"
|
||||||
|
requirementsTitle: "- <quest> | Requirements -"
|
||||||
|
rewardsTitle: "- <quest> | Rewards -"
|
||||||
|
itemRequirementsTitle: "- Item Requirements -"
|
||||||
|
itemRewardsTitle: "- Item Rewards -"
|
||||||
|
mcMMORequirementsTitle: "- mcMMO Requirements -"
|
||||||
|
mcMMORewardsTitle: "- mcMMO Rewards -"
|
||||||
|
heroesRequirementsTitle: "- Heroes Requirements -"
|
||||||
|
heroesRewardsTitle: "- Heroes Rewards -"
|
||||||
|
heroesClassesTitle: "- Heroes Classes -"
|
||||||
|
heroesExperienceTitle: "- Heroes Experience -"
|
||||||
|
heroesPrimaryTitle: "- Primary Classes -"
|
||||||
|
heroesSecondaryTitle: "- Secondary Classes -"
|
||||||
|
phatLootsRewardsTitle: "- PhatLoots Rewards -"
|
||||||
|
customRequirementsTitle: "- Custom Requirements -"
|
||||||
|
customRewardsTitle: "- Custom Rewards -"
|
||||||
|
skillListTitle: "- Skill List -"
|
||||||
|
eventTitle: "- Event -"
|
||||||
|
completedQuestsTitle: "- Completed Quests -"
|
||||||
|
topQuestersTitle: "- Top <number> Questers -"
|
||||||
|
createItemTitle: "- Create Item -"
|
||||||
|
enchantmentsTitle: "- Enchantments -"
|
||||||
|
questGUITitle: "- GUI Item Display -"
|
||||||
|
questRegionTitle: "- Quest Region -"
|
||||||
|
eventEditorGiveItemsTitle: "- Give Items -"
|
||||||
|
eventEditorEffectsTitle: "- Effects -"
|
||||||
|
eventEditorStormTitle: "- Event Storm -"
|
||||||
|
eventEditorThunderTitle: "- Event Thunder -"
|
||||||
|
eventEditorMobSpawnsTitle: "- Event Mob Spawns -"
|
||||||
|
eventEditorMobsTitle: "- Mobs -"
|
||||||
|
eventEditorAddMobTypesTitle: "- Add Mob -"
|
||||||
|
eventEditorPotionEffectsTitle: "- Event Potion Effects -"
|
||||||
|
eventEditorPotionTypesTitle: "- Event Potion Types -"
|
||||||
|
eventEditorWorldsTitle: "- Worlds -"
|
||||||
|
effBlazeShoot: "Sound of a Blaze firing"
|
||||||
|
effBowFire: "Sound of a bow firing"
|
||||||
|
effClick1: "A click sound"
|
||||||
|
effClick2: "A different click sound"
|
||||||
|
effDoorToggle: "Sound of a door opening or closing"
|
||||||
|
effExtinguish: "Sound of fire being extinguished"
|
||||||
|
effGhastShoot: "Sound of a Ghast firing"
|
||||||
|
effGhastShriek: "Sound of a Ghast shrieking"
|
||||||
|
effZombieWood: "Sound of a Zombie chewing an iron door"
|
||||||
|
effZombieIron: "Sound of a Zombie chewing a wooden door"
|
||||||
|
effEnterName: "Enter an effect name to add it to the list, or enter 'cancel' to return"
|
||||||
|
cmdCancel: "cancel"
|
||||||
|
cmdAdd: "add"
|
||||||
|
cmdClear: "clear"
|
||||||
|
cmdNone: "none"
|
||||||
|
cmdDone: "done"
|
||||||
|
acceptQuest: "Accept Quest?"
|
||||||
|
enterAnOption: "Enter an option"
|
||||||
|
questAccepted: 'Quest accepted: <quest>'
|
||||||
|
currentQuest: "Current Quests:"
|
||||||
|
noMoreQuest: "No more quests available."
|
||||||
|
damage: "Damage"
|
||||||
|
break: "Break"
|
||||||
|
place: "Place"
|
||||||
|
use: "Use"
|
||||||
|
cut: "Cut"
|
||||||
|
catchFish: "Catch Fish"
|
||||||
|
enchantItem: "Enchant <item> with <enchantment>"
|
||||||
|
kill: "Kill"
|
||||||
|
killAtLocation: "Kill <mob> at <location>"
|
||||||
|
killPlayer: "Kill a Player"
|
||||||
|
deliver: "Deliver <item> to <npc>"
|
||||||
|
talkTo: "Talk to <npc>"
|
||||||
|
tame: "Tame"
|
||||||
|
shearSheep: "Shear <color> sheep"
|
||||||
|
goTo: "Go to <location>"
|
||||||
|
completed: "Completed"
|
||||||
|
redoCompleted: "(Completed)"
|
||||||
|
consoleError: "This command may only be performed in-game."
|
||||||
|
invalidSelection: "Invalid selection!"
|
||||||
|
noActiveQuest: "You do not currently have any active Quests."
|
||||||
|
speakTo: 'Start: Speak to <npc>'
|
||||||
|
mustSpeakTo: "You must speak to <npc> to start this Quest."
|
||||||
|
noCommandStart: "<quest> may not be started via command."
|
||||||
|
permissionDisplay: "Permission:"
|
||||||
|
heroesClass: "class"
|
||||||
|
mcMMOLevel: "level"
|
||||||
|
haveCompleted: "You have completed <quest>"
|
||||||
|
cannotComplete: "Cannot complete <quest>"
|
||||||
|
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."
|
||||||
|
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."
|
||||||
|
questInfoNoPerms: "You do not have permission to view a Quest's information."
|
||||||
|
questCmdNoPerms: "You do not have access to that command."
|
||||||
|
pageSelectionNum: "Page selection must be a number."
|
||||||
|
pageSelectionPosNum: "Page selection must be a positive number."
|
||||||
|
questListNoPerms: "You do not have permission to view the Quests list."
|
||||||
|
questTakeNoPerms: "You do not have permission to take Quests via commands."
|
||||||
|
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||||
|
questQuit: "You have quit <quest>"
|
||||||
|
questQuitNoPerms: "You do not have permission to quit Quests."
|
||||||
|
questQuitDisabled: "Quitting Quests has been disabled."
|
||||||
|
questEditorNoPerms: "You do not have permission to use the Quests Editor."
|
||||||
|
eventEditorNoPerms: "You do not have permission to use the Events Editor."
|
||||||
|
questsUnknownCommand: "Unknown Quests 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>."
|
||||||
|
questPurged: "<player> has been purged and blacklisted."
|
||||||
|
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."
|
||||||
|
enableNPCGUI: "<npc> will now provide a GUI Quest Display."
|
||||||
|
disableNPCGUI: "<npc> will no longer provide a GUI Quest Display."
|
||||||
|
invalidNumber: "Invalid number."
|
||||||
|
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||||
|
playerNotFound: "Player not found."
|
||||||
|
invalidStageNum: "Invalid stage number for Quest <quest>"
|
||||||
|
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||||
|
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."
|
||||||
|
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!"
|
||||||
|
journalNoQuests: "You have no accepted quests!"
|
||||||
|
journalDenied: "You cannot do that with your Quest Journal."
|
||||||
|
ENCHANTMENT_ARROW_DAMAGE: "Power"
|
||||||
|
ENCHANTMENT_ARROW_FIRE: "Flame"
|
||||||
|
ENCHANTMENT_ARROW_INFINITE: "Infinity"
|
||||||
|
ENCHANTMENT_ARROW_KNOCKBACK: "Punch"
|
||||||
|
ENCHANTMENT_BINDING_CURSE: "BindingCurse"
|
||||||
|
ENCHANTMENT_DAMAGE_ALL: "Sharpness"
|
||||||
|
ENCHANTMENT_DAMAGE_ARTHROPODS: "BaneOfArthropods"
|
||||||
|
ENCHANTMENT_DEPTH_STRIDER: "DepthStrider"
|
||||||
|
ENCHANTMENT_DAMAGE_UNDEAD: "Smite"
|
||||||
|
ENCHANTMENT_DIG_SPEED: "Efficiency"
|
||||||
|
ENCHANTMENT_DURABILITY: "Unbreaking"
|
||||||
|
ENCHANTMENT_FIRE_ASPECT: "FireAspect"
|
||||||
|
ENCHANTMENT_FROST_WALKER: "FrostWalker"
|
||||||
|
ENCHANTMENT_KNOCKBACK: "Knockback"
|
||||||
|
ENCHANTMENT_LOOT_BONUS_BLOCKS: "Fortune"
|
||||||
|
ENCHANTMENT_LOOT_BONUS_MOBS: "Looting"
|
||||||
|
ENCHANTMENT_LUCK: "LuckOfTheSea"
|
||||||
|
ENCHANTMENT_LURE: "Lure"
|
||||||
|
ENCHANTMENT_MENDING: "Mending"
|
||||||
|
ENCHANTMENT_OXYGEN: "Respiration"
|
||||||
|
ENCHANTMENT_PROTECTION_ENVIRONMENTAL: "Protection"
|
||||||
|
ENCHANTMENT_PROTECTION_EXPLOSIONS: "BlastProtection"
|
||||||
|
ENCHANTMENT_PROTECTION_FALL: "FeatherFalling"
|
||||||
|
ENCHANTMENT_PROTECTION_FIRE: "FireProtection"
|
||||||
|
ENCHANTMENT_PROTECTION_PROJECTILE: "ProjectileProtection"
|
||||||
|
ENCHANTMENT_SILK_TOUCH: "SilkTouch"
|
||||||
|
ENCHANTMENT_SWEEPING: "Sweeping"
|
||||||
|
ENCHANTMENT_THORNS: "Thorns"
|
||||||
|
ENCHANTMENT_VANISHING_CURSE: "VanishingCurse"
|
||||||
|
ENCHANTMENT_WATER_WORKER: "AquaAffinity"
|
||||||
|
COLOR_BLACK: "Black"
|
||||||
|
COLOR_BLUE: "Blue"
|
||||||
|
COLOR_BROWN: "Brown"
|
||||||
|
COLOR_CYAN: "Cyan"
|
||||||
|
COLOR_GRAY: "Gray"
|
||||||
|
COLOR_GREEN: "Green"
|
||||||
|
COLOR_LIGHT_BLUE: "LightBlue"
|
||||||
|
COLOR_LIME: "Lime"
|
||||||
|
COLOR_MAGENTA: "Magenta"
|
||||||
|
COLOR_ORANGE: "Orange"
|
||||||
|
COLOR_PINK: "Pink"
|
||||||
|
COLOR_PURPLE: "Purple"
|
||||||
|
COLOR_RED: "Red"
|
||||||
|
COLOR_SILVER: "Silver"
|
||||||
|
COLOR_WHITE: "White"
|
||||||
|
COLOR_YELLOW: "Yellow"
|
||||||
|
timeDay: "Day"
|
||||||
|
timeDays: "Days"
|
||||||
|
timeHour: "Hour"
|
||||||
|
timeHours: "Hours"
|
||||||
|
timeMinute: "Minute"
|
||||||
|
timeMinutes: "Minutes"
|
||||||
|
timeSecond: "Second"
|
||||||
|
timeSeconds: "Seconds"
|
||||||
|
timeMillisecond: "Millisecond"
|
||||||
|
timeMilliseconds: "Milliseconds"
|
||||||
|
event: "Event"
|
||||||
|
delay: "Delay"
|
||||||
|
save: "Save"
|
||||||
|
exit: "Exit"
|
||||||
|
exited: "Exited"
|
||||||
|
cancel: "Cancel"
|
||||||
|
cancelled: "Cancelled"
|
||||||
|
questTimeout: "Cancelled."
|
||||||
|
back: "Back"
|
||||||
|
yesWord: "Yes"
|
||||||
|
noWord: "No"
|
||||||
|
"true": "true"
|
||||||
|
"false": "false"
|
||||||
|
clear: "Clear"
|
||||||
|
edit: "Edit"
|
||||||
|
none: "None"
|
||||||
|
done: "Done"
|
||||||
|
comma: "comma"
|
||||||
|
finish: "Finish"
|
||||||
|
quit: "Quit"
|
||||||
|
noneSet: "None set"
|
||||||
|
noDelaySet: "No delay set"
|
||||||
|
noIdsSet: "No IDs set"
|
||||||
|
noNamesSet: "No names set"
|
||||||
|
worlds: "Worlds"
|
||||||
|
mobs: "Mobs"
|
||||||
|
points: "points"
|
||||||
|
invalidOption: "Invalid option!"
|
||||||
|
npcHint: 'Note: You can left or right click on NPC''s to get their ID.'
|
||||||
|
listDuplicate: "List contains duplicates!"
|
||||||
|
id: "ID"
|
||||||
|
quest: "Quest"
|
||||||
|
quests: "Quests"
|
||||||
|
createdBy: "Created by"
|
||||||
|
continuedBy: "and continued by"
|
||||||
|
questPoints: "Quest Points"
|
||||||
|
accepted: "Accepted"
|
||||||
|
complete: "Complete"
|
||||||
|
redoable: "Redoable"
|
||||||
|
usage: "Usage"
|
||||||
|
redoableEvery: "Redoable every <time>."
|
||||||
|
requirements: "Requirements"
|
||||||
|
money: "Money"
|
||||||
|
with: "With"
|
||||||
|
to: "to"
|
||||||
|
blocksWithin: "within <amount> blocks of"
|
||||||
|
valRequired: "Value required"
|
||||||
|
enchantedItem: "*Enchanted*"
|
||||||
|
experience: "Experience"
|
||||||
|
timerMessage: '<green>Time left to finish the quest/stage: <red>%s seconds'
|
||||||
|
timerStart: "<green>You have <red>%s seconds <green>to finish this quest/stage"
|
||||||
|
questErrorReadingFile: "Error reading Quests file."
|
||||||
|
questSaveError: "An error occurred while saving."
|
||||||
|
questBlacklisted: "You are blacklisted. Contact an admin if this is in error."
|
858
src/main/resources/lang/cs-CZ/strings.yml
Normal file
858
src/main/resources/lang/cs-CZ/strings.yml
Normal file
@ -0,0 +1,858 @@
|
|||||||
|
---
|
||||||
|
questFailed: "*QUEST FAILED MATEY*"
|
||||||
|
questMaxAllowed: "Ye may only have up t' <number> Quests."
|
||||||
|
questAlreadyOn: "Ye be already on that Quest!"
|
||||||
|
questTooEarly: "Ye may nah take <quest> again fer another <time>."
|
||||||
|
questAlreadyCompleted: "Ye 'ave already looted <quest>."
|
||||||
|
questInvalidLocation: "Ye may nah take <quest> at this location."
|
||||||
|
questInvalidDeliveryItem: "<item> ain't a required item fer this quest!"
|
||||||
|
questSelectedLocation: "Chosen spot"
|
||||||
|
questDisplayHelp: "- Zobrazit tuto nápovědu"
|
||||||
|
COMMAND_LIST: "list"
|
||||||
|
COMMAND_LIST_HELP: "list [stránka] - Zobrazí dostupné úkoly"
|
||||||
|
COMMAND_TAKE: "take"
|
||||||
|
COMMAND_TAKE_HELP: "take [název úkolu] - Přijme úkol"
|
||||||
|
COMMAND_TAKE_USAGE: 'Použijte: /quests take [úkol]'
|
||||||
|
COMMAND_QUIT: "quit"
|
||||||
|
COMMAND_QUIT_HELP: "quit [úkol] - Ukončí momentální úkol"
|
||||||
|
COMMAND_EDITOR: "editor"
|
||||||
|
COMMAND_EDITOR_HELP: "editor - K vytvoření/upravení úkolů"
|
||||||
|
COMMAND_EVENTS_EDITOR: "events"
|
||||||
|
COMMAND_EVENTS_EDITOR_HELP: "events - K vytvoření/upravení událostí"
|
||||||
|
COMMAND_STATS: "stats"
|
||||||
|
COMMAND_STATS_HELP: "statistiky - Podívej se na tvoje statistiky z úkolů"
|
||||||
|
COMMAND_TOP: "top"
|
||||||
|
COMMAND_TOP_HELP: "top [number] - Podívej se na nejlepší úkoláře"
|
||||||
|
COMMAND_TOP_USAGE: 'Použijte: /quests top [číslo]'
|
||||||
|
COMMAND_INFO: "info"
|
||||||
|
COMMAND_INFO_HELP: "info - Zobrazí informace o pluginu"
|
||||||
|
COMMAND_JOURNAL: "journal"
|
||||||
|
COMMAND_JOURNAL_HELP: "deník - vidět/Odlož svůj deník úkolů"
|
||||||
|
COMMAND_QUEST_HELP: "- Zobrazí momentální cíle úkolu"
|
||||||
|
COMMAND_QUESTINFO_HELP: "[název úkolu] - Zobrazí informace o úkolu"
|
||||||
|
COMMAND_QUESTADMIN_HELP: "ukázat Questadmin nápovědu"
|
||||||
|
COMMAND_QUESTADMIN_STATS: "stats"
|
||||||
|
COMMAND_QUESTADMIN_STATS_HELP: "statistiky [player] - Uvidíš statistiky z úkolů daného hráče"
|
||||||
|
COMMAND_QUESTADMIN_GIVE: "give"
|
||||||
|
COMMAND_QUESTADMIN_GIVE_HELP: "give [hráč] [úkol] - Donutí hráče přijmout úkol"
|
||||||
|
COMMAND_QUESTADMIN_QUIT: "quit"
|
||||||
|
COMMAND_QUESTADMIN_QUIT_HELP: "quit [hráč] [úkol] - Donutí hráče ukončit úkol"
|
||||||
|
COMMAND_QUESTADMIN_POINTS: "points"
|
||||||
|
COMMAND_QUESTADMIN_POINTS_HELP: "points [hráč] [množství] - Nastaví hráči úkolové body"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [hráč] [množství] - Sebere hráči úkolové body"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [hráč] [množství] - Přidělí hráči úkolové body"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [množství] - Nastaví všem hráčům úkolové body"
|
||||||
|
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||||
|
COMMAND_QUESTADMIN_FINISH_HELP: "finish [hráč] [úkol] - Okamžitě dokončí úkol hráče"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE: "nextstage"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "nextstage [hráč] [úkol] - Okamžitě dokončí fázi úkolu hráče"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE: "setstage"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE_HELP: "setstage [hráč] [úkol] [fáze] - Nastaví momentální fázi úkolu hráče"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Použijte: /questadmin setstage [hráč] [úkol] [fáze]'
|
||||||
|
COMMAND_QUESTADMIN_PURGE: "purge"
|
||||||
|
COMMAND_QUESTADMIN_PURGE_HELP: "čistit [player] - Vyčistí všechna úkolová data hráče i jejich černou listinu"
|
||||||
|
COMMAND_QUESTADMIN_RESET: "reset"
|
||||||
|
COMMAND_QUESTADMIN_RESET_HELP: "reset [player] - Vyčistí všechna úkolová data hráče"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE: "remove"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE_HELP: "remove [hráč] [úkol] - Odstraní dokončený úkol hráče"
|
||||||
|
COMMAND_QUESTADMIN_TOGGLEGUI: "togglegui"
|
||||||
|
COMMAND_QUESTADMIN_TOGGLEGUI_HELP: "přepínat gui [npc id] -Přepne zobrazení GUI úkolů na NPC "
|
||||||
|
COMMAND_QUESTADMIN_RELOAD: "reload"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD_HELP: "reload - Znovu načte všechny úkoly"
|
||||||
|
questEditorHeader: "Vytvořit úkol"
|
||||||
|
questEditorCreate: "Vytvořit nový úkol"
|
||||||
|
questEditorEdit: "Upravit úkol"
|
||||||
|
questEditorDelete: "Smazat úkol"
|
||||||
|
questEditorName: "Nastavit jméno"
|
||||||
|
questEditorAskMessage: "Nastavit dotazovací zprávu"
|
||||||
|
questEditorFinishMessage: "Nastavit dokončovací zprávu"
|
||||||
|
questEditorRedoDelay: "Nastavit zpětné zpoždění"
|
||||||
|
questEditorNPCStart: "Nastavit NPC start"
|
||||||
|
questEditorBlockStart: "Natavit startovní Block"
|
||||||
|
questEditorInitialEvent: "Nastavit počáteční událost"
|
||||||
|
questEditorSetGUI: "Nastavit zobrazení itemu GUI"
|
||||||
|
questEditorReqs: "Upravit požadavky"
|
||||||
|
questEditorStages: "Upravit fáze"
|
||||||
|
questEditorRews: "Upravit odměny"
|
||||||
|
questEditorEnterQuestName: "Zadejte název úkolu (nebo 'cancel' pro vrácení)"
|
||||||
|
questEditorEditEnterQuestName: "Zadejte jméno úkolu,který chcete upravit, nebo 'cancel' pro vrácení"
|
||||||
|
questEditorEnterAskMessage: "Zadejte požadovanou zprávu (nebo 'cancel' pro vrácení)"
|
||||||
|
questEditorEnterFinishMessage: "Zadejte konečnou zprávu (nebo 'cancel' pro vrácení)"
|
||||||
|
questEditorEnterRedoDelay: "Zadejte čas (v sekundách), 0 pro vymazání zpoždění nebo -1 pro zavření "
|
||||||
|
questEditorEnterNPCStart: "Zadejte NPC ID, -1 pro vyčištění startu NPC nebo -2 pro zavření"
|
||||||
|
questEditorEnterBlockStart: "Pravým klikem na blok použijete počáteční bod, předtím zadej 'done' pro uložení, nebo zadej 'clear' pro vyčištění startovního bloku, nebo 'cancel' pro vrácení"
|
||||||
|
questEditorEnterInitialEvent: "Zadej název eventu, nebo zadej 'clear' pro vyčištění počátečního eventu, nebo 'cancel' pro vrácení"
|
||||||
|
questRequiredNoneSet: "Povinný, není nastaveno"
|
||||||
|
questWGSetRegion: "Nastavit region"
|
||||||
|
questWGNotInstalled: "Plugin WorldGuard není nainstalován"
|
||||||
|
questWGPrompt: "Enter WorldGuard region, nebo zadej 'clear' pro vymazaní regionu, nebo 'cancel' pro vrácení."
|
||||||
|
questWGInvalidRegion: "<region> není platný WorldGuard region!"
|
||||||
|
questWGRegionCleared: "Region úkolu byl vymazán."
|
||||||
|
questCitNotInstalled: "Plugin Citizens není nainstalován"
|
||||||
|
questDenNotInstalled: "Plugin Denizen není nainstalován"
|
||||||
|
questGUIError: 'Error: Tento item se již používá jako zobrazení GUI pro úkol <quest>.'
|
||||||
|
questCurrentItem: "Momentální předmět:"
|
||||||
|
questSetItem: "Nastavit předmět"
|
||||||
|
questClearItem: "Vymazat předmět"
|
||||||
|
questGUICleared: "Úkol GUI Item zobrazení je vymazáno."
|
||||||
|
questDeleted: "Úkol vymazán! Úkoly a Eventy byly znovu načteny."
|
||||||
|
questEditorNameExists: "Úkol s tímto jménem už existuje!"
|
||||||
|
questEditorBeingEdited: "Někdo vytváří/upravuje úkol s tímto jménem!"
|
||||||
|
questEditorInvalidQuestName: "Název nesmí obsahovat tečky nebo čárky!"
|
||||||
|
questEditorInvalidEventName: "není platný název události!"
|
||||||
|
questEditorInvalidNPC: "Žádné NPC neexistuje s tímto id!"
|
||||||
|
questEditorNoStartBlockSelected: "Nejdřív musíte vybrat blok."
|
||||||
|
questEditorPositiveAmount: "Částka musí být kladná."
|
||||||
|
questEditorQuestAsRequirement1: "Následující úkoly mají"
|
||||||
|
questEditorQuestAsRequirement2: "jako požadavek:"
|
||||||
|
questEditorQuestAsRequirement3: "Tyto úlohy musíte upravit tak, aby jste je před smazáním nepoužívali."
|
||||||
|
questEditorQuestNotFound: "Úkol nebyl nalezen!"
|
||||||
|
questEditorEventCleared: "Initial Event vyčištěn."
|
||||||
|
questEditorSave: "Dokončit a uložit"
|
||||||
|
questEditorNeedAskMessage: "Musíte nastavit dotazovací zprávu!"
|
||||||
|
questEditorNeedFinishMessage: "Musíte nastavit dokončovací zprávu!"
|
||||||
|
questEditorNeedStages: "Váš úkol nemá žádné fáze!"
|
||||||
|
questEditorSaved: "Quest saved! (Ye will needs t' perform a Quest reload fer it t' appear)"
|
||||||
|
questEditorExited: "Are ye sure ye wants t' exit without savin'?"
|
||||||
|
questEditorDeleted: "Are ye sure ye wants t' scuttle th' Quest"
|
||||||
|
questEditorNoPermsCreate: "Ye do nah 'ave permission t' create Quests."
|
||||||
|
questEditorNoPermsEdit: "Ye do nah 'ave permission t' edit Quests."
|
||||||
|
questEditorNoPermsDelete: "Ye do nah 'ave permission t' scuttle Quests."
|
||||||
|
stageEditorEditStage: "Upravit fázi"
|
||||||
|
stageEditorNewStage: "Přidat novou fázi"
|
||||||
|
stageEditorStages: "Fáze"
|
||||||
|
stageEditorStage: "Fáze"
|
||||||
|
stageEditorBreakBlocks: "Rozbít bloky"
|
||||||
|
stageEditorDamageBlocks: "Poničit bloky"
|
||||||
|
stageEditorPlaceBlocks: "Umístit bloky"
|
||||||
|
stageEditorUseBlocks: "Použít bloky"
|
||||||
|
stageEditorCutBlocks: "Uříznout block"
|
||||||
|
stageEditorCatchFish: "Chytit rybu"
|
||||||
|
stageEditorFish: "ryba"
|
||||||
|
stageEditorKillPlayers: "Zabít hráče"
|
||||||
|
stageEditorPlayers: "hráči"
|
||||||
|
stageEditorEnchantItems: "Očarovat předměty"
|
||||||
|
stageEditorDeliverItems: "Doručit předměty"
|
||||||
|
stageEditorTalkToNPCs: "Promluvit si s NPC"
|
||||||
|
stageEditorKillNPCs: "Zabít NPC"
|
||||||
|
stageEditorKillMobs: "Zabít Monstra"
|
||||||
|
stageEditorReachLocs: "Reach spots"
|
||||||
|
stageEditorReachRadii1: "Dosáhnout v rámci"
|
||||||
|
stageEditorReachRadii2: "blocky z"
|
||||||
|
stageEditorTameMobs: "Ochočit monstra"
|
||||||
|
stageEditorShearSheep: "Ostřihat ovci"
|
||||||
|
stageEditorEvents: "Události"
|
||||||
|
stageEditorStageEvents: "Fáze Eventy"
|
||||||
|
stageEditorStartEvent: "Začít Event"
|
||||||
|
stageEditorStartEventCleared: "Začátek Eventu vyčištěn."
|
||||||
|
stageEditorFinishEvent: "Dokončit Event"
|
||||||
|
stageEditorFinishEventCleared: "Dokončení Event vyčištěno."
|
||||||
|
stageEditorChatEvents: "Chat Eventů"
|
||||||
|
stageEditorChatTrigger: "Chat spoušť"
|
||||||
|
stageEditorTriggeredBy: "Spuštěno"
|
||||||
|
stageEditorChatEventsCleared: "Chat Eventů vyčištěn."
|
||||||
|
stageEditorDeathEvent: "Zánik Event"
|
||||||
|
stageEditorDeathEventCleared: "Zánik Event vyčištěn."
|
||||||
|
stageEditorDisconnectEvent: "Odpojení Eventu"
|
||||||
|
stageEditorDisconnectEventCleared: "Odpojení Eventu vyčištěno."
|
||||||
|
stageEditorDelayMessage: "Prodleva zprávy"
|
||||||
|
stageEditorDenizenScript: "Skript Denizen"
|
||||||
|
stageEditorStartMessage: "Pustit zprávu"
|
||||||
|
stageEditorCompleteMessage: "Dokončit zprávu"
|
||||||
|
stageEditorDelete: "Odstranit fázi"
|
||||||
|
stageEditorSetBlockNames: "Nastavit názvy bloků"
|
||||||
|
stageEditorSetBlockAmounts: "Nastavit množství bloků"
|
||||||
|
stageEditorSetBlockDurability: "Natavit trvanlivost"
|
||||||
|
stageEditorSetDamageAmounts: "Nastavit množství poškození"
|
||||||
|
stageEditorSetPlaceAmounts: "Nastavit množství umístění"
|
||||||
|
stageEditorSetUseAmounts: "Nastavit množství použití "
|
||||||
|
stageEditorSetCutAmounts: "Nastavit množství uříznutí"
|
||||||
|
stageEditorSetKillAmounts: "Nastavení množství zabití"
|
||||||
|
stageEditorSetEnchantAmounts: "Nastavit množství enchantovaných věcí"
|
||||||
|
stageEditorSetMobAmounts: "Nastavit množství monster"
|
||||||
|
stageEditorSetEnchantments: "Nastavit enchantování"
|
||||||
|
stageEditorSetItemNames: "Nastavit jméno itemu"
|
||||||
|
stageEditorSetKillIds: "Nastavit ID NPS"
|
||||||
|
stageEditorSetMobTypes: "Nastavit typ monstra"
|
||||||
|
stageEditorSetKillLocations: "Nastavit místa zabíjení"
|
||||||
|
stageEditorSetKillLocationRadii: "Nastavit rozměry místa zabíjení"
|
||||||
|
stageEditorSetKillLocationNames: "Nastavit jméno místa zabíjení"
|
||||||
|
stageEditorSetLocations: "Nastavit lokace"
|
||||||
|
stageEditorSetLocationRadii: "Nastavit rozměry místa"
|
||||||
|
stageEditorSetLocationNames: "Nastavit jména míst"
|
||||||
|
stageEditorSetTameAmounts: "Nastavit množství ochočení"
|
||||||
|
stageEditorSetShearColors: "Nastavit barvy ovcí"
|
||||||
|
stageEditorSetShearAmounts: "Nastavit množství ostříhání"
|
||||||
|
stageEditorPassword: "Heslo objektu"
|
||||||
|
stageEditorAddPasswordDisplay: "Přidání zobrazení hesla"
|
||||||
|
stageEditorAddPasswordPhrases: "Nastavit fázy hesla"
|
||||||
|
stageEditorNoPasswordDisplays: "Není nastaveno žádné heslo"
|
||||||
|
stageObjectiveOverride: "Objektové přepsání zobrazeno"
|
||||||
|
stageEditorCustom: "Vlastní cíle"
|
||||||
|
stageEditorNoModules: "Nebyli vloženy žádné moduly"
|
||||||
|
stageEditorModuleNotFound: "Vlastní objektový modul nebyl nalezen."
|
||||||
|
stageEditorCustomPrompt: "Zadejte jméno vlastního cíle, který chcete přidat, Nebo napiš 'clear' pro odstranění všech vlastních cílů, nebo 'cancel' pro vrácení."
|
||||||
|
stageEditorCustomAlreadyAdded: "Tento vlastní cíl již byl přidán!"
|
||||||
|
stageEditorCustomCleared: "Vlastní cíle vyčištěny."
|
||||||
|
stageEditorCustomDataPrompt: "Zadejte hodnotu pro <data>:"
|
||||||
|
stageEditorEnterBlockNames: "Napiš jméno blocku (or IDs), Odděl to mezerou, nebo napiš 'cancel' pro vrácení."
|
||||||
|
stageEditorBreakBlocksPrompt: "Napiš množství zničení (numbers), Odděl to mezerou, nebo napiš 'cancel' pro vrácení."
|
||||||
|
stageEditorDamageBlocksPrompt: "Napiš množství poškození (numbers), Odděl to mezerou, nebo napiš 'cancel' pro vrácení."
|
||||||
|
stageEditorPlaceBlocksPrompt: "Napiš množství položení (numbers), Odděl to mezerou, nebo napiš 'cancel' pro vrácení."
|
||||||
|
stageEditorUseBlocksPrompt: "Napiš množství použití (numbers), Odděl to mezerou, nebo napiš 'cancel' pto vrácení."
|
||||||
|
stageEditorCutBlocksPrompt: "Napiš množství ustřižení (numbers), Odděl to mezerou, nebo napiš 'cancel' pro vrácení."
|
||||||
|
stageEditorEnterBlockDurability: "Napiš výdrž blocku (numbers), odděl to mezerou, nebo napiš 'cancel' pro vrácení."
|
||||||
|
stageEditorCatchFishPrompt: "Napiš kolik ryb musí chytit, nebo 0 pro vyčištění cíle chytání ryb, nebo -1 pro zavření "
|
||||||
|
stageEditorKillPlayerPrompt: "Napiš kolik hráčů musí zabít, nebo 0 pro vyčištění cíle zabíjení hráčů, nebo -1 pro zavření"
|
||||||
|
stageEditorEnchantTypePrompt: "Napiš jména enchantu, Odděl to čárkou, nebo napiš 'cancel' pro vrácení."
|
||||||
|
stageEditorEnchantAmountsPrompt: "Napiš množství enchantu (numbers), Odděl to mezerou, nebo napiš 'cancel' pro vrácení."
|
||||||
|
stageEditorItemNamesPrompt: "Napiš jména itemů, Odděl to mezerou, nebo napiš 'cancel' pro vrácení."
|
||||||
|
stageEditorNPCPrompt: "Napiš NPC ID, Odděl to mezerou, nebo napiš 'cancel' pro vrácení."
|
||||||
|
stageEditorNPCToTalkToPrompt: " Napiš NPC ID, Odděl to mezerou, nebo napiš 'clear' pro vyčištění NPC ID listu, nebo 'cancel' pro vrácení."
|
||||||
|
stageEditorDeliveryMessagesPrompt: "Napiš doručovací zprávu, Odděl to středníkem (;) nebo napiš 'cancel' pro vrácení."
|
||||||
|
stageEditorKillNPCsPrompt: "Napiš množství zabití (numbers), Odděl to mezerou, nebo napiš 'cancel' pro vrácení."
|
||||||
|
stageEditorMobsPrompt: "Napiš jména monster , Odděl to mezerou , nebo napiš 'cancel' pro vrácení"
|
||||||
|
stageEditorMobAmountsPrompt: "Enter mob amounts separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationPrompt: "Right-click on a block t' select it, then enter 'add' t' add it t' th' kill spot list, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationRadiiPrompt: "Enter kill spot radii (number o' blocks) separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationNamesPrompt: "Napiš jméno lokace, Odděl to čárkou, nebo napiš 'cancel' pro vrácení"
|
||||||
|
stageEditorReachLocationPrompt: "Pravým-klikem na block vyberete, předtím napište 'add' pro přidání do seznamu dosahovacích míst, nebo napiš 'cancel' pro vrácení"
|
||||||
|
stageEditorReachLocationRadiiPrompt: "Napište rozměry dosahovací lokace (number of blocks) Odděl to mezerou, nebo napiš 'cancel' pro vrácení"
|
||||||
|
stageEditorReachLocationNamesPrompt: "Napiš jméno lokace, Odděl to čárkou, nebo napiš 'cancel' pro vrácení"
|
||||||
|
stageEditorTameAmountsPrompt: "Napiš množství ochočení, Odděl to mezerou, nebo napiš 'cancel' pro vrácení"
|
||||||
|
stageEditorShearColorsPrompt: "Napiš barvy ovcí, Odděl to mezerou, nebo napiš 'cancel' pro vrácení"
|
||||||
|
stageEditorShearAmountsPrompt: "Napiš množství ostříhání, Odděl to mezerou, nebo napiš 'cancel' pro vrácení"
|
||||||
|
stageEditorEventsPrompt: "Zadej název eventu, nebo zadej 'clear' pro vyčištění počátečního eventu, nebo 'cancel' pro vrácení"
|
||||||
|
stageEditorChatEventsPrompt: "Napiš jméno úkolu, který chceš přidat, nebo napiš 'clear' pro vymazání všech úkolových chatů, nebo 'cancel' pro vrácení"
|
||||||
|
stageEditorChatEventsTriggerPromptA: "Napište spoušt chatu pro"
|
||||||
|
stageEditorChatEventsTriggerPromptB: "nebo napište 'cancel' pro vrácení."
|
||||||
|
stageEditorDelayPrompt: "Napište čas (in seconds), nebo napište 'clear' Pro vyčištění prodlevy, nebo 'cancel' pro vrácení"
|
||||||
|
stageEditorDelayMessagePrompt: "Napište zprávu o zpoždění, nebo napište 'clear' pro vymazání zprávy, nebo 'cancel' pro vrácení"
|
||||||
|
stageEditorScriptPrompt: "Napiš jméno skriptu, nebo napiš 'clear' pro vymazání skriptu, nebo 'cancel' pro vrácení"
|
||||||
|
stageEditorStartMessagePrompt: "Napiš startovací zprávu, nebo napiš 'clear' pro vymazání zprávy, nebo 'cancel' pto vrácení"
|
||||||
|
stageEditorCompleteMessagePrompt: "Napiš dokončovací zprávu, nebo napiš 'clear' pro vymazání zprávy, nebo 'cancel' pro vrácení"
|
||||||
|
stageEditorPasswordDisplayPrompt: "Zadejte heslo, nebo 'cancel' pro vrácení"
|
||||||
|
stageEditorPasswordDisplayHint: "(Toto je text, který bude hráčům zobrazen jako cíl)"
|
||||||
|
stageEditorPasswordPhrasePrompt: "Napiš heslo, nebo 'cancel' pro vrácení"
|
||||||
|
stageEditorPasswordPhraseHint1: "(Toto je text, který musí hráč napsat, aby splnil cíl)"
|
||||||
|
stageEditorPasswordPhraseHint2: "Jestliže chceš více hesel, odděl to : |"
|
||||||
|
stageEditorObjectiveOverridePrompt: "Zadejte cílové zobrazení, nebo 'clear' pro smazání přepsání, nebo 'cancel' pro vrácení."
|
||||||
|
stageEditorObjectiveOverrideHint: "(Přepínání zobrazení objektivu se zobrazí jako aktuální cíl hráče)"
|
||||||
|
stageEditorObjectiveOverrideCleared: "Přepnutí zobrazení cíle bylo zrušeno."
|
||||||
|
stageEditorDeliveryAddItem: "Přidat předmět"
|
||||||
|
stageEditorDeliveryNPCs: "Nastavit NPC ID"
|
||||||
|
stageEditorDeliveryMessages: "Nastavit doručovací zprávu"
|
||||||
|
stageEditorContainsDuplicates: "Seznam obsahuje duplikáty!"
|
||||||
|
stageEditorInvalidBlockName: "není platný název bloku!"
|
||||||
|
stageEditorInvalidEnchantment: "Toto není platné jméno enchantu!"
|
||||||
|
stageEditorInvalidNPC: "není platné ID NPC!"
|
||||||
|
stageEditorInvalidMob: "Toto není platné jméno monsta!"
|
||||||
|
stageEditorInvalidItemName: "není platný název předmětu!"
|
||||||
|
stageEditorInvalidNumber: "není číslo!"
|
||||||
|
stageEditorInvalidDye: "není platné číslo barvy!"
|
||||||
|
stageEditorInvalidEvent: "není platný název události!"
|
||||||
|
stageEditorDuplicateEvent: "Event je už na seznamu!"
|
||||||
|
stageEditorInvalidDelay: "Prodleva musí být menší než 1 sekunda!"
|
||||||
|
stageEditorInvalidScript: "Denizen skript nenalezen!"
|
||||||
|
stageEditorNoCitizens: "Plugin Citizens není nainstalován!"
|
||||||
|
stageEditorNoDenizen: "Plugin Denizen není nainstalován!"
|
||||||
|
stageEditorPositiveAmount: "Musíš napsat kladné číslo!"
|
||||||
|
stageEditorNoNumber: "Vstup není číslo!"
|
||||||
|
stageEditorNotGreaterThanZero: "není větší než 0!"
|
||||||
|
stageEditorNotListofNumbers: "Neplatný vstup, vstup nebyl seznam čísel!"
|
||||||
|
stageEditorNoDelaySet: "Musíš nejdřív nastavit prodlevu!"
|
||||||
|
stageEditorNoBlockNames: "Nejdřív musíte nastavit název bloku!"
|
||||||
|
stageEditorNoEnchantments: "Musíš nejdřív nastavit enchanty!"
|
||||||
|
stageEditorNoItems: "Nejdřív musíte přidat předměty!"
|
||||||
|
stageEditorNoDeliveryMessage: "Musíš nastavit alespoň jednu doručovací zprávu!"
|
||||||
|
stageEditorNoNPCs: "Musíš nejdříve nastavit NPC ID!"
|
||||||
|
stageEditorNoMobTypes: "Musíš nejdříve nastavit typ monster!"
|
||||||
|
stageEditorNoKillLocations: "Musíš nejdříve nastavit zabíjecí lokaci!"
|
||||||
|
stageEditorNoBlockSelected: "Nejdřív musíte vybrat blok."
|
||||||
|
stageEditorNoColors: "Nejdřív musíte nastavit barvy!"
|
||||||
|
stageEditorNoLocations: "Nejdřív musíte nastavit lokace!"
|
||||||
|
stageEditorNoEnchantmentsSet: "Nenastaveny žádné enchanty"
|
||||||
|
stageEditorNoItemsSet: "Nenastaveny žádné itemy"
|
||||||
|
stageEditorNoMobTypesSet: "Nenastaveny žádné typy monster"
|
||||||
|
stageEditorNoLocationsSet: "Žádné lokace nebyly nastaveny"
|
||||||
|
stageEditorNoColorsSet: "Žádné barvy nebyly nastaveny"
|
||||||
|
stageEditorListNotSameSize: "Seznam názvů bloků a seznam položek nejsou stejné velikosti!"
|
||||||
|
stageEditorEnchantmentNotSameSize: "Seznam enchantů, the item id list and the enchant amount list are not the same size!"
|
||||||
|
stageEditorDeliveriesNotSameSize: "Seznam itemů a seznam NPC nejsou stejné velikosti !"
|
||||||
|
stageEditorNPCKillsNotSameSize: "Seznam NPC ID a seznam množstvý zabití nejsou stejné velikosti!"
|
||||||
|
stageEditorAllListsNotSameSize: "Všechny tvoje seznamy nemají stejnou velikost!"
|
||||||
|
stageEditorMobTypesNotSameSize: "Seznam typů monster a seznam množství monster nejsou stejné velikosti!"
|
||||||
|
stageEditorTameMobsNotSameSize: "Seznam typů monster a seznam množství ochočení nejsou stejné velikosti!"
|
||||||
|
stageEditorShearNotSameSize: "Seznam barev ovcí a seznam množství ostříhání nejsou stejné velikosti!"
|
||||||
|
stageEditorMustSetPasswordDisplays: "Nejprve musíte přidat alespoň jedno zobrazení hesla!"
|
||||||
|
stageEditorAddPasswordCleared: "Cíl hesel vymazán."
|
||||||
|
stageEditorPasswordNotSameSize: "Zobrazení hesla a fráze hesel nejsou stejné velikosti!"
|
||||||
|
stageEditorListContainsDuplicates: " Seznam obsahuje duplikáty!"
|
||||||
|
stageEditorDelayCleared: "Prodleva vymazána."
|
||||||
|
stageEditorDelayMessageCleared: "Startovací zpráva vymazána."
|
||||||
|
stageEditorDenizenCleared: "Denizen skript vymazán."
|
||||||
|
stageEditorBreakBlocksCleared: "Cíl ničení blocků vymazán."
|
||||||
|
stageEditorDamageBlocksCleared: "Cíl poškození blocků vymazán."
|
||||||
|
stageEditorPlaceBlocksCleared: "Cíl položení blocků vymazán."
|
||||||
|
stageEditorUseBlocksCleared: "Cíl používání blocků vymazán."
|
||||||
|
stageEditorCutBlocksCleared: "Cíl stříhání blocků vymazán."
|
||||||
|
stageEditorEnchantmentsCleared: "Cíl enchantování vymazán."
|
||||||
|
stageEditorDeliveriesCleared: "Cíl doručení vymazán."
|
||||||
|
stageEditorReachLocationsCleared: "Cíl dosáhnutí lokace vymazán."
|
||||||
|
stageEditorKillNPCsCleared: "Cíl zabití NPC vymazán."
|
||||||
|
stageEditorKillMobsCleared: "Cíl zabití monster vymazán."
|
||||||
|
stageEditorTameCleared: "Cíl ochočení monster vymazán."
|
||||||
|
stageEditorShearCleared: "Cíl ostříhání ovcí vymazán."
|
||||||
|
stageEditorStartMessageCleared: "Startovací zpráva vymazána."
|
||||||
|
stageEditorCompleteMessageCleared: "Dokončovací zpráva vymazána."
|
||||||
|
stageEditorConfirmStageDelete: "Opravdu chceš vymazat tuto fázy?"
|
||||||
|
stageEditorConfirmStageNote: "Každá etapa se bude posunuta zpět na jedno místo"
|
||||||
|
stageEditorDeleteSucces: "Fáze byla úspěšně odstraněna."
|
||||||
|
stageEditorEnchantments: "Očarování"
|
||||||
|
stageEditorNPCNote: 'Poznámka: Můžete zadat název NPC pomocí <npc>'
|
||||||
|
stageEditorOptional: "Nepovinné"
|
||||||
|
stageEditorColors: "Barvy ovcí"
|
||||||
|
allListsNotSameSize: "Všechny tvoje seznamy nejsou stejné velikosti!"
|
||||||
|
eventEditorCreate: "Vytvořit novou událost"
|
||||||
|
eventEditorEdit: "Upravit událost"
|
||||||
|
eventEditorDelete: "Odstranit událost"
|
||||||
|
eventEditorCreatePermisssions: "Nemáte oprávnění vytvářet nové události."
|
||||||
|
eventEditorEditPermisssions: "Nemáte oprávnění upravovat události."
|
||||||
|
eventEditorDeletePermisssions: "Nemáte oprávnění odstraňovat události."
|
||||||
|
eventEditorNoneToEdit: "Nyní neexistuje žádný event na upravování!"
|
||||||
|
eventEditorNoneToDelete: "Nyní neexistuje žádný event na vymazání!"
|
||||||
|
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."
|
||||||
|
eventEditorEnterEventName: "Napiš jméno eventu, nebo 'cancel' pro vrácení."
|
||||||
|
eventEditorDeletePrompt: "Opravdu chcete odstranit událost"
|
||||||
|
eventEditorQuitWithoutSaving: "Opravdu to chceš vypnout bez vypnutí?"
|
||||||
|
eventEditorFinishAndSave: "Opravdu chcete dokončit a uložit Event?"
|
||||||
|
eventEditorModifiedNote: 'Poznámka: Upravili jste událost, kterou používají následující úkoly:'
|
||||||
|
eventEditorForcedToQuit: "Jestliže uložíš Event, někdo, kdo teď dělá nějaký z úkolů bude nucen přestat."
|
||||||
|
eventEditorEventInUse: "Následující úkoly používají event"
|
||||||
|
eventEditorMustModifyQuests: "eventEditorNeníNalezen"
|
||||||
|
eventEditorListSizeMismatch: "Seznamy nejsou stejně velké!"
|
||||||
|
eventEditorListDuplicates: "Seznam obsahuje duplikáty!"
|
||||||
|
eventEditorNotANumberList: "Vstup nebyl seznam čísel!"
|
||||||
|
eventEditorInvalidEntry: "Neplatný vstup"
|
||||||
|
eventEditorSetName: "Nastavit název"
|
||||||
|
eventEditorSetMessage: "Nastavit zprávu"
|
||||||
|
eventEditorClearInv: "Vymazat hráčův inventář"
|
||||||
|
eventEditorFailQuest: "Pokračujte v hledání"
|
||||||
|
eventEditorSetExplosions: "Nastavit lokace výbuchu"
|
||||||
|
eventEditorSetLightning: "Nastavit lokace úderu bleskem"
|
||||||
|
eventEditorSetEffects: "Nastavit efekty"
|
||||||
|
eventEditorSetStorm: "Nastavit bouři"
|
||||||
|
eventEditorSetThunder: "Nastavte hromy"
|
||||||
|
eventEditorSetMobSpawns: "Nastavit spawn monster"
|
||||||
|
eventEditorSetPotionEffects: "Nastavit účinky lektvarů"
|
||||||
|
eventEditorSetHunger: "Nastavit úroveň hladu hráče"
|
||||||
|
eventEditorSetSaturation: "Nastavitt hlad hráče"
|
||||||
|
eventEditorSetHealth: "Nastavit úroveň zdraví hráče"
|
||||||
|
eventEditorEnterTimerSeconds: "Nastavte počet zbývajících sekund před selháním questu (pro zrušení časovačů použijte událost časovače zrušení)"
|
||||||
|
eventEditorSetTimer: "Nastavte čas na neúspěšný úkol"
|
||||||
|
eventEditorCancelTimer: "Zavřít časovač úkolů"
|
||||||
|
eventEditorSetTeleport: "Nastavit umístění teleportu hráče"
|
||||||
|
eventEditorSetCommands: "Nastavit příkazy, které chcete provést"
|
||||||
|
eventEditorItems: "Itemy Eventu"
|
||||||
|
eventEditorSetItems: "Dát Item"
|
||||||
|
eventEditorItemsCleared: "Eventové itemy vymazány."
|
||||||
|
eventEditorAddItem: "Přidat předmět"
|
||||||
|
eventEditorSetItemNames: "Nastavit jméno itemu"
|
||||||
|
eventEditorSetItemAmounts: "Nastavit množství itemu"
|
||||||
|
eventEditorNoNames: "Žádné jméno nenastaveno"
|
||||||
|
eventEditorMustSetNames: "Musiš nejdřív nastavit jméno itemu!"
|
||||||
|
eventEditorInvalidName: "Není platné jméno itemu!"
|
||||||
|
eventEditorNotGreaterThanZero: "není větší než 0!"
|
||||||
|
eventEditorNotANumber: "Není číslo!"
|
||||||
|
eventEditorStorm: "Eventová bouřka"
|
||||||
|
eventEditorSetWorld: "Uložit svět"
|
||||||
|
eventEditorSetDuration: "Nastavit dobu trvání"
|
||||||
|
eventEditorNoWorld: "(Žádný svět nenastaven)"
|
||||||
|
eventEditorSetWorldFirst: "Musíš nejdřív nastavit svět!"
|
||||||
|
eventEditorInvalidWorld: "Není platné jméno světa!"
|
||||||
|
eventEditorMustSetStormDuration: "Musíš nastavit dobu trvání bouřky!"
|
||||||
|
eventEditorStormCleared: "Data bouřky vymazány."
|
||||||
|
eventEditorEnterStormWorld: "Zadejte světový název pro bouři, nebo zadej 'cancel' po vrácení"
|
||||||
|
eventEditorEnterDuration: "Napiš dobu trvání (v sekundách)"
|
||||||
|
eventEditorAtLeastOneSecond: "Množství musí být nejméně 1 sekunda!"
|
||||||
|
eventEditorNotGreaterThanOneSecond: "Není vyšší než 1 sekunda!"
|
||||||
|
eventEditorThunder: "Eventové hřmění"
|
||||||
|
eventEditorMustSetThunderDuration: "Musíš nastavit dobu trvání hřemění!"
|
||||||
|
eventEditorThunderCleared: "Data hřmění vyčištěna."
|
||||||
|
eventEditorEnterThunderWorld: "Zadejte světový název pro hrom, nebo zadej 'cancel' pro vrácení"
|
||||||
|
eventEditorEffects: "Efekty eventu"
|
||||||
|
eventEditorAddEffect: "Přidat efekt"
|
||||||
|
eventEditorAddEffectLocation: "Přidat lokaci efektu"
|
||||||
|
eventEditorNoEffects: "Žádné efekty nenastaveny"
|
||||||
|
eventEditorMustAddEffects: "Musíš nejdřív přidat efekty!"
|
||||||
|
eventEditorInvalidEffect: "Není platné jméno pro efekt!"
|
||||||
|
eventEditorEffectsCleared: "Efekty eventu vymazány."
|
||||||
|
eventEditorEffectLocationPrompt: "Klepnutím pravým tlačítkem myši na blok můžete zobrazit efekt, pak napište 'add' pr přidání na seznam, nebo napiš 'cancel' pro vrácení"
|
||||||
|
eventEditorMobSpawns: "Eventové spawn monster"
|
||||||
|
eventEditorAddMobTypes: "Přidat moba"
|
||||||
|
eventEditorNoTypesSet: "(Žádný typ nenastavený)"
|
||||||
|
eventEditorMustSetMobTypesFirst: "Nejdřív musíš nastavit typ monstra!"
|
||||||
|
eventEditorSetMobAmounts: "Nastavit množství monster"
|
||||||
|
eventEditorNoAmountsSet: "(Žádné množství není nastaveno)"
|
||||||
|
eventEditorMustSetMobAmountsFirst: "Nejdřív musíš nasavit množství monster!"
|
||||||
|
eventEditorAddSpawnLocation: "Nastavit lokaci spawnu"
|
||||||
|
eventEditorMobSpawnsCleared: "Spawn monster vymazán."
|
||||||
|
eventEditorMustSetMobLocationFirst: "Musíš nejdřív nastavit lokaci spawnu!"
|
||||||
|
eventEditorInvalidMob: "Není platné jméno monstra!"
|
||||||
|
eventEditorSetMobName: "Nastavte vlastní jméno pro monstra"
|
||||||
|
eventEditorSetMobType: "Nastavit typ monstra"
|
||||||
|
eventEditorSetMobItemInHand: "Nastavit předmět do ruky"
|
||||||
|
eventEditorSetMobItemInHandDrop: "Nastavte pravděpodobnost upuštění itemu z ruky"
|
||||||
|
eventEditorSetMobBoots: "Nastavte boty"
|
||||||
|
eventEditorSetMobBootsDrop: "Nastavit pravděpodobnost rozbití bot"
|
||||||
|
eventEditorSetMobLeggings: "Nastavit kalhoty"
|
||||||
|
eventEditorSetMobLeggingsDrop: "Nastavit pravděpodobnost rozbití kalhot"
|
||||||
|
eventEditorSetMobChestPlate: "Nastavit náprsní brnění"
|
||||||
|
eventEditorSetMobChestPlateDrop: "Nastavit pravděpodobnost rozbití náprsního brnění"
|
||||||
|
eventEditorSetMobHelmet: "Nastavit helmu"
|
||||||
|
eventEditorSetMobHelmetDrop: "Nastavte pravděpodobnost rozbití helmy"
|
||||||
|
eventEditorSetMobSpawnLoc: "Pravým klikem na myš spawneš monstrum, pak napiš 'add' pro přijmutí, nebo napiš 'cancel' pro vrácení"
|
||||||
|
eventEditorSetMobSpawnAmount: "Nastavte množství monster na spawnutí"
|
||||||
|
eventEditorSetDropChance: "Nastavte pravděpodobnost spadnutí"
|
||||||
|
eventEditorInvalidDropChance: "Pravděpodobnost spadnutí musí být mezi 0.0 a 1.0"
|
||||||
|
eventEditorLightningPrompt: "Pravým klikem na block pro úder bleskem, nebo napiš 'add' pro přidání na seznam, nebo napiš 'clear' pro vymazání seznamu míst, nebo 'cancel' pro vrácení"
|
||||||
|
eventEditorPotionEffects: "Eventové efekty lektvaru"
|
||||||
|
eventEditorSetPotionEffectTypes: "Nastav typy efektu lektvaru"
|
||||||
|
eventEditorMustSetPotionTypesFirst: "Musíš nejdřív nastavit typy efektu lektvaru!"
|
||||||
|
eventEditorSetPotionDurations: "Nastavte dobu trvání efektu lektvaru"
|
||||||
|
eventEditorMustSetPotionDurationsFirst: "Musíš nejdřív nastavit dobu trvání efektu lektvaru!"
|
||||||
|
eventEditorMustSetPotionTypesAndDurationsFirst: "Musíš nejdřív nastavit typy efektu lektvaru a dobu trvání!"
|
||||||
|
eventEditorNoDurationsSet: "(Žádná doba trvání nenastavena)"
|
||||||
|
eventEditorSetPotionMagnitudes: "Nastavte level efektu lektvaru"
|
||||||
|
eventEditorPotionsCleared: "Efekty lektvaru vymazány."
|
||||||
|
eventEditorInvalidPotionType: "Není platný typ efektu lektvaru!"
|
||||||
|
eventEditorEnterNPCId: "Napiš NPC ID (nebo -1 pro vrácení)"
|
||||||
|
eventEditorNoNPCExists: "Žádný NPC neexistuje s tímto ID!"
|
||||||
|
eventEditorExplosionPrompt: "Pravým klikem na block pro vytvoření exploze, pak napiš 'add' pro přidání na seznam, nebo napiš 'clear' pro vymazání seznamu výbuchů, nebo 'cancel' pro vrácení"
|
||||||
|
eventEditorSelectBlockFirst: "Musíš nejdřív vybrat block."
|
||||||
|
eventEditorSetMessagePrompt: "Napiš zprávu, nebo napiš 'none' pro smazání, (nebo 'cancel' pro vrácení)"
|
||||||
|
eventEditorSetItemNamesPrompt: "Napiš jméno itemu, odděl to mezerou, nebo napiš 'cancel' pro vrácení."
|
||||||
|
eventEditorSetItemAmountsPrompt: "Napiš množství itemů (čísly),odděl to mezerou, nebo napiš 'cancel' pro vrácení."
|
||||||
|
eventEditorSetMobTypesPrompt: "Napiš jméno monstra, nebo napiš 'cancel' pro vrácení"
|
||||||
|
eventEditorSetMobAmountsPrompt: "Napiš množství monster, nebo napiš 'cancel' pro vrácení"
|
||||||
|
eventEditorSetMobNamePrompt: "Nastav jméno pro toto monstrum, nebo napiš 'cancel' pro vrácení"
|
||||||
|
eventEditorSetMobLocationPrompt: "Pravý klik na block pro zvolení, pak napiš 'add' pro přidání do seznamu míst pro spouštění monster, nebo napiš 'cancel' pro vrácení"
|
||||||
|
eventEditorSetPotionEffectsPrompt: "Napiš typy efektu lektvaru, odděl to mezerou, nebo napiš 'cancel' pro vrácení"
|
||||||
|
eventEditorSetPotionDurationsPrompt: "Napiš dobu trvání efektu (v milisekundách), odděl to mezerou, nebo napiš 'cancel' pro vrácení"
|
||||||
|
eventEditorSetPotionMagnitudesPrompt: "Napiš level efektu lektvaru, odděl to mezerou, nebo napiš 'cancel' pro vrácení"
|
||||||
|
eventEditorSetHungerPrompt: "Napiš level hladu, nebo -1 pro vymazání"
|
||||||
|
eventEditorHungerLevelAtLeastZero: "Level hladu musí být přinejmenším 0!"
|
||||||
|
eventEditorSetSaturationPrompt: "Napiš level najezení, or -1 pro vymazání"
|
||||||
|
eventEditorSaturationLevelAtLeastZero: "Level najezen musí být přinejmenším 0!"
|
||||||
|
eventEditorSetHealthPrompt: "Napiš level zdraví, nebo -1 pro vymazání"
|
||||||
|
eventEditorHealthLevelAtLeastZero: "Level zdraví musí být přinejmenším 0!"
|
||||||
|
eventEditorSetTeleportPrompt: "Pravým klikem na block zahájíš teleportaci hráče, pak napiš 'done' pro dokončení, nebo napiš 'clear' pro vymazání lokace teleportu, nebo 'cancel' pro vrácení"
|
||||||
|
eventEditorCommandsNote: 'Oznámení: Můžeš použít <player> odkazovat na jméno hráče.'
|
||||||
|
eventEditorSetCommandsPrompt: "Napiš příkazy odděl to čárkou, nebo napiš 'clear' pro vymazání seznamu, nebo napiš 'cancel' pro vrácení."
|
||||||
|
reqSetMoney: "Nastav požadované peníze"
|
||||||
|
reqSetQuestPoints: "Nastav požadované body z úkolu"
|
||||||
|
reqSetItem: "Nastav požadované itemy"
|
||||||
|
reqSetPerms: "Nastav požadované povolení"
|
||||||
|
reqSetQuest: "Nastav požadovaný úkol"
|
||||||
|
reqSetQuestBlocks: "Nastav block úkolu"
|
||||||
|
reqSetMcMMO: "Nastav požadovaný mcMMO "
|
||||||
|
reqSetHeroes: "Nastav požadovaného hrdinu"
|
||||||
|
reqSetCustom: "Požadované zvyky"
|
||||||
|
reqSetFail: "Nastavit požadavky na nevyhovující zprávy"
|
||||||
|
reqSetSkills: "Nastavit dovednosti"
|
||||||
|
reqSetSkillAmounts: "Nastavit množství dovedností"
|
||||||
|
reqHeroesSetPrimary: "Nastavit hlavní třídu"
|
||||||
|
reqHeroesSetSecondary: "Nastavit druhou třídu"
|
||||||
|
reqMoneyPrompt: "Napiš množství <money>, nebo 0 pro vymazání měnového požadavku, nebo -1 pro zavření"
|
||||||
|
reqQuestPointsPrompt: "Napiš množství bodů úkolu, nebo 0 pro vymazání požadavku bodů z úkolu, nebo -1 pro zavření\""
|
||||||
|
reqQuestPrompt: "Napiš seznam jmen úkolů,odděl to mezerou <comma>, nebo napiš 'clear' pro smazání seznamu, nebo 'cancel' pro vrácení."
|
||||||
|
reqRemoveItemsPrompt: "Zadejte seznam hodnot dobře/špatně, odděl to mezerou, nebo napiš 'cancel' pro vrácení."
|
||||||
|
reqPermissionsPrompt: "Zadejte požadavky na povolení, odděl to mezerou, nebo napiš 'clear' pro smazání seznamu, nebo napiš 'cancel' pro vrácení."
|
||||||
|
reqCustomPrompt: "Zadejte název vlastního požadavku, který chcete přidat, nebo napiš 'clear' pro vymazání všech vlastních požadavků, nebo 'cancel' pro vrácení."
|
||||||
|
reqMcMMOPrompt: "Napiš mcMMO dovednosti, odděl to mezerou, nebo napiš 'clear' pro vymazání seznamu, nebo 'cancel' pro vrácení."
|
||||||
|
reqMcMMOAmountsPrompt: "Napiš množstí mcMMO dovednistí, odděl to mezerou, nebo napiš 'clear' pro vymazání seznamu, nebo 'cancel' pro vrácení."
|
||||||
|
reqHeroesPrimaryPrompt: "Zadejte název primární třídy hrdinů, nebo napiš 'clear' pro vymazání požadavků, nebo 'cancel' pro vrácení."
|
||||||
|
reqHeroesSecondaryPrompt: "Zadejte název druhé třídy hrdinů, nebo napiš 'clear' pro vymazání požadavků, nebo 'cancel' pro vrácení."
|
||||||
|
reqFailMessagePrompt: "Zadejte zprávu o požadavcích na selhání, nebo napiš 'cancel' pro vrácení."
|
||||||
|
reqAddItem: "Přidat předmět"
|
||||||
|
reqSetRemoveItems: "Nastavte odstranění položek"
|
||||||
|
reqNoItemsSet: "Žádné itemy nenastaveny"
|
||||||
|
reqNoValuesSet: "Žádné hodnoty nejsou nastaveny"
|
||||||
|
reqHeroesPrimaryDisplay: "Základní třída:"
|
||||||
|
reqHeroesSecondaryDisplay: "Druhá třída:"
|
||||||
|
reqGreaterThanZero: "Množství musí být vyšší než 0!"
|
||||||
|
reqNotAQuestName: "<quest> není název úkolu!"
|
||||||
|
reqItemCleared: "Požadavky itemu vymazány."
|
||||||
|
reqListsNotSameSize: "Seznam itemů a seznam vymazaných itemů nejsou stejné velikosti!"
|
||||||
|
reqTrueFalseError: '<input> není špatná nebo dobrá hodnota!%br%Example: dobře špatně dobře dobře'
|
||||||
|
reqCustomAlreadyAdded: "Tento vlastní požadavek již byl přidán!"
|
||||||
|
reqCustomNotFound: "Vlastní požadovaný modul nebyl nalezen."
|
||||||
|
reqCustomCleared: "Vlastní požadavky vymazány."
|
||||||
|
reqMcMMOError: "<input> není název dovednosti pluginu mcMMO!"
|
||||||
|
reqMcMMOCleared: "mcMMO dovednostní požadavky vymazány."
|
||||||
|
reqMcMMOAmountsCleared: "mcMMO požadavky na množství dovedností vyčištěny."
|
||||||
|
reqHeroesNotPrimary: "<class> není hlavní třída!"
|
||||||
|
reqHeroesPrimaryCleared: "Požadavek na primární třídu hrdiny byl vyčištěn."
|
||||||
|
reqHeroesNotSecondary: " <class> není druhá třída!"
|
||||||
|
reqHeroesSecondaryCleared: "Požadavek na druhou třídu Heroes byl vyčištěn."
|
||||||
|
reqHeroesClassNotFound: "Třída nenalezena!"
|
||||||
|
reqNone: "Žádné požadavky nenastaveny"
|
||||||
|
reqNotANumber: "<input> není číslo!"
|
||||||
|
reqMustAddItem: "Nejprve musíte přidat alespoň jednu položku!"
|
||||||
|
reqNoMessage: "Musíte nastavit zprávu o požadavcích na selhání!"
|
||||||
|
reqNoMcMMO: "mcMMO není nainstalováno"
|
||||||
|
reqNoHeroes: "Hrdina není nainstalovaný"
|
||||||
|
rewSetMoney: "Nastavit peněžní odměnu"
|
||||||
|
rewSetQuestPoints: "Nastavit odměnu bodů z úkolu"
|
||||||
|
rewSetItems: "Nastavit předmět jako odměnu"
|
||||||
|
rewSetExperience: "Nastavit bodovou odměnu"
|
||||||
|
rewSetCommands: "Nastavte odměny za příkaz"
|
||||||
|
rewSetPermission: "Nastavte odměnu oprávnění"
|
||||||
|
rewSetMcMMO: "Nastavit odměnu mcMMO dovedností"
|
||||||
|
rewSetHeroes: "Nastavit odměnu zkušeností hrdiny"
|
||||||
|
rewSetPhat: "Nastavit odměnu PhatLoot "
|
||||||
|
rewSetCustom: "Nastavit vlastní odměnu"
|
||||||
|
rewSetHeroesClasses: "Nastavit třídy"
|
||||||
|
rewSetHeroesAmounts: "Nastavit množství bodů zkušenosti"
|
||||||
|
rewMoneyPrompt: "Napiš množství <money>, nebo 0 pro vymazání peněžní odměny, nebo -1 pro zavření"
|
||||||
|
rewExperiencePrompt: "Napiš množství zkušeností, nebo 0 pro vymazání odměny zkušeností, nebo -1 peo zavření"
|
||||||
|
rewCommandPrompt: "Napiš odměny na příkaz, odděl to mezerou <comma>, nebo napiš 'clear' pro smazání seznamu, nebo napiš 'cancel' pro vrácení."
|
||||||
|
rewCommandPromptHint: 'Poznámka: Můžete zadat <player> pro zadání hráče, který dokončil úkol. např. porazil <player>'
|
||||||
|
rewPermissionsPrompt: "Zadejte odměny oprávnění, odděl to mezerou, nebo napiš 'clear' pro vymazání seznamu, nebo napiš'cancel' pro vrácení."
|
||||||
|
rewQuestPointsPrompt: "Napiš množství bodů z úkolu, nebo 0 vymazat odměnu bodů z úkolu, nebo -1 pro zavření"
|
||||||
|
rewMcMMOPrompt: "Napiš mcMMO dovednosti, odděl to mezerou, nebo napiš 'cancel' pro vrácení."
|
||||||
|
rewMcMMOPromptHint: 'Poznámka: Když napíšete "All" získáte úroveň všech dovedností.'
|
||||||
|
rewHeroesClassesPrompt: "Napište třídy hrdinů,odděl to mezerou, nebo napiš 'cancel' pro vrácení."
|
||||||
|
rewHeroesExperiencePrompt: "Napiš množství bodů zkušeností (čísla, desítky jsou povoleny) odděl to mezerou, nebo napiš 'cancel' pro vrácení."
|
||||||
|
rewPhatLootsPrompt: "Napiš PhatLoots odděl to mezerou, nebo napiš 'clear' pro vymazání, nebo 'cancel' pro vrácení."
|
||||||
|
rewCustomRewardPrompt: "Napiš jméno vlastní odměny, kterou chceš přidat, nebo napiš 'clear' pro vymazání všech vlastních odměn, nebo 'cancel' pro zavření."
|
||||||
|
rewItemsCleared: "Itemové odměny vymazány."
|
||||||
|
rewNoMcMMOSkills: "Žádné dovednosti nenastaveny"
|
||||||
|
rewNoHeroesClasses: "Žádné třídy nenastaveny"
|
||||||
|
rewSetMcMMOSkillsFirst: "Musíš nejdříve nastavit dovednosti!"
|
||||||
|
rewMcMMOCleared: "mcMMO odměny vymazány."
|
||||||
|
rewMcMMOListsNotSameSize: "Seznam dovedností a seznam množství dovedností nejsou stejné velikosti!"
|
||||||
|
rewSetHeroesClassesFirst: "Musíš nejdříve nastavit třídy!"
|
||||||
|
rewHeroesCleared: "Odměny hrdinů vymazány."
|
||||||
|
rewHeroesListsNotSameSize: "Seznam tříd a seznam množství bodů zkušeností nejsou stejné velikosti!"
|
||||||
|
rewHeroesInvalidClass: "<input> Není platné jméno třídy hrdiny!"
|
||||||
|
rewPhatLootsInvalid: "<input> není platné PhatLoot jméno!"
|
||||||
|
rewPhatLootsCleared: "PhatLoots odměny odstraněny."
|
||||||
|
rewCustomAlreadyAdded: "Vlastní odměny byli nyní přidány!"
|
||||||
|
rewCustomNotFound: "Modul vlastních odměn nebyl nalezen."
|
||||||
|
rewCustomCleared: "vlastní odměny byli vymazány."
|
||||||
|
rewNoPhat: "PhatLoots není nainstalovaný"
|
||||||
|
itemCreateLoadHand: "Načítaní itemu v ruce"
|
||||||
|
itemCreateSetName: "Nastavit název"
|
||||||
|
itemCreateSetAmount: "Nastavit množství"
|
||||||
|
itemCreateSetDurab: "Nastavit trvandlivost "
|
||||||
|
itemCreateSetEnchs: "Přidat / vyčistit enchant"
|
||||||
|
itemCreateSetDisplay: "Nastavit zobrazení jména"
|
||||||
|
itemCreateSetLore: "Nastavit štěstí"
|
||||||
|
itemCreateEnterName: "Napiš jméno itemu, nebo 'cancel' pro vrácení."
|
||||||
|
itemCreateEnterAmount: "Napiš množství itemů (max. 64), nebo 'cancel' pro vrácení."
|
||||||
|
itemCreateEnterDurab: "Napiš trvandlivost itemu, nebo 'clear' pro vymazání dat, nebo 'cancel' pro vrácení."
|
||||||
|
itemCreateEnterEnch: "Napiš jméno enchantu, nebo 'clear' pro vymazání enchantu, nebo 'cancel' pro vrácení."
|
||||||
|
itemCreateEnterLevel: "Napiš level (čisly) pro <enchantment>"
|
||||||
|
itemCreateEnterDisplay: "Zadejte název zobrazení itemu, nebo 'clear' pro vymazání zobrazení jména, nebo 'cancel' pro vrácení."
|
||||||
|
itemCreateEnterLore: "Napiš štěstí itemu, odděl to středníkem ; nebo 'clear' pro vymazání štěstí, nebo 'cancel' peo vrácení."
|
||||||
|
itemCreateLoaded: "Item se načetl."
|
||||||
|
itemCreateNoItem: "Žádný item v ruky!"
|
||||||
|
itemCreateNoName: "Musíš nejdříve nastavit jméno!"
|
||||||
|
itemCreateInvalidName: "Neplatné jméno itemu!"
|
||||||
|
itemCreateInvalidAmount: "Množství musí být mezi 1-64!"
|
||||||
|
itemCreateInvalidDurab: "Neplatné množství trvandlivosti!"
|
||||||
|
itemCreateInvalidEnch: "Neplatné jméno enchantu!"
|
||||||
|
itemCreateInvalidLevel: "Level musí být vyšší než 0!"
|
||||||
|
itemCreateInvalidInput: "Neplatný vstup!"
|
||||||
|
itemCreateNotNumber: "Vstup není číslo!"
|
||||||
|
itemCreateNoNameAmount: "Musíš nejdříve nastavit jméno a množství!"
|
||||||
|
itemCreateCriticalError: "Došlo ke kritické chybě."
|
||||||
|
questTitle: "Úkol"
|
||||||
|
questObjectivesTitle: "<Úkol>"
|
||||||
|
questCompleteTitle: '**ÚKOL DOKONČEN: <quest>**'
|
||||||
|
questRewardsTitle: "Odměny:"
|
||||||
|
journalTitle: "List úkolů"
|
||||||
|
questsTitle: "- Úkoly -"
|
||||||
|
questHelpTitle: "- Úkoly -"
|
||||||
|
questListTitle: "- Úkoly -"
|
||||||
|
questNPCListTitle: "- Úkoly | <npc> -"
|
||||||
|
questAdminHelpTitle: "- Úkolyadmin -"
|
||||||
|
questEditorTitle: "- Editor úkolů -"
|
||||||
|
eventEditorTitle: "- Editor událostí - "
|
||||||
|
questCreateTitle: "- Vytvořit úkol -"
|
||||||
|
questEditTitle: "- Upravit úkol -"
|
||||||
|
questDeleteTitle: "- Smazat úkol -"
|
||||||
|
requirementsTitle: "- <quest> | Požadavky -"
|
||||||
|
rewardsTitle: "- <quest> | Odměny -"
|
||||||
|
itemRequirementsTitle: "- Požadované itemy -"
|
||||||
|
itemRewardsTitle: "- Itemové Odměny -"
|
||||||
|
mcMMORequirementsTitle: "- mcMMO Požadavky -"
|
||||||
|
mcMMORewardsTitle: "- mcMMO Odměny -"
|
||||||
|
heroesRequirementsTitle: "- Hrdinové požadavky -"
|
||||||
|
heroesRewardsTitle: "- Hrdinové odměny -"
|
||||||
|
heroesClassesTitle: "- Hrdinové třídy -"
|
||||||
|
heroesExperienceTitle: "- Hrdonové body zkušenosti -"
|
||||||
|
heroesPrimaryTitle: "- Hlavní třída -"
|
||||||
|
heroesSecondaryTitle: "- Vedlejší třída -"
|
||||||
|
phatLootsRewardsTitle: "- PhatLoots odměny -"
|
||||||
|
customRequirementsTitle: "- Vlastní požadavky -"
|
||||||
|
customRewardsTitle: "- Vlastní odměny -"
|
||||||
|
skillListTitle: "- Dovednostní list -"
|
||||||
|
eventTitle: "- Událost -"
|
||||||
|
completedQuestsTitle: "- Dokončené úkoly -"
|
||||||
|
topQuestersTitle: "- Nejlepší <number> Úkolaři -"
|
||||||
|
createItemTitle: "- Vytvořit předmět -"
|
||||||
|
enchantmentsTitle: "- Enchanty -"
|
||||||
|
questGUITitle: "- Zobrazování položky GUI -"
|
||||||
|
questRegionTitle: "- Oblast úkolu -"
|
||||||
|
eventEditorGiveItemsTitle: "- Darovat item -"
|
||||||
|
eventEditorEffectsTitle: "- Efekty -"
|
||||||
|
eventEditorStormTitle: "- Eventová bouřka -"
|
||||||
|
eventEditorThunderTitle: "- Eventový hrom -"
|
||||||
|
eventEditorMobSpawnsTitle: "- Eventové spawnování monster -"
|
||||||
|
eventEditorMobsTitle: "- Monstra -"
|
||||||
|
eventEditorAddMobTypesTitle: "- Přidat monstrum -"
|
||||||
|
eventEditorPotionEffectsTitle: "- Eventové efekty lektvaru -"
|
||||||
|
eventEditorPotionTypesTitle: "- Eventové typy lektvarů -"
|
||||||
|
eventEditorWorldsTitle: "- Světy -"
|
||||||
|
effBlazeShoot: "Zvuk střelby Blaze"
|
||||||
|
effBowFire: "Zvuk blaze střílení"
|
||||||
|
effClick1: "Zvuk kliku"
|
||||||
|
effClick2: "Odlišný zvuk kliku"
|
||||||
|
effDoorToggle: "Zvuk zavírání nebo otevírání dveří"
|
||||||
|
effExtinguish: "Zvuk ohně zhasl"
|
||||||
|
effGhastShoot: "Zvuk spálení Ghast"
|
||||||
|
effGhastShriek: "Zvuk kříčícího Ghasta"
|
||||||
|
effZombieWood: "Zvuk, když zombie rozbíjí železné dveře"
|
||||||
|
effZombieIron: "Zvuk, když zombie rozbíjí dřevěné dveře"
|
||||||
|
effEnterName: "Zadejte název efektu, který chcete přidat do seznamu, nebo zadejte \"cancel\" , chcete-li vrátit"
|
||||||
|
cmdCancel: "zrušit"
|
||||||
|
cmdAdd: "přidat"
|
||||||
|
cmdClear: "Vymazat"
|
||||||
|
cmdNone: "Žádný"
|
||||||
|
cmdDone: "hotovo"
|
||||||
|
acceptQuest: "Přijmout úkol?"
|
||||||
|
enterAnOption: "Zadejte nastavení"
|
||||||
|
questAccepted: 'Úkol přijat: <quest>'
|
||||||
|
currentQuest: "Aktuální úkoly:"
|
||||||
|
noMoreQuest: "Žádné další úkoly nejsou k dispozici."
|
||||||
|
damage: "Poškození"
|
||||||
|
break: "Zničení"
|
||||||
|
place: "Položení"
|
||||||
|
use: "Použít"
|
||||||
|
cut: "Ostříhání"
|
||||||
|
catchFish: "Chycení ryb"
|
||||||
|
enchantItem: "Enchant <item> s <enchantment>"
|
||||||
|
kill: "Zabití"
|
||||||
|
killAtLocation: "Zabití <mob> v <location>"
|
||||||
|
killPlayer: "Zabijte hráče"
|
||||||
|
deliver: "Doručení <item> k <npc>"
|
||||||
|
talkTo: "Promluvte si s <npc>"
|
||||||
|
tame: "Ochočení"
|
||||||
|
shearSheep: "Ostříhej <color> ovci"
|
||||||
|
goTo: "běž do <location>"
|
||||||
|
completed: "Dokončeno"
|
||||||
|
redoCompleted: "(Dokončeno)"
|
||||||
|
consoleError: "Tento příkaz může být proveden pouze ve hře."
|
||||||
|
invalidSelection: "Neplatný výběr!"
|
||||||
|
noActiveQuest: "Nemáš nyní žádný rozdělaný úkol."
|
||||||
|
speakTo: 'Začni: Mluv s <npc>'
|
||||||
|
mustSpeakTo: "Musíš si promluvit s <npc> pro odstartování úkolu."
|
||||||
|
noCommandStart: "<quest> Nemusí být odstartován přes příkaz."
|
||||||
|
permissionDisplay: "Oprávnění:"
|
||||||
|
heroesClass: "Třída"
|
||||||
|
mcMMOLevel: "Level"
|
||||||
|
haveCompleted: "Dokončil jsi <quest>"
|
||||||
|
cannotComplete: "Nelze splnit <quest>"
|
||||||
|
questNotFound: "Úkol nebyl nalezen."
|
||||||
|
alreadyConversing: "Nyní jsi v konverzaci!"
|
||||||
|
inputNum: "Vstup musí být číslice."
|
||||||
|
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: "Nemuž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 itemy do dávkovače (dispenzeru) v úkolu."
|
||||||
|
questNoEnchant: "Nemůžeš enchantovat v úkolu."
|
||||||
|
questNoSmelt: "Nemůžeš používat pec v úkolu."
|
||||||
|
questInfoNoPerms: "Nemáte oprávnění k zobrazení informací o úkolu."
|
||||||
|
questCmdNoPerms: "Nemáš oprávnění k tomuto příkazu."
|
||||||
|
pageSelectionNum: "Vybraná stránka musí být číslo."
|
||||||
|
pageSelectionPosNum: "Vybraná stránka musí být pozitivní číslo."
|
||||||
|
questListNoPerms: "Nemáte oprávnění k zobrazení seznamu úkolů."
|
||||||
|
questTakeNoPerms: "Nemáš povolení k přijímání úkolů pomocí příkazů."
|
||||||
|
questTakeDisabled: "Přijímání úkolů přes příkaz deaktivováno."
|
||||||
|
questQuit: "Ukončil jsi úkol <quest>"
|
||||||
|
questQuitNoPerms: "Nemáte oprávnění ukončovat úkoly."
|
||||||
|
questQuitDisabled: "Ukončování úkolů deaktivováno."
|
||||||
|
questEditorNoPerms: "Nemáte oprávnění používat editor úkolů."
|
||||||
|
eventEditorNoPerms: "Nemáš oprávnění na používání eventového Editoru."
|
||||||
|
questsUnknownCommand: "Neznámý úkolový příkaz. Zadej /quests pro pomoc."
|
||||||
|
pageNotExist: "Stránka neexistuje."
|
||||||
|
pageFooter: "- Stránka <current> z <all> -"
|
||||||
|
questsReloaded: "Úkoly se znovu načetly."
|
||||||
|
numQuestsLoaded: "<number> úkolů načteno."
|
||||||
|
questForceTake: "<player> Násilně spustil úkol <quest>."
|
||||||
|
questForcedTake: "<player> Vás donutil spustit úkol <quest>."
|
||||||
|
questForceQuit: "<player> Násilně ukončil úkol <quest>."
|
||||||
|
questForcedQuit: "<player> Vás donutil ukončit úkol <quest>."
|
||||||
|
questForceFinish: "<player> Násilně dokončil úkol <quest>."
|
||||||
|
questForcedFinish: "<player> Vás donutil dokončil úkol <quest>."
|
||||||
|
questForceNextStage: "<player> postoupil do další fáze úkolu <quest>."
|
||||||
|
questForcedNextStage: "<player> vás posunul na sdalší fázi v úkolu <quest>."
|
||||||
|
questPurged: "<player> byl dán na černou listinu."
|
||||||
|
questReset: "<player> byl vyresetován."
|
||||||
|
questRemoved: "Úkol <quest> byl smazán ze seznamu hráče <player> splněných úkolů."
|
||||||
|
settingAllQuestPoints: "Nastavení bodů z úkolu u všech hráčů."
|
||||||
|
allQuestPointsSet: "Body z úkolů byli u všech hráčů nastaveny na <number>!"
|
||||||
|
setQuestPoints: "<player> body z úkolu byli nastaveny na <number>."
|
||||||
|
questPointsSet: "<player> nastavil tvoje body z úkolu na <number>."
|
||||||
|
takeQuestPoints: "Odnesli <number> bodů z úkolu <player>."
|
||||||
|
questPointsTaken: "<player> vzal <number> bodů z úkolu."
|
||||||
|
giveQuestPoints: "Dal <number> Bodů z úkolu <player>."
|
||||||
|
questPointsGiven: "<player> ti dal <number> bodů z úkolu."
|
||||||
|
enableNPCGUI: "<npc> nyní poskytne zobrazení GUI úkolu."
|
||||||
|
disableNPCGUI: "<npc> již nebude poskytovat zobrazení GUI úkolu."
|
||||||
|
invalidNumber: "Neplatné číslo."
|
||||||
|
noCurrentQuest: "<player> Nemá nyní žádné aktivní úkoly."
|
||||||
|
playerNotFound: "Hráč nebyl nalezen."
|
||||||
|
invalidStageNum: "Neplatné číslo fáze pro úkol <quest>"
|
||||||
|
errorNPCID: 'Error: Tady není žádné NPC s ID <number>'
|
||||||
|
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."
|
||||||
|
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ů."
|
||||||
|
ENCHANTMENT_ARROW_DAMAGE: "Síla"
|
||||||
|
ENCHANTMENT_ARROW_FIRE: "Plamen"
|
||||||
|
ENCHANTMENT_ARROW_INFINITE: "BezednýToulec"
|
||||||
|
ENCHANTMENT_ARROW_KNOCKBACK: "Odhození"
|
||||||
|
ENCHANTMENT_BINDING_CURSE: "Kletba Spoutání"
|
||||||
|
ENCHANTMENT_DAMAGE_ALL: "Ostrost"
|
||||||
|
ENCHANTMENT_DAMAGE_ARTHROPODS: "HmyzákovaZáhuba"
|
||||||
|
ENCHANTMENT_DEPTH_STRIDER: "Rychloplavec"
|
||||||
|
ENCHANTMENT_DAMAGE_UNDEAD: "Srážení"
|
||||||
|
ENCHANTMENT_DIG_SPEED: "Účinnost"
|
||||||
|
ENCHANTMENT_DURABILITY: "Nerozbitnost"
|
||||||
|
ENCHANTMENT_FIRE_ASPECT: "Síla Ohně"
|
||||||
|
ENCHANTMENT_FROST_WALKER: "Mrazík"
|
||||||
|
ENCHANTMENT_KNOCKBACK: "Odražení"
|
||||||
|
ENCHANTMENT_LOOT_BONUS_BLOCKS: "Štěstí"
|
||||||
|
ENCHANTMENT_LOOT_BONUS_MOBS: "Kořist"
|
||||||
|
ENCHANTMENT_LUCK: "Rybářské štěstí"
|
||||||
|
ENCHANTMENT_LURE: "Návnada"
|
||||||
|
ENCHANTMENT_MENDING: "Oprava"
|
||||||
|
ENCHANTMENT_OXYGEN: "Dýchání"
|
||||||
|
ENCHANTMENT_PROTECTION_ENVIRONMENTAL: "Obrana"
|
||||||
|
ENCHANTMENT_PROTECTION_EXPLOSIONS: "Obrana proti výbuchu"
|
||||||
|
ENCHANTMENT_PROTECTION_FALL: "Lehkost pírka"
|
||||||
|
ENCHANTMENT_PROTECTION_FIRE: "Obrana proti ohni"
|
||||||
|
ENCHANTMENT_PROTECTION_PROJECTILE: "Obrana proti střelám"
|
||||||
|
ENCHANTMENT_SILK_TOUCH: "Jemný dotyk"
|
||||||
|
ENCHANTMENT_SWEEPING: "Svištivé ostří"
|
||||||
|
ENCHANTMENT_THORNS: "Trny"
|
||||||
|
ENCHANTMENT_VANISHING_CURSE: "Kletba spoutání"
|
||||||
|
ENCHANTMENT_WATER_WORKER: "Jako ryba ve vodě"
|
||||||
|
COLOR_BLACK: "Černá"
|
||||||
|
COLOR_BLUE: "Modrá"
|
||||||
|
COLOR_BROWN: "Hnědá"
|
||||||
|
COLOR_CYAN: "Tyrkysová"
|
||||||
|
COLOR_GRAY: "Šedá"
|
||||||
|
COLOR_GREEN: "Zelená"
|
||||||
|
COLOR_LIGHT_BLUE: "Světle modrá"
|
||||||
|
COLOR_LIME: "Limetková"
|
||||||
|
COLOR_MAGENTA: "Purpurová"
|
||||||
|
COLOR_ORANGE: "Oranžová"
|
||||||
|
COLOR_PINK: "Růžová"
|
||||||
|
COLOR_PURPLE: "Fialová"
|
||||||
|
COLOR_RED: "Červená"
|
||||||
|
COLOR_SILVER: "Stříbrná"
|
||||||
|
COLOR_WHITE: "Bílá"
|
||||||
|
COLOR_YELLOW: "Žlutá"
|
||||||
|
timeDay: "Den"
|
||||||
|
timeDays: "Dny"
|
||||||
|
timeHour: "Hodina"
|
||||||
|
timeHours: "Hodiny"
|
||||||
|
timeMinute: "Minuta"
|
||||||
|
timeMinutes: "Minuty"
|
||||||
|
timeSecond: "Sekunda"
|
||||||
|
timeSeconds: "Sekundy"
|
||||||
|
timeMillisecond: "Milisekunda"
|
||||||
|
timeMilliseconds: "Milisekundy"
|
||||||
|
event: "Událost"
|
||||||
|
delay: "Prodleva"
|
||||||
|
save: "Uložit"
|
||||||
|
exit: "Odejít"
|
||||||
|
exited: "Odešel"
|
||||||
|
cancel: "Zrušit"
|
||||||
|
cancelled: "Zavřeno"
|
||||||
|
questTimeout: "Zavřeno."
|
||||||
|
back: "Zpátky"
|
||||||
|
yesWord: "Ano"
|
||||||
|
noWord: "Ne"
|
||||||
|
"true": "pravda"
|
||||||
|
"false": "nepravda"
|
||||||
|
clear: "Vymazat"
|
||||||
|
edit: "Upravit"
|
||||||
|
none: "Žádný"
|
||||||
|
done: "Hotovo"
|
||||||
|
comma: "Čárka"
|
||||||
|
finish: "Dokončit"
|
||||||
|
quit: "Ukončit"
|
||||||
|
noneSet: "Není nastaveno "
|
||||||
|
noDelaySet: "Žádná prodleva nenastavena"
|
||||||
|
noIdsSet: "Žádné ID nenastaveno"
|
||||||
|
noNamesSet: "Žádné jméno nenastaveno"
|
||||||
|
worlds: "Světy"
|
||||||
|
mobs: "Monstra"
|
||||||
|
points: "Body"
|
||||||
|
invalidOption: "Neplatné nastavení!"
|
||||||
|
npcHint: 'Poznámka: Klepnutím levým nebo pravým tlačítkem na NPC můžete získat ID.'
|
||||||
|
listDuplicate: "Seznam obsahuje duplikáty!"
|
||||||
|
id: "ID"
|
||||||
|
quest: "Úkol"
|
||||||
|
quests: "Úkoly"
|
||||||
|
createdBy: "Vytvořil"
|
||||||
|
continuedBy: "a doděláno"
|
||||||
|
questPoints: "Úkolové body"
|
||||||
|
accepted: "Potvrzeno"
|
||||||
|
complete: "Dokončeno"
|
||||||
|
redoable: "Redoble"
|
||||||
|
usage: "Použití"
|
||||||
|
redoableEvery: "Redoble každých <time>."
|
||||||
|
requirements: "Požadavky"
|
||||||
|
money: "Peníze"
|
||||||
|
with: "s"
|
||||||
|
to: "na"
|
||||||
|
blocksWithin: "do <amount> bloků z"
|
||||||
|
valRequired: "Hodnota je zapotřebí"
|
||||||
|
enchantedItem: "*Očarováno*"
|
||||||
|
experience: "Zkušenosti"
|
||||||
|
timerMessage: '<green>Zbývající čas k dokončení úkolu/fáze: <red>%s vteřin'
|
||||||
|
timerStart: "<green>Máte <red>%s sekund <green>k dokončení úkolu/fáze"
|
||||||
|
questErrorReadingFile: "Chyba při čtení souborů úkolů."
|
||||||
|
questSaveError: "Při ukládání nastala chyba."
|
||||||
|
questBlacklisted: "Jste zapsán na černou listinu. Pokud došlo k chybě, kontaktuje administrátora."
|
858
src/main/resources/lang/da-DK/strings.yml
Normal file
858
src/main/resources/lang/da-DK/strings.yml
Normal file
@ -0,0 +1,858 @@
|
|||||||
|
---
|
||||||
|
questFailed: "*QUEST FAILED MATEY*"
|
||||||
|
questMaxAllowed: "Ye may only have up t' <number> Quests."
|
||||||
|
questAlreadyOn: "Ye be already on that Quest!"
|
||||||
|
questTooEarly: "Ye may nah take <quest> again fer another <time>."
|
||||||
|
questAlreadyCompleted: "Ye 'ave already looted <quest>."
|
||||||
|
questInvalidLocation: "Ye may nah take <quest> at this location."
|
||||||
|
questInvalidDeliveryItem: "<item> ain't a required item fer this quest!"
|
||||||
|
questSelectedLocation: "Chosen spot"
|
||||||
|
questDisplayHelp: "- Vis denne hjælp"
|
||||||
|
COMMAND_LIST: "liste"
|
||||||
|
COMMAND_LIST_HELP: "liste [side] - Tilgængelige Quests"
|
||||||
|
COMMAND_TAKE: "tage"
|
||||||
|
COMMAND_TAKE_HELP: "tag [quest navn] - Acceptere en Quest"
|
||||||
|
COMMAND_TAKE_USAGE: 'Brug: /quests tag [quest]'
|
||||||
|
COMMAND_QUIT: "afslut"
|
||||||
|
COMMAND_QUIT_HELP: "afslut [quest] - Afslutter den nuværende Quest"
|
||||||
|
COMMAND_EDITOR: "editor"
|
||||||
|
COMMAND_EDITOR_HELP: "editor - Opret/redigere Quests"
|
||||||
|
COMMAND_EVENTS_EDITOR: "begivenheder"
|
||||||
|
COMMAND_EVENTS_EDITOR_HELP: "begivenheder - Opret/Redigere begivenheder"
|
||||||
|
COMMAND_STATS: "statistik"
|
||||||
|
COMMAND_STATS_HELP: "status - Se din Quests status"
|
||||||
|
COMMAND_TOP: "top"
|
||||||
|
COMMAND_TOP_HELP: "top [nummer] - Se top Questers"
|
||||||
|
COMMAND_TOP_USAGE: 'Brug: /quests top [nummer]'
|
||||||
|
COMMAND_INFO: "info"
|
||||||
|
COMMAND_INFO_HELP: "info - Viser plugin information"
|
||||||
|
COMMAND_JOURNAL: "questbog"
|
||||||
|
COMMAND_JOURNAL_HELP: "questbog - Se eller fjern din questbog"
|
||||||
|
COMMAND_QUEST_HELP: "- Viser aktuelle Quest mål"
|
||||||
|
COMMAND_QUESTINFO_HELP: "[quest navn] - Viser Quest information"
|
||||||
|
COMMAND_QUESTADMIN_HELP: "- Se Questadmin hjælp"
|
||||||
|
COMMAND_QUESTADMIN_STATS: "statistisk"
|
||||||
|
COMMAND_QUESTADMIN_STATS_HELP: "statistisk [spiller] - se Quest statistikken over en spiller"
|
||||||
|
COMMAND_QUESTADMIN_GIVE: "giv"
|
||||||
|
COMMAND_QUESTADMIN_GIVE_HELP: "giv [spiller] [quest] - tvinger en spiller til at tage en quest"
|
||||||
|
COMMAND_QUESTADMIN_QUIT: "afslut"
|
||||||
|
COMMAND_QUESTADMIN_QUIT_HELP: "afslut [spiller] [quest] - Tvinger en spiller til at afslutte deres quest"
|
||||||
|
COMMAND_QUESTADMIN_POINTS: "point"
|
||||||
|
COMMAND_QUESTADMIN_POINTS_HELP: "points [spiller] [beløb] - sæt en spillers Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS: "tagpoints"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "tagpoints [spiller] [beløb] - Tag en spillers Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS: "givpoints"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givpoints [spiller] [beløb] - Giv en spiller Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] - Sæt alle players' Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_FINISH: "afslut"
|
||||||
|
COMMAND_QUESTADMIN_FINISH_HELP: "afslut [spiller] [quest] - Fuldføre en quest for en spiller med det sammen"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE: "næste"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "næste [spiller] [quest] - Fuldføre en stadie for en spiller"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE: "setstadie"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE_HELP: "setstaide [spiller] [quest] [fase] - Sæt den aktuelle fase for en spiller"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Brug: /questadmin setstadie [spiller] [quest] [fase]'
|
||||||
|
COMMAND_QUESTADMIN_PURGE: "udrensning"
|
||||||
|
COMMAND_QUESTADMIN_PURGE_HELP: "rens [spiller] - Renser alt Quest data fra en spiller og blacklister dem"
|
||||||
|
COMMAND_QUESTADMIN_RESET: "nulstil"
|
||||||
|
COMMAND_QUESTADMIN_RESET_HELP: "nustil [spiller] - Nulstiller alt Quests data fra en spiller"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE: "fjern"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE_HELP: "fjern [spiller] [quest] - Fjerner en fuldført Quest fra en spiller"
|
||||||
|
COMMAND_QUESTADMIN_TOGGLEGUI: "togglegui"
|
||||||
|
COMMAND_QUESTADMIN_TOGGLEGUI_HELP: "togglegui [npc id] - skifter GUI Quest Displayet på en NPC"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD: "reload"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD_HELP: "reload - Reloader alle Quests"
|
||||||
|
questEditorHeader: "Opret Quest"
|
||||||
|
questEditorCreate: "Opret ny Quest"
|
||||||
|
questEditorEdit: "Redigere en Quest"
|
||||||
|
questEditorDelete: "Fjern en Quest"
|
||||||
|
questEditorName: "Sæt navnet"
|
||||||
|
questEditorAskMessage: "Sæt spørg besked"
|
||||||
|
questEditorFinishMessage: "Sæt slut besked"
|
||||||
|
questEditorRedoDelay: "Sæt gentagelses tid"
|
||||||
|
questEditorNPCStart: "Sæt NPC start"
|
||||||
|
questEditorBlockStart: "Sæt Block start"
|
||||||
|
questEditorInitialEvent: "Sæt indledende begivenhed"
|
||||||
|
questEditorSetGUI: "Sæt GUI Item display"
|
||||||
|
questEditorReqs: "Redigere kravende"
|
||||||
|
questEditorStages: "Redigere faserne"
|
||||||
|
questEditorRews: "Redigere belønninger"
|
||||||
|
questEditorEnterQuestName: "Skriv Quest navn (Eller 'annuller' for at gå tilbage)"
|
||||||
|
questEditorEditEnterQuestName: "Skriv Quest navn til at redigere, eller 'annuller' for at vende tilbage"
|
||||||
|
questEditorEnterAskMessage: "Skriv spørge beskeden (eller 'annuller' for at vende tilbage)"
|
||||||
|
questEditorEnterFinishMessage: "Skriv slut beskeden (eller 'annuller' for at vende tilbage)"
|
||||||
|
questEditorEnterRedoDelay: "Angiv mængden af tid (i sekunder), 0 til at tage questen igen, eller -1 for at annullere "
|
||||||
|
questEditorEnterNPCStart: "Skriv NPC's ID, -1 for at fjerne den valgte NPC, eller -2 for at anullere"
|
||||||
|
questEditorEnterBlockStart: "Højre-klik på en block for at sætte start pointet, derefter indtast 'udført' for at gemmen det, eller indtast 'fjern' for at fjerne block starten, eller 'annullere' for at vende tilbage"
|
||||||
|
questEditorEnterInitialEvent: "Skriv et begivenheds navn, eller skriv 'fjern' for at fjerne den begivenhed, eller 'annullere' for at vende tilbage"
|
||||||
|
questRequiredNoneSet: "Kræves, ingen indstilling sat"
|
||||||
|
questWGSetRegion: "Sæt område"
|
||||||
|
questWGNotInstalled: "WorldGuard er ikke indstallerede"
|
||||||
|
questWGPrompt: "Skriv navnet på WorldGuard området, eller skriv 'fjern' for at fjerne den, eller 'annullere' for at vende tilbage."
|
||||||
|
questWGInvalidRegion: "<region> er ikke et gyldigt WorldGuard område!"
|
||||||
|
questWGRegionCleared: "Quest område fjernet."
|
||||||
|
questCitNotInstalled: "Citizens er ikke installeret"
|
||||||
|
questDenNotInstalled: "Denizen er ikke installeret"
|
||||||
|
questGUIError: 'Fejl: Dette item bruges allerede som display til Questen <quest>.'
|
||||||
|
questCurrentItem: "Aktuel item:"
|
||||||
|
questSetItem: "Sæt item"
|
||||||
|
questClearItem: "Fjern item"
|
||||||
|
questGUICleared: "Quest GUI item display ryddet."
|
||||||
|
questDeleted: "Quest fjernet! Quests og begivenheder er blevet genindlæst."
|
||||||
|
questEditorNameExists: "En Quest med det navn findes allerede!"
|
||||||
|
questEditorBeingEdited: "Nogen opretter/rediger en Quest med dette navn!"
|
||||||
|
questEditorInvalidQuestName: "Navnet må ikke indeholde punktom eller kommaer!"
|
||||||
|
questEditorInvalidEventName: "er ikke et gyldigt begivenhedsnavn!"
|
||||||
|
questEditorInvalidNPC: "Ingen NPC findes med den ID!"
|
||||||
|
questEditorNoStartBlockSelected: "Du skal vælge en block først."
|
||||||
|
questEditorPositiveAmount: "Tallet skal være et positivt tal."
|
||||||
|
questEditorQuestAsRequirement1: "De følgende Quests har"
|
||||||
|
questEditorQuestAsRequirement2: "som et krav:"
|
||||||
|
questEditorQuestAsRequirement3: "Du skal ændre disse Quests, så de ikke bruger dem før du sletter dem."
|
||||||
|
questEditorQuestNotFound: "Quest ikke fundet!"
|
||||||
|
questEditorEventCleared: "Indledende begivenhed ryddet."
|
||||||
|
questEditorSave: "Afslut og gem"
|
||||||
|
questEditorNeedAskMessage: "Du skal angive en spørg besked!"
|
||||||
|
questEditorNeedFinishMessage: "Du skal angive en slut bedsked!"
|
||||||
|
questEditorNeedStages: "Din Quest har ingen faser!"
|
||||||
|
questEditorSaved: "Quest saved! (Ye will needs t' perform a Quest reload fer it t' appear)"
|
||||||
|
questEditorExited: "Are ye sure ye wants t' exit without savin'?"
|
||||||
|
questEditorDeleted: "Are ye sure ye wants t' scuttle th' Quest"
|
||||||
|
questEditorNoPermsCreate: "Ye do nah 'ave permission t' create Quests."
|
||||||
|
questEditorNoPermsEdit: "Ye do nah 'ave permission t' edit Quests."
|
||||||
|
questEditorNoPermsDelete: "Ye do nah 'ave permission t' scuttle Quests."
|
||||||
|
stageEditorEditStage: "Rediger scene"
|
||||||
|
stageEditorNewStage: "Tilføj ny scene"
|
||||||
|
stageEditorStages: "Scener"
|
||||||
|
stageEditorStage: "Scene"
|
||||||
|
stageEditorBreakBlocks: "Smadre blokke"
|
||||||
|
stageEditorDamageBlocks: "Skader blokke"
|
||||||
|
stageEditorPlaceBlocks: "Placere blokke"
|
||||||
|
stageEditorUseBlocks: "Brug blokke"
|
||||||
|
stageEditorCutBlocks: "Skær blokke"
|
||||||
|
stageEditorCatchFish: "Fang fisk"
|
||||||
|
stageEditorFish: "fisk"
|
||||||
|
stageEditorKillPlayers: "Dræb spillere"
|
||||||
|
stageEditorPlayers: "spillere"
|
||||||
|
stageEditorEnchantItems: "Enchant Items"
|
||||||
|
stageEditorDeliverItems: "Levere items"
|
||||||
|
stageEditorTalkToNPCs: "Tal til NPC'er"
|
||||||
|
stageEditorKillNPCs: "Dræb NPC'er"
|
||||||
|
stageEditorKillMobs: "Dræb Mobs"
|
||||||
|
stageEditorReachLocs: "Reach spots"
|
||||||
|
stageEditorReachRadii1: "Nå området inden"
|
||||||
|
stageEditorReachRadii2: "blokke af"
|
||||||
|
stageEditorTameMobs: "Tem Mobs"
|
||||||
|
stageEditorShearSheep: "Klip får"
|
||||||
|
stageEditorEvents: "Begivenheder"
|
||||||
|
stageEditorStageEvents: "Stadies Begivenheder"
|
||||||
|
stageEditorStartEvent: "Start begivenhed"
|
||||||
|
stageEditorStartEventCleared: "Start begivenhed fjernet."
|
||||||
|
stageEditorFinishEvent: "Udfør begivenhed"
|
||||||
|
stageEditorFinishEventCleared: "Slut begivenheden fjernet."
|
||||||
|
stageEditorChatEvents: "Chat begivenheder"
|
||||||
|
stageEditorChatTrigger: "Chat Udløser"
|
||||||
|
stageEditorTriggeredBy: "Udløst af"
|
||||||
|
stageEditorChatEventsCleared: "Chat begivenheder fjernet."
|
||||||
|
stageEditorDeathEvent: "Døds begivenhed"
|
||||||
|
stageEditorDeathEventCleared: "Døds begivenhed fjernet."
|
||||||
|
stageEditorDisconnectEvent: "Gik ud begivenhed"
|
||||||
|
stageEditorDisconnectEventCleared: "Gik ud begivenhed fjernet."
|
||||||
|
stageEditorDelayMessage: "Forsinkels besked"
|
||||||
|
stageEditorDenizenScript: "Denizen Script"
|
||||||
|
stageEditorStartMessage: "Start besked"
|
||||||
|
stageEditorCompleteMessage: "Færdig gjort besked"
|
||||||
|
stageEditorDelete: "Fjernet scene"
|
||||||
|
stageEditorSetBlockNames: "Sæt blok navne"
|
||||||
|
stageEditorSetBlockAmounts: "Sæt antal blok"
|
||||||
|
stageEditorSetBlockDurability: "Sæt blok holdbarheden"
|
||||||
|
stageEditorSetDamageAmounts: "Sæt antal skade"
|
||||||
|
stageEditorSetPlaceAmounts: "Sæt antal placeringer"
|
||||||
|
stageEditorSetUseAmounts: "Sæt antal brugte"
|
||||||
|
stageEditorSetCutAmounts: "Sæt antal skæringer"
|
||||||
|
stageEditorSetKillAmounts: "Sæt antal dræbe"
|
||||||
|
stageEditorSetEnchantAmounts: "Sæt antal besværgelse"
|
||||||
|
stageEditorSetMobAmounts: "Sæt antal mob"
|
||||||
|
stageEditorSetEnchantments: "Sæt besværgelser"
|
||||||
|
stageEditorSetItemNames: "Sæt item navne"
|
||||||
|
stageEditorSetKillIds: "Sæt NPC ID'er"
|
||||||
|
stageEditorSetMobTypes: "Sæt mob typer"
|
||||||
|
stageEditorSetKillLocations: "Sæt dræbe steder"
|
||||||
|
stageEditorSetKillLocationRadii: "Sæt dræbe steder radius"
|
||||||
|
stageEditorSetKillLocationNames: "Sæt dræbe steder navne"
|
||||||
|
stageEditorSetLocations: "Sæt steder"
|
||||||
|
stageEditorSetLocationRadii: "Sæt steder radius"
|
||||||
|
stageEditorSetLocationNames: "Sæt steder navne"
|
||||||
|
stageEditorSetTameAmounts: "Sæt antal tæmme"
|
||||||
|
stageEditorSetShearColors: "Sæt får farver"
|
||||||
|
stageEditorSetShearAmounts: "Sæt antal klippe"
|
||||||
|
stageEditorPassword: "Adgangskode mål"
|
||||||
|
stageEditorAddPasswordDisplay: "Tilføj adgangskode til visning"
|
||||||
|
stageEditorAddPasswordPhrases: "Tilføj adgangskode sætninger"
|
||||||
|
stageEditorNoPasswordDisplays: "Ingen adgangskode sat til display"
|
||||||
|
stageObjectiveOverride: "Objektive Display Override"
|
||||||
|
stageEditorCustom: "Håndlavede mål"
|
||||||
|
stageEditorNoModules: "Intet modul indlæst"
|
||||||
|
stageEditorModuleNotFound: "Håndlavede objektiv modul blev ikke fundet."
|
||||||
|
stageEditorCustomPrompt: "Skriv navnet på den håndlavede objektivet for at tilføje den, eller skriv 'clear' for at fjerne alle håndlavede objekter, eller 'cancel' for at gå tilbage."
|
||||||
|
stageEditorCustomAlreadyAdded: "Dette håndlavede objekt er allerede blevet tilføjet!"
|
||||||
|
stageEditorCustomCleared: "Håndlavede objekt ryddet."
|
||||||
|
stageEditorCustomDataPrompt: "Skriv værdien for <data>:"
|
||||||
|
stageEditorEnterBlockNames: "Skriv blok navne (eller ID), adskil hver ID mellem et mellemrum, eller skriv 'cancel' for at vende tilbage."
|
||||||
|
stageEditorBreakBlocksPrompt: "Skriv antal ødelæggelse af blokke (skal være tal), adskil hver enkelt af et mellem, eller skriv 'cancel' for at vende tilbage."
|
||||||
|
stageEditorDamageBlocksPrompt: "Skriv antal skade (skal være tal), adskil hver enkelt med et mellemrum, eller skriv 'cancel' for at vende tilbage."
|
||||||
|
stageEditorPlaceBlocksPrompt: "Skriv antal blokke sat (I tal), adskil hver enkelt med mellemrum, eller skriv 'cancel' for at vende tilbage."
|
||||||
|
stageEditorUseBlocksPrompt: "Skriv antallet brugte (i tal), adskil hver enkelt med mellemrum, eller skriv 'cancel' for at vende tilbage."
|
||||||
|
stageEditorCutBlocksPrompt: "Skriv antal snits (i tal), adskil hver enkelt med mellemrum, eller skriv 'cancel' for at vende tilbage."
|
||||||
|
stageEditorEnterBlockDurability: "Skriv blok holdbarhed (i tal), adskil hver enkelt med et mellemrum, eller skriv 'cancel' for at vende tilbage."
|
||||||
|
stageEditorCatchFishPrompt: "Skriv numre på hvor mange fisk der skal fanges, eller skriv 0 for at fjerne målet, eller -1 for at annullere"
|
||||||
|
stageEditorKillPlayerPrompt: "Skriv numre på hvor mange spillere der skal dræbes, eller 0 for at ryddet tallet, eller -1 for at annullere"
|
||||||
|
stageEditorEnchantTypePrompt: "Skriv enchantments navne, adskil hver af dem med et mellemrum, eller skriv 'cancel' for at vende tilbage."
|
||||||
|
stageEditorEnchantAmountsPrompt: "Skriv antal enchantments (i tal), adskil hver af dem med et mellemrum, eller skriv 'cancel' for at vende tilbage."
|
||||||
|
stageEditorItemNamesPrompt: "Skriv item navne, adskil dem med et mellemrum, eller skriv 'cancel' for at vende tilbage."
|
||||||
|
stageEditorNPCPrompt: "Skriv NPC IDs, adskil dem med et mellemrum, eller skriv 'cancel' for at vende tilbage."
|
||||||
|
stageEditorNPCToTalkToPrompt: "Skriv NPC ID'et, adskil hver enkelt med et mellemrum, eller skriv 'clear' for at ryddet lisen, eller skriv 'cancel' for at vende tilbage."
|
||||||
|
stageEditorDeliveryMessagesPrompt: "Skriv laveringens bedsked, adskil hver enkelt, med et semicolon, eller skriv 'cancel' for at vende tilbage."
|
||||||
|
stageEditorKillNPCsPrompt: "Skriv antal dræbs (i tal), adskil hver enkelt med et mellem, eller skriv 'cancel' for at vende tilbage."
|
||||||
|
stageEditorMobsPrompt: "Angiv mob navnet, adskil dem med et mellemrum, eller skriv 'cancel' for at vende tilbage"
|
||||||
|
stageEditorMobAmountsPrompt: "Enter mob amounts separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationPrompt: "Right-click on a block t' select it, then enter 'add' t' add it t' th' kill spot list, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationRadiiPrompt: "Enter kill spot radii (number o' blocks) separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||||
|
stageEditorTameAmountsPrompt: "Enter tame amounts separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorShearColorsPrompt: "Enter sheep colors separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorShearAmountsPrompt: "Enter shear amounts separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorEventsPrompt: "Enter an event name, or enter 'clear' to clear the event, or 'cancel' to return"
|
||||||
|
stageEditorChatEventsPrompt: "Enter an event name to add, or enter 'clear' to clear all chat events, or 'cancel' to return"
|
||||||
|
stageEditorChatEventsTriggerPromptA: "Enter a chat trigger for"
|
||||||
|
stageEditorChatEventsTriggerPromptB: "or enter 'cancel' to return."
|
||||||
|
stageEditorDelayPrompt: "Enter time (in seconds), or enter 'clear' to clear the delay, or 'cancel' to return"
|
||||||
|
stageEditorDelayMessagePrompt: "Enter delay message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorScriptPrompt: "Enter script name, or enter 'clear' to clear the script, or 'cancel' to return"
|
||||||
|
stageEditorStartMessagePrompt: "Enter start message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorCompleteMessagePrompt: "Enter complete message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorPasswordDisplayPrompt: "Enter a password display, or 'cancel' to return"
|
||||||
|
stageEditorPasswordDisplayHint: "(This is the text that will be displayed to the player as their objective)"
|
||||||
|
stageEditorPasswordPhrasePrompt: "Enter a password phrase, or 'cancel' to return"
|
||||||
|
stageEditorPasswordPhraseHint1: "(This is the text that a player has to say to complete the objective)"
|
||||||
|
stageEditorPasswordPhraseHint2: "If you want multiple password phrases, seperate them by a | (pipe)"
|
||||||
|
stageEditorObjectiveOverridePrompt: "Enter objective display override, or 'clear' to clear the override, or 'cancel' to return."
|
||||||
|
stageEditorObjectiveOverrideHint: "(The objective display override will show up as the players current objective)"
|
||||||
|
stageEditorObjectiveOverrideCleared: "Objective display override cleared."
|
||||||
|
stageEditorDeliveryAddItem: "Add item"
|
||||||
|
stageEditorDeliveryNPCs: "Set NPC IDs"
|
||||||
|
stageEditorDeliveryMessages: "Set delivery messages"
|
||||||
|
stageEditorContainsDuplicates: "List contains duplicates!"
|
||||||
|
stageEditorInvalidBlockName: "is not a valid block name!"
|
||||||
|
stageEditorInvalidEnchantment: "is not a valid enchantment name!"
|
||||||
|
stageEditorInvalidNPC: "is not a valid NPC ID!"
|
||||||
|
stageEditorInvalidMob: "is not a valid mob name!"
|
||||||
|
stageEditorInvalidItemName: "is not a valid item name!"
|
||||||
|
stageEditorInvalidNumber: "is not a number!"
|
||||||
|
stageEditorInvalidDye: "is not a valid dye color!"
|
||||||
|
stageEditorInvalidEvent: "is not a valid event name!"
|
||||||
|
stageEditorDuplicateEvent: "Event is already in the list!"
|
||||||
|
stageEditorInvalidDelay: "Delay must be at least one second!"
|
||||||
|
stageEditorInvalidScript: "Denizen script not found!"
|
||||||
|
stageEditorNoCitizens: "Citizens is not installed!"
|
||||||
|
stageEditorNoDenizen: "Denizen is not installed!"
|
||||||
|
stageEditorPositiveAmount: "You must enter a positive number!"
|
||||||
|
stageEditorNoNumber: "Input was not a number!"
|
||||||
|
stageEditorNotGreaterThanZero: "is not greater than 0!"
|
||||||
|
stageEditorNotListofNumbers: "Invalid entry, input was not a list of numbers!"
|
||||||
|
stageEditorNoDelaySet: "You must set a delay first!"
|
||||||
|
stageEditorNoBlockNames: "You must set block names first!"
|
||||||
|
stageEditorNoEnchantments: "You must set enchantments first!"
|
||||||
|
stageEditorNoItems: "You must add items first!"
|
||||||
|
stageEditorNoDeliveryMessage: "You must set at least one delivery message!"
|
||||||
|
stageEditorNoNPCs: "You must set NPC IDs first!"
|
||||||
|
stageEditorNoMobTypes: "You must set mob types first!"
|
||||||
|
stageEditorNoKillLocations: "You must set kill locations first!"
|
||||||
|
stageEditorNoBlockSelected: "You must select a block first."
|
||||||
|
stageEditorNoColors: "You must set colors first!"
|
||||||
|
stageEditorNoLocations: "You must set locations first!"
|
||||||
|
stageEditorNoEnchantmentsSet: "No enchantments set"
|
||||||
|
stageEditorNoItemsSet: "No items set"
|
||||||
|
stageEditorNoMobTypesSet: "No mob types set"
|
||||||
|
stageEditorNoLocationsSet: "No locations set"
|
||||||
|
stageEditorNoColorsSet: "No colors set"
|
||||||
|
stageEditorListNotSameSize: "The block names list and the amounts list are not the same size!"
|
||||||
|
stageEditorEnchantmentNotSameSize: "The enchantments list, the item id list and the enchant amount list are not the same size!"
|
||||||
|
stageEditorDeliveriesNotSameSize: "The item list and the NPC list are not equal in size!"
|
||||||
|
stageEditorNPCKillsNotSameSize: "The NPC IDs list and the kill amounts list are not the same size!"
|
||||||
|
stageEditorAllListsNotSameSize: "All of your lists are not the same size!"
|
||||||
|
stageEditorMobTypesNotSameSize: "The mob types list and the mob amounts list are not the same size!"
|
||||||
|
stageEditorTameMobsNotSameSize: "The mob types list and the tame amounts list are not the same size!"
|
||||||
|
stageEditorShearNotSameSize: "The sheep colors list and the shear amounts list are not the same size!"
|
||||||
|
stageEditorMustSetPasswordDisplays: "You must add at least one password display first!"
|
||||||
|
stageEditorAddPasswordCleared: "Adgangskode måls ryddet."
|
||||||
|
stageEditorPasswordNotSameSize: "Adgangskodens display og adgangskodelister er ikke samme størrelse!"
|
||||||
|
stageEditorListContainsDuplicates: " List contains duplicates!"
|
||||||
|
stageEditorDelayCleared: "Delay cleared."
|
||||||
|
stageEditorDelayMessageCleared: "Delay message cleared."
|
||||||
|
stageEditorDenizenCleared: "Denizen script cleared."
|
||||||
|
stageEditorBreakBlocksCleared: "Break blocks objective cleared."
|
||||||
|
stageEditorDamageBlocksCleared: "Damage blocks objective cleared."
|
||||||
|
stageEditorPlaceBlocksCleared: "Place blocks objective cleared."
|
||||||
|
stageEditorUseBlocksCleared: "Use blocks objective cleared."
|
||||||
|
stageEditorCutBlocksCleared: "Cut blocks objective cleared."
|
||||||
|
stageEditorEnchantmentsCleared: "Enchantment objective cleared."
|
||||||
|
stageEditorDeliveriesCleared: "Delivery objective cleared."
|
||||||
|
stageEditorReachLocationsCleared: "Reach Locations objective cleared."
|
||||||
|
stageEditorKillNPCsCleared: "Kill NPCs objective cleared."
|
||||||
|
stageEditorKillMobsCleared: "Kill Mobs objective cleared."
|
||||||
|
stageEditorTameCleared: "Tame Mobs objective cleared."
|
||||||
|
stageEditorShearCleared: "Shear Sheep objective cleared."
|
||||||
|
stageEditorStartMessageCleared: "Start message cleared."
|
||||||
|
stageEditorCompleteMessageCleared: "Complete message cleared."
|
||||||
|
stageEditorConfirmStageDelete: "Are you sure you want to delete this stage?"
|
||||||
|
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"
|
||||||
|
allListsNotSameSize: "All of your lists are not the same size!"
|
||||||
|
eventEditorCreate: "Opret en begivenhed"
|
||||||
|
eventEditorEdit: "Rediger en begivenhed"
|
||||||
|
eventEditorDelete: "Fjern en begivenhed"
|
||||||
|
eventEditorCreatePermisssions: "You do not have permission to create new Events."
|
||||||
|
eventEditorEditPermisssions: "You do not have permission to edit Events."
|
||||||
|
eventEditorDeletePermisssions: "You do not have permission to delete Events."
|
||||||
|
eventEditorNoneToEdit: "No Events currently exist to be edited!"
|
||||||
|
eventEditorNoneToDelete: "No Events currently exist to be deleted!"
|
||||||
|
eventEditorNotFound: "Begivenheden blev ikke fundet!"
|
||||||
|
eventEditorExists: "Begivenheden findes allerede!"
|
||||||
|
eventEditorSomeone: "Someone is already creating or editing an Event with that name!"
|
||||||
|
eventEditorAlpha: "Name must be alphanumeric!"
|
||||||
|
eventEditorErrorReadingFile: "Error reading Events file."
|
||||||
|
eventEditorErrorSaving: "An error occurred while saving."
|
||||||
|
eventEditorDeleted: "Event deleted, Quests and Events reloaded."
|
||||||
|
eventEditorSaved: "Event saved, Quests and Events reloaded."
|
||||||
|
eventEditorEnterEventName: "Enter an Event name, or 'cancel' to return."
|
||||||
|
eventEditorDeletePrompt: "Are you sure you want to delete the Event"
|
||||||
|
eventEditorQuitWithoutSaving: "Are you sure you want to quit without saving?"
|
||||||
|
eventEditorFinishAndSave: "Are you sure you want to finish and save the Event"
|
||||||
|
eventEditorModifiedNote: 'Note: You have modified an Event that the following Quests use:'
|
||||||
|
eventEditorForcedToQuit: "If you save the Event, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||||
|
eventEditorEventInUse: "The following Quests use the Event"
|
||||||
|
eventEditorMustModifyQuests: "eventEditorNotFound"
|
||||||
|
eventEditorListSizeMismatch: "The lists are not the same size!"
|
||||||
|
eventEditorListDuplicates: "List contains duplicates!"
|
||||||
|
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||||
|
eventEditorInvalidEntry: "Invalid entry"
|
||||||
|
eventEditorSetName: "Set name"
|
||||||
|
eventEditorSetMessage: "Set message"
|
||||||
|
eventEditorClearInv: "Clear player inventory"
|
||||||
|
eventEditorFailQuest: "Fail the quest"
|
||||||
|
eventEditorSetExplosions: "Set explosion locations"
|
||||||
|
eventEditorSetLightning: "Set lightning strike locations"
|
||||||
|
eventEditorSetEffects: "Set effects"
|
||||||
|
eventEditorSetStorm: "Set storm"
|
||||||
|
eventEditorSetThunder: "Set thunder"
|
||||||
|
eventEditorSetMobSpawns: "Set mob spawns"
|
||||||
|
eventEditorSetPotionEffects: "Set potion effects"
|
||||||
|
eventEditorSetHunger: "Set player hunger level"
|
||||||
|
eventEditorSetSaturation: "Set player saturation level"
|
||||||
|
eventEditorSetHealth: "Set player health level"
|
||||||
|
eventEditorEnterTimerSeconds: "Set number of seconds left before the quest fails (use cancel-timer event to cancel timers)"
|
||||||
|
eventEditorSetTimer: "Set time to fail quest"
|
||||||
|
eventEditorCancelTimer: "Cancel the quest timer"
|
||||||
|
eventEditorSetTeleport: "Set player teleport location"
|
||||||
|
eventEditorSetCommands: "Set commands to execute"
|
||||||
|
eventEditorItems: "Event Items"
|
||||||
|
eventEditorSetItems: "Give items"
|
||||||
|
eventEditorItemsCleared: "Event items cleared."
|
||||||
|
eventEditorAddItem: "Add item"
|
||||||
|
eventEditorSetItemNames: "Set item names"
|
||||||
|
eventEditorSetItemAmounts: "Set item amounts"
|
||||||
|
eventEditorNoNames: "No names set"
|
||||||
|
eventEditorMustSetNames: "You must set item names first!"
|
||||||
|
eventEditorInvalidName: "is not a valid item name!"
|
||||||
|
eventEditorNotGreaterThanZero: "is not greater than 0!"
|
||||||
|
eventEditorNotANumber: "is not a number!"
|
||||||
|
eventEditorStorm: "Event Storm"
|
||||||
|
eventEditorSetWorld: "Set world"
|
||||||
|
eventEditorSetDuration: "Set duration"
|
||||||
|
eventEditorNoWorld: "(No world set)"
|
||||||
|
eventEditorSetWorldFirst: "You must set a world first!"
|
||||||
|
eventEditorInvalidWorld: "is not a valid world name!"
|
||||||
|
eventEditorMustSetStormDuration: "You must set a storm duration!"
|
||||||
|
eventEditorStormCleared: "Storm data cleared."
|
||||||
|
eventEditorEnterStormWorld: "Enter a world name for the storm to occur in, or enter 'cancel' to return"
|
||||||
|
eventEditorEnterDuration: "Enter duration (in seconds)"
|
||||||
|
eventEditorAtLeastOneSecond: "Amount must be at least 1 second!"
|
||||||
|
eventEditorNotGreaterThanOneSecond: "is not greater than 1 second!"
|
||||||
|
eventEditorThunder: "Event Thunder"
|
||||||
|
eventEditorMustSetThunderDuration: "You must set a thunder duration!"
|
||||||
|
eventEditorThunderCleared: "Thunder data cleared."
|
||||||
|
eventEditorEnterThunderWorld: "Enter a world name for the thunder to occur in, or enter 'cancel' to return"
|
||||||
|
eventEditorEffects: "Event Effects"
|
||||||
|
eventEditorAddEffect: "Add effect"
|
||||||
|
eventEditorAddEffectLocation: "Add effect location"
|
||||||
|
eventEditorNoEffects: "No effects set"
|
||||||
|
eventEditorMustAddEffects: "You must add effects first!"
|
||||||
|
eventEditorInvalidEffect: "is not a valid effect name!"
|
||||||
|
eventEditorEffectsCleared: "Event effects cleared."
|
||||||
|
eventEditorEffectLocationPrompt: "Right-click on a block to play an effect at, then enter 'add' to add it to the list, or enter 'cancel' to return"
|
||||||
|
eventEditorMobSpawns: "Event Mob Spawns"
|
||||||
|
eventEditorAddMobTypes: "Add mob"
|
||||||
|
eventEditorNoTypesSet: "(No type set)"
|
||||||
|
eventEditorMustSetMobTypesFirst: "You must set the mob type first!"
|
||||||
|
eventEditorSetMobAmounts: "Set mob amount"
|
||||||
|
eventEditorNoAmountsSet: "(No amounts set)"
|
||||||
|
eventEditorMustSetMobAmountsFirst: "You must set mob amount first!"
|
||||||
|
eventEditorAddSpawnLocation: "Set spawn location"
|
||||||
|
eventEditorMobSpawnsCleared: "Mob spawns cleared."
|
||||||
|
eventEditorMustSetMobLocationFirst: "You must set a spawn-location first!"
|
||||||
|
eventEditorInvalidMob: "is not a valid mob name!"
|
||||||
|
eventEditorSetMobName: "Set custom name for mob"
|
||||||
|
eventEditorSetMobType: "Set mob type"
|
||||||
|
eventEditorSetMobItemInHand: "Set item in hand"
|
||||||
|
eventEditorSetMobItemInHandDrop: "Set drop chance of item in hand"
|
||||||
|
eventEditorSetMobBoots: "Set boots"
|
||||||
|
eventEditorSetMobBootsDrop: "Set drop chance of boots"
|
||||||
|
eventEditorSetMobLeggings: "Set leggings"
|
||||||
|
eventEditorSetMobLeggingsDrop: "Set drop chance of leggings"
|
||||||
|
eventEditorSetMobChestPlate: "Set chest plate"
|
||||||
|
eventEditorSetMobChestPlateDrop: "Set drop chance of chest plate"
|
||||||
|
eventEditorSetMobHelmet: "Set helmet"
|
||||||
|
eventEditorSetMobHelmetDrop: "Set drop chance of helmet"
|
||||||
|
eventEditorSetMobSpawnLoc: "Right-click on a block to spawn a mob at, then enter 'add' to the confirm it, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobSpawnAmount: "Set the amount of mobs to spawn"
|
||||||
|
eventEditorSetDropChance: "Set the drop chance"
|
||||||
|
eventEditorInvalidDropChance: "Drop chance has to be between 0.0 and 1.0"
|
||||||
|
eventEditorLightningPrompt: "Right-click on a block to spawn a lightning strike at, then enter 'add' to add it to the list, or enter 'clear' to clear the locations list, or 'cancel' to return"
|
||||||
|
eventEditorPotionEffects: "Event Potion Effects"
|
||||||
|
eventEditorSetPotionEffectTypes: "Set potion effect types"
|
||||||
|
eventEditorMustSetPotionTypesFirst: "You must set potion effect types first!"
|
||||||
|
eventEditorSetPotionDurations: "Set potion effect durations"
|
||||||
|
eventEditorMustSetPotionDurationsFirst: "You must set potion effect durations first!"
|
||||||
|
eventEditorMustSetPotionTypesAndDurationsFirst: "You must set potion effect types and durations first!"
|
||||||
|
eventEditorNoDurationsSet: "(No durations set)"
|
||||||
|
eventEditorSetPotionMagnitudes: "Set potion effect magnitudes"
|
||||||
|
eventEditorPotionsCleared: "Potion effects cleared."
|
||||||
|
eventEditorInvalidPotionType: "is not a valid potion effect type!"
|
||||||
|
eventEditorEnterNPCId: "Enter NPC ID (or -1 to return)"
|
||||||
|
eventEditorNoNPCExists: "No NPC exists with that id!"
|
||||||
|
eventEditorExplosionPrompt: "Right-click on a block to spawn an explosion at, then enter 'add' to add it to the list, or enter 'clear' to clear the explosions list, or 'cancel' to return"
|
||||||
|
eventEditorSelectBlockFirst: "You must select a block first."
|
||||||
|
eventEditorSetMessagePrompt: "Enter message, or enter 'none' to delete, (or 'cancel' to return)"
|
||||||
|
eventEditorSetItemNamesPrompt: "Enter item names separating each one by a space, or enter 'cancel' to return."
|
||||||
|
eventEditorSetItemAmountsPrompt: "Enter item amounts (numbers) separating each one by a space, or enter 'cancel' to return."
|
||||||
|
eventEditorSetMobTypesPrompt: "Enter mob name, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobAmountsPrompt: "Enter mob amount, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobNamePrompt: "Set the name for this mob, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the mob spawn location list, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionEffectsPrompt: "Enter potion effect types separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionDurationsPrompt: "Enter effect durations (in milliseconds) separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetHungerPrompt: "Enter hunger level, or -1 to remove it"
|
||||||
|
eventEditorHungerLevelAtLeastZero: "Hunger level must be at least 0!"
|
||||||
|
eventEditorSetSaturationPrompt: "Enter saturation level, or -1 to remove it"
|
||||||
|
eventEditorSaturationLevelAtLeastZero: "Saturation level must be at least 0!"
|
||||||
|
eventEditorSetHealthPrompt: "Enter health level, or -1 to remove it"
|
||||||
|
eventEditorHealthLevelAtLeastZero: "Health level must be at least 0!"
|
||||||
|
eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to, then enter 'done' to finish, or enter 'clear' to clear the teleport location, or 'cancel' to return"
|
||||||
|
eventEditorCommandsNote: 'Note: You may use <player> to refer to the player''s name.'
|
||||||
|
eventEditorSetCommandsPrompt: "Enter commands separating each one by a comma, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
reqSetMoney: "Set money requirement"
|
||||||
|
reqSetQuestPoints: "Set Quest Points requirement"
|
||||||
|
reqSetItem: "Set item requirements"
|
||||||
|
reqSetPerms: "Set permission requirements"
|
||||||
|
reqSetQuest: "Set Quest requirements"
|
||||||
|
reqSetQuestBlocks: "Set Quest blocks"
|
||||||
|
reqSetMcMMO: "Set mcMMO requirements"
|
||||||
|
reqSetHeroes: "Set Heroes requirements"
|
||||||
|
reqSetCustom: "Custom requirements"
|
||||||
|
reqSetFail: "Set fail requirements message"
|
||||||
|
reqSetSkills: "Set skills"
|
||||||
|
reqSetSkillAmounts: "Set skill amounts"
|
||||||
|
reqHeroesSetPrimary: "Set Primary Class"
|
||||||
|
reqHeroesSetSecondary: "Set Secondary Class"
|
||||||
|
reqMoneyPrompt: "Enter amount of <money>, or 0 to clear the money requirement, or -1 to cancel"
|
||||||
|
reqQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point requirement, or -1 to cancel"
|
||||||
|
reqQuestPrompt: "Enter a list of Quest names separating each one by a <comma>, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqRemoveItemsPrompt: "Enter a list of true/false values, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
reqPermissionsPrompt: "Enter permission requirements separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
reqCustomPrompt: "Enter the name of a custom requirement to add, or enter 'clear' to clear all custom requirements, or 'cancel' to return."
|
||||||
|
reqMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqMcMMOAmountsPrompt: "Enter mcMMO skill amounts, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqHeroesPrimaryPrompt: "Enter a Heroes Primary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||||
|
reqHeroesSecondaryPrompt: "Enter a Heroes Secondary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||||
|
reqFailMessagePrompt: "Enter fail requirements message, or enter 'cancel' to return."
|
||||||
|
reqAddItem: "Add item"
|
||||||
|
reqSetRemoveItems: "Set remove items"
|
||||||
|
reqNoItemsSet: "No items set"
|
||||||
|
reqNoValuesSet: "No values set"
|
||||||
|
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||||
|
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||||
|
reqGreaterThanZero: "Amount must be greater than 0!"
|
||||||
|
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||||
|
reqItemCleared: "Item requirements cleared."
|
||||||
|
reqListsNotSameSize: "The items list and remove items list are not the same size!"
|
||||||
|
reqTrueFalseError: '<input> is not a true or false value!%br%Example: true false true true'
|
||||||
|
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||||
|
reqCustomNotFound: "Custom requirement module not found."
|
||||||
|
reqCustomCleared: "Custom requirements cleared."
|
||||||
|
reqMcMMOError: "<input> is not an mcMMO skill name!"
|
||||||
|
reqMcMMOCleared: "mcMMO skill requirements cleared."
|
||||||
|
reqMcMMOAmountsCleared: "mcMMO skill amount requirements cleared."
|
||||||
|
reqHeroesNotPrimary: "The <class> class is not primary!"
|
||||||
|
reqHeroesPrimaryCleared: "Heroes Primary Class requirement cleared."
|
||||||
|
reqHeroesNotSecondary: "The <class> class is not secondary!"
|
||||||
|
reqHeroesSecondaryCleared: "Heroes Secondary Class requirement cleared."
|
||||||
|
reqHeroesClassNotFound: "Class not found!"
|
||||||
|
reqNone: "No requirements set"
|
||||||
|
reqNotANumber: "<input> is not a number!"
|
||||||
|
reqMustAddItem: "You must add at least one item first!"
|
||||||
|
reqNoMessage: "You must set a fail requirements message!"
|
||||||
|
reqNoMcMMO: "mcMMO not installed"
|
||||||
|
reqNoHeroes: "Heroes not installed"
|
||||||
|
rewSetMoney: "Set money reward"
|
||||||
|
rewSetQuestPoints: "Set Quest Points reward"
|
||||||
|
rewSetItems: "Set item rewards"
|
||||||
|
rewSetExperience: "Set experience reward"
|
||||||
|
rewSetCommands: "Set command rewards"
|
||||||
|
rewSetPermission: "Set permission rewards"
|
||||||
|
rewSetMcMMO: "Set mcMMO skill rewards"
|
||||||
|
rewSetHeroes: "Set Heroes experience rewards"
|
||||||
|
rewSetPhat: "Set PhatLoot rewards"
|
||||||
|
rewSetCustom: "Set Custom Rewards"
|
||||||
|
rewSetHeroesClasses: "Set classes"
|
||||||
|
rewSetHeroesAmounts: "Set experience amounts"
|
||||||
|
rewMoneyPrompt: "Enter amount of <money>, or 0 to clear the money reward, or -1 to cancel"
|
||||||
|
rewExperiencePrompt: "Enter amount of experience, or 0 to clear the experience reward, or -1 to cancel"
|
||||||
|
rewCommandPrompt: "Enter command rewards separating each one by a <comma>, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
rewCommandPromptHint: 'Note: You may put <player> to specify the player who completed the Quest. e.g. smite <player>'
|
||||||
|
rewPermissionsPrompt: "Enter permission rewards separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
rewQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point reward, or -1 to cancel"
|
||||||
|
rewMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewMcMMOPromptHint: 'Note: Typing ''All'' will give levels to all skills.'
|
||||||
|
rewHeroesClassesPrompt: "Enter Heroes classes separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed) separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewPhatLootsPrompt: "Enter PhatLoots separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
rewCustomRewardPrompt: "Enter the name of a custom reward to add, or enter 'clear' to clear all custom rewards, or 'cancel' to return."
|
||||||
|
rewItemsCleared: "Item rewards cleared."
|
||||||
|
rewNoMcMMOSkills: "No skills set"
|
||||||
|
rewNoHeroesClasses: "No classes set"
|
||||||
|
rewSetMcMMOSkillsFirst: "You must set skills first!"
|
||||||
|
rewMcMMOCleared: "mcMMO rewards cleared."
|
||||||
|
rewMcMMOListsNotSameSize: "The skills list and skill amounts list are not the same size!"
|
||||||
|
rewSetHeroesClassesFirst: "You must set classes first!"
|
||||||
|
rewHeroesCleared: "Heroes rewards cleared."
|
||||||
|
rewHeroesListsNotSameSize: "The classes list and experience amounts list are not the same size!"
|
||||||
|
rewHeroesInvalidClass: "<input> is not a valid Heroes class name!"
|
||||||
|
rewPhatLootsInvalid: "<input> is not a valid PhatLoot name!"
|
||||||
|
rewPhatLootsCleared: "PhatLoots reward cleared."
|
||||||
|
rewCustomAlreadyAdded: "That custom reward has already been added!"
|
||||||
|
rewCustomNotFound: "Custom reward module not found."
|
||||||
|
rewCustomCleared: "Custom rewards cleared."
|
||||||
|
rewNoPhat: "PhatLoots not installed"
|
||||||
|
itemCreateLoadHand: "Load item in hand"
|
||||||
|
itemCreateSetName: "Set name"
|
||||||
|
itemCreateSetAmount: "Set amount"
|
||||||
|
itemCreateSetDurab: "Set durability"
|
||||||
|
itemCreateSetEnchs: "Add/clear enchantments"
|
||||||
|
itemCreateSetDisplay: "Set display name"
|
||||||
|
itemCreateSetLore: "Set lore"
|
||||||
|
itemCreateEnterName: "Enter an item name, or 'cancel' to return."
|
||||||
|
itemCreateEnterAmount: "Enter item amount (max. 64), or 'cancel' to return."
|
||||||
|
itemCreateEnterDurab: "Enter item durability, or 'clear' to clear the data, or 'cancel' to return."
|
||||||
|
itemCreateEnterEnch: "Enter an enchantment name, or 'clear' to clear the enchantments, or 'cancel' to return."
|
||||||
|
itemCreateEnterLevel: "Enter a level (number) for <enchantment>"
|
||||||
|
itemCreateEnterDisplay: "Enter item display name, or 'clear' to clear the display name, or 'cancel' to return."
|
||||||
|
itemCreateEnterLore: "Enter item lore, separating each line by a semi-colon ; or 'clear' to clear the lore, or 'cancel' to return."
|
||||||
|
itemCreateLoaded: "Item loaded."
|
||||||
|
itemCreateNoItem: "No item in hand!"
|
||||||
|
itemCreateNoName: "You must set a name first!"
|
||||||
|
itemCreateInvalidName: "Invalid item name!"
|
||||||
|
itemCreateInvalidAmount: "Amount must be between 1-64!"
|
||||||
|
itemCreateInvalidDurab: "Invalid item durability!"
|
||||||
|
itemCreateInvalidEnch: "Invalid enchantment name!"
|
||||||
|
itemCreateInvalidLevel: "Level must be greater than 0!"
|
||||||
|
itemCreateInvalidInput: "Invalid input!"
|
||||||
|
itemCreateNotNumber: "Input was not a number!"
|
||||||
|
itemCreateNoNameAmount: "You must set a name and amount first!"
|
||||||
|
itemCreateCriticalError: "A critical error has occurred."
|
||||||
|
questTitle: "-- <quest> --"
|
||||||
|
questObjectivesTitle: "---(<quest>)---"
|
||||||
|
questCompleteTitle: '**QUEST COMPLETE: <quest>**'
|
||||||
|
questRewardsTitle: "Rewards:"
|
||||||
|
journalTitle: "Quest Journal"
|
||||||
|
questsTitle: "- Quests -"
|
||||||
|
questHelpTitle: "- Quests -"
|
||||||
|
questListTitle: "- Quests -"
|
||||||
|
questNPCListTitle: "- Quests | <npc> -"
|
||||||
|
questAdminHelpTitle: "- Questadmin -"
|
||||||
|
questEditorTitle: "- Quest Editor -"
|
||||||
|
eventEditorTitle: "- Event Editor - "
|
||||||
|
questCreateTitle: "- Create Quest -"
|
||||||
|
questEditTitle: "- Edit Quest -"
|
||||||
|
questDeleteTitle: "- Delete Quest -"
|
||||||
|
requirementsTitle: "- <quest> | Requirements -"
|
||||||
|
rewardsTitle: "- <quest> | Rewards -"
|
||||||
|
itemRequirementsTitle: "- Item Requirements -"
|
||||||
|
itemRewardsTitle: "- Item Rewards -"
|
||||||
|
mcMMORequirementsTitle: "- mcMMO Requirements -"
|
||||||
|
mcMMORewardsTitle: "- mcMMO Rewards -"
|
||||||
|
heroesRequirementsTitle: "- Heroes Requirements -"
|
||||||
|
heroesRewardsTitle: "- Heroes Rewards -"
|
||||||
|
heroesClassesTitle: "- Heroes Classes -"
|
||||||
|
heroesExperienceTitle: "- Heroes Experience -"
|
||||||
|
heroesPrimaryTitle: "- Primary Classes -"
|
||||||
|
heroesSecondaryTitle: "- Secondary Classes -"
|
||||||
|
phatLootsRewardsTitle: "- PhatLoots Rewards -"
|
||||||
|
customRequirementsTitle: "- Custom Requirements -"
|
||||||
|
customRewardsTitle: "- Custom Rewards -"
|
||||||
|
skillListTitle: "- Skill List -"
|
||||||
|
eventTitle: "- Event -"
|
||||||
|
completedQuestsTitle: "- Completed Quests -"
|
||||||
|
topQuestersTitle: "- Top <number> Questers -"
|
||||||
|
createItemTitle: "- Create Item -"
|
||||||
|
enchantmentsTitle: "- Enchantments -"
|
||||||
|
questGUITitle: "- GUI Item Display -"
|
||||||
|
questRegionTitle: "- Quest Region -"
|
||||||
|
eventEditorGiveItemsTitle: "- Give Items -"
|
||||||
|
eventEditorEffectsTitle: "- Effects -"
|
||||||
|
eventEditorStormTitle: "- Event Storm -"
|
||||||
|
eventEditorThunderTitle: "- Event Thunder -"
|
||||||
|
eventEditorMobSpawnsTitle: "- Event Mob Spawns -"
|
||||||
|
eventEditorMobsTitle: "- Mobs -"
|
||||||
|
eventEditorAddMobTypesTitle: "- Add Mob -"
|
||||||
|
eventEditorPotionEffectsTitle: "- Event Potion Effects -"
|
||||||
|
eventEditorPotionTypesTitle: "- Event Potion Types -"
|
||||||
|
eventEditorWorldsTitle: "- Worlds -"
|
||||||
|
effBlazeShoot: "Sound of a Blaze firing"
|
||||||
|
effBowFire: "Sound of a bow firing"
|
||||||
|
effClick1: "A click sound"
|
||||||
|
effClick2: "A different click sound"
|
||||||
|
effDoorToggle: "Sound of a door opening or closing"
|
||||||
|
effExtinguish: "Sound of fire being extinguished"
|
||||||
|
effGhastShoot: "Sound of a Ghast firing"
|
||||||
|
effGhastShriek: "Sound of a Ghast shrieking"
|
||||||
|
effZombieWood: "Sound of a Zombie chewing an iron door"
|
||||||
|
effZombieIron: "Sound of a Zombie chewing a wooden door"
|
||||||
|
effEnterName: "Enter an effect name to add it to the list, or enter 'cancel' to return"
|
||||||
|
cmdCancel: "cancel"
|
||||||
|
cmdAdd: "add"
|
||||||
|
cmdClear: "clear"
|
||||||
|
cmdNone: "none"
|
||||||
|
cmdDone: "done"
|
||||||
|
acceptQuest: "Accept Quest?"
|
||||||
|
enterAnOption: "Enter an option"
|
||||||
|
questAccepted: 'Quest accepted: <quest>'
|
||||||
|
currentQuest: "Current Quests:"
|
||||||
|
noMoreQuest: "No more quests available."
|
||||||
|
damage: "Damage"
|
||||||
|
break: "Break"
|
||||||
|
place: "Place"
|
||||||
|
use: "Use"
|
||||||
|
cut: "Cut"
|
||||||
|
catchFish: "Catch Fish"
|
||||||
|
enchantItem: "Enchant <item> with <enchantment>"
|
||||||
|
kill: "Kill"
|
||||||
|
killAtLocation: "Kill <mob> at <location>"
|
||||||
|
killPlayer: "Kill a Player"
|
||||||
|
deliver: "Deliver <item> to <npc>"
|
||||||
|
talkTo: "Talk to <npc>"
|
||||||
|
tame: "Tame"
|
||||||
|
shearSheep: "Shear <color> sheep"
|
||||||
|
goTo: "Go to <location>"
|
||||||
|
completed: "Completed"
|
||||||
|
redoCompleted: "(Completed)"
|
||||||
|
consoleError: "This command may only be performed in-game."
|
||||||
|
invalidSelection: "Invalid selection!"
|
||||||
|
noActiveQuest: "You do not currently have any active Quests."
|
||||||
|
speakTo: 'Start: Speak to <npc>'
|
||||||
|
mustSpeakTo: "You must speak to <npc> to start this Quest."
|
||||||
|
noCommandStart: "<quest> may not be started via command."
|
||||||
|
permissionDisplay: "Permission:"
|
||||||
|
heroesClass: "class"
|
||||||
|
mcMMOLevel: "level"
|
||||||
|
haveCompleted: "You have completed <quest>"
|
||||||
|
cannotComplete: "Cannot complete <quest>"
|
||||||
|
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."
|
||||||
|
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."
|
||||||
|
questInfoNoPerms: "You do not have permission to view a Quest's information."
|
||||||
|
questCmdNoPerms: "You do not have access to that command."
|
||||||
|
pageSelectionNum: "Page selection must be a number."
|
||||||
|
pageSelectionPosNum: "Page selection must be a positive number."
|
||||||
|
questListNoPerms: "You do not have permission to view the Quests list."
|
||||||
|
questTakeNoPerms: "You do not have permission to take Quests via commands."
|
||||||
|
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||||
|
questQuit: "You have quit <quest>"
|
||||||
|
questQuitNoPerms: "You do not have permission to quit Quests."
|
||||||
|
questQuitDisabled: "Quitting Quests has been disabled."
|
||||||
|
questEditorNoPerms: "You do not have permission to use the Quests Editor."
|
||||||
|
eventEditorNoPerms: "You do not have permission to use the Events Editor."
|
||||||
|
questsUnknownCommand: "Unknown Quests 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>."
|
||||||
|
questPurged: "<player> has been purged and blacklisted."
|
||||||
|
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."
|
||||||
|
enableNPCGUI: "<npc> will now provide a GUI Quest Display."
|
||||||
|
disableNPCGUI: "<npc> will no longer provide a GUI Quest Display."
|
||||||
|
invalidNumber: "Invalid number."
|
||||||
|
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||||
|
playerNotFound: "Player not found."
|
||||||
|
invalidStageNum: "Invalid stage number for Quest <quest>"
|
||||||
|
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||||
|
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."
|
||||||
|
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!"
|
||||||
|
journalNoQuests: "You have no accepted quests!"
|
||||||
|
journalDenied: "You cannot do that with your Quest Journal."
|
||||||
|
ENCHANTMENT_ARROW_DAMAGE: "Power"
|
||||||
|
ENCHANTMENT_ARROW_FIRE: "Flame"
|
||||||
|
ENCHANTMENT_ARROW_INFINITE: "Infinity"
|
||||||
|
ENCHANTMENT_ARROW_KNOCKBACK: "Punch"
|
||||||
|
ENCHANTMENT_BINDING_CURSE: "BindingCurse"
|
||||||
|
ENCHANTMENT_DAMAGE_ALL: "Sharpness"
|
||||||
|
ENCHANTMENT_DAMAGE_ARTHROPODS: "BaneOfArthropods"
|
||||||
|
ENCHANTMENT_DEPTH_STRIDER: "DepthStrider"
|
||||||
|
ENCHANTMENT_DAMAGE_UNDEAD: "Smite"
|
||||||
|
ENCHANTMENT_DIG_SPEED: "Efficiency"
|
||||||
|
ENCHANTMENT_DURABILITY: "Unbreaking"
|
||||||
|
ENCHANTMENT_FIRE_ASPECT: "FireAspect"
|
||||||
|
ENCHANTMENT_FROST_WALKER: "FrostWalker"
|
||||||
|
ENCHANTMENT_KNOCKBACK: "Knockback"
|
||||||
|
ENCHANTMENT_LOOT_BONUS_BLOCKS: "Fortune"
|
||||||
|
ENCHANTMENT_LOOT_BONUS_MOBS: "Looting"
|
||||||
|
ENCHANTMENT_LUCK: "LuckOfTheSea"
|
||||||
|
ENCHANTMENT_LURE: "Lure"
|
||||||
|
ENCHANTMENT_MENDING: "Mending"
|
||||||
|
ENCHANTMENT_OXYGEN: "Respiration"
|
||||||
|
ENCHANTMENT_PROTECTION_ENVIRONMENTAL: "Protection"
|
||||||
|
ENCHANTMENT_PROTECTION_EXPLOSIONS: "BlastProtection"
|
||||||
|
ENCHANTMENT_PROTECTION_FALL: "FeatherFalling"
|
||||||
|
ENCHANTMENT_PROTECTION_FIRE: "FireProtection"
|
||||||
|
ENCHANTMENT_PROTECTION_PROJECTILE: "ProjectileProtection"
|
||||||
|
ENCHANTMENT_SILK_TOUCH: "SilkTouch"
|
||||||
|
ENCHANTMENT_SWEEPING: "Sweeping"
|
||||||
|
ENCHANTMENT_THORNS: "Thorns"
|
||||||
|
ENCHANTMENT_VANISHING_CURSE: "VanishingCurse"
|
||||||
|
ENCHANTMENT_WATER_WORKER: "AquaAffinity"
|
||||||
|
COLOR_BLACK: "Black"
|
||||||
|
COLOR_BLUE: "Blue"
|
||||||
|
COLOR_BROWN: "Brown"
|
||||||
|
COLOR_CYAN: "Cyan"
|
||||||
|
COLOR_GRAY: "Gray"
|
||||||
|
COLOR_GREEN: "Green"
|
||||||
|
COLOR_LIGHT_BLUE: "LightBlue"
|
||||||
|
COLOR_LIME: "Lime"
|
||||||
|
COLOR_MAGENTA: "Magenta"
|
||||||
|
COLOR_ORANGE: "Orange"
|
||||||
|
COLOR_PINK: "Pink"
|
||||||
|
COLOR_PURPLE: "Purple"
|
||||||
|
COLOR_RED: "Red"
|
||||||
|
COLOR_SILVER: "Silver"
|
||||||
|
COLOR_WHITE: "White"
|
||||||
|
COLOR_YELLOW: "Yellow"
|
||||||
|
timeDay: "Day"
|
||||||
|
timeDays: "Days"
|
||||||
|
timeHour: "Hour"
|
||||||
|
timeHours: "Hours"
|
||||||
|
timeMinute: "Minute"
|
||||||
|
timeMinutes: "Minutes"
|
||||||
|
timeSecond: "Second"
|
||||||
|
timeSeconds: "Seconds"
|
||||||
|
timeMillisecond: "Millisecond"
|
||||||
|
timeMilliseconds: "Milliseconds"
|
||||||
|
event: "Event"
|
||||||
|
delay: "Delay"
|
||||||
|
save: "Save"
|
||||||
|
exit: "Exit"
|
||||||
|
exited: "Exited"
|
||||||
|
cancel: "Cancel"
|
||||||
|
cancelled: "Cancelled"
|
||||||
|
questTimeout: "Cancelled."
|
||||||
|
back: "Back"
|
||||||
|
yesWord: "Yes"
|
||||||
|
noWord: "No"
|
||||||
|
"true": "sandt"
|
||||||
|
"false": "falsk"
|
||||||
|
clear: "Clear"
|
||||||
|
edit: "Rediger"
|
||||||
|
none: "None"
|
||||||
|
done: "Done"
|
||||||
|
comma: "komma"
|
||||||
|
finish: "Færdig"
|
||||||
|
quit: "Quit"
|
||||||
|
noneSet: "None set"
|
||||||
|
noDelaySet: "No delay set"
|
||||||
|
noIdsSet: "No IDs set"
|
||||||
|
noNamesSet: "No names set"
|
||||||
|
worlds: "Verdner"
|
||||||
|
mobs: "Mobs"
|
||||||
|
points: "poing"
|
||||||
|
invalidOption: "Invalid option!"
|
||||||
|
npcHint: 'Note: You can left or right click on NPC''s to get their ID.'
|
||||||
|
listDuplicate: "List contains duplicates!"
|
||||||
|
id: "ID"
|
||||||
|
quest: "Quest"
|
||||||
|
quests: "Quests"
|
||||||
|
createdBy: "Lavet af"
|
||||||
|
continuedBy: "and continued by"
|
||||||
|
questPoints: "Quest Points"
|
||||||
|
accepted: "Accepteret"
|
||||||
|
complete: "Færdig"
|
||||||
|
redoable: "Redoable"
|
||||||
|
usage: "Usage"
|
||||||
|
redoableEvery: "Redoable every <time>."
|
||||||
|
requirements: "Requirements"
|
||||||
|
money: "Penge"
|
||||||
|
with: "With"
|
||||||
|
to: "to"
|
||||||
|
blocksWithin: "within <amount> blocks of"
|
||||||
|
valRequired: "Value required"
|
||||||
|
enchantedItem: "*Enchanted*"
|
||||||
|
experience: "Experience"
|
||||||
|
timerMessage: '<green>Time left to finish the quest/stage: <red>%s seconds'
|
||||||
|
timerStart: "<green>You have <red>%s seconds <green>to finish this quest/stage"
|
||||||
|
questErrorReadingFile: "Error reading Quests file."
|
||||||
|
questSaveError: "An error occurred while saving."
|
||||||
|
questBlacklisted: "You are blacklisted. Contact an admin if this is in error."
|
858
src/main/resources/lang/de-DE/strings.yml
Normal file
858
src/main/resources/lang/de-DE/strings.yml
Normal file
@ -0,0 +1,858 @@
|
|||||||
|
---
|
||||||
|
questFailed: "*QUEST FAILED MATEY*"
|
||||||
|
questMaxAllowed: "Ye may only have up t' <number> Quests."
|
||||||
|
questAlreadyOn: "Ye be already on that Quest!"
|
||||||
|
questTooEarly: "Ye may nah take <quest> again fer another <time>."
|
||||||
|
questAlreadyCompleted: "Ye 'ave already looted <quest>."
|
||||||
|
questInvalidLocation: "Ye may nah take <quest> at this location."
|
||||||
|
questInvalidDeliveryItem: "<item> ain't a required item fer this quest!"
|
||||||
|
questSelectedLocation: "Chosen spot"
|
||||||
|
questDisplayHelp: "- Diese Hilfe anzeigen"
|
||||||
|
COMMAND_LIST: "liste"
|
||||||
|
COMMAND_LIST_HELP: "liste [page] - Verfübare Quests anzeigen"
|
||||||
|
COMMAND_TAKE: "nehmen"
|
||||||
|
COMMAND_TAKE_HELP: "nehmen [quest name] - Eine Quest annehmen"
|
||||||
|
COMMAND_TAKE_USAGE: 'Benutze: /quests take [quest]'
|
||||||
|
COMMAND_QUIT: "beenden"
|
||||||
|
COMMAND_QUIT_HELP: "beenden [quest] - Aktuelle Quest abbrechen"
|
||||||
|
COMMAND_EDITOR: "editor"
|
||||||
|
COMMAND_EDITOR_HELP: "editor - Quests erstellen/bearbeiten"
|
||||||
|
COMMAND_EVENTS_EDITOR: "events"
|
||||||
|
COMMAND_EVENTS_EDITOR_HELP: "events - Events erstellen/bearbeiten"
|
||||||
|
COMMAND_STATS: "stats"
|
||||||
|
COMMAND_STATS_HELP: "stats - Deine Questfortschritte aufrufen"
|
||||||
|
COMMAND_TOP: "top"
|
||||||
|
COMMAND_TOP_HELP: "top [number] - Questrangliste"
|
||||||
|
COMMAND_TOP_USAGE: 'Benutze: /quests top [number]'
|
||||||
|
COMMAND_INFO: "info"
|
||||||
|
COMMAND_INFO_HELP: "info - Plugininformationen ansehen"
|
||||||
|
COMMAND_JOURNAL: "tagebuch"
|
||||||
|
COMMAND_JOURNAL_HELP: "journal - Quest-Journal aufrufen oder weglegen"
|
||||||
|
COMMAND_QUEST_HELP: "- Zeige die aktuellen Questziele an"
|
||||||
|
COMMAND_QUESTINFO_HELP: "[quest name] - Questinformationen anzeigen"
|
||||||
|
COMMAND_QUESTADMIN_HELP: "- Questsadmin Hilfe anzeigen"
|
||||||
|
COMMAND_QUESTADMIN_STATS: "statistiken"
|
||||||
|
COMMAND_QUESTADMIN_STATS_HELP: "statistiken [spieler] - Queststatistik einer Spielers aufrufen"
|
||||||
|
COMMAND_QUESTADMIN_GIVE: "geben"
|
||||||
|
COMMAND_QUESTADMIN_GIVE_HELP: "geben [spieler][quest] - Für einen Spieler eine Quest annehmen"
|
||||||
|
COMMAND_QUESTADMIN_QUIT: "beenden"
|
||||||
|
COMMAND_QUESTADMIN_QUIT_HELP: "beenden [spieler] [quest] - Für einen Spieler eine Quest beenden"
|
||||||
|
COMMAND_QUESTADMIN_POINTS: "punkte"
|
||||||
|
COMMAND_QUESTADMIN_POINTS_HELP: "punkte [spieler] [menge] - Questpunkte eines Spielers ändern"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS: "nehmepunkte"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [spieler] [menge] - Einem Spieler Questpunkte wegnehmen"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS: "gebepunkte"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [spieler] [menge] - Einem Spieler Questpunkte geben"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] - Allen Spielern Questpunkte geben"
|
||||||
|
COMMAND_QUESTADMIN_FINISH: "beenden"
|
||||||
|
COMMAND_QUESTADMIN_FINISH_HELP: "beenden [spieler] [quest] - Eine Quest für einen Spieler sofort erfolgreich abschliessen"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE: "nächstestation"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "nächstestation [spieler] [quest] - Aktueller Questabschnitt sofort erfolgreich beenden"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE: "stufesetzen"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE_HELP: "setstage [spieler] [quest] [stufe] - Setze die aktuelle Stufe von einem Spieler"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Usage: /questadmin setstage [player] [quest] [stage]'
|
||||||
|
COMMAND_QUESTADMIN_PURGE: "bereinigen"
|
||||||
|
COMMAND_QUESTADMIN_PURGE_HELP: "purge [spieler] - Alle Quest infos eines spieler löschen und den spieler blacklisten"
|
||||||
|
COMMAND_QUESTADMIN_RESET: "zurücksetzen"
|
||||||
|
COMMAND_QUESTADMIN_RESET_HELP: "reset [spieler] - Löscht von einem Spieler alle Questdaten"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE: "entfernen"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE_HELP: "remove [spieler] [quest] - Entfernt eine abgeschlossene Quest von einem Spieler"
|
||||||
|
COMMAND_QUESTADMIN_TOGGLEGUI: "interfaceUmschalten"
|
||||||
|
COMMAND_QUESTADMIN_TOGGLEGUI_HELP: "togglegui [npc id] - Toggle GUI Quest Display on an NPC"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD: "reload"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD_HELP: "reload - Alle Quests werden neu geladen"
|
||||||
|
questEditorHeader: "Quest erstellen"
|
||||||
|
questEditorCreate: "Eine neue Quest erstellen"
|
||||||
|
questEditorEdit: "Eine Quest bearbeiten"
|
||||||
|
questEditorDelete: "Eine Quest löschen"
|
||||||
|
questEditorName: "Name setzen"
|
||||||
|
questEditorAskMessage: "Startnachricht festlegen"
|
||||||
|
questEditorFinishMessage: "Schlussnachricht festlegen"
|
||||||
|
questEditorRedoDelay: "Wiederholungszeit setzen"
|
||||||
|
questEditorNPCStart: "Start-NPC setzen"
|
||||||
|
questEditorBlockStart: "Blockstartpunkt setzen"
|
||||||
|
questEditorInitialEvent: "Auslöser-Event setzen"
|
||||||
|
questEditorSetGUI: "GUI Item setzen"
|
||||||
|
questEditorReqs: "Anforderungen bearbeiten"
|
||||||
|
questEditorStages: "Stufen bearbeiten"
|
||||||
|
questEditorRews: "Belohnungen bearbeiten"
|
||||||
|
questEditorEnterQuestName: "Quest name eingeben (oder 'cancel' um zurückzukehren)"
|
||||||
|
questEditorEditEnterQuestName: "Gib den Quest-Namen zum bearbeiten an (oder 'cancel' um zurückzukehren)"
|
||||||
|
questEditorEnterAskMessage: "Gib eine Startnachricht ein (oder 'cancel' um zurückzukehren)"
|
||||||
|
questEditorEnterFinishMessage: "Gib eine Endnachricht ein (oder 'cancel' um zurückzukehren)"
|
||||||
|
questEditorEnterRedoDelay: "Gib die Zeit in Sekunden an (0 zum entfernen oder -1 zum abbrechen)"
|
||||||
|
questEditorEnterNPCStart: "Gib die NPC-ID ein, -1 zum entfernen oder -2 zum abbrechen"
|
||||||
|
questEditorEnterBlockStart: "Rechts-klicke auf einen Block, um ihn als Start-Punkt auszuwählen. Gib 'done' ein um zu speichern, 'clear' um den Block zu entfernen oder 'cancel' um zurückzukehren"
|
||||||
|
questEditorEnterInitialEvent: "Gib einen Event-Namen ein, oder 'clear' zum entfernen, 'cancel' um zurückzukehren"
|
||||||
|
questRequiredNoneSet: "Benötigt, nicht gesetzt"
|
||||||
|
questWGSetRegion: "Region setzen"
|
||||||
|
questWGNotInstalled: "WorldGuard ist nicht installiert"
|
||||||
|
questWGPrompt: "Gib die Worldguardregion, oder 'clear' um die region zu löschen, oder 'cancel' um zurückzukehren."
|
||||||
|
questWGInvalidRegion: "<region> ist keine gültige Worldguard region!"
|
||||||
|
questWGRegionCleared: "Quest region entfernt."
|
||||||
|
questCitNotInstalled: "Citizens ist nicht installiert"
|
||||||
|
questDenNotInstalled: "Denizen ist nicht installiert"
|
||||||
|
questGUIError: 'Fehler: Dieses Item wird bereits als GUI-Display für die Quest <quest> benutzt.'
|
||||||
|
questCurrentItem: "Aktuelles Item:"
|
||||||
|
questSetItem: "Item setzen"
|
||||||
|
questClearItem: "Item entfernen"
|
||||||
|
questGUICleared: "Quest GUI-Item gelöscht."
|
||||||
|
questDeleted: "Quest gelöscht! Quests und Events wurden automatisch neu geladen."
|
||||||
|
questEditorNameExists: "Es gibt eine Quest, die bereits diesen Namen besitzt!"
|
||||||
|
questEditorBeingEdited: "Jemand erstellt/bearbeitet eine Quest mit dem gleichen namen!"
|
||||||
|
questEditorInvalidQuestName: "Der Name darf keine Punkte oder Kommas enthalten!"
|
||||||
|
questEditorInvalidEventName: "ist kein gültiger Event-Name!"
|
||||||
|
questEditorInvalidNPC: "Es existiert kein NPC mit dieser ID!"
|
||||||
|
questEditorNoStartBlockSelected: "Du musst zuerst einen Block auswählen."
|
||||||
|
questEditorPositiveAmount: "Die Anzahl muss eine positive Nummer sein."
|
||||||
|
questEditorQuestAsRequirement1: "Folgende Quests haben"
|
||||||
|
questEditorQuestAsRequirement2: "als Voraussetzung:"
|
||||||
|
questEditorQuestAsRequirement3: "Du musst diese Quest bearbeiten, sodass man sie nicht mehr verwenden kann bevor du sie löscht."
|
||||||
|
questEditorQuestNotFound: "Quest nicht gefunden!"
|
||||||
|
questEditorEventCleared: "Eventauslöser löschen."
|
||||||
|
questEditorSave: "Speichern und beenden"
|
||||||
|
questEditorNeedAskMessage: "Du musst eine frage setzen!"
|
||||||
|
questEditorNeedFinishMessage: "Du musst eine end-nachricht setzen!"
|
||||||
|
questEditorNeedStages: "Deine Quest hat keine Stufen!"
|
||||||
|
questEditorSaved: "Quest saved! (Ye will needs t' perform a Quest reload fer it t' appear)"
|
||||||
|
questEditorExited: "Are ye sure ye wants t' exit without savin'?"
|
||||||
|
questEditorDeleted: "Are ye sure ye wants t' scuttle th' Quest"
|
||||||
|
questEditorNoPermsCreate: "Ye do nah 'ave permission t' create Quests."
|
||||||
|
questEditorNoPermsEdit: "Ye do nah 'ave permission t' edit Quests."
|
||||||
|
questEditorNoPermsDelete: "Ye do nah 'ave permission t' scuttle Quests."
|
||||||
|
stageEditorEditStage: "Stufe bearbeiten"
|
||||||
|
stageEditorNewStage: "Neue Stufe hinzufügen"
|
||||||
|
stageEditorStages: "Stufen"
|
||||||
|
stageEditorStage: "Stufe"
|
||||||
|
stageEditorBreakBlocks: "Blöcke abbauen"
|
||||||
|
stageEditorDamageBlocks: "Blöcke beschädigen"
|
||||||
|
stageEditorPlaceBlocks: "Blöcke platzieren"
|
||||||
|
stageEditorUseBlocks: "Blöcke benutzen"
|
||||||
|
stageEditorCutBlocks: "Blöcke schneiden"
|
||||||
|
stageEditorCatchFish: "Fisch fangen"
|
||||||
|
stageEditorFish: "fischen"
|
||||||
|
stageEditorKillPlayers: "Spieler töten"
|
||||||
|
stageEditorPlayers: "spieler"
|
||||||
|
stageEditorEnchantItems: "Items verzaubern"
|
||||||
|
stageEditorDeliverItems: "Items liefern"
|
||||||
|
stageEditorTalkToNPCs: "Mit NPC reden"
|
||||||
|
stageEditorKillNPCs: "NPC töten"
|
||||||
|
stageEditorKillMobs: "Mobs töten"
|
||||||
|
stageEditorReachLocs: "Reach spots"
|
||||||
|
stageEditorReachRadii1: "Rein gelangen"
|
||||||
|
stageEditorReachRadii2: "blöcke aus"
|
||||||
|
stageEditorTameMobs: "Mobs zähmen"
|
||||||
|
stageEditorShearSheep: "Schaf scheren"
|
||||||
|
stageEditorEvents: "Events"
|
||||||
|
stageEditorStageEvents: "Stufen-Events"
|
||||||
|
stageEditorStartEvent: "Start-Event"
|
||||||
|
stageEditorStartEventCleared: "Start-Event gelöscht."
|
||||||
|
stageEditorFinishEvent: "End-Event"
|
||||||
|
stageEditorFinishEventCleared: "End-Event gelöscht."
|
||||||
|
stageEditorChatEvents: "Chat-Events"
|
||||||
|
stageEditorChatTrigger: "Chat-Auslöser"
|
||||||
|
stageEditorTriggeredBy: "Ausgelöst von"
|
||||||
|
stageEditorChatEventsCleared: "Chat-Events entfernt."
|
||||||
|
stageEditorDeathEvent: "Todes-Event"
|
||||||
|
stageEditorDeathEventCleared: "Todes-Event entfernt."
|
||||||
|
stageEditorDisconnectEvent: "Disconnect Event"
|
||||||
|
stageEditorDisconnectEventCleared: "Disconnect Event cleared."
|
||||||
|
stageEditorDelayMessage: "Wiederholungsnachricht"
|
||||||
|
stageEditorDenizenScript: "Denizen Script"
|
||||||
|
stageEditorStartMessage: "Startnachricht"
|
||||||
|
stageEditorCompleteMessage: "Vollständige Nachricht"
|
||||||
|
stageEditorDelete: "Stufe löschen"
|
||||||
|
stageEditorSetBlockNames: "Block-Namen setzen"
|
||||||
|
stageEditorSetBlockAmounts: "Block-Anzahl setzen"
|
||||||
|
stageEditorSetBlockDurability: "Block-Haltbarkeit setzen"
|
||||||
|
stageEditorSetDamageAmounts: "Beschädigung setzen"
|
||||||
|
stageEditorSetPlaceAmounts: "Menge zum Platzieren setzen"
|
||||||
|
stageEditorSetUseAmounts: "Anzahl Verwendungen setzen"
|
||||||
|
stageEditorSetCutAmounts: "Set cut amounts"
|
||||||
|
stageEditorSetKillAmounts: "Killmenge setzen"
|
||||||
|
stageEditorSetEnchantAmounts: "Verzauberungsmenge setzen"
|
||||||
|
stageEditorSetMobAmounts: "Menge der Mobs setzen"
|
||||||
|
stageEditorSetEnchantments: "Verzauberungen setzen"
|
||||||
|
stageEditorSetItemNames: "Itemnamen setzen"
|
||||||
|
stageEditorSetKillIds: "Setze die NPC-ID's"
|
||||||
|
stageEditorSetMobTypes: "Mobtype setzen"
|
||||||
|
stageEditorSetKillLocations: "Töten-standorte setzen"
|
||||||
|
stageEditorSetKillLocationRadii: "Radius des töten-Standortes setzen"
|
||||||
|
stageEditorSetKillLocationNames: "Töten-standortnamen setzen"
|
||||||
|
stageEditorSetLocations: "Standorte setzen"
|
||||||
|
stageEditorSetLocationRadii: "Radius des Standortes setzen"
|
||||||
|
stageEditorSetLocationNames: "Standortnamen setzen"
|
||||||
|
stageEditorSetTameAmounts: "Anzahl zum Zähmen setzen"
|
||||||
|
stageEditorSetShearColors: "Farbe des Schafes setzen"
|
||||||
|
stageEditorSetShearAmounts: "Anzahl Scherungen setzen"
|
||||||
|
stageEditorPassword: "Password Objectives"
|
||||||
|
stageEditorAddPasswordDisplay: "Add password display"
|
||||||
|
stageEditorAddPasswordPhrases: "Add password phrase(s)"
|
||||||
|
stageEditorNoPasswordDisplays: "No password displays set"
|
||||||
|
stageObjectiveOverride: "Objective Display Override"
|
||||||
|
stageEditorCustom: "Custom Objectives"
|
||||||
|
stageEditorNoModules: "Keine Module geladen"
|
||||||
|
stageEditorModuleNotFound: "Custom objective module not found."
|
||||||
|
stageEditorCustomPrompt: "Enter the name of a custom objective to add, or enter 'clear' to clear all custom objectives, or 'cancel' to return."
|
||||||
|
stageEditorCustomAlreadyAdded: "That custom objective has already been added!"
|
||||||
|
stageEditorCustomCleared: "Custom objectives cleared."
|
||||||
|
stageEditorCustomDataPrompt: "Enter value for <data>:"
|
||||||
|
stageEditorEnterBlockNames: "Gib den Blocknamen (oder ID) ein, trenne sie jeweils mit einem Leerzeichen, oder gib 'cancel' ein, um zurückzukehren."
|
||||||
|
stageEditorBreakBlocksPrompt: "Gib die Abbaumengen (zahlen) ein, trenne sie mit einem Leerzeichen, oder gib 'cancel' ein, um zurückzukehren."
|
||||||
|
stageEditorDamageBlocksPrompt: "Schadensmenge (zahlen) eingeben, trenne es mit einem Leerzeichen, oder nutze 'cancel' um zurückzukehren."
|
||||||
|
stageEditorPlaceBlocksPrompt: "Gib die Menge zum Platzieren (zahlen) ein, trenne sie jeweils mit einem Leerzeichen, oder mit 'cancel' kommst du zurück."
|
||||||
|
stageEditorUseBlocksPrompt: "Gib die Nutzungsmenge (zahlen) ein, trenne sie jeweils mit einem Leerzeichen, oder mit 'cancel' kommst du zurück."
|
||||||
|
stageEditorCutBlocksPrompt: "Enter cut amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorEnterBlockDurability: "Gib die Blockhaltbarkeit (zahlen) ein, trenne sie mit einem Leerzeichen, oder gib 'cancel' ein um zurückzukehren."
|
||||||
|
stageEditorCatchFishPrompt: "Gib die Anzahl gefischte Fische ein, oder wenn du 0 eingibst wird der Wert zurückgesetzt, oder mit -1 kommst du zurück"
|
||||||
|
stageEditorKillPlayerPrompt: "Gib die Anzahl Spieler die getötet werden müssen, oder wenn du 0 eingibst wird der Wert zurückgesetzt, oder mit -1 kommst du zurück"
|
||||||
|
stageEditorEnchantTypePrompt: "Enter enchantment names, separating each one by a comma, or enter 'cancel' to return."
|
||||||
|
stageEditorEnchantAmountsPrompt: "Enter enchant amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorItemNamesPrompt: "Enter item names, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorNPCPrompt: "Enter NPC ids, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorNPCToTalkToPrompt: "Enter NPC IDs, separating each one by a space, or enter 'clear' to clear the NPC ID list, or 'cancel' to return."
|
||||||
|
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
||||||
|
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorMobAmountsPrompt: "Enter mob amounts separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationPrompt: "Right-click on a block t' select it, then enter 'add' t' add it t' th' kill spot list, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationRadiiPrompt: "Enter kill spot radii (number o' blocks) separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||||
|
stageEditorTameAmountsPrompt: "Enter tame amounts separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorShearColorsPrompt: "Enter sheep colors separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorShearAmountsPrompt: "Enter shear amounts separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorEventsPrompt: "Enter an event name, or enter 'clear' to clear the event, or 'cancel' to return"
|
||||||
|
stageEditorChatEventsPrompt: "Enter an event name to add, or enter 'clear' to clear all chat events, or 'cancel' to return"
|
||||||
|
stageEditorChatEventsTriggerPromptA: "Enter a chat trigger for"
|
||||||
|
stageEditorChatEventsTriggerPromptB: "or enter 'cancel' to return."
|
||||||
|
stageEditorDelayPrompt: "Enter time (in seconds), or enter 'clear' to clear the delay, or 'cancel' to return"
|
||||||
|
stageEditorDelayMessagePrompt: "Gib eine Verzögerungs Nachricht ein, oder gib 'clear' ein um die Nachricht zu löschen, gib 'cancel' zum Abbrechen ein"
|
||||||
|
stageEditorScriptPrompt: "Enter script name, or enter 'clear' to clear the script, or 'cancel' to return"
|
||||||
|
stageEditorStartMessagePrompt: "Enter start message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorCompleteMessagePrompt: "Enter complete message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorPasswordDisplayPrompt: "Enter a password display, or 'cancel' to return"
|
||||||
|
stageEditorPasswordDisplayHint: "(This is the text that will be displayed to the player as their objective)"
|
||||||
|
stageEditorPasswordPhrasePrompt: "Enter a password phrase, or 'cancel' to return"
|
||||||
|
stageEditorPasswordPhraseHint1: "(Das ist der Text, den ein Spieler sagen muss, um das Ziel abzuschließen)"
|
||||||
|
stageEditorPasswordPhraseHint2: "Wenn du mehrere Passwort Ausdrücke willst, dann musst du diese mit | (pipe) tun"
|
||||||
|
stageEditorObjectiveOverridePrompt: "Enter objective display override, or 'clear' to clear the override, or 'cancel' to return."
|
||||||
|
stageEditorObjectiveOverrideHint: "(The objective display override will show up as the players current objective)"
|
||||||
|
stageEditorObjectiveOverrideCleared: "Objective display override cleared."
|
||||||
|
stageEditorDeliveryAddItem: "Item hinzufügen"
|
||||||
|
stageEditorDeliveryNPCs: "NPC-IDs setzen"
|
||||||
|
stageEditorDeliveryMessages: "Liefernachricht setzen"
|
||||||
|
stageEditorContainsDuplicates: "Liste enthält duplikate!"
|
||||||
|
stageEditorInvalidBlockName: "ist kein gültiger Block-Name!"
|
||||||
|
stageEditorInvalidEnchantment: "ist keine gültige Verzauberung!"
|
||||||
|
stageEditorInvalidNPC: "ist keine gültige NPC-ID!"
|
||||||
|
stageEditorInvalidMob: "ist kein gültiger Mob-Name!"
|
||||||
|
stageEditorInvalidItemName: "ist kein gültiger Item-Name!"
|
||||||
|
stageEditorInvalidNumber: "ist keine Nummer!"
|
||||||
|
stageEditorInvalidDye: "ist keine gültige Farbe!"
|
||||||
|
stageEditorInvalidEvent: "ist kein gültiger Event-Name!"
|
||||||
|
stageEditorDuplicateEvent: "Event ist bereits in der Liste!"
|
||||||
|
stageEditorInvalidDelay: "Die Wiederholung muss mindestens eine Sekunde sein!"
|
||||||
|
stageEditorInvalidScript: "Denizen Script wurde nicht gefunden!"
|
||||||
|
stageEditorNoCitizens: "Citizens ist nicht installiert!"
|
||||||
|
stageEditorNoDenizen: "Denizen ist nicht installiert!"
|
||||||
|
stageEditorPositiveAmount: "Du musst eine positive Nummer eingeben!"
|
||||||
|
stageEditorNoNumber: "Die Eingabe ist keine Nummer!"
|
||||||
|
stageEditorNotGreaterThanZero: "ist nicht größer als 0!"
|
||||||
|
stageEditorNotListofNumbers: "Ungültige Eingabe, war keine Liste aus Nummern!"
|
||||||
|
stageEditorNoDelaySet: "Du musst zuerst eine Wiederholung setzen!"
|
||||||
|
stageEditorNoBlockNames: "Du musst erst Block-Namen setzen!"
|
||||||
|
stageEditorNoEnchantments: "Du musst erst Verzauberungen setzen!"
|
||||||
|
stageEditorNoItems: "Du musst erst Items hinzufügen!"
|
||||||
|
stageEditorNoDeliveryMessage: "Du musst mindestens eine Liefernachricht setzen!"
|
||||||
|
stageEditorNoNPCs: "Du musst erst NPC-IDs setzen!"
|
||||||
|
stageEditorNoMobTypes: "Du musst erst Mob-Typen setzen!"
|
||||||
|
stageEditorNoKillLocations: "Du musst erst Kill-Koordinaten setzen!"
|
||||||
|
stageEditorNoBlockSelected: "Du musst erst einen Block auswählen."
|
||||||
|
stageEditorNoColors: "Du musst erst Farben setzen!"
|
||||||
|
stageEditorNoLocations: "Du musst erst Korrdinaten setzen!"
|
||||||
|
stageEditorNoEnchantmentsSet: "Keine Verzauberungen gesetzt"
|
||||||
|
stageEditorNoItemsSet: "Keine Items gesetzt"
|
||||||
|
stageEditorNoMobTypesSet: "Keine Mob-Typen gesetzt"
|
||||||
|
stageEditorNoLocationsSet: "Keine Koordinaten gesetzt"
|
||||||
|
stageEditorNoColorsSet: "Keine Farben gesetzt"
|
||||||
|
stageEditorListNotSameSize: "The block names list and the amounts list are not the same size!"
|
||||||
|
stageEditorEnchantmentNotSameSize: "The enchantments list, the item id list and the enchant amount list are not the same size!"
|
||||||
|
stageEditorDeliveriesNotSameSize: "The item list and the NPC list are not equal in size!"
|
||||||
|
stageEditorNPCKillsNotSameSize: "The NPC IDs list and the kill amounts list are not the same size!"
|
||||||
|
stageEditorAllListsNotSameSize: "All of your lists are not the same size!"
|
||||||
|
stageEditorMobTypesNotSameSize: "The mob types list and the mob amounts list are not the same size!"
|
||||||
|
stageEditorTameMobsNotSameSize: "The mob types list and the tame amounts list are not the same size!"
|
||||||
|
stageEditorShearNotSameSize: "The sheep colors list and the shear amounts list are not the same size!"
|
||||||
|
stageEditorMustSetPasswordDisplays: "You must add at least one password display first!"
|
||||||
|
stageEditorAddPasswordCleared: "Password Objectives cleared."
|
||||||
|
stageEditorPasswordNotSameSize: "The password display and password phrase lists are not the same size!"
|
||||||
|
stageEditorListContainsDuplicates: " Liste enthält Duplikate!"
|
||||||
|
stageEditorDelayCleared: "Verzögerung gelöscht."
|
||||||
|
stageEditorDelayMessageCleared: "Verzögerungs Nachricht entfernt."
|
||||||
|
stageEditorDenizenCleared: "Denizen script wurde entfernt."
|
||||||
|
stageEditorBreakBlocksCleared: "Break blocks objective cleared."
|
||||||
|
stageEditorDamageBlocksCleared: "Damage blocks objective cleared."
|
||||||
|
stageEditorPlaceBlocksCleared: "Place blocks objective cleared."
|
||||||
|
stageEditorUseBlocksCleared: "Use blocks objective cleared."
|
||||||
|
stageEditorCutBlocksCleared: "Cut blocks objective cleared."
|
||||||
|
stageEditorEnchantmentsCleared: "Enchantment objective cleared."
|
||||||
|
stageEditorDeliveriesCleared: "Delivery objective cleared."
|
||||||
|
stageEditorReachLocationsCleared: "Reach Locations objective cleared."
|
||||||
|
stageEditorKillNPCsCleared: "Kill NPCs objective cleared."
|
||||||
|
stageEditorKillMobsCleared: "Kill Mobs objective cleared."
|
||||||
|
stageEditorTameCleared: "Tame Mobs objective cleared."
|
||||||
|
stageEditorShearCleared: "Shear Sheep objective cleared."
|
||||||
|
stageEditorStartMessageCleared: "Start message cleared."
|
||||||
|
stageEditorCompleteMessageCleared: "Complete message cleared."
|
||||||
|
stageEditorConfirmStageDelete: "Are you sure you want to delete this stage?"
|
||||||
|
stageEditorConfirmStageNote: "Any Stages after will be shifted back one spot"
|
||||||
|
stageEditorDeleteSucces: "Stage deleted successfully."
|
||||||
|
stageEditorEnchantments: "Verzauberungen"
|
||||||
|
stageEditorNPCNote: 'Notiz: Du kannst den Namen des NPC mit <npc> spezifizieren'
|
||||||
|
stageEditorOptional: "Optional"
|
||||||
|
stageEditorColors: "Schaf-Farben"
|
||||||
|
allListsNotSameSize: "All deine Listen haben nicht die gleiche Größe!"
|
||||||
|
eventEditorCreate: "Erstelle ein neues Event"
|
||||||
|
eventEditorEdit: "Bearbeite ein Event"
|
||||||
|
eventEditorDelete: "Delete an Event"
|
||||||
|
eventEditorCreatePermisssions: "You do not have permission to create new Events."
|
||||||
|
eventEditorEditPermisssions: "You do not have permission to edit Events."
|
||||||
|
eventEditorDeletePermisssions: "You do not have permission to delete Events."
|
||||||
|
eventEditorNoneToEdit: "No Events currently exist to be edited!"
|
||||||
|
eventEditorNoneToDelete: "No Events currently exist to be deleted!"
|
||||||
|
eventEditorNotFound: "Event not found!"
|
||||||
|
eventEditorExists: "Event existiert bereits!"
|
||||||
|
eventEditorSomeone: "Someone is already creating or editing an Event with that name!"
|
||||||
|
eventEditorAlpha: "Name must be alphanumeric!"
|
||||||
|
eventEditorErrorReadingFile: "Error reading Events file."
|
||||||
|
eventEditorErrorSaving: "An error occurred while saving."
|
||||||
|
eventEditorDeleted: "Event deleted, Quests and Events reloaded."
|
||||||
|
eventEditorSaved: "Event saved, Quests and Events reloaded."
|
||||||
|
eventEditorEnterEventName: "Enter an Event name, or 'cancel' to return."
|
||||||
|
eventEditorDeletePrompt: "Are you sure you want to delete the Event"
|
||||||
|
eventEditorQuitWithoutSaving: "Are you sure you want to quit without saving?"
|
||||||
|
eventEditorFinishAndSave: "Are you sure you want to finish and save the Event"
|
||||||
|
eventEditorModifiedNote: 'Note: You have modified an Event that the following Quests use:'
|
||||||
|
eventEditorForcedToQuit: "If you save the Event, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||||
|
eventEditorEventInUse: "The following Quests use the Event"
|
||||||
|
eventEditorMustModifyQuests: "eventEditorNotFound"
|
||||||
|
eventEditorListSizeMismatch: "The lists are not the same size!"
|
||||||
|
eventEditorListDuplicates: "List contains duplicates!"
|
||||||
|
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||||
|
eventEditorInvalidEntry: "Ungültiger Eintrag"
|
||||||
|
eventEditorSetName: "Name setzen"
|
||||||
|
eventEditorSetMessage: "Nachricht setzten"
|
||||||
|
eventEditorClearInv: "Spieler-Inevntar leeren"
|
||||||
|
eventEditorFailQuest: "Fail the quest"
|
||||||
|
eventEditorSetExplosions: "Set explosion locations"
|
||||||
|
eventEditorSetLightning: "Set lightning strike locations"
|
||||||
|
eventEditorSetEffects: "Set effects"
|
||||||
|
eventEditorSetStorm: "Set storm"
|
||||||
|
eventEditorSetThunder: "Set thunder"
|
||||||
|
eventEditorSetMobSpawns: "Set mob spawns"
|
||||||
|
eventEditorSetPotionEffects: "Set potion effects"
|
||||||
|
eventEditorSetHunger: "Set player hunger level"
|
||||||
|
eventEditorSetSaturation: "Set player saturation level"
|
||||||
|
eventEditorSetHealth: "Set player health level"
|
||||||
|
eventEditorEnterTimerSeconds: "Set number of seconds left before the quest fails (use cancel-timer event to cancel timers)"
|
||||||
|
eventEditorSetTimer: "Set time to fail quest"
|
||||||
|
eventEditorCancelTimer: "Cancel the quest timer"
|
||||||
|
eventEditorSetTeleport: "Set player teleport location"
|
||||||
|
eventEditorSetCommands: "Set commands to execute"
|
||||||
|
eventEditorItems: "Event-Items"
|
||||||
|
eventEditorSetItems: "Give items"
|
||||||
|
eventEditorItemsCleared: "Event items cleared."
|
||||||
|
eventEditorAddItem: "Item hinzufügen"
|
||||||
|
eventEditorSetItemNames: "Set item names"
|
||||||
|
eventEditorSetItemAmounts: "Set item amounts"
|
||||||
|
eventEditorNoNames: "Keine Namen gesetzt"
|
||||||
|
eventEditorMustSetNames: "You must set item names first!"
|
||||||
|
eventEditorInvalidName: "is not a valid item name!"
|
||||||
|
eventEditorNotGreaterThanZero: "is not greater than 0!"
|
||||||
|
eventEditorNotANumber: "is not a number!"
|
||||||
|
eventEditorStorm: "Event-Sturm"
|
||||||
|
eventEditorSetWorld: "Set world"
|
||||||
|
eventEditorSetDuration: "Set duration"
|
||||||
|
eventEditorNoWorld: "(Keine Welt gesetzt)"
|
||||||
|
eventEditorSetWorldFirst: "Du musst zuerst eine Welt setzen!"
|
||||||
|
eventEditorInvalidWorld: "is not a valid world name!"
|
||||||
|
eventEditorMustSetStormDuration: "You must set a storm duration!"
|
||||||
|
eventEditorStormCleared: "Sturm-Daten gelöscht."
|
||||||
|
eventEditorEnterStormWorld: "Enter a world name for the storm to occur in, or enter 'cancel' to return"
|
||||||
|
eventEditorEnterDuration: "Enter duration (in seconds)"
|
||||||
|
eventEditorAtLeastOneSecond: "Amount must be at least 1 second!"
|
||||||
|
eventEditorNotGreaterThanOneSecond: "is not greater than 1 second!"
|
||||||
|
eventEditorThunder: "Event Donner"
|
||||||
|
eventEditorMustSetThunderDuration: "You must set a thunder duration!"
|
||||||
|
eventEditorThunderCleared: "Thunder data cleared."
|
||||||
|
eventEditorEnterThunderWorld: "Enter a world name for the thunder to occur in, or enter 'cancel' to return"
|
||||||
|
eventEditorEffects: "Event Effekte"
|
||||||
|
eventEditorAddEffect: "Add effect"
|
||||||
|
eventEditorAddEffectLocation: "Add effect location"
|
||||||
|
eventEditorNoEffects: "No effects set"
|
||||||
|
eventEditorMustAddEffects: "You must add effects first!"
|
||||||
|
eventEditorInvalidEffect: "is not a valid effect name!"
|
||||||
|
eventEditorEffectsCleared: "Event effects cleared."
|
||||||
|
eventEditorEffectLocationPrompt: "Right-click on a block to play an effect at, then enter 'add' to add it to the list, or enter 'cancel' to return"
|
||||||
|
eventEditorMobSpawns: "Event Mob Spawns"
|
||||||
|
eventEditorAddMobTypes: "Add mob"
|
||||||
|
eventEditorNoTypesSet: "(No type set)"
|
||||||
|
eventEditorMustSetMobTypesFirst: "Du musst zuerst einen Mobtypen setzen!"
|
||||||
|
eventEditorSetMobAmounts: "Set mob amount"
|
||||||
|
eventEditorNoAmountsSet: "(Keine Beträge festgelegt)"
|
||||||
|
eventEditorMustSetMobAmountsFirst: "You must set mob amount first!"
|
||||||
|
eventEditorAddSpawnLocation: "Spawnpunkt setzten"
|
||||||
|
eventEditorMobSpawnsCleared: "Mob Spawns gelöscht."
|
||||||
|
eventEditorMustSetMobLocationFirst: "Du musst erst einen Spawnpunkt setzen!"
|
||||||
|
eventEditorInvalidMob: "kein gültiger Mobname!"
|
||||||
|
eventEditorSetMobName: "Set custom name for mob"
|
||||||
|
eventEditorSetMobType: "Mobtype setzen"
|
||||||
|
eventEditorSetMobItemInHand: "Item in der Hand nutzen"
|
||||||
|
eventEditorSetMobItemInHandDrop: "Set drop chance of item in hand"
|
||||||
|
eventEditorSetMobBoots: "Stiefel setzen"
|
||||||
|
eventEditorSetMobBootsDrop: "Set drop chance of boots"
|
||||||
|
eventEditorSetMobLeggings: "Set leggings"
|
||||||
|
eventEditorSetMobLeggingsDrop: "Set drop chance of leggings"
|
||||||
|
eventEditorSetMobChestPlate: "Set chest plate"
|
||||||
|
eventEditorSetMobChestPlateDrop: "Set drop chance of chest plate"
|
||||||
|
eventEditorSetMobHelmet: "Set helmet"
|
||||||
|
eventEditorSetMobHelmetDrop: "Set drop chance of helmet"
|
||||||
|
eventEditorSetMobSpawnLoc: "Right-click on a block to spawn a mob at, then enter 'add' to the confirm it, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobSpawnAmount: "Set the amount of mobs to spawn"
|
||||||
|
eventEditorSetDropChance: "Set the drop chance"
|
||||||
|
eventEditorInvalidDropChance: "Drop chance has to be between 0.0 and 1.0"
|
||||||
|
eventEditorLightningPrompt: "Right-click on a block to spawn a lightning strike at, then enter 'add' to add it to the list, or enter 'clear' to clear the locations list, or 'cancel' to return"
|
||||||
|
eventEditorPotionEffects: "Event trank Effekte"
|
||||||
|
eventEditorSetPotionEffectTypes: "Set potion effect types"
|
||||||
|
eventEditorMustSetPotionTypesFirst: "You must set potion effect types first!"
|
||||||
|
eventEditorSetPotionDurations: "Set potion effect durations"
|
||||||
|
eventEditorMustSetPotionDurationsFirst: "You must set potion effect durations first!"
|
||||||
|
eventEditorMustSetPotionTypesAndDurationsFirst: "You must set potion effect types and durations first!"
|
||||||
|
eventEditorNoDurationsSet: "(Keine Dauer-gesetzt)"
|
||||||
|
eventEditorSetPotionMagnitudes: "Set potion effect magnitudes"
|
||||||
|
eventEditorPotionsCleared: "Potion effects cleared."
|
||||||
|
eventEditorInvalidPotionType: "is not a valid potion effect type!"
|
||||||
|
eventEditorEnterNPCId: "NPC ID eingeben (oder -1 um zurückzukehren)"
|
||||||
|
eventEditorNoNPCExists: "Kein NPC ist mit dieser Id vorhanden!"
|
||||||
|
eventEditorExplosionPrompt: "Right-click on a block to spawn an explosion at, then enter 'add' to add it to the list, or enter 'clear' to clear the explosions list, or 'cancel' to return"
|
||||||
|
eventEditorSelectBlockFirst: "Du musst zuerst einen Block auswählen."
|
||||||
|
eventEditorSetMessagePrompt: "Geben Sie Nachricht ein, oder geben Sie \"none\" zu löschen (oder \"cancel\", um zurückzukehren)"
|
||||||
|
eventEditorSetItemNamesPrompt: "Enter item names separating each one by a space, or enter 'cancel' to return."
|
||||||
|
eventEditorSetItemAmountsPrompt: "Enter item amounts (numbers) separating each one by a space, or enter 'cancel' to return."
|
||||||
|
eventEditorSetMobTypesPrompt: "Enter mob name, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobAmountsPrompt: "Enter mob amount, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobNamePrompt: "Set the name for this mob, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the mob spawn location list, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionEffectsPrompt: "Enter potion effect types separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionDurationsPrompt: "Enter effect durations (in milliseconds) separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetHungerPrompt: "Enter hunger level, or -1 to remove it"
|
||||||
|
eventEditorHungerLevelAtLeastZero: "Hunger level must be at least 0!"
|
||||||
|
eventEditorSetSaturationPrompt: "Enter saturation level, or -1 to remove it"
|
||||||
|
eventEditorSaturationLevelAtLeastZero: "Saturation level must be at least 0!"
|
||||||
|
eventEditorSetHealthPrompt: "Enter health level, or -1 to remove it"
|
||||||
|
eventEditorHealthLevelAtLeastZero: "Health level must be at least 0!"
|
||||||
|
eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to, then enter 'done' to finish, or enter 'clear' to clear the teleport location, or 'cancel' to return"
|
||||||
|
eventEditorCommandsNote: 'Note: You may use <player> to refer to the player''s name.'
|
||||||
|
eventEditorSetCommandsPrompt: "Enter commands separating each one by a comma, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
reqSetMoney: "Set money requirement"
|
||||||
|
reqSetQuestPoints: "Set Quest Points requirement"
|
||||||
|
reqSetItem: "Set item requirements"
|
||||||
|
reqSetPerms: "Set permission requirements"
|
||||||
|
reqSetQuest: "Set Quest requirements"
|
||||||
|
reqSetQuestBlocks: "Set Quest blocks"
|
||||||
|
reqSetMcMMO: "Set mcMMO requirements"
|
||||||
|
reqSetHeroes: "Set Heroes requirements"
|
||||||
|
reqSetCustom: "Custom requirements"
|
||||||
|
reqSetFail: "Set fail requirements message"
|
||||||
|
reqSetSkills: "Set skills"
|
||||||
|
reqSetSkillAmounts: "Set skill amounts"
|
||||||
|
reqHeroesSetPrimary: "Set Primary Class"
|
||||||
|
reqHeroesSetSecondary: "Set Secondary Class"
|
||||||
|
reqMoneyPrompt: "Enter amount of <money>, or 0 to clear the money requirement, or -1 to cancel"
|
||||||
|
reqQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point requirement, or -1 to cancel"
|
||||||
|
reqQuestPrompt: "Enter a list of Quest names separating each one by a <comma>, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqRemoveItemsPrompt: "Enter a list of true/false values, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
reqPermissionsPrompt: "Enter permission requirements separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
reqCustomPrompt: "Enter the name of a custom requirement to add, or enter 'clear' to clear all custom requirements, or 'cancel' to return."
|
||||||
|
reqMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqMcMMOAmountsPrompt: "Enter mcMMO skill amounts, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqHeroesPrimaryPrompt: "Enter a Heroes Primary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||||
|
reqHeroesSecondaryPrompt: "Enter a Heroes Secondary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||||
|
reqFailMessagePrompt: "Enter fail requirements message, or enter 'cancel' to return."
|
||||||
|
reqAddItem: "Item hinzufügen"
|
||||||
|
reqSetRemoveItems: "Set remove items"
|
||||||
|
reqNoItemsSet: "Keine Items gesetzt"
|
||||||
|
reqNoValuesSet: "Kein Wert gesetzt"
|
||||||
|
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||||
|
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||||
|
reqGreaterThanZero: "Der Wert muss größer als 0 sein!"
|
||||||
|
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||||
|
reqItemCleared: "Item requirements cleared."
|
||||||
|
reqListsNotSameSize: "The items list and remove items list are not the same size!"
|
||||||
|
reqTrueFalseError: '<input> is not a true or false value!%br%Example: true false true true'
|
||||||
|
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||||
|
reqCustomNotFound: "Custom requirement module not found."
|
||||||
|
reqCustomCleared: "Custom requirements cleared."
|
||||||
|
reqMcMMOError: "<input> is not an mcMMO skill name!"
|
||||||
|
reqMcMMOCleared: "mcMMO skill requirements cleared."
|
||||||
|
reqMcMMOAmountsCleared: "mcMMO skill amount requirements cleared."
|
||||||
|
reqHeroesNotPrimary: "The <class> class is not primary!"
|
||||||
|
reqHeroesPrimaryCleared: "Heroes Primary Class requirement cleared."
|
||||||
|
reqHeroesNotSecondary: "The <class> class is not secondary!"
|
||||||
|
reqHeroesSecondaryCleared: "Heroes Secondary Class requirement cleared."
|
||||||
|
reqHeroesClassNotFound: "Klasse nicht gefunden!"
|
||||||
|
reqNone: "No requirements set"
|
||||||
|
reqNotANumber: "<input> is not a number!"
|
||||||
|
reqMustAddItem: "You must add at least one item first!"
|
||||||
|
reqNoMessage: "You must set a fail requirements message!"
|
||||||
|
reqNoMcMMO: "mcMMO not installed"
|
||||||
|
reqNoHeroes: "Heroes not installed"
|
||||||
|
rewSetMoney: "Set money reward"
|
||||||
|
rewSetQuestPoints: "Questpunkt-Belohnung festlegen"
|
||||||
|
rewSetItems: "Itembelohnung festlegen"
|
||||||
|
rewSetExperience: "Erfahrungsbelohnung festlegen"
|
||||||
|
rewSetCommands: "Befehl-Belohnung festlegen"
|
||||||
|
rewSetPermission: "Permissionbelohnung festlegen"
|
||||||
|
rewSetMcMMO: "mcMMO Skillbelohnung festlegen"
|
||||||
|
rewSetHeroes: "Set Heroes experience rewards"
|
||||||
|
rewSetPhat: "PathLoot-Belohnungen setzen"
|
||||||
|
rewSetCustom: "Benutzerdefinierte Belohnungen setzen"
|
||||||
|
rewSetHeroesClasses: "Klassen festlegen"
|
||||||
|
rewSetHeroesAmounts: "Set experience amounts"
|
||||||
|
rewMoneyPrompt: "Enter amount of <money>, or 0 to clear the money reward, or -1 to cancel"
|
||||||
|
rewExperiencePrompt: "Enter amount of experience, or 0 to clear the experience reward, or -1 to cancel"
|
||||||
|
rewCommandPrompt: "Enter command rewards separating each one by a <comma>, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
rewCommandPromptHint: 'Note: You may put <player> to specify the player who completed the Quest. e.g. smite <player>'
|
||||||
|
rewPermissionsPrompt: "Enter permission rewards separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
rewQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point reward, or -1 to cancel"
|
||||||
|
rewMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewMcMMOPromptHint: 'Note: Typing ''All'' will give levels to all skills.'
|
||||||
|
rewHeroesClassesPrompt: "Enter Heroes classes separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed) separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewPhatLootsPrompt: "Enter PhatLoots separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
rewCustomRewardPrompt: "Enter the name of a custom reward to add, or enter 'clear' to clear all custom rewards, or 'cancel' to return."
|
||||||
|
rewItemsCleared: "Item rewards cleared."
|
||||||
|
rewNoMcMMOSkills: "Keine skills gesetzt"
|
||||||
|
rewNoHeroesClasses: "Keine Klasse gesetzt"
|
||||||
|
rewSetMcMMOSkillsFirst: "Du musst erst einen Skill setzen!"
|
||||||
|
rewMcMMOCleared: "mcMMO rewards cleared."
|
||||||
|
rewMcMMOListsNotSameSize: "The skills list and skill amounts list are not the same size!"
|
||||||
|
rewSetHeroesClassesFirst: "You must set classes first!"
|
||||||
|
rewHeroesCleared: "Heroes rewards cleared."
|
||||||
|
rewHeroesListsNotSameSize: "The classes list and experience amounts list are not the same size!"
|
||||||
|
rewHeroesInvalidClass: "<input> is not a valid Heroes class name!"
|
||||||
|
rewPhatLootsInvalid: "<input> is not a valid PhatLoot name!"
|
||||||
|
rewPhatLootsCleared: "PhatLoots reward cleared."
|
||||||
|
rewCustomAlreadyAdded: "That custom reward has already been added!"
|
||||||
|
rewCustomNotFound: "Custom reward module not found."
|
||||||
|
rewCustomCleared: "Custom rewards cleared."
|
||||||
|
rewNoPhat: "PhatLoots not installed"
|
||||||
|
itemCreateLoadHand: "Load item in hand"
|
||||||
|
itemCreateSetName: "Name setzen"
|
||||||
|
itemCreateSetAmount: "Anzahl setzen"
|
||||||
|
itemCreateSetDurab: "Set durability"
|
||||||
|
itemCreateSetEnchs: "Add/clear enchantments"
|
||||||
|
itemCreateSetDisplay: "Set display name"
|
||||||
|
itemCreateSetLore: "Set lore"
|
||||||
|
itemCreateEnterName: "Enter an item name, or 'cancel' to return."
|
||||||
|
itemCreateEnterAmount: "Enter item amount (max. 64), or 'cancel' to return."
|
||||||
|
itemCreateEnterDurab: "Enter item durability, or 'clear' to clear the data, or 'cancel' to return."
|
||||||
|
itemCreateEnterEnch: "Enter an enchantment name, or 'clear' to clear the enchantments, or 'cancel' to return."
|
||||||
|
itemCreateEnterLevel: "Enter a level (number) for <enchantment>"
|
||||||
|
itemCreateEnterDisplay: "Enter item display name, or 'clear' to clear the display name, or 'cancel' to return."
|
||||||
|
itemCreateEnterLore: "Enter item lore, separating each line by a semi-colon ; or 'clear' to clear the lore, or 'cancel' to return."
|
||||||
|
itemCreateLoaded: "Item loaded."
|
||||||
|
itemCreateNoItem: "No item in hand!"
|
||||||
|
itemCreateNoName: "You must set a name first!"
|
||||||
|
itemCreateInvalidName: "Ungültiger Benutzername!"
|
||||||
|
itemCreateInvalidAmount: "Amount must be between 1-64!"
|
||||||
|
itemCreateInvalidDurab: "Invalid item durability!"
|
||||||
|
itemCreateInvalidEnch: "Invalid enchantment name!"
|
||||||
|
itemCreateInvalidLevel: "Level must be greater than 0!"
|
||||||
|
itemCreateInvalidInput: "Ungültiger Input!"
|
||||||
|
itemCreateNotNumber: "Input was not a number!"
|
||||||
|
itemCreateNoNameAmount: "You must set a name and amount first!"
|
||||||
|
itemCreateCriticalError: "A critical error has occurred."
|
||||||
|
questTitle: "-- <Quests> --"
|
||||||
|
questObjectivesTitle: "---(<quest>)---"
|
||||||
|
questCompleteTitle: '**QUEST ABGESCHLOSSEN: <quest>**'
|
||||||
|
questRewardsTitle: "Belohnungen:"
|
||||||
|
journalTitle: "Quest Journal"
|
||||||
|
questsTitle: "- Quests -"
|
||||||
|
questHelpTitle: "- Quests -"
|
||||||
|
questListTitle: "- Quests -"
|
||||||
|
questNPCListTitle: "- Quests | <npc> -"
|
||||||
|
questAdminHelpTitle: "- Questadmin -"
|
||||||
|
questEditorTitle: "- Quest Editor -"
|
||||||
|
eventEditorTitle: "- Event Editor - "
|
||||||
|
questCreateTitle: "- Quest erstellen -"
|
||||||
|
questEditTitle: "- Quest bearbeiten -"
|
||||||
|
questDeleteTitle: "- Quest löschen -"
|
||||||
|
requirementsTitle: "- <quest> | Vorraussetzungen -"
|
||||||
|
rewardsTitle: "- <quest>| Belohnungen"
|
||||||
|
itemRequirementsTitle: "- Item Requirements -"
|
||||||
|
itemRewardsTitle: "- Item Rewards -"
|
||||||
|
mcMMORequirementsTitle: "- mcMMO Requirements -"
|
||||||
|
mcMMORewardsTitle: "- mcMMO Rewards -"
|
||||||
|
heroesRequirementsTitle: "- Heroes Requirements -"
|
||||||
|
heroesRewardsTitle: "- Heroes Rewards -"
|
||||||
|
heroesClassesTitle: "- Heroes Classes -"
|
||||||
|
heroesExperienceTitle: "- Heroes Experience -"
|
||||||
|
heroesPrimaryTitle: "- Primary Classes -"
|
||||||
|
heroesSecondaryTitle: "- Secondary Classes -"
|
||||||
|
phatLootsRewardsTitle: "- PhatLoots Rewards -"
|
||||||
|
customRequirementsTitle: "- Custom Requirements -"
|
||||||
|
customRewardsTitle: "- Custom Rewards -"
|
||||||
|
skillListTitle: "- Skill List -"
|
||||||
|
eventTitle: "- Event -"
|
||||||
|
completedQuestsTitle: "- Fertige Quests -"
|
||||||
|
topQuestersTitle: "- Top <number> Questers -"
|
||||||
|
createItemTitle: "- Item erstellen -"
|
||||||
|
enchantmentsTitle: "- Verzauberungen -"
|
||||||
|
questGUITitle: "- GUI Item Display -"
|
||||||
|
questRegionTitle: "- Quest Region -"
|
||||||
|
eventEditorGiveItemsTitle: "- Give Items -"
|
||||||
|
eventEditorEffectsTitle: "- Effekte -"
|
||||||
|
eventEditorStormTitle: "- Event Storm -"
|
||||||
|
eventEditorThunderTitle: "- Event Thunder -"
|
||||||
|
eventEditorMobSpawnsTitle: "- Event Mob Spawns -"
|
||||||
|
eventEditorMobsTitle: "- Mobs -"
|
||||||
|
eventEditorAddMobTypesTitle: "- Add Mob -"
|
||||||
|
eventEditorPotionEffectsTitle: "- Event Potion Effects -"
|
||||||
|
eventEditorPotionTypesTitle: "- Event Potion Types -"
|
||||||
|
eventEditorWorldsTitle: "- Worlds -"
|
||||||
|
effBlazeShoot: "Sound of a Blaze firing"
|
||||||
|
effBowFire: "Sound of a bow firing"
|
||||||
|
effClick1: "A click sound"
|
||||||
|
effClick2: "A different click sound"
|
||||||
|
effDoorToggle: "Sound of a door opening or closing"
|
||||||
|
effExtinguish: "Sound of fire being extinguished"
|
||||||
|
effGhastShoot: "Sound of a Ghast firing"
|
||||||
|
effGhastShriek: "Sound of a Ghast shrieking"
|
||||||
|
effZombieWood: "Sound of a Zombie chewing an iron door"
|
||||||
|
effZombieIron: "Sound of a Zombie chewing a wooden door"
|
||||||
|
effEnterName: "Enter an effect name to add it to the list, or enter 'cancel' to return"
|
||||||
|
cmdCancel: "abbrechen"
|
||||||
|
cmdAdd: "hinzufügen"
|
||||||
|
cmdClear: "löschen"
|
||||||
|
cmdNone: "none"
|
||||||
|
cmdDone: "fertig"
|
||||||
|
acceptQuest: "Quest annehmen?"
|
||||||
|
enterAnOption: "Wähle eine Option"
|
||||||
|
questAccepted: 'Quest angenommen: <quest>'
|
||||||
|
currentQuest: "Aktuelle Quests:"
|
||||||
|
noMoreQuest: "Keine weiteren Quests zur Verfügung."
|
||||||
|
damage: "Schaden"
|
||||||
|
break: "Abbauen"
|
||||||
|
place: "Platzieren"
|
||||||
|
use: "Benutzen"
|
||||||
|
cut: "Cut"
|
||||||
|
catchFish: "Fisch fangen"
|
||||||
|
enchantItem: "Enchant <item> with <enchantment>"
|
||||||
|
kill: "Killen"
|
||||||
|
killAtLocation: "Kill <mob> at <location>"
|
||||||
|
killPlayer: "Spieler töten"
|
||||||
|
deliver: "Deliver <item> to <npc>"
|
||||||
|
talkTo: "Talk to <npc>"
|
||||||
|
tame: "Tame"
|
||||||
|
shearSheep: "Shear <color> sheep"
|
||||||
|
goTo: "Go to <location>"
|
||||||
|
completed: "Erledigt"
|
||||||
|
redoCompleted: "(Erledigt)"
|
||||||
|
consoleError: "This command may only be performed in-game."
|
||||||
|
invalidSelection: "Invalid selection!"
|
||||||
|
noActiveQuest: "You do not currently have any active Quests."
|
||||||
|
speakTo: 'Start: Speak to <npc>'
|
||||||
|
mustSpeakTo: "You must speak to <npc> to start this Quest."
|
||||||
|
noCommandStart: "<quest> may not be started via command."
|
||||||
|
permissionDisplay: "Permission:"
|
||||||
|
heroesClass: "class"
|
||||||
|
mcMMOLevel: "level"
|
||||||
|
haveCompleted: "Sie haben die Quest abgeschlossen"
|
||||||
|
cannotComplete: "Cannot complete <quest>"
|
||||||
|
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."
|
||||||
|
questInvalidChoice: "Invalid choice. Type 'Yes' or 'No'"
|
||||||
|
questPointsDisplay: "Questpunkte:"
|
||||||
|
questNoDrop: "Du darfst keine Questitems fallen."
|
||||||
|
questNoBrew: "Du darfst keine Questitems brauen."
|
||||||
|
questNoStore: "Du darfst keine Questitems lagern."
|
||||||
|
questNoCraft: "Du darfst keine keine Questitems erstellen."
|
||||||
|
questNoEquip: "Du darfst keine Questitems ausrüsten."
|
||||||
|
questNoDispense: "Du darfst keine Questitems in Spender legen."
|
||||||
|
questNoEnchant: "Du darfst keine Questitems verzaubern."
|
||||||
|
questNoSmelt: "Du darfst keine Questitems zum schmelzen verwenden."
|
||||||
|
questInfoNoPerms: "Du hast keine Berechtigung Quest informationen anzuzeigen."
|
||||||
|
questCmdNoPerms: "Du hast keine Berechtigung für diesen befehl."
|
||||||
|
pageSelectionNum: "Seitenauswahl muss eine Nummer sein."
|
||||||
|
pageSelectionPosNum: "Seitenauswahl muss eine positive Nummer sein."
|
||||||
|
questListNoPerms: "Du hast keine Berechtigung die Quests liste anzuschauen."
|
||||||
|
questTakeNoPerms: "Du hast keine Berechtigung Quests über befehle anzunehmen."
|
||||||
|
questTakeDisabled: "Annehmen von Quest mit befehle wurde deaktiviert."
|
||||||
|
questQuit: "Du hast die Quest <quest> verlassen"
|
||||||
|
questQuitNoPerms: "Du hast keine Berechtigung Quests zu verlassen."
|
||||||
|
questQuitDisabled: "Das Verlassen von Quests wurde deaktiviert."
|
||||||
|
questEditorNoPerms: "Du hast keine Berechtigung den Quest Editor zu nutzen."
|
||||||
|
eventEditorNoPerms: "You do not have permission to use the Events Editor."
|
||||||
|
questsUnknownCommand: "Unbekannter Quest befehl. Nutze /quests für Hilfe."
|
||||||
|
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>."
|
||||||
|
questPurged: "<player> has been purged and blacklisted."
|
||||||
|
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."
|
||||||
|
enableNPCGUI: "<npc> will now provide a GUI Quest Display."
|
||||||
|
disableNPCGUI: "<npc> will no longer provide a GUI Quest Display."
|
||||||
|
invalidNumber: "Invalid number."
|
||||||
|
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||||
|
playerNotFound: "Player not found."
|
||||||
|
invalidStageNum: "Invalid stage number for Quest <quest>"
|
||||||
|
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||||
|
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."
|
||||||
|
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!"
|
||||||
|
journalNoQuests: "Du hast aktuell keine Quests akzeptiert!"
|
||||||
|
journalDenied: "Du kannst dies nicht mit deinem Quest-Tagebuch tun."
|
||||||
|
ENCHANTMENT_ARROW_DAMAGE: "Stärke"
|
||||||
|
ENCHANTMENT_ARROW_FIRE: "Flamme"
|
||||||
|
ENCHANTMENT_ARROW_INFINITE: "Unendlich"
|
||||||
|
ENCHANTMENT_ARROW_KNOCKBACK: "Schlag"
|
||||||
|
ENCHANTMENT_BINDING_CURSE: "Fluch der Bindung"
|
||||||
|
ENCHANTMENT_DAMAGE_ALL: "Schärfe"
|
||||||
|
ENCHANTMENT_DAMAGE_ARTHROPODS: "NemesisDerGliederfüßer"
|
||||||
|
ENCHANTMENT_DEPTH_STRIDER: "Wasserläufer"
|
||||||
|
ENCHANTMENT_DAMAGE_UNDEAD: "Bann"
|
||||||
|
ENCHANTMENT_DIG_SPEED: "Effizienz"
|
||||||
|
ENCHANTMENT_DURABILITY: "Haltbarkeit"
|
||||||
|
ENCHANTMENT_FIRE_ASPECT: "Verbrennung"
|
||||||
|
ENCHANTMENT_FROST_WALKER: "Eisläufer"
|
||||||
|
ENCHANTMENT_KNOCKBACK: "Rückstoß"
|
||||||
|
ENCHANTMENT_LOOT_BONUS_BLOCKS: "Glück"
|
||||||
|
ENCHANTMENT_LOOT_BONUS_MOBS: "Plünderung"
|
||||||
|
ENCHANTMENT_LUCK: "GlückDesMeeres"
|
||||||
|
ENCHANTMENT_LURE: "Köder"
|
||||||
|
ENCHANTMENT_MENDING: "Reparatur"
|
||||||
|
ENCHANTMENT_OXYGEN: "Atmung"
|
||||||
|
ENCHANTMENT_PROTECTION_ENVIRONMENTAL: "Schutz"
|
||||||
|
ENCHANTMENT_PROTECTION_EXPLOSIONS: "Explosionsschutz"
|
||||||
|
ENCHANTMENT_PROTECTION_FALL: "Federfall"
|
||||||
|
ENCHANTMENT_PROTECTION_FIRE: "Feuerschutz"
|
||||||
|
ENCHANTMENT_PROTECTION_PROJECTILE: "Schusssicher"
|
||||||
|
ENCHANTMENT_SILK_TOUCH: "Behutsamkeit"
|
||||||
|
ENCHANTMENT_SWEEPING: "Schwungkraft"
|
||||||
|
ENCHANTMENT_THORNS: "Dornen"
|
||||||
|
ENCHANTMENT_VANISHING_CURSE: "Fluch des Verschwindens"
|
||||||
|
ENCHANTMENT_WATER_WORKER: "Wasseraffinität"
|
||||||
|
COLOR_BLACK: "Schwarz"
|
||||||
|
COLOR_BLUE: "Blau"
|
||||||
|
COLOR_BROWN: "Braun"
|
||||||
|
COLOR_CYAN: "Cyan"
|
||||||
|
COLOR_GRAY: "Grau"
|
||||||
|
COLOR_GREEN: "Grün"
|
||||||
|
COLOR_LIGHT_BLUE: "Hellblau"
|
||||||
|
COLOR_LIME: "Hellgrün"
|
||||||
|
COLOR_MAGENTA: "Magenta"
|
||||||
|
COLOR_ORANGE: "Orange"
|
||||||
|
COLOR_PINK: "Rosa"
|
||||||
|
COLOR_PURPLE: "Lila"
|
||||||
|
COLOR_RED: "Rot"
|
||||||
|
COLOR_SILVER: "Silber"
|
||||||
|
COLOR_WHITE: "Weiß"
|
||||||
|
COLOR_YELLOW: "Gelb"
|
||||||
|
timeDay: "Tag"
|
||||||
|
timeDays: "Tagen"
|
||||||
|
timeHour: "Stunde"
|
||||||
|
timeHours: "Stunden"
|
||||||
|
timeMinute: "Minute"
|
||||||
|
timeMinutes: "Minuten"
|
||||||
|
timeSecond: "Sekunde"
|
||||||
|
timeSeconds: "Sekunden"
|
||||||
|
timeMillisecond: "Millisekunde"
|
||||||
|
timeMilliseconds: "Millisekunden"
|
||||||
|
event: "Event"
|
||||||
|
delay: "Wartezeit"
|
||||||
|
save: "Speichern"
|
||||||
|
exit: "Verlassen"
|
||||||
|
exited: "Beendet"
|
||||||
|
cancel: "Abbrechen"
|
||||||
|
cancelled: "Abgebrochen"
|
||||||
|
questTimeout: "Abgebrochen."
|
||||||
|
back: "Zurück"
|
||||||
|
yesWord: "Ja"
|
||||||
|
noWord: "Nein"
|
||||||
|
"true": "true"
|
||||||
|
"false": "false"
|
||||||
|
clear: "Leeren"
|
||||||
|
edit: "Bearbeiten"
|
||||||
|
none: "Nichts"
|
||||||
|
done: "Fertig"
|
||||||
|
comma: "komma"
|
||||||
|
finish: "Fertigstellen"
|
||||||
|
quit: "Beenden"
|
||||||
|
noneSet: "Nichts gesetzt"
|
||||||
|
noDelaySet: "Keine Verzögerung gesetzt"
|
||||||
|
noIdsSet: "Keine IDs gesetzt"
|
||||||
|
noNamesSet: "Keine Namen gesetzt"
|
||||||
|
worlds: "Welten"
|
||||||
|
mobs: "Mobs"
|
||||||
|
points: "punkte"
|
||||||
|
invalidOption: "Ungültige Option!"
|
||||||
|
npcHint: 'Hinweis: Links- oder Rechtsklick einen NPC um seine ID zu bekommen.'
|
||||||
|
listDuplicate: "Liste enthält Duplikate!"
|
||||||
|
id: "ID"
|
||||||
|
quest: "Quest"
|
||||||
|
quests: "Quests"
|
||||||
|
createdBy: "Erstellt von"
|
||||||
|
continuedBy: "und weiterentwickelt von"
|
||||||
|
questPoints: "Questpunkte"
|
||||||
|
accepted: "Akzeptiert"
|
||||||
|
complete: "Abgeschlossen"
|
||||||
|
redoable: "Wiederholbar"
|
||||||
|
usage: "Benutze"
|
||||||
|
redoableEvery: "Wiederholbar jede/n <time>."
|
||||||
|
requirements: "Vorraussetzungen"
|
||||||
|
money: "Geld"
|
||||||
|
with: "mit"
|
||||||
|
to: "nach"
|
||||||
|
blocksWithin: "innerhalb von <amount> Blöcken"
|
||||||
|
valRequired: "Wert erfordert"
|
||||||
|
enchantedItem: "* Verzaubert *"
|
||||||
|
experience: "Erfahrung"
|
||||||
|
timerMessage: '<green>Restzeit für den Abschluss der Quest/Abschnitt: <red>%s Sekunden'
|
||||||
|
timerStart: "<green>Du hat <red>%s Sekunden <green>um diese Quest/Abschnitt abzuschliessen"
|
||||||
|
questErrorReadingFile: "Fehler beim Lesen der Questdatei."
|
||||||
|
questSaveError: "Beim Speichern ist ein Fehler aufgetreten."
|
||||||
|
questBlacklisted: "Du bist auf der Blacklist! Kontaktiere einen Admin, wenn du der Meinung bist, dass das ein Fehler ist."
|
858
src/main/resources/lang/el-GR/strings.yml
Normal file
858
src/main/resources/lang/el-GR/strings.yml
Normal file
@ -0,0 +1,858 @@
|
|||||||
|
---
|
||||||
|
questFailed: "*QUEST FAILED MATEY*"
|
||||||
|
questMaxAllowed: "Ye may only have up t' <number> Quests."
|
||||||
|
questAlreadyOn: "Ye be already on that Quest!"
|
||||||
|
questTooEarly: "Ye may nah take <quest> again fer another <time>."
|
||||||
|
questAlreadyCompleted: "Ye 'ave already looted <quest>."
|
||||||
|
questInvalidLocation: "Ye may nah take <quest> at this location."
|
||||||
|
questInvalidDeliveryItem: "<item> ain't a required item fer this quest!"
|
||||||
|
questSelectedLocation: "Chosen spot"
|
||||||
|
questDisplayHelp: "- Display this help"
|
||||||
|
COMMAND_LIST: "list"
|
||||||
|
COMMAND_LIST_HELP: "list [page] - List available Quests"
|
||||||
|
COMMAND_TAKE: "take"
|
||||||
|
COMMAND_TAKE_HELP: "take [quest name] - Accept a Quest"
|
||||||
|
COMMAND_TAKE_USAGE: 'Usage: /quests take [quest]'
|
||||||
|
COMMAND_QUIT: "quit"
|
||||||
|
COMMAND_QUIT_HELP: "quit [quest] - Quit a current Quest"
|
||||||
|
COMMAND_EDITOR: "editor"
|
||||||
|
COMMAND_EDITOR_HELP: "editor - Create/Edit Quests"
|
||||||
|
COMMAND_EVENTS_EDITOR: "events"
|
||||||
|
COMMAND_EVENTS_EDITOR_HELP: "events - Create/Edit Events"
|
||||||
|
COMMAND_STATS: "stats"
|
||||||
|
COMMAND_STATS_HELP: "stats - View your Questing stats"
|
||||||
|
COMMAND_TOP: "top"
|
||||||
|
COMMAND_TOP_HELP: "top [number] - View top Questers"
|
||||||
|
COMMAND_TOP_USAGE: 'Usage: /quests top [number]'
|
||||||
|
COMMAND_INFO: "info"
|
||||||
|
COMMAND_INFO_HELP: "info - Display plugin information"
|
||||||
|
COMMAND_JOURNAL: "journal"
|
||||||
|
COMMAND_JOURNAL_HELP: "journal - View/Put away your Quest Journal"
|
||||||
|
COMMAND_QUEST_HELP: "- Display current Quest objectives"
|
||||||
|
COMMAND_QUESTINFO_HELP: "[quest name] - Display Quest information"
|
||||||
|
COMMAND_QUESTADMIN_HELP: "- View Questadmin help"
|
||||||
|
COMMAND_QUESTADMIN_STATS: "stats"
|
||||||
|
COMMAND_QUESTADMIN_STATS_HELP: "stats [player] - View Questing statistics of a player"
|
||||||
|
COMMAND_QUESTADMIN_GIVE: "give"
|
||||||
|
COMMAND_QUESTADMIN_GIVE_HELP: "give [player] [quest] - Force a player to take a Quest"
|
||||||
|
COMMAND_QUESTADMIN_QUIT: "quit"
|
||||||
|
COMMAND_QUESTADMIN_QUIT_HELP: "quit [player] [quest] - Force a player to quit their Quest"
|
||||||
|
COMMAND_QUESTADMIN_POINTS: "points"
|
||||||
|
COMMAND_QUESTADMIN_POINTS_HELP: "points [player] [amount] - Set a players Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [player] [amount] - Take a players Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] - Set ALL players' Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||||
|
COMMAND_QUESTADMIN_FINISH_HELP: "finish [player] [quest] - Immediately force Quest completion for a player"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE: "nextstage"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "nextstage [player] [quest] - Immediately force Stage completion for a player"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE: "setstage"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE_HELP: "setstage [player] [quest] [stage] - Set the current Stage for a player"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Usage: /questadmin setstage [player] [quest] [stage]'
|
||||||
|
COMMAND_QUESTADMIN_PURGE: "purge"
|
||||||
|
COMMAND_QUESTADMIN_PURGE_HELP: "purge [player] - Clear all Quests data of a player AND BLACKLISTS THEM"
|
||||||
|
COMMAND_QUESTADMIN_RESET: "reset"
|
||||||
|
COMMAND_QUESTADMIN_RESET_HELP: "reset [player] - Clear all Quests data of a player"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE: "remove"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE_HELP: "remove [player] [quest] - Remove a completed Quest from a player"
|
||||||
|
COMMAND_QUESTADMIN_TOGGLEGUI: "togglegui"
|
||||||
|
COMMAND_QUESTADMIN_TOGGLEGUI_HELP: "togglegui [npc id] - Toggle GUI Quest Display on an NPC"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD: "reload"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD_HELP: "reload - Reload all Quests"
|
||||||
|
questEditorHeader: "Create Quest"
|
||||||
|
questEditorCreate: "Create new Quest"
|
||||||
|
questEditorEdit: "Edit a Quest"
|
||||||
|
questEditorDelete: "Delete Quest"
|
||||||
|
questEditorName: "Set name"
|
||||||
|
questEditorAskMessage: "Set ask message"
|
||||||
|
questEditorFinishMessage: "Set finish message"
|
||||||
|
questEditorRedoDelay: "Set redo delay"
|
||||||
|
questEditorNPCStart: "Set NPC start"
|
||||||
|
questEditorBlockStart: "Set Block start"
|
||||||
|
questEditorInitialEvent: "Set initial Event"
|
||||||
|
questEditorSetGUI: "Set GUI Item display"
|
||||||
|
questEditorReqs: "Edit Requirements"
|
||||||
|
questEditorStages: "Edit Stages"
|
||||||
|
questEditorRews: "Edit Rewards"
|
||||||
|
questEditorEnterQuestName: "Enter Quest name (or 'cancel' to return)"
|
||||||
|
questEditorEditEnterQuestName: "Enter Quest name to edit (or 'cancel' to return)"
|
||||||
|
questEditorEnterAskMessage: "Enter ask message (or 'cancel' to return)"
|
||||||
|
questEditorEnterFinishMessage: "Enter finish message (or 'cancel' to return)"
|
||||||
|
questEditorEnterRedoDelay: "Enter amount of time (in seconds), 0 to clear the redo delay or -1 to cancel"
|
||||||
|
questEditorEnterNPCStart: "Enter NPC ID, -1 to clear the NPC start or -2 to cancel"
|
||||||
|
questEditorEnterBlockStart: "Right-click on a block to use as a start point, then enter 'done' to save, or enter 'clear' to clear the block start, or 'cancel' to return"
|
||||||
|
questEditorEnterInitialEvent: "Enter an Event name, or enter 'clear' to clear the initial Event, or 'cancel' to return"
|
||||||
|
questRequiredNoneSet: "Required, none set"
|
||||||
|
questWGSetRegion: "Set Region"
|
||||||
|
questWGNotInstalled: "WorldGuard not installed"
|
||||||
|
questWGPrompt: "Enter WorldGuard region, or enter 'clear' to clear the region, or 'cancel' to return."
|
||||||
|
questWGInvalidRegion: "<region> is not a valid WorldGuard region!"
|
||||||
|
questWGRegionCleared: "Quest region cleared."
|
||||||
|
questCitNotInstalled: "Citizens not installed"
|
||||||
|
questDenNotInstalled: "Denizen not installed"
|
||||||
|
questGUIError: 'Error: That item is already being used as the GUI Display for the Quest <quest>.'
|
||||||
|
questCurrentItem: "Current item:"
|
||||||
|
questSetItem: "Set Item"
|
||||||
|
questClearItem: "Clear Item"
|
||||||
|
questGUICleared: "Quest GUI Item Display cleared."
|
||||||
|
questDeleted: "Quest deleted! Quests and Events have 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 event 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"
|
||||||
|
questEditorQuestAsRequirement2: "as a requirement:"
|
||||||
|
questEditorQuestAsRequirement3: "You must modify these Quests so that they do not use it before deleting it."
|
||||||
|
questEditorQuestNotFound: "Quest not found!"
|
||||||
|
questEditorEventCleared: "Initial Event 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!"
|
||||||
|
questEditorSaved: "Quest saved! (Ye will needs t' perform a Quest reload fer it t' appear)"
|
||||||
|
questEditorExited: "Are ye sure ye wants t' exit without savin'?"
|
||||||
|
questEditorDeleted: "Are ye sure ye wants t' scuttle th' Quest"
|
||||||
|
questEditorNoPermsCreate: "Ye do nah 'ave permission t' create Quests."
|
||||||
|
questEditorNoPermsEdit: "Ye do nah 'ave permission t' edit Quests."
|
||||||
|
questEditorNoPermsDelete: "Ye do nah 'ave permission t' scuttle Quests."
|
||||||
|
stageEditorEditStage: "Edit Stage"
|
||||||
|
stageEditorNewStage: "Add new Stage"
|
||||||
|
stageEditorStages: "Stages"
|
||||||
|
stageEditorStage: "Stage"
|
||||||
|
stageEditorBreakBlocks: "Break Blocks"
|
||||||
|
stageEditorDamageBlocks: "Damage Blocks"
|
||||||
|
stageEditorPlaceBlocks: "Place Blocks"
|
||||||
|
stageEditorUseBlocks: "Use Blocks"
|
||||||
|
stageEditorCutBlocks: "Cut Blocks"
|
||||||
|
stageEditorCatchFish: "Catch Fish"
|
||||||
|
stageEditorFish: "fish"
|
||||||
|
stageEditorKillPlayers: "Kill Players"
|
||||||
|
stageEditorPlayers: "players"
|
||||||
|
stageEditorEnchantItems: "Enchant Items"
|
||||||
|
stageEditorDeliverItems: "Deliver Items"
|
||||||
|
stageEditorTalkToNPCs: "Talk to NPCs"
|
||||||
|
stageEditorKillNPCs: "Kill NPCs"
|
||||||
|
stageEditorKillMobs: "Kill Mobs"
|
||||||
|
stageEditorReachLocs: "Reach spots"
|
||||||
|
stageEditorReachRadii1: "Reach within"
|
||||||
|
stageEditorReachRadii2: "blocks of"
|
||||||
|
stageEditorTameMobs: "Tame Mobs"
|
||||||
|
stageEditorShearSheep: "Shear Sheep"
|
||||||
|
stageEditorEvents: "Events"
|
||||||
|
stageEditorStageEvents: "Stage Events"
|
||||||
|
stageEditorStartEvent: "Start Event"
|
||||||
|
stageEditorStartEventCleared: "Start Event cleared."
|
||||||
|
stageEditorFinishEvent: "Finish Event"
|
||||||
|
stageEditorFinishEventCleared: "Finish Event cleared."
|
||||||
|
stageEditorChatEvents: "Chat Events"
|
||||||
|
stageEditorChatTrigger: "Chat Trigger"
|
||||||
|
stageEditorTriggeredBy: "Triggered by"
|
||||||
|
stageEditorChatEventsCleared: "Chat Events cleared."
|
||||||
|
stageEditorDeathEvent: "Death Event"
|
||||||
|
stageEditorDeathEventCleared: "Death Event cleared."
|
||||||
|
stageEditorDisconnectEvent: "Disconnect Event"
|
||||||
|
stageEditorDisconnectEventCleared: "Disconnect Event cleared."
|
||||||
|
stageEditorDelayMessage: "Delay Message"
|
||||||
|
stageEditorDenizenScript: "Denizen Script"
|
||||||
|
stageEditorStartMessage: "Start Message"
|
||||||
|
stageEditorCompleteMessage: "Complete Message"
|
||||||
|
stageEditorDelete: "Delete Stage"
|
||||||
|
stageEditorSetBlockNames: "Set block names"
|
||||||
|
stageEditorSetBlockAmounts: "Set block amounts"
|
||||||
|
stageEditorSetBlockDurability: "Set block durability"
|
||||||
|
stageEditorSetDamageAmounts: "Set damage amounts"
|
||||||
|
stageEditorSetPlaceAmounts: "Set place amounts"
|
||||||
|
stageEditorSetUseAmounts: "Set use amounts"
|
||||||
|
stageEditorSetCutAmounts: "Set cut amounts"
|
||||||
|
stageEditorSetKillAmounts: "Set kill amounts"
|
||||||
|
stageEditorSetEnchantAmounts: "Set enchant amounts"
|
||||||
|
stageEditorSetMobAmounts: "Set mob amounts"
|
||||||
|
stageEditorSetEnchantments: "Set enchantments"
|
||||||
|
stageEditorSetItemNames: "Set item names"
|
||||||
|
stageEditorSetKillIds: "Set NPC IDs"
|
||||||
|
stageEditorSetMobTypes: "Set mob types"
|
||||||
|
stageEditorSetKillLocations: "Set kill locations"
|
||||||
|
stageEditorSetKillLocationRadii: "Set kill location radii"
|
||||||
|
stageEditorSetKillLocationNames: "Set kill location names"
|
||||||
|
stageEditorSetLocations: "Set locations"
|
||||||
|
stageEditorSetLocationRadii: "Set location radii"
|
||||||
|
stageEditorSetLocationNames: "Set location names"
|
||||||
|
stageEditorSetTameAmounts: "Set tame amounts"
|
||||||
|
stageEditorSetShearColors: "Set sheep colors"
|
||||||
|
stageEditorSetShearAmounts: "Set shear amounts"
|
||||||
|
stageEditorPassword: "Password Objectives"
|
||||||
|
stageEditorAddPasswordDisplay: "Add password display"
|
||||||
|
stageEditorAddPasswordPhrases: "Add password phrase(s)"
|
||||||
|
stageEditorNoPasswordDisplays: "No password displays set"
|
||||||
|
stageObjectiveOverride: "Objective Display Override"
|
||||||
|
stageEditorCustom: "Custom Objectives"
|
||||||
|
stageEditorNoModules: "No modules loaded"
|
||||||
|
stageEditorModuleNotFound: "Custom objective module not found."
|
||||||
|
stageEditorCustomPrompt: "Enter the name of a custom objective to add, or enter 'clear' to clear all custom objectives, or 'cancel' to return."
|
||||||
|
stageEditorCustomAlreadyAdded: "That custom objective has already been added!"
|
||||||
|
stageEditorCustomCleared: "Custom objectives cleared."
|
||||||
|
stageEditorCustomDataPrompt: "Enter value for <data>:"
|
||||||
|
stageEditorEnterBlockNames: "Enter block names (or IDs), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorBreakBlocksPrompt: "Enter break amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorDamageBlocksPrompt: "Enter damage amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorPlaceBlocksPrompt: "Enter place amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorUseBlocksPrompt: "Enter use amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorCutBlocksPrompt: "Enter cut amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorEnterBlockDurability: "Enter block durability (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorCatchFishPrompt: "Enter number of fish to catch, or 0 to clear the fish catch objective, or -1 to cancel"
|
||||||
|
stageEditorKillPlayerPrompt: "Enter number of players to kill, or 0 to clear the player kill objective, or -1 to cancel"
|
||||||
|
stageEditorEnchantTypePrompt: "Enter enchantment names, separating each one by a comma, or enter 'cancel' to return."
|
||||||
|
stageEditorEnchantAmountsPrompt: "Enter enchant amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorItemNamesPrompt: "Enter item names, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorNPCPrompt: "Enter NPC ids, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorNPCToTalkToPrompt: "Enter NPC IDs, separating each one by a space, or enter 'clear' to clear the NPC ID list, or 'cancel' to return."
|
||||||
|
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
||||||
|
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorMobAmountsPrompt: "Enter mob amounts separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationPrompt: "Right-click on a block t' select it, then enter 'add' t' add it t' th' kill spot list, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationRadiiPrompt: "Enter kill spot radii (number o' blocks) separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||||
|
stageEditorTameAmountsPrompt: "Enter tame amounts separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorShearColorsPrompt: "Enter sheep colors separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorShearAmountsPrompt: "Enter shear amounts separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorEventsPrompt: "Enter an event name, or enter 'clear' to clear the event, or 'cancel' to return"
|
||||||
|
stageEditorChatEventsPrompt: "Enter an event name to add, or enter 'clear' to clear all chat events, or 'cancel' to return"
|
||||||
|
stageEditorChatEventsTriggerPromptA: "Enter a chat trigger for"
|
||||||
|
stageEditorChatEventsTriggerPromptB: "or enter 'cancel' to return."
|
||||||
|
stageEditorDelayPrompt: "Enter time (in seconds), or enter 'clear' to clear the delay, or 'cancel' to return"
|
||||||
|
stageEditorDelayMessagePrompt: "Enter delay message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorScriptPrompt: "Enter script name, or enter 'clear' to clear the script, or 'cancel' to return"
|
||||||
|
stageEditorStartMessagePrompt: "Enter start message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorCompleteMessagePrompt: "Enter complete message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorPasswordDisplayPrompt: "Enter a password display, or 'cancel' to return"
|
||||||
|
stageEditorPasswordDisplayHint: "(This is the text that will be displayed to the player as their objective)"
|
||||||
|
stageEditorPasswordPhrasePrompt: "Enter a password phrase, or 'cancel' to return"
|
||||||
|
stageEditorPasswordPhraseHint1: "(This is the text that a player has to say to complete the objective)"
|
||||||
|
stageEditorPasswordPhraseHint2: "If you want multiple password phrases, seperate them by a | (pipe)"
|
||||||
|
stageEditorObjectiveOverridePrompt: "Enter objective display override, or 'clear' to clear the override, or 'cancel' to return."
|
||||||
|
stageEditorObjectiveOverrideHint: "(The objective display override will show up as the players current objective)"
|
||||||
|
stageEditorObjectiveOverrideCleared: "Objective display override cleared."
|
||||||
|
stageEditorDeliveryAddItem: "Add item"
|
||||||
|
stageEditorDeliveryNPCs: "Set NPC IDs"
|
||||||
|
stageEditorDeliveryMessages: "Set delivery messages"
|
||||||
|
stageEditorContainsDuplicates: "List contains duplicates!"
|
||||||
|
stageEditorInvalidBlockName: "is not a valid block name!"
|
||||||
|
stageEditorInvalidEnchantment: "is not a valid enchantment name!"
|
||||||
|
stageEditorInvalidNPC: "is not a valid NPC ID!"
|
||||||
|
stageEditorInvalidMob: "is not a valid mob name!"
|
||||||
|
stageEditorInvalidItemName: "is not a valid item name!"
|
||||||
|
stageEditorInvalidNumber: "is not a number!"
|
||||||
|
stageEditorInvalidDye: "is not a valid dye color!"
|
||||||
|
stageEditorInvalidEvent: "is not a valid event name!"
|
||||||
|
stageEditorDuplicateEvent: "Event is already in the list!"
|
||||||
|
stageEditorInvalidDelay: "Delay must be at least one second!"
|
||||||
|
stageEditorInvalidScript: "Denizen script not found!"
|
||||||
|
stageEditorNoCitizens: "Citizens is not installed!"
|
||||||
|
stageEditorNoDenizen: "Denizen is not installed!"
|
||||||
|
stageEditorPositiveAmount: "You must enter a positive number!"
|
||||||
|
stageEditorNoNumber: "Input was not a number!"
|
||||||
|
stageEditorNotGreaterThanZero: "is not greater than 0!"
|
||||||
|
stageEditorNotListofNumbers: "Invalid entry, input was not a list of numbers!"
|
||||||
|
stageEditorNoDelaySet: "You must set a delay first!"
|
||||||
|
stageEditorNoBlockNames: "You must set block names first!"
|
||||||
|
stageEditorNoEnchantments: "You must set enchantments first!"
|
||||||
|
stageEditorNoItems: "You must add items first!"
|
||||||
|
stageEditorNoDeliveryMessage: "You must set at least one delivery message!"
|
||||||
|
stageEditorNoNPCs: "You must set NPC IDs first!"
|
||||||
|
stageEditorNoMobTypes: "You must set mob types first!"
|
||||||
|
stageEditorNoKillLocations: "You must set kill locations first!"
|
||||||
|
stageEditorNoBlockSelected: "You must select a block first."
|
||||||
|
stageEditorNoColors: "You must set colors first!"
|
||||||
|
stageEditorNoLocations: "You must set locations first!"
|
||||||
|
stageEditorNoEnchantmentsSet: "No enchantments set"
|
||||||
|
stageEditorNoItemsSet: "No items set"
|
||||||
|
stageEditorNoMobTypesSet: "No mob types set"
|
||||||
|
stageEditorNoLocationsSet: "No locations set"
|
||||||
|
stageEditorNoColorsSet: "No colors set"
|
||||||
|
stageEditorListNotSameSize: "The block names list and the amounts list are not the same size!"
|
||||||
|
stageEditorEnchantmentNotSameSize: "The enchantments list, the item id list and the enchant amount list are not the same size!"
|
||||||
|
stageEditorDeliveriesNotSameSize: "The item list and the NPC list are not equal in size!"
|
||||||
|
stageEditorNPCKillsNotSameSize: "The NPC IDs list and the kill amounts list are not the same size!"
|
||||||
|
stageEditorAllListsNotSameSize: "All of your lists are not the same size!"
|
||||||
|
stageEditorMobTypesNotSameSize: "The mob types list and the mob amounts list are not the same size!"
|
||||||
|
stageEditorTameMobsNotSameSize: "The mob types list and the tame amounts list are not the same size!"
|
||||||
|
stageEditorShearNotSameSize: "The sheep colors list and the shear amounts list are not the same size!"
|
||||||
|
stageEditorMustSetPasswordDisplays: "You must add at least one password display first!"
|
||||||
|
stageEditorAddPasswordCleared: "Password Objectives cleared."
|
||||||
|
stageEditorPasswordNotSameSize: "The password display and password phrase lists are not the same size!"
|
||||||
|
stageEditorListContainsDuplicates: " List contains duplicates!"
|
||||||
|
stageEditorDelayCleared: "Delay cleared."
|
||||||
|
stageEditorDelayMessageCleared: "Delay message cleared."
|
||||||
|
stageEditorDenizenCleared: "Denizen script cleared."
|
||||||
|
stageEditorBreakBlocksCleared: "Break blocks objective cleared."
|
||||||
|
stageEditorDamageBlocksCleared: "Damage blocks objective cleared."
|
||||||
|
stageEditorPlaceBlocksCleared: "Place blocks objective cleared."
|
||||||
|
stageEditorUseBlocksCleared: "Use blocks objective cleared."
|
||||||
|
stageEditorCutBlocksCleared: "Cut blocks objective cleared."
|
||||||
|
stageEditorEnchantmentsCleared: "Enchantment objective cleared."
|
||||||
|
stageEditorDeliveriesCleared: "Delivery objective cleared."
|
||||||
|
stageEditorReachLocationsCleared: "Reach Locations objective cleared."
|
||||||
|
stageEditorKillNPCsCleared: "Kill NPCs objective cleared."
|
||||||
|
stageEditorKillMobsCleared: "Kill Mobs objective cleared."
|
||||||
|
stageEditorTameCleared: "Tame Mobs objective cleared."
|
||||||
|
stageEditorShearCleared: "Shear Sheep objective cleared."
|
||||||
|
stageEditorStartMessageCleared: "Start message cleared."
|
||||||
|
stageEditorCompleteMessageCleared: "Complete message cleared."
|
||||||
|
stageEditorConfirmStageDelete: "Are you sure you want to delete this stage?"
|
||||||
|
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"
|
||||||
|
allListsNotSameSize: "All of your lists are not the same size!"
|
||||||
|
eventEditorCreate: "Create new Event"
|
||||||
|
eventEditorEdit: "Edit an Event"
|
||||||
|
eventEditorDelete: "Delete an Event"
|
||||||
|
eventEditorCreatePermisssions: "You do not have permission to create new Events."
|
||||||
|
eventEditorEditPermisssions: "You do not have permission to edit Events."
|
||||||
|
eventEditorDeletePermisssions: "You do not have permission to delete Events."
|
||||||
|
eventEditorNoneToEdit: "No Events currently exist to be edited!"
|
||||||
|
eventEditorNoneToDelete: "No Events currently exist to be deleted!"
|
||||||
|
eventEditorNotFound: "Event not found!"
|
||||||
|
eventEditorExists: "Event already exists!"
|
||||||
|
eventEditorSomeone: "Someone is already creating or editing an Event with that name!"
|
||||||
|
eventEditorAlpha: "Name must be alphanumeric!"
|
||||||
|
eventEditorErrorReadingFile: "Error reading Events file."
|
||||||
|
eventEditorErrorSaving: "An error occurred while saving."
|
||||||
|
eventEditorDeleted: "Event deleted, Quests and Events reloaded."
|
||||||
|
eventEditorSaved: "Event saved, Quests and Events reloaded."
|
||||||
|
eventEditorEnterEventName: "Enter an Event name, or 'cancel' to return."
|
||||||
|
eventEditorDeletePrompt: "Are you sure you want to delete the Event"
|
||||||
|
eventEditorQuitWithoutSaving: "Are you sure you want to quit without saving?"
|
||||||
|
eventEditorFinishAndSave: "Are you sure you want to finish and save the Event"
|
||||||
|
eventEditorModifiedNote: 'Note: You have modified an Event that the following Quests use:'
|
||||||
|
eventEditorForcedToQuit: "If you save the Event, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||||
|
eventEditorEventInUse: "The following Quests use the Event"
|
||||||
|
eventEditorMustModifyQuests: "eventEditorNotFound"
|
||||||
|
eventEditorListSizeMismatch: "The lists are not the same size!"
|
||||||
|
eventEditorListDuplicates: "List contains duplicates!"
|
||||||
|
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||||
|
eventEditorInvalidEntry: "Invalid entry"
|
||||||
|
eventEditorSetName: "Set name"
|
||||||
|
eventEditorSetMessage: "Set message"
|
||||||
|
eventEditorClearInv: "Clear player inventory"
|
||||||
|
eventEditorFailQuest: "Fail the quest"
|
||||||
|
eventEditorSetExplosions: "Set explosion locations"
|
||||||
|
eventEditorSetLightning: "Set lightning strike locations"
|
||||||
|
eventEditorSetEffects: "Set effects"
|
||||||
|
eventEditorSetStorm: "Set storm"
|
||||||
|
eventEditorSetThunder: "Set thunder"
|
||||||
|
eventEditorSetMobSpawns: "Set mob spawns"
|
||||||
|
eventEditorSetPotionEffects: "Set potion effects"
|
||||||
|
eventEditorSetHunger: "Set player hunger level"
|
||||||
|
eventEditorSetSaturation: "Set player saturation level"
|
||||||
|
eventEditorSetHealth: "Set player health level"
|
||||||
|
eventEditorEnterTimerSeconds: "Set number of seconds left before the quest fails (use cancel-timer event to cancel timers)"
|
||||||
|
eventEditorSetTimer: "Set time to fail quest"
|
||||||
|
eventEditorCancelTimer: "Cancel the quest timer"
|
||||||
|
eventEditorSetTeleport: "Set player teleport location"
|
||||||
|
eventEditorSetCommands: "Set commands to execute"
|
||||||
|
eventEditorItems: "Event Items"
|
||||||
|
eventEditorSetItems: "Give items"
|
||||||
|
eventEditorItemsCleared: "Event items cleared."
|
||||||
|
eventEditorAddItem: "Add item"
|
||||||
|
eventEditorSetItemNames: "Set item names"
|
||||||
|
eventEditorSetItemAmounts: "Set item amounts"
|
||||||
|
eventEditorNoNames: "No names set"
|
||||||
|
eventEditorMustSetNames: "You must set item names first!"
|
||||||
|
eventEditorInvalidName: "is not a valid item name!"
|
||||||
|
eventEditorNotGreaterThanZero: "is not greater than 0!"
|
||||||
|
eventEditorNotANumber: "is not a number!"
|
||||||
|
eventEditorStorm: "Event Storm"
|
||||||
|
eventEditorSetWorld: "Set world"
|
||||||
|
eventEditorSetDuration: "Set duration"
|
||||||
|
eventEditorNoWorld: "(No world set)"
|
||||||
|
eventEditorSetWorldFirst: "You must set a world first!"
|
||||||
|
eventEditorInvalidWorld: "is not a valid world name!"
|
||||||
|
eventEditorMustSetStormDuration: "You must set a storm duration!"
|
||||||
|
eventEditorStormCleared: "Storm data cleared."
|
||||||
|
eventEditorEnterStormWorld: "Enter a world name for the storm to occur in, or enter 'cancel' to return"
|
||||||
|
eventEditorEnterDuration: "Enter duration (in seconds)"
|
||||||
|
eventEditorAtLeastOneSecond: "Amount must be at least 1 second!"
|
||||||
|
eventEditorNotGreaterThanOneSecond: "is not greater than 1 second!"
|
||||||
|
eventEditorThunder: "Event Thunder"
|
||||||
|
eventEditorMustSetThunderDuration: "You must set a thunder duration!"
|
||||||
|
eventEditorThunderCleared: "Thunder data cleared."
|
||||||
|
eventEditorEnterThunderWorld: "Enter a world name for the thunder to occur in, or enter 'cancel' to return"
|
||||||
|
eventEditorEffects: "Event Effects"
|
||||||
|
eventEditorAddEffect: "Add effect"
|
||||||
|
eventEditorAddEffectLocation: "Add effect location"
|
||||||
|
eventEditorNoEffects: "No effects set"
|
||||||
|
eventEditorMustAddEffects: "You must add effects first!"
|
||||||
|
eventEditorInvalidEffect: "is not a valid effect name!"
|
||||||
|
eventEditorEffectsCleared: "Event effects cleared."
|
||||||
|
eventEditorEffectLocationPrompt: "Right-click on a block to play an effect at, then enter 'add' to add it to the list, or enter 'cancel' to return"
|
||||||
|
eventEditorMobSpawns: "Event Mob Spawns"
|
||||||
|
eventEditorAddMobTypes: "Add mob"
|
||||||
|
eventEditorNoTypesSet: "(No type set)"
|
||||||
|
eventEditorMustSetMobTypesFirst: "You must set the mob type first!"
|
||||||
|
eventEditorSetMobAmounts: "Set mob amount"
|
||||||
|
eventEditorNoAmountsSet: "(No amounts set)"
|
||||||
|
eventEditorMustSetMobAmountsFirst: "You must set mob amount first!"
|
||||||
|
eventEditorAddSpawnLocation: "Set spawn location"
|
||||||
|
eventEditorMobSpawnsCleared: "Mob spawns cleared."
|
||||||
|
eventEditorMustSetMobLocationFirst: "You must set a spawn-location first!"
|
||||||
|
eventEditorInvalidMob: "is not a valid mob name!"
|
||||||
|
eventEditorSetMobName: "Set custom name for mob"
|
||||||
|
eventEditorSetMobType: "Set mob type"
|
||||||
|
eventEditorSetMobItemInHand: "Set item in hand"
|
||||||
|
eventEditorSetMobItemInHandDrop: "Set drop chance of item in hand"
|
||||||
|
eventEditorSetMobBoots: "Set boots"
|
||||||
|
eventEditorSetMobBootsDrop: "Set drop chance of boots"
|
||||||
|
eventEditorSetMobLeggings: "Set leggings"
|
||||||
|
eventEditorSetMobLeggingsDrop: "Set drop chance of leggings"
|
||||||
|
eventEditorSetMobChestPlate: "Set chest plate"
|
||||||
|
eventEditorSetMobChestPlateDrop: "Set drop chance of chest plate"
|
||||||
|
eventEditorSetMobHelmet: "Set helmet"
|
||||||
|
eventEditorSetMobHelmetDrop: "Set drop chance of helmet"
|
||||||
|
eventEditorSetMobSpawnLoc: "Right-click on a block to spawn a mob at, then enter 'add' to the confirm it, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobSpawnAmount: "Set the amount of mobs to spawn"
|
||||||
|
eventEditorSetDropChance: "Set the drop chance"
|
||||||
|
eventEditorInvalidDropChance: "Drop chance has to be between 0.0 and 1.0"
|
||||||
|
eventEditorLightningPrompt: "Right-click on a block to spawn a lightning strike at, then enter 'add' to add it to the list, or enter 'clear' to clear the locations list, or 'cancel' to return"
|
||||||
|
eventEditorPotionEffects: "Event Potion Effects"
|
||||||
|
eventEditorSetPotionEffectTypes: "Set potion effect types"
|
||||||
|
eventEditorMustSetPotionTypesFirst: "You must set potion effect types first!"
|
||||||
|
eventEditorSetPotionDurations: "Set potion effect durations"
|
||||||
|
eventEditorMustSetPotionDurationsFirst: "You must set potion effect durations first!"
|
||||||
|
eventEditorMustSetPotionTypesAndDurationsFirst: "You must set potion effect types and durations first!"
|
||||||
|
eventEditorNoDurationsSet: "(No durations set)"
|
||||||
|
eventEditorSetPotionMagnitudes: "Set potion effect magnitudes"
|
||||||
|
eventEditorPotionsCleared: "Potion effects cleared."
|
||||||
|
eventEditorInvalidPotionType: "is not a valid potion effect type!"
|
||||||
|
eventEditorEnterNPCId: "Enter NPC ID (or -1 to return)"
|
||||||
|
eventEditorNoNPCExists: "No NPC exists with that id!"
|
||||||
|
eventEditorExplosionPrompt: "Right-click on a block to spawn an explosion at, then enter 'add' to add it to the list, or enter 'clear' to clear the explosions list, or 'cancel' to return"
|
||||||
|
eventEditorSelectBlockFirst: "You must select a block first."
|
||||||
|
eventEditorSetMessagePrompt: "Enter message, or enter 'none' to delete, (or 'cancel' to return)"
|
||||||
|
eventEditorSetItemNamesPrompt: "Enter item names separating each one by a space, or enter 'cancel' to return."
|
||||||
|
eventEditorSetItemAmountsPrompt: "Enter item amounts (numbers) separating each one by a space, or enter 'cancel' to return."
|
||||||
|
eventEditorSetMobTypesPrompt: "Enter mob name, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobAmountsPrompt: "Enter mob amount, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobNamePrompt: "Set the name for this mob, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the mob spawn location list, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionEffectsPrompt: "Enter potion effect types separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionDurationsPrompt: "Enter effect durations (in milliseconds) separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetHungerPrompt: "Enter hunger level, or -1 to remove it"
|
||||||
|
eventEditorHungerLevelAtLeastZero: "Hunger level must be at least 0!"
|
||||||
|
eventEditorSetSaturationPrompt: "Enter saturation level, or -1 to remove it"
|
||||||
|
eventEditorSaturationLevelAtLeastZero: "Saturation level must be at least 0!"
|
||||||
|
eventEditorSetHealthPrompt: "Enter health level, or -1 to remove it"
|
||||||
|
eventEditorHealthLevelAtLeastZero: "Health level must be at least 0!"
|
||||||
|
eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to, then enter 'done' to finish, or enter 'clear' to clear the teleport location, or 'cancel' to return"
|
||||||
|
eventEditorCommandsNote: 'Note: You may use <player> to refer to the player''s name.'
|
||||||
|
eventEditorSetCommandsPrompt: "Enter commands separating each one by a comma, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
reqSetMoney: "Set money requirement"
|
||||||
|
reqSetQuestPoints: "Set Quest Points requirement"
|
||||||
|
reqSetItem: "Set item requirements"
|
||||||
|
reqSetPerms: "Set permission requirements"
|
||||||
|
reqSetQuest: "Set Quest requirements"
|
||||||
|
reqSetQuestBlocks: "Set Quest blocks"
|
||||||
|
reqSetMcMMO: "Set mcMMO requirements"
|
||||||
|
reqSetHeroes: "Set Heroes requirements"
|
||||||
|
reqSetCustom: "Custom requirements"
|
||||||
|
reqSetFail: "Set fail requirements message"
|
||||||
|
reqSetSkills: "Set skills"
|
||||||
|
reqSetSkillAmounts: "Set skill amounts"
|
||||||
|
reqHeroesSetPrimary: "Set Primary Class"
|
||||||
|
reqHeroesSetSecondary: "Set Secondary Class"
|
||||||
|
reqMoneyPrompt: "Enter amount of <money>, or 0 to clear the money requirement, or -1 to cancel"
|
||||||
|
reqQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point requirement, or -1 to cancel"
|
||||||
|
reqQuestPrompt: "Enter a list of Quest names separating each one by a <comma>, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqRemoveItemsPrompt: "Enter a list of true/false values, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
reqPermissionsPrompt: "Enter permission requirements separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
reqCustomPrompt: "Enter the name of a custom requirement to add, or enter 'clear' to clear all custom requirements, or 'cancel' to return."
|
||||||
|
reqMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqMcMMOAmountsPrompt: "Enter mcMMO skill amounts, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqHeroesPrimaryPrompt: "Enter a Heroes Primary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||||
|
reqHeroesSecondaryPrompt: "Enter a Heroes Secondary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||||
|
reqFailMessagePrompt: "Enter fail requirements message, or enter 'cancel' to return."
|
||||||
|
reqAddItem: "Add item"
|
||||||
|
reqSetRemoveItems: "Set remove items"
|
||||||
|
reqNoItemsSet: "No items set"
|
||||||
|
reqNoValuesSet: "No values set"
|
||||||
|
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||||
|
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||||
|
reqGreaterThanZero: "Amount must be greater than 0!"
|
||||||
|
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||||
|
reqItemCleared: "Item requirements cleared."
|
||||||
|
reqListsNotSameSize: "The items list and remove items list are not the same size!"
|
||||||
|
reqTrueFalseError: '<input> is not a true or false value!%br%Example: true false true true'
|
||||||
|
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||||
|
reqCustomNotFound: "Custom requirement module not found."
|
||||||
|
reqCustomCleared: "Custom requirements cleared."
|
||||||
|
reqMcMMOError: "<input> is not an mcMMO skill name!"
|
||||||
|
reqMcMMOCleared: "mcMMO skill requirements cleared."
|
||||||
|
reqMcMMOAmountsCleared: "mcMMO skill amount requirements cleared."
|
||||||
|
reqHeroesNotPrimary: "The <class> class is not primary!"
|
||||||
|
reqHeroesPrimaryCleared: "Heroes Primary Class requirement cleared."
|
||||||
|
reqHeroesNotSecondary: "The <class> class is not secondary!"
|
||||||
|
reqHeroesSecondaryCleared: "Heroes Secondary Class requirement cleared."
|
||||||
|
reqHeroesClassNotFound: "Class not found!"
|
||||||
|
reqNone: "No requirements set"
|
||||||
|
reqNotANumber: "<input> is not a number!"
|
||||||
|
reqMustAddItem: "You must add at least one item first!"
|
||||||
|
reqNoMessage: "You must set a fail requirements message!"
|
||||||
|
reqNoMcMMO: "mcMMO not installed"
|
||||||
|
reqNoHeroes: "Heroes not installed"
|
||||||
|
rewSetMoney: "Set money reward"
|
||||||
|
rewSetQuestPoints: "Set Quest Points reward"
|
||||||
|
rewSetItems: "Set item rewards"
|
||||||
|
rewSetExperience: "Set experience reward"
|
||||||
|
rewSetCommands: "Set command rewards"
|
||||||
|
rewSetPermission: "Set permission rewards"
|
||||||
|
rewSetMcMMO: "Set mcMMO skill rewards"
|
||||||
|
rewSetHeroes: "Set Heroes experience rewards"
|
||||||
|
rewSetPhat: "Set PhatLoot rewards"
|
||||||
|
rewSetCustom: "Set Custom Rewards"
|
||||||
|
rewSetHeroesClasses: "Set classes"
|
||||||
|
rewSetHeroesAmounts: "Set experience amounts"
|
||||||
|
rewMoneyPrompt: "Enter amount of <money>, or 0 to clear the money reward, or -1 to cancel"
|
||||||
|
rewExperiencePrompt: "Enter amount of experience, or 0 to clear the experience reward, or -1 to cancel"
|
||||||
|
rewCommandPrompt: "Enter command rewards separating each one by a <comma>, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
rewCommandPromptHint: 'Note: You may put <player> to specify the player who completed the Quest. e.g. smite <player>'
|
||||||
|
rewPermissionsPrompt: "Enter permission rewards separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
rewQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point reward, or -1 to cancel"
|
||||||
|
rewMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewMcMMOPromptHint: 'Note: Typing ''All'' will give levels to all skills.'
|
||||||
|
rewHeroesClassesPrompt: "Enter Heroes classes separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed) separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewPhatLootsPrompt: "Enter PhatLoots separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
rewCustomRewardPrompt: "Enter the name of a custom reward to add, or enter 'clear' to clear all custom rewards, or 'cancel' to return."
|
||||||
|
rewItemsCleared: "Item rewards cleared."
|
||||||
|
rewNoMcMMOSkills: "No skills set"
|
||||||
|
rewNoHeroesClasses: "No classes set"
|
||||||
|
rewSetMcMMOSkillsFirst: "You must set skills first!"
|
||||||
|
rewMcMMOCleared: "mcMMO rewards cleared."
|
||||||
|
rewMcMMOListsNotSameSize: "The skills list and skill amounts list are not the same size!"
|
||||||
|
rewSetHeroesClassesFirst: "You must set classes first!"
|
||||||
|
rewHeroesCleared: "Heroes rewards cleared."
|
||||||
|
rewHeroesListsNotSameSize: "The classes list and experience amounts list are not the same size!"
|
||||||
|
rewHeroesInvalidClass: "<input> is not a valid Heroes class name!"
|
||||||
|
rewPhatLootsInvalid: "<input> is not a valid PhatLoot name!"
|
||||||
|
rewPhatLootsCleared: "PhatLoots reward cleared."
|
||||||
|
rewCustomAlreadyAdded: "That custom reward has already been added!"
|
||||||
|
rewCustomNotFound: "Custom reward module not found."
|
||||||
|
rewCustomCleared: "Custom rewards cleared."
|
||||||
|
rewNoPhat: "PhatLoots not installed"
|
||||||
|
itemCreateLoadHand: "Load item in hand"
|
||||||
|
itemCreateSetName: "Set name"
|
||||||
|
itemCreateSetAmount: "Set amount"
|
||||||
|
itemCreateSetDurab: "Set durability"
|
||||||
|
itemCreateSetEnchs: "Add/clear enchantments"
|
||||||
|
itemCreateSetDisplay: "Set display name"
|
||||||
|
itemCreateSetLore: "Set lore"
|
||||||
|
itemCreateEnterName: "Enter an item name, or 'cancel' to return."
|
||||||
|
itemCreateEnterAmount: "Enter item amount (max. 64), or 'cancel' to return."
|
||||||
|
itemCreateEnterDurab: "Enter item durability, or 'clear' to clear the data, or 'cancel' to return."
|
||||||
|
itemCreateEnterEnch: "Enter an enchantment name, or 'clear' to clear the enchantments, or 'cancel' to return."
|
||||||
|
itemCreateEnterLevel: "Enter a level (number) for <enchantment>"
|
||||||
|
itemCreateEnterDisplay: "Enter item display name, or 'clear' to clear the display name, or 'cancel' to return."
|
||||||
|
itemCreateEnterLore: "Enter item lore, separating each line by a semi-colon ; or 'clear' to clear the lore, or 'cancel' to return."
|
||||||
|
itemCreateLoaded: "Item loaded."
|
||||||
|
itemCreateNoItem: "No item in hand!"
|
||||||
|
itemCreateNoName: "You must set a name first!"
|
||||||
|
itemCreateInvalidName: "Invalid item name!"
|
||||||
|
itemCreateInvalidAmount: "Amount must be between 1-64!"
|
||||||
|
itemCreateInvalidDurab: "Invalid item durability!"
|
||||||
|
itemCreateInvalidEnch: "Invalid enchantment name!"
|
||||||
|
itemCreateInvalidLevel: "Level must be greater than 0!"
|
||||||
|
itemCreateInvalidInput: "Invalid input!"
|
||||||
|
itemCreateNotNumber: "Input was not a number!"
|
||||||
|
itemCreateNoNameAmount: "You must set a name and amount first!"
|
||||||
|
itemCreateCriticalError: "A critical error has occurred."
|
||||||
|
questTitle: "-- <quest> --"
|
||||||
|
questObjectivesTitle: "---(<quest>)---"
|
||||||
|
questCompleteTitle: '**QUEST COMPLETE: <quest>**'
|
||||||
|
questRewardsTitle: "Rewards:"
|
||||||
|
journalTitle: "Quest Journal"
|
||||||
|
questsTitle: "- Quests -"
|
||||||
|
questHelpTitle: "- Quests -"
|
||||||
|
questListTitle: "- Quests -"
|
||||||
|
questNPCListTitle: "- Quests | <npc> -"
|
||||||
|
questAdminHelpTitle: "- Questadmin -"
|
||||||
|
questEditorTitle: "- Quest Editor -"
|
||||||
|
eventEditorTitle: "- Event Editor - "
|
||||||
|
questCreateTitle: "- Create Quest -"
|
||||||
|
questEditTitle: "- Edit Quest -"
|
||||||
|
questDeleteTitle: "- Delete Quest -"
|
||||||
|
requirementsTitle: "- <quest> | Requirements -"
|
||||||
|
rewardsTitle: "- <quest> | Rewards -"
|
||||||
|
itemRequirementsTitle: "- Item Requirements -"
|
||||||
|
itemRewardsTitle: "- Item Rewards -"
|
||||||
|
mcMMORequirementsTitle: "- mcMMO Requirements -"
|
||||||
|
mcMMORewardsTitle: "- mcMMO Rewards -"
|
||||||
|
heroesRequirementsTitle: "- Heroes Requirements -"
|
||||||
|
heroesRewardsTitle: "- Heroes Rewards -"
|
||||||
|
heroesClassesTitle: "- Heroes Classes -"
|
||||||
|
heroesExperienceTitle: "- Heroes Experience -"
|
||||||
|
heroesPrimaryTitle: "- Primary Classes -"
|
||||||
|
heroesSecondaryTitle: "- Secondary Classes -"
|
||||||
|
phatLootsRewardsTitle: "- PhatLoots Rewards -"
|
||||||
|
customRequirementsTitle: "- Custom Requirements -"
|
||||||
|
customRewardsTitle: "- Custom Rewards -"
|
||||||
|
skillListTitle: "- Skill List -"
|
||||||
|
eventTitle: "- Event -"
|
||||||
|
completedQuestsTitle: "- Completed Quests -"
|
||||||
|
topQuestersTitle: "- Top <number> Questers -"
|
||||||
|
createItemTitle: "- Create Item -"
|
||||||
|
enchantmentsTitle: "- Enchantments -"
|
||||||
|
questGUITitle: "- GUI Item Display -"
|
||||||
|
questRegionTitle: "- Quest Region -"
|
||||||
|
eventEditorGiveItemsTitle: "- Give Items -"
|
||||||
|
eventEditorEffectsTitle: "- Effects -"
|
||||||
|
eventEditorStormTitle: "- Event Storm -"
|
||||||
|
eventEditorThunderTitle: "- Event Thunder -"
|
||||||
|
eventEditorMobSpawnsTitle: "- Event Mob Spawns -"
|
||||||
|
eventEditorMobsTitle: "- Mobs -"
|
||||||
|
eventEditorAddMobTypesTitle: "- Add Mob -"
|
||||||
|
eventEditorPotionEffectsTitle: "- Event Potion Effects -"
|
||||||
|
eventEditorPotionTypesTitle: "- Event Potion Types -"
|
||||||
|
eventEditorWorldsTitle: "- Worlds -"
|
||||||
|
effBlazeShoot: "Sound of a Blaze firing"
|
||||||
|
effBowFire: "Sound of a bow firing"
|
||||||
|
effClick1: "A click sound"
|
||||||
|
effClick2: "A different click sound"
|
||||||
|
effDoorToggle: "Sound of a door opening or closing"
|
||||||
|
effExtinguish: "Sound of fire being extinguished"
|
||||||
|
effGhastShoot: "Sound of a Ghast firing"
|
||||||
|
effGhastShriek: "Sound of a Ghast shrieking"
|
||||||
|
effZombieWood: "Sound of a Zombie chewing an iron door"
|
||||||
|
effZombieIron: "Sound of a Zombie chewing a wooden door"
|
||||||
|
effEnterName: "Enter an effect name to add it to the list, or enter 'cancel' to return"
|
||||||
|
cmdCancel: "cancel"
|
||||||
|
cmdAdd: "add"
|
||||||
|
cmdClear: "clear"
|
||||||
|
cmdNone: "none"
|
||||||
|
cmdDone: "done"
|
||||||
|
acceptQuest: "Accept Quest?"
|
||||||
|
enterAnOption: "Enter an option"
|
||||||
|
questAccepted: 'Quest accepted: <quest>'
|
||||||
|
currentQuest: "Current Quests:"
|
||||||
|
noMoreQuest: "No more quests available."
|
||||||
|
damage: "Damage"
|
||||||
|
break: "Break"
|
||||||
|
place: "Place"
|
||||||
|
use: "Use"
|
||||||
|
cut: "Cut"
|
||||||
|
catchFish: "Catch Fish"
|
||||||
|
enchantItem: "Enchant <item> with <enchantment>"
|
||||||
|
kill: "Kill"
|
||||||
|
killAtLocation: "Kill <mob> at <location>"
|
||||||
|
killPlayer: "Kill a Player"
|
||||||
|
deliver: "Deliver <item> to <npc>"
|
||||||
|
talkTo: "Talk to <npc>"
|
||||||
|
tame: "Tame"
|
||||||
|
shearSheep: "Shear <color> sheep"
|
||||||
|
goTo: "Go to <location>"
|
||||||
|
completed: "Completed"
|
||||||
|
redoCompleted: "(Completed)"
|
||||||
|
consoleError: "This command may only be performed in-game."
|
||||||
|
invalidSelection: "Invalid selection!"
|
||||||
|
noActiveQuest: "You do not currently have any active Quests."
|
||||||
|
speakTo: 'Start: Speak to <npc>'
|
||||||
|
mustSpeakTo: "You must speak to <npc> to start this Quest."
|
||||||
|
noCommandStart: "<quest> may not be started via command."
|
||||||
|
permissionDisplay: "Permission:"
|
||||||
|
heroesClass: "class"
|
||||||
|
mcMMOLevel: "level"
|
||||||
|
haveCompleted: "You have completed <quest>"
|
||||||
|
cannotComplete: "Cannot complete <quest>"
|
||||||
|
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."
|
||||||
|
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."
|
||||||
|
questInfoNoPerms: "You do not have permission to view a Quest's information."
|
||||||
|
questCmdNoPerms: "You do not have access to that command."
|
||||||
|
pageSelectionNum: "Page selection must be a number."
|
||||||
|
pageSelectionPosNum: "Page selection must be a positive number."
|
||||||
|
questListNoPerms: "You do not have permission to view the Quests list."
|
||||||
|
questTakeNoPerms: "You do not have permission to take Quests via commands."
|
||||||
|
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||||
|
questQuit: "You have quit <quest>"
|
||||||
|
questQuitNoPerms: "You do not have permission to quit Quests."
|
||||||
|
questQuitDisabled: "Quitting Quests has been disabled."
|
||||||
|
questEditorNoPerms: "You do not have permission to use the Quests Editor."
|
||||||
|
eventEditorNoPerms: "You do not have permission to use the Events Editor."
|
||||||
|
questsUnknownCommand: "Unknown Quests 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>."
|
||||||
|
questPurged: "<player> has been purged and blacklisted."
|
||||||
|
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."
|
||||||
|
enableNPCGUI: "<npc> will now provide a GUI Quest Display."
|
||||||
|
disableNPCGUI: "<npc> will no longer provide a GUI Quest Display."
|
||||||
|
invalidNumber: "Invalid number."
|
||||||
|
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||||
|
playerNotFound: "Player not found."
|
||||||
|
invalidStageNum: "Invalid stage number for Quest <quest>"
|
||||||
|
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||||
|
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."
|
||||||
|
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!"
|
||||||
|
journalNoQuests: "You have no accepted quests!"
|
||||||
|
journalDenied: "You cannot do that with your Quest Journal."
|
||||||
|
ENCHANTMENT_ARROW_DAMAGE: "Power"
|
||||||
|
ENCHANTMENT_ARROW_FIRE: "Flame"
|
||||||
|
ENCHANTMENT_ARROW_INFINITE: "Infinity"
|
||||||
|
ENCHANTMENT_ARROW_KNOCKBACK: "Punch"
|
||||||
|
ENCHANTMENT_BINDING_CURSE: "BindingCurse"
|
||||||
|
ENCHANTMENT_DAMAGE_ALL: "Sharpness"
|
||||||
|
ENCHANTMENT_DAMAGE_ARTHROPODS: "BaneOfArthropods"
|
||||||
|
ENCHANTMENT_DEPTH_STRIDER: "DepthStrider"
|
||||||
|
ENCHANTMENT_DAMAGE_UNDEAD: "Smite"
|
||||||
|
ENCHANTMENT_DIG_SPEED: "Efficiency"
|
||||||
|
ENCHANTMENT_DURABILITY: "Unbreaking"
|
||||||
|
ENCHANTMENT_FIRE_ASPECT: "FireAspect"
|
||||||
|
ENCHANTMENT_FROST_WALKER: "FrostWalker"
|
||||||
|
ENCHANTMENT_KNOCKBACK: "Knockback"
|
||||||
|
ENCHANTMENT_LOOT_BONUS_BLOCKS: "Fortune"
|
||||||
|
ENCHANTMENT_LOOT_BONUS_MOBS: "Looting"
|
||||||
|
ENCHANTMENT_LUCK: "LuckOfTheSea"
|
||||||
|
ENCHANTMENT_LURE: "Lure"
|
||||||
|
ENCHANTMENT_MENDING: "Mending"
|
||||||
|
ENCHANTMENT_OXYGEN: "Respiration"
|
||||||
|
ENCHANTMENT_PROTECTION_ENVIRONMENTAL: "Protection"
|
||||||
|
ENCHANTMENT_PROTECTION_EXPLOSIONS: "BlastProtection"
|
||||||
|
ENCHANTMENT_PROTECTION_FALL: "FeatherFalling"
|
||||||
|
ENCHANTMENT_PROTECTION_FIRE: "FireProtection"
|
||||||
|
ENCHANTMENT_PROTECTION_PROJECTILE: "ProjectileProtection"
|
||||||
|
ENCHANTMENT_SILK_TOUCH: "SilkTouch"
|
||||||
|
ENCHANTMENT_SWEEPING: "Sweeping"
|
||||||
|
ENCHANTMENT_THORNS: "Thorns"
|
||||||
|
ENCHANTMENT_VANISHING_CURSE: "VanishingCurse"
|
||||||
|
ENCHANTMENT_WATER_WORKER: "AquaAffinity"
|
||||||
|
COLOR_BLACK: "Black"
|
||||||
|
COLOR_BLUE: "Blue"
|
||||||
|
COLOR_BROWN: "Brown"
|
||||||
|
COLOR_CYAN: "Cyan"
|
||||||
|
COLOR_GRAY: "Gray"
|
||||||
|
COLOR_GREEN: "Green"
|
||||||
|
COLOR_LIGHT_BLUE: "LightBlue"
|
||||||
|
COLOR_LIME: "Lime"
|
||||||
|
COLOR_MAGENTA: "Magenta"
|
||||||
|
COLOR_ORANGE: "Orange"
|
||||||
|
COLOR_PINK: "Pink"
|
||||||
|
COLOR_PURPLE: "Purple"
|
||||||
|
COLOR_RED: "Red"
|
||||||
|
COLOR_SILVER: "Silver"
|
||||||
|
COLOR_WHITE: "White"
|
||||||
|
COLOR_YELLOW: "Yellow"
|
||||||
|
timeDay: "Day"
|
||||||
|
timeDays: "Days"
|
||||||
|
timeHour: "Hour"
|
||||||
|
timeHours: "Hours"
|
||||||
|
timeMinute: "Minute"
|
||||||
|
timeMinutes: "Minutes"
|
||||||
|
timeSecond: "Second"
|
||||||
|
timeSeconds: "Seconds"
|
||||||
|
timeMillisecond: "Millisecond"
|
||||||
|
timeMilliseconds: "Milliseconds"
|
||||||
|
event: "Event"
|
||||||
|
delay: "Delay"
|
||||||
|
save: "Save"
|
||||||
|
exit: "Exit"
|
||||||
|
exited: "Exited"
|
||||||
|
cancel: "Cancel"
|
||||||
|
cancelled: "Cancelled"
|
||||||
|
questTimeout: "Cancelled."
|
||||||
|
back: "Back"
|
||||||
|
yesWord: "Yes"
|
||||||
|
noWord: "No"
|
||||||
|
"true": "true"
|
||||||
|
"false": "false"
|
||||||
|
clear: "Clear"
|
||||||
|
edit: "Edit"
|
||||||
|
none: "None"
|
||||||
|
done: "Done"
|
||||||
|
comma: "comma"
|
||||||
|
finish: "Finish"
|
||||||
|
quit: "Quit"
|
||||||
|
noneSet: "None set"
|
||||||
|
noDelaySet: "No delay set"
|
||||||
|
noIdsSet: "No IDs set"
|
||||||
|
noNamesSet: "No names set"
|
||||||
|
worlds: "Worlds"
|
||||||
|
mobs: "Mobs"
|
||||||
|
points: "points"
|
||||||
|
invalidOption: "Invalid option!"
|
||||||
|
npcHint: 'Note: You can left or right click on NPC''s to get their ID.'
|
||||||
|
listDuplicate: "List contains duplicates!"
|
||||||
|
id: "ID"
|
||||||
|
quest: "Quest"
|
||||||
|
quests: "Quests"
|
||||||
|
createdBy: "Created by"
|
||||||
|
continuedBy: "and continued by"
|
||||||
|
questPoints: "Quest Points"
|
||||||
|
accepted: "Accepted"
|
||||||
|
complete: "Complete"
|
||||||
|
redoable: "Redoable"
|
||||||
|
usage: "Usage"
|
||||||
|
redoableEvery: "Redoable every <time>."
|
||||||
|
requirements: "Requirements"
|
||||||
|
money: "Money"
|
||||||
|
with: "With"
|
||||||
|
to: "to"
|
||||||
|
blocksWithin: "within <amount> blocks of"
|
||||||
|
valRequired: "Value required"
|
||||||
|
enchantedItem: "*Enchanted*"
|
||||||
|
experience: "Experience"
|
||||||
|
timerMessage: '<green>Time left to finish the quest/stage: <red>%s seconds'
|
||||||
|
timerStart: "<green>You have <red>%s seconds <green>to finish this quest/stage"
|
||||||
|
questErrorReadingFile: "Error reading Quests file."
|
||||||
|
questSaveError: "An error occurred while saving."
|
||||||
|
questBlacklisted: "You are blacklisted. Contact an admin if this is in error."
|
858
src/main/resources/lang/en-PT/strings.yml
Normal file
858
src/main/resources/lang/en-PT/strings.yml
Normal file
@ -0,0 +1,858 @@
|
|||||||
|
---
|
||||||
|
questFailed: "*QUEST FAILED MATEY*"
|
||||||
|
questMaxAllowed: "Ye may only have up t' <number> Quests."
|
||||||
|
questAlreadyOn: "Ye be already on that Quest!"
|
||||||
|
questTooEarly: "Ye may nah take <quest> again fer another <time>."
|
||||||
|
questAlreadyCompleted: "Ye 'ave already looted <quest>."
|
||||||
|
questInvalidLocation: "Ye may nah take <quest> at this location."
|
||||||
|
questInvalidDeliveryItem: "<item> ain't a required item fer this quest!"
|
||||||
|
questSelectedLocation: "Chosen spot"
|
||||||
|
questDisplayHelp: "- Display this help"
|
||||||
|
COMMAND_LIST: "list"
|
||||||
|
COMMAND_LIST_HELP: "list [page] - List available Quests"
|
||||||
|
COMMAND_TAKE: "take"
|
||||||
|
COMMAND_TAKE_HELP: "take [quest name] - Accept a Quest"
|
||||||
|
COMMAND_TAKE_USAGE: 'Usage: /quests take [quest]'
|
||||||
|
COMMAND_QUIT: "quit"
|
||||||
|
COMMAND_QUIT_HELP: "quit [quest] - Quit a current Quest"
|
||||||
|
COMMAND_EDITOR: "editor"
|
||||||
|
COMMAND_EDITOR_HELP: "editor - Create/Edit Quests"
|
||||||
|
COMMAND_EVENTS_EDITOR: "events"
|
||||||
|
COMMAND_EVENTS_EDITOR_HELP: "events - Create/Edit Events"
|
||||||
|
COMMAND_STATS: "stats"
|
||||||
|
COMMAND_STATS_HELP: "stats - View your Questing stats"
|
||||||
|
COMMAND_TOP: "top"
|
||||||
|
COMMAND_TOP_HELP: "top [number] - View top Questers"
|
||||||
|
COMMAND_TOP_USAGE: 'Usage: /quests top [number]'
|
||||||
|
COMMAND_INFO: "info"
|
||||||
|
COMMAND_INFO_HELP: "info - Display plugin information"
|
||||||
|
COMMAND_JOURNAL: "journal"
|
||||||
|
COMMAND_JOURNAL_HELP: "journal - View/Put away your Quest Journal"
|
||||||
|
COMMAND_QUEST_HELP: "- Display current Quest objectives"
|
||||||
|
COMMAND_QUESTINFO_HELP: "[quest name] - Display Quest information"
|
||||||
|
COMMAND_QUESTADMIN_HELP: "- View Questadmin help"
|
||||||
|
COMMAND_QUESTADMIN_STATS: "stats"
|
||||||
|
COMMAND_QUESTADMIN_STATS_HELP: "stats [player] - View Questing statistics of a player"
|
||||||
|
COMMAND_QUESTADMIN_GIVE: "give"
|
||||||
|
COMMAND_QUESTADMIN_GIVE_HELP: "give [player] [quest] - Force a player to take a Quest"
|
||||||
|
COMMAND_QUESTADMIN_QUIT: "quit"
|
||||||
|
COMMAND_QUESTADMIN_QUIT_HELP: "quit [player] [quest] - Force a player to quit their Quest"
|
||||||
|
COMMAND_QUESTADMIN_POINTS: "points"
|
||||||
|
COMMAND_QUESTADMIN_POINTS_HELP: "points [player] [amount] - Set a players Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [player] [amount] - Take a players Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] - Set ALL players' Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||||
|
COMMAND_QUESTADMIN_FINISH_HELP: "finish [player] [quest] - Immediately force Quest completion for a player"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE: "nextstage"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "nextstage [player] [quest] - Immediately force Stage completion for a player"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE: "setstage"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE_HELP: "setstage [player] [quest] [stage] - Set the current Stage for a player"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Usage: /questadmin setstage [player] [quest] [stage]'
|
||||||
|
COMMAND_QUESTADMIN_PURGE: "purge"
|
||||||
|
COMMAND_QUESTADMIN_PURGE_HELP: "purge [player] - Clear all Quests data of a player AND BLACKLISTS THEM"
|
||||||
|
COMMAND_QUESTADMIN_RESET: "reset"
|
||||||
|
COMMAND_QUESTADMIN_RESET_HELP: "reset [player] - Clear all Quests data of a player"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE: "remove"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE_HELP: "remove [player] [quest] - Remove a completed Quest from a player"
|
||||||
|
COMMAND_QUESTADMIN_TOGGLEGUI: "togglegui"
|
||||||
|
COMMAND_QUESTADMIN_TOGGLEGUI_HELP: "togglegui [npc id] - Toggle GUI Quest Display on an NPC"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD: "reload"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD_HELP: "reload - Reload all Quests"
|
||||||
|
questEditorHeader: "Create Quest"
|
||||||
|
questEditorCreate: "Create new Quest"
|
||||||
|
questEditorEdit: "Edit a Quest"
|
||||||
|
questEditorDelete: "Delete Quest"
|
||||||
|
questEditorName: "Set name"
|
||||||
|
questEditorAskMessage: "Set ask message"
|
||||||
|
questEditorFinishMessage: "Set finish message"
|
||||||
|
questEditorRedoDelay: "Set redo delay"
|
||||||
|
questEditorNPCStart: "Set NPC start"
|
||||||
|
questEditorBlockStart: "Set Block start"
|
||||||
|
questEditorInitialEvent: "Set initial Event"
|
||||||
|
questEditorSetGUI: "Set GUI Item display"
|
||||||
|
questEditorReqs: "Edit Requirements"
|
||||||
|
questEditorStages: "Edit Stages"
|
||||||
|
questEditorRews: "Edit Rewards"
|
||||||
|
questEditorEnterQuestName: "Enter Quest name (or 'cancel' to return)"
|
||||||
|
questEditorEditEnterQuestName: "Enter Quest name to edit (or 'cancel' to return)"
|
||||||
|
questEditorEnterAskMessage: "Enter ask message (or 'cancel' to return)"
|
||||||
|
questEditorEnterFinishMessage: "Enter finish message (or 'cancel' to return)"
|
||||||
|
questEditorEnterRedoDelay: "Enter amount of time (in seconds), 0 to clear the redo delay or -1 to cancel"
|
||||||
|
questEditorEnterNPCStart: "Enter NPC ID, -1 to clear the NPC start or -2 to cancel"
|
||||||
|
questEditorEnterBlockStart: "Right-click on a block to use as a start point, then enter 'done' to save, or enter 'clear' to clear the block start, or 'cancel' to return"
|
||||||
|
questEditorEnterInitialEvent: "Enter an Event name, or enter 'clear' to clear the initial Event, or 'cancel' to return"
|
||||||
|
questRequiredNoneSet: "Required, none set"
|
||||||
|
questWGSetRegion: "Set Region"
|
||||||
|
questWGNotInstalled: "WorldGuard not installed"
|
||||||
|
questWGPrompt: "Enter WorldGuard region, or enter 'clear' to clear the region, or 'cancel' to return."
|
||||||
|
questWGInvalidRegion: "<region> is not a valid WorldGuard region!"
|
||||||
|
questWGRegionCleared: "Quest region cleared."
|
||||||
|
questCitNotInstalled: "Citizens not installed"
|
||||||
|
questDenNotInstalled: "Denizen not installed"
|
||||||
|
questGUIError: 'Error: That item is already being used as the GUI Display for the Quest <quest>.'
|
||||||
|
questCurrentItem: "Current item:"
|
||||||
|
questSetItem: "Set Item"
|
||||||
|
questClearItem: "Clear Item"
|
||||||
|
questGUICleared: "Quest GUI Item Display cleared."
|
||||||
|
questDeleted: "Quest deleted! Quests and Events have 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 event 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"
|
||||||
|
questEditorQuestAsRequirement2: "as a requirement:"
|
||||||
|
questEditorQuestAsRequirement3: "You must modify these Quests so that they do not use it before deleting it."
|
||||||
|
questEditorQuestNotFound: "Quest not found!"
|
||||||
|
questEditorEventCleared: "Initial Event 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!"
|
||||||
|
questEditorSaved: "Quest saved! (Ye will needs t' perform a Quest reload fer it t' appear)"
|
||||||
|
questEditorExited: "Are ye sure ye wants t' exit without savin'?"
|
||||||
|
questEditorDeleted: "Are ye sure ye wants t' scuttle th' Quest"
|
||||||
|
questEditorNoPermsCreate: "Ye do nah 'ave permission t' create Quests."
|
||||||
|
questEditorNoPermsEdit: "Ye do nah 'ave permission t' edit Quests."
|
||||||
|
questEditorNoPermsDelete: "Ye do nah 'ave permission t' scuttle Quests."
|
||||||
|
stageEditorEditStage: "Edit Stage"
|
||||||
|
stageEditorNewStage: "Add new Stage"
|
||||||
|
stageEditorStages: "Stages"
|
||||||
|
stageEditorStage: "Stage"
|
||||||
|
stageEditorBreakBlocks: "Break Blocks"
|
||||||
|
stageEditorDamageBlocks: "Damage Blocks"
|
||||||
|
stageEditorPlaceBlocks: "Place Blocks"
|
||||||
|
stageEditorUseBlocks: "Use Blocks"
|
||||||
|
stageEditorCutBlocks: "Cut Blocks"
|
||||||
|
stageEditorCatchFish: "Catch Fish"
|
||||||
|
stageEditorFish: "fish"
|
||||||
|
stageEditorKillPlayers: "Kill Players"
|
||||||
|
stageEditorPlayers: "players"
|
||||||
|
stageEditorEnchantItems: "Enchant Items"
|
||||||
|
stageEditorDeliverItems: "Deliver Items"
|
||||||
|
stageEditorTalkToNPCs: "Talk to NPCs"
|
||||||
|
stageEditorKillNPCs: "Kill NPCs"
|
||||||
|
stageEditorKillMobs: "Kill Mobs"
|
||||||
|
stageEditorReachLocs: "Reach spots"
|
||||||
|
stageEditorReachRadii1: "Reach within"
|
||||||
|
stageEditorReachRadii2: "blocks of"
|
||||||
|
stageEditorTameMobs: "Tame Mobs"
|
||||||
|
stageEditorShearSheep: "Shear Sheep"
|
||||||
|
stageEditorEvents: "Events"
|
||||||
|
stageEditorStageEvents: "Stage Events"
|
||||||
|
stageEditorStartEvent: "Start Event"
|
||||||
|
stageEditorStartEventCleared: "Start Event cleared."
|
||||||
|
stageEditorFinishEvent: "Finish Event"
|
||||||
|
stageEditorFinishEventCleared: "Finish Event cleared."
|
||||||
|
stageEditorChatEvents: "Chat Events"
|
||||||
|
stageEditorChatTrigger: "Chat Trigger"
|
||||||
|
stageEditorTriggeredBy: "Triggered by"
|
||||||
|
stageEditorChatEventsCleared: "Chat Events cleared."
|
||||||
|
stageEditorDeathEvent: "Death Event"
|
||||||
|
stageEditorDeathEventCleared: "Death Event cleared."
|
||||||
|
stageEditorDisconnectEvent: "Disconnect Event"
|
||||||
|
stageEditorDisconnectEventCleared: "Disconnect Event cleared."
|
||||||
|
stageEditorDelayMessage: "Delay Message"
|
||||||
|
stageEditorDenizenScript: "Denizen Script"
|
||||||
|
stageEditorStartMessage: "Start Message"
|
||||||
|
stageEditorCompleteMessage: "Complete Message"
|
||||||
|
stageEditorDelete: "Delete Stage"
|
||||||
|
stageEditorSetBlockNames: "Set block names"
|
||||||
|
stageEditorSetBlockAmounts: "Set block amounts"
|
||||||
|
stageEditorSetBlockDurability: "Set block durability"
|
||||||
|
stageEditorSetDamageAmounts: "Set damage amounts"
|
||||||
|
stageEditorSetPlaceAmounts: "Set place amounts"
|
||||||
|
stageEditorSetUseAmounts: "Set use amounts"
|
||||||
|
stageEditorSetCutAmounts: "Set cut amounts"
|
||||||
|
stageEditorSetKillAmounts: "Set kill amounts"
|
||||||
|
stageEditorSetEnchantAmounts: "Set enchant amounts"
|
||||||
|
stageEditorSetMobAmounts: "Set mob amounts"
|
||||||
|
stageEditorSetEnchantments: "Set enchantments"
|
||||||
|
stageEditorSetItemNames: "Set item names"
|
||||||
|
stageEditorSetKillIds: "Set NPC IDs"
|
||||||
|
stageEditorSetMobTypes: "Set mob types"
|
||||||
|
stageEditorSetKillLocations: "Set kill locations"
|
||||||
|
stageEditorSetKillLocationRadii: "Set kill location radii"
|
||||||
|
stageEditorSetKillLocationNames: "Set kill location names"
|
||||||
|
stageEditorSetLocations: "Set locations"
|
||||||
|
stageEditorSetLocationRadii: "Set location radii"
|
||||||
|
stageEditorSetLocationNames: "Set location names"
|
||||||
|
stageEditorSetTameAmounts: "Set tame amounts"
|
||||||
|
stageEditorSetShearColors: "Set sheep colors"
|
||||||
|
stageEditorSetShearAmounts: "Set shear amounts"
|
||||||
|
stageEditorPassword: "Password Objectives"
|
||||||
|
stageEditorAddPasswordDisplay: "Add password display"
|
||||||
|
stageEditorAddPasswordPhrases: "Add password phrase(s)"
|
||||||
|
stageEditorNoPasswordDisplays: "No password displays set"
|
||||||
|
stageObjectiveOverride: "Objective Display Override"
|
||||||
|
stageEditorCustom: "Custom Objectives"
|
||||||
|
stageEditorNoModules: "No modules loaded"
|
||||||
|
stageEditorModuleNotFound: "Custom objective module not found."
|
||||||
|
stageEditorCustomPrompt: "Enter the name of a custom objective to add, or enter 'clear' to clear all custom objectives, or 'cancel' to return."
|
||||||
|
stageEditorCustomAlreadyAdded: "That custom objective has already been added!"
|
||||||
|
stageEditorCustomCleared: "Custom objectives cleared."
|
||||||
|
stageEditorCustomDataPrompt: "Enter value for <data>:"
|
||||||
|
stageEditorEnterBlockNames: "Enter block names (or IDs), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorBreakBlocksPrompt: "Enter break amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorDamageBlocksPrompt: "Enter damage amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorPlaceBlocksPrompt: "Enter place amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorUseBlocksPrompt: "Enter use amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorCutBlocksPrompt: "Enter cut amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorEnterBlockDurability: "Enter block durability (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorCatchFishPrompt: "Enter number of fish to catch, or 0 to clear the fish catch objective, or -1 to cancel"
|
||||||
|
stageEditorKillPlayerPrompt: "Enter number of players to kill, or 0 to clear the player kill objective, or -1 to cancel"
|
||||||
|
stageEditorEnchantTypePrompt: "Enter enchantment names, separating each one by a comma, or enter 'cancel' to return."
|
||||||
|
stageEditorEnchantAmountsPrompt: "Enter enchant amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorItemNamesPrompt: "Enter item names, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorNPCPrompt: "Enter NPC ids, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorNPCToTalkToPrompt: "Enter NPC IDs, separating each one by a space, or enter 'clear' to clear the NPC ID list, or 'cancel' to return."
|
||||||
|
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
||||||
|
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorMobAmountsPrompt: "Enter mob amounts separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationPrompt: "Right-click on a block t' select it, then enter 'add' t' add it t' th' kill spot list, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationRadiiPrompt: "Enter kill spot radii (number o' blocks) separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||||
|
stageEditorTameAmountsPrompt: "Enter tame amounts separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorShearColorsPrompt: "Enter sheep colors separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorShearAmountsPrompt: "Enter shear amounts separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorEventsPrompt: "Enter an event name, or enter 'clear' to clear the event, or 'cancel' to return"
|
||||||
|
stageEditorChatEventsPrompt: "Enter an event name to add, or enter 'clear' to clear all chat events, or 'cancel' to return"
|
||||||
|
stageEditorChatEventsTriggerPromptA: "Enter a chat trigger for"
|
||||||
|
stageEditorChatEventsTriggerPromptB: "or enter 'cancel' to return."
|
||||||
|
stageEditorDelayPrompt: "Enter time (in seconds), or enter 'clear' to clear the delay, or 'cancel' to return"
|
||||||
|
stageEditorDelayMessagePrompt: "Enter delay message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorScriptPrompt: "Enter script name, or enter 'clear' to clear the script, or 'cancel' to return"
|
||||||
|
stageEditorStartMessagePrompt: "Enter start message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorCompleteMessagePrompt: "Enter complete message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorPasswordDisplayPrompt: "Enter a password display, or 'cancel' to return"
|
||||||
|
stageEditorPasswordDisplayHint: "(This is the text that will be displayed to the player as their objective)"
|
||||||
|
stageEditorPasswordPhrasePrompt: "Enter a password phrase, or 'cancel' to return"
|
||||||
|
stageEditorPasswordPhraseHint1: "(This is the text that a player has to say to complete the objective)"
|
||||||
|
stageEditorPasswordPhraseHint2: "If you want multiple password phrases, seperate them by a | (pipe)"
|
||||||
|
stageEditorObjectiveOverridePrompt: "Enter objective display override, or 'clear' to clear the override, or 'cancel' to return."
|
||||||
|
stageEditorObjectiveOverrideHint: "(The objective display override will show up as the players current objective)"
|
||||||
|
stageEditorObjectiveOverrideCleared: "Objective display override cleared."
|
||||||
|
stageEditorDeliveryAddItem: "Add item"
|
||||||
|
stageEditorDeliveryNPCs: "Set NPC IDs"
|
||||||
|
stageEditorDeliveryMessages: "Set delivery messages"
|
||||||
|
stageEditorContainsDuplicates: "List contains duplicates!"
|
||||||
|
stageEditorInvalidBlockName: "is not a valid block name!"
|
||||||
|
stageEditorInvalidEnchantment: "is not a valid enchantment name!"
|
||||||
|
stageEditorInvalidNPC: "is not a valid NPC ID!"
|
||||||
|
stageEditorInvalidMob: "is not a valid mob name!"
|
||||||
|
stageEditorInvalidItemName: "is not a valid item name!"
|
||||||
|
stageEditorInvalidNumber: "is not a number!"
|
||||||
|
stageEditorInvalidDye: "is not a valid dye color!"
|
||||||
|
stageEditorInvalidEvent: "is not a valid event name!"
|
||||||
|
stageEditorDuplicateEvent: "Event is already in the list!"
|
||||||
|
stageEditorInvalidDelay: "Delay must be at least one second!"
|
||||||
|
stageEditorInvalidScript: "Denizen script not found!"
|
||||||
|
stageEditorNoCitizens: "Citizens is not installed!"
|
||||||
|
stageEditorNoDenizen: "Denizen is not installed!"
|
||||||
|
stageEditorPositiveAmount: "You must enter a positive number!"
|
||||||
|
stageEditorNoNumber: "Input was not a number!"
|
||||||
|
stageEditorNotGreaterThanZero: "is not greater than 0!"
|
||||||
|
stageEditorNotListofNumbers: "Invalid entry, input was not a list of numbers!"
|
||||||
|
stageEditorNoDelaySet: "You must set a delay first!"
|
||||||
|
stageEditorNoBlockNames: "You must set block names first!"
|
||||||
|
stageEditorNoEnchantments: "You must set enchantments first!"
|
||||||
|
stageEditorNoItems: "You must add items first!"
|
||||||
|
stageEditorNoDeliveryMessage: "You must set at least one delivery message!"
|
||||||
|
stageEditorNoNPCs: "You must set NPC IDs first!"
|
||||||
|
stageEditorNoMobTypes: "You must set mob types first!"
|
||||||
|
stageEditorNoKillLocations: "You must set kill locations first!"
|
||||||
|
stageEditorNoBlockSelected: "You must select a block first."
|
||||||
|
stageEditorNoColors: "You must set colors first!"
|
||||||
|
stageEditorNoLocations: "You must set locations first!"
|
||||||
|
stageEditorNoEnchantmentsSet: "No enchantments set"
|
||||||
|
stageEditorNoItemsSet: "No items set"
|
||||||
|
stageEditorNoMobTypesSet: "No mob types set"
|
||||||
|
stageEditorNoLocationsSet: "No locations set"
|
||||||
|
stageEditorNoColorsSet: "No colors set"
|
||||||
|
stageEditorListNotSameSize: "The block names list and the amounts list are not the same size!"
|
||||||
|
stageEditorEnchantmentNotSameSize: "The enchantments list, the item id list and the enchant amount list are not the same size!"
|
||||||
|
stageEditorDeliveriesNotSameSize: "The item list and the NPC list are not equal in size!"
|
||||||
|
stageEditorNPCKillsNotSameSize: "The NPC IDs list and the kill amounts list are not the same size!"
|
||||||
|
stageEditorAllListsNotSameSize: "All of your lists are not the same size!"
|
||||||
|
stageEditorMobTypesNotSameSize: "The mob types list and the mob amounts list are not the same size!"
|
||||||
|
stageEditorTameMobsNotSameSize: "The mob types list and the tame amounts list are not the same size!"
|
||||||
|
stageEditorShearNotSameSize: "The sheep colors list and the shear amounts list are not the same size!"
|
||||||
|
stageEditorMustSetPasswordDisplays: "You must add at least one password display first!"
|
||||||
|
stageEditorAddPasswordCleared: "Password Objectives cleared."
|
||||||
|
stageEditorPasswordNotSameSize: "The password display and password phrase lists are not the same size!"
|
||||||
|
stageEditorListContainsDuplicates: " List contains duplicates!"
|
||||||
|
stageEditorDelayCleared: "Delay cleared."
|
||||||
|
stageEditorDelayMessageCleared: "Delay message cleared."
|
||||||
|
stageEditorDenizenCleared: "Denizen script cleared."
|
||||||
|
stageEditorBreakBlocksCleared: "Break blocks objective cleared."
|
||||||
|
stageEditorDamageBlocksCleared: "Damage blocks objective cleared."
|
||||||
|
stageEditorPlaceBlocksCleared: "Place blocks objective cleared."
|
||||||
|
stageEditorUseBlocksCleared: "Use blocks objective cleared."
|
||||||
|
stageEditorCutBlocksCleared: "Cut blocks objective cleared."
|
||||||
|
stageEditorEnchantmentsCleared: "Enchantment objective cleared."
|
||||||
|
stageEditorDeliveriesCleared: "Delivery objective cleared."
|
||||||
|
stageEditorReachLocationsCleared: "Reach Locations objective cleared."
|
||||||
|
stageEditorKillNPCsCleared: "Kill NPCs objective cleared."
|
||||||
|
stageEditorKillMobsCleared: "Kill Mobs objective cleared."
|
||||||
|
stageEditorTameCleared: "Tame Mobs objective cleared."
|
||||||
|
stageEditorShearCleared: "Shear Sheep objective cleared."
|
||||||
|
stageEditorStartMessageCleared: "Start message cleared."
|
||||||
|
stageEditorCompleteMessageCleared: "Complete message cleared."
|
||||||
|
stageEditorConfirmStageDelete: "Are you sure you want to delete this stage?"
|
||||||
|
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"
|
||||||
|
allListsNotSameSize: "All of your lists are not the same size!"
|
||||||
|
eventEditorCreate: "Create new Event"
|
||||||
|
eventEditorEdit: "Edit an Event"
|
||||||
|
eventEditorDelete: "Delete an Event"
|
||||||
|
eventEditorCreatePermisssions: "You do not have permission to create new Events."
|
||||||
|
eventEditorEditPermisssions: "You do not have permission to edit Events."
|
||||||
|
eventEditorDeletePermisssions: "You do not have permission to delete Events."
|
||||||
|
eventEditorNoneToEdit: "No Events currently exist to be edited!"
|
||||||
|
eventEditorNoneToDelete: "No Events currently exist to be deleted!"
|
||||||
|
eventEditorNotFound: "Event not found!"
|
||||||
|
eventEditorExists: "Event already exists!"
|
||||||
|
eventEditorSomeone: "Someone is already creating or editing an Event with that name!"
|
||||||
|
eventEditorAlpha: "Name must be alphanumeric!"
|
||||||
|
eventEditorErrorReadingFile: "Error reading Events file."
|
||||||
|
eventEditorErrorSaving: "An error occurred while saving."
|
||||||
|
eventEditorDeleted: "Event deleted, Quests and Events reloaded."
|
||||||
|
eventEditorSaved: "Event saved, Quests and Events reloaded."
|
||||||
|
eventEditorEnterEventName: "Enter an Event name, or 'cancel' to return."
|
||||||
|
eventEditorDeletePrompt: "Are you sure you want to delete the Event"
|
||||||
|
eventEditorQuitWithoutSaving: "Are you sure you want to quit without saving?"
|
||||||
|
eventEditorFinishAndSave: "Are you sure you want to finish and save the Event"
|
||||||
|
eventEditorModifiedNote: 'Note: You have modified an Event that the following Quests use:'
|
||||||
|
eventEditorForcedToQuit: "If you save the Event, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||||
|
eventEditorEventInUse: "The following Quests use the Event"
|
||||||
|
eventEditorMustModifyQuests: "eventEditorNotFound"
|
||||||
|
eventEditorListSizeMismatch: "The lists are not the same size!"
|
||||||
|
eventEditorListDuplicates: "List contains duplicates!"
|
||||||
|
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||||
|
eventEditorInvalidEntry: "Invalid entry"
|
||||||
|
eventEditorSetName: "Set name"
|
||||||
|
eventEditorSetMessage: "Set message"
|
||||||
|
eventEditorClearInv: "Clear player inventory"
|
||||||
|
eventEditorFailQuest: "Fail the quest"
|
||||||
|
eventEditorSetExplosions: "Set explosion locations"
|
||||||
|
eventEditorSetLightning: "Set lightning strike locations"
|
||||||
|
eventEditorSetEffects: "Set effects"
|
||||||
|
eventEditorSetStorm: "Set storm"
|
||||||
|
eventEditorSetThunder: "Set thunder"
|
||||||
|
eventEditorSetMobSpawns: "Set mob spawns"
|
||||||
|
eventEditorSetPotionEffects: "Set potion effects"
|
||||||
|
eventEditorSetHunger: "Set player hunger level"
|
||||||
|
eventEditorSetSaturation: "Set player saturation level"
|
||||||
|
eventEditorSetHealth: "Set player health level"
|
||||||
|
eventEditorEnterTimerSeconds: "Set number of seconds left before the quest fails (use cancel-timer event to cancel timers)"
|
||||||
|
eventEditorSetTimer: "Set time to fail quest"
|
||||||
|
eventEditorCancelTimer: "Cancel the quest timer"
|
||||||
|
eventEditorSetTeleport: "Set player teleport location"
|
||||||
|
eventEditorSetCommands: "Set commands to execute"
|
||||||
|
eventEditorItems: "Event Items"
|
||||||
|
eventEditorSetItems: "Give items"
|
||||||
|
eventEditorItemsCleared: "Event items cleared."
|
||||||
|
eventEditorAddItem: "Add item"
|
||||||
|
eventEditorSetItemNames: "Set item names"
|
||||||
|
eventEditorSetItemAmounts: "Set item amounts"
|
||||||
|
eventEditorNoNames: "No names set"
|
||||||
|
eventEditorMustSetNames: "You must set item names first!"
|
||||||
|
eventEditorInvalidName: "is not a valid item name!"
|
||||||
|
eventEditorNotGreaterThanZero: "is not greater than 0!"
|
||||||
|
eventEditorNotANumber: "is not a number!"
|
||||||
|
eventEditorStorm: "Event Storm"
|
||||||
|
eventEditorSetWorld: "Set world"
|
||||||
|
eventEditorSetDuration: "Set duration"
|
||||||
|
eventEditorNoWorld: "(No world set)"
|
||||||
|
eventEditorSetWorldFirst: "You must set a world first!"
|
||||||
|
eventEditorInvalidWorld: "is not a valid world name!"
|
||||||
|
eventEditorMustSetStormDuration: "You must set a storm duration!"
|
||||||
|
eventEditorStormCleared: "Storm data cleared."
|
||||||
|
eventEditorEnterStormWorld: "Enter a world name for the storm to occur in, or enter 'cancel' to return"
|
||||||
|
eventEditorEnterDuration: "Enter duration (in seconds)"
|
||||||
|
eventEditorAtLeastOneSecond: "Amount must be at least 1 second!"
|
||||||
|
eventEditorNotGreaterThanOneSecond: "is not greater than 1 second!"
|
||||||
|
eventEditorThunder: "Event Thunder"
|
||||||
|
eventEditorMustSetThunderDuration: "You must set a thunder duration!"
|
||||||
|
eventEditorThunderCleared: "Thunder data cleared."
|
||||||
|
eventEditorEnterThunderWorld: "Enter a world name for the thunder to occur in, or enter 'cancel' to return"
|
||||||
|
eventEditorEffects: "Event Effects"
|
||||||
|
eventEditorAddEffect: "Add effect"
|
||||||
|
eventEditorAddEffectLocation: "Add effect location"
|
||||||
|
eventEditorNoEffects: "No effects set"
|
||||||
|
eventEditorMustAddEffects: "You must add effects first!"
|
||||||
|
eventEditorInvalidEffect: "is not a valid effect name!"
|
||||||
|
eventEditorEffectsCleared: "Event effects cleared."
|
||||||
|
eventEditorEffectLocationPrompt: "Right-click on a block to play an effect at, then enter 'add' to add it to the list, or enter 'cancel' to return"
|
||||||
|
eventEditorMobSpawns: "Event Mob Spawns"
|
||||||
|
eventEditorAddMobTypes: "Add mob"
|
||||||
|
eventEditorNoTypesSet: "(No type set)"
|
||||||
|
eventEditorMustSetMobTypesFirst: "You must set the mob type first!"
|
||||||
|
eventEditorSetMobAmounts: "Set mob amount"
|
||||||
|
eventEditorNoAmountsSet: "(No amounts set)"
|
||||||
|
eventEditorMustSetMobAmountsFirst: "You must set mob amount first!"
|
||||||
|
eventEditorAddSpawnLocation: "Set spawn location"
|
||||||
|
eventEditorMobSpawnsCleared: "Mob spawns cleared."
|
||||||
|
eventEditorMustSetMobLocationFirst: "You must set a spawn-location first!"
|
||||||
|
eventEditorInvalidMob: "is not a valid mob name!"
|
||||||
|
eventEditorSetMobName: "Set custom name for mob"
|
||||||
|
eventEditorSetMobType: "Set mob type"
|
||||||
|
eventEditorSetMobItemInHand: "Set item in hand"
|
||||||
|
eventEditorSetMobItemInHandDrop: "Set drop chance of item in hand"
|
||||||
|
eventEditorSetMobBoots: "Set boots"
|
||||||
|
eventEditorSetMobBootsDrop: "Set drop chance of boots"
|
||||||
|
eventEditorSetMobLeggings: "Set leggings"
|
||||||
|
eventEditorSetMobLeggingsDrop: "Set drop chance of leggings"
|
||||||
|
eventEditorSetMobChestPlate: "Set chest plate"
|
||||||
|
eventEditorSetMobChestPlateDrop: "Set drop chance of chest plate"
|
||||||
|
eventEditorSetMobHelmet: "Set helmet"
|
||||||
|
eventEditorSetMobHelmetDrop: "Set drop chance of helmet"
|
||||||
|
eventEditorSetMobSpawnLoc: "Right-click on a block to spawn a mob at, then enter 'add' to the confirm it, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobSpawnAmount: "Set the amount of mobs to spawn"
|
||||||
|
eventEditorSetDropChance: "Set the drop chance"
|
||||||
|
eventEditorInvalidDropChance: "Drop chance has to be between 0.0 and 1.0"
|
||||||
|
eventEditorLightningPrompt: "Right-click on a block to spawn a lightning strike at, then enter 'add' to add it to the list, or enter 'clear' to clear the locations list, or 'cancel' to return"
|
||||||
|
eventEditorPotionEffects: "Event Potion Effects"
|
||||||
|
eventEditorSetPotionEffectTypes: "Set potion effect types"
|
||||||
|
eventEditorMustSetPotionTypesFirst: "You must set potion effect types first!"
|
||||||
|
eventEditorSetPotionDurations: "Set potion effect durations"
|
||||||
|
eventEditorMustSetPotionDurationsFirst: "You must set potion effect durations first!"
|
||||||
|
eventEditorMustSetPotionTypesAndDurationsFirst: "You must set potion effect types and durations first!"
|
||||||
|
eventEditorNoDurationsSet: "(No durations set)"
|
||||||
|
eventEditorSetPotionMagnitudes: "Set potion effect magnitudes"
|
||||||
|
eventEditorPotionsCleared: "Potion effects cleared."
|
||||||
|
eventEditorInvalidPotionType: "is not a valid potion effect type!"
|
||||||
|
eventEditorEnterNPCId: "Enter NPC ID (or -1 to return)"
|
||||||
|
eventEditorNoNPCExists: "No NPC exists with that id!"
|
||||||
|
eventEditorExplosionPrompt: "Right-click on a block to spawn an explosion at, then enter 'add' to add it to the list, or enter 'clear' to clear the explosions list, or 'cancel' to return"
|
||||||
|
eventEditorSelectBlockFirst: "You must select a block first."
|
||||||
|
eventEditorSetMessagePrompt: "Enter message, or enter 'none' to delete, (or 'cancel' to return)"
|
||||||
|
eventEditorSetItemNamesPrompt: "Enter item names separating each one by a space, or enter 'cancel' to return."
|
||||||
|
eventEditorSetItemAmountsPrompt: "Enter item amounts (numbers) separating each one by a space, or enter 'cancel' to return."
|
||||||
|
eventEditorSetMobTypesPrompt: "Enter mob name, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobAmountsPrompt: "Enter mob amount, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobNamePrompt: "Set the name for this mob, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the mob spawn location list, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionEffectsPrompt: "Enter potion effect types separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionDurationsPrompt: "Enter effect durations (in milliseconds) separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetHungerPrompt: "Enter hunger level, or -1 to remove it"
|
||||||
|
eventEditorHungerLevelAtLeastZero: "Hunger level must be at least 0!"
|
||||||
|
eventEditorSetSaturationPrompt: "Enter saturation level, or -1 to remove it"
|
||||||
|
eventEditorSaturationLevelAtLeastZero: "Saturation level must be at least 0!"
|
||||||
|
eventEditorSetHealthPrompt: "Enter health level, or -1 to remove it"
|
||||||
|
eventEditorHealthLevelAtLeastZero: "Health level must be at least 0!"
|
||||||
|
eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to, then enter 'done' to finish, or enter 'clear' to clear the teleport location, or 'cancel' to return"
|
||||||
|
eventEditorCommandsNote: 'Note: You may use <player> to refer to the player''s name.'
|
||||||
|
eventEditorSetCommandsPrompt: "Enter commands separating each one by a comma, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
reqSetMoney: "Set money requirement"
|
||||||
|
reqSetQuestPoints: "Set Quest Points requirement"
|
||||||
|
reqSetItem: "Set item requirements"
|
||||||
|
reqSetPerms: "Set permission requirements"
|
||||||
|
reqSetQuest: "Set Quest requirements"
|
||||||
|
reqSetQuestBlocks: "Set Quest blocks"
|
||||||
|
reqSetMcMMO: "Set mcMMO requirements"
|
||||||
|
reqSetHeroes: "Set Heroes requirements"
|
||||||
|
reqSetCustom: "Custom requirements"
|
||||||
|
reqSetFail: "Set fail requirements message"
|
||||||
|
reqSetSkills: "Set skills"
|
||||||
|
reqSetSkillAmounts: "Set skill amounts"
|
||||||
|
reqHeroesSetPrimary: "Set Primary Class"
|
||||||
|
reqHeroesSetSecondary: "Set Secondary Class"
|
||||||
|
reqMoneyPrompt: "Enter amount of <money>, or 0 to clear the money requirement, or -1 to cancel"
|
||||||
|
reqQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point requirement, or -1 to cancel"
|
||||||
|
reqQuestPrompt: "Enter a list of Quest names separating each one by a <comma>, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqRemoveItemsPrompt: "Enter a list of true/false values, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
reqPermissionsPrompt: "Enter permission requirements separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
reqCustomPrompt: "Enter the name of a custom requirement to add, or enter 'clear' to clear all custom requirements, or 'cancel' to return."
|
||||||
|
reqMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqMcMMOAmountsPrompt: "Enter mcMMO skill amounts, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqHeroesPrimaryPrompt: "Enter a Heroes Primary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||||
|
reqHeroesSecondaryPrompt: "Enter a Heroes Secondary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||||
|
reqFailMessagePrompt: "Enter fail requirements message, or enter 'cancel' to return."
|
||||||
|
reqAddItem: "Add item"
|
||||||
|
reqSetRemoveItems: "Set remove items"
|
||||||
|
reqNoItemsSet: "No items set"
|
||||||
|
reqNoValuesSet: "No values set"
|
||||||
|
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||||
|
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||||
|
reqGreaterThanZero: "Amount must be greater than 0!"
|
||||||
|
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||||
|
reqItemCleared: "Item requirements cleared."
|
||||||
|
reqListsNotSameSize: "The items list and remove items list are not the same size!"
|
||||||
|
reqTrueFalseError: '<input> is not a true or false value!%br%Example: true false true true'
|
||||||
|
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||||
|
reqCustomNotFound: "Custom requirement module not found."
|
||||||
|
reqCustomCleared: "Custom requirements cleared."
|
||||||
|
reqMcMMOError: "<input> is not an mcMMO skill name!"
|
||||||
|
reqMcMMOCleared: "mcMMO skill requirements cleared."
|
||||||
|
reqMcMMOAmountsCleared: "mcMMO skill amount requirements cleared."
|
||||||
|
reqHeroesNotPrimary: "The <class> class is not primary!"
|
||||||
|
reqHeroesPrimaryCleared: "Heroes Primary Class requirement cleared."
|
||||||
|
reqHeroesNotSecondary: "The <class> class is not secondary!"
|
||||||
|
reqHeroesSecondaryCleared: "Heroes Secondary Class requirement cleared."
|
||||||
|
reqHeroesClassNotFound: "Class not found!"
|
||||||
|
reqNone: "No requirements set"
|
||||||
|
reqNotANumber: "<input> is not a number!"
|
||||||
|
reqMustAddItem: "You must add at least one item first!"
|
||||||
|
reqNoMessage: "You must set a fail requirements message!"
|
||||||
|
reqNoMcMMO: "mcMMO not installed"
|
||||||
|
reqNoHeroes: "Heroes not installed"
|
||||||
|
rewSetMoney: "Set money reward"
|
||||||
|
rewSetQuestPoints: "Set Quest Points reward"
|
||||||
|
rewSetItems: "Set item rewards"
|
||||||
|
rewSetExperience: "Set experience reward"
|
||||||
|
rewSetCommands: "Set command rewards"
|
||||||
|
rewSetPermission: "Set permission rewards"
|
||||||
|
rewSetMcMMO: "Set mcMMO skill rewards"
|
||||||
|
rewSetHeroes: "Set Heroes experience rewards"
|
||||||
|
rewSetPhat: "Set PhatLoot rewards"
|
||||||
|
rewSetCustom: "Set Custom Rewards"
|
||||||
|
rewSetHeroesClasses: "Set classes"
|
||||||
|
rewSetHeroesAmounts: "Set experience amounts"
|
||||||
|
rewMoneyPrompt: "Enter amount of <money>, or 0 to clear the money reward, or -1 to cancel"
|
||||||
|
rewExperiencePrompt: "Enter amount of experience, or 0 to clear the experience reward, or -1 to cancel"
|
||||||
|
rewCommandPrompt: "Enter command rewards separating each one by a <comma>, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
rewCommandPromptHint: 'Note: You may put <player> to specify the player who completed the Quest. e.g. smite <player>'
|
||||||
|
rewPermissionsPrompt: "Enter permission rewards separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
rewQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point reward, or -1 to cancel"
|
||||||
|
rewMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewMcMMOPromptHint: 'Note: Typing ''All'' will give levels to all skills.'
|
||||||
|
rewHeroesClassesPrompt: "Enter Heroes classes separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed) separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewPhatLootsPrompt: "Enter PhatLoots separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
rewCustomRewardPrompt: "Enter the name of a custom reward to add, or enter 'clear' to clear all custom rewards, or 'cancel' to return."
|
||||||
|
rewItemsCleared: "Item rewards cleared."
|
||||||
|
rewNoMcMMOSkills: "No skills set"
|
||||||
|
rewNoHeroesClasses: "No classes set"
|
||||||
|
rewSetMcMMOSkillsFirst: "You must set skills first!"
|
||||||
|
rewMcMMOCleared: "mcMMO rewards cleared."
|
||||||
|
rewMcMMOListsNotSameSize: "The skills list and skill amounts list are not the same size!"
|
||||||
|
rewSetHeroesClassesFirst: "You must set classes first!"
|
||||||
|
rewHeroesCleared: "Heroes rewards cleared."
|
||||||
|
rewHeroesListsNotSameSize: "The classes list and experience amounts list are not the same size!"
|
||||||
|
rewHeroesInvalidClass: "<input> is not a valid Heroes class name!"
|
||||||
|
rewPhatLootsInvalid: "<input> is not a valid PhatLoot name!"
|
||||||
|
rewPhatLootsCleared: "PhatLoots reward cleared."
|
||||||
|
rewCustomAlreadyAdded: "That custom reward has already been added!"
|
||||||
|
rewCustomNotFound: "Custom reward module not found."
|
||||||
|
rewCustomCleared: "Custom rewards cleared."
|
||||||
|
rewNoPhat: "PhatLoots not installed"
|
||||||
|
itemCreateLoadHand: "Load item in hand"
|
||||||
|
itemCreateSetName: "Set name"
|
||||||
|
itemCreateSetAmount: "Set amount"
|
||||||
|
itemCreateSetDurab: "Set durability"
|
||||||
|
itemCreateSetEnchs: "Add/clear enchantments"
|
||||||
|
itemCreateSetDisplay: "Set display name"
|
||||||
|
itemCreateSetLore: "Set lore"
|
||||||
|
itemCreateEnterName: "Enter an item name, or 'cancel' to return."
|
||||||
|
itemCreateEnterAmount: "Enter item amount (max. 64), or 'cancel' to return."
|
||||||
|
itemCreateEnterDurab: "Enter item durability, or 'clear' to clear the data, or 'cancel' to return."
|
||||||
|
itemCreateEnterEnch: "Enter an enchantment name, or 'clear' to clear the enchantments, or 'cancel' to return."
|
||||||
|
itemCreateEnterLevel: "Enter a level (number) for <enchantment>"
|
||||||
|
itemCreateEnterDisplay: "Enter item display name, or 'clear' to clear the display name, or 'cancel' to return."
|
||||||
|
itemCreateEnterLore: "Enter item lore, separating each line by a semi-colon ; or 'clear' to clear the lore, or 'cancel' to return."
|
||||||
|
itemCreateLoaded: "Item loaded."
|
||||||
|
itemCreateNoItem: "No item in hand!"
|
||||||
|
itemCreateNoName: "You must set a name first!"
|
||||||
|
itemCreateInvalidName: "Invalid item name!"
|
||||||
|
itemCreateInvalidAmount: "Amount must be between 1-64!"
|
||||||
|
itemCreateInvalidDurab: "Invalid item durability!"
|
||||||
|
itemCreateInvalidEnch: "Invalid enchantment name!"
|
||||||
|
itemCreateInvalidLevel: "Level must be greater than 0!"
|
||||||
|
itemCreateInvalidInput: "Invalid input!"
|
||||||
|
itemCreateNotNumber: "Input was not a number!"
|
||||||
|
itemCreateNoNameAmount: "You must set a name and amount first!"
|
||||||
|
itemCreateCriticalError: "A critical error has occurred."
|
||||||
|
questTitle: "-- <quest> --"
|
||||||
|
questObjectivesTitle: "---(<quest>)---"
|
||||||
|
questCompleteTitle: '**QUEST COMPLETE: <quest>**'
|
||||||
|
questRewardsTitle: "Rewards:"
|
||||||
|
journalTitle: "Quest Journal"
|
||||||
|
questsTitle: "- Quests -"
|
||||||
|
questHelpTitle: "- Quests -"
|
||||||
|
questListTitle: "- Quests -"
|
||||||
|
questNPCListTitle: "- Quests | <npc> -"
|
||||||
|
questAdminHelpTitle: "- Questadmin -"
|
||||||
|
questEditorTitle: "- Quest Editor -"
|
||||||
|
eventEditorTitle: "- Event Editor - "
|
||||||
|
questCreateTitle: "- Create Quest -"
|
||||||
|
questEditTitle: "- Edit Quest -"
|
||||||
|
questDeleteTitle: "- Delete Quest -"
|
||||||
|
requirementsTitle: "- <quest> | Requirements -"
|
||||||
|
rewardsTitle: "- <quest> | Rewards -"
|
||||||
|
itemRequirementsTitle: "- Item Requirements -"
|
||||||
|
itemRewardsTitle: "- Item Rewards -"
|
||||||
|
mcMMORequirementsTitle: "- mcMMO Requirements -"
|
||||||
|
mcMMORewardsTitle: "- mcMMO Rewards -"
|
||||||
|
heroesRequirementsTitle: "- Heroes Requirements -"
|
||||||
|
heroesRewardsTitle: "- Heroes Rewards -"
|
||||||
|
heroesClassesTitle: "- Heroes Classes -"
|
||||||
|
heroesExperienceTitle: "- Heroes Experience -"
|
||||||
|
heroesPrimaryTitle: "- Primary Classes -"
|
||||||
|
heroesSecondaryTitle: "- Secondary Classes -"
|
||||||
|
phatLootsRewardsTitle: "- PhatLoots Rewards -"
|
||||||
|
customRequirementsTitle: "- Custom Requirements -"
|
||||||
|
customRewardsTitle: "- Custom Rewards -"
|
||||||
|
skillListTitle: "- Skill List -"
|
||||||
|
eventTitle: "- Event -"
|
||||||
|
completedQuestsTitle: "- Completed Quests -"
|
||||||
|
topQuestersTitle: "- Top <number> Questers -"
|
||||||
|
createItemTitle: "- Create Item -"
|
||||||
|
enchantmentsTitle: "- Enchantments -"
|
||||||
|
questGUITitle: "- GUI Item Display -"
|
||||||
|
questRegionTitle: "- Quest Region -"
|
||||||
|
eventEditorGiveItemsTitle: "- Give Items -"
|
||||||
|
eventEditorEffectsTitle: "- Effects -"
|
||||||
|
eventEditorStormTitle: "- Event Storm -"
|
||||||
|
eventEditorThunderTitle: "- Event Thunder -"
|
||||||
|
eventEditorMobSpawnsTitle: "- Event Mob Spawns -"
|
||||||
|
eventEditorMobsTitle: "- Mobs -"
|
||||||
|
eventEditorAddMobTypesTitle: "- Add Mob -"
|
||||||
|
eventEditorPotionEffectsTitle: "- Event Potion Effects -"
|
||||||
|
eventEditorPotionTypesTitle: "- Event Potion Types -"
|
||||||
|
eventEditorWorldsTitle: "- Worlds -"
|
||||||
|
effBlazeShoot: "Sound of a Blaze firing"
|
||||||
|
effBowFire: "Sound of a bow firing"
|
||||||
|
effClick1: "A click sound"
|
||||||
|
effClick2: "A different click sound"
|
||||||
|
effDoorToggle: "Sound of a door opening or closing"
|
||||||
|
effExtinguish: "Sound of fire being extinguished"
|
||||||
|
effGhastShoot: "Sound of a Ghast firing"
|
||||||
|
effGhastShriek: "Sound of a Ghast shrieking"
|
||||||
|
effZombieWood: "Sound of a Zombie chewing an iron door"
|
||||||
|
effZombieIron: "Sound of a Zombie chewing a wooden door"
|
||||||
|
effEnterName: "Enter an effect name to add it to the list, or enter 'cancel' to return"
|
||||||
|
cmdCancel: "cancel"
|
||||||
|
cmdAdd: "add"
|
||||||
|
cmdClear: "clear"
|
||||||
|
cmdNone: "none"
|
||||||
|
cmdDone: "done"
|
||||||
|
acceptQuest: "Accept Quest?"
|
||||||
|
enterAnOption: "Enter an option"
|
||||||
|
questAccepted: 'Quest accepted: <quest>'
|
||||||
|
currentQuest: "Current Quests:"
|
||||||
|
noMoreQuest: "No more quests available."
|
||||||
|
damage: "Damage"
|
||||||
|
break: "Break"
|
||||||
|
place: "Place"
|
||||||
|
use: "Use"
|
||||||
|
cut: "Cut"
|
||||||
|
catchFish: "Catch Fish"
|
||||||
|
enchantItem: "Enchant <item> with <enchantment>"
|
||||||
|
kill: "Kill"
|
||||||
|
killAtLocation: "Kill <mob> at <location>"
|
||||||
|
killPlayer: "Kill a Player"
|
||||||
|
deliver: "Deliver <item> to <npc>"
|
||||||
|
talkTo: "Talk to <npc>"
|
||||||
|
tame: "Tame"
|
||||||
|
shearSheep: "Shear <color> sheep"
|
||||||
|
goTo: "Go to <location>"
|
||||||
|
completed: "Completed"
|
||||||
|
redoCompleted: "(Completed)"
|
||||||
|
consoleError: "This command may only be performed in-game."
|
||||||
|
invalidSelection: "Invalid selection!"
|
||||||
|
noActiveQuest: "You do not currently have any active Quests."
|
||||||
|
speakTo: 'Start: Speak to <npc>'
|
||||||
|
mustSpeakTo: "You must speak to <npc> to start this Quest."
|
||||||
|
noCommandStart: "<quest> may not be started via command."
|
||||||
|
permissionDisplay: "Permission:"
|
||||||
|
heroesClass: "class"
|
||||||
|
mcMMOLevel: "level"
|
||||||
|
haveCompleted: "You have completed <quest>"
|
||||||
|
cannotComplete: "Cannot complete <quest>"
|
||||||
|
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."
|
||||||
|
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."
|
||||||
|
questInfoNoPerms: "You do not have permission to view a Quest's information."
|
||||||
|
questCmdNoPerms: "You do not have access to that command."
|
||||||
|
pageSelectionNum: "Page selection must be a number."
|
||||||
|
pageSelectionPosNum: "Page selection must be a positive number."
|
||||||
|
questListNoPerms: "You do not have permission to view the Quests list."
|
||||||
|
questTakeNoPerms: "You do not have permission to take Quests via commands."
|
||||||
|
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||||
|
questQuit: "You have quit <quest>"
|
||||||
|
questQuitNoPerms: "You do not have permission to quit Quests."
|
||||||
|
questQuitDisabled: "Quitting Quests has been disabled."
|
||||||
|
questEditorNoPerms: "You do not have permission to use the Quests Editor."
|
||||||
|
eventEditorNoPerms: "You do not have permission to use the Events Editor."
|
||||||
|
questsUnknownCommand: "Unknown Quests 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>."
|
||||||
|
questPurged: "<player> has been purged and blacklisted."
|
||||||
|
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."
|
||||||
|
enableNPCGUI: "<npc> will now provide a GUI Quest Display."
|
||||||
|
disableNPCGUI: "<npc> will no longer provide a GUI Quest Display."
|
||||||
|
invalidNumber: "Invalid number."
|
||||||
|
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||||
|
playerNotFound: "Player not found."
|
||||||
|
invalidStageNum: "Invalid stage number for Quest <quest>"
|
||||||
|
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||||
|
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."
|
||||||
|
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!"
|
||||||
|
journalNoQuests: "You have no accepted quests!"
|
||||||
|
journalDenied: "You cannot do that with your Quest Journal."
|
||||||
|
ENCHANTMENT_ARROW_DAMAGE: "Power"
|
||||||
|
ENCHANTMENT_ARROW_FIRE: "Flame"
|
||||||
|
ENCHANTMENT_ARROW_INFINITE: "Infinity"
|
||||||
|
ENCHANTMENT_ARROW_KNOCKBACK: "Punch"
|
||||||
|
ENCHANTMENT_BINDING_CURSE: "BindingCurse"
|
||||||
|
ENCHANTMENT_DAMAGE_ALL: "Sharpness"
|
||||||
|
ENCHANTMENT_DAMAGE_ARTHROPODS: "BaneOfArthropods"
|
||||||
|
ENCHANTMENT_DEPTH_STRIDER: "DepthStrider"
|
||||||
|
ENCHANTMENT_DAMAGE_UNDEAD: "Smite"
|
||||||
|
ENCHANTMENT_DIG_SPEED: "Efficiency"
|
||||||
|
ENCHANTMENT_DURABILITY: "Unbreaking"
|
||||||
|
ENCHANTMENT_FIRE_ASPECT: "FireAspect"
|
||||||
|
ENCHANTMENT_FROST_WALKER: "FrostWalker"
|
||||||
|
ENCHANTMENT_KNOCKBACK: "Knockback"
|
||||||
|
ENCHANTMENT_LOOT_BONUS_BLOCKS: "Fortune"
|
||||||
|
ENCHANTMENT_LOOT_BONUS_MOBS: "Looting"
|
||||||
|
ENCHANTMENT_LUCK: "LuckOfTheSea"
|
||||||
|
ENCHANTMENT_LURE: "Lure"
|
||||||
|
ENCHANTMENT_MENDING: "Mending"
|
||||||
|
ENCHANTMENT_OXYGEN: "Respiration"
|
||||||
|
ENCHANTMENT_PROTECTION_ENVIRONMENTAL: "Protection"
|
||||||
|
ENCHANTMENT_PROTECTION_EXPLOSIONS: "BlastProtection"
|
||||||
|
ENCHANTMENT_PROTECTION_FALL: "FeatherFalling"
|
||||||
|
ENCHANTMENT_PROTECTION_FIRE: "FireProtection"
|
||||||
|
ENCHANTMENT_PROTECTION_PROJECTILE: "ProjectileProtection"
|
||||||
|
ENCHANTMENT_SILK_TOUCH: "SilkTouch"
|
||||||
|
ENCHANTMENT_SWEEPING: "Sweeping"
|
||||||
|
ENCHANTMENT_THORNS: "Thorns"
|
||||||
|
ENCHANTMENT_VANISHING_CURSE: "VanishingCurse"
|
||||||
|
ENCHANTMENT_WATER_WORKER: "AquaAffinity"
|
||||||
|
COLOR_BLACK: "Black"
|
||||||
|
COLOR_BLUE: "Blue"
|
||||||
|
COLOR_BROWN: "Brown"
|
||||||
|
COLOR_CYAN: "Cyan"
|
||||||
|
COLOR_GRAY: "Gray"
|
||||||
|
COLOR_GREEN: "Green"
|
||||||
|
COLOR_LIGHT_BLUE: "LightBlue"
|
||||||
|
COLOR_LIME: "Lime"
|
||||||
|
COLOR_MAGENTA: "Magenta"
|
||||||
|
COLOR_ORANGE: "Orange"
|
||||||
|
COLOR_PINK: "Pink"
|
||||||
|
COLOR_PURPLE: "Purple"
|
||||||
|
COLOR_RED: "Red"
|
||||||
|
COLOR_SILVER: "Silver"
|
||||||
|
COLOR_WHITE: "White"
|
||||||
|
COLOR_YELLOW: "Yellow"
|
||||||
|
timeDay: "Day"
|
||||||
|
timeDays: "Days"
|
||||||
|
timeHour: "Hour"
|
||||||
|
timeHours: "Hours"
|
||||||
|
timeMinute: "Minute"
|
||||||
|
timeMinutes: "Minutes"
|
||||||
|
timeSecond: "Second"
|
||||||
|
timeSeconds: "Seconds"
|
||||||
|
timeMillisecond: "Millisecond"
|
||||||
|
timeMilliseconds: "Milliseconds"
|
||||||
|
event: "Event"
|
||||||
|
delay: "Delay"
|
||||||
|
save: "Save"
|
||||||
|
exit: "Exit"
|
||||||
|
exited: "Exited"
|
||||||
|
cancel: "Cancel"
|
||||||
|
cancelled: "Cancelled"
|
||||||
|
questTimeout: "Cancelled."
|
||||||
|
back: "Back"
|
||||||
|
yesWord: "Yes"
|
||||||
|
noWord: "No"
|
||||||
|
"true": "true"
|
||||||
|
"false": "false"
|
||||||
|
clear: "Clear"
|
||||||
|
edit: "Edit"
|
||||||
|
none: "None"
|
||||||
|
done: "Done"
|
||||||
|
comma: "comma"
|
||||||
|
finish: "Finish"
|
||||||
|
quit: "Quit"
|
||||||
|
noneSet: "None set"
|
||||||
|
noDelaySet: "No delay set"
|
||||||
|
noIdsSet: "No IDs set"
|
||||||
|
noNamesSet: "No names set"
|
||||||
|
worlds: "Worlds"
|
||||||
|
mobs: "Mobs"
|
||||||
|
points: "points"
|
||||||
|
invalidOption: "Invalid option!"
|
||||||
|
npcHint: 'Note: You can left or right click on NPC''s to get their ID.'
|
||||||
|
listDuplicate: "List contains duplicates!"
|
||||||
|
id: "ID"
|
||||||
|
quest: "Quest"
|
||||||
|
quests: "Quests"
|
||||||
|
createdBy: "Created by"
|
||||||
|
continuedBy: "and continued by"
|
||||||
|
questPoints: "Quest Points"
|
||||||
|
accepted: "Accepted"
|
||||||
|
complete: "Complete"
|
||||||
|
redoable: "Redoable"
|
||||||
|
usage: "Usage"
|
||||||
|
redoableEvery: "Redoable every <time>."
|
||||||
|
requirements: "Requirements"
|
||||||
|
money: "Money"
|
||||||
|
with: "With"
|
||||||
|
to: "to"
|
||||||
|
blocksWithin: "within <amount> blocks of"
|
||||||
|
valRequired: "Value required"
|
||||||
|
enchantedItem: "*Enchanted*"
|
||||||
|
experience: "Experience"
|
||||||
|
timerMessage: '<green>Time left to finish the quest/stage: <red>%s seconds'
|
||||||
|
timerStart: "<green>You have <red>%s seconds <green>to finish this quest/stage"
|
||||||
|
questErrorReadingFile: "Error reading Quests file."
|
||||||
|
questSaveError: "An error occurred while saving."
|
||||||
|
questBlacklisted: "You are blacklisted. Contact an admin if this is in error."
|
858
src/main/resources/lang/en-US/strings.yml
Normal file
858
src/main/resources/lang/en-US/strings.yml
Normal file
@ -0,0 +1,858 @@
|
|||||||
|
---
|
||||||
|
questFailed: "*QUEST FAILED MATEY*"
|
||||||
|
questMaxAllowed: "Ye may only have up t' <number> Quests."
|
||||||
|
questAlreadyOn: "Ye be already on that Quest!"
|
||||||
|
questTooEarly: "Ye may nah take <quest> again fer another <time>."
|
||||||
|
questAlreadyCompleted: "Ye 'ave already looted <quest>."
|
||||||
|
questInvalidLocation: "Ye may nah take <quest> at this location."
|
||||||
|
questInvalidDeliveryItem: "<item> ain't a required item fer this quest!"
|
||||||
|
questSelectedLocation: "Chosen spot"
|
||||||
|
questDisplayHelp: "- Display this help"
|
||||||
|
COMMAND_LIST: "list"
|
||||||
|
COMMAND_LIST_HELP: "list [page] - List available Quests"
|
||||||
|
COMMAND_TAKE: "take"
|
||||||
|
COMMAND_TAKE_HELP: "take [quest name] - Accept a Quest"
|
||||||
|
COMMAND_TAKE_USAGE: 'Usage: /quests take [quest]'
|
||||||
|
COMMAND_QUIT: "quit"
|
||||||
|
COMMAND_QUIT_HELP: "quit [quest] - Quit a current Quest"
|
||||||
|
COMMAND_EDITOR: "editor"
|
||||||
|
COMMAND_EDITOR_HELP: "editor - Create/Edit Quests"
|
||||||
|
COMMAND_EVENTS_EDITOR: "events"
|
||||||
|
COMMAND_EVENTS_EDITOR_HELP: "events - Create/Edit Events"
|
||||||
|
COMMAND_STATS: "stats"
|
||||||
|
COMMAND_STATS_HELP: "stats - View your Questing stats"
|
||||||
|
COMMAND_TOP: "top"
|
||||||
|
COMMAND_TOP_HELP: "top [number] - View top Questers"
|
||||||
|
COMMAND_TOP_USAGE: 'Usage: /quests top [number]'
|
||||||
|
COMMAND_INFO: "info"
|
||||||
|
COMMAND_INFO_HELP: "info - Display plugin information"
|
||||||
|
COMMAND_JOURNAL: "journal"
|
||||||
|
COMMAND_JOURNAL_HELP: "journal - View/Put away your Quest Journal"
|
||||||
|
COMMAND_QUEST_HELP: "- Display current Quest objectives"
|
||||||
|
COMMAND_QUESTINFO_HELP: "[quest name] - Display Quest information"
|
||||||
|
COMMAND_QUESTADMIN_HELP: "- View Questadmin help"
|
||||||
|
COMMAND_QUESTADMIN_STATS: "stats"
|
||||||
|
COMMAND_QUESTADMIN_STATS_HELP: "stats [player] - View Questing statistics of a player"
|
||||||
|
COMMAND_QUESTADMIN_GIVE: "give"
|
||||||
|
COMMAND_QUESTADMIN_GIVE_HELP: "give [player] [quest] - Force a player to take a Quest"
|
||||||
|
COMMAND_QUESTADMIN_QUIT: "quit"
|
||||||
|
COMMAND_QUESTADMIN_QUIT_HELP: "quit [player] [quest] - Force a player to quit their Quest"
|
||||||
|
COMMAND_QUESTADMIN_POINTS: "points"
|
||||||
|
COMMAND_QUESTADMIN_POINTS_HELP: "points [player] [amount] - Set a players Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [player] [amount] - Take a players Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] - Set ALL players' Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||||
|
COMMAND_QUESTADMIN_FINISH_HELP: "finish [player] [quest] - Immediately force Quest completion for a player"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE: "nextstage"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "nextstage [player] [quest] - Immediately force Stage completion for a player"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE: "setstage"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE_HELP: "setstage [player] [quest] [stage] - Set the current Stage for a player"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Usage: /questadmin setstage [player] [quest] [stage]'
|
||||||
|
COMMAND_QUESTADMIN_PURGE: "purge"
|
||||||
|
COMMAND_QUESTADMIN_PURGE_HELP: "purge [player] - Clear all Quests data of a player AND BLACKLISTS THEM"
|
||||||
|
COMMAND_QUESTADMIN_RESET: "reset"
|
||||||
|
COMMAND_QUESTADMIN_RESET_HELP: "reset [player] - Clear all Quests data of a player"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE: "remove"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE_HELP: "remove [player] [quest] - Remove a completed Quest from a player"
|
||||||
|
COMMAND_QUESTADMIN_TOGGLEGUI: "togglegui"
|
||||||
|
COMMAND_QUESTADMIN_TOGGLEGUI_HELP: "togglegui [npc id] - Toggle GUI Quest Display on an NPC"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD: "reload"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD_HELP: "reload - Reload all Quests"
|
||||||
|
questEditorHeader: "Create Quest"
|
||||||
|
questEditorCreate: "Create new Quest"
|
||||||
|
questEditorEdit: "Edit a Quest"
|
||||||
|
questEditorDelete: "Delete Quest"
|
||||||
|
questEditorName: "Set name"
|
||||||
|
questEditorAskMessage: "Set ask message"
|
||||||
|
questEditorFinishMessage: "Set finish message"
|
||||||
|
questEditorRedoDelay: "Set redo delay"
|
||||||
|
questEditorNPCStart: "Set NPC start"
|
||||||
|
questEditorBlockStart: "Set Block start"
|
||||||
|
questEditorInitialEvent: "Set initial Event"
|
||||||
|
questEditorSetGUI: "Set GUI Item display"
|
||||||
|
questEditorReqs: "Edit Requirements"
|
||||||
|
questEditorStages: "Edit Stages"
|
||||||
|
questEditorRews: "Edit Rewards"
|
||||||
|
questEditorEnterQuestName: "Enter Quest name (or 'cancel' to return)"
|
||||||
|
questEditorEditEnterQuestName: "Enter Quest name to edit, or 'cancel' to return"
|
||||||
|
questEditorEnterAskMessage: "Enter ask message (or 'cancel' to return)"
|
||||||
|
questEditorEnterFinishMessage: "Enter finish message (or 'cancel' to return)"
|
||||||
|
questEditorEnterRedoDelay: "Enter amount of time (in seconds), 0 to clear the redo delay or -1 to cancel "
|
||||||
|
questEditorEnterNPCStart: "Enter NPC ID, -1 to clear the NPC start or -2 to cancel"
|
||||||
|
questEditorEnterBlockStart: "Right-click on a block to use as a start point, then enter 'done' to save, or enter 'clear' to clear the block start, or 'cancel' to return"
|
||||||
|
questEditorEnterInitialEvent: "Enter an Event name, or enter 'clear' to clear the initial Event, or 'cancel' to return"
|
||||||
|
questRequiredNoneSet: "Required, none set"
|
||||||
|
questWGSetRegion: "Set Region"
|
||||||
|
questWGNotInstalled: "WorldGuard not installed"
|
||||||
|
questWGPrompt: "Enter WorldGuard region, or enter 'clear' to clear the region, or 'cancel' to return."
|
||||||
|
questWGInvalidRegion: "<region> is not a valid WorldGuard region!"
|
||||||
|
questWGRegionCleared: "Quest region cleared."
|
||||||
|
questCitNotInstalled: "Citizens not installed"
|
||||||
|
questDenNotInstalled: "Denizen not installed"
|
||||||
|
questGUIError: 'Error: That item is already being used as the GUI Display for the Quest <quest>.'
|
||||||
|
questCurrentItem: "Current item:"
|
||||||
|
questSetItem: "Set Item"
|
||||||
|
questClearItem: "Clear Item"
|
||||||
|
questGUICleared: "Quest GUI Item Display cleared."
|
||||||
|
questDeleted: "Quest deleted! Quests and Events have 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 event 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"
|
||||||
|
questEditorQuestAsRequirement2: "as a requirement:"
|
||||||
|
questEditorQuestAsRequirement3: "You must modify these Quests so that they do not use it before deleting it."
|
||||||
|
questEditorQuestNotFound: "Quest not found!"
|
||||||
|
questEditorEventCleared: "Initial Event 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!"
|
||||||
|
questEditorSaved: "Quest saved! (Ye will needs t' perform a Quest reload fer it t' appear)"
|
||||||
|
questEditorExited: "Are ye sure ye wants t' exit without savin'?"
|
||||||
|
questEditorDeleted: "Are ye sure ye wants t' scuttle th' Quest"
|
||||||
|
questEditorNoPermsCreate: "Ye do nah 'ave permission t' create Quests."
|
||||||
|
questEditorNoPermsEdit: "Ye do nah 'ave permission t' edit Quests."
|
||||||
|
questEditorNoPermsDelete: "Ye do nah 'ave permission t' scuttle Quests."
|
||||||
|
stageEditorEditStage: "Edit Stage"
|
||||||
|
stageEditorNewStage: "Add new Stage"
|
||||||
|
stageEditorStages: "Stages"
|
||||||
|
stageEditorStage: "Stage"
|
||||||
|
stageEditorBreakBlocks: "Break Blocks"
|
||||||
|
stageEditorDamageBlocks: "Damage Blocks"
|
||||||
|
stageEditorPlaceBlocks: "Place Blocks"
|
||||||
|
stageEditorUseBlocks: "Use Blocks"
|
||||||
|
stageEditorCutBlocks: "Cut Blocks"
|
||||||
|
stageEditorCatchFish: "Catch Fish"
|
||||||
|
stageEditorFish: "fish"
|
||||||
|
stageEditorKillPlayers: "Kill Players"
|
||||||
|
stageEditorPlayers: "players"
|
||||||
|
stageEditorEnchantItems: "Enchant Items"
|
||||||
|
stageEditorDeliverItems: "Deliver Items"
|
||||||
|
stageEditorTalkToNPCs: "Talk to NPCs"
|
||||||
|
stageEditorKillNPCs: "Kill NPCs"
|
||||||
|
stageEditorKillMobs: "Kill Mobs"
|
||||||
|
stageEditorReachLocs: "Reach spots"
|
||||||
|
stageEditorReachRadii1: "Reach within"
|
||||||
|
stageEditorReachRadii2: "blocks of"
|
||||||
|
stageEditorTameMobs: "Tame Mobs"
|
||||||
|
stageEditorShearSheep: "Shear Sheep"
|
||||||
|
stageEditorEvents: "Events"
|
||||||
|
stageEditorStageEvents: "Stage Events"
|
||||||
|
stageEditorStartEvent: "Start Event"
|
||||||
|
stageEditorStartEventCleared: "Start Event cleared."
|
||||||
|
stageEditorFinishEvent: "Finish Event"
|
||||||
|
stageEditorFinishEventCleared: "Finish Event cleared."
|
||||||
|
stageEditorChatEvents: "Chat Events"
|
||||||
|
stageEditorChatTrigger: "Chat Trigger"
|
||||||
|
stageEditorTriggeredBy: "Triggered by"
|
||||||
|
stageEditorChatEventsCleared: "Chat Events cleared."
|
||||||
|
stageEditorDeathEvent: "Death Event"
|
||||||
|
stageEditorDeathEventCleared: "Death Event cleared."
|
||||||
|
stageEditorDisconnectEvent: "Disconnect Event"
|
||||||
|
stageEditorDisconnectEventCleared: "Disconnect Event cleared."
|
||||||
|
stageEditorDelayMessage: "Delay Message"
|
||||||
|
stageEditorDenizenScript: "Denizen Script"
|
||||||
|
stageEditorStartMessage: "Start Message"
|
||||||
|
stageEditorCompleteMessage: "Complete Message"
|
||||||
|
stageEditorDelete: "Delete Stage"
|
||||||
|
stageEditorSetBlockNames: "Set block names"
|
||||||
|
stageEditorSetBlockAmounts: "Set block amounts"
|
||||||
|
stageEditorSetBlockDurability: "Set block durability"
|
||||||
|
stageEditorSetDamageAmounts: "Set damage amounts"
|
||||||
|
stageEditorSetPlaceAmounts: "Set place amounts"
|
||||||
|
stageEditorSetUseAmounts: "Set use amounts"
|
||||||
|
stageEditorSetCutAmounts: "Set cut amounts"
|
||||||
|
stageEditorSetKillAmounts: "Set kill amounts"
|
||||||
|
stageEditorSetEnchantAmounts: "Set enchant amounts"
|
||||||
|
stageEditorSetMobAmounts: "Set mob amounts"
|
||||||
|
stageEditorSetEnchantments: "Set enchantments"
|
||||||
|
stageEditorSetItemNames: "Set item names"
|
||||||
|
stageEditorSetKillIds: "Set NPC IDs"
|
||||||
|
stageEditorSetMobTypes: "Set mob types"
|
||||||
|
stageEditorSetKillLocations: "Set kill locations"
|
||||||
|
stageEditorSetKillLocationRadii: "Set kill location radii"
|
||||||
|
stageEditorSetKillLocationNames: "Set kill location names"
|
||||||
|
stageEditorSetLocations: "Set locations"
|
||||||
|
stageEditorSetLocationRadii: "Set location radii"
|
||||||
|
stageEditorSetLocationNames: "Set location names"
|
||||||
|
stageEditorSetTameAmounts: "Set tame amounts"
|
||||||
|
stageEditorSetShearColors: "Set sheep colors"
|
||||||
|
stageEditorSetShearAmounts: "Set shear amounts"
|
||||||
|
stageEditorPassword: "Password Objectives"
|
||||||
|
stageEditorAddPasswordDisplay: "Add password display"
|
||||||
|
stageEditorAddPasswordPhrases: "Add password phrase(s)"
|
||||||
|
stageEditorNoPasswordDisplays: "No password displays set"
|
||||||
|
stageObjectiveOverride: "Objective Display Override"
|
||||||
|
stageEditorCustom: "Custom Objectives"
|
||||||
|
stageEditorNoModules: "No modules loaded"
|
||||||
|
stageEditorModuleNotFound: "Custom objective module not found."
|
||||||
|
stageEditorCustomPrompt: "Enter the name of a custom objective to add, or enter 'clear' to clear all custom objectives, or 'cancel' to return."
|
||||||
|
stageEditorCustomAlreadyAdded: "That custom objective has already been added!"
|
||||||
|
stageEditorCustomCleared: "Custom objectives cleared."
|
||||||
|
stageEditorCustomDataPrompt: "Enter value for <data>:"
|
||||||
|
stageEditorEnterBlockNames: "Enter block names (or IDs), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorBreakBlocksPrompt: "Enter break amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorDamageBlocksPrompt: "Enter damage amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorPlaceBlocksPrompt: "Enter place amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorUseBlocksPrompt: "Enter use amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorCutBlocksPrompt: "Enter cut amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorEnterBlockDurability: "Enter block durability (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorCatchFishPrompt: "Enter number of fish to catch, or 0 to clear the fish catch objective, or -1 to cancel"
|
||||||
|
stageEditorKillPlayerPrompt: "Enter number of players to kill, or 0 to clear the player kill objective, or -1 to cancel"
|
||||||
|
stageEditorEnchantTypePrompt: "Enter enchantment names, separating each one by a comma, or enter 'cancel' to return."
|
||||||
|
stageEditorEnchantAmountsPrompt: "Enter enchant amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorItemNamesPrompt: "Enter item names, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorNPCPrompt: "Enter NPC ids, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorNPCToTalkToPrompt: "Enter NPC IDs, separating each one by a space, or enter 'clear' to clear the NPC ID list, or 'cancel' to return."
|
||||||
|
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
||||||
|
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorMobAmountsPrompt: "Enter mob amounts separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationPrompt: "Right-click on a block t' select it, then enter 'add' t' add it t' th' kill spot list, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationRadiiPrompt: "Enter kill spot radii (number o' blocks) separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||||
|
stageEditorTameAmountsPrompt: "Enter tame amounts separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorShearColorsPrompt: "Enter sheep colors separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorShearAmountsPrompt: "Enter shear amounts separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorEventsPrompt: "Enter an event name, or enter 'clear' to clear the event, or 'cancel' to return"
|
||||||
|
stageEditorChatEventsPrompt: "Enter an event name to add, or enter 'clear' to clear all chat events, or 'cancel' to return"
|
||||||
|
stageEditorChatEventsTriggerPromptA: "Enter a chat trigger for"
|
||||||
|
stageEditorChatEventsTriggerPromptB: "or enter 'cancel' to return."
|
||||||
|
stageEditorDelayPrompt: "Enter time (in seconds), or enter 'clear' to clear the delay, or 'cancel' to return"
|
||||||
|
stageEditorDelayMessagePrompt: "Enter delay message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorScriptPrompt: "Enter script name, or enter 'clear' to clear the script, or 'cancel' to return"
|
||||||
|
stageEditorStartMessagePrompt: "Enter start message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorCompleteMessagePrompt: "Enter complete message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorPasswordDisplayPrompt: "Enter a password display, or 'cancel' to return"
|
||||||
|
stageEditorPasswordDisplayHint: "(This is the text that will be displayed to the player as their objective)"
|
||||||
|
stageEditorPasswordPhrasePrompt: "Enter a password phrase, or 'cancel' to return"
|
||||||
|
stageEditorPasswordPhraseHint1: "(This is the text that a player has to say to complete the objective)"
|
||||||
|
stageEditorPasswordPhraseHint2: "If you want multiple password phrases, seperate them by a | (pipe)"
|
||||||
|
stageEditorObjectiveOverridePrompt: "Enter objective display override, or 'clear' to clear the override, or 'cancel' to return."
|
||||||
|
stageEditorObjectiveOverrideHint: "(The objective display override will show up as the players current objective)"
|
||||||
|
stageEditorObjectiveOverrideCleared: "Objective display override cleared."
|
||||||
|
stageEditorDeliveryAddItem: "Add item"
|
||||||
|
stageEditorDeliveryNPCs: "Set NPC IDs"
|
||||||
|
stageEditorDeliveryMessages: "Set delivery messages"
|
||||||
|
stageEditorContainsDuplicates: "List contains duplicates!"
|
||||||
|
stageEditorInvalidBlockName: "is not a valid block name!"
|
||||||
|
stageEditorInvalidEnchantment: "is not a valid enchantment name!"
|
||||||
|
stageEditorInvalidNPC: "is not a valid NPC ID!"
|
||||||
|
stageEditorInvalidMob: "is not a valid mob name!"
|
||||||
|
stageEditorInvalidItemName: "is not a valid item name!"
|
||||||
|
stageEditorInvalidNumber: "is not a number!"
|
||||||
|
stageEditorInvalidDye: "is not a valid dye color!"
|
||||||
|
stageEditorInvalidEvent: "is not a valid event name!"
|
||||||
|
stageEditorDuplicateEvent: "Event is already in the list!"
|
||||||
|
stageEditorInvalidDelay: "Delay must be at least one second!"
|
||||||
|
stageEditorInvalidScript: "Denizen script not found!"
|
||||||
|
stageEditorNoCitizens: "Citizens is not installed!"
|
||||||
|
stageEditorNoDenizen: "Denizen is not installed!"
|
||||||
|
stageEditorPositiveAmount: "You must enter a positive number!"
|
||||||
|
stageEditorNoNumber: "Input was not a number!"
|
||||||
|
stageEditorNotGreaterThanZero: "is not greater than 0!"
|
||||||
|
stageEditorNotListofNumbers: "Invalid entry, input was not a list of numbers!"
|
||||||
|
stageEditorNoDelaySet: "You must set a delay first!"
|
||||||
|
stageEditorNoBlockNames: "You must set block names first!"
|
||||||
|
stageEditorNoEnchantments: "You must set enchantments first!"
|
||||||
|
stageEditorNoItems: "You must add items first!"
|
||||||
|
stageEditorNoDeliveryMessage: "You must set at least one delivery message!"
|
||||||
|
stageEditorNoNPCs: "You must set NPC IDs first!"
|
||||||
|
stageEditorNoMobTypes: "You must set mob types first!"
|
||||||
|
stageEditorNoKillLocations: "You must set kill locations first!"
|
||||||
|
stageEditorNoBlockSelected: "You must select a block first."
|
||||||
|
stageEditorNoColors: "You must set colors first!"
|
||||||
|
stageEditorNoLocations: "You must set locations first!"
|
||||||
|
stageEditorNoEnchantmentsSet: "No enchantments set"
|
||||||
|
stageEditorNoItemsSet: "No items set"
|
||||||
|
stageEditorNoMobTypesSet: "No mob types set"
|
||||||
|
stageEditorNoLocationsSet: "No locations set"
|
||||||
|
stageEditorNoColorsSet: "No colors set"
|
||||||
|
stageEditorListNotSameSize: "The block names list and the amounts list are not the same size!"
|
||||||
|
stageEditorEnchantmentNotSameSize: "The enchantments list, the item id list and the enchant amount list are not the same size!"
|
||||||
|
stageEditorDeliveriesNotSameSize: "The item list and the NPC list are not equal in size!"
|
||||||
|
stageEditorNPCKillsNotSameSize: "The NPC IDs list and the kill amounts list are not the same size!"
|
||||||
|
stageEditorAllListsNotSameSize: "All of your lists are not the same size!"
|
||||||
|
stageEditorMobTypesNotSameSize: "The mob types list and the mob amounts list are not the same size!"
|
||||||
|
stageEditorTameMobsNotSameSize: "The mob types list and the tame amounts list are not the same size!"
|
||||||
|
stageEditorShearNotSameSize: "The sheep colors list and the shear amounts list are not the same size!"
|
||||||
|
stageEditorMustSetPasswordDisplays: "You must add at least one password display first!"
|
||||||
|
stageEditorAddPasswordCleared: "Password Objectives cleared."
|
||||||
|
stageEditorPasswordNotSameSize: "The password display and password phrase lists are not the same size!"
|
||||||
|
stageEditorListContainsDuplicates: " List contains duplicates!"
|
||||||
|
stageEditorDelayCleared: "Delay cleared."
|
||||||
|
stageEditorDelayMessageCleared: "Delay message cleared."
|
||||||
|
stageEditorDenizenCleared: "Denizen script cleared."
|
||||||
|
stageEditorBreakBlocksCleared: "Break blocks objective cleared."
|
||||||
|
stageEditorDamageBlocksCleared: "Damage blocks objective cleared."
|
||||||
|
stageEditorPlaceBlocksCleared: "Place blocks objective cleared."
|
||||||
|
stageEditorUseBlocksCleared: "Use blocks objective cleared."
|
||||||
|
stageEditorCutBlocksCleared: "Cut blocks objective cleared."
|
||||||
|
stageEditorEnchantmentsCleared: "Enchantment objective cleared."
|
||||||
|
stageEditorDeliveriesCleared: "Delivery objective cleared."
|
||||||
|
stageEditorReachLocationsCleared: "Reach Locations objective cleared."
|
||||||
|
stageEditorKillNPCsCleared: "Kill NPCs objective cleared."
|
||||||
|
stageEditorKillMobsCleared: "Kill Mobs objective cleared."
|
||||||
|
stageEditorTameCleared: "Tame Mobs objective cleared."
|
||||||
|
stageEditorShearCleared: "Shear Sheep objective cleared."
|
||||||
|
stageEditorStartMessageCleared: "Start message cleared."
|
||||||
|
stageEditorCompleteMessageCleared: "Complete message cleared."
|
||||||
|
stageEditorConfirmStageDelete: "Are you sure you want to delete this stage?"
|
||||||
|
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"
|
||||||
|
allListsNotSameSize: "All of your lists are not the same size!"
|
||||||
|
eventEditorCreate: "Create new Event"
|
||||||
|
eventEditorEdit: "Edit an Event"
|
||||||
|
eventEditorDelete: "Delete an Event"
|
||||||
|
eventEditorCreatePermisssions: "You do not have permission to create new Events."
|
||||||
|
eventEditorEditPermisssions: "You do not have permission to edit Events."
|
||||||
|
eventEditorDeletePermisssions: "You do not have permission to delete Events."
|
||||||
|
eventEditorNoneToEdit: "No Events currently exist to be edited!"
|
||||||
|
eventEditorNoneToDelete: "No Events currently exist to be deleted!"
|
||||||
|
eventEditorNotFound: "Event not found!"
|
||||||
|
eventEditorExists: "Event already exists!"
|
||||||
|
eventEditorSomeone: "Someone is already creating or editing an Event with that name!"
|
||||||
|
eventEditorAlpha: "Name must be alphanumeric!"
|
||||||
|
eventEditorErrorReadingFile: "Error reading Events file."
|
||||||
|
eventEditorErrorSaving: "An error occurred while saving."
|
||||||
|
eventEditorDeleted: "Event deleted, Quests and Events reloaded."
|
||||||
|
eventEditorSaved: "Event saved, Quests and Events reloaded."
|
||||||
|
eventEditorEnterEventName: "Enter an Event name, or 'cancel' to return."
|
||||||
|
eventEditorDeletePrompt: "Are you sure you want to delete the Event"
|
||||||
|
eventEditorQuitWithoutSaving: "Are you sure you want to quit without saving?"
|
||||||
|
eventEditorFinishAndSave: "Are you sure you want to finish and save the Event"
|
||||||
|
eventEditorModifiedNote: 'Note: You have modified an Event that the following Quests use:'
|
||||||
|
eventEditorForcedToQuit: "If you save the Event, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||||
|
eventEditorEventInUse: "The following Quests use the Event"
|
||||||
|
eventEditorMustModifyQuests: "eventEditorNotFound"
|
||||||
|
eventEditorListSizeMismatch: "The lists are not the same size!"
|
||||||
|
eventEditorListDuplicates: "List contains duplicates!"
|
||||||
|
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||||
|
eventEditorInvalidEntry: "Invalid entry"
|
||||||
|
eventEditorSetName: "Set name"
|
||||||
|
eventEditorSetMessage: "Set message"
|
||||||
|
eventEditorClearInv: "Clear player inventory"
|
||||||
|
eventEditorFailQuest: "Fail the quest"
|
||||||
|
eventEditorSetExplosions: "Set explosion locations"
|
||||||
|
eventEditorSetLightning: "Set lightning strike locations"
|
||||||
|
eventEditorSetEffects: "Set effects"
|
||||||
|
eventEditorSetStorm: "Set storm"
|
||||||
|
eventEditorSetThunder: "Set thunder"
|
||||||
|
eventEditorSetMobSpawns: "Set mob spawns"
|
||||||
|
eventEditorSetPotionEffects: "Set potion effects"
|
||||||
|
eventEditorSetHunger: "Set player hunger level"
|
||||||
|
eventEditorSetSaturation: "Set player saturation level"
|
||||||
|
eventEditorSetHealth: "Set player health level"
|
||||||
|
eventEditorEnterTimerSeconds: "Set number of seconds left before the quest fails (use cancel-timer event to cancel timers)"
|
||||||
|
eventEditorSetTimer: "Set time to fail quest"
|
||||||
|
eventEditorCancelTimer: "Cancel the quest timer"
|
||||||
|
eventEditorSetTeleport: "Set player teleport location"
|
||||||
|
eventEditorSetCommands: "Set commands to execute"
|
||||||
|
eventEditorItems: "Event Items"
|
||||||
|
eventEditorSetItems: "Give items"
|
||||||
|
eventEditorItemsCleared: "Event items cleared."
|
||||||
|
eventEditorAddItem: "Add item"
|
||||||
|
eventEditorSetItemNames: "Set item names"
|
||||||
|
eventEditorSetItemAmounts: "Set item amounts"
|
||||||
|
eventEditorNoNames: "No names set"
|
||||||
|
eventEditorMustSetNames: "You must set item names first!"
|
||||||
|
eventEditorInvalidName: "is not a valid item name!"
|
||||||
|
eventEditorNotGreaterThanZero: "is not greater than 0!"
|
||||||
|
eventEditorNotANumber: "is not a number!"
|
||||||
|
eventEditorStorm: "Event Storm"
|
||||||
|
eventEditorSetWorld: "Set world"
|
||||||
|
eventEditorSetDuration: "Set duration"
|
||||||
|
eventEditorNoWorld: "(No world set)"
|
||||||
|
eventEditorSetWorldFirst: "You must set a world first!"
|
||||||
|
eventEditorInvalidWorld: "is not a valid world name!"
|
||||||
|
eventEditorMustSetStormDuration: "You must set a storm duration!"
|
||||||
|
eventEditorStormCleared: "Storm data cleared."
|
||||||
|
eventEditorEnterStormWorld: "Enter a world name for the storm to occur in, or enter 'cancel' to return"
|
||||||
|
eventEditorEnterDuration: "Enter duration (in seconds)"
|
||||||
|
eventEditorAtLeastOneSecond: "Amount must be at least 1 second!"
|
||||||
|
eventEditorNotGreaterThanOneSecond: "is not greater than 1 second!"
|
||||||
|
eventEditorThunder: "Event Thunder"
|
||||||
|
eventEditorMustSetThunderDuration: "You must set a thunder duration!"
|
||||||
|
eventEditorThunderCleared: "Thunder data cleared."
|
||||||
|
eventEditorEnterThunderWorld: "Enter a world name for the thunder to occur in, or enter 'cancel' to return"
|
||||||
|
eventEditorEffects: "Event Effects"
|
||||||
|
eventEditorAddEffect: "Add effect"
|
||||||
|
eventEditorAddEffectLocation: "Add effect location"
|
||||||
|
eventEditorNoEffects: "No effects set"
|
||||||
|
eventEditorMustAddEffects: "You must add effects first!"
|
||||||
|
eventEditorInvalidEffect: "is not a valid effect name!"
|
||||||
|
eventEditorEffectsCleared: "Event effects cleared."
|
||||||
|
eventEditorEffectLocationPrompt: "Right-click on a block to play an effect at, then enter 'add' to add it to the list, or enter 'cancel' to return"
|
||||||
|
eventEditorMobSpawns: "Event Mob Spawns"
|
||||||
|
eventEditorAddMobTypes: "Add mob"
|
||||||
|
eventEditorNoTypesSet: "(No type set)"
|
||||||
|
eventEditorMustSetMobTypesFirst: "You must set the mob type first!"
|
||||||
|
eventEditorSetMobAmounts: "Set mob amount"
|
||||||
|
eventEditorNoAmountsSet: "(No amounts set)"
|
||||||
|
eventEditorMustSetMobAmountsFirst: "You must set mob amount first!"
|
||||||
|
eventEditorAddSpawnLocation: "Set spawn location"
|
||||||
|
eventEditorMobSpawnsCleared: "Mob spawns cleared."
|
||||||
|
eventEditorMustSetMobLocationFirst: "You must set a spawn-location first!"
|
||||||
|
eventEditorInvalidMob: "is not a valid mob name!"
|
||||||
|
eventEditorSetMobName: "Set custom name for mob"
|
||||||
|
eventEditorSetMobType: "Set mob type"
|
||||||
|
eventEditorSetMobItemInHand: "Set item in hand"
|
||||||
|
eventEditorSetMobItemInHandDrop: "Set drop chance of item in hand"
|
||||||
|
eventEditorSetMobBoots: "Set boots"
|
||||||
|
eventEditorSetMobBootsDrop: "Set drop chance of boots"
|
||||||
|
eventEditorSetMobLeggings: "Set leggings"
|
||||||
|
eventEditorSetMobLeggingsDrop: "Set drop chance of leggings"
|
||||||
|
eventEditorSetMobChestPlate: "Set chest plate"
|
||||||
|
eventEditorSetMobChestPlateDrop: "Set drop chance of chest plate"
|
||||||
|
eventEditorSetMobHelmet: "Set helmet"
|
||||||
|
eventEditorSetMobHelmetDrop: "Set drop chance of helmet"
|
||||||
|
eventEditorSetMobSpawnLoc: "Right-click on a block to spawn a mob at, then enter 'add' to the confirm it, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobSpawnAmount: "Set the amount of mobs to spawn"
|
||||||
|
eventEditorSetDropChance: "Set the drop chance"
|
||||||
|
eventEditorInvalidDropChance: "Drop chance has to be between 0.0 and 1.0"
|
||||||
|
eventEditorLightningPrompt: "Right-click on a block to spawn a lightning strike at, then enter 'add' to add it to the list, or enter 'clear' to clear the locations list, or 'cancel' to return"
|
||||||
|
eventEditorPotionEffects: "Event Potion Effects"
|
||||||
|
eventEditorSetPotionEffectTypes: "Set potion effect types"
|
||||||
|
eventEditorMustSetPotionTypesFirst: "You must set potion effect types first!"
|
||||||
|
eventEditorSetPotionDurations: "Set potion effect durations"
|
||||||
|
eventEditorMustSetPotionDurationsFirst: "You must set potion effect durations first!"
|
||||||
|
eventEditorMustSetPotionTypesAndDurationsFirst: "You must set potion effect types and durations first!"
|
||||||
|
eventEditorNoDurationsSet: "(No durations set)"
|
||||||
|
eventEditorSetPotionMagnitudes: "Set potion effect magnitudes"
|
||||||
|
eventEditorPotionsCleared: "Potion effects cleared."
|
||||||
|
eventEditorInvalidPotionType: "is not a valid potion effect type!"
|
||||||
|
eventEditorEnterNPCId: "Enter NPC ID (or -1 to return)"
|
||||||
|
eventEditorNoNPCExists: "No NPC exists with that id!"
|
||||||
|
eventEditorExplosionPrompt: "Right-click on a block to spawn an explosion at, then enter 'add' to add it to the list, or enter 'clear' to clear the explosions list, or 'cancel' to return"
|
||||||
|
eventEditorSelectBlockFirst: "You must select a block first."
|
||||||
|
eventEditorSetMessagePrompt: "Enter message, or enter 'none' to delete, (or 'cancel' to return)"
|
||||||
|
eventEditorSetItemNamesPrompt: "Enter item names separating each one by a space, or enter 'cancel' to return."
|
||||||
|
eventEditorSetItemAmountsPrompt: "Enter item amounts (numbers) separating each one by a space, or enter 'cancel' to return."
|
||||||
|
eventEditorSetMobTypesPrompt: "Enter mob name, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobAmountsPrompt: "Enter mob amount, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobNamePrompt: "Set the name for this mob, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the mob spawn location list, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionEffectsPrompt: "Enter potion effect types separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionDurationsPrompt: "Enter effect durations (in milliseconds) separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetHungerPrompt: "Enter hunger level, or -1 to remove it"
|
||||||
|
eventEditorHungerLevelAtLeastZero: "Hunger level must be at least 0!"
|
||||||
|
eventEditorSetSaturationPrompt: "Enter saturation level, or -1 to remove it"
|
||||||
|
eventEditorSaturationLevelAtLeastZero: "Saturation level must be at least 0!"
|
||||||
|
eventEditorSetHealthPrompt: "Enter health level, or -1 to remove it"
|
||||||
|
eventEditorHealthLevelAtLeastZero: "Health level must be at least 0!"
|
||||||
|
eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to, then enter 'done' to finish, or enter 'clear' to clear the teleport location, or 'cancel' to return"
|
||||||
|
eventEditorCommandsNote: 'Note: You may use <player> to refer to the player''s name.'
|
||||||
|
eventEditorSetCommandsPrompt: "Enter commands separating each one by a comma, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
reqSetMoney: "Set money requirement"
|
||||||
|
reqSetQuestPoints: "Set Quest Points requirement"
|
||||||
|
reqSetItem: "Set item requirements"
|
||||||
|
reqSetPerms: "Set permission requirements"
|
||||||
|
reqSetQuest: "Set Quest requirements"
|
||||||
|
reqSetQuestBlocks: "Set Quest blocks"
|
||||||
|
reqSetMcMMO: "Set mcMMO requirements"
|
||||||
|
reqSetHeroes: "Set Heroes requirements"
|
||||||
|
reqSetCustom: "Custom requirements"
|
||||||
|
reqSetFail: "Set fail requirements message"
|
||||||
|
reqSetSkills: "Set skills"
|
||||||
|
reqSetSkillAmounts: "Set skill amounts"
|
||||||
|
reqHeroesSetPrimary: "Set Primary Class"
|
||||||
|
reqHeroesSetSecondary: "Set Secondary Class"
|
||||||
|
reqMoneyPrompt: "Enter amount of <money>, or 0 to clear the money requirement, or -1 to cancel"
|
||||||
|
reqQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point requirement, or -1 to cancel"
|
||||||
|
reqQuestPrompt: "Enter a list of Quest names separating each one by a <comma>, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqRemoveItemsPrompt: "Enter a list of true/false values, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
reqPermissionsPrompt: "Enter permission requirements separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
reqCustomPrompt: "Enter the name of a custom requirement to add, or enter 'clear' to clear all custom requirements, or 'cancel' to return."
|
||||||
|
reqMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqMcMMOAmountsPrompt: "Enter mcMMO skill amounts, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqHeroesPrimaryPrompt: "Enter a Heroes Primary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||||
|
reqHeroesSecondaryPrompt: "Enter a Heroes Secondary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||||
|
reqFailMessagePrompt: "Enter fail requirements message, or enter 'cancel' to return."
|
||||||
|
reqAddItem: "Add item"
|
||||||
|
reqSetRemoveItems: "Set remove items"
|
||||||
|
reqNoItemsSet: "No items set"
|
||||||
|
reqNoValuesSet: "No values set"
|
||||||
|
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||||
|
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||||
|
reqGreaterThanZero: "Amount must be greater than 0!"
|
||||||
|
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||||
|
reqItemCleared: "Item requirements cleared."
|
||||||
|
reqListsNotSameSize: "The items list and remove items list are not the same size!"
|
||||||
|
reqTrueFalseError: '<input> is not a true or false value!%br%Example: true false true true'
|
||||||
|
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||||
|
reqCustomNotFound: "Custom requirement module not found."
|
||||||
|
reqCustomCleared: "Custom requirements cleared."
|
||||||
|
reqMcMMOError: "<input> is not an mcMMO skill name!"
|
||||||
|
reqMcMMOCleared: "mcMMO skill requirements cleared."
|
||||||
|
reqMcMMOAmountsCleared: "mcMMO skill amount requirements cleared."
|
||||||
|
reqHeroesNotPrimary: "The <class> class is not primary!"
|
||||||
|
reqHeroesPrimaryCleared: "Heroes Primary Class requirement cleared."
|
||||||
|
reqHeroesNotSecondary: "The <class> class is not secondary!"
|
||||||
|
reqHeroesSecondaryCleared: "Heroes Secondary Class requirement cleared."
|
||||||
|
reqHeroesClassNotFound: "Class not found!"
|
||||||
|
reqNone: "No requirements set"
|
||||||
|
reqNotANumber: "<input> is not a number!"
|
||||||
|
reqMustAddItem: "You must add at least one item first!"
|
||||||
|
reqNoMessage: "You must set a fail requirements message!"
|
||||||
|
reqNoMcMMO: "mcMMO not installed"
|
||||||
|
reqNoHeroes: "Heroes not installed"
|
||||||
|
rewSetMoney: "Set money reward"
|
||||||
|
rewSetQuestPoints: "Set Quest Points reward"
|
||||||
|
rewSetItems: "Set item rewards"
|
||||||
|
rewSetExperience: "Set experience reward"
|
||||||
|
rewSetCommands: "Set command rewards"
|
||||||
|
rewSetPermission: "Set permission rewards"
|
||||||
|
rewSetMcMMO: "Set mcMMO skill rewards"
|
||||||
|
rewSetHeroes: "Set Heroes experience rewards"
|
||||||
|
rewSetPhat: "Set PhatLoot rewards"
|
||||||
|
rewSetCustom: "Set Custom Rewards"
|
||||||
|
rewSetHeroesClasses: "Set classes"
|
||||||
|
rewSetHeroesAmounts: "Set experience amounts"
|
||||||
|
rewMoneyPrompt: "Enter amount of <money>, or 0 to clear the money reward, or -1 to cancel"
|
||||||
|
rewExperiencePrompt: "Enter amount of experience, or 0 to clear the experience reward, or -1 to cancel"
|
||||||
|
rewCommandPrompt: "Enter command rewards separating each one by a <comma>, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
rewCommandPromptHint: 'Note: You may put <player> to specify the player who completed the Quest. e.g. smite <player>'
|
||||||
|
rewPermissionsPrompt: "Enter permission rewards separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
rewQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point reward, or -1 to cancel"
|
||||||
|
rewMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewMcMMOPromptHint: 'Note: Typing ''All'' will give levels to all skills.'
|
||||||
|
rewHeroesClassesPrompt: "Enter Heroes classes separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed) separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewPhatLootsPrompt: "Enter PhatLoots separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
rewCustomRewardPrompt: "Enter the name of a custom reward to add, or enter 'clear' to clear all custom rewards, or 'cancel' to return."
|
||||||
|
rewItemsCleared: "Item rewards cleared."
|
||||||
|
rewNoMcMMOSkills: "No skills set"
|
||||||
|
rewNoHeroesClasses: "No classes set"
|
||||||
|
rewSetMcMMOSkillsFirst: "You must set skills first!"
|
||||||
|
rewMcMMOCleared: "mcMMO rewards cleared."
|
||||||
|
rewMcMMOListsNotSameSize: "The skills list and skill amounts list are not the same size!"
|
||||||
|
rewSetHeroesClassesFirst: "You must set classes first!"
|
||||||
|
rewHeroesCleared: "Heroes rewards cleared."
|
||||||
|
rewHeroesListsNotSameSize: "The classes list and experience amounts list are not the same size!"
|
||||||
|
rewHeroesInvalidClass: "<input> is not a valid Heroes class name!"
|
||||||
|
rewPhatLootsInvalid: "<input> is not a valid PhatLoot name!"
|
||||||
|
rewPhatLootsCleared: "PhatLoots reward cleared."
|
||||||
|
rewCustomAlreadyAdded: "That custom reward has already been added!"
|
||||||
|
rewCustomNotFound: "Custom reward module not found."
|
||||||
|
rewCustomCleared: "Custom rewards cleared."
|
||||||
|
rewNoPhat: "PhatLoots not installed"
|
||||||
|
itemCreateLoadHand: "Load item in hand"
|
||||||
|
itemCreateSetName: "Set name"
|
||||||
|
itemCreateSetAmount: "Set amount"
|
||||||
|
itemCreateSetDurab: "Set durability"
|
||||||
|
itemCreateSetEnchs: "Add/clear enchantments"
|
||||||
|
itemCreateSetDisplay: "Set display name"
|
||||||
|
itemCreateSetLore: "Set lore"
|
||||||
|
itemCreateEnterName: "Enter an item name, or 'cancel' to return."
|
||||||
|
itemCreateEnterAmount: "Enter item amount (max. 64), or 'cancel' to return."
|
||||||
|
itemCreateEnterDurab: "Enter item durability, or 'clear' to clear the data, or 'cancel' to return."
|
||||||
|
itemCreateEnterEnch: "Enter an enchantment name, or 'clear' to clear the enchantments, or 'cancel' to return."
|
||||||
|
itemCreateEnterLevel: "Enter a level (number) for <enchantment>"
|
||||||
|
itemCreateEnterDisplay: "Enter item display name, or 'clear' to clear the display name, or 'cancel' to return."
|
||||||
|
itemCreateEnterLore: "Enter item lore, separating each line by a semi-colon ; or 'clear' to clear the lore, or 'cancel' to return."
|
||||||
|
itemCreateLoaded: "Item loaded."
|
||||||
|
itemCreateNoItem: "No item in hand!"
|
||||||
|
itemCreateNoName: "You must set a name first!"
|
||||||
|
itemCreateInvalidName: "Invalid item name!"
|
||||||
|
itemCreateInvalidAmount: "Amount must be between 1-64!"
|
||||||
|
itemCreateInvalidDurab: "Invalid item durability!"
|
||||||
|
itemCreateInvalidEnch: "Invalid enchantment name!"
|
||||||
|
itemCreateInvalidLevel: "Level must be greater than 0!"
|
||||||
|
itemCreateInvalidInput: "Invalid input!"
|
||||||
|
itemCreateNotNumber: "Input was not a number!"
|
||||||
|
itemCreateNoNameAmount: "You must set a name and amount first!"
|
||||||
|
itemCreateCriticalError: "A critical error has occurred."
|
||||||
|
questTitle: "-- <quest> --"
|
||||||
|
questObjectivesTitle: "---(<quest>)---"
|
||||||
|
questCompleteTitle: '**QUEST COMPLETE: <quest>**'
|
||||||
|
questRewardsTitle: "Rewards:"
|
||||||
|
journalTitle: "Quest Journal"
|
||||||
|
questsTitle: "- Quests -"
|
||||||
|
questHelpTitle: "- Quests -"
|
||||||
|
questListTitle: "- Quests -"
|
||||||
|
questNPCListTitle: "- Quests | <npc> -"
|
||||||
|
questAdminHelpTitle: "- Questadmin -"
|
||||||
|
questEditorTitle: "- Quest Editor -"
|
||||||
|
eventEditorTitle: "- Event Editor - "
|
||||||
|
questCreateTitle: "- Create Quest -"
|
||||||
|
questEditTitle: "- Edit Quest -"
|
||||||
|
questDeleteTitle: "- Delete Quest -"
|
||||||
|
requirementsTitle: "- <quest> | Requirements -"
|
||||||
|
rewardsTitle: "- <quest> | Rewards -"
|
||||||
|
itemRequirementsTitle: "- Item Requirements -"
|
||||||
|
itemRewardsTitle: "- Item Rewards -"
|
||||||
|
mcMMORequirementsTitle: "- mcMMO Requirements -"
|
||||||
|
mcMMORewardsTitle: "- mcMMO Rewards -"
|
||||||
|
heroesRequirementsTitle: "- Heroes Requirements -"
|
||||||
|
heroesRewardsTitle: "- Heroes Rewards -"
|
||||||
|
heroesClassesTitle: "- Heroes Classes -"
|
||||||
|
heroesExperienceTitle: "- Heroes Experience -"
|
||||||
|
heroesPrimaryTitle: "- Primary Classes -"
|
||||||
|
heroesSecondaryTitle: "- Secondary Classes -"
|
||||||
|
phatLootsRewardsTitle: "- PhatLoots Rewards -"
|
||||||
|
customRequirementsTitle: "- Custom Requirements -"
|
||||||
|
customRewardsTitle: "- Custom Rewards -"
|
||||||
|
skillListTitle: "- Skill List -"
|
||||||
|
eventTitle: "- Event -"
|
||||||
|
completedQuestsTitle: "- Completed Quests -"
|
||||||
|
topQuestersTitle: "- Top <number> Questers -"
|
||||||
|
createItemTitle: "- Create Item -"
|
||||||
|
enchantmentsTitle: "- Enchantments -"
|
||||||
|
questGUITitle: "- GUI Item Display -"
|
||||||
|
questRegionTitle: "- Quest Region -"
|
||||||
|
eventEditorGiveItemsTitle: "- Give Items -"
|
||||||
|
eventEditorEffectsTitle: "- Effects -"
|
||||||
|
eventEditorStormTitle: "- Event Storm -"
|
||||||
|
eventEditorThunderTitle: "- Event Thunder -"
|
||||||
|
eventEditorMobSpawnsTitle: "- Event Mob Spawns -"
|
||||||
|
eventEditorMobsTitle: "- Mobs -"
|
||||||
|
eventEditorAddMobTypesTitle: "- Add Mob -"
|
||||||
|
eventEditorPotionEffectsTitle: "- Event Potion Effects -"
|
||||||
|
eventEditorPotionTypesTitle: "- Event Potion Types -"
|
||||||
|
eventEditorWorldsTitle: "- Worlds -"
|
||||||
|
effBlazeShoot: "Sound of a Blaze firing"
|
||||||
|
effBowFire: "Sound of a bow firing"
|
||||||
|
effClick1: "A click sound"
|
||||||
|
effClick2: "A different click sound"
|
||||||
|
effDoorToggle: "Sound of a door opening or closing"
|
||||||
|
effExtinguish: "Sound of fire being extinguished"
|
||||||
|
effGhastShoot: "Sound of a Ghast firing"
|
||||||
|
effGhastShriek: "Sound of a Ghast shrieking"
|
||||||
|
effZombieWood: "Sound of a Zombie chewing an iron door"
|
||||||
|
effZombieIron: "Sound of a Zombie chewing a wooden door"
|
||||||
|
effEnterName: "Enter an effect name to add it to the list, or enter 'cancel' to return"
|
||||||
|
cmdCancel: "cancel"
|
||||||
|
cmdAdd: "add"
|
||||||
|
cmdClear: "clear"
|
||||||
|
cmdNone: "none"
|
||||||
|
cmdDone: "done"
|
||||||
|
acceptQuest: "Accept Quest?"
|
||||||
|
enterAnOption: "Enter an option"
|
||||||
|
questAccepted: 'Quest accepted: <quest>'
|
||||||
|
currentQuest: "Current Quests:"
|
||||||
|
noMoreQuest: "No more quests available."
|
||||||
|
damage: "Damage"
|
||||||
|
break: "Break"
|
||||||
|
place: "Place"
|
||||||
|
use: "Use"
|
||||||
|
cut: "Cut"
|
||||||
|
catchFish: "Catch Fish"
|
||||||
|
enchantItem: "Enchant <item> with <enchantment>"
|
||||||
|
kill: "Kill"
|
||||||
|
killAtLocation: "Kill <mob> at <location>"
|
||||||
|
killPlayer: "Kill a Player"
|
||||||
|
deliver: "Deliver <item> to <npc>"
|
||||||
|
talkTo: "Talk to <npc>"
|
||||||
|
tame: "Tame"
|
||||||
|
shearSheep: "Shear <color> sheep"
|
||||||
|
goTo: "Go to <location>"
|
||||||
|
completed: "Completed"
|
||||||
|
redoCompleted: "(Completed)"
|
||||||
|
consoleError: "This command may only be performed in-game."
|
||||||
|
invalidSelection: "Invalid selection!"
|
||||||
|
noActiveQuest: "You do not currently have any active Quests."
|
||||||
|
speakTo: 'Start: Speak to <npc>'
|
||||||
|
mustSpeakTo: "You must speak to <npc> to start this Quest."
|
||||||
|
noCommandStart: "<quest> may not be started via command."
|
||||||
|
permissionDisplay: "Permission:"
|
||||||
|
heroesClass: "class"
|
||||||
|
mcMMOLevel: "level"
|
||||||
|
haveCompleted: "You have completed <quest>"
|
||||||
|
cannotComplete: "Cannot complete <quest>"
|
||||||
|
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."
|
||||||
|
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."
|
||||||
|
questInfoNoPerms: "You do not have permission to view a Quest's information."
|
||||||
|
questCmdNoPerms: "You do not have access to that command."
|
||||||
|
pageSelectionNum: "Page selection must be a number."
|
||||||
|
pageSelectionPosNum: "Page selection must be a positive number."
|
||||||
|
questListNoPerms: "You do not have permission to view the Quests list."
|
||||||
|
questTakeNoPerms: "You do not have permission to take Quests via commands."
|
||||||
|
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||||
|
questQuit: "You have quit <quest>"
|
||||||
|
questQuitNoPerms: "You do not have permission to quit Quests."
|
||||||
|
questQuitDisabled: "Quitting Quests has been disabled."
|
||||||
|
questEditorNoPerms: "You do not have permission to use the Quests Editor."
|
||||||
|
eventEditorNoPerms: "You do not have permission to use the Events Editor."
|
||||||
|
questsUnknownCommand: "Unknown Quests 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>."
|
||||||
|
questPurged: "<player> has been purged and blacklisted."
|
||||||
|
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."
|
||||||
|
enableNPCGUI: "<npc> will now provide a GUI Quest Display."
|
||||||
|
disableNPCGUI: "<npc> will no longer provide a GUI Quest Display."
|
||||||
|
invalidNumber: "Invalid number."
|
||||||
|
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||||
|
playerNotFound: "Player not found."
|
||||||
|
invalidStageNum: "Invalid stage number for Quest <quest>"
|
||||||
|
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||||
|
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."
|
||||||
|
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!"
|
||||||
|
journalNoQuests: "You have no accepted quests!"
|
||||||
|
journalDenied: "You cannot do that with your Quest Journal."
|
||||||
|
ENCHANTMENT_ARROW_DAMAGE: "Power"
|
||||||
|
ENCHANTMENT_ARROW_FIRE: "Flame"
|
||||||
|
ENCHANTMENT_ARROW_INFINITE: "Infinity"
|
||||||
|
ENCHANTMENT_ARROW_KNOCKBACK: "Punch"
|
||||||
|
ENCHANTMENT_BINDING_CURSE: "BindingCurse"
|
||||||
|
ENCHANTMENT_DAMAGE_ALL: "Sharpness"
|
||||||
|
ENCHANTMENT_DAMAGE_ARTHROPODS: "BaneOfArthropods"
|
||||||
|
ENCHANTMENT_DEPTH_STRIDER: "DepthStrider"
|
||||||
|
ENCHANTMENT_DAMAGE_UNDEAD: "Smite"
|
||||||
|
ENCHANTMENT_DIG_SPEED: "Efficiency"
|
||||||
|
ENCHANTMENT_DURABILITY: "Unbreaking"
|
||||||
|
ENCHANTMENT_FIRE_ASPECT: "FireAspect"
|
||||||
|
ENCHANTMENT_FROST_WALKER: "FrostWalker"
|
||||||
|
ENCHANTMENT_KNOCKBACK: "Knockback"
|
||||||
|
ENCHANTMENT_LOOT_BONUS_BLOCKS: "Fortune"
|
||||||
|
ENCHANTMENT_LOOT_BONUS_MOBS: "Looting"
|
||||||
|
ENCHANTMENT_LUCK: "LuckOfTheSea"
|
||||||
|
ENCHANTMENT_LURE: "Lure"
|
||||||
|
ENCHANTMENT_MENDING: "Mending"
|
||||||
|
ENCHANTMENT_OXYGEN: "Respiration"
|
||||||
|
ENCHANTMENT_PROTECTION_ENVIRONMENTAL: "Protection"
|
||||||
|
ENCHANTMENT_PROTECTION_EXPLOSIONS: "BlastProtection"
|
||||||
|
ENCHANTMENT_PROTECTION_FALL: "FeatherFalling"
|
||||||
|
ENCHANTMENT_PROTECTION_FIRE: "FireProtection"
|
||||||
|
ENCHANTMENT_PROTECTION_PROJECTILE: "ProjectileProtection"
|
||||||
|
ENCHANTMENT_SILK_TOUCH: "SilkTouch"
|
||||||
|
ENCHANTMENT_SWEEPING: "Sweeping"
|
||||||
|
ENCHANTMENT_THORNS: "Thorns"
|
||||||
|
ENCHANTMENT_VANISHING_CURSE: "VanishingCurse"
|
||||||
|
ENCHANTMENT_WATER_WORKER: "AquaAffinity"
|
||||||
|
COLOR_BLACK: "Black"
|
||||||
|
COLOR_BLUE: "Blue"
|
||||||
|
COLOR_BROWN: "Brown"
|
||||||
|
COLOR_CYAN: "Cyan"
|
||||||
|
COLOR_GRAY: "Gray"
|
||||||
|
COLOR_GREEN: "Green"
|
||||||
|
COLOR_LIGHT_BLUE: "LightBlue"
|
||||||
|
COLOR_LIME: "Lime"
|
||||||
|
COLOR_MAGENTA: "Magenta"
|
||||||
|
COLOR_ORANGE: "Orange"
|
||||||
|
COLOR_PINK: "Pink"
|
||||||
|
COLOR_PURPLE: "Purple"
|
||||||
|
COLOR_RED: "Red"
|
||||||
|
COLOR_SILVER: "Silver"
|
||||||
|
COLOR_WHITE: "White"
|
||||||
|
COLOR_YELLOW: "Yellow"
|
||||||
|
timeDay: "Day"
|
||||||
|
timeDays: "Days"
|
||||||
|
timeHour: "Hour"
|
||||||
|
timeHours: "Hours"
|
||||||
|
timeMinute: "Minute"
|
||||||
|
timeMinutes: "Minutes"
|
||||||
|
timeSecond: "Second"
|
||||||
|
timeSeconds: "Seconds"
|
||||||
|
timeMillisecond: "Millisecond"
|
||||||
|
timeMilliseconds: "Milliseconds"
|
||||||
|
event: "Event"
|
||||||
|
delay: "Delay"
|
||||||
|
save: "Save"
|
||||||
|
exit: "Exit"
|
||||||
|
exited: "Exited"
|
||||||
|
cancel: "Cancel"
|
||||||
|
cancelled: "Cancelled"
|
||||||
|
questTimeout: "Cancelled."
|
||||||
|
back: "Back"
|
||||||
|
yesWord: "Yes"
|
||||||
|
noWord: "No"
|
||||||
|
"true": "true"
|
||||||
|
"false": "false"
|
||||||
|
clear: "Clear"
|
||||||
|
edit: "Edit"
|
||||||
|
none: "None"
|
||||||
|
done: "Done"
|
||||||
|
comma: "comma"
|
||||||
|
finish: "Finish"
|
||||||
|
quit: "Quit"
|
||||||
|
noneSet: "None set"
|
||||||
|
noDelaySet: "No delay set"
|
||||||
|
noIdsSet: "No IDs set"
|
||||||
|
noNamesSet: "No names set"
|
||||||
|
worlds: "Worlds"
|
||||||
|
mobs: "Mobs"
|
||||||
|
points: "points"
|
||||||
|
invalidOption: "Invalid option!"
|
||||||
|
npcHint: 'Note: You can left or right click on NPC''s to get their ID.'
|
||||||
|
listDuplicate: "List contains duplicates!"
|
||||||
|
id: "ID"
|
||||||
|
quest: "Quest"
|
||||||
|
quests: "Quests"
|
||||||
|
createdBy: "Created by"
|
||||||
|
continuedBy: "and continued by"
|
||||||
|
questPoints: "Quest Points"
|
||||||
|
accepted: "Accepted"
|
||||||
|
complete: "Complete"
|
||||||
|
redoable: "Redoable"
|
||||||
|
usage: "Usage"
|
||||||
|
redoableEvery: "Redoable every <time>."
|
||||||
|
requirements: "Requirements"
|
||||||
|
money: "Money"
|
||||||
|
with: "With"
|
||||||
|
to: "to"
|
||||||
|
blocksWithin: "within <amount> blocks of"
|
||||||
|
valRequired: "Value required"
|
||||||
|
enchantedItem: "*Enchanted*"
|
||||||
|
experience: "Experience"
|
||||||
|
timerMessage: '<green>Time left to finish the quest/stage: <red>%s seconds'
|
||||||
|
timerStart: "<green>You have <red>%s seconds <green>to finish this quest/stage"
|
||||||
|
questErrorReadingFile: "Error reading Quests file."
|
||||||
|
questSaveError: "An error occurred while saving."
|
||||||
|
questBlacklisted: "You are blacklisted. Contact an admin if this is in error."
|
@ -1,12 +1,12 @@
|
|||||||
---
|
---
|
||||||
questFailed: "*MISIÓN FALLIDA*"
|
questFailed: "*QUEST FAILED MATEY*"
|
||||||
questMaxAllowed: "Solo puedes tener un máximo de <number> Misiones."
|
questMaxAllowed: "Ye may only have up t' <number> Quests."
|
||||||
questAlreadyOn: "Ya estas haciendo esa misión!"
|
questAlreadyOn: "Ye be already on that Quest!"
|
||||||
questTooEarly: "No puedes hacer <quest> otra vez, espera <time>."
|
questTooEarly: "Ye may nah take <quest> again fer another <time>."
|
||||||
questAlreadyCompleted: "Ya has completado <quest>."
|
questAlreadyCompleted: "Ye 'ave already looted <quest>."
|
||||||
questInvalidLocation: "No puedes elegir <quest> en esta localización."
|
questInvalidLocation: "Ye may nah take <quest> at this location."
|
||||||
questInvalidDeliveryItem: "<item> No es requerido para esta misión!"
|
questInvalidDeliveryItem: "<item> ain't a required item fer this quest!"
|
||||||
questSelectedLocation: "Localización seleccionada"
|
questSelectedLocation: "Chosen spot"
|
||||||
questDisplayHelp: "- Muestra esta ayuda"
|
questDisplayHelp: "- Muestra esta ayuda"
|
||||||
COMMAND_LIST: "lista"
|
COMMAND_LIST: "lista"
|
||||||
COMMAND_LIST_HELP: "lista [page] - Lista de Misiones disponibles"
|
COMMAND_LIST_HELP: "lista [page] - Lista de Misiones disponibles"
|
||||||
@ -43,7 +43,7 @@ COMMAND_QUESTADMIN_TAKEPOINTS: "quitarpuntos"
|
|||||||
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "quitarpuntos [jugador] [cantidad] - Quita puntos de Misión a un jugador"
|
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "quitarpuntos [jugador] [cantidad] - Quita puntos de Misión a un jugador"
|
||||||
COMMAND_QUESTADMIN_GIVEPOINTS: "darpuntos"
|
COMMAND_QUESTADMIN_GIVEPOINTS: "darpuntos"
|
||||||
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "darpuntos [jugador] [cantidad] - Dar puntos de Misión a un jugador"
|
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "darpuntos [jugador] [cantidad] - Dar puntos de Misión a un jugador"
|
||||||
COMMAND_QUESTADMIN_POINTSALL: "pointsall"
|
COMMAND_QUESTADMIN_POINTSALL: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [monto] - Establecer puntos de misión a todos los jugadores"
|
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [monto] - Establecer puntos de misión a todos los jugadores"
|
||||||
COMMAND_QUESTADMIN_FINISH: "finish"
|
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||||
COMMAND_QUESTADMIN_FINISH_HELP: "finish [jugador] [misión] - Forzar a completar la misión a un jugador"
|
COMMAND_QUESTADMIN_FINISH_HELP: "finish [jugador] [misión] - Forzar a completar la misión a un jugador"
|
||||||
@ -115,12 +115,12 @@ questEditorSave: "Terminar y guardar"
|
|||||||
questEditorNeedAskMessage: "¡Usted debe colocar un mensaje de pregunta!"
|
questEditorNeedAskMessage: "¡Usted debe colocar un mensaje de pregunta!"
|
||||||
questEditorNeedFinishMessage: "¡Usted debe colocar un mensaje final!"
|
questEditorNeedFinishMessage: "¡Usted debe colocar un mensaje final!"
|
||||||
questEditorNeedStages: "¡Tu misión no tiene etapas!"
|
questEditorNeedStages: "¡Tu misión no tiene etapas!"
|
||||||
questEditorSaved: "Misión guardada! (Necesitarás realizar una recarga de Misión para que aparezca)"
|
questEditorSaved: "Quest saved! (Ye will needs t' perform a Quest reload fer it t' appear)"
|
||||||
questEditorExited: "¿Está seguro de querer salir sin guardar?"
|
questEditorExited: "Are ye sure ye wants t' exit without savin'?"
|
||||||
questEditorDeleted: "Está seguro de querer eliminar la pregunta"
|
questEditorDeleted: "Are ye sure ye wants t' scuttle th' Quest"
|
||||||
questEditorNoPermsCreate: "No tienes permisos para crear Misiones."
|
questEditorNoPermsCreate: "Ye do nah 'ave permission t' create Quests."
|
||||||
questEditorNoPermsEdit: "No tienes permisos para editar Misiones."
|
questEditorNoPermsEdit: "Ye do nah 'ave permission t' edit Quests."
|
||||||
questEditorNoPermsDelete: "No tienes permisos para eliminar Misiones."
|
questEditorNoPermsDelete: "Ye do nah 'ave permission t' scuttle Quests."
|
||||||
stageEditorEditStage: "Editar etapa"
|
stageEditorEditStage: "Editar etapa"
|
||||||
stageEditorNewStage: "Agregar nueva etapa"
|
stageEditorNewStage: "Agregar nueva etapa"
|
||||||
stageEditorStages: "Etapas"
|
stageEditorStages: "Etapas"
|
||||||
@ -139,7 +139,7 @@ stageEditorDeliverItems: "Entregar objetos"
|
|||||||
stageEditorTalkToNPCs: "Hablar con NPC`s"
|
stageEditorTalkToNPCs: "Hablar con NPC`s"
|
||||||
stageEditorKillNPCs: "Asesinas NPCs"
|
stageEditorKillNPCs: "Asesinas NPCs"
|
||||||
stageEditorKillMobs: "Asesinar mobs"
|
stageEditorKillMobs: "Asesinar mobs"
|
||||||
stageEditorReachLocs: "Llegar a ubicaciones"
|
stageEditorReachLocs: "Reach spots"
|
||||||
stageEditorReachRadii1: "Alcance dentro de"
|
stageEditorReachRadii1: "Alcance dentro de"
|
||||||
stageEditorReachRadii2: "bloques de"
|
stageEditorReachRadii2: "bloques de"
|
||||||
stageEditorTameMobs: "Mobs domesticados"
|
stageEditorTameMobs: "Mobs domesticados"
|
||||||
@ -215,9 +215,9 @@ stageEditorNPCToTalkToPrompt: "Introduzca IDs NPC, separando cada uno por un esp
|
|||||||
stageEditorDeliveryMessagesPrompt: "Introduzca los mensajes de entrega, separando cada uno por un punto y coma o introduzca 'cancel' para regresar."
|
stageEditorDeliveryMessagesPrompt: "Introduzca los mensajes de entrega, separando cada uno por un punto y coma o introduzca 'cancel' para regresar."
|
||||||
stageEditorKillNPCsPrompt: "Introduzca la cantidad de bajas (números), separando cada uno por un espacio, o introduzca 'cancel' para regresar."
|
stageEditorKillNPCsPrompt: "Introduzca la cantidad de bajas (números), separando cada uno por un espacio, o introduzca 'cancel' para regresar."
|
||||||
stageEditorMobsPrompt: "Introduzca los nombres de los mobs separando cada uno por un espacio, o introduzca 'cancel' para regresar"
|
stageEditorMobsPrompt: "Introduzca los nombres de los mobs separando cada uno por un espacio, o introduzca 'cancel' para regresar"
|
||||||
stageEditorMobAmountsPrompt: "Introduzca la cantidad de mobs separando cada uno por un espacio, o introduzca 'cancel' para regresar"
|
stageEditorMobAmountsPrompt: "Enter mob amounts separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
stageEditorMobLocationPrompt: "Click-derecho en un bloque para seleccionarlo, entonces introduzca 'add' para añadirlo a la lista de localizaciones de bajas, o introduzca 'cancel' para regresar"
|
stageEditorMobLocationPrompt: "Right-click on a block t' select it, then enter 'add' t' add it t' th' kill spot list, or enter 'cancel' t' return"
|
||||||
stageEditorMobLocationRadiiPrompt: "Introduzca el radio de localización de baja (números de bloques) separando cada uno por un espacio, o introduzca 'cancel' para regresar"
|
stageEditorMobLocationRadiiPrompt: "Enter kill spot radii (number o' blocks) separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
stageEditorMobLocationNamesPrompt: "Introduzca los nombres de ubicación separando cada uno por una coma, o introduzca 'cancel' para regresar"
|
stageEditorMobLocationNamesPrompt: "Introduzca los nombres de ubicación separando cada uno por una coma, o introduzca 'cancel' para regresar"
|
||||||
stageEditorReachLocationPrompt: "Click-derecho en un bloque para seleccionarlo, entonces introduzca 'add' para añadirlo a la lista de ubicaciones de alcance, o introduzca 'cancel' para regresar"
|
stageEditorReachLocationPrompt: "Click-derecho en un bloque para seleccionarlo, entonces introduzca 'add' para añadirlo a la lista de ubicaciones de alcance, o introduzca 'cancel' para regresar"
|
||||||
stageEditorReachLocationRadiiPrompt: "Introduzca los radios de ubicación del alcance (número de bloques) separando cada uno por un espacio, o introduzca 'cancel' para regresar"
|
stageEditorReachLocationRadiiPrompt: "Introduzca los radios de ubicación del alcance (número de bloques) separando cada uno por un espacio, o introduzca 'cancel' para regresar"
|
||||||
|
858
src/main/resources/lang/fi-FI/strings.yml
Normal file
858
src/main/resources/lang/fi-FI/strings.yml
Normal file
@ -0,0 +1,858 @@
|
|||||||
|
---
|
||||||
|
questFailed: "*QUEST FAILED MATEY*"
|
||||||
|
questMaxAllowed: "Ye may only have up t' <number> Quests."
|
||||||
|
questAlreadyOn: "Ye be already on that Quest!"
|
||||||
|
questTooEarly: "Ye may nah take <quest> again fer another <time>."
|
||||||
|
questAlreadyCompleted: "Ye 'ave already looted <quest>."
|
||||||
|
questInvalidLocation: "Ye may nah take <quest> at this location."
|
||||||
|
questInvalidDeliveryItem: "<item> ain't a required item fer this quest!"
|
||||||
|
questSelectedLocation: "Chosen spot"
|
||||||
|
questDisplayHelp: "- Display this help"
|
||||||
|
COMMAND_LIST: "list"
|
||||||
|
COMMAND_LIST_HELP: "list [page] - List available Quests"
|
||||||
|
COMMAND_TAKE: "take"
|
||||||
|
COMMAND_TAKE_HELP: "take [quest name] - Accept a Quest"
|
||||||
|
COMMAND_TAKE_USAGE: 'Usage: /quests take [quest]'
|
||||||
|
COMMAND_QUIT: "quit"
|
||||||
|
COMMAND_QUIT_HELP: "quit [quest] - Quit a current Quest"
|
||||||
|
COMMAND_EDITOR: "editor"
|
||||||
|
COMMAND_EDITOR_HELP: "editor - Create/Edit Quests"
|
||||||
|
COMMAND_EVENTS_EDITOR: "events"
|
||||||
|
COMMAND_EVENTS_EDITOR_HELP: "events - Create/Edit Events"
|
||||||
|
COMMAND_STATS: "stats"
|
||||||
|
COMMAND_STATS_HELP: "stats - View your Questing stats"
|
||||||
|
COMMAND_TOP: "top"
|
||||||
|
COMMAND_TOP_HELP: "top [number] - View top Questers"
|
||||||
|
COMMAND_TOP_USAGE: 'Usage: /quests top [number]'
|
||||||
|
COMMAND_INFO: "info"
|
||||||
|
COMMAND_INFO_HELP: "info - Display plugin information"
|
||||||
|
COMMAND_JOURNAL: "journal"
|
||||||
|
COMMAND_JOURNAL_HELP: "journal - View/Put away your Quest Journal"
|
||||||
|
COMMAND_QUEST_HELP: "- Display current Quest objectives"
|
||||||
|
COMMAND_QUESTINFO_HELP: "[quest name] - Display Quest information"
|
||||||
|
COMMAND_QUESTADMIN_HELP: "- View Questadmin help"
|
||||||
|
COMMAND_QUESTADMIN_STATS: "stats"
|
||||||
|
COMMAND_QUESTADMIN_STATS_HELP: "stats [player] - View Questing statistics of a player"
|
||||||
|
COMMAND_QUESTADMIN_GIVE: "give"
|
||||||
|
COMMAND_QUESTADMIN_GIVE_HELP: "give [player] [quest] - Force a player to take a Quest"
|
||||||
|
COMMAND_QUESTADMIN_QUIT: "quit"
|
||||||
|
COMMAND_QUESTADMIN_QUIT_HELP: "quit [player] [quest] - Force a player to quit their Quest"
|
||||||
|
COMMAND_QUESTADMIN_POINTS: "points"
|
||||||
|
COMMAND_QUESTADMIN_POINTS_HELP: "points [player] [amount] - Set a players Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [player] [amount] - Take a players Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] - Set ALL players' Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||||
|
COMMAND_QUESTADMIN_FINISH_HELP: "finish [player] [quest] - Immediately force Quest completion for a player"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE: "nextstage"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "nextstage [player] [quest] - Immediately force Stage completion for a player"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE: "setstage"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE_HELP: "setstage [player] [quest] [stage] - Set the current Stage for a player"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Usage: /questadmin setstage [player] [quest] [stage]'
|
||||||
|
COMMAND_QUESTADMIN_PURGE: "purge"
|
||||||
|
COMMAND_QUESTADMIN_PURGE_HELP: "purge [player] - Clear all Quests data of a player AND BLACKLISTS THEM"
|
||||||
|
COMMAND_QUESTADMIN_RESET: "reset"
|
||||||
|
COMMAND_QUESTADMIN_RESET_HELP: "reset [player] - Clear all Quests data of a player"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE: "remove"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE_HELP: "remove [player] [quest] - Remove a completed Quest from a player"
|
||||||
|
COMMAND_QUESTADMIN_TOGGLEGUI: "togglegui"
|
||||||
|
COMMAND_QUESTADMIN_TOGGLEGUI_HELP: "togglegui [npc id] - Toggle GUI Quest Display on an NPC"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD: "reload"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD_HELP: "reload - Reload all Quests"
|
||||||
|
questEditorHeader: "Create Quest"
|
||||||
|
questEditorCreate: "Create new Quest"
|
||||||
|
questEditorEdit: "Edit a Quest"
|
||||||
|
questEditorDelete: "Delete Quest"
|
||||||
|
questEditorName: "Set name"
|
||||||
|
questEditorAskMessage: "Set ask message"
|
||||||
|
questEditorFinishMessage: "Set finish message"
|
||||||
|
questEditorRedoDelay: "Set redo delay"
|
||||||
|
questEditorNPCStart: "Set NPC start"
|
||||||
|
questEditorBlockStart: "Set Block start"
|
||||||
|
questEditorInitialEvent: "Set initial Event"
|
||||||
|
questEditorSetGUI: "Set GUI Item display"
|
||||||
|
questEditorReqs: "Edit Requirements"
|
||||||
|
questEditorStages: "Edit Stages"
|
||||||
|
questEditorRews: "Edit Rewards"
|
||||||
|
questEditorEnterQuestName: "Enter Quest name (or 'cancel' to return)"
|
||||||
|
questEditorEditEnterQuestName: "Enter Quest name to edit (or 'cancel' to return)"
|
||||||
|
questEditorEnterAskMessage: "Enter ask message (or 'cancel' to return)"
|
||||||
|
questEditorEnterFinishMessage: "Enter finish message (or 'cancel' to return)"
|
||||||
|
questEditorEnterRedoDelay: "Enter amount of time (in seconds), 0 to clear the redo delay or -1 to cancel"
|
||||||
|
questEditorEnterNPCStart: "Enter NPC ID, -1 to clear the NPC start or -2 to cancel"
|
||||||
|
questEditorEnterBlockStart: "Right-click on a block to use as a start point, then enter 'done' to save, or enter 'clear' to clear the block start, or 'cancel' to return"
|
||||||
|
questEditorEnterInitialEvent: "Enter an Event name, or enter 'clear' to clear the initial Event, or 'cancel' to return"
|
||||||
|
questRequiredNoneSet: "Required, none set"
|
||||||
|
questWGSetRegion: "Set Region"
|
||||||
|
questWGNotInstalled: "WorldGuard not installed"
|
||||||
|
questWGPrompt: "Enter WorldGuard region, or enter 'clear' to clear the region, or 'cancel' to return."
|
||||||
|
questWGInvalidRegion: "<region> is not a valid WorldGuard region!"
|
||||||
|
questWGRegionCleared: "Quest region cleared."
|
||||||
|
questCitNotInstalled: "Citizens not installed"
|
||||||
|
questDenNotInstalled: "Denizen not installed"
|
||||||
|
questGUIError: 'Error: That item is already being used as the GUI Display for the Quest <quest>.'
|
||||||
|
questCurrentItem: "Current item:"
|
||||||
|
questSetItem: "Set Item"
|
||||||
|
questClearItem: "Clear Item"
|
||||||
|
questGUICleared: "Quest GUI Item Display cleared."
|
||||||
|
questDeleted: "Quest deleted! Quests and Events have 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 event 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"
|
||||||
|
questEditorQuestAsRequirement2: "as a requirement:"
|
||||||
|
questEditorQuestAsRequirement3: "You must modify these Quests so that they do not use it before deleting it."
|
||||||
|
questEditorQuestNotFound: "Quest not found!"
|
||||||
|
questEditorEventCleared: "Initial Event 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!"
|
||||||
|
questEditorSaved: "Quest saved! (Ye will needs t' perform a Quest reload fer it t' appear)"
|
||||||
|
questEditorExited: "Are ye sure ye wants t' exit without savin'?"
|
||||||
|
questEditorDeleted: "Are ye sure ye wants t' scuttle th' Quest"
|
||||||
|
questEditorNoPermsCreate: "Ye do nah 'ave permission t' create Quests."
|
||||||
|
questEditorNoPermsEdit: "Ye do nah 'ave permission t' edit Quests."
|
||||||
|
questEditorNoPermsDelete: "Ye do nah 'ave permission t' scuttle Quests."
|
||||||
|
stageEditorEditStage: "Edit Stage"
|
||||||
|
stageEditorNewStage: "Add new Stage"
|
||||||
|
stageEditorStages: "Stages"
|
||||||
|
stageEditorStage: "Stage"
|
||||||
|
stageEditorBreakBlocks: "Break Blocks"
|
||||||
|
stageEditorDamageBlocks: "Damage Blocks"
|
||||||
|
stageEditorPlaceBlocks: "Place Blocks"
|
||||||
|
stageEditorUseBlocks: "Use Blocks"
|
||||||
|
stageEditorCutBlocks: "Cut Blocks"
|
||||||
|
stageEditorCatchFish: "Catch Fish"
|
||||||
|
stageEditorFish: "fish"
|
||||||
|
stageEditorKillPlayers: "Kill Players"
|
||||||
|
stageEditorPlayers: "players"
|
||||||
|
stageEditorEnchantItems: "Enchant Items"
|
||||||
|
stageEditorDeliverItems: "Deliver Items"
|
||||||
|
stageEditorTalkToNPCs: "Talk to NPCs"
|
||||||
|
stageEditorKillNPCs: "Kill NPCs"
|
||||||
|
stageEditorKillMobs: "Kill Mobs"
|
||||||
|
stageEditorReachLocs: "Reach spots"
|
||||||
|
stageEditorReachRadii1: "Reach within"
|
||||||
|
stageEditorReachRadii2: "blocks of"
|
||||||
|
stageEditorTameMobs: "Tame Mobs"
|
||||||
|
stageEditorShearSheep: "Shear Sheep"
|
||||||
|
stageEditorEvents: "Events"
|
||||||
|
stageEditorStageEvents: "Stage Events"
|
||||||
|
stageEditorStartEvent: "Start Event"
|
||||||
|
stageEditorStartEventCleared: "Start Event cleared."
|
||||||
|
stageEditorFinishEvent: "Finish Event"
|
||||||
|
stageEditorFinishEventCleared: "Finish Event cleared."
|
||||||
|
stageEditorChatEvents: "Chat Events"
|
||||||
|
stageEditorChatTrigger: "Chat Trigger"
|
||||||
|
stageEditorTriggeredBy: "Triggered by"
|
||||||
|
stageEditorChatEventsCleared: "Chat Events cleared."
|
||||||
|
stageEditorDeathEvent: "Death Event"
|
||||||
|
stageEditorDeathEventCleared: "Death Event cleared."
|
||||||
|
stageEditorDisconnectEvent: "Disconnect Event"
|
||||||
|
stageEditorDisconnectEventCleared: "Disconnect Event cleared."
|
||||||
|
stageEditorDelayMessage: "Delay Message"
|
||||||
|
stageEditorDenizenScript: "Denizen Script"
|
||||||
|
stageEditorStartMessage: "Start Message"
|
||||||
|
stageEditorCompleteMessage: "Complete Message"
|
||||||
|
stageEditorDelete: "Delete Stage"
|
||||||
|
stageEditorSetBlockNames: "Set block names"
|
||||||
|
stageEditorSetBlockAmounts: "Set block amounts"
|
||||||
|
stageEditorSetBlockDurability: "Set block durability"
|
||||||
|
stageEditorSetDamageAmounts: "Set damage amounts"
|
||||||
|
stageEditorSetPlaceAmounts: "Set place amounts"
|
||||||
|
stageEditorSetUseAmounts: "Set use amounts"
|
||||||
|
stageEditorSetCutAmounts: "Set cut amounts"
|
||||||
|
stageEditorSetKillAmounts: "Set kill amounts"
|
||||||
|
stageEditorSetEnchantAmounts: "Set enchant amounts"
|
||||||
|
stageEditorSetMobAmounts: "Set mob amounts"
|
||||||
|
stageEditorSetEnchantments: "Set enchantments"
|
||||||
|
stageEditorSetItemNames: "Set item names"
|
||||||
|
stageEditorSetKillIds: "Set NPC IDs"
|
||||||
|
stageEditorSetMobTypes: "Set mob types"
|
||||||
|
stageEditorSetKillLocations: "Set kill locations"
|
||||||
|
stageEditorSetKillLocationRadii: "Set kill location radii"
|
||||||
|
stageEditorSetKillLocationNames: "Set kill location names"
|
||||||
|
stageEditorSetLocations: "Set locations"
|
||||||
|
stageEditorSetLocationRadii: "Set location radii"
|
||||||
|
stageEditorSetLocationNames: "Set location names"
|
||||||
|
stageEditorSetTameAmounts: "Set tame amounts"
|
||||||
|
stageEditorSetShearColors: "Set sheep colors"
|
||||||
|
stageEditorSetShearAmounts: "Set shear amounts"
|
||||||
|
stageEditorPassword: "Password Objectives"
|
||||||
|
stageEditorAddPasswordDisplay: "Add password display"
|
||||||
|
stageEditorAddPasswordPhrases: "Add password phrase(s)"
|
||||||
|
stageEditorNoPasswordDisplays: "No password displays set"
|
||||||
|
stageObjectiveOverride: "Objective Display Override"
|
||||||
|
stageEditorCustom: "Custom Objectives"
|
||||||
|
stageEditorNoModules: "No modules loaded"
|
||||||
|
stageEditorModuleNotFound: "Custom objective module not found."
|
||||||
|
stageEditorCustomPrompt: "Enter the name of a custom objective to add, or enter 'clear' to clear all custom objectives, or 'cancel' to return."
|
||||||
|
stageEditorCustomAlreadyAdded: "That custom objective has already been added!"
|
||||||
|
stageEditorCustomCleared: "Custom objectives cleared."
|
||||||
|
stageEditorCustomDataPrompt: "Enter value for <data>:"
|
||||||
|
stageEditorEnterBlockNames: "Enter block names (or IDs), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorBreakBlocksPrompt: "Enter break amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorDamageBlocksPrompt: "Enter damage amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorPlaceBlocksPrompt: "Enter place amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorUseBlocksPrompt: "Enter use amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorCutBlocksPrompt: "Enter cut amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorEnterBlockDurability: "Enter block durability (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorCatchFishPrompt: "Enter number of fish to catch, or 0 to clear the fish catch objective, or -1 to cancel"
|
||||||
|
stageEditorKillPlayerPrompt: "Enter number of players to kill, or 0 to clear the player kill objective, or -1 to cancel"
|
||||||
|
stageEditorEnchantTypePrompt: "Enter enchantment names, separating each one by a comma, or enter 'cancel' to return."
|
||||||
|
stageEditorEnchantAmountsPrompt: "Enter enchant amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorItemNamesPrompt: "Enter item names, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorNPCPrompt: "Enter NPC ids, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorNPCToTalkToPrompt: "Enter NPC IDs, separating each one by a space, or enter 'clear' to clear the NPC ID list, or 'cancel' to return."
|
||||||
|
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
||||||
|
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorMobAmountsPrompt: "Enter mob amounts separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationPrompt: "Right-click on a block t' select it, then enter 'add' t' add it t' th' kill spot list, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationRadiiPrompt: "Enter kill spot radii (number o' blocks) separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||||
|
stageEditorTameAmountsPrompt: "Enter tame amounts separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorShearColorsPrompt: "Enter sheep colors separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorShearAmountsPrompt: "Enter shear amounts separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorEventsPrompt: "Enter an event name, or enter 'clear' to clear the event, or 'cancel' to return"
|
||||||
|
stageEditorChatEventsPrompt: "Enter an event name to add, or enter 'clear' to clear all chat events, or 'cancel' to return"
|
||||||
|
stageEditorChatEventsTriggerPromptA: "Enter a chat trigger for"
|
||||||
|
stageEditorChatEventsTriggerPromptB: "or enter 'cancel' to return."
|
||||||
|
stageEditorDelayPrompt: "Enter time (in seconds), or enter 'clear' to clear the delay, or 'cancel' to return"
|
||||||
|
stageEditorDelayMessagePrompt: "Enter delay message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorScriptPrompt: "Enter script name, or enter 'clear' to clear the script, or 'cancel' to return"
|
||||||
|
stageEditorStartMessagePrompt: "Enter start message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorCompleteMessagePrompt: "Enter complete message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorPasswordDisplayPrompt: "Enter a password display, or 'cancel' to return"
|
||||||
|
stageEditorPasswordDisplayHint: "(This is the text that will be displayed to the player as their objective)"
|
||||||
|
stageEditorPasswordPhrasePrompt: "Enter a password phrase, or 'cancel' to return"
|
||||||
|
stageEditorPasswordPhraseHint1: "(This is the text that a player has to say to complete the objective)"
|
||||||
|
stageEditorPasswordPhraseHint2: "If you want multiple password phrases, seperate them by a | (pipe)"
|
||||||
|
stageEditorObjectiveOverridePrompt: "Enter objective display override, or 'clear' to clear the override, or 'cancel' to return."
|
||||||
|
stageEditorObjectiveOverrideHint: "(The objective display override will show up as the players current objective)"
|
||||||
|
stageEditorObjectiveOverrideCleared: "Objective display override cleared."
|
||||||
|
stageEditorDeliveryAddItem: "Add item"
|
||||||
|
stageEditorDeliveryNPCs: "Set NPC IDs"
|
||||||
|
stageEditorDeliveryMessages: "Set delivery messages"
|
||||||
|
stageEditorContainsDuplicates: "List contains duplicates!"
|
||||||
|
stageEditorInvalidBlockName: "is not a valid block name!"
|
||||||
|
stageEditorInvalidEnchantment: "is not a valid enchantment name!"
|
||||||
|
stageEditorInvalidNPC: "is not a valid NPC ID!"
|
||||||
|
stageEditorInvalidMob: "is not a valid mob name!"
|
||||||
|
stageEditorInvalidItemName: "is not a valid item name!"
|
||||||
|
stageEditorInvalidNumber: "is not a number!"
|
||||||
|
stageEditorInvalidDye: "is not a valid dye color!"
|
||||||
|
stageEditorInvalidEvent: "is not a valid event name!"
|
||||||
|
stageEditorDuplicateEvent: "Event is already in the list!"
|
||||||
|
stageEditorInvalidDelay: "Delay must be at least one second!"
|
||||||
|
stageEditorInvalidScript: "Denizen script not found!"
|
||||||
|
stageEditorNoCitizens: "Citizens is not installed!"
|
||||||
|
stageEditorNoDenizen: "Denizen is not installed!"
|
||||||
|
stageEditorPositiveAmount: "You must enter a positive number!"
|
||||||
|
stageEditorNoNumber: "Input was not a number!"
|
||||||
|
stageEditorNotGreaterThanZero: "is not greater than 0!"
|
||||||
|
stageEditorNotListofNumbers: "Invalid entry, input was not a list of numbers!"
|
||||||
|
stageEditorNoDelaySet: "You must set a delay first!"
|
||||||
|
stageEditorNoBlockNames: "You must set block names first!"
|
||||||
|
stageEditorNoEnchantments: "You must set enchantments first!"
|
||||||
|
stageEditorNoItems: "You must add items first!"
|
||||||
|
stageEditorNoDeliveryMessage: "You must set at least one delivery message!"
|
||||||
|
stageEditorNoNPCs: "You must set NPC IDs first!"
|
||||||
|
stageEditorNoMobTypes: "You must set mob types first!"
|
||||||
|
stageEditorNoKillLocations: "You must set kill locations first!"
|
||||||
|
stageEditorNoBlockSelected: "You must select a block first."
|
||||||
|
stageEditorNoColors: "You must set colors first!"
|
||||||
|
stageEditorNoLocations: "You must set locations first!"
|
||||||
|
stageEditorNoEnchantmentsSet: "No enchantments set"
|
||||||
|
stageEditorNoItemsSet: "No items set"
|
||||||
|
stageEditorNoMobTypesSet: "No mob types set"
|
||||||
|
stageEditorNoLocationsSet: "No locations set"
|
||||||
|
stageEditorNoColorsSet: "No colors set"
|
||||||
|
stageEditorListNotSameSize: "The block names list and the amounts list are not the same size!"
|
||||||
|
stageEditorEnchantmentNotSameSize: "The enchantments list, the item id list and the enchant amount list are not the same size!"
|
||||||
|
stageEditorDeliveriesNotSameSize: "The item list and the NPC list are not equal in size!"
|
||||||
|
stageEditorNPCKillsNotSameSize: "The NPC IDs list and the kill amounts list are not the same size!"
|
||||||
|
stageEditorAllListsNotSameSize: "All of your lists are not the same size!"
|
||||||
|
stageEditorMobTypesNotSameSize: "The mob types list and the mob amounts list are not the same size!"
|
||||||
|
stageEditorTameMobsNotSameSize: "The mob types list and the tame amounts list are not the same size!"
|
||||||
|
stageEditorShearNotSameSize: "The sheep colors list and the shear amounts list are not the same size!"
|
||||||
|
stageEditorMustSetPasswordDisplays: "You must add at least one password display first!"
|
||||||
|
stageEditorAddPasswordCleared: "Password Objectives cleared."
|
||||||
|
stageEditorPasswordNotSameSize: "The password display and password phrase lists are not the same size!"
|
||||||
|
stageEditorListContainsDuplicates: " List contains duplicates!"
|
||||||
|
stageEditorDelayCleared: "Delay cleared."
|
||||||
|
stageEditorDelayMessageCleared: "Delay message cleared."
|
||||||
|
stageEditorDenizenCleared: "Denizen script cleared."
|
||||||
|
stageEditorBreakBlocksCleared: "Break blocks objective cleared."
|
||||||
|
stageEditorDamageBlocksCleared: "Damage blocks objective cleared."
|
||||||
|
stageEditorPlaceBlocksCleared: "Place blocks objective cleared."
|
||||||
|
stageEditorUseBlocksCleared: "Use blocks objective cleared."
|
||||||
|
stageEditorCutBlocksCleared: "Cut blocks objective cleared."
|
||||||
|
stageEditorEnchantmentsCleared: "Enchantment objective cleared."
|
||||||
|
stageEditorDeliveriesCleared: "Delivery objective cleared."
|
||||||
|
stageEditorReachLocationsCleared: "Reach Locations objective cleared."
|
||||||
|
stageEditorKillNPCsCleared: "Kill NPCs objective cleared."
|
||||||
|
stageEditorKillMobsCleared: "Kill Mobs objective cleared."
|
||||||
|
stageEditorTameCleared: "Tame Mobs objective cleared."
|
||||||
|
stageEditorShearCleared: "Shear Sheep objective cleared."
|
||||||
|
stageEditorStartMessageCleared: "Start message cleared."
|
||||||
|
stageEditorCompleteMessageCleared: "Complete message cleared."
|
||||||
|
stageEditorConfirmStageDelete: "Are you sure you want to delete this stage?"
|
||||||
|
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"
|
||||||
|
allListsNotSameSize: "All of your lists are not the same size!"
|
||||||
|
eventEditorCreate: "Create new Event"
|
||||||
|
eventEditorEdit: "Edit an Event"
|
||||||
|
eventEditorDelete: "Delete an Event"
|
||||||
|
eventEditorCreatePermisssions: "You do not have permission to create new Events."
|
||||||
|
eventEditorEditPermisssions: "You do not have permission to edit Events."
|
||||||
|
eventEditorDeletePermisssions: "You do not have permission to delete Events."
|
||||||
|
eventEditorNoneToEdit: "No Events currently exist to be edited!"
|
||||||
|
eventEditorNoneToDelete: "No Events currently exist to be deleted!"
|
||||||
|
eventEditorNotFound: "Event not found!"
|
||||||
|
eventEditorExists: "Event already exists!"
|
||||||
|
eventEditorSomeone: "Someone is already creating or editing an Event with that name!"
|
||||||
|
eventEditorAlpha: "Name must be alphanumeric!"
|
||||||
|
eventEditorErrorReadingFile: "Error reading Events file."
|
||||||
|
eventEditorErrorSaving: "An error occurred while saving."
|
||||||
|
eventEditorDeleted: "Event deleted, Quests and Events reloaded."
|
||||||
|
eventEditorSaved: "Event saved, Quests and Events reloaded."
|
||||||
|
eventEditorEnterEventName: "Enter an Event name, or 'cancel' to return."
|
||||||
|
eventEditorDeletePrompt: "Are you sure you want to delete the Event"
|
||||||
|
eventEditorQuitWithoutSaving: "Are you sure you want to quit without saving?"
|
||||||
|
eventEditorFinishAndSave: "Are you sure you want to finish and save the Event"
|
||||||
|
eventEditorModifiedNote: 'Note: You have modified an Event that the following Quests use:'
|
||||||
|
eventEditorForcedToQuit: "If you save the Event, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||||
|
eventEditorEventInUse: "The following Quests use the Event"
|
||||||
|
eventEditorMustModifyQuests: "eventEditorNotFound"
|
||||||
|
eventEditorListSizeMismatch: "The lists are not the same size!"
|
||||||
|
eventEditorListDuplicates: "List contains duplicates!"
|
||||||
|
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||||
|
eventEditorInvalidEntry: "Invalid entry"
|
||||||
|
eventEditorSetName: "Set name"
|
||||||
|
eventEditorSetMessage: "Set message"
|
||||||
|
eventEditorClearInv: "Clear player inventory"
|
||||||
|
eventEditorFailQuest: "Fail the quest"
|
||||||
|
eventEditorSetExplosions: "Set explosion locations"
|
||||||
|
eventEditorSetLightning: "Set lightning strike locations"
|
||||||
|
eventEditorSetEffects: "Set effects"
|
||||||
|
eventEditorSetStorm: "Set storm"
|
||||||
|
eventEditorSetThunder: "Set thunder"
|
||||||
|
eventEditorSetMobSpawns: "Set mob spawns"
|
||||||
|
eventEditorSetPotionEffects: "Set potion effects"
|
||||||
|
eventEditorSetHunger: "Set player hunger level"
|
||||||
|
eventEditorSetSaturation: "Set player saturation level"
|
||||||
|
eventEditorSetHealth: "Set player health level"
|
||||||
|
eventEditorEnterTimerSeconds: "Set number of seconds left before the quest fails (use cancel-timer event to cancel timers)"
|
||||||
|
eventEditorSetTimer: "Set time to fail quest"
|
||||||
|
eventEditorCancelTimer: "Cancel the quest timer"
|
||||||
|
eventEditorSetTeleport: "Set player teleport location"
|
||||||
|
eventEditorSetCommands: "Set commands to execute"
|
||||||
|
eventEditorItems: "Event Items"
|
||||||
|
eventEditorSetItems: "Give items"
|
||||||
|
eventEditorItemsCleared: "Event items cleared."
|
||||||
|
eventEditorAddItem: "Add item"
|
||||||
|
eventEditorSetItemNames: "Set item names"
|
||||||
|
eventEditorSetItemAmounts: "Set item amounts"
|
||||||
|
eventEditorNoNames: "No names set"
|
||||||
|
eventEditorMustSetNames: "You must set item names first!"
|
||||||
|
eventEditorInvalidName: "is not a valid item name!"
|
||||||
|
eventEditorNotGreaterThanZero: "is not greater than 0!"
|
||||||
|
eventEditorNotANumber: "is not a number!"
|
||||||
|
eventEditorStorm: "Event Storm"
|
||||||
|
eventEditorSetWorld: "Set world"
|
||||||
|
eventEditorSetDuration: "Set duration"
|
||||||
|
eventEditorNoWorld: "(No world set)"
|
||||||
|
eventEditorSetWorldFirst: "You must set a world first!"
|
||||||
|
eventEditorInvalidWorld: "is not a valid world name!"
|
||||||
|
eventEditorMustSetStormDuration: "You must set a storm duration!"
|
||||||
|
eventEditorStormCleared: "Storm data cleared."
|
||||||
|
eventEditorEnterStormWorld: "Enter a world name for the storm to occur in, or enter 'cancel' to return"
|
||||||
|
eventEditorEnterDuration: "Enter duration (in seconds)"
|
||||||
|
eventEditorAtLeastOneSecond: "Amount must be at least 1 second!"
|
||||||
|
eventEditorNotGreaterThanOneSecond: "is not greater than 1 second!"
|
||||||
|
eventEditorThunder: "Event Thunder"
|
||||||
|
eventEditorMustSetThunderDuration: "You must set a thunder duration!"
|
||||||
|
eventEditorThunderCleared: "Thunder data cleared."
|
||||||
|
eventEditorEnterThunderWorld: "Enter a world name for the thunder to occur in, or enter 'cancel' to return"
|
||||||
|
eventEditorEffects: "Event Effects"
|
||||||
|
eventEditorAddEffect: "Add effect"
|
||||||
|
eventEditorAddEffectLocation: "Add effect location"
|
||||||
|
eventEditorNoEffects: "No effects set"
|
||||||
|
eventEditorMustAddEffects: "You must add effects first!"
|
||||||
|
eventEditorInvalidEffect: "is not a valid effect name!"
|
||||||
|
eventEditorEffectsCleared: "Event effects cleared."
|
||||||
|
eventEditorEffectLocationPrompt: "Right-click on a block to play an effect at, then enter 'add' to add it to the list, or enter 'cancel' to return"
|
||||||
|
eventEditorMobSpawns: "Event Mob Spawns"
|
||||||
|
eventEditorAddMobTypes: "Add mob"
|
||||||
|
eventEditorNoTypesSet: "(No type set)"
|
||||||
|
eventEditorMustSetMobTypesFirst: "You must set the mob type first!"
|
||||||
|
eventEditorSetMobAmounts: "Set mob amount"
|
||||||
|
eventEditorNoAmountsSet: "(No amounts set)"
|
||||||
|
eventEditorMustSetMobAmountsFirst: "You must set mob amount first!"
|
||||||
|
eventEditorAddSpawnLocation: "Set spawn location"
|
||||||
|
eventEditorMobSpawnsCleared: "Mob spawns cleared."
|
||||||
|
eventEditorMustSetMobLocationFirst: "You must set a spawn-location first!"
|
||||||
|
eventEditorInvalidMob: "is not a valid mob name!"
|
||||||
|
eventEditorSetMobName: "Set custom name for mob"
|
||||||
|
eventEditorSetMobType: "Set mob type"
|
||||||
|
eventEditorSetMobItemInHand: "Set item in hand"
|
||||||
|
eventEditorSetMobItemInHandDrop: "Set drop chance of item in hand"
|
||||||
|
eventEditorSetMobBoots: "Set boots"
|
||||||
|
eventEditorSetMobBootsDrop: "Set drop chance of boots"
|
||||||
|
eventEditorSetMobLeggings: "Set leggings"
|
||||||
|
eventEditorSetMobLeggingsDrop: "Set drop chance of leggings"
|
||||||
|
eventEditorSetMobChestPlate: "Set chest plate"
|
||||||
|
eventEditorSetMobChestPlateDrop: "Set drop chance of chest plate"
|
||||||
|
eventEditorSetMobHelmet: "Set helmet"
|
||||||
|
eventEditorSetMobHelmetDrop: "Set drop chance of helmet"
|
||||||
|
eventEditorSetMobSpawnLoc: "Right-click on a block to spawn a mob at, then enter 'add' to the confirm it, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobSpawnAmount: "Set the amount of mobs to spawn"
|
||||||
|
eventEditorSetDropChance: "Set the drop chance"
|
||||||
|
eventEditorInvalidDropChance: "Drop chance has to be between 0.0 and 1.0"
|
||||||
|
eventEditorLightningPrompt: "Right-click on a block to spawn a lightning strike at, then enter 'add' to add it to the list, or enter 'clear' to clear the locations list, or 'cancel' to return"
|
||||||
|
eventEditorPotionEffects: "Event Potion Effects"
|
||||||
|
eventEditorSetPotionEffectTypes: "Set potion effect types"
|
||||||
|
eventEditorMustSetPotionTypesFirst: "You must set potion effect types first!"
|
||||||
|
eventEditorSetPotionDurations: "Set potion effect durations"
|
||||||
|
eventEditorMustSetPotionDurationsFirst: "You must set potion effect durations first!"
|
||||||
|
eventEditorMustSetPotionTypesAndDurationsFirst: "You must set potion effect types and durations first!"
|
||||||
|
eventEditorNoDurationsSet: "(No durations set)"
|
||||||
|
eventEditorSetPotionMagnitudes: "Set potion effect magnitudes"
|
||||||
|
eventEditorPotionsCleared: "Potion effects cleared."
|
||||||
|
eventEditorInvalidPotionType: "is not a valid potion effect type!"
|
||||||
|
eventEditorEnterNPCId: "Enter NPC ID (or -1 to return)"
|
||||||
|
eventEditorNoNPCExists: "No NPC exists with that id!"
|
||||||
|
eventEditorExplosionPrompt: "Right-click on a block to spawn an explosion at, then enter 'add' to add it to the list, or enter 'clear' to clear the explosions list, or 'cancel' to return"
|
||||||
|
eventEditorSelectBlockFirst: "You must select a block first."
|
||||||
|
eventEditorSetMessagePrompt: "Enter message, or enter 'none' to delete, (or 'cancel' to return)"
|
||||||
|
eventEditorSetItemNamesPrompt: "Enter item names separating each one by a space, or enter 'cancel' to return."
|
||||||
|
eventEditorSetItemAmountsPrompt: "Enter item amounts (numbers) separating each one by a space, or enter 'cancel' to return."
|
||||||
|
eventEditorSetMobTypesPrompt: "Enter mob name, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobAmountsPrompt: "Enter mob amount, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobNamePrompt: "Set the name for this mob, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the mob spawn location list, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionEffectsPrompt: "Enter potion effect types separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionDurationsPrompt: "Enter effect durations (in milliseconds) separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetHungerPrompt: "Enter hunger level, or -1 to remove it"
|
||||||
|
eventEditorHungerLevelAtLeastZero: "Hunger level must be at least 0!"
|
||||||
|
eventEditorSetSaturationPrompt: "Enter saturation level, or -1 to remove it"
|
||||||
|
eventEditorSaturationLevelAtLeastZero: "Saturation level must be at least 0!"
|
||||||
|
eventEditorSetHealthPrompt: "Enter health level, or -1 to remove it"
|
||||||
|
eventEditorHealthLevelAtLeastZero: "Health level must be at least 0!"
|
||||||
|
eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to, then enter 'done' to finish, or enter 'clear' to clear the teleport location, or 'cancel' to return"
|
||||||
|
eventEditorCommandsNote: 'Note: You may use <player> to refer to the player''s name.'
|
||||||
|
eventEditorSetCommandsPrompt: "Enter commands separating each one by a comma, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
reqSetMoney: "Set money requirement"
|
||||||
|
reqSetQuestPoints: "Set Quest Points requirement"
|
||||||
|
reqSetItem: "Set item requirements"
|
||||||
|
reqSetPerms: "Set permission requirements"
|
||||||
|
reqSetQuest: "Set Quest requirements"
|
||||||
|
reqSetQuestBlocks: "Set Quest blocks"
|
||||||
|
reqSetMcMMO: "Set mcMMO requirements"
|
||||||
|
reqSetHeroes: "Set Heroes requirements"
|
||||||
|
reqSetCustom: "Custom requirements"
|
||||||
|
reqSetFail: "Set fail requirements message"
|
||||||
|
reqSetSkills: "Set skills"
|
||||||
|
reqSetSkillAmounts: "Set skill amounts"
|
||||||
|
reqHeroesSetPrimary: "Set Primary Class"
|
||||||
|
reqHeroesSetSecondary: "Set Secondary Class"
|
||||||
|
reqMoneyPrompt: "Enter amount of <money>, or 0 to clear the money requirement, or -1 to cancel"
|
||||||
|
reqQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point requirement, or -1 to cancel"
|
||||||
|
reqQuestPrompt: "Enter a list of Quest names separating each one by a <comma>, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqRemoveItemsPrompt: "Enter a list of true/false values, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
reqPermissionsPrompt: "Enter permission requirements separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
reqCustomPrompt: "Enter the name of a custom requirement to add, or enter 'clear' to clear all custom requirements, or 'cancel' to return."
|
||||||
|
reqMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqMcMMOAmountsPrompt: "Enter mcMMO skill amounts, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqHeroesPrimaryPrompt: "Enter a Heroes Primary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||||
|
reqHeroesSecondaryPrompt: "Enter a Heroes Secondary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||||
|
reqFailMessagePrompt: "Enter fail requirements message, or enter 'cancel' to return."
|
||||||
|
reqAddItem: "Add item"
|
||||||
|
reqSetRemoveItems: "Set remove items"
|
||||||
|
reqNoItemsSet: "No items set"
|
||||||
|
reqNoValuesSet: "No values set"
|
||||||
|
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||||
|
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||||
|
reqGreaterThanZero: "Amount must be greater than 0!"
|
||||||
|
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||||
|
reqItemCleared: "Item requirements cleared."
|
||||||
|
reqListsNotSameSize: "The items list and remove items list are not the same size!"
|
||||||
|
reqTrueFalseError: '<input> is not a true or false value!%br%Example: true false true true'
|
||||||
|
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||||
|
reqCustomNotFound: "Custom requirement module not found."
|
||||||
|
reqCustomCleared: "Custom requirements cleared."
|
||||||
|
reqMcMMOError: "<input> is not an mcMMO skill name!"
|
||||||
|
reqMcMMOCleared: "mcMMO skill requirements cleared."
|
||||||
|
reqMcMMOAmountsCleared: "mcMMO skill amount requirements cleared."
|
||||||
|
reqHeroesNotPrimary: "The <class> class is not primary!"
|
||||||
|
reqHeroesPrimaryCleared: "Heroes Primary Class requirement cleared."
|
||||||
|
reqHeroesNotSecondary: "The <class> class is not secondary!"
|
||||||
|
reqHeroesSecondaryCleared: "Heroes Secondary Class requirement cleared."
|
||||||
|
reqHeroesClassNotFound: "Class not found!"
|
||||||
|
reqNone: "No requirements set"
|
||||||
|
reqNotANumber: "<input> is not a number!"
|
||||||
|
reqMustAddItem: "You must add at least one item first!"
|
||||||
|
reqNoMessage: "You must set a fail requirements message!"
|
||||||
|
reqNoMcMMO: "mcMMO not installed"
|
||||||
|
reqNoHeroes: "Heroes not installed"
|
||||||
|
rewSetMoney: "Set money reward"
|
||||||
|
rewSetQuestPoints: "Set Quest Points reward"
|
||||||
|
rewSetItems: "Set item rewards"
|
||||||
|
rewSetExperience: "Set experience reward"
|
||||||
|
rewSetCommands: "Set command rewards"
|
||||||
|
rewSetPermission: "Set permission rewards"
|
||||||
|
rewSetMcMMO: "Set mcMMO skill rewards"
|
||||||
|
rewSetHeroes: "Set Heroes experience rewards"
|
||||||
|
rewSetPhat: "Set PhatLoot rewards"
|
||||||
|
rewSetCustom: "Set Custom Rewards"
|
||||||
|
rewSetHeroesClasses: "Set classes"
|
||||||
|
rewSetHeroesAmounts: "Set experience amounts"
|
||||||
|
rewMoneyPrompt: "Enter amount of <money>, or 0 to clear the money reward, or -1 to cancel"
|
||||||
|
rewExperiencePrompt: "Enter amount of experience, or 0 to clear the experience reward, or -1 to cancel"
|
||||||
|
rewCommandPrompt: "Enter command rewards separating each one by a <comma>, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
rewCommandPromptHint: 'Note: You may put <player> to specify the player who completed the Quest. e.g. smite <player>'
|
||||||
|
rewPermissionsPrompt: "Enter permission rewards separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
rewQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point reward, or -1 to cancel"
|
||||||
|
rewMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewMcMMOPromptHint: 'Note: Typing ''All'' will give levels to all skills.'
|
||||||
|
rewHeroesClassesPrompt: "Enter Heroes classes separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed) separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewPhatLootsPrompt: "Enter PhatLoots separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
rewCustomRewardPrompt: "Enter the name of a custom reward to add, or enter 'clear' to clear all custom rewards, or 'cancel' to return."
|
||||||
|
rewItemsCleared: "Item rewards cleared."
|
||||||
|
rewNoMcMMOSkills: "No skills set"
|
||||||
|
rewNoHeroesClasses: "No classes set"
|
||||||
|
rewSetMcMMOSkillsFirst: "You must set skills first!"
|
||||||
|
rewMcMMOCleared: "mcMMO rewards cleared."
|
||||||
|
rewMcMMOListsNotSameSize: "The skills list and skill amounts list are not the same size!"
|
||||||
|
rewSetHeroesClassesFirst: "You must set classes first!"
|
||||||
|
rewHeroesCleared: "Heroes rewards cleared."
|
||||||
|
rewHeroesListsNotSameSize: "The classes list and experience amounts list are not the same size!"
|
||||||
|
rewHeroesInvalidClass: "<input> is not a valid Heroes class name!"
|
||||||
|
rewPhatLootsInvalid: "<input> is not a valid PhatLoot name!"
|
||||||
|
rewPhatLootsCleared: "PhatLoots reward cleared."
|
||||||
|
rewCustomAlreadyAdded: "That custom reward has already been added!"
|
||||||
|
rewCustomNotFound: "Custom reward module not found."
|
||||||
|
rewCustomCleared: "Custom rewards cleared."
|
||||||
|
rewNoPhat: "PhatLoots not installed"
|
||||||
|
itemCreateLoadHand: "Load item in hand"
|
||||||
|
itemCreateSetName: "Set name"
|
||||||
|
itemCreateSetAmount: "Set amount"
|
||||||
|
itemCreateSetDurab: "Set durability"
|
||||||
|
itemCreateSetEnchs: "Add/clear enchantments"
|
||||||
|
itemCreateSetDisplay: "Set display name"
|
||||||
|
itemCreateSetLore: "Set lore"
|
||||||
|
itemCreateEnterName: "Enter an item name, or 'cancel' to return."
|
||||||
|
itemCreateEnterAmount: "Enter item amount (max. 64), or 'cancel' to return."
|
||||||
|
itemCreateEnterDurab: "Enter item durability, or 'clear' to clear the data, or 'cancel' to return."
|
||||||
|
itemCreateEnterEnch: "Enter an enchantment name, or 'clear' to clear the enchantments, or 'cancel' to return."
|
||||||
|
itemCreateEnterLevel: "Enter a level (number) for <enchantment>"
|
||||||
|
itemCreateEnterDisplay: "Enter item display name, or 'clear' to clear the display name, or 'cancel' to return."
|
||||||
|
itemCreateEnterLore: "Enter item lore, separating each line by a semi-colon ; or 'clear' to clear the lore, or 'cancel' to return."
|
||||||
|
itemCreateLoaded: "Item loaded."
|
||||||
|
itemCreateNoItem: "No item in hand!"
|
||||||
|
itemCreateNoName: "You must set a name first!"
|
||||||
|
itemCreateInvalidName: "Invalid item name!"
|
||||||
|
itemCreateInvalidAmount: "Amount must be between 1-64!"
|
||||||
|
itemCreateInvalidDurab: "Invalid item durability!"
|
||||||
|
itemCreateInvalidEnch: "Invalid enchantment name!"
|
||||||
|
itemCreateInvalidLevel: "Level must be greater than 0!"
|
||||||
|
itemCreateInvalidInput: "Invalid input!"
|
||||||
|
itemCreateNotNumber: "Input was not a number!"
|
||||||
|
itemCreateNoNameAmount: "You must set a name and amount first!"
|
||||||
|
itemCreateCriticalError: "A critical error has occurred."
|
||||||
|
questTitle: "-- <quest> --"
|
||||||
|
questObjectivesTitle: "---(<quest>)---"
|
||||||
|
questCompleteTitle: '**QUEST COMPLETE: <quest>**'
|
||||||
|
questRewardsTitle: "Rewards:"
|
||||||
|
journalTitle: "Quest Journal"
|
||||||
|
questsTitle: "- Quests -"
|
||||||
|
questHelpTitle: "- Quests -"
|
||||||
|
questListTitle: "- Quests -"
|
||||||
|
questNPCListTitle: "- Quests | <npc> -"
|
||||||
|
questAdminHelpTitle: "- Questadmin -"
|
||||||
|
questEditorTitle: "- Quest Editor -"
|
||||||
|
eventEditorTitle: "- Event Editor - "
|
||||||
|
questCreateTitle: "- Create Quest -"
|
||||||
|
questEditTitle: "- Edit Quest -"
|
||||||
|
questDeleteTitle: "- Delete Quest -"
|
||||||
|
requirementsTitle: "- <quest> | Requirements -"
|
||||||
|
rewardsTitle: "- <quest> | Rewards -"
|
||||||
|
itemRequirementsTitle: "- Item Requirements -"
|
||||||
|
itemRewardsTitle: "- Item Rewards -"
|
||||||
|
mcMMORequirementsTitle: "- mcMMO Requirements -"
|
||||||
|
mcMMORewardsTitle: "- mcMMO Rewards -"
|
||||||
|
heroesRequirementsTitle: "- Heroes Requirements -"
|
||||||
|
heroesRewardsTitle: "- Heroes Rewards -"
|
||||||
|
heroesClassesTitle: "- Heroes Classes -"
|
||||||
|
heroesExperienceTitle: "- Heroes Experience -"
|
||||||
|
heroesPrimaryTitle: "- Primary Classes -"
|
||||||
|
heroesSecondaryTitle: "- Secondary Classes -"
|
||||||
|
phatLootsRewardsTitle: "- PhatLoots Rewards -"
|
||||||
|
customRequirementsTitle: "- Custom Requirements -"
|
||||||
|
customRewardsTitle: "- Custom Rewards -"
|
||||||
|
skillListTitle: "- Skill List -"
|
||||||
|
eventTitle: "- Event -"
|
||||||
|
completedQuestsTitle: "- Completed Quests -"
|
||||||
|
topQuestersTitle: "- Top <number> Questers -"
|
||||||
|
createItemTitle: "- Create Item -"
|
||||||
|
enchantmentsTitle: "- Enchantments -"
|
||||||
|
questGUITitle: "- GUI Item Display -"
|
||||||
|
questRegionTitle: "- Quest Region -"
|
||||||
|
eventEditorGiveItemsTitle: "- Give Items -"
|
||||||
|
eventEditorEffectsTitle: "- Effects -"
|
||||||
|
eventEditorStormTitle: "- Event Storm -"
|
||||||
|
eventEditorThunderTitle: "- Event Thunder -"
|
||||||
|
eventEditorMobSpawnsTitle: "- Event Mob Spawns -"
|
||||||
|
eventEditorMobsTitle: "- Mobs -"
|
||||||
|
eventEditorAddMobTypesTitle: "- Add Mob -"
|
||||||
|
eventEditorPotionEffectsTitle: "- Event Potion Effects -"
|
||||||
|
eventEditorPotionTypesTitle: "- Event Potion Types -"
|
||||||
|
eventEditorWorldsTitle: "- Worlds -"
|
||||||
|
effBlazeShoot: "Sound of a Blaze firing"
|
||||||
|
effBowFire: "Sound of a bow firing"
|
||||||
|
effClick1: "A click sound"
|
||||||
|
effClick2: "A different click sound"
|
||||||
|
effDoorToggle: "Sound of a door opening or closing"
|
||||||
|
effExtinguish: "Sound of fire being extinguished"
|
||||||
|
effGhastShoot: "Sound of a Ghast firing"
|
||||||
|
effGhastShriek: "Sound of a Ghast shrieking"
|
||||||
|
effZombieWood: "Sound of a Zombie chewing an iron door"
|
||||||
|
effZombieIron: "Sound of a Zombie chewing a wooden door"
|
||||||
|
effEnterName: "Enter an effect name to add it to the list, or enter 'cancel' to return"
|
||||||
|
cmdCancel: "cancel"
|
||||||
|
cmdAdd: "add"
|
||||||
|
cmdClear: "clear"
|
||||||
|
cmdNone: "none"
|
||||||
|
cmdDone: "done"
|
||||||
|
acceptQuest: "Accept Quest?"
|
||||||
|
enterAnOption: "Enter an option"
|
||||||
|
questAccepted: 'Quest accepted: <quest>'
|
||||||
|
currentQuest: "Current Quests:"
|
||||||
|
noMoreQuest: "No more quests available."
|
||||||
|
damage: "Damage"
|
||||||
|
break: "Break"
|
||||||
|
place: "Place"
|
||||||
|
use: "Use"
|
||||||
|
cut: "Cut"
|
||||||
|
catchFish: "Catch Fish"
|
||||||
|
enchantItem: "Enchant <item> with <enchantment>"
|
||||||
|
kill: "Kill"
|
||||||
|
killAtLocation: "Kill <mob> at <location>"
|
||||||
|
killPlayer: "Kill a Player"
|
||||||
|
deliver: "Deliver <item> to <npc>"
|
||||||
|
talkTo: "Talk to <npc>"
|
||||||
|
tame: "Tame"
|
||||||
|
shearSheep: "Shear <color> sheep"
|
||||||
|
goTo: "Go to <location>"
|
||||||
|
completed: "Completed"
|
||||||
|
redoCompleted: "(Completed)"
|
||||||
|
consoleError: "This command may only be performed in-game."
|
||||||
|
invalidSelection: "Invalid selection!"
|
||||||
|
noActiveQuest: "You do not currently have any active Quests."
|
||||||
|
speakTo: 'Start: Speak to <npc>'
|
||||||
|
mustSpeakTo: "You must speak to <npc> to start this Quest."
|
||||||
|
noCommandStart: "<quest> may not be started via command."
|
||||||
|
permissionDisplay: "Permission:"
|
||||||
|
heroesClass: "class"
|
||||||
|
mcMMOLevel: "level"
|
||||||
|
haveCompleted: "You have completed <quest>"
|
||||||
|
cannotComplete: "Cannot complete <quest>"
|
||||||
|
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."
|
||||||
|
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."
|
||||||
|
questInfoNoPerms: "You do not have permission to view a Quest's information."
|
||||||
|
questCmdNoPerms: "You do not have access to that command."
|
||||||
|
pageSelectionNum: "Page selection must be a number."
|
||||||
|
pageSelectionPosNum: "Page selection must be a positive number."
|
||||||
|
questListNoPerms: "You do not have permission to view the Quests list."
|
||||||
|
questTakeNoPerms: "You do not have permission to take Quests via commands."
|
||||||
|
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||||
|
questQuit: "You have quit <quest>"
|
||||||
|
questQuitNoPerms: "You do not have permission to quit Quests."
|
||||||
|
questQuitDisabled: "Quitting Quests has been disabled."
|
||||||
|
questEditorNoPerms: "You do not have permission to use the Quests Editor."
|
||||||
|
eventEditorNoPerms: "You do not have permission to use the Events Editor."
|
||||||
|
questsUnknownCommand: "Unknown Quests 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>."
|
||||||
|
questPurged: "<player> has been purged and blacklisted."
|
||||||
|
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."
|
||||||
|
enableNPCGUI: "<npc> will now provide a GUI Quest Display."
|
||||||
|
disableNPCGUI: "<npc> will no longer provide a GUI Quest Display."
|
||||||
|
invalidNumber: "Invalid number."
|
||||||
|
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||||
|
playerNotFound: "Player not found."
|
||||||
|
invalidStageNum: "Invalid stage number for Quest <quest>"
|
||||||
|
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||||
|
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."
|
||||||
|
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!"
|
||||||
|
journalNoQuests: "You have no accepted quests!"
|
||||||
|
journalDenied: "You cannot do that with your Quest Journal."
|
||||||
|
ENCHANTMENT_ARROW_DAMAGE: "Power"
|
||||||
|
ENCHANTMENT_ARROW_FIRE: "Flame"
|
||||||
|
ENCHANTMENT_ARROW_INFINITE: "Infinity"
|
||||||
|
ENCHANTMENT_ARROW_KNOCKBACK: "Punch"
|
||||||
|
ENCHANTMENT_BINDING_CURSE: "BindingCurse"
|
||||||
|
ENCHANTMENT_DAMAGE_ALL: "Sharpness"
|
||||||
|
ENCHANTMENT_DAMAGE_ARTHROPODS: "BaneOfArthropods"
|
||||||
|
ENCHANTMENT_DEPTH_STRIDER: "DepthStrider"
|
||||||
|
ENCHANTMENT_DAMAGE_UNDEAD: "Smite"
|
||||||
|
ENCHANTMENT_DIG_SPEED: "Efficiency"
|
||||||
|
ENCHANTMENT_DURABILITY: "Unbreaking"
|
||||||
|
ENCHANTMENT_FIRE_ASPECT: "FireAspect"
|
||||||
|
ENCHANTMENT_FROST_WALKER: "FrostWalker"
|
||||||
|
ENCHANTMENT_KNOCKBACK: "Knockback"
|
||||||
|
ENCHANTMENT_LOOT_BONUS_BLOCKS: "Fortune"
|
||||||
|
ENCHANTMENT_LOOT_BONUS_MOBS: "Looting"
|
||||||
|
ENCHANTMENT_LUCK: "LuckOfTheSea"
|
||||||
|
ENCHANTMENT_LURE: "Lure"
|
||||||
|
ENCHANTMENT_MENDING: "Mending"
|
||||||
|
ENCHANTMENT_OXYGEN: "Respiration"
|
||||||
|
ENCHANTMENT_PROTECTION_ENVIRONMENTAL: "Protection"
|
||||||
|
ENCHANTMENT_PROTECTION_EXPLOSIONS: "BlastProtection"
|
||||||
|
ENCHANTMENT_PROTECTION_FALL: "FeatherFalling"
|
||||||
|
ENCHANTMENT_PROTECTION_FIRE: "FireProtection"
|
||||||
|
ENCHANTMENT_PROTECTION_PROJECTILE: "ProjectileProtection"
|
||||||
|
ENCHANTMENT_SILK_TOUCH: "SilkTouch"
|
||||||
|
ENCHANTMENT_SWEEPING: "Sweeping"
|
||||||
|
ENCHANTMENT_THORNS: "Thorns"
|
||||||
|
ENCHANTMENT_VANISHING_CURSE: "VanishingCurse"
|
||||||
|
ENCHANTMENT_WATER_WORKER: "AquaAffinity"
|
||||||
|
COLOR_BLACK: "Black"
|
||||||
|
COLOR_BLUE: "Blue"
|
||||||
|
COLOR_BROWN: "Brown"
|
||||||
|
COLOR_CYAN: "Cyan"
|
||||||
|
COLOR_GRAY: "Gray"
|
||||||
|
COLOR_GREEN: "Green"
|
||||||
|
COLOR_LIGHT_BLUE: "LightBlue"
|
||||||
|
COLOR_LIME: "Lime"
|
||||||
|
COLOR_MAGENTA: "Magenta"
|
||||||
|
COLOR_ORANGE: "Orange"
|
||||||
|
COLOR_PINK: "Pink"
|
||||||
|
COLOR_PURPLE: "Purple"
|
||||||
|
COLOR_RED: "Red"
|
||||||
|
COLOR_SILVER: "Silver"
|
||||||
|
COLOR_WHITE: "White"
|
||||||
|
COLOR_YELLOW: "Yellow"
|
||||||
|
timeDay: "Day"
|
||||||
|
timeDays: "Days"
|
||||||
|
timeHour: "Hour"
|
||||||
|
timeHours: "Hours"
|
||||||
|
timeMinute: "Minute"
|
||||||
|
timeMinutes: "Minutes"
|
||||||
|
timeSecond: "Second"
|
||||||
|
timeSeconds: "Seconds"
|
||||||
|
timeMillisecond: "Millisecond"
|
||||||
|
timeMilliseconds: "Milliseconds"
|
||||||
|
event: "Event"
|
||||||
|
delay: "Delay"
|
||||||
|
save: "Save"
|
||||||
|
exit: "Exit"
|
||||||
|
exited: "Exited"
|
||||||
|
cancel: "Cancel"
|
||||||
|
cancelled: "Cancelled"
|
||||||
|
questTimeout: "Cancelled."
|
||||||
|
back: "Back"
|
||||||
|
yesWord: "Yes"
|
||||||
|
noWord: "No"
|
||||||
|
"true": "true"
|
||||||
|
"false": "false"
|
||||||
|
clear: "Clear"
|
||||||
|
edit: "Edit"
|
||||||
|
none: "None"
|
||||||
|
done: "Done"
|
||||||
|
comma: "comma"
|
||||||
|
finish: "Finish"
|
||||||
|
quit: "Quit"
|
||||||
|
noneSet: "None set"
|
||||||
|
noDelaySet: "No delay set"
|
||||||
|
noIdsSet: "No IDs set"
|
||||||
|
noNamesSet: "No names set"
|
||||||
|
worlds: "Worlds"
|
||||||
|
mobs: "Mobs"
|
||||||
|
points: "points"
|
||||||
|
invalidOption: "Invalid option!"
|
||||||
|
npcHint: 'Note: You can left or right click on NPC''s to get their ID.'
|
||||||
|
listDuplicate: "List contains duplicates!"
|
||||||
|
id: "ID"
|
||||||
|
quest: "Quest"
|
||||||
|
quests: "Quests"
|
||||||
|
createdBy: "Created by"
|
||||||
|
continuedBy: "and continued by"
|
||||||
|
questPoints: "Quest Points"
|
||||||
|
accepted: "Accepted"
|
||||||
|
complete: "Complete"
|
||||||
|
redoable: "Redoable"
|
||||||
|
usage: "Usage"
|
||||||
|
redoableEvery: "Redoable every <time>."
|
||||||
|
requirements: "Requirements"
|
||||||
|
money: "Money"
|
||||||
|
with: "With"
|
||||||
|
to: "to"
|
||||||
|
blocksWithin: "within <amount> blocks of"
|
||||||
|
valRequired: "Value required"
|
||||||
|
enchantedItem: "*Enchanted*"
|
||||||
|
experience: "Experience"
|
||||||
|
timerMessage: '<green>Time left to finish the quest/stage: <red>%s seconds'
|
||||||
|
timerStart: "<green>You have <red>%s seconds <green>to finish this quest/stage"
|
||||||
|
questErrorReadingFile: "Error reading Quests file."
|
||||||
|
questSaveError: "An error occurred while saving."
|
||||||
|
questBlacklisted: "You are blacklisted. Contact an admin if this is in error."
|
858
src/main/resources/lang/fil-PH/strings.yml
Normal file
858
src/main/resources/lang/fil-PH/strings.yml
Normal file
@ -0,0 +1,858 @@
|
|||||||
|
---
|
||||||
|
questFailed: "*QUEST FAILED MATEY*"
|
||||||
|
questMaxAllowed: "Ye may only have up t' <number> Quests."
|
||||||
|
questAlreadyOn: "Ye be already on that Quest!"
|
||||||
|
questTooEarly: "Ye may nah take <quest> again fer another <time>."
|
||||||
|
questAlreadyCompleted: "Ye 'ave already looted <quest>."
|
||||||
|
questInvalidLocation: "Ye may nah take <quest> at this location."
|
||||||
|
questInvalidDeliveryItem: "<item> ain't a required item fer this quest!"
|
||||||
|
questSelectedLocation: "Chosen spot"
|
||||||
|
questDisplayHelp: "Ipakita ang pagtulong"
|
||||||
|
COMMAND_LIST: "talaan"
|
||||||
|
COMMAND_LIST_HELP: "pahina ng listahan ng mga libreng talatang pagsubok"
|
||||||
|
COMMAND_TAKE: "kunin"
|
||||||
|
COMMAND_TAKE_HELP: "kunin ang pagsubok at ito ay tanggapin"
|
||||||
|
COMMAND_TAKE_USAGE: Paggamit ng pagsubok pag kuwa pagsubok
|
||||||
|
COMMAND_QUIT: "pagayaw"
|
||||||
|
COMMAND_QUIT_HELP: "pagayaw sa pagsubok - Pagayaw sa nasabing pagsubok"
|
||||||
|
COMMAND_EDITOR: "nagpalimbag"
|
||||||
|
COMMAND_EDITOR_HELP: "nagpalimbag - Gumawa/Nagpalimbag ng Pagsubok"
|
||||||
|
COMMAND_EVENTS_EDITOR: "pagdiriwang"
|
||||||
|
COMMAND_EVENTS_EDITOR_HELP: "pagdiriwang - Paggawa/Nagpalimbag ng Pagdiriwang"
|
||||||
|
COMMAND_STATS: "istatistika"
|
||||||
|
COMMAND_STATS_HELP: "istatistika - Tingan ang iyong Sinusubukang istatistika"
|
||||||
|
COMMAND_TOP: "itaas"
|
||||||
|
COMMAND_TOP_HELP: "itaas ang [number] - Tignan ang taas ng Sumusubok"
|
||||||
|
COMMAND_TOP_USAGE: 'Paggamit: /pagsubok sa itaas ng [number]'
|
||||||
|
COMMAND_INFO: "impormasyon"
|
||||||
|
COMMAND_INFO_HELP: "impormasyon - Ilarawan at isasak ang impormasyon"
|
||||||
|
COMMAND_JOURNAL: "talaarawan"
|
||||||
|
COMMAND_JOURNAL_HELP: "talaarawan - Tignan/Lagyan ng malayo ang iyong Pagsubok na talaarawan"
|
||||||
|
COMMAND_QUEST_HELP: "Ilarawan ang kasalukuyang Pagsubok at mga layunin"
|
||||||
|
COMMAND_QUESTINFO_HELP: "[pangalan ng pagsubok] - Ilarawan ang Pagsubok at impormasyon"
|
||||||
|
COMMAND_QUESTADMIN_HELP: "Tignan ang Pamunuang pagsubok at tulong"
|
||||||
|
COMMAND_QUESTADMIN_STATS: "istatistika"
|
||||||
|
COMMAND_QUESTADMIN_STATS_HELP: "istatistika [player] - Tignan ang Pagsubok at istatistika ng mga manlalaro"
|
||||||
|
COMMAND_QUESTADMIN_GIVE: "ibigay"
|
||||||
|
COMMAND_QUESTADMIN_GIVE_HELP: "ibigay [player] [quest] - Itulak ang manlalaro para kumuwa ng pagsubok"
|
||||||
|
COMMAND_QUESTADMIN_QUIT: "umayaw"
|
||||||
|
COMMAND_QUESTADMIN_QUIT_HELP: "umayaw [player] [quest] - Itulak ang manlalaro para umayaw sa Pagsubok"
|
||||||
|
COMMAND_QUESTADMIN_POINTS: "puntos"
|
||||||
|
COMMAND_QUESTADMIN_POINTS_HELP: "puntos [player] [amount] - Itakda ang manlalaro sa Pagsubok na Puntos"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS: "kunin ang puntos"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "kunin ang puntos [player] [amount] - Kunin ang manlalaro na may Pagsubok na puntos"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS: "magbigay ng puntos"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "magbigay ng puntos [player] [amount] - Magbigay ang manlalaro ng Pagsubok na puntos"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL_HELP: "lahat ng puntos [amount] - Itakda LAHAT ng manlalaro para sa Pagsubok na puntos"
|
||||||
|
COMMAND_QUESTADMIN_FINISH: "natapos"
|
||||||
|
COMMAND_QUESTADMIN_FINISH_HELP: "natapos [player] [quest] - Madaling pagpupumilit na ang Pagsubok ay pagkompleto para sa manlalaro"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE: "sa susunod na entablado"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "sa susunod na entablado [player] [quest] - Mabilis na pagtulak sa Entablado para sa pagkompleto ng mga manlalaro"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE: "tinakdang yugto"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE_HELP: "tinakdang yugto [player] [quest] [stage] - itakda ang kasalukuyang yugto ng mga manlalaro"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Paggamit: /questadmin itinakdang yugto [player] [quest] [stage]'
|
||||||
|
COMMAND_QUESTADMIN_PURGE: "linisin"
|
||||||
|
COMMAND_QUESTADMIN_PURGE_HELP: "linisin [player] - Malinaw ang lahat ng Paghanap ng data sa mga manlalaro AT NG ITIM NA LISTAHAN SA KANILA"
|
||||||
|
COMMAND_QUESTADMIN_RESET: "itinakdang muli"
|
||||||
|
COMMAND_QUESTADMIN_RESET_HELP: "itinakdang muli [player] - Malinaw sa lahat ng Paghanap ng data ng manlalaro"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE: "tanggalin"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE_HELP: "tanggalin [player] [quest] - Tanggalin ang tapos nang pagsusulit mula sa manalalaro"
|
||||||
|
COMMAND_QUESTADMIN_TOGGLEGUI: "togglegui"
|
||||||
|
COMMAND_QUESTADMIN_TOGGLEGUI_HELP: "togglegui [npc id] - Toggle GUI sa Paghahanap ng Larawan sa NPC"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD: "i-reload"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD_HELP: "i-reload - I-reload ang lahat ng Pagsusulit"
|
||||||
|
questEditorHeader: "Gumawa ng Paghahanap"
|
||||||
|
questEditorCreate: "Gumawa ng bagong paghahanap"
|
||||||
|
questEditorEdit: "I-edit ang Paghahanap"
|
||||||
|
questEditorDelete: "Burahin ang Pagsusulit"
|
||||||
|
questEditorName: "Itakda ang pangalan"
|
||||||
|
questEditorAskMessage: "Itakda ang pagtatanong sa mensahe"
|
||||||
|
questEditorFinishMessage: "Itakda ang natapos na mensahe"
|
||||||
|
questEditorRedoDelay: "Itakda at muling gawin ang pagkaantala"
|
||||||
|
questEditorNPCStart: "Itakda ang NPC sa pagpasimula"
|
||||||
|
questEditorBlockStart: "Itakda ang harang sa pagsisimula"
|
||||||
|
questEditorInitialEvent: "Itakda ang paunang kaganapan"
|
||||||
|
questEditorSetGUI: "Itakda ang GUI bagay sa larawan"
|
||||||
|
questEditorReqs: "I-edit ang kailangan"
|
||||||
|
questEditorStages: "I-edit ang yugto"
|
||||||
|
questEditorRews: "I-edit ang gantimpala"
|
||||||
|
questEditorEnterQuestName: "Ilagay ang pangalan ng Pagsusulit (o 'kansel' upang bumalik)"
|
||||||
|
questEditorEditEnterQuestName: "Ilagay ang pangalan para i-edit (o 'kansel' upang bumalik)"
|
||||||
|
questEditorEnterAskMessage: "Ilagay ang may katanungang mensahe (o 'kansel' upang bumalik)"
|
||||||
|
questEditorEnterFinishMessage: "Ilagay ang tapos na mensahe (o 'kansel' upang bumalik)"
|
||||||
|
questEditorEnterRedoDelay: "Ilagay ang halaga ng oras (sa segundo), 0 hanggang malinaw na gawing muli ang pagkaantala o -1 para i-kansel"
|
||||||
|
questEditorEnterNPCStart: "Ilagay ang NPC ID, -1 para i-clear ang NPC pasimula o -2 para i-kansel"
|
||||||
|
questEditorEnterBlockStart: "Pindutin sa kanan sa harang na ginamit sa pasimulang punto, pagkatapos ilagay ang 'tapos na' para i-save, o ilagay ang 'linisin' para linisin nito ang harang"
|
||||||
|
questEditorEnterInitialEvent: "Maglagay ng pangalan ng Okasyon, o ilagay ang 'linisin' para linisin ang pangunahing Okasyon. o 'kansel' upang bumalik"
|
||||||
|
questRequiredNoneSet: "Kailangan, walang nakatakda"
|
||||||
|
questWGSetRegion: "Itakda ang Rehiyon"
|
||||||
|
questWGNotInstalled: "PandaigdigangGwardya ay hindi na-install"
|
||||||
|
questWGPrompt: "Ilagay ang PandaigdigangGwardya rehiyon, o ilagay ang 'linisin' para linisin ang rehiyon, o 'kansel' upang bumalik."
|
||||||
|
questWGInvalidRegion: "<region> ay hindi wastong PandaigdigangGwardyang rehiyon!"
|
||||||
|
questWGRegionCleared: "Paghahanap ng rehiyon ay malinis na."
|
||||||
|
questCitNotInstalled: "Ang mga mamamayan ay hindi na-install"
|
||||||
|
questDenNotInstalled: "Denizen ay hindi na-install"
|
||||||
|
questGUIError: 'Error: Ito ay bagay na nagamit na bilang GUI Display para sa Paghahanap <quest>.'
|
||||||
|
questCurrentItem: "Kasalukuyang bagay:"
|
||||||
|
questSetItem: "Itakda ang bagay"
|
||||||
|
questClearItem: "Linisin ang bagay"
|
||||||
|
questGUICleared: "Paghahanap ng GUI na bagay sa Display ay malinis na."
|
||||||
|
questDeleted: "Ang paghahanap ay nabura! paghahanap at ang Okasyon ay na i-reload na."
|
||||||
|
questEditorNameExists: "Ang Pagsubok kasama ang pangalan ay tapos nang umiral!"
|
||||||
|
questEditorBeingEdited: "May mga taong gumagawa/naglilimbag ng Pagsubok kasama ang pangalang yun!"
|
||||||
|
questEditorInvalidQuestName: "Ang pangalan ay walang kahalong tuldok o mga kuwit!"
|
||||||
|
questEditorInvalidEventName: "hindi yan balidong pangalan sa pangyayare!"
|
||||||
|
questEditorInvalidNPC: "Walang NPC umiiral kasama ang id na yan!"
|
||||||
|
questEditorNoStartBlockSelected: "Ikaw ay maaaring mamili ng unang haharangan."
|
||||||
|
questEditorPositiveAmount: "Halaga ay dapat maging positibong bilang."
|
||||||
|
questEditorQuestAsRequirement1: "Ang sumusunod na pagsusulit ay"
|
||||||
|
questEditorQuestAsRequirement2: "bilang isang pangangailangan:"
|
||||||
|
questEditorQuestAsRequirement3: "Kailangan mong pagandahin itong Pagsubok upang sa gayon di ito magamit bago ito burahin."
|
||||||
|
questEditorQuestNotFound: "Katanungan ay di matagpuan!"
|
||||||
|
questEditorEventCleared: "Unang Kaganapan ay tapos na."
|
||||||
|
questEditorSave: "Taposin at iligtas"
|
||||||
|
questEditorNeedAskMessage: "Ikaw ay maaaring magtanong sa mensahe!"
|
||||||
|
questEditorNeedFinishMessage: "Ikaw ay kailangang mailagay sa tapos nang minsahe!"
|
||||||
|
questEditorNeedStages: "Ang iyong Pagsubok ay walang yugto!"
|
||||||
|
questEditorSaved: "Quest saved! (Ye will needs t' perform a Quest reload fer it t' appear)"
|
||||||
|
questEditorExited: "Are ye sure ye wants t' exit without savin'?"
|
||||||
|
questEditorDeleted: "Are ye sure ye wants t' scuttle th' Quest"
|
||||||
|
questEditorNoPermsCreate: "Ye do nah 'ave permission t' create Quests."
|
||||||
|
questEditorNoPermsEdit: "Ye do nah 'ave permission t' edit Quests."
|
||||||
|
questEditorNoPermsDelete: "Ye do nah 'ave permission t' scuttle Quests."
|
||||||
|
stageEditorEditStage: "I-edit ang Yugto"
|
||||||
|
stageEditorNewStage: "Maglagay ng bagong Yugto"
|
||||||
|
stageEditorStages: "Mga Yugto"
|
||||||
|
stageEditorStage: "Yugto"
|
||||||
|
stageEditorBreakBlocks: "Sirain ang Harang"
|
||||||
|
stageEditorDamageBlocks: "Wasakin ang Harang"
|
||||||
|
stageEditorPlaceBlocks: "Ilagay ang Harang"
|
||||||
|
stageEditorUseBlocks: "Gamitin ang Harang"
|
||||||
|
stageEditorCutBlocks: "Hatiin ang Harang"
|
||||||
|
stageEditorCatchFish: "Humuli ng Isda"
|
||||||
|
stageEditorFish: "isda"
|
||||||
|
stageEditorKillPlayers: "Patayin ang Manlalaro"
|
||||||
|
stageEditorPlayers: "mga manlalaro"
|
||||||
|
stageEditorEnchantItems: "Manahin ang mga bagay"
|
||||||
|
stageEditorDeliverItems: "Ihatid ang bagay"
|
||||||
|
stageEditorTalkToNPCs: "Makipag usap sa NPCs"
|
||||||
|
stageEditorKillNPCs: "Patayin ang NPCs"
|
||||||
|
stageEditorKillMobs: "Patayin ang Mobs"
|
||||||
|
stageEditorReachLocs: "Reach spots"
|
||||||
|
stageEditorReachRadii1: "Abutin ang kalooban"
|
||||||
|
stageEditorReachRadii2: "harangan ang"
|
||||||
|
stageEditorTameMobs: "Walang kasigasigan ang Mobs"
|
||||||
|
stageEditorShearSheep: "Magupit ng Tupa"
|
||||||
|
stageEditorEvents: "Pagdiriwang"
|
||||||
|
stageEditorStageEvents: "Yugto ng mga Kaganapan"
|
||||||
|
stageEditorStartEvent: "Magumpisa ng Kaganapan"
|
||||||
|
stageEditorStartEventCleared: "Magsimula ng natapos na Kaganapan."
|
||||||
|
stageEditorFinishEvent: "Tapos na yugto"
|
||||||
|
stageEditorFinishEventCleared: "Tapos na Okasyon ay malinis na."
|
||||||
|
stageEditorChatEvents: "Chat Okasyon"
|
||||||
|
stageEditorChatTrigger: "I-chat Trigger"
|
||||||
|
stageEditorTriggeredBy: "Kinalabit ng"
|
||||||
|
stageEditorChatEventsCleared: "Chat Okasyon ay tapos na."
|
||||||
|
stageEditorDeathEvent: "Patay na Okasyon"
|
||||||
|
stageEditorDeathEventCleared: "Patay na Okasyon ay tapos na."
|
||||||
|
stageEditorDisconnectEvent: "Di nakakonektang Okasyon"
|
||||||
|
stageEditorDisconnectEventCleared: "Di nakakonektang Okasyon ay tapos na."
|
||||||
|
stageEditorDelayMessage: "Na antalang Mensahe"
|
||||||
|
stageEditorDenizenScript: "Denizen Iskrip"
|
||||||
|
stageEditorStartMessage: "Pasimulang Mensahe"
|
||||||
|
stageEditorCompleteMessage: "Kompletong Mensahe"
|
||||||
|
stageEditorDelete: "Buradong Yugto"
|
||||||
|
stageEditorSetBlockNames: "Maglagay ng Harangan ng pangalan"
|
||||||
|
stageEditorSetBlockAmounts: "Maglagay ng Harangang halaga"
|
||||||
|
stageEditorSetBlockDurability: "Maglagay ng harang ng tibay"
|
||||||
|
stageEditorSetDamageAmounts: "Maglagay ng halaga ng pinsala"
|
||||||
|
stageEditorSetPlaceAmounts: "Maglagay ng halaga ng lugar"
|
||||||
|
stageEditorSetUseAmounts: "Maglagay ng magagamit na halaga"
|
||||||
|
stageEditorSetCutAmounts: "Maglagay ng hating halaga"
|
||||||
|
stageEditorSetKillAmounts: "Maglagay ng halaga ng patay"
|
||||||
|
stageEditorSetEnchantAmounts: "Maglagay ng halaga ng gayuma"
|
||||||
|
stageEditorSetMobAmounts: "Maglagay ng halaga ng mob"
|
||||||
|
stageEditorSetEnchantments: "Maglagay ng mga gayuma"
|
||||||
|
stageEditorSetItemNames: "Maglagay ng pangalan sa bagay"
|
||||||
|
stageEditorSetKillIds: "Lagyan ng NPC IDs"
|
||||||
|
stageEditorSetMobTypes: "Lagyan ng uri ng mob"
|
||||||
|
stageEditorSetKillLocations: "Lagyan ng location ng mga patay"
|
||||||
|
stageEditorSetKillLocationRadii: "Lagyan ng lokasyon ng patay at radii"
|
||||||
|
stageEditorSetKillLocationNames: "Lagyan ng lokasyon ng mga patay at mga pangalan nito"
|
||||||
|
stageEditorSetLocations: "Maglagay ng lokasyon"
|
||||||
|
stageEditorSetLocationRadii: "Maglagay ng lokasyon ng radii"
|
||||||
|
stageEditorSetLocationNames: "Maglagay ng pangalan ng lokasyon"
|
||||||
|
stageEditorSetTameAmounts: "Maglagay ng halaga ng walang kasigasigan"
|
||||||
|
stageEditorSetShearColors: "Maglagay ng kulay ng tupa"
|
||||||
|
stageEditorSetShearAmounts: "Maglagay ng halaga ng nagupitan"
|
||||||
|
stageEditorPassword: "Layunin ng Password"
|
||||||
|
stageEditorAddPasswordDisplay: "Magdagdag ng password display"
|
||||||
|
stageEditorAddPasswordPhrases: "Magdagdag ng password parirala(s)"
|
||||||
|
stageEditorNoPasswordDisplays: "Walang naka-display na password"
|
||||||
|
stageObjectiveOverride: "Layuning Display Override"
|
||||||
|
stageEditorCustom: "Layunin ng Pasadya"
|
||||||
|
stageEditorNoModules: "Walang modules na puno"
|
||||||
|
stageEditorModuleNotFound: "Layunin ng kasuotan ng module ay hindi matagpuan."
|
||||||
|
stageEditorCustomPrompt: "Ilagay ang pangalan ng mga kasuotan at layunin nito, o ilagay ang 'linisin' para linisin ang lahat ng kasuotang may layunin, o 'kansel' para bumalik."
|
||||||
|
stageEditorCustomAlreadyAdded: "Ang kasuotan na may layunin ay nailagay na!"
|
||||||
|
stageEditorCustomCleared: "Kasuotan na may layunin ay malinis na."
|
||||||
|
stageEditorCustomDataPrompt: "Ilagay ang halaga ng <data>:"
|
||||||
|
stageEditorEnterBlockNames: "Ilagay ang harang na pangalan (o IDs), paghiwalayin ang bawat isa gamit ang espasyo, o pindutin ang 'kansel' upang bumalik."
|
||||||
|
stageEditorBreakBlocksPrompt: "Pindutin at sirain ang halaga (numbers), ihiwalay sa bawat isa gamit ang espasyo, o pindutin ang 'cancel' para bumalik."
|
||||||
|
stageEditorDamageBlocksPrompt: "Pindutin at sirain ang halaga (numbers), ihiwalay sa bawat isa gamit ang espasyo, o pindutin ang 'cancel' para bumalik."
|
||||||
|
stageEditorPlaceBlocksPrompt: "Pindutin at sirain ang halaga (numbers), ihiwalay sa bawat isa gamit ang espasyo, o pindutin ang 'cancel' para bumalik."
|
||||||
|
stageEditorUseBlocksPrompt: "Pindutin at sirain ang halaga (numbers), ihiwalay sa bawat isa gamit ang espasyo, o pindutin ang 'cancel' para bumalik."
|
||||||
|
stageEditorCutBlocksPrompt: "Pindutin at sirain ang halaga (numbers), ihiwalay sa bawat isa gamit ang espasyo, o pindutin ang 'cancel' para bumalik."
|
||||||
|
stageEditorEnterBlockDurability: "Pindutin at sirain ang halaga (numbers), ihiwalay sa bawat isa gamit ang espasyo, o pindutin ang 'cancel' para bumalik."
|
||||||
|
stageEditorCatchFishPrompt: "Pindutin ang bilang ng mga isdang nahuli, o 0 para i-clear ang mga isdang nahuli, o -1 para kanselahin"
|
||||||
|
stageEditorKillPlayerPrompt: "Pindutin ang bilang ng mga isdang nahuli, o 0 para i-clear ang mga isdang nahuli, o -1 para kanselahin"
|
||||||
|
stageEditorEnchantTypePrompt: "Pindutin ang pagka-akit sa pangalan, Ihiwalay sa bawat isa gamit ang kama, o pindutin ang kansela para bumalik."
|
||||||
|
stageEditorEnchantAmountsPrompt: "Pindutin ang enchant halaga (number), ihiwalay sa bawat isa gamit ang espasyo, o pindutin ang 'kansela' para bumalik."
|
||||||
|
stageEditorItemNamesPrompt: "Ipasok ang pangalan ng bagay, ihiwalay ito sa bawat isa gamit ang espasyo, o pindutin ang 'kansela' para bumalik."
|
||||||
|
stageEditorNPCPrompt: "Ilagay ang NPC ids, ihiwalay ito sa bawat isa gamit ang espasyo, o pindutin ang 'kansela' upang bumbalik."
|
||||||
|
stageEditorNPCToTalkToPrompt: "Ilagay ang NPC IDs, ihiwalay ito sa bawat isa gamit ang espasyo. o pindutin ang 'malinaw' upang maging malinaw ang listahan ng NPC IDs, o i-kansela upang bumalik."
|
||||||
|
stageEditorDeliveryMessagesPrompt: "Pindutin ang paghahatid ng minsahe, ihiwalay ito sa bawat isa gamit ang semi-colon o pindutin ang kansela upang bumalik."
|
||||||
|
stageEditorKillNPCsPrompt: "Ilagay ang paglilipul ng halaga (numbers), ihiwalay ang bawat isa gamit ang espasyo, o pindutin ang kansela upang bumalik."
|
||||||
|
stageEditorMobsPrompt: "Ilagay ang mob na pangalan ihiwalay ang bawat isa gamit ang espasyo, o pindutin ang kansela upang bumalik"
|
||||||
|
stageEditorMobAmountsPrompt: "Enter mob amounts separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationPrompt: "Right-click on a block t' select it, then enter 'add' t' add it t' th' kill spot list, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationRadiiPrompt: "Enter kill spot radii (number o' blocks) separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationNamesPrompt: "Ilagay ang pangalan ng lokasyon at ihiwalay ang bawat isa gamit ang kama, o pindutin ang kansela upang bumalik"
|
||||||
|
stageEditorReachLocationPrompt: "Pindutin ang kanan sa harang para piliin ito, pagkatapos pindutin ang 'add' para madagdag ito sa naabot ng mga listahan ng lokasyon, o pindutin ang kansela upang bumalik"
|
||||||
|
stageEditorReachLocationRadiiPrompt: "Ilagay ang lokasyon ng pumatay radii (number of blocks) ihiwalay ang bawat isa gamit ang espasyo, o pindutin ang kansela upang bumalik"
|
||||||
|
stageEditorReachLocationNamesPrompt: "Ilagay ang pangalan ng lokasyon at ihiwalay ang bawat isa gamit ang kama, o pindutin ang kansela upang bumalik"
|
||||||
|
stageEditorTameAmountsPrompt: "Ilagay ang walang kasigasigan na halaga ihiwalay ang bawat isa gamit ang espasyo, o pindutin ang kansela upang bumalik"
|
||||||
|
stageEditorShearColorsPrompt: "Ilagay ang kulay ng mga tupa at ihiwalay ito sa bawat isa gamit ang espasyo, o pindutin ang kansela upang bumalik"
|
||||||
|
stageEditorShearAmountsPrompt: "Ilagay ang bilang ng gupitin at ihiwalay ito sa bawat isa gamit ang espasyo, o pindutin ang kansela upang bumalik"
|
||||||
|
stageEditorEventsPrompt: "Ilagay ang pangalan ng kaganapan, o pindutin ang 'malinaw' para maging malinaw ang kaganapan, o 'kansel' upang bumalik"
|
||||||
|
stageEditorChatEventsPrompt: "Ilagay ang pangalan ng kaganapan at idagdag, o pindutin ang 'linisin' para linisin ang lahat ng paguusap na kaganapan, o 'kansel' upang bumalik"
|
||||||
|
stageEditorChatEventsTriggerPromptA: "Ilagay ang tyempo ng usapan"
|
||||||
|
stageEditorChatEventsTriggerPromptB: "o pindutin ang 'kansel' upang bumalik."
|
||||||
|
stageEditorDelayPrompt: "Ilagay ang oras ( sa second), o ilagay 'linisin' para malinis ang pagkaalantala, o 'kansel' upang bumalik"
|
||||||
|
stageEditorDelayMessagePrompt: "Ilagay ang pagkaalantala ng mensahe, o ilagay ang 'linisin' para linisin ang mensahe, o 'kansel' para bumalik"
|
||||||
|
stageEditorScriptPrompt: "Ilagay ang pangalan ng script, o ilagay ang 'linisin' para linisin ang script, o 'kansel' upang bumalik"
|
||||||
|
stageEditorStartMessagePrompt: "Ilagay ang simulan ang mensahe, o ilagay ang 'linisin' para linisin ang mensahe, o 'kansel' upang bumalik"
|
||||||
|
stageEditorCompleteMessagePrompt: "Ilagay ang kompletong mensahe, o ilagay ang 'linisin' para linisin ang mensahe, o 'kansel' upang bumalik"
|
||||||
|
stageEditorPasswordDisplayPrompt: "Ilagay ang password ng display, o 'kansel' para bumalik"
|
||||||
|
stageEditorPasswordDisplayHint: "(Ito ay ang teksto na dapat makita sa mga manlalaro na ito ang kanilang layunin)"
|
||||||
|
stageEditorPasswordPhrasePrompt: "Ilagay ang password parirala, o 'kansel' upang bumalik"
|
||||||
|
stageEditorPasswordPhraseHint1: "(Ito ay ang teksto na ang mga manlalaro ay dapat kompletuhin ang layunin)"
|
||||||
|
stageEditorPasswordPhraseHint2: "Kung gusto mong multiple password parirala, ihiwalay sila gamit ang | (tubo)"
|
||||||
|
stageEditorObjectiveOverridePrompt: "Ilagay ang layuning larawan i-override, o 'linisin' para linisin ang override, o 'kansel' upang bumalik."
|
||||||
|
stageEditorObjectiveOverrideHint: "(Ang layuning larawan na override ay makikita sa mga manlalarong kasalukuyang may layunin)"
|
||||||
|
stageEditorObjectiveOverrideCleared: "Layuning display override ay malinis na."
|
||||||
|
stageEditorDeliveryAddItem: "Magdadag ng bagay"
|
||||||
|
stageEditorDeliveryNPCs: "Itakda ang NPC IDs"
|
||||||
|
stageEditorDeliveryMessages: "Itakda ang pagdadala ng mga mensahe"
|
||||||
|
stageEditorContainsDuplicates: "Listahan ng mga nilalaman ng mga kopya!"
|
||||||
|
stageEditorInvalidBlockName: "ito ay hindi wastong harang sa pangalan!"
|
||||||
|
stageEditorInvalidEnchantment: "ito ay hindi wastong pagka-akit sa pangalan!"
|
||||||
|
stageEditorInvalidNPC: "ito ay hindi wastong NPC ID!"
|
||||||
|
stageEditorInvalidMob: "ito ay hindi wastong pangalan ng mob!"
|
||||||
|
stageEditorInvalidItemName: "ito ay hindi wastong pangalan ng gamit!"
|
||||||
|
stageEditorInvalidNumber: "ito ay hindi numero!"
|
||||||
|
stageEditorInvalidDye: "ito ay hindi wastong kulay ng tina!"
|
||||||
|
stageEditorInvalidEvent: "ito ay hindi wastong pangalan ng kaganapan!"
|
||||||
|
stageEditorDuplicateEvent: "Ang Kaganapan ay kasalukuyang nasa listahan!"
|
||||||
|
stageEditorInvalidDelay: "Isang segundong pagkaantala!"
|
||||||
|
stageEditorInvalidScript: "Denizen script ay hindi makita!"
|
||||||
|
stageEditorNoCitizens: "Ang Citizens ay hindi na-install!"
|
||||||
|
stageEditorNoDenizen: "Denizen ay hindi na-install!"
|
||||||
|
stageEditorPositiveAmount: "Ikaw ay kailangan maglagay ng positibong numero!"
|
||||||
|
stageEditorNoNumber: "Ang input ay hindi numero!"
|
||||||
|
stageEditorNotGreaterThanZero: "ito ay hindi makahihigit sa 0!"
|
||||||
|
stageEditorNotListofNumbers: "Hind wastong pagpasok, input ay wala sa listahan ng numero!"
|
||||||
|
stageEditorNoDelaySet: "Una kailangan mong magtakda ng pagkaalantala!"
|
||||||
|
stageEditorNoBlockNames: "Una kailangan mo magtakda ng pangalan ng mga harang!"
|
||||||
|
stageEditorNoEnchantments: "Una ikaw ay magtatakda ng pagakit!"
|
||||||
|
stageEditorNoItems: "Kailangan mo muna magdagdag ng gamit!"
|
||||||
|
stageEditorNoDeliveryMessage: "Kailangan mong magtakda at maghatid ng mensahe!"
|
||||||
|
stageEditorNoNPCs: "Una kailangan mong magtakda ng NPC IDs!"
|
||||||
|
stageEditorNoMobTypes: "Una kailangan mo maglagay ng mob!"
|
||||||
|
stageEditorNoKillLocations: "Una sa lahat kailangan mo itakda ang lokasyon ng mga patay!"
|
||||||
|
stageEditorNoBlockSelected: "Una kailangan mong i-select ang harang."
|
||||||
|
stageEditorNoColors: "Una kailangan mong itakda ang mga kulay!"
|
||||||
|
stageEditorNoLocations: "Una kailangan mong itakda ang lokasyon!"
|
||||||
|
stageEditorNoEnchantmentsSet: "Walang itinakdang pagkaakit"
|
||||||
|
stageEditorNoItemsSet: "Walang itinakdang gamit"
|
||||||
|
stageEditorNoMobTypesSet: "Walang itinakdang tipo ng mob"
|
||||||
|
stageEditorNoLocationsSet: "Walang itinakdang lokasyon"
|
||||||
|
stageEditorNoColorsSet: "Walang itinakdang kulay"
|
||||||
|
stageEditorListNotSameSize: "Ang harang na listahan ng mga pangalan at ang mga halaga ng listahan ay hindi magkapareho ng laki!"
|
||||||
|
stageEditorEnchantmentNotSameSize: "Ang listahan ng enchantment, ang listahan ng id ng gamit at ang halaga ng listahan ng enchant ay hindi magkapareho ng laki!"
|
||||||
|
stageEditorDeliveriesNotSameSize: "Ang listahan ng gamit at ang listahan ng NPC ay hindi pantay ng laki!"
|
||||||
|
stageEditorNPCKillsNotSameSize: "Ang listahan ng NPC IDs at ang halaga ng listahan ng patay ay hindi magkapareho ng laki!"
|
||||||
|
stageEditorAllListsNotSameSize: "Ang lahat ng iyong listahan ay hindi pareho ng laki!"
|
||||||
|
stageEditorMobTypesNotSameSize: "Ang listahan ng uri ng mob at ang halaga ng listahan ng mob ay hindi magkapareho ng laki!"
|
||||||
|
stageEditorTameMobsNotSameSize: "Ang listahan ng uri ng mob at ang halaga ng listahan ng tame ay hindi magkapareho ng laki!"
|
||||||
|
stageEditorShearNotSameSize: "Ang listahan ng kulay ng tupa at ang halaga ng listahan ng mga nagupitan ay hindi magkatulad ng laki!"
|
||||||
|
stageEditorMustSetPasswordDisplays: "Kinakailangang ikaw ay magdagdag ng kahit isang password display!"
|
||||||
|
stageEditorAddPasswordCleared: "Ang Layuning Password ay tapos na."
|
||||||
|
stageEditorPasswordNotSameSize: "Ang display ng password at listahan ng phrase ng password ay hindi magkatulad ng laki!"
|
||||||
|
stageEditorListContainsDuplicates: " Listahan ng kupya ng nilalaman!"
|
||||||
|
stageEditorDelayCleared: "Pagkaalantala ay tapos na."
|
||||||
|
stageEditorDelayMessageCleared: "Pagkaalantala ng mensahe ay tapos na."
|
||||||
|
stageEditorDenizenCleared: "Denizen script ay tapos na."
|
||||||
|
stageEditorBreakBlocksCleared: "Layunin ng pagpapahinga harangan ay tapos na."
|
||||||
|
stageEditorDamageBlocksCleared: "Pinasala ng harangang layunin ay tapos na."
|
||||||
|
stageEditorPlaceBlocksCleared: "Lugar ng layunin ng bloke ay tapos na."
|
||||||
|
stageEditorUseBlocksCleared: "Gumamit ng layuning harang ay tapos na."
|
||||||
|
stageEditorCutBlocksCleared: "Putulin ang layuning harang ay tapos na."
|
||||||
|
stageEditorEnchantmentsCleared: "Layunin ng enchantment ay tapos na."
|
||||||
|
stageEditorDeliveriesCleared: "Layunin na mapadala ay tapos na."
|
||||||
|
stageEditorReachLocationsCleared: "Layuning pag abot sa lokasyon ay tapos na."
|
||||||
|
stageEditorKillNPCsCleared: "Layuning patayin ang NPCs ay tapos na."
|
||||||
|
stageEditorKillMobsCleared: "Layuning patayin ang mobs ay tapos na."
|
||||||
|
stageEditorTameCleared: "Layuning i-tame ang mobs ay tapos na."
|
||||||
|
stageEditorShearCleared: "Layuning gupitan ang tupa ay tapos na."
|
||||||
|
stageEditorStartMessageCleared: "Pagsimula ng mensahe ay tapos na."
|
||||||
|
stageEditorCompleteMessageCleared: "Kompletong mensahe ay tapos na."
|
||||||
|
stageEditorConfirmStageDelete: "Ikaw ba ay nakakasiguradong gustong burahin ang yugtong ito?"
|
||||||
|
stageEditorConfirmStageNote: "Marami ang yugto pagkatapos ng paglipat ng isang lugar"
|
||||||
|
stageEditorDeleteSucces: "Pagbura ng yugto ay matagumpay."
|
||||||
|
stageEditorEnchantments: "Pagkaakit"
|
||||||
|
stageEditorNPCNote: 'Note: Kailangan mong tukuyin ang pangalang ng NPC na may <npc>'
|
||||||
|
stageEditorOptional: "Pagpipilian"
|
||||||
|
stageEditorColors: "Kulay ng mga tupa"
|
||||||
|
allListsNotSameSize: "Ang lahat ng iyong listahan ay hindi pareho ng laki!"
|
||||||
|
eventEditorCreate: "Gumawa ng bagong kaganapan"
|
||||||
|
eventEditorEdit: "I-edit ang Kaganapan"
|
||||||
|
eventEditorDelete: "Burahin ang kaganapan"
|
||||||
|
eventEditorCreatePermisssions: "Ikaw ay walang permiso na gumawa ng bagong kaganapan."
|
||||||
|
eventEditorEditPermisssions: "Ikaw ay walang permiso para i-edit ang kaganapan."
|
||||||
|
eventEditorDeletePermisssions: "Ikaw ay walang permiso para burahin ang kaganapan."
|
||||||
|
eventEditorNoneToEdit: "Walang kaganapan ang kasalukuyang umiiral para i-edit!"
|
||||||
|
eventEditorNoneToDelete: "Walang kaganapan ang kasalukuyang umiiral para burahin!"
|
||||||
|
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."
|
||||||
|
eventEditorEnterEventName: "Ilagay ang pangalan ng kaganapan, o 'kansel' para bumalik."
|
||||||
|
eventEditorDeletePrompt: "Ikaw ba ay sigurado na gusto mong burahin ang Kaganapan"
|
||||||
|
eventEditorQuitWithoutSaving: "Ikaw ba ay sigurado na gusto mong lumabas kahit hindi mo na i-save?"
|
||||||
|
eventEditorFinishAndSave: "Ikaw ba ay sigurado na gusto mong tapusin at i-save ang Kaganapan"
|
||||||
|
eventEditorModifiedNote: 'Paalala: Babaguhin mo ang kaganapan na ginamit sa sumusunod na pakikipagsapalaran:'
|
||||||
|
eventEditorForcedToQuit: "Kung isi-save mo ang Kaganapan, ang bawat isa na aktibong ginagawa ang lahat ng pakikipagsapalaran ay mapipilitang sila ay umalis."
|
||||||
|
eventEditorEventInUse: "Ang sumusunod na Pakikipagsapalaran ay ginamit sa kaganapan"
|
||||||
|
eventEditorMustModifyQuests: "angeditorngkaganapanayhindimatagpuan"
|
||||||
|
eventEditorListSizeMismatch: "Ang listahan ay hindi magkatulad ang laki!"
|
||||||
|
eventEditorListDuplicates: "Listahan ng mga nilalaman ng mga kopya!"
|
||||||
|
eventEditorNotANumberList: "Input ay hindi kasama sa listahan ng numero!"
|
||||||
|
eventEditorInvalidEntry: "Di wastong pagpasok"
|
||||||
|
eventEditorSetName: "Itakda ang pangalan"
|
||||||
|
eventEditorSetMessage: "Itakda ang mensahe"
|
||||||
|
eventEditorClearInv: "Linisin ang imbentaryo ng manlalaro"
|
||||||
|
eventEditorFailQuest: "Nabigo sa pakikipagsapalaran"
|
||||||
|
eventEditorSetExplosions: "Itakda ang lokasyon ng pagsabog"
|
||||||
|
eventEditorSetLightning: "Itakda ang lokasyon ng kidlat ng pagwelga"
|
||||||
|
eventEditorSetEffects: "Itakda ang mga epekto"
|
||||||
|
eventEditorSetStorm: "Itakda ang bagyo"
|
||||||
|
eventEditorSetThunder: "Itakda ang kidlat"
|
||||||
|
eventEditorSetMobSpawns: "Itakda ang pagikot ng mob"
|
||||||
|
eventEditorSetPotionEffects: "Itakda ang epekto ng gayuma"
|
||||||
|
eventEditorSetHunger: "Itakda ang antas ng gutom ng manlalaro"
|
||||||
|
eventEditorSetSaturation: "Itakda ang antas ng saturation ng manlalaro"
|
||||||
|
eventEditorSetHealth: "Itakda ang antas ng buhay ng manalalaro"
|
||||||
|
eventEditorEnterTimerSeconds: "Itakda ang numero ng ikalawang umaalis bago ang pagkamali sa pagsusulit (gamitin ang pagkansela ng oras ng kaganapan para ikansel ang mga oras)"
|
||||||
|
eventEditorSetTimer: "Itakda ang oras ng pagkakamali sa pagsusulit"
|
||||||
|
eventEditorCancelTimer: "Kanselahin ang oras ng paghanap"
|
||||||
|
eventEditorSetTeleport: "Itakda ang lokasyon na pagteteleport ng mga manlalaro"
|
||||||
|
eventEditorSetCommands: "Itakda ang utos para litisin"
|
||||||
|
eventEditorItems: "Gamit sa kaganapan"
|
||||||
|
eventEditorSetItems: "Magbigay ng gamit"
|
||||||
|
eventEditorItemsCleared: "Gamit sa kaganapan ay tapos na."
|
||||||
|
eventEditorAddItem: "Magdagdag ng gamit"
|
||||||
|
eventEditorSetItemNames: "Itakda ang pangalan ng gamit"
|
||||||
|
eventEditorSetItemAmounts: "Itakda ang halaga ng gamit"
|
||||||
|
eventEditorNoNames: "Walang pangalan na nakatakda"
|
||||||
|
eventEditorMustSetNames: "Kailangan mong magtakda ng pangalan ng gamit!"
|
||||||
|
eventEditorInvalidName: "ito ay hindi wastong pangalan ng gamit!"
|
||||||
|
eventEditorNotGreaterThanZero: "ito ay hindi makahihigit sa 0!"
|
||||||
|
eventEditorNotANumber: "ito ay hindi numero!"
|
||||||
|
eventEditorStorm: "Bagyo ng Kaganapan"
|
||||||
|
eventEditorSetWorld: "Itakda ang mundo"
|
||||||
|
eventEditorSetDuration: "Itakda ang tagal"
|
||||||
|
eventEditorNoWorld: "(Walang mundong nakatakda)"
|
||||||
|
eventEditorSetWorldFirst: "Una kinakailangan mong itakda ang mundo!"
|
||||||
|
eventEditorInvalidWorld: "ito ay hindi wastong pangalan ng mundo!"
|
||||||
|
eventEditorMustSetStormDuration: "Kailangan mong itakda ang tagal ng bagyo!"
|
||||||
|
eventEditorStormCleared: "Ang data ng bagyo ay tapos na."
|
||||||
|
eventEditorEnterStormWorld: "Ilagay ang pangalan ng mundo para sa bagyo upang mangyari sa, o pindutin ang 'kansel' para bumalik"
|
||||||
|
eventEditorEnterDuration: "Ilagay ang tagal (sa segundo)"
|
||||||
|
eventEditorAtLeastOneSecond: "Ang halaga ay kahit na isang segundo!"
|
||||||
|
eventEditorNotGreaterThanOneSecond: "hindi ito makahihigit sa isang segundo!"
|
||||||
|
eventEditorThunder: "Kulog na Kaganapan"
|
||||||
|
eventEditorMustSetThunderDuration: "Kailangan mong itakda ang tagal ng kidlat!"
|
||||||
|
eventEditorThunderCleared: "Data ng kidlat ay tapos na."
|
||||||
|
eventEditorEnterThunderWorld: "Ilagay ang pangalan ng mundo para sa kidlat upang mangyari ito, o pindutin ang 'kansel' para bumalik"
|
||||||
|
eventEditorEffects: "Epekto ng Kaganapan"
|
||||||
|
eventEditorAddEffect: "Magdagdag ng epekto"
|
||||||
|
eventEditorAddEffectLocation: "Magdagdag ng epekto ng lokasyon"
|
||||||
|
eventEditorNoEffects: "Walang epekto sa takda"
|
||||||
|
eventEditorMustAddEffects: "Kailangan mo munang magdagdag ng epekto!"
|
||||||
|
eventEditorInvalidEffect: "ito ay hindi wastong pangalan ng epekto!"
|
||||||
|
eventEditorEffectsCleared: "Epekto sa Kaganapan ay tapos na."
|
||||||
|
eventEditorEffectLocationPrompt: "Pindutin ang kaliwa upang maharangan ang epekto sa manlalaro, pagkatapos pindutin ang 'magdagdag' para magdagdag ng listahan, o pindutin ang 'kansel' para bumalik"
|
||||||
|
eventEditorMobSpawns: "Kaganapan ng pagsilang ng Mob"
|
||||||
|
eventEditorAddMobTypes: "Magdagdag ng mob"
|
||||||
|
eventEditorNoTypesSet: "(Walang itinakdang uri)"
|
||||||
|
eventEditorMustSetMobTypesFirst: "Kailangan mo munang itakda ang uri ng mob!"
|
||||||
|
eventEditorSetMobAmounts: "Itakda ang halaga ng mob"
|
||||||
|
eventEditorNoAmountsSet: "(Walang halaga ang itinakda)"
|
||||||
|
eventEditorMustSetMobAmountsFirst: "Kailangan mo munang itakda ang halaga ng mob!"
|
||||||
|
eventEditorAddSpawnLocation: "Itakda ang lokasyon ng pagbubuhayan"
|
||||||
|
eventEditorMobSpawnsCleared: "Pagkabuhay ng mob ay tapos na."
|
||||||
|
eventEditorMustSetMobLocationFirst: "Kailangan mo munang itakda ang lokasyong ng pagbubuhayan!"
|
||||||
|
eventEditorInvalidMob: "ito ay hindi wastong pangalan ng mob!"
|
||||||
|
eventEditorSetMobName: "Itakda ang pangalan ng kasuotan para sa mob"
|
||||||
|
eventEditorSetMobType: "Itakda ang uri ng mob"
|
||||||
|
eventEditorSetMobItemInHand: "Itakda ang gamit sa kamay"
|
||||||
|
eventEditorSetMobItemInHandDrop: "Itakda ang pagkakataon na maghulog ng gamit sa kamay"
|
||||||
|
eventEditorSetMobBoots: "Itakda ang mga sapatos"
|
||||||
|
eventEditorSetMobBootsDrop: "Itakda ang pagkakataong maghulog ng sapatos"
|
||||||
|
eventEditorSetMobLeggings: "Itakda ang mga pantalon"
|
||||||
|
eventEditorSetMobLeggingsDrop: "Itakda ang paghulog ng pantalon"
|
||||||
|
eventEditorSetMobChestPlate: "Itakda ang plato sa dibdib"
|
||||||
|
eventEditorSetMobChestPlateDrop: "Itakda ang paghulog ng plato sa dibdib"
|
||||||
|
eventEditorSetMobHelmet: "Itakda ang helmet"
|
||||||
|
eventEditorSetMobHelmetDrop: "Itakda ang pagkakataong maghulog ng helmet"
|
||||||
|
eventEditorSetMobSpawnLoc: "Pindutin ang kaliwa para sa harang sa pagbuhay sa mob, pagkatapos pindutin ang 'magdagdag' para kumpirmahin ito, o pindutin ang 'kansel' para bumalik"
|
||||||
|
eventEditorSetMobSpawnAmount: "Itakda ang halaga ng pagbuhay sa mobs"
|
||||||
|
eventEditorSetDropChance: "Itakda ang pagkakataon maghulog"
|
||||||
|
eventEditorInvalidDropChance: "Pagkakataong maghulog sa pagitan ng 0.0 at 1.0"
|
||||||
|
eventEditorLightningPrompt: "Pindutin sa kanan sa harang para mag spawn ang wilga ng kidlat, pagkatapos ilagay ang 'magdagdag' para dagdagan ang listahan, o ilagay ang 'linisin' para linisin nito ang listahan ng lokasyon, o 'kansel' para bumalik"
|
||||||
|
eventEditorPotionEffects: "Kaganapan ng epekto ng gayuma"
|
||||||
|
eventEditorSetPotionEffectTypes: "Itakda ang uri ng epekto ng gayuma"
|
||||||
|
eventEditorMustSetPotionTypesFirst: "Kailangan mo munang magtakda ng uri ng epekto ng gayuma!"
|
||||||
|
eventEditorSetPotionDurations: "Itakda ang tagal ng epekto ng gayuma"
|
||||||
|
eventEditorMustSetPotionDurationsFirst: "Kailangan mo munang itakda ang tagal ng epekto ng gayuma!"
|
||||||
|
eventEditorMustSetPotionTypesAndDurationsFirst: "Kailangan mo munang itakda ang uri at tagal ng epekto ng gayuma!"
|
||||||
|
eventEditorNoDurationsSet: "(Walang itinakdang tagal)"
|
||||||
|
eventEditorSetPotionMagnitudes: "Itakda ang lakas ng epekto ng gayuma"
|
||||||
|
eventEditorPotionsCleared: "Epekto ng gayuma ay tapos na."
|
||||||
|
eventEditorInvalidPotionType: "ito ay hindi wastong uri ng epekto ng gayuma!"
|
||||||
|
eventEditorEnterNPCId: "Ilagay ang NPC ID (o -1 para bumalik)"
|
||||||
|
eventEditorNoNPCExists: "Walang umiiral na NPC sa may id!"
|
||||||
|
eventEditorExplosionPrompt: "Pindutin sa kanan sa harang para umikot ang pagsabog, pagkatapos ilagay ang 'magdagdag' para dagdagan ang listahan, o ilagay ang 'linisin' para linisin nito ang listahan ng pagsabog, o 'kansel' para bumalik"
|
||||||
|
eventEditorSelectBlockFirst: "Una kailangan mong piliin ang harang."
|
||||||
|
eventEditorSetMessagePrompt: "Ilagay ang mensahe, o ilagay ang 'none' para burahin, (o 'kansel' para bumalik)"
|
||||||
|
eventEditorSetItemNamesPrompt: "Ilagay ang pangalan ng gamit ihiwalay ito sa isa't isa gamit ang espasyo, o ilagay ang 'kansel' para bumalik."
|
||||||
|
eventEditorSetItemAmountsPrompt: "Pindutin ang halaga ng gamit (numbers), ihiwalay sa bawat isa gamit ang espasyo, o pindutin ang 'cancel' para bumalik."
|
||||||
|
eventEditorSetMobTypesPrompt: "Ilagay ang pangalan ng mob, o pindutin ang 'kansel' para bumalik"
|
||||||
|
eventEditorSetMobAmountsPrompt: "Ilagay ang halaga ng mob, o pindutin ang 'kansel' para bumalik"
|
||||||
|
eventEditorSetMobNamePrompt: "Itakda ang pangalan sa mob na ito, o pindutin ang 'kansel' para bumalik"
|
||||||
|
eventEditorSetMobLocationPrompt: "Pindutin ang kanan sa harang para piliin ito, pagkatapos pindutin ang 'add' para madagdag ito sa listahan ng lokasyon ng pinagbubuhay ng mob, o pindutin ang kansela upang bumalik"
|
||||||
|
eventEditorSetPotionEffectsPrompt: "Ilagay ang uri ng epekto ng gayuma ihiwalay sa bawat isa gamit ang espasyo, o pindutin ang 'kansel' para bumalik"
|
||||||
|
eventEditorSetPotionDurationsPrompt: "Pindutin ang tagal ng epekto (sa milliseconds), ihiwalay sa bawat isa gamit ang espasyo, o pindutin ang 'cancel' para bumalik"
|
||||||
|
eventEditorSetPotionMagnitudesPrompt: "Ilagay ang magnitudes ng epekto ng gayuma ihiwalay sa bawat isa gamit ang espasyo, o pindutin ang 'kansel' para bumalik"
|
||||||
|
eventEditorSetHungerPrompt: "Ilagay ang antas nang gutom, o -1 para alisin ito"
|
||||||
|
eventEditorHungerLevelAtLeastZero: "Antas ng gutom ay dapat maging kahit 0!"
|
||||||
|
eventEditorSetSaturationPrompt: "Lagyan ng antas ng pagsakop, o -1 para alisin ito"
|
||||||
|
eventEditorSaturationLevelAtLeastZero: "Antas ng pagsakop ay kinakailangan 0!"
|
||||||
|
eventEditorSetHealthPrompt: "Ilagay ang antas ng buhay, o -1 para ito ay alisin"
|
||||||
|
eventEditorHealthLevelAtLeastZero: "Antas ng buhay ay kinakailangan kahit 0!"
|
||||||
|
eventEditorSetTeleportPrompt: "Pindutin sa kanan sa harang para magteleport ang manlalaro, pagkatapos ilagay ang 'tapos na' para upang ito ay matapos, o ilagay ang 'linisin' para linisin nito ang lokasyon ng pinagteleportan, o 'kansel' para bumalik"
|
||||||
|
eventEditorCommandsNote: 'Paalala: Kailangan mong gamitin ang <player> para sumangguni sa pangalan ng manlalaro.'
|
||||||
|
eventEditorSetCommandsPrompt: "Ilagay ang utos at ihiwalay ang bawat isa gamit ang kama, o ilagay ang 'linisin' para linisin nito ang listahan, o pindutin ang 'kansel' para bumalik."
|
||||||
|
reqSetMoney: "Itakda ang pangangailangan ng pera"
|
||||||
|
reqSetQuestPoints: "Itakda ang kinakailangang puntos ng pagsusulit"
|
||||||
|
reqSetItem: "Itakda ang kinakailangang gamit"
|
||||||
|
reqSetPerms: "Itakda ang kinakailangang permiso"
|
||||||
|
reqSetQuest: "Itakda ang kinakailangang pagsusulit"
|
||||||
|
reqSetQuestBlocks: "Itakda ang harang sa pagsusulit"
|
||||||
|
reqSetMcMMO: "Itakda ang kinakailangang mcMMO"
|
||||||
|
reqSetHeroes: "Itakda ang kinakailangang mga bayani"
|
||||||
|
reqSetCustom: "Kinakailangang kasuotan"
|
||||||
|
reqSetFail: "Itakda ang kinakailangang mensahe sa pagkakamali"
|
||||||
|
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>, o 0 para ang pangangailangan pera ay malinis, o -1 para ikansela"
|
||||||
|
reqQuestPointsPrompt: "Ilagay ang halaga ng puntos ng pagsusulit, o 0 para ang puntos ng pagsusulit ay malinis, o -1 para ikansela"
|
||||||
|
reqQuestPrompt: "Ilagay ang listahan ng mga pangalan ng pagsusulit ihiwalay ito sa bawat isa gamit ang <comma>, o ilagay ang linisin para linisin ang listahan, o 'kansel' para bumalik."
|
||||||
|
reqRemoveItemsPrompt: "Ilagay ang mga halaga ng listahan ng katotoohanan/di katotoohanan, ihiwalay ito sa bawat isa gamit ang espasyo, o pindutin ang 'kansel' para bumalik."
|
||||||
|
reqPermissionsPrompt: "Ilagay ang kinakailangang permiso ihiwalay ito sa bawat isa gamit ang espasyo, o ilagay ang 'linisin' para linisin ang listahan, o pindutin ang 'kansel' para bumalik."
|
||||||
|
reqCustomPrompt: "Ilagay ang mga pangalan ng kinakailangang kasuotan para idagdag, o ilagay ang 'linisin para linisin ang lahat ng kinakailangang kasuotan, o 'kansel' para bumalik."
|
||||||
|
reqMcMMOPrompt: "Ilagay ang mcMMO ihiwalay ito sa bawat isa gamit ang espasyo. o pindutin ang 'malinaw' upang maging malinaw ang listahan, o i-kansela upang bumalik."
|
||||||
|
reqMcMMOAmountsPrompt: "Ilagay ang halaga ng kakayanan ng mcMMO. ihiwalay ito sa bawat isa gamit ang espasyo. o pindutin ang 'malinaw' upang maging malinaw ang listahan, o i-kansela upang bumalik."
|
||||||
|
reqHeroesPrimaryPrompt: "Ilagay ang pangalan ng pangunahing klase ng mga bayani, o ilagay ang 'linisin' para linisin ang kinakailangan, o 'kansel' para bumalik."
|
||||||
|
reqHeroesSecondaryPrompt: "Ilagay ang pangalan ng ikalawang klase ng mga bayani, o ilagay ang 'linisin' para linisin ang kinakailangan, o 'kansel' para bumalik."
|
||||||
|
reqFailMessagePrompt: "Ilagay ang kinakailangang maling mensahe, o pindutin ang 'kansel' para bumalik."
|
||||||
|
reqAddItem: "Magdagdag ng gamit"
|
||||||
|
reqSetRemoveItems: "Itakda ang pagalis ng gamit"
|
||||||
|
reqNoItemsSet: "Walang gamit na itinakda"
|
||||||
|
reqNoValuesSet: "Walang itinakdang halaga"
|
||||||
|
reqHeroesPrimaryDisplay: "Pangunahing klase:"
|
||||||
|
reqHeroesSecondaryDisplay: "Ikalawang klase:"
|
||||||
|
reqGreaterThanZero: "Ang halaga ay mas nakahihigit sa 0!"
|
||||||
|
reqNotAQuestName: "<quest> ay hindi pangalan ng Pagsusulit!"
|
||||||
|
reqItemCleared: "Kinakailangang gamit ay tapos na."
|
||||||
|
reqListsNotSameSize: "Ang listahan ng gamit at ang pagtanggal ng listahan ng gamit ay hindi magkasing laki!"
|
||||||
|
reqTrueFalseError: '<input> ay hindi halaga ng totoo o hindi!%br%Example: totoo hindi totoo totoo'
|
||||||
|
reqCustomAlreadyAdded: "Yang kinakailangang kasuotan ay kasalukuyang nadagdag na!"
|
||||||
|
reqCustomNotFound: "Kinakailangang kasuotan ay hindi makita."
|
||||||
|
reqCustomCleared: "Kinakailangang Kasuotan ay tapos na."
|
||||||
|
reqMcMMOError: "<input> ay hindi pangalan ng kakayanan ng mcMMO!"
|
||||||
|
reqMcMMOCleared: "kinakailangang kakayanan ng mcMMO ay tapos na."
|
||||||
|
reqMcMMOAmountsCleared: "kinakailangang halaga ng kakayanan ng mcMMO ay tapos na."
|
||||||
|
reqHeroesNotPrimary: "Ang <class> ay hindi klase ng pangunahin!"
|
||||||
|
reqHeroesPrimaryCleared: "Pangunahin pangangailangang klase ng mga bayani ay tapos na."
|
||||||
|
reqHeroesNotSecondary: "Ang <class> klase ay hindi sekondarya!"
|
||||||
|
reqHeroesSecondaryCleared: "Ikalawang pangangailangang klase ng mga bayani ay tapos na."
|
||||||
|
reqHeroesClassNotFound: "Hindi matagpuan ang klase!"
|
||||||
|
reqNone: "Walang itinakdang pangangailangan"
|
||||||
|
reqNotANumber: "<input> ay hindi numero!"
|
||||||
|
reqMustAddItem: "Kailangan mo munang magdagdag ng kahit isang gamit!"
|
||||||
|
reqNoMessage: "Kailangan mo munang itakda ang pangangailangang pagkakamali na mensahe!"
|
||||||
|
reqNoMcMMO: "mcMMO ay hindi na install"
|
||||||
|
reqNoHeroes: "Mga bayani ay hindi na install"
|
||||||
|
rewSetMoney: "Itakda ang perang gantimpala"
|
||||||
|
rewSetQuestPoints: "Itakda ang gantimpalang puntos ng pagsusulit"
|
||||||
|
rewSetItems: "Itakda ang gantimpalang gamit"
|
||||||
|
rewSetExperience: "Itakda ang gantimpalang karanasan"
|
||||||
|
rewSetCommands: "Itakda ang gantimpalang utos"
|
||||||
|
rewSetPermission: "Itakda ang gantimpalang permisyon"
|
||||||
|
rewSetMcMMO: "Itakda ang gantimpalang kakayanang mcMMO"
|
||||||
|
rewSetHeroes: "Itakda ang gantimpalang karanasan sa mga bayani"
|
||||||
|
rewSetPhat: "Itakda ang gantimpala sa PhatLoot"
|
||||||
|
rewSetCustom: "Itakda ang gantimpalang kasuotan"
|
||||||
|
rewSetHeroesClasses: "Itakda ang mga klase"
|
||||||
|
rewSetHeroesAmounts: "Itakda ang halaga ng karanasan"
|
||||||
|
rewMoneyPrompt: "Ilagay ang halaga ng <money>, o 0 para malinis ang gantimpalang pera, o -1 para ikansela"
|
||||||
|
rewExperiencePrompt: "Ilagay ang halaga ng karanasan, o 0 para malinis ang gantimpalang karanasan, o -1 para ikansela"
|
||||||
|
rewCommandPrompt: "Ilagay ang gantimpalang utos ihiwalay ito sa bawat isa gamit ang <comma>. o pindutin ang 'malinaw' upang maging malinaw ang listahan, o i-kansela upang bumalik."
|
||||||
|
rewCommandPromptHint: 'Paalala: Kailangan mong ilagay ang <player> para tukuyin ang manlalaro na nakakompleto ng pagsusulit. e.g. smite <player>'
|
||||||
|
rewPermissionsPrompt: "Ilagay ang gantimpalang permisyon ihiwalay ito sa bawat isa gamit ang espasyo, o pindutin ang 'malinaw' upang maging malinaw ang listahan, o i-kansela upang bumalik."
|
||||||
|
rewQuestPointsPrompt: "Ilagay ang halaga ng puntos ng pagsusulit, o 0 para linawin ang gantimpalang punto ng pagsusulit, o -1para ikansela"
|
||||||
|
rewMcMMOPrompt: "Ilagay ang kakayanan ng mcMMO, ihiwalay ito sa bawat isa gamit ang espasyo, o pindutin ang 'kansel' para bumalik."
|
||||||
|
rewMcMMOPromptHint: 'Paalala: Isulat ang ''All'' ito ay magbibigay ng antas ng kakayanan.'
|
||||||
|
rewHeroesClassesPrompt: "Ilagay ang klase ng mga bayani ihiwalay ito sa bawat isa gamit ang espasyo, o pindutin ang 'kansel' para bumalik."
|
||||||
|
rewHeroesExperiencePrompt: "Ilagay ang halaga ng karanasan (numero, pinapayagan ang decimals) ihiwalay ito sa bawat isa gamit ang espasyo, o pindutin ang 'kansel' para bumalik."
|
||||||
|
rewPhatLootsPrompt: "Ilagay ang PhatLoots ihiwalay ito sa bawat isa gamit ang espasyo, o ilagay ang 'linisin' para linisin ang listahan, o 'kansel' para bumalik."
|
||||||
|
rewCustomRewardPrompt: "Ilagay ang pangalan ng gantimpalang kasuotan para idagdag, o ilagay ang 'linisin' para linisin lahat ng gantimpalang kasuotan, o 'kansel' para bumalik."
|
||||||
|
rewItemsCleared: "Gantimpalang kasuotan ay tapos na."
|
||||||
|
rewNoMcMMOSkills: "Walang nakatakdang kasuotan"
|
||||||
|
rewNoHeroesClasses: "Walang itinakdang klase"
|
||||||
|
rewSetMcMMOSkillsFirst: "Kailangang mo munang itakda ang kakayanan!"
|
||||||
|
rewMcMMOCleared: "gantimapala ng mcMMO ay tapos na."
|
||||||
|
rewMcMMOListsNotSameSize: "Ang listahan ng kakayanan at listahan ng halaga ng kakayanan ay hindi mag kasing laki!"
|
||||||
|
rewSetHeroesClassesFirst: "Kailangan mo munang itakda ang mga klase!"
|
||||||
|
rewHeroesCleared: "Gantimpala ng mga bayani ay tapos na."
|
||||||
|
rewHeroesListsNotSameSize: "Ang listahan ng mga klase at listahan ng halaga ng karanasan ay hindi magkasing sukat!"
|
||||||
|
rewHeroesInvalidClass: "<input> ay hindi wastong pangalan ng klase ng mga bayani!"
|
||||||
|
rewPhatLootsInvalid: "<input> ay hindi wastong pangalan ng PhatLoot!"
|
||||||
|
rewPhatLootsCleared: "Gantimpala ng PhatLoots ay tapos na."
|
||||||
|
rewCustomAlreadyAdded: "That custom reward has already been added!"
|
||||||
|
rewCustomNotFound: "Custom reward module not found."
|
||||||
|
rewCustomCleared: "Custom rewards cleared."
|
||||||
|
rewNoPhat: "PhatLoots not installed"
|
||||||
|
itemCreateLoadHand: "Load item in hand"
|
||||||
|
itemCreateSetName: "Set name"
|
||||||
|
itemCreateSetAmount: "Set amount"
|
||||||
|
itemCreateSetDurab: "Set durability"
|
||||||
|
itemCreateSetEnchs: "Add/clear enchantments"
|
||||||
|
itemCreateSetDisplay: "Set display name"
|
||||||
|
itemCreateSetLore: "Set lore"
|
||||||
|
itemCreateEnterName: "Enter an item name, or 'cancel' to return."
|
||||||
|
itemCreateEnterAmount: "Enter item amount (max. 64), or 'cancel' to return."
|
||||||
|
itemCreateEnterDurab: "Enter item durability, or 'clear' to clear the data, or 'cancel' to return."
|
||||||
|
itemCreateEnterEnch: "Enter an enchantment name, or 'clear' to clear the enchantments, or 'cancel' to return."
|
||||||
|
itemCreateEnterLevel: "Enter a level (number) for <enchantment>"
|
||||||
|
itemCreateEnterDisplay: "Enter item display name, or 'clear' to clear the display name, or 'cancel' to return."
|
||||||
|
itemCreateEnterLore: "Enter item lore, separating each line by a semi-colon ; or 'clear' to clear the lore, or 'cancel' to return."
|
||||||
|
itemCreateLoaded: "Item loaded."
|
||||||
|
itemCreateNoItem: "No item in hand!"
|
||||||
|
itemCreateNoName: "You must set a name first!"
|
||||||
|
itemCreateInvalidName: "Invalid item name!"
|
||||||
|
itemCreateInvalidAmount: "Amount must be between 1-64!"
|
||||||
|
itemCreateInvalidDurab: "Invalid item durability!"
|
||||||
|
itemCreateInvalidEnch: "Invalid enchantment name!"
|
||||||
|
itemCreateInvalidLevel: "Level must be greater than 0!"
|
||||||
|
itemCreateInvalidInput: "Invalid input!"
|
||||||
|
itemCreateNotNumber: "Input was not a number!"
|
||||||
|
itemCreateNoNameAmount: "You must set a name and amount first!"
|
||||||
|
itemCreateCriticalError: "A critical error has occurred."
|
||||||
|
questTitle: "-- <quest> --"
|
||||||
|
questObjectivesTitle: "---(<quest>)---"
|
||||||
|
questCompleteTitle: '**QUEST COMPLETE: <quest>**'
|
||||||
|
questRewardsTitle: "Rewards:"
|
||||||
|
journalTitle: "Quest Journal"
|
||||||
|
questsTitle: "- Quests -"
|
||||||
|
questHelpTitle: "- Quests -"
|
||||||
|
questListTitle: "- Quests -"
|
||||||
|
questNPCListTitle: "- Quests | <npc> -"
|
||||||
|
questAdminHelpTitle: "- Questadmin -"
|
||||||
|
questEditorTitle: "- Quest Editor -"
|
||||||
|
eventEditorTitle: "- Event Editor - "
|
||||||
|
questCreateTitle: "- Create Quest -"
|
||||||
|
questEditTitle: "- Edit Quest -"
|
||||||
|
questDeleteTitle: "- Delete Quest -"
|
||||||
|
requirementsTitle: "- <quest> | Requirements -"
|
||||||
|
rewardsTitle: "- <quest> | Rewards -"
|
||||||
|
itemRequirementsTitle: "- Item Requirements -"
|
||||||
|
itemRewardsTitle: "- Item Rewards -"
|
||||||
|
mcMMORequirementsTitle: "- mcMMO Requirements -"
|
||||||
|
mcMMORewardsTitle: "- mcMMO Rewards -"
|
||||||
|
heroesRequirementsTitle: "- Heroes Requirements -"
|
||||||
|
heroesRewardsTitle: "- Heroes Rewards -"
|
||||||
|
heroesClassesTitle: "- Heroes Classes -"
|
||||||
|
heroesExperienceTitle: "- Heroes Experience -"
|
||||||
|
heroesPrimaryTitle: "- Primary Classes -"
|
||||||
|
heroesSecondaryTitle: "- Secondary Classes -"
|
||||||
|
phatLootsRewardsTitle: "- PhatLoots Rewards -"
|
||||||
|
customRequirementsTitle: "- Custom Requirements -"
|
||||||
|
customRewardsTitle: "- Custom Rewards -"
|
||||||
|
skillListTitle: "- Skill List -"
|
||||||
|
eventTitle: "- Event -"
|
||||||
|
completedQuestsTitle: "- Completed Quests -"
|
||||||
|
topQuestersTitle: "- Top <number> Questers -"
|
||||||
|
createItemTitle: "- Create Item -"
|
||||||
|
enchantmentsTitle: "- Enchantments -"
|
||||||
|
questGUITitle: "- GUI Item Display -"
|
||||||
|
questRegionTitle: "- Quest Region -"
|
||||||
|
eventEditorGiveItemsTitle: "- Give Items -"
|
||||||
|
eventEditorEffectsTitle: "- Effects -"
|
||||||
|
eventEditorStormTitle: "- Event Storm -"
|
||||||
|
eventEditorThunderTitle: "- Event Thunder -"
|
||||||
|
eventEditorMobSpawnsTitle: "- Event Mob Spawns -"
|
||||||
|
eventEditorMobsTitle: "- Mobs -"
|
||||||
|
eventEditorAddMobTypesTitle: "- Add Mob -"
|
||||||
|
eventEditorPotionEffectsTitle: "- Event Potion Effects -"
|
||||||
|
eventEditorPotionTypesTitle: "- Event Potion Types -"
|
||||||
|
eventEditorWorldsTitle: "- Worlds -"
|
||||||
|
effBlazeShoot: "Sound of a Blaze firing"
|
||||||
|
effBowFire: "Sound of a bow firing"
|
||||||
|
effClick1: "A click sound"
|
||||||
|
effClick2: "A different click sound"
|
||||||
|
effDoorToggle: "Sound of a door opening or closing"
|
||||||
|
effExtinguish: "Sound of fire being extinguished"
|
||||||
|
effGhastShoot: "Sound of a Ghast firing"
|
||||||
|
effGhastShriek: "Sound of a Ghast shrieking"
|
||||||
|
effZombieWood: "Sound of a Zombie chewing an iron door"
|
||||||
|
effZombieIron: "Sound of a Zombie chewing a wooden door"
|
||||||
|
effEnterName: "Enter an effect name to add it to the list, or enter 'cancel' to return"
|
||||||
|
cmdCancel: "cancel"
|
||||||
|
cmdAdd: "add"
|
||||||
|
cmdClear: "clear"
|
||||||
|
cmdNone: "none"
|
||||||
|
cmdDone: "done"
|
||||||
|
acceptQuest: "Accept Quest?"
|
||||||
|
enterAnOption: "Enter an option"
|
||||||
|
questAccepted: 'Quest accepted: <quest>'
|
||||||
|
currentQuest: "Current Quests:"
|
||||||
|
noMoreQuest: "No more quests available."
|
||||||
|
damage: "Damage"
|
||||||
|
break: "Break"
|
||||||
|
place: "Place"
|
||||||
|
use: "Use"
|
||||||
|
cut: "Cut"
|
||||||
|
catchFish: "Catch Fish"
|
||||||
|
enchantItem: "Enchant <item> with <enchantment>"
|
||||||
|
kill: "Kill"
|
||||||
|
killAtLocation: "Kill <mob> at <location>"
|
||||||
|
killPlayer: "Kill a Player"
|
||||||
|
deliver: "Deliver <item> to <npc>"
|
||||||
|
talkTo: "Talk to <npc>"
|
||||||
|
tame: "Tame"
|
||||||
|
shearSheep: "Shear <color> sheep"
|
||||||
|
goTo: "Go to <location>"
|
||||||
|
completed: "Completed"
|
||||||
|
redoCompleted: "(Completed)"
|
||||||
|
consoleError: "This command may only be performed in-game."
|
||||||
|
invalidSelection: "Invalid selection!"
|
||||||
|
noActiveQuest: "You do not currently have any active Quests."
|
||||||
|
speakTo: 'Start: Speak to <npc>'
|
||||||
|
mustSpeakTo: "You must speak to <npc> to start this Quest."
|
||||||
|
noCommandStart: "<quest> may not be started via command."
|
||||||
|
permissionDisplay: "Permission:"
|
||||||
|
heroesClass: "class"
|
||||||
|
mcMMOLevel: "level"
|
||||||
|
haveCompleted: "You have completed <quest>"
|
||||||
|
cannotComplete: "Cannot complete <quest>"
|
||||||
|
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."
|
||||||
|
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."
|
||||||
|
questInfoNoPerms: "You do not have permission to view a Quest's information."
|
||||||
|
questCmdNoPerms: "You do not have access to that command."
|
||||||
|
pageSelectionNum: "Page selection must be a number."
|
||||||
|
pageSelectionPosNum: "Page selection must be a positive number."
|
||||||
|
questListNoPerms: "You do not have permission to view the Quests list."
|
||||||
|
questTakeNoPerms: "You do not have permission to take Quests via commands."
|
||||||
|
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||||
|
questQuit: "You have quit <quest>"
|
||||||
|
questQuitNoPerms: "You do not have permission to quit Quests."
|
||||||
|
questQuitDisabled: "Quitting Quests has been disabled."
|
||||||
|
questEditorNoPerms: "You do not have permission to use the Quests Editor."
|
||||||
|
eventEditorNoPerms: "You do not have permission to use the Events Editor."
|
||||||
|
questsUnknownCommand: "Unknown Quests 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>."
|
||||||
|
questPurged: "<player> has been purged and blacklisted."
|
||||||
|
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."
|
||||||
|
enableNPCGUI: "<npc> will now provide a GUI Quest Display."
|
||||||
|
disableNPCGUI: "<npc> will no longer provide a GUI Quest Display."
|
||||||
|
invalidNumber: "Invalid number."
|
||||||
|
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||||
|
playerNotFound: "Player not found."
|
||||||
|
invalidStageNum: "Invalid stage number for Quest <quest>"
|
||||||
|
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||||
|
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."
|
||||||
|
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!"
|
||||||
|
journalNoQuests: "You have no accepted quests!"
|
||||||
|
journalDenied: "You cannot do that with your Quest Journal."
|
||||||
|
ENCHANTMENT_ARROW_DAMAGE: "Power"
|
||||||
|
ENCHANTMENT_ARROW_FIRE: "Flame"
|
||||||
|
ENCHANTMENT_ARROW_INFINITE: "Infinity"
|
||||||
|
ENCHANTMENT_ARROW_KNOCKBACK: "Punch"
|
||||||
|
ENCHANTMENT_BINDING_CURSE: "BindingCurse"
|
||||||
|
ENCHANTMENT_DAMAGE_ALL: "Sharpness"
|
||||||
|
ENCHANTMENT_DAMAGE_ARTHROPODS: "BaneOfArthropods"
|
||||||
|
ENCHANTMENT_DEPTH_STRIDER: "DepthStrider"
|
||||||
|
ENCHANTMENT_DAMAGE_UNDEAD: "Smite"
|
||||||
|
ENCHANTMENT_DIG_SPEED: "Efficiency"
|
||||||
|
ENCHANTMENT_DURABILITY: "Unbreaking"
|
||||||
|
ENCHANTMENT_FIRE_ASPECT: "FireAspect"
|
||||||
|
ENCHANTMENT_FROST_WALKER: "FrostWalker"
|
||||||
|
ENCHANTMENT_KNOCKBACK: "Knockback"
|
||||||
|
ENCHANTMENT_LOOT_BONUS_BLOCKS: "Fortune"
|
||||||
|
ENCHANTMENT_LOOT_BONUS_MOBS: "Looting"
|
||||||
|
ENCHANTMENT_LUCK: "LuckOfTheSea"
|
||||||
|
ENCHANTMENT_LURE: "Lure"
|
||||||
|
ENCHANTMENT_MENDING: "Mending"
|
||||||
|
ENCHANTMENT_OXYGEN: "Respiration"
|
||||||
|
ENCHANTMENT_PROTECTION_ENVIRONMENTAL: "Protection"
|
||||||
|
ENCHANTMENT_PROTECTION_EXPLOSIONS: "BlastProtection"
|
||||||
|
ENCHANTMENT_PROTECTION_FALL: "FeatherFalling"
|
||||||
|
ENCHANTMENT_PROTECTION_FIRE: "FireProtection"
|
||||||
|
ENCHANTMENT_PROTECTION_PROJECTILE: "ProjectileProtection"
|
||||||
|
ENCHANTMENT_SILK_TOUCH: "SilkTouch"
|
||||||
|
ENCHANTMENT_SWEEPING: "Sweeping"
|
||||||
|
ENCHANTMENT_THORNS: "Thorns"
|
||||||
|
ENCHANTMENT_VANISHING_CURSE: "VanishingCurse"
|
||||||
|
ENCHANTMENT_WATER_WORKER: "AquaAffinity"
|
||||||
|
COLOR_BLACK: "Black"
|
||||||
|
COLOR_BLUE: "Blue"
|
||||||
|
COLOR_BROWN: "Brown"
|
||||||
|
COLOR_CYAN: "Cyan"
|
||||||
|
COLOR_GRAY: "Gray"
|
||||||
|
COLOR_GREEN: "Green"
|
||||||
|
COLOR_LIGHT_BLUE: "LightBlue"
|
||||||
|
COLOR_LIME: "Lime"
|
||||||
|
COLOR_MAGENTA: "Magenta"
|
||||||
|
COLOR_ORANGE: "Orange"
|
||||||
|
COLOR_PINK: "Pink"
|
||||||
|
COLOR_PURPLE: "Purple"
|
||||||
|
COLOR_RED: "Red"
|
||||||
|
COLOR_SILVER: "Silver"
|
||||||
|
COLOR_WHITE: "White"
|
||||||
|
COLOR_YELLOW: "Yellow"
|
||||||
|
timeDay: "Day"
|
||||||
|
timeDays: "Days"
|
||||||
|
timeHour: "Hour"
|
||||||
|
timeHours: "Hours"
|
||||||
|
timeMinute: "Minute"
|
||||||
|
timeMinutes: "Minutes"
|
||||||
|
timeSecond: "Second"
|
||||||
|
timeSeconds: "Seconds"
|
||||||
|
timeMillisecond: "Millisecond"
|
||||||
|
timeMilliseconds: "Milliseconds"
|
||||||
|
event: "Event"
|
||||||
|
delay: "Delay"
|
||||||
|
save: "Save"
|
||||||
|
exit: "Exit"
|
||||||
|
exited: "Exited"
|
||||||
|
cancel: "Cancel"
|
||||||
|
cancelled: "Cancelled"
|
||||||
|
questTimeout: "Cancelled."
|
||||||
|
back: "Back"
|
||||||
|
yesWord: "Yes"
|
||||||
|
noWord: "No"
|
||||||
|
"true": "true"
|
||||||
|
"false": "false"
|
||||||
|
clear: "Clear"
|
||||||
|
edit: "Edit"
|
||||||
|
none: "None"
|
||||||
|
done: "Done"
|
||||||
|
comma: "comma"
|
||||||
|
finish: "Finish"
|
||||||
|
quit: "Quit"
|
||||||
|
noneSet: "None set"
|
||||||
|
noDelaySet: "No delay set"
|
||||||
|
noIdsSet: "No IDs set"
|
||||||
|
noNamesSet: "No names set"
|
||||||
|
worlds: "Worlds"
|
||||||
|
mobs: "Mobs"
|
||||||
|
points: "points"
|
||||||
|
invalidOption: "Invalid option!"
|
||||||
|
npcHint: 'Note: You can left or right click on NPC''s to get their ID.'
|
||||||
|
listDuplicate: "List contains duplicates!"
|
||||||
|
id: "ID"
|
||||||
|
quest: "Quest"
|
||||||
|
quests: "Quests"
|
||||||
|
createdBy: "Created by"
|
||||||
|
continuedBy: "and continued by"
|
||||||
|
questPoints: "Quest Points"
|
||||||
|
accepted: "Accepted"
|
||||||
|
complete: "Complete"
|
||||||
|
redoable: "Redoable"
|
||||||
|
usage: "Usage"
|
||||||
|
redoableEvery: "Redoable every <time>."
|
||||||
|
requirements: "Requirements"
|
||||||
|
money: "Money"
|
||||||
|
with: "With"
|
||||||
|
to: "to"
|
||||||
|
blocksWithin: "within <amount> blocks of"
|
||||||
|
valRequired: "Value required"
|
||||||
|
enchantedItem: "*Enchanted*"
|
||||||
|
experience: "Experience"
|
||||||
|
timerMessage: '<green>Time left to finish the quest/stage: <red>%s seconds'
|
||||||
|
timerStart: "<green>You have <red>%s seconds <green>to finish this quest/stage"
|
||||||
|
questErrorReadingFile: "Error reading Quests file."
|
||||||
|
questSaveError: "An error occurred while saving."
|
||||||
|
questBlacklisted: "You are blacklisted. Contact an admin if this is in error."
|
858
src/main/resources/lang/fr-FR/strings.yml
Normal file
858
src/main/resources/lang/fr-FR/strings.yml
Normal file
@ -0,0 +1,858 @@
|
|||||||
|
---
|
||||||
|
questFailed: "*QUEST FAILED MATEY*"
|
||||||
|
questMaxAllowed: "Ye may only have up t' <number> Quests."
|
||||||
|
questAlreadyOn: "Ye be already on that Quest!"
|
||||||
|
questTooEarly: "Ye may nah take <quest> again fer another <time>."
|
||||||
|
questAlreadyCompleted: "Ye 'ave already looted <quest>."
|
||||||
|
questInvalidLocation: "Ye may nah take <quest> at this location."
|
||||||
|
questInvalidDeliveryItem: "<item> ain't a required item fer this quest!"
|
||||||
|
questSelectedLocation: "Chosen spot"
|
||||||
|
questDisplayHelp: "-Affiche l'aide"
|
||||||
|
COMMAND_LIST: "liste"
|
||||||
|
COMMAND_LIST_HELP: "liste [page] - liste des quêtes disponibles"
|
||||||
|
COMMAND_TAKE: "prendre"
|
||||||
|
COMMAND_TAKE_HELP: "prend [quest name] - Accepte la quête"
|
||||||
|
COMMAND_TAKE_USAGE: /quests take [quest]
|
||||||
|
COMMAND_QUIT: "quittez"
|
||||||
|
COMMAND_QUIT_HELP: "quittez [quest] - Quitte une quête actuelle"
|
||||||
|
COMMAND_EDITOR: "éditeur"
|
||||||
|
COMMAND_EDITOR_HELP: "éditeur - créer/éditer des quêtes"
|
||||||
|
COMMAND_EVENTS_EDITOR: "événements"
|
||||||
|
COMMAND_EVENTS_EDITOR_HELP: "événement - créer/éditer des événements"
|
||||||
|
COMMAND_STATS: "statistiques"
|
||||||
|
COMMAND_STATS_HELP: "statistiques - Voir vos statistiques de Quête"
|
||||||
|
COMMAND_TOP: "top"
|
||||||
|
COMMAND_TOP_HELP: "top [nombre] - Voir les plus grands accomplisseur de Quêtes\""
|
||||||
|
COMMAND_TOP_USAGE: /quests take [nombre]
|
||||||
|
COMMAND_INFO: "info"
|
||||||
|
COMMAND_INFO_HELP: "info - Affiche des informations sur le plugin"
|
||||||
|
COMMAND_JOURNAL: "journal"
|
||||||
|
COMMAND_JOURNAL_HELP: "journal - Voir / Rangez votre Journal de Quête"
|
||||||
|
COMMAND_QUEST_HELP: "- Affiche les objectifs de la Quête en cours"
|
||||||
|
COMMAND_QUESTINFO_HELP: "[nom de la 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: "statistiques [joueur] - Afficher les statistiques d'un joueur\""
|
||||||
|
COMMAND_QUESTADMIN_GIVE: "give"
|
||||||
|
COMMAND_QUESTADMIN_GIVE_HELP: "give [joueur] [quest] - Forcer un joueur de prendre une quête"
|
||||||
|
COMMAND_QUESTADMIN_QUIT: "quit"
|
||||||
|
COMMAND_QUESTADMIN_QUIT_HELP: "quit [joueur] [quest] - Forcer un joueur à quittez une quête"
|
||||||
|
COMMAND_QUESTADMIN_POINTS: "points"
|
||||||
|
COMMAND_QUESTADMIN_POINTS_HELP: "points [joueur] [montant] - Définir le nombre de points de Quête d'un joueur"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [joueur] [montant] - Prendre un nombre de points de Quête à un joueur"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [joueur] [montant] - Donner à un joueur un nombre de points de Quête"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [montant] - Définir le nombre de point de Quête à tous les joueurs"
|
||||||
|
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||||
|
COMMAND_QUESTADMIN_FINISH_HELP: "finish [joueur] [quest] - Forcer l'accomplissement de la Quête pour un joueur"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE: "nextStage"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "nextstage [joueur] [quest]- Force l'accomplissement de l'étape pour un joueur"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE: "setstage"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE_HELP: "setstage [joueur] [quest] [stade] - Définir le stade actuel d'un joueur"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Utilisation: /questadmin setstage [joueur] [quest] [stade]'
|
||||||
|
COMMAND_QUESTADMIN_PURGE: "purge"
|
||||||
|
COMMAND_QUESTADMIN_PURGE_HELP: "purge [joueur] - Effacer toutes les données de quêtes d'un joueur et les mettre en liste noire"
|
||||||
|
COMMAND_QUESTADMIN_RESET: "reset"
|
||||||
|
COMMAND_QUESTADMIN_RESET_HELP: "reset [player] - Effacer toutes les données de quête d'un joueur"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE: "remove"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE_HELP: "remove [joueur] [quest] - Supprimer une quête terminée par un joueur"
|
||||||
|
COMMAND_QUESTADMIN_TOGGLEGUI: "togglegui"
|
||||||
|
COMMAND_QUESTADMIN_TOGGLEGUI_HELP: "togglegui [npc id] - Activer/désactiver le menu de quête d'un NPC"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD: "reload"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD_HELP: "reload - Recharger toutes les quêtes"
|
||||||
|
questEditorHeader: "Créer une quête"
|
||||||
|
questEditorCreate: "Créer une nouvelle quête"
|
||||||
|
questEditorEdit: "Modifier une quête"
|
||||||
|
questEditorDelete: "Supprimer une quête"
|
||||||
|
questEditorName: "Définir le nom"
|
||||||
|
questEditorAskMessage: "Définir le message de demande"
|
||||||
|
questEditorFinishMessage: "Définir le message de fin"
|
||||||
|
questEditorRedoDelay: "Défini le délai pour recommencer"
|
||||||
|
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"
|
||||||
|
questEditorReqs: "Éditer les prérequis"
|
||||||
|
questEditorStages: "Modifier les étapes"
|
||||||
|
questEditorRews: "Éditer les récompenses"
|
||||||
|
questEditorEnterQuestName: "Entrée le nom de la quête (ou 'cancel' pour retourné en arrière)"
|
||||||
|
questEditorEditEnterQuestName: "Entrée le nom de la quête pour le changé (ou 'cancel' pour retourné en arrière)"
|
||||||
|
questEditorEnterAskMessage: "Définir le message de demande (ou \"annuler\" pour revenir en arrière)"
|
||||||
|
questEditorEnterFinishMessage: "Entrée le message final de la quête (ou 'cancel' pour retourné en arrière)"
|
||||||
|
questEditorEnterRedoDelay: "Entrez la durée (en secondes), 0 pour effacer le temps d'attente ou de -1 pour annuler"
|
||||||
|
questEditorEnterNPCStart: "Entrez l’ID NPC, -1 pour effacer le NPC de début ou -2 pour annuler"
|
||||||
|
questEditorEnterBlockStart: "Faites un clic droit sur un bloc à utiliser comme point de départ, puis entrez « done » pour enregistrer, ou entrez « clear » pour effacer le bloc ou « cancel » pour revenir"
|
||||||
|
questEditorEnterInitialEvent: "Entrez un nom d’événement, entrez « clear » pour effacer l’événement initial ou « cancel» pour revenir"
|
||||||
|
questRequiredNoneSet: "Requis, aucune valeur définie"
|
||||||
|
questWGSetRegion: "Définir la région"
|
||||||
|
questWGNotInstalled: "WorldGuard n'est pas installé"
|
||||||
|
questWGPrompt: "Entrer le nom de la région WorldGuard, entrez « clear » pour effacer la région ou « annuler » pour revenir."
|
||||||
|
questWGInvalidRegion: "<region> n’est pas une région WorldGuard valide !"
|
||||||
|
questWGRegionCleared: "Région de quête effacée."
|
||||||
|
questCitNotInstalled: "Le plugin Citizens n'est pas installé"
|
||||||
|
questDenNotInstalled: "Le plugin Denizen n'est pas installé"
|
||||||
|
questGUIError: 'Erreur : cet objet est déjà utilisé comme affichage du menu pour la quête <quest>.'
|
||||||
|
questCurrentItem: "Objet actuel :"
|
||||||
|
questSetItem: "Définir l'objet"
|
||||||
|
questClearItem: "Effacer l'objet"
|
||||||
|
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 !"
|
||||||
|
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."
|
||||||
|
questEditorPositiveAmount: "Veuillez entrer un nombre positif."
|
||||||
|
questEditorQuestAsRequirement1: "Les quêtes suivantes ont"
|
||||||
|
questEditorQuestAsRequirement2: "a comme exigence:"
|
||||||
|
questEditorQuestAsRequirement3: "Vous devez désactivé cette quêtes, avant de la supprimer."
|
||||||
|
questEditorQuestNotFound: "Quête introuvable!"
|
||||||
|
questEditorEventCleared: "Événement initial supprimé."
|
||||||
|
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: "Quest saved! (Ye will needs t' perform a Quest reload fer it t' appear)"
|
||||||
|
questEditorExited: "Are ye sure ye wants t' exit without savin'?"
|
||||||
|
questEditorDeleted: "Are ye sure ye wants t' scuttle th' Quest"
|
||||||
|
questEditorNoPermsCreate: "Ye do nah 'ave permission t' create Quests."
|
||||||
|
questEditorNoPermsEdit: "Ye do nah 'ave permission t' edit Quests."
|
||||||
|
questEditorNoPermsDelete: "Ye do nah 'ave permission t' scuttle Quests."
|
||||||
|
stageEditorEditStage: "Modifier l’étape"
|
||||||
|
stageEditorNewStage: "Ajouter une nouvelle étape"
|
||||||
|
stageEditorStages: "Etapes"
|
||||||
|
stageEditorStage: "Etape"
|
||||||
|
stageEditorBreakBlocks: "Blocs Casser"
|
||||||
|
stageEditorDamageBlocks: "Blocs Dommage"
|
||||||
|
stageEditorPlaceBlocks: "Blocs placer"
|
||||||
|
stageEditorUseBlocks: "Utiliser des blocs"
|
||||||
|
stageEditorCutBlocks: "Casser des blocs"
|
||||||
|
stageEditorCatchFish: "Attraper des poissons"
|
||||||
|
stageEditorFish: "pêcher"
|
||||||
|
stageEditorKillPlayers: "Tuer des joueurs"
|
||||||
|
stageEditorPlayers: "joueurs"
|
||||||
|
stageEditorEnchantItems: "Enchanter des objets"
|
||||||
|
stageEditorDeliverItems: "Quantité Totale Livrée"
|
||||||
|
stageEditorTalkToNPCs: "Parler au NPC"
|
||||||
|
stageEditorKillNPCs: "Tuer des NPC"
|
||||||
|
stageEditorKillMobs: "Tuer des monstres"
|
||||||
|
stageEditorReachLocs: "Reach spots"
|
||||||
|
stageEditorReachRadii1: "Rechercher dans"
|
||||||
|
stageEditorReachRadii2: "blocs de"
|
||||||
|
stageEditorTameMobs: "Apprivoiser des monstres"
|
||||||
|
stageEditorShearSheep: "Tondre des moutons"
|
||||||
|
stageEditorEvents: "Evénements"
|
||||||
|
stageEditorStageEvents: "Étape d'événements"
|
||||||
|
stageEditorStartEvent: "Démarrage de l'événement"
|
||||||
|
stageEditorStartEventCleared: "Événement initial supprimé."
|
||||||
|
stageEditorFinishEvent: "Événement de fin"
|
||||||
|
stageEditorFinishEventCleared: "Événement final supprimé."
|
||||||
|
stageEditorChatEvents: "Événements du chat"
|
||||||
|
stageEditorChatTrigger: "Modifier un déclencheur"
|
||||||
|
stageEditorTriggeredBy: "Déclenché par"
|
||||||
|
stageEditorChatEventsCleared: "Événements de chat effacés."
|
||||||
|
stageEditorDeathEvent: "Événement de mort"
|
||||||
|
stageEditorDeathEventCleared: "Événement de mort effacé."
|
||||||
|
stageEditorDisconnectEvent: "Événement de déconnexion"
|
||||||
|
stageEditorDisconnectEventCleared: "Événement de déconnexion effacé."
|
||||||
|
stageEditorDelayMessage: "Délai entre 2 messages"
|
||||||
|
stageEditorDenizenScript: "Denizen Script"
|
||||||
|
stageEditorStartMessage: "Message de début"
|
||||||
|
stageEditorCompleteMessage: "Message tâche accomplie"
|
||||||
|
stageEditorDelete: "Supprimer l'étape"
|
||||||
|
stageEditorSetBlockNames: "Défini les noms des blocs"
|
||||||
|
stageEditorSetBlockAmounts: "Défini le nombre de blocs"
|
||||||
|
stageEditorSetBlockDurability: "Défini la durabilité du bloc"
|
||||||
|
stageEditorSetDamageAmounts: "Définit le nombre de dégats"
|
||||||
|
stageEditorSetPlaceAmounts: "Set place amounts"
|
||||||
|
stageEditorSetUseAmounts: "Définir le nombre d'utilisation"
|
||||||
|
stageEditorSetCutAmounts: "Set cut amounts"
|
||||||
|
stageEditorSetKillAmounts: "Définir le nombre de mort"
|
||||||
|
stageEditorSetEnchantAmounts: "Définir le nombre enchantements"
|
||||||
|
stageEditorSetMobAmounts: "Définir le nombre de monstres"
|
||||||
|
stageEditorSetEnchantments: "Définir les enchantements"
|
||||||
|
stageEditorSetItemNames: "Définir le nom des objets"
|
||||||
|
stageEditorSetKillIds: "Définir les ID NPC"
|
||||||
|
stageEditorSetMobTypes: "Défini le type du monstre"
|
||||||
|
stageEditorSetKillLocations: "Défini les emplacements de mort"
|
||||||
|
stageEditorSetKillLocationRadii: "Set kill location radii"
|
||||||
|
stageEditorSetKillLocationNames: "Définir le nom des emplacement de mort"
|
||||||
|
stageEditorSetLocations: "Définir la position"
|
||||||
|
stageEditorSetLocationRadii: "Set location radii"
|
||||||
|
stageEditorSetLocationNames: "Définir le nom des positions"
|
||||||
|
stageEditorSetTameAmounts: "Set tame amounts"
|
||||||
|
stageEditorSetShearColors: "Définir la couleur des moutons"
|
||||||
|
stageEditorSetShearAmounts: "Définir le nombre de cisailles"
|
||||||
|
stageEditorPassword: "Password Objectives"
|
||||||
|
stageEditorAddPasswordDisplay: "Add password display"
|
||||||
|
stageEditorAddPasswordPhrases: "Add password phrase(s)"
|
||||||
|
stageEditorNoPasswordDisplays: "No password displays set"
|
||||||
|
stageObjectiveOverride: "Objective Display Override"
|
||||||
|
stageEditorCustom: "Custom Objectives"
|
||||||
|
stageEditorNoModules: "Aucun module chargé"
|
||||||
|
stageEditorModuleNotFound: "Custom objective module not found."
|
||||||
|
stageEditorCustomPrompt: "Enter the name of a custom objective to add, or enter 'clear' to clear all custom objectives, or 'cancel' to return."
|
||||||
|
stageEditorCustomAlreadyAdded: "That custom objective has already been added!"
|
||||||
|
stageEditorCustomCleared: "Custom objectives cleared."
|
||||||
|
stageEditorCustomDataPrompt: "Entrez la valeur pour <data> :"
|
||||||
|
stageEditorEnterBlockNames: "Enter block names (or IDs), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorBreakBlocksPrompt: "Enter break amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorDamageBlocksPrompt: "Enter damage amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorPlaceBlocksPrompt: "Enter place amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorUseBlocksPrompt: "Enter use amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorCutBlocksPrompt: "Enter cut amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorEnterBlockDurability: "Enter block durability (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorCatchFishPrompt: "Entrez le nombre de poissons à attraper, 0 pour retirer l'objectif ou -1 pour annuler"
|
||||||
|
stageEditorKillPlayerPrompt: "Entrez le nombre de joueurs à tuer, 0 pour retirer l'objectif ou -1 pour annuler"
|
||||||
|
stageEditorEnchantTypePrompt: "Écrivez les noms des enchantements, en les séparant chacun par une virgule, ou écrivez 'cancel' pour revenir."
|
||||||
|
stageEditorEnchantAmountsPrompt: "Enter enchant amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorItemNamesPrompt: "Enter item names, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorNPCPrompt: "Enter NPC ids, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorNPCToTalkToPrompt: "Enter NPC IDs, separating each one by a space, or enter 'clear' to clear the NPC ID list, or 'cancel' to return."
|
||||||
|
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
||||||
|
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorMobAmountsPrompt: "Enter mob amounts separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationPrompt: "Right-click on a block t' select it, then enter 'add' t' add it t' th' kill spot list, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationRadiiPrompt: "Enter kill spot radii (number o' blocks) separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||||
|
stageEditorTameAmountsPrompt: "Enter tame amounts separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorShearColorsPrompt: "Enter sheep colors separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorShearAmountsPrompt: "Enter shear amounts separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorEventsPrompt: "Enter an event name, or enter 'clear' to clear the event, or 'cancel' to return"
|
||||||
|
stageEditorChatEventsPrompt: "Enter an event name to add, or enter 'clear' to clear all chat events, or 'cancel' to return"
|
||||||
|
stageEditorChatEventsTriggerPromptA: "Enter a chat trigger for"
|
||||||
|
stageEditorChatEventsTriggerPromptB: "ou tapez 'cancel' pour annuler."
|
||||||
|
stageEditorDelayPrompt: "Entrer le temps (en secondes), tapez 'clear' pour effacer le délai, ou 'cancel' pour annuler"
|
||||||
|
stageEditorDelayMessagePrompt: "Enter delay message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorScriptPrompt: "Enter script name, or enter 'clear' to clear the script, or 'cancel' to return"
|
||||||
|
stageEditorStartMessagePrompt: "Enter start message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorCompleteMessagePrompt: "Enter complete message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorPasswordDisplayPrompt: "Enter a password display, or 'cancel' to return"
|
||||||
|
stageEditorPasswordDisplayHint: "(This is the text that will be displayed to the player as their objective)"
|
||||||
|
stageEditorPasswordPhrasePrompt: "Enter a password phrase, or 'cancel' to return"
|
||||||
|
stageEditorPasswordPhraseHint1: "(This is the text that a player has to say to complete the objective)"
|
||||||
|
stageEditorPasswordPhraseHint2: "If you want multiple password phrases, seperate them by a | (pipe)"
|
||||||
|
stageEditorObjectiveOverridePrompt: "Enter objective display override, or 'clear' to clear the override, or 'cancel' to return."
|
||||||
|
stageEditorObjectiveOverrideHint: "(The objective display override will show up as the players current objective)"
|
||||||
|
stageEditorObjectiveOverrideCleared: "Objective display override cleared."
|
||||||
|
stageEditorDeliveryAddItem: "Ajouter un objet"
|
||||||
|
stageEditorDeliveryNPCs: "Set NPC IDs"
|
||||||
|
stageEditorDeliveryMessages: "Set delivery messages"
|
||||||
|
stageEditorContainsDuplicates: "La liste contient des doublons !"
|
||||||
|
stageEditorInvalidBlockName: "n'est pas un bloc valide !"
|
||||||
|
stageEditorInvalidEnchantment: "n'est pas un enchantement valide !"
|
||||||
|
stageEditorInvalidNPC: "is not a valid NPC ID!"
|
||||||
|
stageEditorInvalidMob: "n'est pas un nom de monstre valide !"
|
||||||
|
stageEditorInvalidItemName: "n'est pas le nom d'un objet valide !"
|
||||||
|
stageEditorInvalidNumber: "n'est pas un nombre !"
|
||||||
|
stageEditorInvalidDye: "n'est pas une teinte de couleur valide !"
|
||||||
|
stageEditorInvalidEvent: "is not a valid event name!"
|
||||||
|
stageEditorDuplicateEvent: "Cet événement est déjà dans la liste !"
|
||||||
|
stageEditorInvalidDelay: "Le délai doit être d'au moins une seconde !"
|
||||||
|
stageEditorInvalidScript: "Denizen script not found!"
|
||||||
|
stageEditorNoCitizens: "Citizens n'est pas installé !"
|
||||||
|
stageEditorNoDenizen: "Denizen n'est pas installé !"
|
||||||
|
stageEditorPositiveAmount: "Vous devez entrer un nombre positif !"
|
||||||
|
stageEditorNoNumber: "Input was not a number!"
|
||||||
|
stageEditorNotGreaterThanZero: "n'est pas supérieur à 0 !"
|
||||||
|
stageEditorNotListofNumbers: "Invalid entry, input was not a list of numbers!"
|
||||||
|
stageEditorNoDelaySet: "Vous devez d'abord définir un délai !"
|
||||||
|
stageEditorNoBlockNames: "You must set block names first!"
|
||||||
|
stageEditorNoEnchantments: "Vous devez d'abord définir les enchantements !"
|
||||||
|
stageEditorNoItems: "Vous devez d'abord ajouter un objet !"
|
||||||
|
stageEditorNoDeliveryMessage: "You must set at least one delivery message!"
|
||||||
|
stageEditorNoNPCs: "You must set NPC IDs first!"
|
||||||
|
stageEditorNoMobTypes: "Vous devez d'abord définir un type de monstre !"
|
||||||
|
stageEditorNoKillLocations: "You must set kill locations first!"
|
||||||
|
stageEditorNoBlockSelected: "Vous devez d'abord sélectionner un bloc."
|
||||||
|
stageEditorNoColors: "Vous devez d'abord définir une couleur !"
|
||||||
|
stageEditorNoLocations: "Vous devez d'abord définir une position !"
|
||||||
|
stageEditorNoEnchantmentsSet: "Aucun enchantement défini"
|
||||||
|
stageEditorNoItemsSet: "Aucun objet défini"
|
||||||
|
stageEditorNoMobTypesSet: "Aucun type de monstre défini"
|
||||||
|
stageEditorNoLocationsSet: "Aucune position définie"
|
||||||
|
stageEditorNoColorsSet: "Aucune couleur définie"
|
||||||
|
stageEditorListNotSameSize: "The block names list and the amounts list are not the same size!"
|
||||||
|
stageEditorEnchantmentNotSameSize: "The enchantments list, the item id list and the enchant amount list are not the same size!"
|
||||||
|
stageEditorDeliveriesNotSameSize: "The item list and the NPC list are not equal in size!"
|
||||||
|
stageEditorNPCKillsNotSameSize: "The NPC IDs list and the kill amounts list are not the same size!"
|
||||||
|
stageEditorAllListsNotSameSize: "Toutes vos listes ne sont pas de la même taille !"
|
||||||
|
stageEditorMobTypesNotSameSize: "The mob types list and the mob amounts list are not the same size!"
|
||||||
|
stageEditorTameMobsNotSameSize: "The mob types list and the tame amounts list are not the same size!"
|
||||||
|
stageEditorShearNotSameSize: "The sheep colors list and the shear amounts list are not the same size!"
|
||||||
|
stageEditorMustSetPasswordDisplays: "You must add at least one password display first!"
|
||||||
|
stageEditorAddPasswordCleared: "Password Objectives cleared."
|
||||||
|
stageEditorPasswordNotSameSize: "The password display and password phrase lists are not the same size!"
|
||||||
|
stageEditorListContainsDuplicates: " List contains duplicates!"
|
||||||
|
stageEditorDelayCleared: "Delay cleared."
|
||||||
|
stageEditorDelayMessageCleared: "Delay message cleared."
|
||||||
|
stageEditorDenizenCleared: "Denizen script cleared."
|
||||||
|
stageEditorBreakBlocksCleared: "Break blocks objective cleared."
|
||||||
|
stageEditorDamageBlocksCleared: "Damage blocks objective cleared."
|
||||||
|
stageEditorPlaceBlocksCleared: "Place blocks objective cleared."
|
||||||
|
stageEditorUseBlocksCleared: "Use blocks objective cleared."
|
||||||
|
stageEditorCutBlocksCleared: "Cut blocks objective cleared."
|
||||||
|
stageEditorEnchantmentsCleared: "Enchantment objective cleared."
|
||||||
|
stageEditorDeliveriesCleared: "Delivery objective cleared."
|
||||||
|
stageEditorReachLocationsCleared: "Reach Locations objective cleared."
|
||||||
|
stageEditorKillNPCsCleared: "Kill NPCs objective cleared."
|
||||||
|
stageEditorKillMobsCleared: "Kill Mobs objective cleared."
|
||||||
|
stageEditorTameCleared: "Tame Mobs objective cleared."
|
||||||
|
stageEditorShearCleared: "Shear Sheep objective cleared."
|
||||||
|
stageEditorStartMessageCleared: "Start message cleared."
|
||||||
|
stageEditorCompleteMessageCleared: "Complete message cleared."
|
||||||
|
stageEditorConfirmStageDelete: "Are you sure you want to delete this stage?"
|
||||||
|
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"
|
||||||
|
allListsNotSameSize: "All of your lists are not the same size!"
|
||||||
|
eventEditorCreate: "Create new Event"
|
||||||
|
eventEditorEdit: "Edit an Event"
|
||||||
|
eventEditorDelete: "Delete an Event"
|
||||||
|
eventEditorCreatePermisssions: "You do not have permission to create new Events."
|
||||||
|
eventEditorEditPermisssions: "You do not have permission to edit Events."
|
||||||
|
eventEditorDeletePermisssions: "You do not have permission to delete Events."
|
||||||
|
eventEditorNoneToEdit: "No Events currently exist to be edited!"
|
||||||
|
eventEditorNoneToDelete: "No Events currently exist to be deleted!"
|
||||||
|
eventEditorNotFound: "Event not found!"
|
||||||
|
eventEditorExists: "Event already exists!"
|
||||||
|
eventEditorSomeone: "Someone is already creating or editing an Event with that name!"
|
||||||
|
eventEditorAlpha: "Name must be alphanumeric!"
|
||||||
|
eventEditorErrorReadingFile: "Error reading Events file."
|
||||||
|
eventEditorErrorSaving: "An error occurred while saving."
|
||||||
|
eventEditorDeleted: "Event deleted, Quests and Events reloaded."
|
||||||
|
eventEditorSaved: "Event saved, Quests and Events reloaded."
|
||||||
|
eventEditorEnterEventName: "Enter an Event name, or 'cancel' to return."
|
||||||
|
eventEditorDeletePrompt: "Are you sure you want to delete the Event"
|
||||||
|
eventEditorQuitWithoutSaving: "Are you sure you want to quit without saving?"
|
||||||
|
eventEditorFinishAndSave: "Are you sure you want to finish and save the Event"
|
||||||
|
eventEditorModifiedNote: 'Note: You have modified an Event that the following Quests use:'
|
||||||
|
eventEditorForcedToQuit: "If you save the Event, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||||
|
eventEditorEventInUse: "The following Quests use the Event"
|
||||||
|
eventEditorMustModifyQuests: "eventEditorNotFound"
|
||||||
|
eventEditorListSizeMismatch: "The lists are not the same size!"
|
||||||
|
eventEditorListDuplicates: "List contains duplicates!"
|
||||||
|
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||||
|
eventEditorInvalidEntry: "Invalid entry"
|
||||||
|
eventEditorSetName: "Définir le nom"
|
||||||
|
eventEditorSetMessage: "Définir le message"
|
||||||
|
eventEditorClearInv: "Vider l'inventaire du joueur"
|
||||||
|
eventEditorFailQuest: "Fail the quest"
|
||||||
|
eventEditorSetExplosions: "Définir les positions des explosions"
|
||||||
|
eventEditorSetLightning: "Définir les positions des éclairs"
|
||||||
|
eventEditorSetEffects: "Définir les effets"
|
||||||
|
eventEditorSetStorm: "Set storm"
|
||||||
|
eventEditorSetThunder: "Set thunder"
|
||||||
|
eventEditorSetMobSpawns: "Set mob spawns"
|
||||||
|
eventEditorSetPotionEffects: "Set potion effects"
|
||||||
|
eventEditorSetHunger: "Définir le niveau de faim du joueur"
|
||||||
|
eventEditorSetSaturation: "Définir le niveau de satiété du joueur"
|
||||||
|
eventEditorSetHealth: "Définir le niveau de vie du joueur"
|
||||||
|
eventEditorEnterTimerSeconds: "Set number of seconds left before the quest fails (use cancel-timer event to cancel timers)"
|
||||||
|
eventEditorSetTimer: "Set time to fail quest"
|
||||||
|
eventEditorCancelTimer: "Cancel the quest timer"
|
||||||
|
eventEditorSetTeleport: "Set player teleport location"
|
||||||
|
eventEditorSetCommands: "Définir les commandes à exécuter"
|
||||||
|
eventEditorItems: "Event Items"
|
||||||
|
eventEditorSetItems: "Donner des objets"
|
||||||
|
eventEditorItemsCleared: "Event items cleared."
|
||||||
|
eventEditorAddItem: "Ajouter un objet"
|
||||||
|
eventEditorSetItemNames: "Définir le nom de l'objet"
|
||||||
|
eventEditorSetItemAmounts: "Définir le nom d'objet"
|
||||||
|
eventEditorNoNames: "Aucun nom défini"
|
||||||
|
eventEditorMustSetNames: "Vous devez d'abord définir un nom !"
|
||||||
|
eventEditorInvalidName: "n'est pas le nom d'un objet valide !"
|
||||||
|
eventEditorNotGreaterThanZero: "is not greater than 0!"
|
||||||
|
eventEditorNotANumber: "is not a number!"
|
||||||
|
eventEditorStorm: "Event Storm"
|
||||||
|
eventEditorSetWorld: "Set world"
|
||||||
|
eventEditorSetDuration: "Set duration"
|
||||||
|
eventEditorNoWorld: "(No world set)"
|
||||||
|
eventEditorSetWorldFirst: "You must set a world first!"
|
||||||
|
eventEditorInvalidWorld: "is not a valid world name!"
|
||||||
|
eventEditorMustSetStormDuration: "You must set a storm duration!"
|
||||||
|
eventEditorStormCleared: "Storm data cleared."
|
||||||
|
eventEditorEnterStormWorld: "Enter a world name for the storm to occur in, or enter 'cancel' to return"
|
||||||
|
eventEditorEnterDuration: "Enter duration (in seconds)"
|
||||||
|
eventEditorAtLeastOneSecond: "Amount must be at least 1 second!"
|
||||||
|
eventEditorNotGreaterThanOneSecond: "is not greater than 1 second!"
|
||||||
|
eventEditorThunder: "Event Thunder"
|
||||||
|
eventEditorMustSetThunderDuration: "You must set a thunder duration!"
|
||||||
|
eventEditorThunderCleared: "Thunder data cleared."
|
||||||
|
eventEditorEnterThunderWorld: "Enter a world name for the thunder to occur in, or enter 'cancel' to return"
|
||||||
|
eventEditorEffects: "Event Effects"
|
||||||
|
eventEditorAddEffect: "Add effect"
|
||||||
|
eventEditorAddEffectLocation: "Add effect location"
|
||||||
|
eventEditorNoEffects: "No effects set"
|
||||||
|
eventEditorMustAddEffects: "You must add effects first!"
|
||||||
|
eventEditorInvalidEffect: "is not a valid effect name!"
|
||||||
|
eventEditorEffectsCleared: "Event effects cleared."
|
||||||
|
eventEditorEffectLocationPrompt: "Right-click on a block to play an effect at, then enter 'add' to add it to the list, or enter 'cancel' to return"
|
||||||
|
eventEditorMobSpawns: "Event Mob Spawns"
|
||||||
|
eventEditorAddMobTypes: "Add mob"
|
||||||
|
eventEditorNoTypesSet: "(No type set)"
|
||||||
|
eventEditorMustSetMobTypesFirst: "You must set the mob type first!"
|
||||||
|
eventEditorSetMobAmounts: "Set mob amount"
|
||||||
|
eventEditorNoAmountsSet: "(No amounts set)"
|
||||||
|
eventEditorMustSetMobAmountsFirst: "You must set mob amount first!"
|
||||||
|
eventEditorAddSpawnLocation: "Set spawn location"
|
||||||
|
eventEditorMobSpawnsCleared: "Mob spawns cleared."
|
||||||
|
eventEditorMustSetMobLocationFirst: "You must set a spawn-location first!"
|
||||||
|
eventEditorInvalidMob: "is not a valid mob name!"
|
||||||
|
eventEditorSetMobName: "Set custom name for mob"
|
||||||
|
eventEditorSetMobType: "Set mob type"
|
||||||
|
eventEditorSetMobItemInHand: "Définir l'objet en main"
|
||||||
|
eventEditorSetMobItemInHandDrop: "Définir le taux de drop de l'objet en main"
|
||||||
|
eventEditorSetMobBoots: "Définir les bottes"
|
||||||
|
eventEditorSetMobBootsDrop: "Définir le taux de drop des bottes"
|
||||||
|
eventEditorSetMobLeggings: "Définir le pantalon"
|
||||||
|
eventEditorSetMobLeggingsDrop: "Définir le taux de drop du pantalon"
|
||||||
|
eventEditorSetMobChestPlate: "Définir le plastron"
|
||||||
|
eventEditorSetMobChestPlateDrop: "Définir le taux de drop du plastron"
|
||||||
|
eventEditorSetMobHelmet: "Définir le casque"
|
||||||
|
eventEditorSetMobHelmetDrop: "Définir le taux de drop du casque"
|
||||||
|
eventEditorSetMobSpawnLoc: "Right-click on a block to spawn a mob at, then enter 'add' to the confirm it, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobSpawnAmount: "Set the amount of mobs to spawn"
|
||||||
|
eventEditorSetDropChance: "Set the drop chance"
|
||||||
|
eventEditorInvalidDropChance: "Drop chance has to be between 0.0 and 1.0"
|
||||||
|
eventEditorLightningPrompt: "Right-click on a block to spawn a lightning strike at, then enter 'add' to add it to the list, or enter 'clear' to clear the locations list, or 'cancel' to return"
|
||||||
|
eventEditorPotionEffects: "Event Potion Effects"
|
||||||
|
eventEditorSetPotionEffectTypes: "Set potion effect types"
|
||||||
|
eventEditorMustSetPotionTypesFirst: "You must set potion effect types first!"
|
||||||
|
eventEditorSetPotionDurations: "Set potion effect durations"
|
||||||
|
eventEditorMustSetPotionDurationsFirst: "You must set potion effect durations first!"
|
||||||
|
eventEditorMustSetPotionTypesAndDurationsFirst: "You must set potion effect types and durations first!"
|
||||||
|
eventEditorNoDurationsSet: "(No durations set)"
|
||||||
|
eventEditorSetPotionMagnitudes: "Set potion effect magnitudes"
|
||||||
|
eventEditorPotionsCleared: "Potion effects cleared."
|
||||||
|
eventEditorInvalidPotionType: "is not a valid potion effect type!"
|
||||||
|
eventEditorEnterNPCId: "Enter NPC ID (or -1 to return)"
|
||||||
|
eventEditorNoNPCExists: "No NPC exists with that id!"
|
||||||
|
eventEditorExplosionPrompt: "Right-click on a block to spawn an explosion at, then enter 'add' to add it to the list, or enter 'clear' to clear the explosions list, or 'cancel' to return"
|
||||||
|
eventEditorSelectBlockFirst: "You must select a block first."
|
||||||
|
eventEditorSetMessagePrompt: "Enter message, or enter 'none' to delete, (or 'cancel' to return)"
|
||||||
|
eventEditorSetItemNamesPrompt: "Enter item names separating each one by a space, or enter 'cancel' to return."
|
||||||
|
eventEditorSetItemAmountsPrompt: "Enter item amounts (numbers) separating each one by a space, or enter 'cancel' to return."
|
||||||
|
eventEditorSetMobTypesPrompt: "Enter mob name, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobAmountsPrompt: "Enter mob amount, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobNamePrompt: "Set the name for this mob, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the mob spawn location list, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionEffectsPrompt: "Enter potion effect types separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionDurationsPrompt: "Enter effect durations (in milliseconds) separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetHungerPrompt: "Enter hunger level, or -1 to remove it"
|
||||||
|
eventEditorHungerLevelAtLeastZero: "Hunger level must be at least 0!"
|
||||||
|
eventEditorSetSaturationPrompt: "Enter saturation level, or -1 to remove it"
|
||||||
|
eventEditorSaturationLevelAtLeastZero: "Saturation level must be at least 0!"
|
||||||
|
eventEditorSetHealthPrompt: "Enter health level, or -1 to remove it"
|
||||||
|
eventEditorHealthLevelAtLeastZero: "Health level must be at least 0!"
|
||||||
|
eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to, then enter 'done' to finish, or enter 'clear' to clear the teleport location, or 'cancel' to return"
|
||||||
|
eventEditorCommandsNote: 'Note: You may use <player> to refer to the player''s name.'
|
||||||
|
eventEditorSetCommandsPrompt: "Enter commands separating each one by a comma, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
reqSetMoney: "Set money requirement"
|
||||||
|
reqSetQuestPoints: "Set Quest Points requirement"
|
||||||
|
reqSetItem: "Set item requirements"
|
||||||
|
reqSetPerms: "Set permission requirements"
|
||||||
|
reqSetQuest: "Set Quest requirements"
|
||||||
|
reqSetQuestBlocks: "Set Quest blocks"
|
||||||
|
reqSetMcMMO: "Set mcMMO requirements"
|
||||||
|
reqSetHeroes: "Set Heroes requirements"
|
||||||
|
reqSetCustom: "Custom requirements"
|
||||||
|
reqSetFail: "Set fail requirements message"
|
||||||
|
reqSetSkills: "Set skills"
|
||||||
|
reqSetSkillAmounts: "Set skill amounts"
|
||||||
|
reqHeroesSetPrimary: "Set Primary Class"
|
||||||
|
reqHeroesSetSecondary: "Set Secondary Class"
|
||||||
|
reqMoneyPrompt: "Enter amount of <money>, or 0 to clear the money requirement, or -1 to cancel"
|
||||||
|
reqQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point requirement, or -1 to cancel"
|
||||||
|
reqQuestPrompt: "Enter a list of Quest names separating each one by a <comma>, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqRemoveItemsPrompt: "Enter a list of true/false values, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
reqPermissionsPrompt: "Enter permission requirements separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
reqCustomPrompt: "Enter the name of a custom requirement to add, or enter 'clear' to clear all custom requirements, or 'cancel' to return."
|
||||||
|
reqMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqMcMMOAmountsPrompt: "Enter mcMMO skill amounts, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqHeroesPrimaryPrompt: "Enter a Heroes Primary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||||
|
reqHeroesSecondaryPrompt: "Enter a Heroes Secondary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||||
|
reqFailMessagePrompt: "Enter fail requirements message, or enter 'cancel' to return."
|
||||||
|
reqAddItem: "Add item"
|
||||||
|
reqSetRemoveItems: "Set remove items"
|
||||||
|
reqNoItemsSet: "No items set"
|
||||||
|
reqNoValuesSet: "No values set"
|
||||||
|
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||||
|
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||||
|
reqGreaterThanZero: "Amount must be greater than 0!"
|
||||||
|
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||||
|
reqItemCleared: "Item requirements cleared."
|
||||||
|
reqListsNotSameSize: "The items list and remove items list are not the same size!"
|
||||||
|
reqTrueFalseError: '<input> is not a true or false value!%br%Example: true false true true'
|
||||||
|
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||||
|
reqCustomNotFound: "Custom requirement module not found."
|
||||||
|
reqCustomCleared: "Custom requirements cleared."
|
||||||
|
reqMcMMOError: "<input> is not an mcMMO skill name!"
|
||||||
|
reqMcMMOCleared: "mcMMO skill requirements cleared."
|
||||||
|
reqMcMMOAmountsCleared: "mcMMO skill amount requirements cleared."
|
||||||
|
reqHeroesNotPrimary: "La classe <class> n'est pas primaire !"
|
||||||
|
reqHeroesPrimaryCleared: "Heroes Primary Class requirement cleared."
|
||||||
|
reqHeroesNotSecondary: "La classe <class> n'est pas secondaire !"
|
||||||
|
reqHeroesSecondaryCleared: "Heroes Secondary Class requirement cleared."
|
||||||
|
reqHeroesClassNotFound: "Classe introuvable !"
|
||||||
|
reqNone: "No requirements set"
|
||||||
|
reqNotANumber: "<input> is not a number!"
|
||||||
|
reqMustAddItem: "You must add at least one item first!"
|
||||||
|
reqNoMessage: "You must set a fail requirements message!"
|
||||||
|
reqNoMcMMO: "mcMMO n'est pas installé"
|
||||||
|
reqNoHeroes: "Heroes n'est pas installé"
|
||||||
|
rewSetMoney: "Définir la récompense en argent"
|
||||||
|
rewSetQuestPoints: "Définir la récompense en points de quête"
|
||||||
|
rewSetItems: "Définir la récompense en objets"
|
||||||
|
rewSetExperience: "Définir la récompense en expérience"
|
||||||
|
rewSetCommands: "Set command rewards"
|
||||||
|
rewSetPermission: "Définir la récompense en permissions"
|
||||||
|
rewSetMcMMO: "Définir la récompense en compétences mcMMO"
|
||||||
|
rewSetHeroes: "Définir la récompense en expérience Heroes"
|
||||||
|
rewSetPhat: "Set PhatLoot rewards"
|
||||||
|
rewSetCustom: "Définir des récompenses personnalisées"
|
||||||
|
rewSetHeroesClasses: "Définir les classes"
|
||||||
|
rewSetHeroesAmounts: "Définir le montant d'expérience"
|
||||||
|
rewMoneyPrompt: "Enter amount of <money>, or 0 to clear the money reward, or -1 to cancel"
|
||||||
|
rewExperiencePrompt: "Entrez le montant en expérience, 0 pour effacer la récompense en expérience ou -1 pour annuler"
|
||||||
|
rewCommandPrompt: "Enter command rewards separating each one by a <comma>, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
rewCommandPromptHint: 'Remarque : Vous pouvez ajouter <player> pour spécifier le joueur qui a terminé la quête, par exemple smite <player>'
|
||||||
|
rewPermissionsPrompt: "Enter permission rewards separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
rewQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point reward, or -1 to cancel"
|
||||||
|
rewMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewMcMMOPromptHint: 'Remarque : Entrer ''All'' donnera des niveaux à toutes les compétences.'
|
||||||
|
rewHeroesClassesPrompt: "Tapez chacune des classes Heroes séparées par un espace, ou tapez 'cancel' pour annuler."
|
||||||
|
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed) separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewPhatLootsPrompt: "Enter PhatLoots separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
rewCustomRewardPrompt: "Enter the name of a custom reward to add, or enter 'clear' to clear all custom rewards, or 'cancel' to return."
|
||||||
|
rewItemsCleared: "Récompense en objets effacée."
|
||||||
|
rewNoMcMMOSkills: "Aucune compétence définie"
|
||||||
|
rewNoHeroesClasses: "Aucune classe définie"
|
||||||
|
rewSetMcMMOSkillsFirst: "Vous devez d'abord définir des compétences !"
|
||||||
|
rewMcMMOCleared: "Récompense mcMMO effacée."
|
||||||
|
rewMcMMOListsNotSameSize: "The skills list and skill amounts list are not the same size!"
|
||||||
|
rewSetHeroesClassesFirst: "Vous devez d'abord définir des classes !"
|
||||||
|
rewHeroesCleared: "Récompense Heroes effacée."
|
||||||
|
rewHeroesListsNotSameSize: "The classes list and experience amounts list are not the same size!"
|
||||||
|
rewHeroesInvalidClass: "<input> n'est pas une classe Heroes valide !"
|
||||||
|
rewPhatLootsInvalid: "<input> is not a valid PhatLoot name!"
|
||||||
|
rewPhatLootsCleared: "Récompense PhatLoots effacée."
|
||||||
|
rewCustomAlreadyAdded: "Cette récompense personnalisée a déjà été ajoutée !"
|
||||||
|
rewCustomNotFound: "Custom reward module not found."
|
||||||
|
rewCustomCleared: "Récompense personnalisée effacée."
|
||||||
|
rewNoPhat: "PhatLoots not installed"
|
||||||
|
itemCreateLoadHand: "Load item in hand"
|
||||||
|
itemCreateSetName: "Set name"
|
||||||
|
itemCreateSetAmount: "Set amount"
|
||||||
|
itemCreateSetDurab: "Set durability"
|
||||||
|
itemCreateSetEnchs: "Add/clear enchantments"
|
||||||
|
itemCreateSetDisplay: "Set display name"
|
||||||
|
itemCreateSetLore: "Set lore"
|
||||||
|
itemCreateEnterName: "Enter an item name, or 'cancel' to return."
|
||||||
|
itemCreateEnterAmount: "Enter item amount (max. 64), or 'cancel' to return."
|
||||||
|
itemCreateEnterDurab: "Enter item durability, or 'clear' to clear the data, or 'cancel' to return."
|
||||||
|
itemCreateEnterEnch: "Enter an enchantment name, or 'clear' to clear the enchantments, or 'cancel' to return."
|
||||||
|
itemCreateEnterLevel: "Enter a level (number) for <enchantment>"
|
||||||
|
itemCreateEnterDisplay: "Enter item display name, or 'clear' to clear the display name, or 'cancel' to return."
|
||||||
|
itemCreateEnterLore: "Enter item lore, separating each line by a semi-colon ; or 'clear' to clear the lore, or 'cancel' to return."
|
||||||
|
itemCreateLoaded: "Item loaded."
|
||||||
|
itemCreateNoItem: "No item in hand!"
|
||||||
|
itemCreateNoName: "You must set a name first!"
|
||||||
|
itemCreateInvalidName: "Invalid item name!"
|
||||||
|
itemCreateInvalidAmount: "Amount must be between 1-64!"
|
||||||
|
itemCreateInvalidDurab: "Invalid item durability!"
|
||||||
|
itemCreateInvalidEnch: "Invalid enchantment name!"
|
||||||
|
itemCreateInvalidLevel: "Level must be greater than 0!"
|
||||||
|
itemCreateInvalidInput: "Invalid input!"
|
||||||
|
itemCreateNotNumber: "Input was not a number!"
|
||||||
|
itemCreateNoNameAmount: "You must set a name and amount first!"
|
||||||
|
itemCreateCriticalError: "A critical error has occurred."
|
||||||
|
questTitle: "-- <quest> --"
|
||||||
|
questObjectivesTitle: "---(<quest>)---"
|
||||||
|
questCompleteTitle: '**QUEST COMPLETE: <quest>**'
|
||||||
|
questRewardsTitle: "Récompenses :"
|
||||||
|
journalTitle: "Journal de quêtes"
|
||||||
|
questsTitle: "- Quêtes -"
|
||||||
|
questHelpTitle: "- Quêtes -"
|
||||||
|
questListTitle: "- Quêtes -"
|
||||||
|
questNPCListTitle: "- Quests | <npc> -"
|
||||||
|
questAdminHelpTitle: "- Questadmin -"
|
||||||
|
questEditorTitle: "- Éditeur de quête -"
|
||||||
|
eventEditorTitle: "- Éditeur d'événement - "
|
||||||
|
questCreateTitle: "- Créer une quête -"
|
||||||
|
questEditTitle: "- Éditer la quête -"
|
||||||
|
questDeleteTitle: "- Supprimer une quête -"
|
||||||
|
requirementsTitle: "- <quest> | Requirements -"
|
||||||
|
rewardsTitle: "- <quest> | Rewards -"
|
||||||
|
itemRequirementsTitle: "- Item Requirements -"
|
||||||
|
itemRewardsTitle: "- Récompenses en objets -"
|
||||||
|
mcMMORequirementsTitle: "- Conditions mcMMO -"
|
||||||
|
mcMMORewardsTitle: "- Récompenses mcMMO -"
|
||||||
|
heroesRequirementsTitle: "- Conditions Heroes -"
|
||||||
|
heroesRewardsTitle: "- Récompenses Heroes -"
|
||||||
|
heroesClassesTitle: "- Classes Heroes -"
|
||||||
|
heroesExperienceTitle: "- Expérience Heroes -"
|
||||||
|
heroesPrimaryTitle: "- Classes primaires -"
|
||||||
|
heroesSecondaryTitle: "- Classes secondaires -"
|
||||||
|
phatLootsRewardsTitle: "- PhatLoots Rewards -"
|
||||||
|
customRequirementsTitle: "- Conditions personnalisées -"
|
||||||
|
customRewardsTitle: "- Récompenses personnalisées -"
|
||||||
|
skillListTitle: "- Liste des compétences -"
|
||||||
|
eventTitle: "- Événement -"
|
||||||
|
completedQuestsTitle: "- Quêtes terminées -"
|
||||||
|
topQuestersTitle: "- Top <number> des quêteurs -"
|
||||||
|
createItemTitle: "- Créer un objet -"
|
||||||
|
enchantmentsTitle: "- Echantements -"
|
||||||
|
questGUITitle: "- GUI Item Display -"
|
||||||
|
questRegionTitle: "- Région de la quête -"
|
||||||
|
eventEditorGiveItemsTitle: "- Donner des objets -"
|
||||||
|
eventEditorEffectsTitle: "- Effets -"
|
||||||
|
eventEditorStormTitle: "- Event Storm -"
|
||||||
|
eventEditorThunderTitle: "- Event Thunder -"
|
||||||
|
eventEditorMobSpawnsTitle: "- Event Mob Spawns -"
|
||||||
|
eventEditorMobsTitle: "- Monstres -"
|
||||||
|
eventEditorAddMobTypesTitle: "- Ajouter un monstre -"
|
||||||
|
eventEditorPotionEffectsTitle: "- Event Potion Effects -"
|
||||||
|
eventEditorPotionTypesTitle: "- Event Potion Types -"
|
||||||
|
eventEditorWorldsTitle: "- Mondes -"
|
||||||
|
effBlazeShoot: "Bruit d’un tir de Blaze"
|
||||||
|
effBowFire: "Bruit d’un tir à l’arc"
|
||||||
|
effClick1: "A click sound"
|
||||||
|
effClick2: "A different click sound"
|
||||||
|
effDoorToggle: "Bruit d'une porte qui s'ouvre ou qui se ferme"
|
||||||
|
effExtinguish: "Sound of fire being extinguished"
|
||||||
|
effGhastShoot: "Sound of a Ghast firing"
|
||||||
|
effGhastShriek: "Sound of a Ghast shrieking"
|
||||||
|
effZombieWood: "Sound of a Zombie chewing an iron door"
|
||||||
|
effZombieIron: "Sound of a Zombie chewing a wooden door"
|
||||||
|
effEnterName: "Enter an effect name to add it to the list, or enter 'cancel' to return"
|
||||||
|
cmdCancel: "cancel"
|
||||||
|
cmdAdd: "add"
|
||||||
|
cmdClear: "clear"
|
||||||
|
cmdNone: "none"
|
||||||
|
cmdDone: "done"
|
||||||
|
acceptQuest: "Accept Quest?"
|
||||||
|
enterAnOption: "Enter an option"
|
||||||
|
questAccepted: 'Quest accepted: <quest>'
|
||||||
|
currentQuest: "Current Quests:"
|
||||||
|
noMoreQuest: "No more quests available."
|
||||||
|
damage: "Damage"
|
||||||
|
break: "Break"
|
||||||
|
place: "Place"
|
||||||
|
use: "Use"
|
||||||
|
cut: "Cut"
|
||||||
|
catchFish: "Catch Fish"
|
||||||
|
enchantItem: "Enchant <item> with <enchantment>"
|
||||||
|
kill: "Kill"
|
||||||
|
killAtLocation: "Kill <mob> at <location>"
|
||||||
|
killPlayer: "Kill a Player"
|
||||||
|
deliver: "Deliver <item> to <npc>"
|
||||||
|
talkTo: "Talk to <npc>"
|
||||||
|
tame: "Tame"
|
||||||
|
shearSheep: "Shear <color> sheep"
|
||||||
|
goTo: "Go to <location>"
|
||||||
|
completed: "Completed"
|
||||||
|
redoCompleted: "(Completed)"
|
||||||
|
consoleError: "This command may only be performed in-game."
|
||||||
|
invalidSelection: "Invalid selection!"
|
||||||
|
noActiveQuest: "You do not currently have any active Quests."
|
||||||
|
speakTo: 'Départ : Parler à <npc>'
|
||||||
|
mustSpeakTo: "Vous devez parler à <npc> pour commencer cette quête."
|
||||||
|
noCommandStart: "<quest> ne peut pas être commencée via une commande."
|
||||||
|
permissionDisplay: "Permission :"
|
||||||
|
heroesClass: "classe"
|
||||||
|
mcMMOLevel: "niveau"
|
||||||
|
haveCompleted: "Vous avez complété <quest>"
|
||||||
|
cannotComplete: "Impossible de terminer <quest>"
|
||||||
|
questNotFound: "Quête introuvable."
|
||||||
|
alreadyConversing: "Vous êtes déjà dans une conversation !"
|
||||||
|
inputNum: "Veuillez entrer un nombre."
|
||||||
|
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 non valide. Veuillez taper 'Oui' ou 'Non'"
|
||||||
|
questPointsDisplay: "Points de quête :"
|
||||||
|
questNoDrop: "Vous ne pouvez pas jeter un objet de quête."
|
||||||
|
questNoBrew: "You may not brew Quest items."
|
||||||
|
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."
|
||||||
|
questInfoNoPerms: "You do not have permission to view a Quest's information."
|
||||||
|
questCmdNoPerms: "You do not have access to that command."
|
||||||
|
pageSelectionNum: "Page selection must be a number."
|
||||||
|
pageSelectionPosNum: "Page selection must be a positive number."
|
||||||
|
questListNoPerms: "You do not have permission to view the Quests list."
|
||||||
|
questTakeNoPerms: "You do not have permission to take Quests via commands."
|
||||||
|
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||||
|
questQuit: "Vous avez quitté <quest>"
|
||||||
|
questQuitNoPerms: "You do not have permission to quit Quests."
|
||||||
|
questQuitDisabled: "Quitting Quests has been disabled."
|
||||||
|
questEditorNoPerms: "You do not have permission to use the Quests Editor."
|
||||||
|
eventEditorNoPerms: "You do not have permission to use the Events Editor."
|
||||||
|
questsUnknownCommand: "Unknown Quests command. Type /quests for help."
|
||||||
|
pageNotExist: "Page does not exist."
|
||||||
|
pageFooter: "- Page <current> / <all> -"
|
||||||
|
questsReloaded: "Quêtes rechargées."
|
||||||
|
numQuestsLoaded: "<number> quêtes chargées."
|
||||||
|
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>."
|
||||||
|
questPurged: "<player> has been purged and blacklisted."
|
||||||
|
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."
|
||||||
|
enableNPCGUI: "<npc> will now provide a GUI Quest Display."
|
||||||
|
disableNPCGUI: "<npc> will no longer provide a GUI Quest Display."
|
||||||
|
invalidNumber: "Invalid number."
|
||||||
|
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||||
|
playerNotFound: "Player not found."
|
||||||
|
invalidStageNum: "Invalid stage number for Quest <quest>"
|
||||||
|
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||||
|
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."
|
||||||
|
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!"
|
||||||
|
journalNoQuests: "You have no accepted quests!"
|
||||||
|
journalDenied: "You cannot do that with your Quest Journal."
|
||||||
|
ENCHANTMENT_ARROW_DAMAGE: "Puissance"
|
||||||
|
ENCHANTMENT_ARROW_FIRE: "Flamme"
|
||||||
|
ENCHANTMENT_ARROW_INFINITE: "Infini"
|
||||||
|
ENCHANTMENT_ARROW_KNOCKBACK: "Punch"
|
||||||
|
ENCHANTMENT_BINDING_CURSE: "BindingCurse"
|
||||||
|
ENCHANTMENT_DAMAGE_ALL: "Tranchant"
|
||||||
|
ENCHANTMENT_DAMAGE_ARTHROPODS: "Fléau des arthropodes"
|
||||||
|
ENCHANTMENT_DEPTH_STRIDER: "Agilité Aquatique"
|
||||||
|
ENCHANTMENT_DAMAGE_UNDEAD: "Châtiment"
|
||||||
|
ENCHANTMENT_DIG_SPEED: "Efficacité"
|
||||||
|
ENCHANTMENT_DURABILITY: "Solidité"
|
||||||
|
ENCHANTMENT_FIRE_ASPECT: "Aspect de Feu"
|
||||||
|
ENCHANTMENT_FROST_WALKER: "FrostWalker"
|
||||||
|
ENCHANTMENT_KNOCKBACK: "Knockback"
|
||||||
|
ENCHANTMENT_LOOT_BONUS_BLOCKS: "Fortune"
|
||||||
|
ENCHANTMENT_LOOT_BONUS_MOBS: "Looting"
|
||||||
|
ENCHANTMENT_LUCK: "Chance de la Mer"
|
||||||
|
ENCHANTMENT_LURE: "Appât"
|
||||||
|
ENCHANTMENT_MENDING: "Mending"
|
||||||
|
ENCHANTMENT_OXYGEN: "Respiration"
|
||||||
|
ENCHANTMENT_PROTECTION_ENVIRONMENTAL: "Protection"
|
||||||
|
ENCHANTMENT_PROTECTION_EXPLOSIONS: "Protection contre les explosions"
|
||||||
|
ENCHANTMENT_PROTECTION_FALL: "Chute Amortie"
|
||||||
|
ENCHANTMENT_PROTECTION_FIRE: "FireProtection"
|
||||||
|
ENCHANTMENT_PROTECTION_PROJECTILE: "ProjectileProtection"
|
||||||
|
ENCHANTMENT_SILK_TOUCH: "SilkTouch"
|
||||||
|
ENCHANTMENT_SWEEPING: "Sweeping"
|
||||||
|
ENCHANTMENT_THORNS: "Épines"
|
||||||
|
ENCHANTMENT_VANISHING_CURSE: "VanishingCurse"
|
||||||
|
ENCHANTMENT_WATER_WORKER: "AquaAffinity"
|
||||||
|
COLOR_BLACK: "Noir"
|
||||||
|
COLOR_BLUE: "Bleu"
|
||||||
|
COLOR_BROWN: "Brun"
|
||||||
|
COLOR_CYAN: "Cyan"
|
||||||
|
COLOR_GRAY: "Gris"
|
||||||
|
COLOR_GREEN: "Vert"
|
||||||
|
COLOR_LIGHT_BLUE: "Bleu clair"
|
||||||
|
COLOR_LIME: "Vert clair"
|
||||||
|
COLOR_MAGENTA: "Magenta"
|
||||||
|
COLOR_ORANGE: "Orange"
|
||||||
|
COLOR_PINK: "Rose"
|
||||||
|
COLOR_PURPLE: "Mauve"
|
||||||
|
COLOR_RED: "Rouge"
|
||||||
|
COLOR_SILVER: "Argenté"
|
||||||
|
COLOR_WHITE: "Blanc"
|
||||||
|
COLOR_YELLOW: "Jaune"
|
||||||
|
timeDay: "Jour"
|
||||||
|
timeDays: "Jours"
|
||||||
|
timeHour: "Heure"
|
||||||
|
timeHours: "Heures"
|
||||||
|
timeMinute: "Minute"
|
||||||
|
timeMinutes: "Minutes"
|
||||||
|
timeSecond: "Seconde"
|
||||||
|
timeSeconds: "Secondes"
|
||||||
|
timeMillisecond: "Milliseconde"
|
||||||
|
timeMilliseconds: "Millisecondes"
|
||||||
|
event: "Événement"
|
||||||
|
delay: "Délai"
|
||||||
|
save: "Sauvegarder"
|
||||||
|
exit: "Quitter"
|
||||||
|
exited: "Vous avez quitté"
|
||||||
|
cancel: "Annuler"
|
||||||
|
cancelled: "Annulé"
|
||||||
|
questTimeout: "Annulé."
|
||||||
|
back: "Retour"
|
||||||
|
yesWord: "Oui"
|
||||||
|
noWord: "Non"
|
||||||
|
"true": "vrai"
|
||||||
|
"false": "faux"
|
||||||
|
clear: "Effacer"
|
||||||
|
edit: "Éditer"
|
||||||
|
none: "Aucun"
|
||||||
|
done: "Fini"
|
||||||
|
comma: "virgule"
|
||||||
|
finish: "Fin"
|
||||||
|
quit: "Quitter"
|
||||||
|
noneSet: "Rien n'a été défini"
|
||||||
|
noDelaySet: "Aucun délai défini"
|
||||||
|
noIdsSet: "Aucune ID définie"
|
||||||
|
noNamesSet: "Aucun nom n'a été défini"
|
||||||
|
worlds: "Mondes"
|
||||||
|
mobs: "Monstres"
|
||||||
|
points: "points"
|
||||||
|
invalidOption: "Option invalide!"
|
||||||
|
npcHint: 'Remarque : Vous pouvez faire un clic gauche ou un clic droit sur un NPC pour obtenir son ID.'
|
||||||
|
listDuplicate: "La liste contient des doublons !"
|
||||||
|
id: "ID"
|
||||||
|
quest: "Quête"
|
||||||
|
quests: "Quêtes"
|
||||||
|
createdBy: "Créé par"
|
||||||
|
continuedBy: "et continué par"
|
||||||
|
questPoints: "Points de quête"
|
||||||
|
accepted: "Accepté"
|
||||||
|
complete: "Complété"
|
||||||
|
redoable: "Recommençable"
|
||||||
|
usage: "Utilisation"
|
||||||
|
redoableEvery: "Recommençable tout les <time>."
|
||||||
|
requirements: "Prérequis"
|
||||||
|
money: "Argent"
|
||||||
|
with: "Avec"
|
||||||
|
to: "à"
|
||||||
|
blocksWithin: "within <amount> blocks of"
|
||||||
|
valRequired: "Valeur requise"
|
||||||
|
enchantedItem: "*Enchanté*"
|
||||||
|
experience: "Expérience"
|
||||||
|
timerMessage: '<green>Time left to finish the quest/stage: <red>%s seconds'
|
||||||
|
timerStart: "<green>You have <red>%s seconds <green>to finish this quest/stage"
|
||||||
|
questErrorReadingFile: "Erreur lors de la lecture du fichier de quêtes."
|
||||||
|
questSaveError: "Une erreur s’est produite lors de la sauvegarde."
|
||||||
|
questBlacklisted: "Vous êtes sur la liste noire. Contactez un admin si c'est une erreur."
|
858
src/main/resources/lang/he-IL/strings.yml
Normal file
858
src/main/resources/lang/he-IL/strings.yml
Normal file
@ -0,0 +1,858 @@
|
|||||||
|
---
|
||||||
|
questFailed: "*QUEST FAILED MATEY*"
|
||||||
|
questMaxAllowed: "Ye may only have up t' <number> Quests."
|
||||||
|
questAlreadyOn: "Ye be already on that Quest!"
|
||||||
|
questTooEarly: "Ye may nah take <quest> again fer another <time>."
|
||||||
|
questAlreadyCompleted: "Ye 'ave already looted <quest>."
|
||||||
|
questInvalidLocation: "Ye may nah take <quest> at this location."
|
||||||
|
questInvalidDeliveryItem: "<item> ain't a required item fer this quest!"
|
||||||
|
questSelectedLocation: "Chosen spot"
|
||||||
|
questDisplayHelp: "- Display this help"
|
||||||
|
COMMAND_LIST: "list"
|
||||||
|
COMMAND_LIST_HELP: "list [page] - List available Quests"
|
||||||
|
COMMAND_TAKE: "take"
|
||||||
|
COMMAND_TAKE_HELP: "take [quest name] - Accept a Quest"
|
||||||
|
COMMAND_TAKE_USAGE: 'Usage: /quests take [quest]'
|
||||||
|
COMMAND_QUIT: "quit"
|
||||||
|
COMMAND_QUIT_HELP: "quit [quest] - Quit a current Quest"
|
||||||
|
COMMAND_EDITOR: "editor"
|
||||||
|
COMMAND_EDITOR_HELP: "editor - Create/Edit Quests"
|
||||||
|
COMMAND_EVENTS_EDITOR: "events"
|
||||||
|
COMMAND_EVENTS_EDITOR_HELP: "events - Create/Edit Events"
|
||||||
|
COMMAND_STATS: "stats"
|
||||||
|
COMMAND_STATS_HELP: "stats - View your Questing stats"
|
||||||
|
COMMAND_TOP: "top"
|
||||||
|
COMMAND_TOP_HELP: "top [number] - View top Questers"
|
||||||
|
COMMAND_TOP_USAGE: 'Usage: /quests top [number]'
|
||||||
|
COMMAND_INFO: "info"
|
||||||
|
COMMAND_INFO_HELP: "info - Display plugin information"
|
||||||
|
COMMAND_JOURNAL: "journal"
|
||||||
|
COMMAND_JOURNAL_HELP: "journal - View/Put away your Quest Journal"
|
||||||
|
COMMAND_QUEST_HELP: "- Display current Quest objectives"
|
||||||
|
COMMAND_QUESTINFO_HELP: "[quest name] - Display Quest information"
|
||||||
|
COMMAND_QUESTADMIN_HELP: "- View Questadmin help"
|
||||||
|
COMMAND_QUESTADMIN_STATS: "stats"
|
||||||
|
COMMAND_QUESTADMIN_STATS_HELP: "stats [player] - View Questing statistics of a player"
|
||||||
|
COMMAND_QUESTADMIN_GIVE: "give"
|
||||||
|
COMMAND_QUESTADMIN_GIVE_HELP: "give [player] [quest] - Force a player to take a Quest"
|
||||||
|
COMMAND_QUESTADMIN_QUIT: "quit"
|
||||||
|
COMMAND_QUESTADMIN_QUIT_HELP: "quit [player] [quest] - Force a player to quit their Quest"
|
||||||
|
COMMAND_QUESTADMIN_POINTS: "points"
|
||||||
|
COMMAND_QUESTADMIN_POINTS_HELP: "points [player] [amount] - Set a players Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [player] [amount] - Take a players Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] - Set ALL players' Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||||
|
COMMAND_QUESTADMIN_FINISH_HELP: "finish [player] [quest] - Immediately force Quest completion for a player"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE: "nextstage"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "nextstage [player] [quest] - Immediately force Stage completion for a player"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE: "setstage"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE_HELP: "setstage [player] [quest] [stage] - Set the current Stage for a player"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Usage: /questadmin setstage [player] [quest] [stage]'
|
||||||
|
COMMAND_QUESTADMIN_PURGE: "purge"
|
||||||
|
COMMAND_QUESTADMIN_PURGE_HELP: "purge [player] - Clear all Quests data of a player AND BLACKLISTS THEM"
|
||||||
|
COMMAND_QUESTADMIN_RESET: "reset"
|
||||||
|
COMMAND_QUESTADMIN_RESET_HELP: "reset [player] - Clear all Quests data of a player"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE: "remove"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE_HELP: "remove [player] [quest] - Remove a completed Quest from a player"
|
||||||
|
COMMAND_QUESTADMIN_TOGGLEGUI: "togglegui"
|
||||||
|
COMMAND_QUESTADMIN_TOGGLEGUI_HELP: "togglegui [npc id] - Toggle GUI Quest Display on an NPC"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD: "reload"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD_HELP: "reload - Reload all Quests"
|
||||||
|
questEditorHeader: "Create Quest"
|
||||||
|
questEditorCreate: "Create new Quest"
|
||||||
|
questEditorEdit: "Edit a Quest"
|
||||||
|
questEditorDelete: "Delete Quest"
|
||||||
|
questEditorName: "Set name"
|
||||||
|
questEditorAskMessage: "Set ask message"
|
||||||
|
questEditorFinishMessage: "Set finish message"
|
||||||
|
questEditorRedoDelay: "Set redo delay"
|
||||||
|
questEditorNPCStart: "Set NPC start"
|
||||||
|
questEditorBlockStart: "Set Block start"
|
||||||
|
questEditorInitialEvent: "Set initial Event"
|
||||||
|
questEditorSetGUI: "Set GUI Item display"
|
||||||
|
questEditorReqs: "Edit Requirements"
|
||||||
|
questEditorStages: "Edit Stages"
|
||||||
|
questEditorRews: "Edit Rewards"
|
||||||
|
questEditorEnterQuestName: "Enter Quest name (or 'cancel' to return)"
|
||||||
|
questEditorEditEnterQuestName: "Enter Quest name to edit (or 'cancel' to return)"
|
||||||
|
questEditorEnterAskMessage: "Enter ask message (or 'cancel' to return)"
|
||||||
|
questEditorEnterFinishMessage: "Enter finish message (or 'cancel' to return)"
|
||||||
|
questEditorEnterRedoDelay: "Enter amount of time (in seconds), 0 to clear the redo delay or -1 to cancel"
|
||||||
|
questEditorEnterNPCStart: "Enter NPC ID, -1 to clear the NPC start or -2 to cancel"
|
||||||
|
questEditorEnterBlockStart: "Right-click on a block to use as a start point, then enter 'done' to save, or enter 'clear' to clear the block start, or 'cancel' to return"
|
||||||
|
questEditorEnterInitialEvent: "Enter an Event name, or enter 'clear' to clear the initial Event, or 'cancel' to return"
|
||||||
|
questRequiredNoneSet: "Required, none set"
|
||||||
|
questWGSetRegion: "Set Region"
|
||||||
|
questWGNotInstalled: "WorldGuard not installed"
|
||||||
|
questWGPrompt: "Enter WorldGuard region, or enter 'clear' to clear the region, or 'cancel' to return."
|
||||||
|
questWGInvalidRegion: "<region> is not a valid WorldGuard region!"
|
||||||
|
questWGRegionCleared: "Quest region cleared."
|
||||||
|
questCitNotInstalled: "Citizens not installed"
|
||||||
|
questDenNotInstalled: "Denizen not installed"
|
||||||
|
questGUIError: 'Error: That item is already being used as the GUI Display for the Quest <quest>.'
|
||||||
|
questCurrentItem: "Current item:"
|
||||||
|
questSetItem: "Set Item"
|
||||||
|
questClearItem: "Clear Item"
|
||||||
|
questGUICleared: "Quest GUI Item Display cleared."
|
||||||
|
questDeleted: "Quest deleted! Quests and Events have 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 event 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"
|
||||||
|
questEditorQuestAsRequirement2: "as a requirement:"
|
||||||
|
questEditorQuestAsRequirement3: "You must modify these Quests so that they do not use it before deleting it."
|
||||||
|
questEditorQuestNotFound: "Quest not found!"
|
||||||
|
questEditorEventCleared: "Initial Event 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!"
|
||||||
|
questEditorSaved: "Quest saved! (Ye will needs t' perform a Quest reload fer it t' appear)"
|
||||||
|
questEditorExited: "Are ye sure ye wants t' exit without savin'?"
|
||||||
|
questEditorDeleted: "Are ye sure ye wants t' scuttle th' Quest"
|
||||||
|
questEditorNoPermsCreate: "Ye do nah 'ave permission t' create Quests."
|
||||||
|
questEditorNoPermsEdit: "Ye do nah 'ave permission t' edit Quests."
|
||||||
|
questEditorNoPermsDelete: "Ye do nah 'ave permission t' scuttle Quests."
|
||||||
|
stageEditorEditStage: "Edit Stage"
|
||||||
|
stageEditorNewStage: "Add new Stage"
|
||||||
|
stageEditorStages: "Stages"
|
||||||
|
stageEditorStage: "Stage"
|
||||||
|
stageEditorBreakBlocks: "Break Blocks"
|
||||||
|
stageEditorDamageBlocks: "Damage Blocks"
|
||||||
|
stageEditorPlaceBlocks: "Place Blocks"
|
||||||
|
stageEditorUseBlocks: "Use Blocks"
|
||||||
|
stageEditorCutBlocks: "Cut Blocks"
|
||||||
|
stageEditorCatchFish: "Catch Fish"
|
||||||
|
stageEditorFish: "fish"
|
||||||
|
stageEditorKillPlayers: "Kill Players"
|
||||||
|
stageEditorPlayers: "players"
|
||||||
|
stageEditorEnchantItems: "Enchant Items"
|
||||||
|
stageEditorDeliverItems: "Deliver Items"
|
||||||
|
stageEditorTalkToNPCs: "Talk to NPCs"
|
||||||
|
stageEditorKillNPCs: "Kill NPCs"
|
||||||
|
stageEditorKillMobs: "Kill Mobs"
|
||||||
|
stageEditorReachLocs: "Reach spots"
|
||||||
|
stageEditorReachRadii1: "Reach within"
|
||||||
|
stageEditorReachRadii2: "blocks of"
|
||||||
|
stageEditorTameMobs: "Tame Mobs"
|
||||||
|
stageEditorShearSheep: "Shear Sheep"
|
||||||
|
stageEditorEvents: "Events"
|
||||||
|
stageEditorStageEvents: "Stage Events"
|
||||||
|
stageEditorStartEvent: "Start Event"
|
||||||
|
stageEditorStartEventCleared: "Start Event cleared."
|
||||||
|
stageEditorFinishEvent: "Finish Event"
|
||||||
|
stageEditorFinishEventCleared: "Finish Event cleared."
|
||||||
|
stageEditorChatEvents: "Chat Events"
|
||||||
|
stageEditorChatTrigger: "Chat Trigger"
|
||||||
|
stageEditorTriggeredBy: "Triggered by"
|
||||||
|
stageEditorChatEventsCleared: "Chat Events cleared."
|
||||||
|
stageEditorDeathEvent: "Death Event"
|
||||||
|
stageEditorDeathEventCleared: "Death Event cleared."
|
||||||
|
stageEditorDisconnectEvent: "Disconnect Event"
|
||||||
|
stageEditorDisconnectEventCleared: "Disconnect Event cleared."
|
||||||
|
stageEditorDelayMessage: "Delay Message"
|
||||||
|
stageEditorDenizenScript: "Denizen Script"
|
||||||
|
stageEditorStartMessage: "Start Message"
|
||||||
|
stageEditorCompleteMessage: "Complete Message"
|
||||||
|
stageEditorDelete: "Delete Stage"
|
||||||
|
stageEditorSetBlockNames: "Set block names"
|
||||||
|
stageEditorSetBlockAmounts: "Set block amounts"
|
||||||
|
stageEditorSetBlockDurability: "Set block durability"
|
||||||
|
stageEditorSetDamageAmounts: "Set damage amounts"
|
||||||
|
stageEditorSetPlaceAmounts: "Set place amounts"
|
||||||
|
stageEditorSetUseAmounts: "Set use amounts"
|
||||||
|
stageEditorSetCutAmounts: "Set cut amounts"
|
||||||
|
stageEditorSetKillAmounts: "Set kill amounts"
|
||||||
|
stageEditorSetEnchantAmounts: "Set enchant amounts"
|
||||||
|
stageEditorSetMobAmounts: "Set mob amounts"
|
||||||
|
stageEditorSetEnchantments: "Set enchantments"
|
||||||
|
stageEditorSetItemNames: "Set item names"
|
||||||
|
stageEditorSetKillIds: "Set NPC IDs"
|
||||||
|
stageEditorSetMobTypes: "Set mob types"
|
||||||
|
stageEditorSetKillLocations: "Set kill locations"
|
||||||
|
stageEditorSetKillLocationRadii: "Set kill location radii"
|
||||||
|
stageEditorSetKillLocationNames: "Set kill location names"
|
||||||
|
stageEditorSetLocations: "Set locations"
|
||||||
|
stageEditorSetLocationRadii: "Set location radii"
|
||||||
|
stageEditorSetLocationNames: "Set location names"
|
||||||
|
stageEditorSetTameAmounts: "Set tame amounts"
|
||||||
|
stageEditorSetShearColors: "Set sheep colors"
|
||||||
|
stageEditorSetShearAmounts: "Set shear amounts"
|
||||||
|
stageEditorPassword: "Password Objectives"
|
||||||
|
stageEditorAddPasswordDisplay: "Add password display"
|
||||||
|
stageEditorAddPasswordPhrases: "Add password phrase(s)"
|
||||||
|
stageEditorNoPasswordDisplays: "No password displays set"
|
||||||
|
stageObjectiveOverride: "Objective Display Override"
|
||||||
|
stageEditorCustom: "Custom Objectives"
|
||||||
|
stageEditorNoModules: "No modules loaded"
|
||||||
|
stageEditorModuleNotFound: "Custom objective module not found."
|
||||||
|
stageEditorCustomPrompt: "Enter the name of a custom objective to add, or enter 'clear' to clear all custom objectives, or 'cancel' to return."
|
||||||
|
stageEditorCustomAlreadyAdded: "That custom objective has already been added!"
|
||||||
|
stageEditorCustomCleared: "Custom objectives cleared."
|
||||||
|
stageEditorCustomDataPrompt: "Enter value for <data>:"
|
||||||
|
stageEditorEnterBlockNames: "Enter block names (or IDs), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorBreakBlocksPrompt: "Enter break amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorDamageBlocksPrompt: "Enter damage amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorPlaceBlocksPrompt: "Enter place amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorUseBlocksPrompt: "Enter use amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorCutBlocksPrompt: "Enter cut amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorEnterBlockDurability: "Enter block durability (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorCatchFishPrompt: "Enter number of fish to catch, or 0 to clear the fish catch objective, or -1 to cancel"
|
||||||
|
stageEditorKillPlayerPrompt: "Enter number of players to kill, or 0 to clear the player kill objective, or -1 to cancel"
|
||||||
|
stageEditorEnchantTypePrompt: "Enter enchantment names, separating each one by a comma, or enter 'cancel' to return."
|
||||||
|
stageEditorEnchantAmountsPrompt: "Enter enchant amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorItemNamesPrompt: "Enter item names, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorNPCPrompt: "Enter NPC ids, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorNPCToTalkToPrompt: "Enter NPC IDs, separating each one by a space, or enter 'clear' to clear the NPC ID list, or 'cancel' to return."
|
||||||
|
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
||||||
|
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorMobAmountsPrompt: "Enter mob amounts separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationPrompt: "Right-click on a block t' select it, then enter 'add' t' add it t' th' kill spot list, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationRadiiPrompt: "Enter kill spot radii (number o' blocks) separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||||
|
stageEditorTameAmountsPrompt: "Enter tame amounts separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorShearColorsPrompt: "Enter sheep colors separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorShearAmountsPrompt: "Enter shear amounts separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorEventsPrompt: "Enter an event name, or enter 'clear' to clear the event, or 'cancel' to return"
|
||||||
|
stageEditorChatEventsPrompt: "Enter an event name to add, or enter 'clear' to clear all chat events, or 'cancel' to return"
|
||||||
|
stageEditorChatEventsTriggerPromptA: "Enter a chat trigger for"
|
||||||
|
stageEditorChatEventsTriggerPromptB: "or enter 'cancel' to return."
|
||||||
|
stageEditorDelayPrompt: "Enter time (in seconds), or enter 'clear' to clear the delay, or 'cancel' to return"
|
||||||
|
stageEditorDelayMessagePrompt: "Enter delay message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorScriptPrompt: "Enter script name, or enter 'clear' to clear the script, or 'cancel' to return"
|
||||||
|
stageEditorStartMessagePrompt: "Enter start message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorCompleteMessagePrompt: "Enter complete message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorPasswordDisplayPrompt: "Enter a password display, or 'cancel' to return"
|
||||||
|
stageEditorPasswordDisplayHint: "(This is the text that will be displayed to the player as their objective)"
|
||||||
|
stageEditorPasswordPhrasePrompt: "Enter a password phrase, or 'cancel' to return"
|
||||||
|
stageEditorPasswordPhraseHint1: "(This is the text that a player has to say to complete the objective)"
|
||||||
|
stageEditorPasswordPhraseHint2: "If you want multiple password phrases, seperate them by a | (pipe)"
|
||||||
|
stageEditorObjectiveOverridePrompt: "Enter objective display override, or 'clear' to clear the override, or 'cancel' to return."
|
||||||
|
stageEditorObjectiveOverrideHint: "(The objective display override will show up as the players current objective)"
|
||||||
|
stageEditorObjectiveOverrideCleared: "Objective display override cleared."
|
||||||
|
stageEditorDeliveryAddItem: "Add item"
|
||||||
|
stageEditorDeliveryNPCs: "Set NPC IDs"
|
||||||
|
stageEditorDeliveryMessages: "Set delivery messages"
|
||||||
|
stageEditorContainsDuplicates: "List contains duplicates!"
|
||||||
|
stageEditorInvalidBlockName: "is not a valid block name!"
|
||||||
|
stageEditorInvalidEnchantment: "is not a valid enchantment name!"
|
||||||
|
stageEditorInvalidNPC: "is not a valid NPC ID!"
|
||||||
|
stageEditorInvalidMob: "is not a valid mob name!"
|
||||||
|
stageEditorInvalidItemName: "is not a valid item name!"
|
||||||
|
stageEditorInvalidNumber: "is not a number!"
|
||||||
|
stageEditorInvalidDye: "is not a valid dye color!"
|
||||||
|
stageEditorInvalidEvent: "is not a valid event name!"
|
||||||
|
stageEditorDuplicateEvent: "Event is already in the list!"
|
||||||
|
stageEditorInvalidDelay: "Delay must be at least one second!"
|
||||||
|
stageEditorInvalidScript: "Denizen script not found!"
|
||||||
|
stageEditorNoCitizens: "Citizens is not installed!"
|
||||||
|
stageEditorNoDenizen: "Denizen is not installed!"
|
||||||
|
stageEditorPositiveAmount: "You must enter a positive number!"
|
||||||
|
stageEditorNoNumber: "Input was not a number!"
|
||||||
|
stageEditorNotGreaterThanZero: "is not greater than 0!"
|
||||||
|
stageEditorNotListofNumbers: "Invalid entry, input was not a list of numbers!"
|
||||||
|
stageEditorNoDelaySet: "You must set a delay first!"
|
||||||
|
stageEditorNoBlockNames: "You must set block names first!"
|
||||||
|
stageEditorNoEnchantments: "You must set enchantments first!"
|
||||||
|
stageEditorNoItems: "You must add items first!"
|
||||||
|
stageEditorNoDeliveryMessage: "You must set at least one delivery message!"
|
||||||
|
stageEditorNoNPCs: "You must set NPC IDs first!"
|
||||||
|
stageEditorNoMobTypes: "You must set mob types first!"
|
||||||
|
stageEditorNoKillLocations: "You must set kill locations first!"
|
||||||
|
stageEditorNoBlockSelected: "You must select a block first."
|
||||||
|
stageEditorNoColors: "You must set colors first!"
|
||||||
|
stageEditorNoLocations: "You must set locations first!"
|
||||||
|
stageEditorNoEnchantmentsSet: "No enchantments set"
|
||||||
|
stageEditorNoItemsSet: "No items set"
|
||||||
|
stageEditorNoMobTypesSet: "No mob types set"
|
||||||
|
stageEditorNoLocationsSet: "No locations set"
|
||||||
|
stageEditorNoColorsSet: "No colors set"
|
||||||
|
stageEditorListNotSameSize: "The block names list and the amounts list are not the same size!"
|
||||||
|
stageEditorEnchantmentNotSameSize: "The enchantments list, the item id list and the enchant amount list are not the same size!"
|
||||||
|
stageEditorDeliveriesNotSameSize: "The item list and the NPC list are not equal in size!"
|
||||||
|
stageEditorNPCKillsNotSameSize: "The NPC IDs list and the kill amounts list are not the same size!"
|
||||||
|
stageEditorAllListsNotSameSize: "All of your lists are not the same size!"
|
||||||
|
stageEditorMobTypesNotSameSize: "The mob types list and the mob amounts list are not the same size!"
|
||||||
|
stageEditorTameMobsNotSameSize: "The mob types list and the tame amounts list are not the same size!"
|
||||||
|
stageEditorShearNotSameSize: "The sheep colors list and the shear amounts list are not the same size!"
|
||||||
|
stageEditorMustSetPasswordDisplays: "You must add at least one password display first!"
|
||||||
|
stageEditorAddPasswordCleared: "Password Objectives cleared."
|
||||||
|
stageEditorPasswordNotSameSize: "The password display and password phrase lists are not the same size!"
|
||||||
|
stageEditorListContainsDuplicates: " List contains duplicates!"
|
||||||
|
stageEditorDelayCleared: "Delay cleared."
|
||||||
|
stageEditorDelayMessageCleared: "Delay message cleared."
|
||||||
|
stageEditorDenizenCleared: "Denizen script cleared."
|
||||||
|
stageEditorBreakBlocksCleared: "Break blocks objective cleared."
|
||||||
|
stageEditorDamageBlocksCleared: "Damage blocks objective cleared."
|
||||||
|
stageEditorPlaceBlocksCleared: "Place blocks objective cleared."
|
||||||
|
stageEditorUseBlocksCleared: "Use blocks objective cleared."
|
||||||
|
stageEditorCutBlocksCleared: "Cut blocks objective cleared."
|
||||||
|
stageEditorEnchantmentsCleared: "Enchantment objective cleared."
|
||||||
|
stageEditorDeliveriesCleared: "Delivery objective cleared."
|
||||||
|
stageEditorReachLocationsCleared: "Reach Locations objective cleared."
|
||||||
|
stageEditorKillNPCsCleared: "Kill NPCs objective cleared."
|
||||||
|
stageEditorKillMobsCleared: "Kill Mobs objective cleared."
|
||||||
|
stageEditorTameCleared: "Tame Mobs objective cleared."
|
||||||
|
stageEditorShearCleared: "Shear Sheep objective cleared."
|
||||||
|
stageEditorStartMessageCleared: "Start message cleared."
|
||||||
|
stageEditorCompleteMessageCleared: "Complete message cleared."
|
||||||
|
stageEditorConfirmStageDelete: "Are you sure you want to delete this stage?"
|
||||||
|
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"
|
||||||
|
allListsNotSameSize: "All of your lists are not the same size!"
|
||||||
|
eventEditorCreate: "Create new Event"
|
||||||
|
eventEditorEdit: "Edit an Event"
|
||||||
|
eventEditorDelete: "Delete an Event"
|
||||||
|
eventEditorCreatePermisssions: "You do not have permission to create new Events."
|
||||||
|
eventEditorEditPermisssions: "You do not have permission to edit Events."
|
||||||
|
eventEditorDeletePermisssions: "You do not have permission to delete Events."
|
||||||
|
eventEditorNoneToEdit: "No Events currently exist to be edited!"
|
||||||
|
eventEditorNoneToDelete: "No Events currently exist to be deleted!"
|
||||||
|
eventEditorNotFound: "Event not found!"
|
||||||
|
eventEditorExists: "Event already exists!"
|
||||||
|
eventEditorSomeone: "Someone is already creating or editing an Event with that name!"
|
||||||
|
eventEditorAlpha: "Name must be alphanumeric!"
|
||||||
|
eventEditorErrorReadingFile: "Error reading Events file."
|
||||||
|
eventEditorErrorSaving: "An error occurred while saving."
|
||||||
|
eventEditorDeleted: "Event deleted, Quests and Events reloaded."
|
||||||
|
eventEditorSaved: "Event saved, Quests and Events reloaded."
|
||||||
|
eventEditorEnterEventName: "Enter an Event name, or 'cancel' to return."
|
||||||
|
eventEditorDeletePrompt: "Are you sure you want to delete the Event"
|
||||||
|
eventEditorQuitWithoutSaving: "Are you sure you want to quit without saving?"
|
||||||
|
eventEditorFinishAndSave: "Are you sure you want to finish and save the Event"
|
||||||
|
eventEditorModifiedNote: 'Note: You have modified an Event that the following Quests use:'
|
||||||
|
eventEditorForcedToQuit: "If you save the Event, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||||
|
eventEditorEventInUse: "The following Quests use the Event"
|
||||||
|
eventEditorMustModifyQuests: "eventEditorNotFound"
|
||||||
|
eventEditorListSizeMismatch: "The lists are not the same size!"
|
||||||
|
eventEditorListDuplicates: "List contains duplicates!"
|
||||||
|
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||||
|
eventEditorInvalidEntry: "Invalid entry"
|
||||||
|
eventEditorSetName: "Set name"
|
||||||
|
eventEditorSetMessage: "Set message"
|
||||||
|
eventEditorClearInv: "Clear player inventory"
|
||||||
|
eventEditorFailQuest: "Fail the quest"
|
||||||
|
eventEditorSetExplosions: "Set explosion locations"
|
||||||
|
eventEditorSetLightning: "Set lightning strike locations"
|
||||||
|
eventEditorSetEffects: "Set effects"
|
||||||
|
eventEditorSetStorm: "Set storm"
|
||||||
|
eventEditorSetThunder: "Set thunder"
|
||||||
|
eventEditorSetMobSpawns: "Set mob spawns"
|
||||||
|
eventEditorSetPotionEffects: "Set potion effects"
|
||||||
|
eventEditorSetHunger: "Set player hunger level"
|
||||||
|
eventEditorSetSaturation: "Set player saturation level"
|
||||||
|
eventEditorSetHealth: "Set player health level"
|
||||||
|
eventEditorEnterTimerSeconds: "Set number of seconds left before the quest fails (use cancel-timer event to cancel timers)"
|
||||||
|
eventEditorSetTimer: "Set time to fail quest"
|
||||||
|
eventEditorCancelTimer: "Cancel the quest timer"
|
||||||
|
eventEditorSetTeleport: "Set player teleport location"
|
||||||
|
eventEditorSetCommands: "Set commands to execute"
|
||||||
|
eventEditorItems: "Event Items"
|
||||||
|
eventEditorSetItems: "Give items"
|
||||||
|
eventEditorItemsCleared: "Event items cleared."
|
||||||
|
eventEditorAddItem: "Add item"
|
||||||
|
eventEditorSetItemNames: "Set item names"
|
||||||
|
eventEditorSetItemAmounts: "Set item amounts"
|
||||||
|
eventEditorNoNames: "No names set"
|
||||||
|
eventEditorMustSetNames: "You must set item names first!"
|
||||||
|
eventEditorInvalidName: "is not a valid item name!"
|
||||||
|
eventEditorNotGreaterThanZero: "is not greater than 0!"
|
||||||
|
eventEditorNotANumber: "is not a number!"
|
||||||
|
eventEditorStorm: "Event Storm"
|
||||||
|
eventEditorSetWorld: "Set world"
|
||||||
|
eventEditorSetDuration: "Set duration"
|
||||||
|
eventEditorNoWorld: "(No world set)"
|
||||||
|
eventEditorSetWorldFirst: "You must set a world first!"
|
||||||
|
eventEditorInvalidWorld: "is not a valid world name!"
|
||||||
|
eventEditorMustSetStormDuration: "You must set a storm duration!"
|
||||||
|
eventEditorStormCleared: "Storm data cleared."
|
||||||
|
eventEditorEnterStormWorld: "Enter a world name for the storm to occur in, or enter 'cancel' to return"
|
||||||
|
eventEditorEnterDuration: "Enter duration (in seconds)"
|
||||||
|
eventEditorAtLeastOneSecond: "Amount must be at least 1 second!"
|
||||||
|
eventEditorNotGreaterThanOneSecond: "is not greater than 1 second!"
|
||||||
|
eventEditorThunder: "Event Thunder"
|
||||||
|
eventEditorMustSetThunderDuration: "You must set a thunder duration!"
|
||||||
|
eventEditorThunderCleared: "Thunder data cleared."
|
||||||
|
eventEditorEnterThunderWorld: "Enter a world name for the thunder to occur in, or enter 'cancel' to return"
|
||||||
|
eventEditorEffects: "Event Effects"
|
||||||
|
eventEditorAddEffect: "Add effect"
|
||||||
|
eventEditorAddEffectLocation: "Add effect location"
|
||||||
|
eventEditorNoEffects: "No effects set"
|
||||||
|
eventEditorMustAddEffects: "You must add effects first!"
|
||||||
|
eventEditorInvalidEffect: "is not a valid effect name!"
|
||||||
|
eventEditorEffectsCleared: "Event effects cleared."
|
||||||
|
eventEditorEffectLocationPrompt: "Right-click on a block to play an effect at, then enter 'add' to add it to the list, or enter 'cancel' to return"
|
||||||
|
eventEditorMobSpawns: "Event Mob Spawns"
|
||||||
|
eventEditorAddMobTypes: "Add mob"
|
||||||
|
eventEditorNoTypesSet: "(No type set)"
|
||||||
|
eventEditorMustSetMobTypesFirst: "You must set the mob type first!"
|
||||||
|
eventEditorSetMobAmounts: "Set mob amount"
|
||||||
|
eventEditorNoAmountsSet: "(No amounts set)"
|
||||||
|
eventEditorMustSetMobAmountsFirst: "You must set mob amount first!"
|
||||||
|
eventEditorAddSpawnLocation: "Set spawn location"
|
||||||
|
eventEditorMobSpawnsCleared: "Mob spawns cleared."
|
||||||
|
eventEditorMustSetMobLocationFirst: "You must set a spawn-location first!"
|
||||||
|
eventEditorInvalidMob: "is not a valid mob name!"
|
||||||
|
eventEditorSetMobName: "Set custom name for mob"
|
||||||
|
eventEditorSetMobType: "Set mob type"
|
||||||
|
eventEditorSetMobItemInHand: "Set item in hand"
|
||||||
|
eventEditorSetMobItemInHandDrop: "Set drop chance of item in hand"
|
||||||
|
eventEditorSetMobBoots: "Set boots"
|
||||||
|
eventEditorSetMobBootsDrop: "Set drop chance of boots"
|
||||||
|
eventEditorSetMobLeggings: "Set leggings"
|
||||||
|
eventEditorSetMobLeggingsDrop: "Set drop chance of leggings"
|
||||||
|
eventEditorSetMobChestPlate: "Set chest plate"
|
||||||
|
eventEditorSetMobChestPlateDrop: "Set drop chance of chest plate"
|
||||||
|
eventEditorSetMobHelmet: "Set helmet"
|
||||||
|
eventEditorSetMobHelmetDrop: "Set drop chance of helmet"
|
||||||
|
eventEditorSetMobSpawnLoc: "Right-click on a block to spawn a mob at, then enter 'add' to the confirm it, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobSpawnAmount: "Set the amount of mobs to spawn"
|
||||||
|
eventEditorSetDropChance: "Set the drop chance"
|
||||||
|
eventEditorInvalidDropChance: "Drop chance has to be between 0.0 and 1.0"
|
||||||
|
eventEditorLightningPrompt: "Right-click on a block to spawn a lightning strike at, then enter 'add' to add it to the list, or enter 'clear' to clear the locations list, or 'cancel' to return"
|
||||||
|
eventEditorPotionEffects: "Event Potion Effects"
|
||||||
|
eventEditorSetPotionEffectTypes: "Set potion effect types"
|
||||||
|
eventEditorMustSetPotionTypesFirst: "You must set potion effect types first!"
|
||||||
|
eventEditorSetPotionDurations: "Set potion effect durations"
|
||||||
|
eventEditorMustSetPotionDurationsFirst: "You must set potion effect durations first!"
|
||||||
|
eventEditorMustSetPotionTypesAndDurationsFirst: "You must set potion effect types and durations first!"
|
||||||
|
eventEditorNoDurationsSet: "(No durations set)"
|
||||||
|
eventEditorSetPotionMagnitudes: "Set potion effect magnitudes"
|
||||||
|
eventEditorPotionsCleared: "Potion effects cleared."
|
||||||
|
eventEditorInvalidPotionType: "is not a valid potion effect type!"
|
||||||
|
eventEditorEnterNPCId: "Enter NPC ID (or -1 to return)"
|
||||||
|
eventEditorNoNPCExists: "No NPC exists with that id!"
|
||||||
|
eventEditorExplosionPrompt: "Right-click on a block to spawn an explosion at, then enter 'add' to add it to the list, or enter 'clear' to clear the explosions list, or 'cancel' to return"
|
||||||
|
eventEditorSelectBlockFirst: "You must select a block first."
|
||||||
|
eventEditorSetMessagePrompt: "Enter message, or enter 'none' to delete, (or 'cancel' to return)"
|
||||||
|
eventEditorSetItemNamesPrompt: "Enter item names separating each one by a space, or enter 'cancel' to return."
|
||||||
|
eventEditorSetItemAmountsPrompt: "Enter item amounts (numbers) separating each one by a space, or enter 'cancel' to return."
|
||||||
|
eventEditorSetMobTypesPrompt: "Enter mob name, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobAmountsPrompt: "Enter mob amount, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobNamePrompt: "Set the name for this mob, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the mob spawn location list, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionEffectsPrompt: "Enter potion effect types separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionDurationsPrompt: "Enter effect durations (in milliseconds) separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetHungerPrompt: "Enter hunger level, or -1 to remove it"
|
||||||
|
eventEditorHungerLevelAtLeastZero: "Hunger level must be at least 0!"
|
||||||
|
eventEditorSetSaturationPrompt: "Enter saturation level, or -1 to remove it"
|
||||||
|
eventEditorSaturationLevelAtLeastZero: "Saturation level must be at least 0!"
|
||||||
|
eventEditorSetHealthPrompt: "Enter health level, or -1 to remove it"
|
||||||
|
eventEditorHealthLevelAtLeastZero: "Health level must be at least 0!"
|
||||||
|
eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to, then enter 'done' to finish, or enter 'clear' to clear the teleport location, or 'cancel' to return"
|
||||||
|
eventEditorCommandsNote: 'Note: You may use <player> to refer to the player''s name.'
|
||||||
|
eventEditorSetCommandsPrompt: "Enter commands separating each one by a comma, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
reqSetMoney: "Set money requirement"
|
||||||
|
reqSetQuestPoints: "Set Quest Points requirement"
|
||||||
|
reqSetItem: "Set item requirements"
|
||||||
|
reqSetPerms: "Set permission requirements"
|
||||||
|
reqSetQuest: "Set Quest requirements"
|
||||||
|
reqSetQuestBlocks: "Set Quest blocks"
|
||||||
|
reqSetMcMMO: "Set mcMMO requirements"
|
||||||
|
reqSetHeroes: "Set Heroes requirements"
|
||||||
|
reqSetCustom: "Custom requirements"
|
||||||
|
reqSetFail: "Set fail requirements message"
|
||||||
|
reqSetSkills: "Set skills"
|
||||||
|
reqSetSkillAmounts: "Set skill amounts"
|
||||||
|
reqHeroesSetPrimary: "Set Primary Class"
|
||||||
|
reqHeroesSetSecondary: "Set Secondary Class"
|
||||||
|
reqMoneyPrompt: "Enter amount of <money>, or 0 to clear the money requirement, or -1 to cancel"
|
||||||
|
reqQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point requirement, or -1 to cancel"
|
||||||
|
reqQuestPrompt: "Enter a list of Quest names separating each one by a <comma>, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqRemoveItemsPrompt: "Enter a list of true/false values, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
reqPermissionsPrompt: "Enter permission requirements separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
reqCustomPrompt: "Enter the name of a custom requirement to add, or enter 'clear' to clear all custom requirements, or 'cancel' to return."
|
||||||
|
reqMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqMcMMOAmountsPrompt: "Enter mcMMO skill amounts, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqHeroesPrimaryPrompt: "Enter a Heroes Primary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||||
|
reqHeroesSecondaryPrompt: "Enter a Heroes Secondary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||||
|
reqFailMessagePrompt: "Enter fail requirements message, or enter 'cancel' to return."
|
||||||
|
reqAddItem: "Add item"
|
||||||
|
reqSetRemoveItems: "Set remove items"
|
||||||
|
reqNoItemsSet: "No items set"
|
||||||
|
reqNoValuesSet: "No values set"
|
||||||
|
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||||
|
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||||
|
reqGreaterThanZero: "Amount must be greater than 0!"
|
||||||
|
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||||
|
reqItemCleared: "Item requirements cleared."
|
||||||
|
reqListsNotSameSize: "The items list and remove items list are not the same size!"
|
||||||
|
reqTrueFalseError: '<input> is not a true or false value!%br%Example: true false true true'
|
||||||
|
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||||
|
reqCustomNotFound: "Custom requirement module not found."
|
||||||
|
reqCustomCleared: "Custom requirements cleared."
|
||||||
|
reqMcMMOError: "<input> is not an mcMMO skill name!"
|
||||||
|
reqMcMMOCleared: "mcMMO skill requirements cleared."
|
||||||
|
reqMcMMOAmountsCleared: "mcMMO skill amount requirements cleared."
|
||||||
|
reqHeroesNotPrimary: "The <class> class is not primary!"
|
||||||
|
reqHeroesPrimaryCleared: "Heroes Primary Class requirement cleared."
|
||||||
|
reqHeroesNotSecondary: "The <class> class is not secondary!"
|
||||||
|
reqHeroesSecondaryCleared: "Heroes Secondary Class requirement cleared."
|
||||||
|
reqHeroesClassNotFound: "Class not found!"
|
||||||
|
reqNone: "No requirements set"
|
||||||
|
reqNotANumber: "<input> is not a number!"
|
||||||
|
reqMustAddItem: "You must add at least one item first!"
|
||||||
|
reqNoMessage: "You must set a fail requirements message!"
|
||||||
|
reqNoMcMMO: "mcMMO not installed"
|
||||||
|
reqNoHeroes: "Heroes not installed"
|
||||||
|
rewSetMoney: "Set money reward"
|
||||||
|
rewSetQuestPoints: "Set Quest Points reward"
|
||||||
|
rewSetItems: "Set item rewards"
|
||||||
|
rewSetExperience: "Set experience reward"
|
||||||
|
rewSetCommands: "Set command rewards"
|
||||||
|
rewSetPermission: "Set permission rewards"
|
||||||
|
rewSetMcMMO: "Set mcMMO skill rewards"
|
||||||
|
rewSetHeroes: "Set Heroes experience rewards"
|
||||||
|
rewSetPhat: "Set PhatLoot rewards"
|
||||||
|
rewSetCustom: "Set Custom Rewards"
|
||||||
|
rewSetHeroesClasses: "Set classes"
|
||||||
|
rewSetHeroesAmounts: "Set experience amounts"
|
||||||
|
rewMoneyPrompt: "Enter amount of <money>, or 0 to clear the money reward, or -1 to cancel"
|
||||||
|
rewExperiencePrompt: "Enter amount of experience, or 0 to clear the experience reward, or -1 to cancel"
|
||||||
|
rewCommandPrompt: "Enter command rewards separating each one by a <comma>, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
rewCommandPromptHint: 'Note: You may put <player> to specify the player who completed the Quest. e.g. smite <player>'
|
||||||
|
rewPermissionsPrompt: "Enter permission rewards separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
rewQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point reward, or -1 to cancel"
|
||||||
|
rewMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewMcMMOPromptHint: 'Note: Typing ''All'' will give levels to all skills.'
|
||||||
|
rewHeroesClassesPrompt: "Enter Heroes classes separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed) separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewPhatLootsPrompt: "Enter PhatLoots separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
rewCustomRewardPrompt: "Enter the name of a custom reward to add, or enter 'clear' to clear all custom rewards, or 'cancel' to return."
|
||||||
|
rewItemsCleared: "Item rewards cleared."
|
||||||
|
rewNoMcMMOSkills: "No skills set"
|
||||||
|
rewNoHeroesClasses: "No classes set"
|
||||||
|
rewSetMcMMOSkillsFirst: "You must set skills first!"
|
||||||
|
rewMcMMOCleared: "mcMMO rewards cleared."
|
||||||
|
rewMcMMOListsNotSameSize: "The skills list and skill amounts list are not the same size!"
|
||||||
|
rewSetHeroesClassesFirst: "You must set classes first!"
|
||||||
|
rewHeroesCleared: "Heroes rewards cleared."
|
||||||
|
rewHeroesListsNotSameSize: "The classes list and experience amounts list are not the same size!"
|
||||||
|
rewHeroesInvalidClass: "<input> is not a valid Heroes class name!"
|
||||||
|
rewPhatLootsInvalid: "<input> is not a valid PhatLoot name!"
|
||||||
|
rewPhatLootsCleared: "PhatLoots reward cleared."
|
||||||
|
rewCustomAlreadyAdded: "That custom reward has already been added!"
|
||||||
|
rewCustomNotFound: "Custom reward module not found."
|
||||||
|
rewCustomCleared: "Custom rewards cleared."
|
||||||
|
rewNoPhat: "PhatLoots not installed"
|
||||||
|
itemCreateLoadHand: "Load item in hand"
|
||||||
|
itemCreateSetName: "Set name"
|
||||||
|
itemCreateSetAmount: "Set amount"
|
||||||
|
itemCreateSetDurab: "Set durability"
|
||||||
|
itemCreateSetEnchs: "Add/clear enchantments"
|
||||||
|
itemCreateSetDisplay: "Set display name"
|
||||||
|
itemCreateSetLore: "Set lore"
|
||||||
|
itemCreateEnterName: "Enter an item name, or 'cancel' to return."
|
||||||
|
itemCreateEnterAmount: "Enter item amount (max. 64), or 'cancel' to return."
|
||||||
|
itemCreateEnterDurab: "Enter item durability, or 'clear' to clear the data, or 'cancel' to return."
|
||||||
|
itemCreateEnterEnch: "Enter an enchantment name, or 'clear' to clear the enchantments, or 'cancel' to return."
|
||||||
|
itemCreateEnterLevel: "Enter a level (number) for <enchantment>"
|
||||||
|
itemCreateEnterDisplay: "Enter item display name, or 'clear' to clear the display name, or 'cancel' to return."
|
||||||
|
itemCreateEnterLore: "Enter item lore, separating each line by a semi-colon ; or 'clear' to clear the lore, or 'cancel' to return."
|
||||||
|
itemCreateLoaded: "Item loaded."
|
||||||
|
itemCreateNoItem: "No item in hand!"
|
||||||
|
itemCreateNoName: "You must set a name first!"
|
||||||
|
itemCreateInvalidName: "Invalid item name!"
|
||||||
|
itemCreateInvalidAmount: "Amount must be between 1-64!"
|
||||||
|
itemCreateInvalidDurab: "Invalid item durability!"
|
||||||
|
itemCreateInvalidEnch: "Invalid enchantment name!"
|
||||||
|
itemCreateInvalidLevel: "Level must be greater than 0!"
|
||||||
|
itemCreateInvalidInput: "Invalid input!"
|
||||||
|
itemCreateNotNumber: "Input was not a number!"
|
||||||
|
itemCreateNoNameAmount: "You must set a name and amount first!"
|
||||||
|
itemCreateCriticalError: "A critical error has occurred."
|
||||||
|
questTitle: "-- <quest> --"
|
||||||
|
questObjectivesTitle: "---(<quest>)---"
|
||||||
|
questCompleteTitle: '**QUEST COMPLETE: <quest>**'
|
||||||
|
questRewardsTitle: "Rewards:"
|
||||||
|
journalTitle: "Quest Journal"
|
||||||
|
questsTitle: "- Quests -"
|
||||||
|
questHelpTitle: "- Quests -"
|
||||||
|
questListTitle: "- Quests -"
|
||||||
|
questNPCListTitle: "- Quests | <npc> -"
|
||||||
|
questAdminHelpTitle: "- Questadmin -"
|
||||||
|
questEditorTitle: "- Quest Editor -"
|
||||||
|
eventEditorTitle: "- Event Editor - "
|
||||||
|
questCreateTitle: "- Create Quest -"
|
||||||
|
questEditTitle: "- Edit Quest -"
|
||||||
|
questDeleteTitle: "- Delete Quest -"
|
||||||
|
requirementsTitle: "- <quest> | Requirements -"
|
||||||
|
rewardsTitle: "- <quest> | Rewards -"
|
||||||
|
itemRequirementsTitle: "- Item Requirements -"
|
||||||
|
itemRewardsTitle: "- Item Rewards -"
|
||||||
|
mcMMORequirementsTitle: "- mcMMO Requirements -"
|
||||||
|
mcMMORewardsTitle: "- mcMMO Rewards -"
|
||||||
|
heroesRequirementsTitle: "- Heroes Requirements -"
|
||||||
|
heroesRewardsTitle: "- Heroes Rewards -"
|
||||||
|
heroesClassesTitle: "- Heroes Classes -"
|
||||||
|
heroesExperienceTitle: "- Heroes Experience -"
|
||||||
|
heroesPrimaryTitle: "- Primary Classes -"
|
||||||
|
heroesSecondaryTitle: "- Secondary Classes -"
|
||||||
|
phatLootsRewardsTitle: "- PhatLoots Rewards -"
|
||||||
|
customRequirementsTitle: "- Custom Requirements -"
|
||||||
|
customRewardsTitle: "- Custom Rewards -"
|
||||||
|
skillListTitle: "- Skill List -"
|
||||||
|
eventTitle: "- Event -"
|
||||||
|
completedQuestsTitle: "- Completed Quests -"
|
||||||
|
topQuestersTitle: "- Top <number> Questers -"
|
||||||
|
createItemTitle: "- Create Item -"
|
||||||
|
enchantmentsTitle: "- Enchantments -"
|
||||||
|
questGUITitle: "- GUI Item Display -"
|
||||||
|
questRegionTitle: "- Quest Region -"
|
||||||
|
eventEditorGiveItemsTitle: "- Give Items -"
|
||||||
|
eventEditorEffectsTitle: "- Effects -"
|
||||||
|
eventEditorStormTitle: "- Event Storm -"
|
||||||
|
eventEditorThunderTitle: "- Event Thunder -"
|
||||||
|
eventEditorMobSpawnsTitle: "- Event Mob Spawns -"
|
||||||
|
eventEditorMobsTitle: "- Mobs -"
|
||||||
|
eventEditorAddMobTypesTitle: "- Add Mob -"
|
||||||
|
eventEditorPotionEffectsTitle: "- Event Potion Effects -"
|
||||||
|
eventEditorPotionTypesTitle: "- Event Potion Types -"
|
||||||
|
eventEditorWorldsTitle: "- Worlds -"
|
||||||
|
effBlazeShoot: "Sound of a Blaze firing"
|
||||||
|
effBowFire: "Sound of a bow firing"
|
||||||
|
effClick1: "A click sound"
|
||||||
|
effClick2: "A different click sound"
|
||||||
|
effDoorToggle: "Sound of a door opening or closing"
|
||||||
|
effExtinguish: "Sound of fire being extinguished"
|
||||||
|
effGhastShoot: "Sound of a Ghast firing"
|
||||||
|
effGhastShriek: "Sound of a Ghast shrieking"
|
||||||
|
effZombieWood: "Sound of a Zombie chewing an iron door"
|
||||||
|
effZombieIron: "Sound of a Zombie chewing a wooden door"
|
||||||
|
effEnterName: "Enter an effect name to add it to the list, or enter 'cancel' to return"
|
||||||
|
cmdCancel: "cancel"
|
||||||
|
cmdAdd: "add"
|
||||||
|
cmdClear: "clear"
|
||||||
|
cmdNone: "none"
|
||||||
|
cmdDone: "done"
|
||||||
|
acceptQuest: "Accept Quest?"
|
||||||
|
enterAnOption: "Enter an option"
|
||||||
|
questAccepted: 'Quest accepted: <quest>'
|
||||||
|
currentQuest: "Current Quests:"
|
||||||
|
noMoreQuest: "No more quests available."
|
||||||
|
damage: "Damage"
|
||||||
|
break: "Break"
|
||||||
|
place: "Place"
|
||||||
|
use: "Use"
|
||||||
|
cut: "Cut"
|
||||||
|
catchFish: "Catch Fish"
|
||||||
|
enchantItem: "Enchant <item> with <enchantment>"
|
||||||
|
kill: "Kill"
|
||||||
|
killAtLocation: "Kill <mob> at <location>"
|
||||||
|
killPlayer: "Kill a Player"
|
||||||
|
deliver: "Deliver <item> to <npc>"
|
||||||
|
talkTo: "Talk to <npc>"
|
||||||
|
tame: "Tame"
|
||||||
|
shearSheep: "Shear <color> sheep"
|
||||||
|
goTo: "Go to <location>"
|
||||||
|
completed: "Completed"
|
||||||
|
redoCompleted: "(Completed)"
|
||||||
|
consoleError: "This command may only be performed in-game."
|
||||||
|
invalidSelection: "Invalid selection!"
|
||||||
|
noActiveQuest: "You do not currently have any active Quests."
|
||||||
|
speakTo: 'Start: Speak to <npc>'
|
||||||
|
mustSpeakTo: "You must speak to <npc> to start this Quest."
|
||||||
|
noCommandStart: "<quest> may not be started via command."
|
||||||
|
permissionDisplay: "Permission:"
|
||||||
|
heroesClass: "class"
|
||||||
|
mcMMOLevel: "level"
|
||||||
|
haveCompleted: "You have completed <quest>"
|
||||||
|
cannotComplete: "Cannot complete <quest>"
|
||||||
|
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."
|
||||||
|
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."
|
||||||
|
questInfoNoPerms: "You do not have permission to view a Quest's information."
|
||||||
|
questCmdNoPerms: "You do not have access to that command."
|
||||||
|
pageSelectionNum: "Page selection must be a number."
|
||||||
|
pageSelectionPosNum: "Page selection must be a positive number."
|
||||||
|
questListNoPerms: "You do not have permission to view the Quests list."
|
||||||
|
questTakeNoPerms: "You do not have permission to take Quests via commands."
|
||||||
|
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||||
|
questQuit: "You have quit <quest>"
|
||||||
|
questQuitNoPerms: "You do not have permission to quit Quests."
|
||||||
|
questQuitDisabled: "Quitting Quests has been disabled."
|
||||||
|
questEditorNoPerms: "You do not have permission to use the Quests Editor."
|
||||||
|
eventEditorNoPerms: "You do not have permission to use the Events Editor."
|
||||||
|
questsUnknownCommand: "Unknown Quests 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>."
|
||||||
|
questPurged: "<player> has been purged and blacklisted."
|
||||||
|
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."
|
||||||
|
enableNPCGUI: "<npc> will now provide a GUI Quest Display."
|
||||||
|
disableNPCGUI: "<npc> will no longer provide a GUI Quest Display."
|
||||||
|
invalidNumber: "Invalid number."
|
||||||
|
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||||
|
playerNotFound: "Player not found."
|
||||||
|
invalidStageNum: "Invalid stage number for Quest <quest>"
|
||||||
|
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||||
|
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."
|
||||||
|
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!"
|
||||||
|
journalNoQuests: "You have no accepted quests!"
|
||||||
|
journalDenied: "You cannot do that with your Quest Journal."
|
||||||
|
ENCHANTMENT_ARROW_DAMAGE: "Power"
|
||||||
|
ENCHANTMENT_ARROW_FIRE: "Flame"
|
||||||
|
ENCHANTMENT_ARROW_INFINITE: "Infinity"
|
||||||
|
ENCHANTMENT_ARROW_KNOCKBACK: "Punch"
|
||||||
|
ENCHANTMENT_BINDING_CURSE: "BindingCurse"
|
||||||
|
ENCHANTMENT_DAMAGE_ALL: "Sharpness"
|
||||||
|
ENCHANTMENT_DAMAGE_ARTHROPODS: "BaneOfArthropods"
|
||||||
|
ENCHANTMENT_DEPTH_STRIDER: "DepthStrider"
|
||||||
|
ENCHANTMENT_DAMAGE_UNDEAD: "Smite"
|
||||||
|
ENCHANTMENT_DIG_SPEED: "Efficiency"
|
||||||
|
ENCHANTMENT_DURABILITY: "Unbreaking"
|
||||||
|
ENCHANTMENT_FIRE_ASPECT: "FireAspect"
|
||||||
|
ENCHANTMENT_FROST_WALKER: "FrostWalker"
|
||||||
|
ENCHANTMENT_KNOCKBACK: "Knockback"
|
||||||
|
ENCHANTMENT_LOOT_BONUS_BLOCKS: "Fortune"
|
||||||
|
ENCHANTMENT_LOOT_BONUS_MOBS: "Looting"
|
||||||
|
ENCHANTMENT_LUCK: "LuckOfTheSea"
|
||||||
|
ENCHANTMENT_LURE: "Lure"
|
||||||
|
ENCHANTMENT_MENDING: "Mending"
|
||||||
|
ENCHANTMENT_OXYGEN: "Respiration"
|
||||||
|
ENCHANTMENT_PROTECTION_ENVIRONMENTAL: "Protection"
|
||||||
|
ENCHANTMENT_PROTECTION_EXPLOSIONS: "BlastProtection"
|
||||||
|
ENCHANTMENT_PROTECTION_FALL: "FeatherFalling"
|
||||||
|
ENCHANTMENT_PROTECTION_FIRE: "FireProtection"
|
||||||
|
ENCHANTMENT_PROTECTION_PROJECTILE: "ProjectileProtection"
|
||||||
|
ENCHANTMENT_SILK_TOUCH: "SilkTouch"
|
||||||
|
ENCHANTMENT_SWEEPING: "Sweeping"
|
||||||
|
ENCHANTMENT_THORNS: "Thorns"
|
||||||
|
ENCHANTMENT_VANISHING_CURSE: "VanishingCurse"
|
||||||
|
ENCHANTMENT_WATER_WORKER: "AquaAffinity"
|
||||||
|
COLOR_BLACK: "Black"
|
||||||
|
COLOR_BLUE: "Blue"
|
||||||
|
COLOR_BROWN: "Brown"
|
||||||
|
COLOR_CYAN: "Cyan"
|
||||||
|
COLOR_GRAY: "Gray"
|
||||||
|
COLOR_GREEN: "Green"
|
||||||
|
COLOR_LIGHT_BLUE: "LightBlue"
|
||||||
|
COLOR_LIME: "Lime"
|
||||||
|
COLOR_MAGENTA: "Magenta"
|
||||||
|
COLOR_ORANGE: "Orange"
|
||||||
|
COLOR_PINK: "Pink"
|
||||||
|
COLOR_PURPLE: "Purple"
|
||||||
|
COLOR_RED: "Red"
|
||||||
|
COLOR_SILVER: "Silver"
|
||||||
|
COLOR_WHITE: "White"
|
||||||
|
COLOR_YELLOW: "Yellow"
|
||||||
|
timeDay: "Day"
|
||||||
|
timeDays: "Days"
|
||||||
|
timeHour: "Hour"
|
||||||
|
timeHours: "Hours"
|
||||||
|
timeMinute: "Minute"
|
||||||
|
timeMinutes: "Minutes"
|
||||||
|
timeSecond: "Second"
|
||||||
|
timeSeconds: "Seconds"
|
||||||
|
timeMillisecond: "Millisecond"
|
||||||
|
timeMilliseconds: "Milliseconds"
|
||||||
|
event: "Event"
|
||||||
|
delay: "Delay"
|
||||||
|
save: "Save"
|
||||||
|
exit: "Exit"
|
||||||
|
exited: "Exited"
|
||||||
|
cancel: "Cancel"
|
||||||
|
cancelled: "Cancelled"
|
||||||
|
questTimeout: "Cancelled."
|
||||||
|
back: "Back"
|
||||||
|
yesWord: "Yes"
|
||||||
|
noWord: "No"
|
||||||
|
"true": "true"
|
||||||
|
"false": "false"
|
||||||
|
clear: "Clear"
|
||||||
|
edit: "Edit"
|
||||||
|
none: "None"
|
||||||
|
done: "Done"
|
||||||
|
comma: "comma"
|
||||||
|
finish: "Finish"
|
||||||
|
quit: "Quit"
|
||||||
|
noneSet: "None set"
|
||||||
|
noDelaySet: "No delay set"
|
||||||
|
noIdsSet: "No IDs set"
|
||||||
|
noNamesSet: "No names set"
|
||||||
|
worlds: "Worlds"
|
||||||
|
mobs: "Mobs"
|
||||||
|
points: "points"
|
||||||
|
invalidOption: "Invalid option!"
|
||||||
|
npcHint: 'Note: You can left or right click on NPC''s to get their ID.'
|
||||||
|
listDuplicate: "List contains duplicates!"
|
||||||
|
id: "ID"
|
||||||
|
quest: "Quest"
|
||||||
|
quests: "Quests"
|
||||||
|
createdBy: "Created by"
|
||||||
|
continuedBy: "and continued by"
|
||||||
|
questPoints: "Quest Points"
|
||||||
|
accepted: "Accepted"
|
||||||
|
complete: "Complete"
|
||||||
|
redoable: "Redoable"
|
||||||
|
usage: "Usage"
|
||||||
|
redoableEvery: "Redoable every <time>."
|
||||||
|
requirements: "Requirements"
|
||||||
|
money: "Money"
|
||||||
|
with: "With"
|
||||||
|
to: "to"
|
||||||
|
blocksWithin: "within <amount> blocks of"
|
||||||
|
valRequired: "Value required"
|
||||||
|
enchantedItem: "*Enchanted*"
|
||||||
|
experience: "Experience"
|
||||||
|
timerMessage: '<green>Time left to finish the quest/stage: <red>%s seconds'
|
||||||
|
timerStart: "<green>You have <red>%s seconds <green>to finish this quest/stage"
|
||||||
|
questErrorReadingFile: "Error reading Quests file."
|
||||||
|
questSaveError: "An error occurred while saving."
|
||||||
|
questBlacklisted: "You are blacklisted. Contact an admin if this is in error."
|
858
src/main/resources/lang/hu-HU/strings.yml
Normal file
858
src/main/resources/lang/hu-HU/strings.yml
Normal file
@ -0,0 +1,858 @@
|
|||||||
|
---
|
||||||
|
questFailed: "*QUEST FAILED MATEY*"
|
||||||
|
questMaxAllowed: "Ye may only have up t' <number> Quests."
|
||||||
|
questAlreadyOn: "Ye be already on that Quest!"
|
||||||
|
questTooEarly: "Ye may nah take <quest> again fer another <time>."
|
||||||
|
questAlreadyCompleted: "Ye 'ave already looted <quest>."
|
||||||
|
questInvalidLocation: "Ye may nah take <quest> at this location."
|
||||||
|
questInvalidDeliveryItem: "<item> ain't a required item fer this quest!"
|
||||||
|
questSelectedLocation: "Chosen spot"
|
||||||
|
questDisplayHelp: "- Megjeleníti ezt a súgót"
|
||||||
|
COMMAND_LIST: "lista"
|
||||||
|
COMMAND_LIST_HELP: "lista [oldal] - Listázza a rendelkezésre álló küldetéseket"
|
||||||
|
COMMAND_TAKE: "take"
|
||||||
|
COMMAND_TAKE_HELP: "take [küldetés név] - Fogad el egy küldetést"
|
||||||
|
COMMAND_TAKE_USAGE: 'Használat: /quests take [quest]'
|
||||||
|
COMMAND_QUIT: "quit"
|
||||||
|
COMMAND_QUIT_HELP: "quit [quest] - Kilép egy aktuális küldetésből"
|
||||||
|
COMMAND_EDITOR: "editor"
|
||||||
|
COMMAND_EDITOR_HELP: "editor - Küldetés létrehozása/szerkesztése"
|
||||||
|
COMMAND_EVENTS_EDITOR: "events"
|
||||||
|
COMMAND_EVENTS_EDITOR_HELP: "events - Események létrehozása/szerkesztése"
|
||||||
|
COMMAND_STATS: "stats"
|
||||||
|
COMMAND_STATS_HELP: "stats - Megtekinti küldetések statisztikáit"
|
||||||
|
COMMAND_TOP: "top"
|
||||||
|
COMMAND_TOP_HELP: "top [szám] - Megnézi a legjobb küldetőket"
|
||||||
|
COMMAND_TOP_USAGE: 'Használat: /quests top [szám]'
|
||||||
|
COMMAND_INFO: "info"
|
||||||
|
COMMAND_INFO_HELP: "info - A pluginadatok megjelenítése"
|
||||||
|
COMMAND_JOURNAL: "journal"
|
||||||
|
COMMAND_JOURNAL_HELP: "journal - Megtekinti/tegye el a Quest Journalját"
|
||||||
|
COMMAND_QUEST_HELP: "- Az aktuális küldetés céljainak megjelenítése"
|
||||||
|
COMMAND_QUESTINFO_HELP: "[küldetés név] - Küldetés információk megjelenítése"
|
||||||
|
COMMAND_QUESTADMIN_HELP: "- Megtekinti az admin segítséget"
|
||||||
|
COMMAND_QUESTADMIN_STATS: "stats"
|
||||||
|
COMMAND_QUESTADMIN_STATS_HELP: "stats [játékos] - Megnézi a játékosok statisztikai küldetéseit"
|
||||||
|
COMMAND_QUESTADMIN_GIVE: "give"
|
||||||
|
COMMAND_QUESTADMIN_GIVE_HELP: "give [játékos] [quest] - Kényszerít egy játékost, hogy küldjön egy küldetést"
|
||||||
|
COMMAND_QUESTADMIN_QUIT: "quit"
|
||||||
|
COMMAND_QUESTADMIN_QUIT_HELP: "quit [játékos] [quest] - Kényszerít egy játékost, hogy kilépjen a küldetésből"
|
||||||
|
COMMAND_QUESTADMIN_POINTS: "points"
|
||||||
|
COMMAND_QUESTADMIN_POINTS_HELP: "points [játékos] [összeg] - Beállítsa a játékosok küldetés pontokat"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [játékos] [összeg] - Elvesz egy játékostól Küldetés Pontot"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [játékos] [összeg] - Ad egy játékosnak Küldetés Pontot"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [összeg] - Beállítsa az összes játékos küldési pontját"
|
||||||
|
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||||
|
COMMAND_QUESTADMIN_FINISH_HELP: "finish [játékos] [quest] - Azonnal kényszeríti a küldetés befejezését egy játékos számára"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE: "nextstage"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "nextstage [játékos] [quest] - Azonnal kényszeríti a játékos számára a színpad befejezését"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE: "setstage"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE_HELP: "setstage [játékos] [quest] [stage] - Beállít egy játékos aktuális stádiumát"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Használat: /questadmin setstage [játékos] [quest] [stage]'
|
||||||
|
COMMAND_QUESTADMIN_PURGE: "purge"
|
||||||
|
COMMAND_QUESTADMIN_PURGE_HELP: "purge [játékos] - Törli az összes játékos küldeményének adatait, és törli a feketelistában levőket is"
|
||||||
|
COMMAND_QUESTADMIN_RESET: "reset"
|
||||||
|
COMMAND_QUESTADMIN_RESET_HELP: "reset [játékos] - Törli a játékos összes küldeményadatát"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE: "remove"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE_HELP: "remove [játékos] [quest] - Eltávolít egy befejezett küldetést egy játékostól"
|
||||||
|
COMMAND_QUESTADMIN_TOGGLEGUI: "togglegui"
|
||||||
|
COMMAND_QUESTADMIN_TOGGLEGUI_HELP: "togglegui [npc id] - A GUI keresés megjelenítésének megjelenítése egy NPC-n"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD: "reload"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD_HELP: "reload - Újratölti az összes küldetést"
|
||||||
|
questEditorHeader: "Készít egy küldetést"
|
||||||
|
questEditorCreate: "Új küldetés létrehozása"
|
||||||
|
questEditorEdit: "Küldetés szerkesztése"
|
||||||
|
questEditorDelete: "Törli a küldetést"
|
||||||
|
questEditorName: "Beállítja a nevet"
|
||||||
|
questEditorAskMessage: "Beállítja az üzenetet"
|
||||||
|
questEditorFinishMessage: "Befejező üzenet beállítása"
|
||||||
|
questEditorRedoDelay: "Újratárcsázási késleltetés beállítása"
|
||||||
|
questEditorNPCStart: "Állítsd be az NPC indítását"
|
||||||
|
questEditorBlockStart: "Állítsd be a Blokk indítását"
|
||||||
|
questEditorInitialEvent: "A kezdeti esemény beállítása"
|
||||||
|
questEditorSetGUI: "Állítsd be a GUI elem kijelzését"
|
||||||
|
questEditorReqs: "Szerkesztési követelmények"
|
||||||
|
questEditorStages: "Szakaszok szerkesztése"
|
||||||
|
questEditorRews: "Nyeremények szerkesztése"
|
||||||
|
questEditorEnterQuestName: "Írja be a Küldetés nevét (vagy 'cancel' a visszatéréshez)"
|
||||||
|
questEditorEditEnterQuestName: "Adja meg a Küldetés nevét a szerkesztéshez, vagy a 'cancel' a visszatéréshez"
|
||||||
|
questEditorEnterAskMessage: "Írd be a kérő üzenetet (vagy 'cancel' a visszatéréshez)"
|
||||||
|
questEditorEnterFinishMessage: "Adja meg a befejező üzenetet (vagy 'cancel' a visszatéréshez)"
|
||||||
|
questEditorEnterRedoDelay: "Írd be az időtartamot (másodpercben), a 0 gombot a visszaváltási késleltetés törléséhez, vagy a visszavonáshoz -1 "
|
||||||
|
questEditorEnterNPCStart: "Írd be az NPC azonosítót, -1, hogy törölje az NPC indítást vagy a -2-et törölje"
|
||||||
|
questEditorEnterBlockStart: "Jobb egérgombbal kattintson egy blokkra kiindulópontként, majd írja be a 'done' parancsot a mentéshez, vagy írja be a 'clear'-t a törlés elindításához vagy a 'cancel'-t a visszatéréshez"
|
||||||
|
questEditorEnterInitialEvent: "Adja meg az Esemény nevét, vagy írja be a 'clear' gombot a kezdeti esemény törléséhez vagy a 'cancel' megadásához"
|
||||||
|
questRequiredNoneSet: "Szükséges, nincs beállítva"
|
||||||
|
questWGSetRegion: "Régió beállítása"
|
||||||
|
questWGNotInstalled: "WorldGuard nincs telepítve"
|
||||||
|
questWGPrompt: "Lépj be a WorldGuard régióba, vagy írd be a 'clear'-t a terület törléséhez vagy a 'cancel' a visszatéréshez."
|
||||||
|
questWGInvalidRegion: "<region> nem érvényes WorldGuard régió!"
|
||||||
|
questWGRegionCleared: "A Küldetés régió kitisztítva."
|
||||||
|
questCitNotInstalled: "Citizens nincs telepítve"
|
||||||
|
questDenNotInstalled: "Denizen nincs telepítve"
|
||||||
|
questGUIError: 'Hiba: Ez az elem már használt GUI-megjelenítésként a(z) <quest> küldetés számára.'
|
||||||
|
questCurrentItem: "Jelenlegi elem:"
|
||||||
|
questSetItem: "Elem beállítása"
|
||||||
|
questClearItem: "Elem törlése"
|
||||||
|
questGUICleared: "A küldetés GUI elemének megjelenítése törölve."
|
||||||
|
questDeleted: "A küldetés törölve! A küldetések és események újratöltve."
|
||||||
|
questEditorNameExists: "Ez a küldetés név már létezik!"
|
||||||
|
questEditorBeingEdited: "Valaki létrehozott egy küldetést ezzel a névvel!"
|
||||||
|
questEditorInvalidQuestName: "A név nem tartalmazhat időtartalmat vagy vesszőket!"
|
||||||
|
questEditorInvalidEventName: "nem érvényes eseménynév!"
|
||||||
|
questEditorInvalidNPC: "Nem létezik NPC ezzel az azonosítóval!"
|
||||||
|
questEditorNoStartBlockSelected: "Először egy blokkot kell kiválasztanod."
|
||||||
|
questEditorPositiveAmount: "Az összegnek pozitív számnak kell lennie."
|
||||||
|
questEditorQuestAsRequirement1: "A következő küldetések vannak"
|
||||||
|
questEditorQuestAsRequirement2: "mint követelmény:"
|
||||||
|
questEditorQuestAsRequirement3: "Módosítania kell ezeket a küldetéseket, hogy ne törölje azt."
|
||||||
|
questEditorQuestNotFound: "A küldetés nem található!"
|
||||||
|
questEditorEventCleared: "A kezdeti esemény törlődött."
|
||||||
|
questEditorSave: "Befejezés és mentés"
|
||||||
|
questEditorNeedAskMessage: "Be kell állítanod egy kérő üzenetet!"
|
||||||
|
questEditorNeedFinishMessage: "Be kell állítanod a befejező üzenetet!"
|
||||||
|
questEditorNeedStages: "A küldetésed nincs szakaszban!"
|
||||||
|
questEditorSaved: "Quest saved! (Ye will needs t' perform a Quest reload fer it t' appear)"
|
||||||
|
questEditorExited: "Are ye sure ye wants t' exit without savin'?"
|
||||||
|
questEditorDeleted: "Are ye sure ye wants t' scuttle th' Quest"
|
||||||
|
questEditorNoPermsCreate: "Ye do nah 'ave permission t' create Quests."
|
||||||
|
questEditorNoPermsEdit: "Ye do nah 'ave permission t' edit Quests."
|
||||||
|
questEditorNoPermsDelete: "Ye do nah 'ave permission t' scuttle Quests."
|
||||||
|
stageEditorEditStage: "Szakasz szerkesztése"
|
||||||
|
stageEditorNewStage: "Új szakasz hozzáadása"
|
||||||
|
stageEditorStages: "Szakaszok"
|
||||||
|
stageEditorStage: "Szakasz"
|
||||||
|
stageEditorBreakBlocks: "Kitört blokkok"
|
||||||
|
stageEditorDamageBlocks: "Sebzett blokkok"
|
||||||
|
stageEditorPlaceBlocks: "Blokk lehelyezés"
|
||||||
|
stageEditorUseBlocks: "Blokk használat"
|
||||||
|
stageEditorCutBlocks: "Blokkok kivágása"
|
||||||
|
stageEditorCatchFish: "Hal fogás"
|
||||||
|
stageEditorFish: "hal"
|
||||||
|
stageEditorKillPlayers: "Játékosok megölése"
|
||||||
|
stageEditorPlayers: "játékosok"
|
||||||
|
stageEditorEnchantItems: "Varázsolt elemek"
|
||||||
|
stageEditorDeliverItems: "Szállítási elemek"
|
||||||
|
stageEditorTalkToNPCs: "Beszélés NPC-kkel"
|
||||||
|
stageEditorKillNPCs: "NPC-k megölése"
|
||||||
|
stageEditorKillMobs: "Szörnyek ölése"
|
||||||
|
stageEditorReachLocs: "Reach spots"
|
||||||
|
stageEditorReachRadii1: "Belül elérni"
|
||||||
|
stageEditorReachRadii2: "blokkok"
|
||||||
|
stageEditorTameMobs: "Szörnyek szelídítése"
|
||||||
|
stageEditorShearSheep: "Bárány nyírás"
|
||||||
|
stageEditorEvents: "Események"
|
||||||
|
stageEditorStageEvents: "Színpadi események"
|
||||||
|
stageEditorStartEvent: "Esemény indítás"
|
||||||
|
stageEditorStartEventCleared: "Az esemény indítása törlődött."
|
||||||
|
stageEditorFinishEvent: "Esemény befejezés"
|
||||||
|
stageEditorFinishEventCleared: "A befejezési esemény törlődött."
|
||||||
|
stageEditorChatEvents: "Csevegő események"
|
||||||
|
stageEditorChatTrigger: "Csevegő ravasz"
|
||||||
|
stageEditorTriggeredBy: "Kiváltva által"
|
||||||
|
stageEditorChatEventsCleared: "A csevegési események törlődtek."
|
||||||
|
stageEditorDeathEvent: "Halálesemény"
|
||||||
|
stageEditorDeathEventCleared: "A halálesemény törlésre került."
|
||||||
|
stageEditorDisconnectEvent: "Szétkapcsolási esemény"
|
||||||
|
stageEditorDisconnectEventCleared: "Szétkapcsolási esemény törölve."
|
||||||
|
stageEditorDelayMessage: "Késleltetett üzenet"
|
||||||
|
stageEditorDenizenScript: "Honpolgár script"
|
||||||
|
stageEditorStartMessage: "Üzenet indítás"
|
||||||
|
stageEditorCompleteMessage: "Teljes üzenet"
|
||||||
|
stageEditorDelete: "A szakasz törlése"
|
||||||
|
stageEditorSetBlockNames: "Blokknevek beállítása"
|
||||||
|
stageEditorSetBlockAmounts: "Blokkösszegek beállítása"
|
||||||
|
stageEditorSetBlockDurability: "Blokk tartósság beállítása"
|
||||||
|
stageEditorSetDamageAmounts: "Sérülés mennyiségek beállítása"
|
||||||
|
stageEditorSetPlaceAmounts: "Hely mennyiségek beállítása"
|
||||||
|
stageEditorSetUseAmounts: "Használati mennyiségek beállítása"
|
||||||
|
stageEditorSetCutAmounts: "Vágás mennyiségek beállítása"
|
||||||
|
stageEditorSetKillAmounts: "Ölés mennyiség beállítása"
|
||||||
|
stageEditorSetEnchantAmounts: "Varázslat mennyiségek beállítása"
|
||||||
|
stageEditorSetMobAmounts: "Szörny mennyiségek beállítása"
|
||||||
|
stageEditorSetEnchantments: "Varázslatok beállítása"
|
||||||
|
stageEditorSetItemNames: "Elem név beállítása"
|
||||||
|
stageEditorSetKillIds: "NPC azonosítók beállítása"
|
||||||
|
stageEditorSetMobTypes: "Szörny típusok beállítása"
|
||||||
|
stageEditorSetKillLocations: "Ölés helyek beállítása"
|
||||||
|
stageEditorSetKillLocationRadii: "Hely szerinti halál sugár beállítása"
|
||||||
|
stageEditorSetKillLocationNames: "Ölés helynevek beállítása"
|
||||||
|
stageEditorSetLocations: "Helyek beállítása"
|
||||||
|
stageEditorSetLocationRadii: "Helysugár beállítása"
|
||||||
|
stageEditorSetLocationNames: "Helynevek beállítása"
|
||||||
|
stageEditorSetTameAmounts: "Szelídítés mennyiségének beállítása"
|
||||||
|
stageEditorSetShearColors: "Bárány színek beállítása"
|
||||||
|
stageEditorSetShearAmounts: "Nyírás mennyiségek beállítása"
|
||||||
|
stageEditorPassword: "Jelszócélok"
|
||||||
|
stageEditorAddPasswordDisplay: "Jelszó megjelenítés hozzáadása"
|
||||||
|
stageEditorAddPasswordPhrases: "Jelszó-kifejezés(ek) hozzáadása"
|
||||||
|
stageEditorNoPasswordDisplays: "Nincs beállítva jelszó"
|
||||||
|
stageObjectiveOverride: "Célkitűzés megjelenítése felülbírálása"
|
||||||
|
stageEditorCustom: "Egyéni célok"
|
||||||
|
stageEditorNoModules: "Nincsenek betöltött modulok"
|
||||||
|
stageEditorModuleNotFound: "Egyéni objektummodul nem található."
|
||||||
|
stageEditorCustomPrompt: "Adja meg az egyéni cél nevét, amelyet hozzá szeretne adni, vagy írja be a 'clear'-t, hogy törölje az összes egyéni célt, vagy adja vissza a 'cancel' a visszatéréshez."
|
||||||
|
stageEditorCustomAlreadyAdded: "Ez az egyéni cél már hozzá van adva!"
|
||||||
|
stageEditorCustomCleared: "Egyéni célok törölve."
|
||||||
|
stageEditorCustomDataPrompt: "Adja meg a(z) <data> értéket:"
|
||||||
|
stageEditorEnterBlockNames: "Adja meg a blokkneveket (vagy azonosítókat), elválasztva mindegyiket szóközzel, vagy adja meg a 'cancel'-t a visszatéréshez."
|
||||||
|
stageEditorBreakBlocksPrompt: "Adja meg a szünetek számát (számok), elválasztva mindegyiket szóközzel, vagy adja meg a 'cancel'-t a visszatéréshez."
|
||||||
|
stageEditorDamageBlocksPrompt: "Adja meg a sebzés összegeit (számok), elválasztva mindegyiket szóközzel, vagy adja meg a 'cancel'-t a visszatéréshez."
|
||||||
|
stageEditorPlaceBlocksPrompt: "Adja meg a helyek mennyiségét (számokat), mindegyiket szóközzel elválasztva, vagy adja meg a 'cancel'-t a visszatéréshez."
|
||||||
|
stageEditorUseBlocksPrompt: "Adja meg a felhasználási összegeket (számokat), elválasztva mindegyiket szóközzel, vagy adja meg a 'cancel'-t a visszatéréshez."
|
||||||
|
stageEditorCutBlocksPrompt: "Írd be a kivágott összegeket (számokat), elválasztva mindegyiket szóközzel, vagy adja meg a 'cancel'-t a visszatéréshez."
|
||||||
|
stageEditorEnterBlockDurability: "Adja meg a blokk tartósságát (számok), elválasztva mindegyiket szóközzel, vagy a 'cancel' megadásával térjen vissza."
|
||||||
|
stageEditorCatchFishPrompt: "Adja meg a halak számát, vagy 0 a halfogási cél kitisztításához, vagy -1 a törléshez"
|
||||||
|
stageEditorKillPlayerPrompt: "Adja meg a megölni kívánt játékosok számát, vagy a 0-t, hogy megszüntesse a célt, vagy a -1-et törölje"
|
||||||
|
stageEditorEnchantTypePrompt: "Adja meg a varázslat nevét, vesszővel elválasztva, vagy a 'cancel'-t a visszatéréshez."
|
||||||
|
stageEditorEnchantAmountsPrompt: "Adja meg az elbűvölő összegeket (számokat), elválasztva őket egy szóközzel, vagy adja meg a 'cancel'-t a visszatéréshez."
|
||||||
|
stageEditorItemNamesPrompt: "Adja meg az elemek nevét, elválasztva mindegyiket szóközzel, vagy adja meg a 'cancel'-t a visszatéréshez."
|
||||||
|
stageEditorNPCPrompt: "Adja meg az NPC azonosító adatait, elválasztva mindegyiket szóközzel, vagy adja meg a 'cancel'-t a visszatéréshez."
|
||||||
|
stageEditorNPCToTalkToPrompt: "Adja meg az NPC azonosítót, elválasztva mindegyiket szóközzel, vagy írja be a 'clear'-t, hogy törölje az NPC ID listát, vagy a 'cancel'-t a visszatéréshez."
|
||||||
|
stageEditorDeliveryMessagesPrompt: "Adja meg a kézbesítési üzeneteket, elválasztva mindegyiket félig kettősponttal vagy a 'cancel'-t a visszatéréshez."
|
||||||
|
stageEditorKillNPCsPrompt: "Adja meg az öléses összegeket (számok), elválasztva mindegyiket szóközzel, vagy adja meg a 'cancel'-t a visszatéréshez."
|
||||||
|
stageEditorMobsPrompt: "Adjon meg egy üres helyet elválasztó szörny-neveket, vagy adja meg a 'cancel'-t a visszatéréshez"
|
||||||
|
stageEditorMobAmountsPrompt: "Enter mob amounts separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationPrompt: "Right-click on a block t' select it, then enter 'add' t' add it t' th' kill spot list, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationRadiiPrompt: "Enter kill spot radii (number o' blocks) separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationNamesPrompt: "Írd be a helyneveket vesszővel elválasztva, vagy adja meg a 'cancel'-t a visszatéréshez"
|
||||||
|
stageEditorReachLocationPrompt: "Jobb egérgombbal kattints egy blokkra, hogy kiválaszd, majd írd be az 'add' gombot, hogy hozzáadja az elérési helyek listájához, vagy adja meg a 'cancel'-t a visszatéréshez"
|
||||||
|
stageEditorReachLocationRadiiPrompt: "Adja meg az elérési hely sugarait (blokkok száma), amelyek egymástól elválasztják egy szóközzel, vagy a visszavonáshoz írja be a 'cancel'-t"
|
||||||
|
stageEditorReachLocationNamesPrompt: "Írja be a helyneveket vesszővel elválasztva, vagy adja meg a 'cancel'-t a visszatéréshez"
|
||||||
|
stageEditorTameAmountsPrompt: "Adja meg a szelídítés összegeket, amelyek elválasztják egymást egy szóközzel, vagy írja be a 'cancel'-t a visszatéréshez"
|
||||||
|
stageEditorShearColorsPrompt: "Adja meg a bárányok színeit egymástól elválasztva egy szóközzel, vagy adja meg a 'cancel'-t a visszatéréshez"
|
||||||
|
stageEditorShearAmountsPrompt: "Adja meg a bárány nyírási mennyiségeket, amelyek egymástól szétválasztják egymást, vagy a 'cancel' megadásához térjen vissza"
|
||||||
|
stageEditorEventsPrompt: "Adja meg az esemény nevét, vagy írja be a 'clear'-t az esemény törléséhez, vagy a 'cancel'-t a visszatéréshez"
|
||||||
|
stageEditorChatEventsPrompt: "Adja meg a hozzáadandó esemény nevét, vagy írja be a 'clear' opciót a csevegési események törléséhez, vagy a 'cancel'-t a visszavonáshoz"
|
||||||
|
stageEditorChatEventsTriggerPromptA: "Adj meg egy csevegő indítót"
|
||||||
|
stageEditorChatEventsTriggerPromptB: "vagy adja meg a 'cancel'-t a visszatéréshez."
|
||||||
|
stageEditorDelayPrompt: "Adja meg az időt (másodpercben), vagy írja be a 'clear' (Törlés) gombot a késedelem törléséhez, vagy a 'cancel' gombot a visszatéréshez"
|
||||||
|
stageEditorDelayMessagePrompt: "Adja meg a késleltetés üzenetet, vagy írja be a 'clear' (Törlés) gombot az üzenet törléséhez, vagy a 'canel'-t visszavonáshoz"
|
||||||
|
stageEditorScriptPrompt: "Írja be a parancsfájl nevét, vagy írja be a 'clear' parancsot a parancsfájl törléséhez, vagy a 'cancel'-t a visszavonáshoz"
|
||||||
|
stageEditorStartMessagePrompt: "Írja be az indító üzenetet, vagy írja be a 'clear' (Törlés) gombot az üzenet törléséhez, vagy a 'cancel'-t a visszatéréshez"
|
||||||
|
stageEditorCompleteMessagePrompt: "Adja meg a teljes üzenetet, vagy írja be a 'clear' (Törlés) gombot az üzenet törléséhez, vagy a 'cancel'-t a visszavonáshoz"
|
||||||
|
stageEditorPasswordDisplayPrompt: "Adja meg a jelszó kijelzését, vagy a 'cancel'-t a visszatéréshez"
|
||||||
|
stageEditorPasswordDisplayHint: "(Ez a szöveg, amelyet a játékosnak célul kell megjelenítenie)"
|
||||||
|
stageEditorPasswordPhrasePrompt: "Adja meg a jelszó kifejezést vagy a 'cancel'-t a visszatéréshez"
|
||||||
|
stageEditorPasswordPhraseHint1: "(Ez a szöveg, amit egy játékosnak meg kell mondania, hogy teljesítse a célt)"
|
||||||
|
stageEditorPasswordPhraseHint2: "Ha több jelszó-kifejezést szeretne, külön is el kell különíteni őket | (cső)"
|
||||||
|
stageEditorObjectiveOverridePrompt: "Adja meg az objektív megjelenítés felülbírálatát, vagy a 'clear'-t, hogy törölje a felülbírálást, vagy 'cancel'-t a visszatéréshez."
|
||||||
|
stageEditorObjectiveOverrideHint: "(Az objektív megjelenítés felülírása megjelenik a játékos aktuális céljaként)"
|
||||||
|
stageEditorObjectiveOverrideCleared: "Az objektív megjelenítés felülírása törölve."
|
||||||
|
stageEditorDeliveryAddItem: "Elem hozzáadása"
|
||||||
|
stageEditorDeliveryNPCs: "NPC azonosítók beállítása"
|
||||||
|
stageEditorDeliveryMessages: "Szállítási üzenetek beállítása"
|
||||||
|
stageEditorContainsDuplicates: "A lista duplikátumokat tartalmaz!"
|
||||||
|
stageEditorInvalidBlockName: "nem érvényes blokknév!"
|
||||||
|
stageEditorInvalidEnchantment: "nem érvényes varázslat név!"
|
||||||
|
stageEditorInvalidNPC: "nem érvényes NPC azonosító!"
|
||||||
|
stageEditorInvalidMob: "nem érvényes szörny név!"
|
||||||
|
stageEditorInvalidItemName: "nem érvényes elem név!"
|
||||||
|
stageEditorInvalidNumber: "nem szám!"
|
||||||
|
stageEditorInvalidDye: "nem érvényes festékszín!"
|
||||||
|
stageEditorInvalidEvent: "nem érvényes eseménynév!"
|
||||||
|
stageEditorDuplicateEvent: "Az esemény már szerepel a listán!"
|
||||||
|
stageEditorInvalidDelay: "A késésnek legalább egy másodpercnek kell lennie!"
|
||||||
|
stageEditorInvalidScript: "Denizen script nem található!"
|
||||||
|
stageEditorNoCitizens: "Citizens nincs telepítve!"
|
||||||
|
stageEditorNoDenizen: "Denizen nincs telepítve!"
|
||||||
|
stageEditorPositiveAmount: "Meg kell adnia egy pozitív számot!"
|
||||||
|
stageEditorNoNumber: "A bevitel nem szám volt!"
|
||||||
|
stageEditorNotGreaterThanZero: "nem nagyobb, mint 0!"
|
||||||
|
stageEditorNotListofNumbers: "Érvénytelen bejegyzés, a bevitel nem számok listája!"
|
||||||
|
stageEditorNoDelaySet: "Először be kell állítania a késleltetést!"
|
||||||
|
stageEditorNoBlockNames: "Először blokkneveket kell beállítani!"
|
||||||
|
stageEditorNoEnchantments: "Először be kell állítani a varázslatokat!"
|
||||||
|
stageEditorNoItems: "Először elemeket kell hozzáadnia!"
|
||||||
|
stageEditorNoDeliveryMessage: "Meg kell adni legalább egy kézbesítési üzenetet!"
|
||||||
|
stageEditorNoNPCs: "Először az NPC azonosítót kell beállítani!"
|
||||||
|
stageEditorNoMobTypes: "Először szörny típusokat kell beállítanod!"
|
||||||
|
stageEditorNoKillLocations: "Először meg kell adni az ölés helyeket!"
|
||||||
|
stageEditorNoBlockSelected: "Először egy blokkot kell kiválasztani."
|
||||||
|
stageEditorNoColors: "Először be kell állítani a színeket!"
|
||||||
|
stageEditorNoLocations: "Először be kell állítani a helyeket!"
|
||||||
|
stageEditorNoEnchantmentsSet: "Nincs varázslatok beállítva"
|
||||||
|
stageEditorNoItemsSet: "Nincs elemek beállítva"
|
||||||
|
stageEditorNoMobTypesSet: "Nincs szörnytípus beállítva"
|
||||||
|
stageEditorNoLocationsSet: "Nincs beállítva helyek"
|
||||||
|
stageEditorNoColorsSet: "Nincsenek színek beállítva"
|
||||||
|
stageEditorListNotSameSize: "A blokknevek listája és az összegek listája nem azonos méretű!"
|
||||||
|
stageEditorEnchantmentNotSameSize: "A varázslatok listája, az elemek id listája és a varázslat mennyiség listája nem azonos méretű!"
|
||||||
|
stageEditorDeliveriesNotSameSize: "Az elemlista és az NPC-lista nem egyenlő méretű!"
|
||||||
|
stageEditorNPCKillsNotSameSize: "Az NPC-azonosítók listája és az ölés mennyiség listája nem azonos méretű!"
|
||||||
|
stageEditorAllListsNotSameSize: "Az összes listája nem azonos méretű!"
|
||||||
|
stageEditorMobTypesNotSameSize: "A szörnytípusok listája és a szörny összegek listája nem azonos méretű!"
|
||||||
|
stageEditorTameMobsNotSameSize: "A szörnytípusok listája és a szelídítés összegek listája nem azonos méretű!"
|
||||||
|
stageEditorShearNotSameSize: "A bárány színlista és a nyírási mennyiség listája nem azonos méretű!"
|
||||||
|
stageEditorMustSetPasswordDisplays: "Először hozzá kell adni legalább egy jelszó-kijelzőt!"
|
||||||
|
stageEditorAddPasswordCleared: "A jelszócélok kitisztítva."
|
||||||
|
stageEditorPasswordNotSameSize: "A jelszókijelző és a jelszavak listája nem azonos méretű!"
|
||||||
|
stageEditorListContainsDuplicates: " A lista duplikátumokat tartalmaz!"
|
||||||
|
stageEditorDelayCleared: "Késleltetés törölve."
|
||||||
|
stageEditorDelayMessageCleared: "Késleltetett üzenet törölve."
|
||||||
|
stageEditorDenizenCleared: "Denizen script törölve."
|
||||||
|
stageEditorBreakBlocksCleared: "Blokkok törése objektum törölve."
|
||||||
|
stageEditorDamageBlocksCleared: "Blokkok sebzése objektív törölve."
|
||||||
|
stageEditorPlaceBlocksCleared: "A blokkok lerakása objektum törölve."
|
||||||
|
stageEditorUseBlocksCleared: "Használja a blokk objektum törlését."
|
||||||
|
stageEditorCutBlocksCleared: "Blokkok vágása objektív törölve."
|
||||||
|
stageEditorEnchantmentsCleared: "A varázslási objektum törölve."
|
||||||
|
stageEditorDeliveriesCleared: "A szállítási objektum törölve."
|
||||||
|
stageEditorReachLocationsCleared: "A célok elérésének objektuma törölve."
|
||||||
|
stageEditorKillNPCsCleared: "NPC-k ölése objektum törölve."
|
||||||
|
stageEditorKillMobsCleared: "Szörnyek ölése objektum törölve."
|
||||||
|
stageEditorTameCleared: "Szörnyek szelídítése objektum törölve."
|
||||||
|
stageEditorShearCleared: "Bárány nyírás objektum törölve."
|
||||||
|
stageEditorStartMessageCleared: "Az üzenet indítása törölve."
|
||||||
|
stageEditorCompleteMessageCleared: "Teljesített üzenet törölve."
|
||||||
|
stageEditorConfirmStageDelete: "Biztosan törölni szeretné ezt a szakaszt?"
|
||||||
|
stageEditorConfirmStageNote: "Bármelyik lépés után egy helyre kerül"
|
||||||
|
stageEditorDeleteSucces: "A szakasz sikeresen törölve."
|
||||||
|
stageEditorEnchantments: "Varázslatok"
|
||||||
|
stageEditorNPCNote: 'Megjegyzés: Az NPC nevét megadhatja a(z) <npc> paranccsal'
|
||||||
|
stageEditorOptional: "Választható"
|
||||||
|
stageEditorColors: "Bárány színek"
|
||||||
|
allListsNotSameSize: "Az összes listája nem azonos méretű!"
|
||||||
|
eventEditorCreate: "Új esemény létrehozása"
|
||||||
|
eventEditorEdit: "Az esemény szerkesztése"
|
||||||
|
eventEditorDelete: "Esemény törlése"
|
||||||
|
eventEditorCreatePermisssions: "Nincs jogod létrehozni egy új eseményt."
|
||||||
|
eventEditorEditPermisssions: "Nincs jogod szerkeszteni az eseményt."
|
||||||
|
eventEditorDeletePermisssions: "Nincs jogod törölni az eseményt."
|
||||||
|
eventEditorNoneToEdit: "Jelenleg nincsenek események szerkesztésre!"
|
||||||
|
eventEditorNoneToDelete: "Jelenleg nincsenek események törölve!"
|
||||||
|
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, Quests és Események újratöltve."
|
||||||
|
eventEditorEnterEventName: "Adja meg az Esemény nevét, vagy a 'cancel' parancsot a visszatéréshez."
|
||||||
|
eventEditorDeletePrompt: "Biztosan törölni szeretné az eseményt"
|
||||||
|
eventEditorQuitWithoutSaving: "Biztos, hogy mentés nélkül szeretne kilépni?"
|
||||||
|
eventEditorFinishAndSave: "Biztosan befejezed és mented az eseményt"
|
||||||
|
eventEditorModifiedNote: 'Megjegyzés: Módosítottál egy olyan eseményt, amelyet a következő küldetések használnak:'
|
||||||
|
eventEditorForcedToQuit: "Ha elmented az eseményt, mindenki, aki aktívan végez ezen a küldetést, kénytelen lesz kilépni."
|
||||||
|
eventEditorEventInUse: "A következő küldetések használják az eseményt"
|
||||||
|
eventEditorMustModifyQuests: "eseményszerkesztő nem található"
|
||||||
|
eventEditorListSizeMismatch: "A listák nem azonos méretűek!"
|
||||||
|
eventEditorListDuplicates: "A lista duplikátumokat tartalmaz!"
|
||||||
|
eventEditorNotANumberList: "A bevitel nem számok listája!"
|
||||||
|
eventEditorInvalidEntry: "Érvénytelen bejegyzés"
|
||||||
|
eventEditorSetName: "Név beállítás"
|
||||||
|
eventEditorSetMessage: "Üzenet beállítás"
|
||||||
|
eventEditorClearInv: "Játékos eszköztárának törlése"
|
||||||
|
eventEditorFailQuest: "Nem sikerült a küldetés"
|
||||||
|
eventEditorSetExplosions: "Beállítása a robbanás helyét"
|
||||||
|
eventEditorSetLightning: "Beállítása a villámcsapás helyét"
|
||||||
|
eventEditorSetEffects: "Effektek beállítása"
|
||||||
|
eventEditorSetStorm: "Vihar beállítása"
|
||||||
|
eventEditorSetThunder: "Mennydörgés beállítása"
|
||||||
|
eventEditorSetMobSpawns: "Szörny idézések beállítása"
|
||||||
|
eventEditorSetPotionEffects: "Bájital effektek beállítása"
|
||||||
|
eventEditorSetHunger: "Játékos éhezés szint beállítása"
|
||||||
|
eventEditorSetSaturation: "Játékos telítettségi szintjének beállítása"
|
||||||
|
eventEditorSetHealth: "Játékos élet szintjének beállítása"
|
||||||
|
eventEditorEnterTimerSeconds: "Beállítsa a küldetés elmaradt másodpercek számát (az időzítők törléséhez használja a törlés időzítőt)"
|
||||||
|
eventEditorSetTimer: "Beállítsa az időt a sikertelen küldetéshez"
|
||||||
|
eventEditorCancelTimer: "A küldetési időzítő törlése"
|
||||||
|
eventEditorSetTeleport: "Játékos teleportálás helyének beállítása"
|
||||||
|
eventEditorSetCommands: "Végrehajtandó parancsok beállítása"
|
||||||
|
eventEditorItems: "Esemény elemek"
|
||||||
|
eventEditorSetItems: "Elemek adása"
|
||||||
|
eventEditorItemsCleared: "Az esemény elemei törölve."
|
||||||
|
eventEditorAddItem: "Elem adása"
|
||||||
|
eventEditorSetItemNames: "Elem nevek beállítása"
|
||||||
|
eventEditorSetItemAmounts: "Elem mennyiségek beállítása"
|
||||||
|
eventEditorNoNames: "Nincs név beállítva"
|
||||||
|
eventEditorMustSetNames: "Meg kell adni az elem nevét először!"
|
||||||
|
eventEditorInvalidName: "nem érvényes elem név!"
|
||||||
|
eventEditorNotGreaterThanZero: "nem nagyobb, mint 0!"
|
||||||
|
eventEditorNotANumber: "nem szám!"
|
||||||
|
eventEditorStorm: "Esemény vihar"
|
||||||
|
eventEditorSetWorld: "Világ beállítás"
|
||||||
|
eventEditorSetDuration: "Időtartam beállítása"
|
||||||
|
eventEditorNoWorld: "(Nincs világ beállítva)"
|
||||||
|
eventEditorSetWorldFirst: "Be kell állítani a világot először!"
|
||||||
|
eventEditorInvalidWorld: "nem érvényes világnév!"
|
||||||
|
eventEditorMustSetStormDuration: "Be kell állítani a vihar időtartamát!"
|
||||||
|
eventEditorStormCleared: "A vihar adatai törölve."
|
||||||
|
eventEditorEnterStormWorld: "Adja meg a világ nevét, hogy a vihar bekövetkezzen, vagy adja meg a 'cancel'-t a visszatéréshez"
|
||||||
|
eventEditorEnterDuration: "Időtartam megadása (másodpercben)"
|
||||||
|
eventEditorAtLeastOneSecond: "Az összegnek legalább 1 másodpercnek kell lennie!"
|
||||||
|
eventEditorNotGreaterThanOneSecond: "nem haladja meg az 1 másodpercet!"
|
||||||
|
eventEditorThunder: "Esemény dörgés"
|
||||||
|
eventEditorMustSetThunderDuration: "Be kell állítani a mennydörgés időtartamát!"
|
||||||
|
eventEditorThunderCleared: "A dörgés adatok törölve."
|
||||||
|
eventEditorEnterThunderWorld: "Adja meg a világnevet, hogy a mennydörgés bekövetkezzen, vagy adja meg a 'cancel'-t a visszatéréshez"
|
||||||
|
eventEditorEffects: "Esemény effektek"
|
||||||
|
eventEditorAddEffect: "Effekt hozzáadása"
|
||||||
|
eventEditorAddEffectLocation: "Effekt hely hozzáadása"
|
||||||
|
eventEditorNoEffects: "Nincs effekt beállítva"
|
||||||
|
eventEditorMustAddEffects: "Először az effekteket kell hozzáadni!"
|
||||||
|
eventEditorInvalidEffect: "nem érvényes effekt név!"
|
||||||
|
eventEditorEffectsCleared: "Esemény effektek törölve."
|
||||||
|
eventEditorEffectLocationPrompt: "Kattints jobb egérgombbal egy blokkra, ha effektet szeretne lejátszani, majd adja hozzá az 'add' elemet a listához való hozzáadásához, vagy adja meg a 'cancel'-t a visszatéréshez"
|
||||||
|
eventEditorMobSpawns: "Esemény szörny idézések"
|
||||||
|
eventEditorAddMobTypes: "Szörny hozzáadása"
|
||||||
|
eventEditorNoTypesSet: "(Nincs típus beállítva)"
|
||||||
|
eventEditorMustSetMobTypesFirst: "Először a szörny típusát kell beállítani!"
|
||||||
|
eventEditorSetMobAmounts: "Szörny mennyiség beállítása"
|
||||||
|
eventEditorNoAmountsSet: "(Nincs mennyiség beállítva)"
|
||||||
|
eventEditorMustSetMobAmountsFirst: "Először be kell állítani a szörny összegét!"
|
||||||
|
eventEditorAddSpawnLocation: "Spawn hely beállítása"
|
||||||
|
eventEditorMobSpawnsCleared: "A szörny spawns törölve."
|
||||||
|
eventEditorMustSetMobLocationFirst: "Először be kell állítani a spawn-helyet!"
|
||||||
|
eventEditorInvalidMob: "nem érvényes szörny név!"
|
||||||
|
eventEditorSetMobName: "Egyéni név beállítása a szörny számára"
|
||||||
|
eventEditorSetMobType: "Szörny típus beállítása"
|
||||||
|
eventEditorSetMobItemInHand: "Elem beállítása a kézben lévőt"
|
||||||
|
eventEditorSetMobItemInHandDrop: "Kézben lévő esedének elem beállítása"
|
||||||
|
eventEditorSetMobBoots: "Csizmák beállítása"
|
||||||
|
eventEditorSetMobBootsDrop: "Csizma esélyének beállítása"
|
||||||
|
eventEditorSetMobLeggings: "Nadrágok beállítása"
|
||||||
|
eventEditorSetMobLeggingsDrop: "Nadrág véletlen esésének beállítása"
|
||||||
|
eventEditorSetMobChestPlate: "Mellvért beállítása"
|
||||||
|
eventEditorSetMobChestPlateDrop: "Mellvért véletlen esésének beállítása"
|
||||||
|
eventEditorSetMobHelmet: "Sisak beállítása"
|
||||||
|
eventEditorSetMobHelmetDrop: "Sisak véletlen esésének beállítása"
|
||||||
|
eventEditorSetMobSpawnLoc: "Jobb egérgombbal kattints egy blokkra, hogy egy szörnyet indítson, majd add hozzá az 'add' a megerősítéshez, vagy add meg a 'cancel'-t a visszatéréshez"
|
||||||
|
eventEditorSetMobSpawnAmount: "Szörny mennyiség beállítása, hogy idézzen"
|
||||||
|
eventEditorSetDropChance: "Ledobás esély beállítása"
|
||||||
|
eventEditorInvalidDropChance: "A csökkenési esélynek 0.0 és 1.0 között kell lennie"
|
||||||
|
eventEditorLightningPrompt: "Jobb egérgombbal kattints egy blokkra, hogy villámcsapást hozzon létre, majd add hozzá az 'add' elemet a listához való hozzáadásához, vagy írd be a 'clear' lehetőséget a helyek listájának törléséhez, vagy a 'cancel'-t a visszatéréshez"
|
||||||
|
eventEditorPotionEffects: "Bájital effekt események"
|
||||||
|
eventEditorSetPotionEffectTypes: "Bájital effekt típusok beállítása"
|
||||||
|
eventEditorMustSetPotionTypesFirst: "Először a bájital típusokat kell beállítani!"
|
||||||
|
eventEditorSetPotionDurations: "Bájital effekt tartalmak beállítása"
|
||||||
|
eventEditorMustSetPotionDurationsFirst: "Először a bájital időtartamát kell beállítani!"
|
||||||
|
eventEditorMustSetPotionTypesAndDurationsFirst: "Először a bájital effekt típusokat és időtartamokat kell beállítani!"
|
||||||
|
eventEditorNoDurationsSet: "(Nincs tartamok beállítva)"
|
||||||
|
eventEditorSetPotionMagnitudes: "Bájital hatás nagyság beállítása"
|
||||||
|
eventEditorPotionsCleared: "Bájital effektek törölve."
|
||||||
|
eventEditorInvalidPotionType: "nem érvényes bájital hatású típus!"
|
||||||
|
eventEditorEnterNPCId: "Írd be az NPC azonosítót (vagy vissza kell térni -1-re)"
|
||||||
|
eventEditorNoNPCExists: "Nem létezik NPC ezzel az azonosítóval!"
|
||||||
|
eventEditorExplosionPrompt: "Jobb egérgombbal kattints egy blokkra, hogy robbanást indítson, majd add hozzá az 'add', hogy hozzáadja a listához, vagy írd be a 'clear'-t a törlési lista törléséhez vagy a 'cancel'-t a visszatéréshez"
|
||||||
|
eventEditorSelectBlockFirst: "Először egy blokkot kell kiválasztani."
|
||||||
|
eventEditorSetMessagePrompt: "Írd be az üzenetet, vagy írd be a 'none'-t a törléshez (vagy a 'cancel'-t a visszatéréshez)"
|
||||||
|
eventEditorSetItemNamesPrompt: "Add meg az elemek elkülönítését szóközzel, vagy írja be a 'cancel'-t a visszatéréshez."
|
||||||
|
eventEditorSetItemAmountsPrompt: "Add meg az elemek számát (számokat), amelyek egymástól elválasztják a szóközt, vagy a visszavonáshoz írd be a 'cancel' parancsot."
|
||||||
|
eventEditorSetMobTypesPrompt: "Add meg a szörny nevét, vagy add meg a 'cancel'-t a visszatéréshez"
|
||||||
|
eventEditorSetMobAmountsPrompt: "Add meg a szörny összegét, vagy add meg a 'cancel'-t a visszatéréshez"
|
||||||
|
eventEditorSetMobNamePrompt: "Állítsd be a szörny nevét, vagy add meg a 'cancel'-t a visszatéréshez"
|
||||||
|
eventEditorSetMobLocationPrompt: "Jobb egérgombbal kattints egy blokkra, hogy kiválassza, majd add meg a 'cancel'-t, hogy hozzáadja a szörny helyeket a helymeghatározási listájához, vagy add meg a 'cancel'-t a visszatéréshez"
|
||||||
|
eventEditorSetPotionEffectsPrompt: "Add meg a bájital effekt típusokat, amelyek elválasztják egymást egy szóközzel, vagy írd be a 'cancel'-t a visszatéréshez"
|
||||||
|
eventEditorSetPotionDurationsPrompt: "Add meg a hatás időtartamát (ezredmásodpercben), mindegyiket szóközzel elválasztva, vagy add meg a 'cancel'-t a visszatéréshez"
|
||||||
|
eventEditorSetPotionMagnitudesPrompt: "Add meg a bájital hatás nagyságát, amelyek egymástól elválasztják a szóközt, vagy a 'cancel'-t a visszatéréshez"
|
||||||
|
eventEditorSetHungerPrompt: "Add meg az éhségszintet, vagy a -1-et, hogy eltávolítsa azt"
|
||||||
|
eventEditorHungerLevelAtLeastZero: "Az éhség szintjének legalább 0-nak kell lennie!"
|
||||||
|
eventEditorSetSaturationPrompt: "Add meg a telítettségi szintet, vagy a -1-et, hogy eltávolítsa azt"
|
||||||
|
eventEditorSaturationLevelAtLeastZero: "A telítési szintnek legalább 0-nak kell lennie!"
|
||||||
|
eventEditorSetHealthPrompt: "Add meg az élet szintet, vagy a -1-et az eltávolításhoz"
|
||||||
|
eventEditorHealthLevelAtLeastZero: "Az élet szintnek legalább 0-nak kell lennie!"
|
||||||
|
eventEditorSetTeleportPrompt: "Jobb egérgombbal kattints egy blokkra, hogy teleportálja a játékost, majd a befejezéshez írd be a 'done' lehetőséget, vagy írd be a 'clear'-t a teleport helyének törléséhez vagy a 'cancel'-t a visszatéréshez"
|
||||||
|
eventEditorCommandsNote: 'Megjegyzés: Használhatod a <player> kifejezést a játékos nevére.'
|
||||||
|
eventEditorSetCommandsPrompt: "Add meg a parancsokat vesszővel elválasztva, vagy írd be a 'clear'-t a lista törléséhez, vagy add meg a 'cancel'-t a visszatéréshez."
|
||||||
|
reqSetMoney: "Pénzigény beállítása"
|
||||||
|
reqSetQuestPoints: "Küldetés pontkövetelmény beállítása"
|
||||||
|
reqSetItem: "Elem követelmények beállítása"
|
||||||
|
reqSetPerms: "Jog követelmények beállítása"
|
||||||
|
reqSetQuest: "Küldetés követelmények beállítása"
|
||||||
|
reqSetQuestBlocks: "Küldetés blokkok beállítása"
|
||||||
|
reqSetMcMMO: "Az mcMMO követelmények beállítása"
|
||||||
|
reqSetHeroes: "Heroes követelmények beállítása"
|
||||||
|
reqSetCustom: "Egyéni követelmények"
|
||||||
|
reqSetFail: "Hibaüzeneti üzenet követelmények beállítása"
|
||||||
|
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: "Írd be a <money> értéket, vagy a 0-t a pénzigény tisztázásához, vagy a -1-et a visszavonáshoz"
|
||||||
|
reqQuestPointsPrompt: "Add meg a Quest Pontok összegét, vagy a 0 gombot a Quest Pontok követelményének törléséhez, vagy a -1-et a visszavonáshoz"
|
||||||
|
reqQuestPrompt: "Add meg a Quest nevek listáját, amelyek elválasztják egymást egy <comma>, vagy írd be a 'clear'-t a lista törléséhez vagy a 'cancel'-t a visszavonáshoz."
|
||||||
|
reqRemoveItemsPrompt: "Add meg a true/false értékek listáját, különválasztva egy szóközzel, vagy add meg a 'cancel'-t a visszatéréshez."
|
||||||
|
reqPermissionsPrompt: "Add meg az jog követelményeket, amelyek elválasztják egymást egy szóközzel, vagy írd be a 'clear'-t a lista törléséhez, vagy írd be a 'cancel'-t a visszatéréshez."
|
||||||
|
reqCustomPrompt: "Add meg az egyedi követelmény nevét, vagy add hozzá a 'clear'-t, hogy törölje az összes egyéni követelményt, vagy a 'cancel'-t a visszatéréshez."
|
||||||
|
reqMcMMOPrompt: "Add meg az mcMMO-készségeket, különválasztva egy szóközzel, vagy írd be a 'clear'-t a lista törléséhez vagy a 'cancel'-t a visszatéréshez."
|
||||||
|
reqMcMMOAmountsPrompt: "Add meg az mcMMO készségösszegeket, elválasztva mindegyiket szóközzel, vagy írd be a 'clear'-t a lista törléséhez, vagy a 'cancel'-t a visszatéréshez."
|
||||||
|
reqHeroesPrimaryPrompt: "Add meg a Heroes Primary Class nevet, vagy írd be a 'clear' lehetőséget a követelmény törléséhez, vagy a 'cancel'-t a visszatéréshez."
|
||||||
|
reqHeroesSecondaryPrompt: "Add meg a Heroes másodlagos osztály nevét, vagy írd be a 'clear'-t, hogy törölje a követelményt, vagy 'cancel'-t a visszatéréshez."
|
||||||
|
reqFailMessagePrompt: "Írd be a hibaüzeneti üzeneteket, vagy add meg a 'cancel'-t a visszatéréshez."
|
||||||
|
reqAddItem: "Elem hozzáadása"
|
||||||
|
reqSetRemoveItems: "Elemek eltávolításának beállítása"
|
||||||
|
reqNoItemsSet: "Nincs elemek beállítva"
|
||||||
|
reqNoValuesSet: "Nincs beállítva érték"
|
||||||
|
reqHeroesPrimaryDisplay: "Elsődleges osztály:"
|
||||||
|
reqHeroesSecondaryDisplay: "Másodlagos osztály:"
|
||||||
|
reqGreaterThanZero: "Az összegnek nagyobbnak kell lennie mint 0!"
|
||||||
|
reqNotAQuestName: "<quest> nem Küldetés név!"
|
||||||
|
reqItemCleared: "Az elemekre vonatkozó követelmények törölve."
|
||||||
|
reqListsNotSameSize: "Az elemek listája és a elemek eltávolítása nem azonos méretű!"
|
||||||
|
reqTrueFalseError: '<input> nem valódi vagy hamis érték!%br%Example: true false true true'
|
||||||
|
reqCustomAlreadyAdded: "Ez az egyéni követelmény már hozzáadva!"
|
||||||
|
reqCustomNotFound: "Egyéni igény modul nem található."
|
||||||
|
reqCustomCleared: "Egyéni követelmények törölve."
|
||||||
|
reqMcMMOError: "<input> nem mcMMO skill név!"
|
||||||
|
reqMcMMOCleared: "mcMMO képzettségi követelmények törölve."
|
||||||
|
reqMcMMOAmountsCleared: "mcMMO készségigényes követelmények törölve."
|
||||||
|
reqHeroesNotPrimary: "Az <class> osztály nem elsődleges!"
|
||||||
|
reqHeroesPrimaryCleared: "Heroes Primary Class követelmény törölve."
|
||||||
|
reqHeroesNotSecondary: "Az <class> osztály nem másodlagos!"
|
||||||
|
reqHeroesSecondaryCleared: "Heroes Secondary Class követelmény törölve."
|
||||||
|
reqHeroesClassNotFound: "Osztály nem található!"
|
||||||
|
reqNone: "Nincsenek követelmények"
|
||||||
|
reqNotANumber: "A <input> nem szám!"
|
||||||
|
reqMustAddItem: "Legalább egy elemet hozzá kell adnia!"
|
||||||
|
reqNoMessage: "Be kell állítania a hibaüzeneteket!"
|
||||||
|
reqNoMcMMO: "mcMMO nincs telepítve"
|
||||||
|
reqNoHeroes: "Heroes nincs telepítve"
|
||||||
|
rewSetMoney: "Pénz jutalom beállítása"
|
||||||
|
rewSetQuestPoints: "Quest Pontok jutalom beállítása"
|
||||||
|
rewSetItems: "Elem jutalmak beállítása"
|
||||||
|
rewSetExperience: "Tapasztalat jutalom beállítása"
|
||||||
|
rewSetCommands: "Parancs jutalmak beállítása"
|
||||||
|
rewSetPermission: "Jog jutalmak beállítása"
|
||||||
|
rewSetMcMMO: "mcMMO skill jutalmak beállítása"
|
||||||
|
rewSetHeroes: "Heroes tapasztalati jutalmak beállítása"
|
||||||
|
rewSetPhat: "PhatLoot jutalmak beállítása"
|
||||||
|
rewSetCustom: "Egyéni jutalmak beállítása"
|
||||||
|
rewSetHeroesClasses: "Osztályok beállítása"
|
||||||
|
rewSetHeroesAmounts: "Tapasztalat mennyiségek beállítása"
|
||||||
|
rewMoneyPrompt: "Add meg a <money> összegét, vagy a 0-t a pénz jutalom törléséhez, vagy a -1-et a visszavonáshoz"
|
||||||
|
rewExperiencePrompt: "Írd be a tapasztalat mennyiségét, vagy a 0-t törölje a tapasztalat jutalmát, vagy a -1-et a visszavonáshoz"
|
||||||
|
rewCommandPrompt: "Add meg a parancsokat, amelyek elválasztják egymást egy <comma>, vagy írd be a 'clear'-t a lista törléséhez, vagy add meg a 'cancel'-t a visszatéréshez."
|
||||||
|
rewCommandPromptHint: 'Megjegyzés: Feladhatja <player> játékost arra a játékosra, aki elvégezte a küldetést. Például. ölje meg a <player> játékost'
|
||||||
|
rewPermissionsPrompt: "Add meg az engedélyhez jutó jutalmakat, amelyek egymástól elválasztják a szóközt, vagy írd be a 'clear'-t a lista törléséhez, vagy a 'cancel'-t a visszatéréshez."
|
||||||
|
rewQuestPointsPrompt: "Írd be a Quest Pontok összegét, vagy a 0 gombot a Quest Pontok jutalom törléséhez, vagy a -1 gombot a visszavonáshoz"
|
||||||
|
rewMcMMOPrompt: "Add meg az mcMMO készségeket, elválasztva egymástól egy szóközt, vagy a 'cancel'-t a visszatéréshez."
|
||||||
|
rewMcMMOPromptHint: 'Megjegyzés: Az ''All'' beírása minden szintet biztosít.'
|
||||||
|
rewHeroesClassesPrompt: "Add meg a Heroes osztályokat, amelyek egymástól elválasztják a szóközt, vagy a 'cancel'-t a visszatéréshez."
|
||||||
|
rewHeroesExperiencePrompt: "Írd be a tapasztalat összegeket (számok, tizedesjegyek engedélyezettek), mindegyiket szétválasztásával, vagy add meg a 'cancel'-t a visszatéréshez."
|
||||||
|
rewPhatLootsPrompt: "Add meg a PhatLoot-okat, amelyek egymástól elválasztják a szóközt, vagy írd be a 'clear'-t a lista törléséhez vagy a 'cancel'-t a visszavonáshoz."
|
||||||
|
rewCustomRewardPrompt: "Add meg a hozzáadott egyéni jutalom nevét, vagy írd be a 'clear' opciót az összes egyéni jutalom törléséhez vagy a 'cancel'-t a visszavonáshoz."
|
||||||
|
rewItemsCleared: "Elem jutalmak törölve."
|
||||||
|
rewNoMcMMOSkills: "Nincs készségek beállítva"
|
||||||
|
rewNoHeroesClasses: "Nincsenek osztályok beállítva"
|
||||||
|
rewSetMcMMOSkillsFirst: "Először készségeket kell beállítani!"
|
||||||
|
rewMcMMOCleared: "mcMMO jutalmak törölve."
|
||||||
|
rewMcMMOListsNotSameSize: "A készséglista és a készségek összege nem azonos méretű!"
|
||||||
|
rewSetHeroesClassesFirst: "Először be kell állítani az osztályokat!"
|
||||||
|
rewHeroesCleared: "Heroes jutalmak törölve."
|
||||||
|
rewHeroesListsNotSameSize: "Az osztályok listája és a tapasztalatok összege nem azonos méretű!"
|
||||||
|
rewHeroesInvalidClass: "A <input> nem érvényes Heroes osztály neve!"
|
||||||
|
rewPhatLootsInvalid: "A <input> nem érvényes PhatLoot név!"
|
||||||
|
rewPhatLootsCleared: "PhatLoots jutalom törölve."
|
||||||
|
rewCustomAlreadyAdded: "Ez az egyéni jutalom már hozzá van adva!"
|
||||||
|
rewCustomNotFound: "Egyéni jutalom modul nem található."
|
||||||
|
rewCustomCleared: "Egyéni jutalmak törölve."
|
||||||
|
rewNoPhat: "PhatLoots nincs telepítve"
|
||||||
|
itemCreateLoadHand: "Elem töltése, ami a kézben van"
|
||||||
|
itemCreateSetName: "Név beállítása"
|
||||||
|
itemCreateSetAmount: "Mennyiség beállítása"
|
||||||
|
itemCreateSetDurab: "Tartósság beállítása"
|
||||||
|
itemCreateSetEnchs: "Hozzáad/töröl varázslatok"
|
||||||
|
itemCreateSetDisplay: "Megjelenítő név beállítása"
|
||||||
|
itemCreateSetLore: "Lore beállítása"
|
||||||
|
itemCreateEnterName: "Add meg az elem nevét, vagy a 'cancel'-t a visszatéréshez."
|
||||||
|
itemCreateEnterAmount: "Add meg az elem mennyiségét (legfeljebb 64), vagy a 'cancel'-t a visszatéréshez."
|
||||||
|
itemCreateEnterDurab: "Add meg az elemek tartósságát, vagy töröld az adatokat, vagy a 'cancel'-t a visszatéréshez."
|
||||||
|
itemCreateEnterEnch: "Add meg a varázslat nevét vagy a 'clear' kifejezést a varázslatok törléséhez vagy a 'cancel'-t a visszavonáshoz."
|
||||||
|
itemCreateEnterLevel: "Adj meg egy szintet (szám) a <enchantment> varázslatra"
|
||||||
|
itemCreateEnterDisplay: "Add meg az elem megjelenítési nevét vagy a 'clear' lehetőséget a megjelenítési név törléséhez, vagy a 'cancel'-t a visszatéréshez."
|
||||||
|
itemCreateEnterLore: "Írd be a tételleírást, amely elválasztja az egyes sorokat egy pontosvessző; vagy 'clear'-t a törléshez, vagy a 'cancel'-t a visszatéréshez."
|
||||||
|
itemCreateLoaded: "Elem betöltve."
|
||||||
|
itemCreateNoItem: "Nincs elem a kézben!"
|
||||||
|
itemCreateNoName: "Be kell állítani a nevet először!"
|
||||||
|
itemCreateInvalidName: "Érvénytelen elem név!"
|
||||||
|
itemCreateInvalidAmount: "Az összegnek 1-64 között kell lennie!"
|
||||||
|
itemCreateInvalidDurab: "Érvénytelen elem tartósság!"
|
||||||
|
itemCreateInvalidEnch: "Érvénytelen varázslat név!"
|
||||||
|
itemCreateInvalidLevel: "A szintnek 0-nál nagyobbnak kell lennie!"
|
||||||
|
itemCreateInvalidInput: "Hibás bemenet!"
|
||||||
|
itemCreateNotNumber: "A bevitel nem szám volt!"
|
||||||
|
itemCreateNoNameAmount: "Először meg kell adnia egy nevet és egy összeget!"
|
||||||
|
itemCreateCriticalError: "Kritikus hiba történt."
|
||||||
|
questTitle: "-- <quest> --"
|
||||||
|
questObjectivesTitle: "---(<quest>)---"
|
||||||
|
questCompleteTitle: '**KÜLDETÉS TELJESÍTVE: <quest>**'
|
||||||
|
questRewardsTitle: "Jutalmak:"
|
||||||
|
journalTitle: "Küldetési folyóirat"
|
||||||
|
questsTitle: "- Küldetések -"
|
||||||
|
questHelpTitle: "- Küldetések -"
|
||||||
|
questListTitle: "- Küldetések -"
|
||||||
|
questNPCListTitle: "- Küldetések | <npc> -"
|
||||||
|
questAdminHelpTitle: "- Küldetés admin -"
|
||||||
|
questEditorTitle: "- Küldetés szerkesztő -"
|
||||||
|
eventEditorTitle: "- Esemény szerkesztő - "
|
||||||
|
questCreateTitle: "- Küldetés létrehozása -"
|
||||||
|
questEditTitle: "- Küldetés szerkesztése -"
|
||||||
|
questDeleteTitle: "- Küldetés törlése -"
|
||||||
|
requirementsTitle: "- <quest> | Követelmények -"
|
||||||
|
rewardsTitle: "- <quest> | Jutalmak -"
|
||||||
|
itemRequirementsTitle: "- Elem követelmények -"
|
||||||
|
itemRewardsTitle: "- Elem jutalmak -"
|
||||||
|
mcMMORequirementsTitle: "- mcMMO követelmények -"
|
||||||
|
mcMMORewardsTitle: "- mcMMO jutalmak -"
|
||||||
|
heroesRequirementsTitle: "- Heroes követelmények -"
|
||||||
|
heroesRewardsTitle: "- Heroes jutalmak -"
|
||||||
|
heroesClassesTitle: "- Heroes osztályok -"
|
||||||
|
heroesExperienceTitle: "- Heroes tapasztalat -"
|
||||||
|
heroesPrimaryTitle: "- Elsődleges osztályok -"
|
||||||
|
heroesSecondaryTitle: "- Másodlagos osztályok -"
|
||||||
|
phatLootsRewardsTitle: "- PhatLoots jutalmak -"
|
||||||
|
customRequirementsTitle: "- Egyéni követelmények -"
|
||||||
|
customRewardsTitle: "- Egyéni jutalmak -"
|
||||||
|
skillListTitle: "- Készséglista -"
|
||||||
|
eventTitle: "- Esemény -"
|
||||||
|
completedQuestsTitle: "- Teljesített küldetések -"
|
||||||
|
topQuestersTitle: "- Legjobb <number> küldetésezők -"
|
||||||
|
createItemTitle: "- Elem létrehozása -"
|
||||||
|
enchantmentsTitle: "- Varázslatok -"
|
||||||
|
questGUITitle: "- GUI elem megjelenítése -"
|
||||||
|
questRegionTitle: "- Küldetés régió -"
|
||||||
|
eventEditorGiveItemsTitle: "- Elemek adása -"
|
||||||
|
eventEditorEffectsTitle: "- Effektek -"
|
||||||
|
eventEditorStormTitle: "- Esemény vihar -"
|
||||||
|
eventEditorThunderTitle: "- Esemény dörgés -"
|
||||||
|
eventEditorMobSpawnsTitle: "- Esemény szörny idézések -"
|
||||||
|
eventEditorMobsTitle: "- Szörnyek -"
|
||||||
|
eventEditorAddMobTypesTitle: "- Szörny hozzáadása -"
|
||||||
|
eventEditorPotionEffectsTitle: "- Esemény ital effektek -"
|
||||||
|
eventEditorPotionTypesTitle: "- Esemény bájital típusok -"
|
||||||
|
eventEditorWorldsTitle: "- Világok -"
|
||||||
|
effBlazeShoot: "A Blaze-tüzelés hangja"
|
||||||
|
effBowFire: "Az íj tüzelésének hangja"
|
||||||
|
effClick1: "Kattintás hang"
|
||||||
|
effClick2: "Egy másik kattintási hang"
|
||||||
|
effDoorToggle: "Az ajtó nyitásának vagy zárásának hangja"
|
||||||
|
effExtinguish: "A tűz megszűnik hang"
|
||||||
|
effGhastShoot: "A Ghast-tüzelés hangja"
|
||||||
|
effGhastShriek: "Ghast-sikoltozás hang"
|
||||||
|
effZombieWood: "Egy zombi hangja, amely egy vasajtót rág"
|
||||||
|
effZombieIron: "Egy zombi hangja, amely egy fából készült ajtót rág"
|
||||||
|
effEnterName: "Add meg a hatás nevét, hogy hozzáadja a listához, vagy add meg a 'cancel'-t a visszatéréshez"
|
||||||
|
cmdCancel: "mégse"
|
||||||
|
cmdAdd: "hozzáad"
|
||||||
|
cmdClear: "törlés"
|
||||||
|
cmdNone: "semmi"
|
||||||
|
cmdDone: "kész"
|
||||||
|
acceptQuest: "Elfogadja a küldetést?"
|
||||||
|
enterAnOption: "Adjon meg egy lehetőséget"
|
||||||
|
questAccepted: 'A küldetés elfogadva: <quest>'
|
||||||
|
currentQuest: "Jelenlegi küldetések:"
|
||||||
|
noMoreQuest: "Nincs több küldetés."
|
||||||
|
damage: "Sebzés"
|
||||||
|
break: "Tör"
|
||||||
|
place: "Helyez"
|
||||||
|
use: "Használ"
|
||||||
|
cut: "Kivágás"
|
||||||
|
catchFish: "Hal fogás"
|
||||||
|
enchantItem: "Elvarázsolva <item> a(z) <enchantment>"
|
||||||
|
kill: "Ölés"
|
||||||
|
killAtLocation: "Megölt egy <mob>-t <location> helyen"
|
||||||
|
killPlayer: "Játékos megölése"
|
||||||
|
deliver: "Szállít <item> <npc>-re"
|
||||||
|
talkTo: "Beszéljen a <npc>-vel"
|
||||||
|
tame: "Szelídítés"
|
||||||
|
shearSheep: "Bárány <color> nyírás"
|
||||||
|
goTo: "Menj <location>"
|
||||||
|
completed: "Teljesítve"
|
||||||
|
redoCompleted: "(Teljesítve)"
|
||||||
|
consoleError: "Ez a parancs csak játékban játszható le."
|
||||||
|
invalidSelection: "Érvénytelen kiválasztás!"
|
||||||
|
noActiveQuest: "Jelenleg nincs aktív küldetés."
|
||||||
|
speakTo: 'Kezdés: Beszélj <npc>-vel'
|
||||||
|
mustSpeakTo: "A <npc> kifejezéssel kell beszélnie, hogy elindítsd ezt a küldetést."
|
||||||
|
noCommandStart: "<quest> nem indítható parancs segítségével."
|
||||||
|
permissionDisplay: "Jog:"
|
||||||
|
heroesClass: "osztály"
|
||||||
|
mcMMOLevel: "szint"
|
||||||
|
haveCompleted: "Teljesítetted <quest>"
|
||||||
|
cannotComplete: "Nincs teljesítve <quest> küldetés"
|
||||||
|
questNotFound: "Küldetés nem található."
|
||||||
|
alreadyConversing: "Már beszélgetsz!"
|
||||||
|
inputNum: "A bemenetnek számnak kell lennie."
|
||||||
|
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 Quest elemeket."
|
||||||
|
questNoDispense: "A Quest tárgyait nem lehet a adagolókban elhelyezni."
|
||||||
|
questNoEnchant: "Nem varázsolni a Quest tárgyait."
|
||||||
|
questNoSmelt: "Nem lehet égetni a Quest tárgyait."
|
||||||
|
questInfoNoPerms: "Nincs jogod a Quest információinak megtekintésére."
|
||||||
|
questCmdNoPerms: "Nincs hozzáférésed ehhez a parancshoz."
|
||||||
|
pageSelectionNum: "Az oldalválasztásnak számnak kell lennie."
|
||||||
|
pageSelectionPosNum: "Az oldal kiválasztásának pozitív számnak kell lennie."
|
||||||
|
questListNoPerms: "Nincs jogod a Küldetések listájának megtekintéséhez."
|
||||||
|
questTakeNoPerms: "Nincs jogod a küldetések végrehajtására parancson keresztül."
|
||||||
|
questTakeDisabled: "A Quests parancsok általi fogadása le van tiltva."
|
||||||
|
questQuit: "Kiléptél a <quest>-ból/-ből"
|
||||||
|
questQuitNoPerms: "Nincs jogod a Quests elhagyására."
|
||||||
|
questQuitDisabled: "A Quests elhagyása le van tiltva."
|
||||||
|
questEditorNoPerms: "Nincs jogod a Quests szerkesztő használatához."
|
||||||
|
eventEditorNoPerms: "Nincs jogod az eseményszerkesztő használatára."
|
||||||
|
questsUnknownCommand: "Ismeretlen Quests parancs. Típus /quests a segítségért."
|
||||||
|
pageNotExist: "Az oldal nem létezik."
|
||||||
|
pageFooter: "- Oldal <current> / <all> -"
|
||||||
|
questsReloaded: "Quests újratöltve."
|
||||||
|
numQuestsLoaded: "<number> Küldetés betöltve."
|
||||||
|
questForceTake: "<player> erőszakkal elindította a küldetést <quest>."
|
||||||
|
questForcedTake: "<player> arra kényszerített, hogy ved el a Quest <quest>-t."
|
||||||
|
questForceQuit: "<player> erőszakkal kilépett a <quest> küldetésből."
|
||||||
|
questForcedQuit: "<player> arra kényszerített, hogy lépj ki a <quest> küldetésből."
|
||||||
|
questForceFinish: "<player> erőszakkal befejezte a <quest> küldetést."
|
||||||
|
questForcedFinish: "<player> arra kényszerített, hogy fejezd be a <quest> küldetést."
|
||||||
|
questForceNextStage: "<player> a Quest <quest> következő lépcsőjébe lépett."
|
||||||
|
questForcedNextStage: "<player> a Quest <quest> következő lépcsőjéhez vezetett."
|
||||||
|
questPurged: "A <player> ki lett törölve és feketelistára került."
|
||||||
|
questReset: "<player> vissza lett állítva."
|
||||||
|
questRemoved: "Quest <quest> eltávolításra került <player> játékos befejezett küldetéséből."
|
||||||
|
settingAllQuestPoints: "Az összes játékos Quest pontjának beállítása..."
|
||||||
|
allQuestPointsSet: "A játékosok küldési pontjai <number> lettek beállítva!"
|
||||||
|
setQuestPoints: "A <player> Quest Pontjai <number> értékre lettek beállítva."
|
||||||
|
questPointsSet: "A <player> a Quest pontokat <number> állította be."
|
||||||
|
takeQuestPoints: "Elvitt <number> küldési pontokat <player> játékostól."
|
||||||
|
questPointsTaken: "<player> elvette <number> Quest pontokat."
|
||||||
|
giveQuestPoints: "Adott <number> küldési pontok <player> játékosból."
|
||||||
|
questPointsGiven: "<player> megadta a <number> Quest pontokat."
|
||||||
|
enableNPCGUI: "A <npc> most GUI Quest Display-t ad."
|
||||||
|
disableNPCGUI: "<npc> nem ad meg többé GUI Quest Display-t."
|
||||||
|
invalidNumber: "Érvénytelen szám."
|
||||||
|
noCurrentQuest: "<player> Jelenleg nincs aktív küldetése."
|
||||||
|
playerNotFound: "A játékos nem található."
|
||||||
|
invalidStageNum: "Érvénytelen szakaszszám a Quest <quest> számára"
|
||||||
|
errorNPCID: 'Hiba: Nincs NPC <number> azonosítóval'
|
||||||
|
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 Quests adatmappá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."
|
||||||
|
journalTaken: "Vedd ki a Quest Journal-t."
|
||||||
|
journalPutAway: "Eltöröled a Quest Journal-t."
|
||||||
|
journalAlreadyHave: "Már van a Quest Journal ki."
|
||||||
|
journalNoRoom: "Nincs helye az eszköztárban a Quest Journal számára!"
|
||||||
|
journalNoQuests: "Nincs elfogadott küldetésed!"
|
||||||
|
journalDenied: "Ezt nem teheti meg a Quest Journal."
|
||||||
|
ENCHANTMENT_ARROW_DAMAGE: "Erő"
|
||||||
|
ENCHANTMENT_ARROW_FIRE: "Láng"
|
||||||
|
ENCHANTMENT_ARROW_INFINITE: "Végtelen"
|
||||||
|
ENCHANTMENT_ARROW_KNOCKBACK: "Puncs"
|
||||||
|
ENCHANTMENT_BINDING_CURSE: "Kötő átka"
|
||||||
|
ENCHANTMENT_DAMAGE_ALL: "Élesség"
|
||||||
|
ENCHANTMENT_DAMAGE_ARTHROPODS: "Méreg"
|
||||||
|
ENCHANTMENT_DEPTH_STRIDER: "Mélyjáró"
|
||||||
|
ENCHANTMENT_DAMAGE_UNDEAD: "Sújtás"
|
||||||
|
ENCHANTMENT_DIG_SPEED: "Hatékonyság"
|
||||||
|
ENCHANTMENT_DURABILITY: "Törhetetlenség"
|
||||||
|
ENCHANTMENT_FIRE_ASPECT: "Szikrából pattant"
|
||||||
|
ENCHANTMENT_FROST_WALKER: "Víz járás"
|
||||||
|
ENCHANTMENT_KNOCKBACK: "Hátraütés"
|
||||||
|
ENCHANTMENT_LOOT_BONUS_BLOCKS: "Szerencse"
|
||||||
|
ENCHANTMENT_LOOT_BONUS_MOBS: "Zsákmányolás"
|
||||||
|
ENCHANTMENT_LUCK: "Szerencse a tengerből"
|
||||||
|
ENCHANTMENT_LURE: "Csali"
|
||||||
|
ENCHANTMENT_MENDING: "Javítás"
|
||||||
|
ENCHANTMENT_OXYGEN: "Légzés"
|
||||||
|
ENCHANTMENT_PROTECTION_ENVIRONMENTAL: "Védelem"
|
||||||
|
ENCHANTMENT_PROTECTION_EXPLOSIONS: "Robbanás védelem"
|
||||||
|
ENCHANTMENT_PROTECTION_FALL: "Könnyű esés"
|
||||||
|
ENCHANTMENT_PROTECTION_FIRE: "Tűzvédelem"
|
||||||
|
ENCHANTMENT_PROTECTION_PROJECTILE: "Lövedékvédelem"
|
||||||
|
ENCHANTMENT_SILK_TOUCH: "Gyengéd érintés"
|
||||||
|
ENCHANTMENT_SWEEPING: "Soprés"
|
||||||
|
ENCHANTMENT_THORNS: "Tüskék"
|
||||||
|
ENCHANTMENT_VANISHING_CURSE: "Elmúlt átok"
|
||||||
|
ENCHANTMENT_WATER_WORKER: "Víz alatti légzés"
|
||||||
|
COLOR_BLACK: "Fekete"
|
||||||
|
COLOR_BLUE: "Kék"
|
||||||
|
COLOR_BROWN: "Barna"
|
||||||
|
COLOR_CYAN: "Cián"
|
||||||
|
COLOR_GRAY: "Szürke"
|
||||||
|
COLOR_GREEN: "Zöld"
|
||||||
|
COLOR_LIGHT_BLUE: "Világoskék"
|
||||||
|
COLOR_LIME: "RikítóZöld"
|
||||||
|
COLOR_MAGENTA: "Bíborvörös"
|
||||||
|
COLOR_ORANGE: "Narancs"
|
||||||
|
COLOR_PINK: "Rózsaszín"
|
||||||
|
COLOR_PURPLE: "Lila"
|
||||||
|
COLOR_RED: "Piros"
|
||||||
|
COLOR_SILVER: "Ezüst"
|
||||||
|
COLOR_WHITE: "Fehér"
|
||||||
|
COLOR_YELLOW: "Sárga"
|
||||||
|
timeDay: "Nap"
|
||||||
|
timeDays: "Nap"
|
||||||
|
timeHour: "Óra"
|
||||||
|
timeHours: "Óra"
|
||||||
|
timeMinute: "Perc"
|
||||||
|
timeMinutes: "Perc"
|
||||||
|
timeSecond: "Másodperc"
|
||||||
|
timeSeconds: "Másodperc"
|
||||||
|
timeMillisecond: "Milliszekundum"
|
||||||
|
timeMilliseconds: "Milliszekundum"
|
||||||
|
event: "Esemény"
|
||||||
|
delay: "Késleltető"
|
||||||
|
save: "Mentés"
|
||||||
|
exit: "Kilépés"
|
||||||
|
exited: "Kilépett"
|
||||||
|
cancel: "Mégse"
|
||||||
|
cancelled: "Törölve"
|
||||||
|
questTimeout: "Törölve."
|
||||||
|
back: "Vissza"
|
||||||
|
yesWord: "Igen"
|
||||||
|
noWord: "Nem"
|
||||||
|
"true": "igaz"
|
||||||
|
"false": "hamis"
|
||||||
|
clear: "Törlés"
|
||||||
|
edit: "Szerkesztés"
|
||||||
|
none: "Semmi"
|
||||||
|
done: "Kész"
|
||||||
|
comma: "vessző"
|
||||||
|
finish: "Befejezés"
|
||||||
|
quit: "Kilépés"
|
||||||
|
noneSet: "Nincs beállítva"
|
||||||
|
noDelaySet: "Nincs késleltető beállítva"
|
||||||
|
noIdsSet: "Nincs ID beállítva"
|
||||||
|
noNamesSet: "Nincs név beállítva"
|
||||||
|
worlds: "Világok"
|
||||||
|
mobs: "Szörnyek"
|
||||||
|
points: "pontok"
|
||||||
|
invalidOption: "Érvénytelen lehetőség!"
|
||||||
|
npcHint: 'Megjegyzés: balra vagy jobbra kattintva az NPC-k megkaphatják az azonosítójukat.'
|
||||||
|
listDuplicate: "A lista duplikátumokat tartalmaz!"
|
||||||
|
id: "ID"
|
||||||
|
quest: "Küldetés"
|
||||||
|
quests: "Küldetések"
|
||||||
|
createdBy: "Készítette"
|
||||||
|
continuedBy: "és tovább folytatódott"
|
||||||
|
questPoints: "Küldetés Pontok"
|
||||||
|
accepted: "Elfogadott"
|
||||||
|
complete: "Teljesítve"
|
||||||
|
redoable: "Újracserélhető"
|
||||||
|
usage: "Használat"
|
||||||
|
redoableEvery: "Minden <time> újracserélhető."
|
||||||
|
requirements: "Követelmények"
|
||||||
|
money: "Pénz"
|
||||||
|
with: "Val vel"
|
||||||
|
to: "nak nek"
|
||||||
|
blocksWithin: "belül <összeg> blokkok"
|
||||||
|
valRequired: "Érték szükséges"
|
||||||
|
enchantedItem: "*Varázsolt*"
|
||||||
|
experience: "Tapasztalat"
|
||||||
|
timerMessage: '<green>A quest/szakasz befejezéséhez hátralévő idő: <red>%s másodperc'
|
||||||
|
timerStart: "<green>Már <red>%s másodperc <green>befejezni a quest/színpad"
|
||||||
|
questErrorReadingFile: "Hiba történt a Quests fájl olvasása közben."
|
||||||
|
questSaveError: "Hiba történt a mentés közben."
|
||||||
|
questBlacklisted: "Feketelistában van. Lépjen kapcsolatba az adminisztrátorral, ha ez hibás."
|
858
src/main/resources/lang/id-ID/strings.yml
Normal file
858
src/main/resources/lang/id-ID/strings.yml
Normal file
@ -0,0 +1,858 @@
|
|||||||
|
---
|
||||||
|
questFailed: "*QUEST FAILED MATEY*"
|
||||||
|
questMaxAllowed: "Ye may only have up t' <number> Quests."
|
||||||
|
questAlreadyOn: "Ye be already on that Quest!"
|
||||||
|
questTooEarly: "Ye may nah take <quest> again fer another <time>."
|
||||||
|
questAlreadyCompleted: "Ye 'ave already looted <quest>."
|
||||||
|
questInvalidLocation: "Ye may nah take <quest> at this location."
|
||||||
|
questInvalidDeliveryItem: "<item> ain't a required item fer this quest!"
|
||||||
|
questSelectedLocation: "Chosen spot"
|
||||||
|
questDisplayHelp: "- Display this help"
|
||||||
|
COMMAND_LIST: "daftar"
|
||||||
|
COMMAND_LIST_HELP: "[page] daftar - Daftar Quests yang tersedia"
|
||||||
|
COMMAND_TAKE: "ambil"
|
||||||
|
COMMAND_TAKE_HELP: "take [quest name] - Accept a Quest"
|
||||||
|
COMMAND_TAKE_USAGE: 'Usage: /quests take [quest]'
|
||||||
|
COMMAND_QUIT: "keluar"
|
||||||
|
COMMAND_QUIT_HELP: "keluar [quest] - keluar dari Quest saat ini"
|
||||||
|
COMMAND_EDITOR: "editor"
|
||||||
|
COMMAND_EDITOR_HELP: "editor - Buat/Edit Quests"
|
||||||
|
COMMAND_EVENTS_EDITOR: "acara-acara"
|
||||||
|
COMMAND_EVENTS_EDITOR_HELP: "acara - Buat/Edit Acara"
|
||||||
|
COMMAND_STATS: "statistik"
|
||||||
|
COMMAND_STATS_HELP: "statistik - Lihat statistik Questing anda"
|
||||||
|
COMMAND_TOP: "atas"
|
||||||
|
COMMAND_TOP_HELP: "top [number] - View top Questers"
|
||||||
|
COMMAND_TOP_USAGE: 'Usage: /quests top [number]'
|
||||||
|
COMMAND_INFO: "info"
|
||||||
|
COMMAND_INFO_HELP: "info - Menampilkan Plugin informasi"
|
||||||
|
COMMAND_JOURNAL: "jurnal"
|
||||||
|
COMMAND_JOURNAL_HELP: "jurnal - Lihat/Letakkan jauh dari Quest Jurnal anda"
|
||||||
|
COMMAND_QUEST_HELP: "- Menampilkan tujuan Quest saat ini"
|
||||||
|
COMMAND_QUESTINFO_HELP: "[quest name] - Menampilkan Informasi Quest"
|
||||||
|
COMMAND_QUESTADMIN_HELP: "-Lihat bantuan Questadmin"
|
||||||
|
COMMAND_QUESTADMIN_STATS: "statistik"
|
||||||
|
COMMAND_QUESTADMIN_STATS_HELP: "statistik [player] - Melihat statistik Questing dari seorang pemain"
|
||||||
|
COMMAND_QUESTADMIN_GIVE: "memberi"
|
||||||
|
COMMAND_QUESTADMIN_GIVE_HELP: "berikan [player] [quest] - Memaksa pemain untuk mengambil Quest"
|
||||||
|
COMMAND_QUESTADMIN_QUIT: "keluar"
|
||||||
|
COMMAND_QUESTADMIN_QUIT_HELP: "keluar [player] [quest] - Memaksa pemain untuk keluar dari Quest mereka"
|
||||||
|
COMMAND_QUESTADMIN_POINTS: "poin-poin"
|
||||||
|
COMMAND_QUESTADMIN_POINTS_HELP: "poin [player] [amount] - Tetapkan poin Quest pemain"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [player] [amount] - Take a players Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] - Set ALL players' Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_FINISH: "selesai"
|
||||||
|
COMMAND_QUESTADMIN_FINISH_HELP: "selesai [player] [quest] - Segera buat Quest Quest untuk pemain"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE: "stage selanjutnya"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "nextstage [player] [quest] - Immediately force Stage completion for a player"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE: "setstage"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE_HELP: "setstage [player] [quest] [stage] - Set the current Stage for a player"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Usage: /questadmin setstage [player] [quest] [stage]'
|
||||||
|
COMMAND_QUESTADMIN_PURGE: "purge"
|
||||||
|
COMMAND_QUESTADMIN_PURGE_HELP: "purge [player] - Clear all Quests data of a player AND BLACKLISTS THEM"
|
||||||
|
COMMAND_QUESTADMIN_RESET: "reset"
|
||||||
|
COMMAND_QUESTADMIN_RESET_HELP: "reset [player] - Clear all Quests data of a player"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE: "remove"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE_HELP: "remove [player] [quest] - Remove a completed Quest from a player"
|
||||||
|
COMMAND_QUESTADMIN_TOGGLEGUI: "togglegui"
|
||||||
|
COMMAND_QUESTADMIN_TOGGLEGUI_HELP: "togglegui [npc id] - Toggle GUI Quest Display on an NPC"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD: "reload"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD_HELP: "reload - Reload all Quests"
|
||||||
|
questEditorHeader: "Create Quest"
|
||||||
|
questEditorCreate: "Create new Quest"
|
||||||
|
questEditorEdit: "Edit a Quest"
|
||||||
|
questEditorDelete: "Delete Quest"
|
||||||
|
questEditorName: "Set name"
|
||||||
|
questEditorAskMessage: "Set ask message"
|
||||||
|
questEditorFinishMessage: "Set finish message"
|
||||||
|
questEditorRedoDelay: "Set redo delay"
|
||||||
|
questEditorNPCStart: "Set NPC start"
|
||||||
|
questEditorBlockStart: "Set Block start"
|
||||||
|
questEditorInitialEvent: "Set initial Event"
|
||||||
|
questEditorSetGUI: "Set GUI Item display"
|
||||||
|
questEditorReqs: "Edit Requirements"
|
||||||
|
questEditorStages: "Edit Stages"
|
||||||
|
questEditorRews: "Edit Rewards"
|
||||||
|
questEditorEnterQuestName: "Enter Quest name (or 'cancel' to return)"
|
||||||
|
questEditorEditEnterQuestName: "Enter Quest name to edit (or 'cancel' to return)"
|
||||||
|
questEditorEnterAskMessage: "Enter ask message (or 'cancel' to return)"
|
||||||
|
questEditorEnterFinishMessage: "Enter finish message (or 'cancel' to return)"
|
||||||
|
questEditorEnterRedoDelay: "Enter amount of time (in seconds), 0 to clear the redo delay or -1 to cancel"
|
||||||
|
questEditorEnterNPCStart: "Enter NPC ID, -1 to clear the NPC start or -2 to cancel"
|
||||||
|
questEditorEnterBlockStart: "Right-click on a block to use as a start point, then enter 'done' to save, or enter 'clear' to clear the block start, or 'cancel' to return"
|
||||||
|
questEditorEnterInitialEvent: "Enter an Event name, or enter 'clear' to clear the initial Event, or 'cancel' to return"
|
||||||
|
questRequiredNoneSet: "Required, none set"
|
||||||
|
questWGSetRegion: "Atur Wilayah"
|
||||||
|
questWGNotInstalled: "WorldGuard tidak diinstal"
|
||||||
|
questWGPrompt: "Masukkan wilayah WorldGuard, atau masukkan 'clear; untuk menghapus wilayah, atau 'cancel' untuk kembali."
|
||||||
|
questWGInvalidRegion: "<region> bukan wilayah WorldGuard yang valid!"
|
||||||
|
questWGRegionCleared: "Daerah Quest yang dibersihkan."
|
||||||
|
questCitNotInstalled: "Citizens tidak diinstal"
|
||||||
|
questDenNotInstalled: "Denizen not installed"
|
||||||
|
questGUIError: 'Kesalahan: Item itu sudah digunakan sebagai Tampilan GUI untuk Quest <quest>.'
|
||||||
|
questCurrentItem: "Item saat ini:"
|
||||||
|
questSetItem: "Atur Item"
|
||||||
|
questClearItem: "Bersihkan Item"
|
||||||
|
questGUICleared: "Tampilan Item Quest GUI dihapus."
|
||||||
|
questDeleted: "Quest dihapus! Quest-quest dan Acara-acara telah dimuat ulang."
|
||||||
|
questEditorNameExists: "Quest dengan nama itu sudah ada!"
|
||||||
|
questEditorBeingEdited: "Seseorang sedang membuat/mengedit Quest dengan nama itu!"
|
||||||
|
questEditorInvalidQuestName: "Nama mungkin tidak berisi periode atau koma!"
|
||||||
|
questEditorInvalidEventName: "bukan nama acara yang valid!"
|
||||||
|
questEditorInvalidNPC: "No NPC exists with that id!"
|
||||||
|
questEditorNoStartBlockSelected: "Anda harus memilih satu blok terlebih dahulu."
|
||||||
|
questEditorPositiveAmount: "Jumlah harus berupa angka positif."
|
||||||
|
questEditorQuestAsRequirement1: "Quests berikut ini"
|
||||||
|
questEditorQuestAsRequirement2: "sebagai persyaratan:"
|
||||||
|
questEditorQuestAsRequirement3: "Anda harus memodifikasi Quests ini agar tidak menggunakannya sebelum menghapusnya."
|
||||||
|
questEditorQuestNotFound: "Quest tidak ditemukan!"
|
||||||
|
questEditorEventCleared: "Acara awal dibersihkan."
|
||||||
|
questEditorSave: "Selesai dan simpan"
|
||||||
|
questEditorNeedAskMessage: "Anda harus membuat pesan tanya!"
|
||||||
|
questEditorNeedFinishMessage: "Anda harus mengatur sebuah pesan selesai!"
|
||||||
|
questEditorNeedStages: "Quest Anda tidak memiliki Tahapan!"
|
||||||
|
questEditorSaved: "Quest saved! (Ye will needs t' perform a Quest reload fer it t' appear)"
|
||||||
|
questEditorExited: "Are ye sure ye wants t' exit without savin'?"
|
||||||
|
questEditorDeleted: "Are ye sure ye wants t' scuttle th' Quest"
|
||||||
|
questEditorNoPermsCreate: "Ye do nah 'ave permission t' create Quests."
|
||||||
|
questEditorNoPermsEdit: "Ye do nah 'ave permission t' edit Quests."
|
||||||
|
questEditorNoPermsDelete: "Ye do nah 'ave permission t' scuttle Quests."
|
||||||
|
stageEditorEditStage: "Edit Stage"
|
||||||
|
stageEditorNewStage: "Tambahkan Stage Baru"
|
||||||
|
stageEditorStages: "Stages"
|
||||||
|
stageEditorStage: "Stage"
|
||||||
|
stageEditorBreakBlocks: "Break Blocks"
|
||||||
|
stageEditorDamageBlocks: "Kerusakan Blok"
|
||||||
|
stageEditorPlaceBlocks: "Menempatkan Blok-blok"
|
||||||
|
stageEditorUseBlocks: "Gunakan Blok-blok"
|
||||||
|
stageEditorCutBlocks: "Memotong Blok-blok"
|
||||||
|
stageEditorCatchFish: "Menangkap Ikan"
|
||||||
|
stageEditorFish: "ikan"
|
||||||
|
stageEditorKillPlayers: "Bunuh Pemain"
|
||||||
|
stageEditorPlayers: "para Pemain"
|
||||||
|
stageEditorEnchantItems: "Enchant Items"
|
||||||
|
stageEditorDeliverItems: "Deliver Items"
|
||||||
|
stageEditorTalkToNPCs: "Talk to NPCs"
|
||||||
|
stageEditorKillNPCs: "Kill NPCs"
|
||||||
|
stageEditorKillMobs: "Kill Mobs"
|
||||||
|
stageEditorReachLocs: "Reach spots"
|
||||||
|
stageEditorReachRadii1: "Reach within"
|
||||||
|
stageEditorReachRadii2: "blocks of"
|
||||||
|
stageEditorTameMobs: "Tame Mobs"
|
||||||
|
stageEditorShearSheep: "Shear Sheep"
|
||||||
|
stageEditorEvents: "Events"
|
||||||
|
stageEditorStageEvents: "Stage Events"
|
||||||
|
stageEditorStartEvent: "Start Event"
|
||||||
|
stageEditorStartEventCleared: "Start Event cleared."
|
||||||
|
stageEditorFinishEvent: "Finish Event"
|
||||||
|
stageEditorFinishEventCleared: "Finish Event cleared."
|
||||||
|
stageEditorChatEvents: "Chat Events"
|
||||||
|
stageEditorChatTrigger: "Chat Trigger"
|
||||||
|
stageEditorTriggeredBy: "Triggered by"
|
||||||
|
stageEditorChatEventsCleared: "Chat Events cleared."
|
||||||
|
stageEditorDeathEvent: "Death Event"
|
||||||
|
stageEditorDeathEventCleared: "Death Event cleared."
|
||||||
|
stageEditorDisconnectEvent: "Disconnect Event"
|
||||||
|
stageEditorDisconnectEventCleared: "Disconnect Event cleared."
|
||||||
|
stageEditorDelayMessage: "Delay Message"
|
||||||
|
stageEditorDenizenScript: "Denizen Script"
|
||||||
|
stageEditorStartMessage: "Start Message"
|
||||||
|
stageEditorCompleteMessage: "Complete Message"
|
||||||
|
stageEditorDelete: "Delete Stage"
|
||||||
|
stageEditorSetBlockNames: "Set block names"
|
||||||
|
stageEditorSetBlockAmounts: "Set block amounts"
|
||||||
|
stageEditorSetBlockDurability: "Set block durability"
|
||||||
|
stageEditorSetDamageAmounts: "Set damage amounts"
|
||||||
|
stageEditorSetPlaceAmounts: "Set place amounts"
|
||||||
|
stageEditorSetUseAmounts: "Set use amounts"
|
||||||
|
stageEditorSetCutAmounts: "Set cut amounts"
|
||||||
|
stageEditorSetKillAmounts: "Set kill amounts"
|
||||||
|
stageEditorSetEnchantAmounts: "Set enchant amounts"
|
||||||
|
stageEditorSetMobAmounts: "Set mob amounts"
|
||||||
|
stageEditorSetEnchantments: "Set enchantments"
|
||||||
|
stageEditorSetItemNames: "Set item names"
|
||||||
|
stageEditorSetKillIds: "Set NPC IDs"
|
||||||
|
stageEditorSetMobTypes: "Set mob types"
|
||||||
|
stageEditorSetKillLocations: "Set kill locations"
|
||||||
|
stageEditorSetKillLocationRadii: "Set kill location radii"
|
||||||
|
stageEditorSetKillLocationNames: "Atur Nama-nama lokasi membunuh"
|
||||||
|
stageEditorSetLocations: "Tetapkan lokasi"
|
||||||
|
stageEditorSetLocationRadii: "Set location radii"
|
||||||
|
stageEditorSetLocationNames: "Atur Nama-nama lokasi"
|
||||||
|
stageEditorSetTameAmounts: "Tetapkan jumlah jinak"
|
||||||
|
stageEditorSetShearColors: "Tetapkan warna domba"
|
||||||
|
stageEditorSetShearAmounts: "Tetapkan jumlah geser"
|
||||||
|
stageEditorPassword: "Password Objectives"
|
||||||
|
stageEditorAddPasswordDisplay: "Tambahkan tampilan kata sandi"
|
||||||
|
stageEditorAddPasswordPhrases: "Add password phrase(s)"
|
||||||
|
stageEditorNoPasswordDisplays: "Tidak adapenetapan kata sandi yang ditampilkan"
|
||||||
|
stageObjectiveOverride: "Objective Display Override"
|
||||||
|
stageEditorCustom: "Kustomisasi Tujuan"
|
||||||
|
stageEditorNoModules: "Tidak ada sumber yang dimuat"
|
||||||
|
stageEditorModuleNotFound: "Custom objective module not found."
|
||||||
|
stageEditorCustomPrompt: "Masukkan nama tujuan khusus untuk ditambahkan, atau masukkan 'clear' untuk menghapus semua tujuan khusus, atau 'cancel' untuk kembali."
|
||||||
|
stageEditorCustomAlreadyAdded: "Tujuan khusus itu telah ditambahkan!"
|
||||||
|
stageEditorCustomCleared: "Custom objectives cleared."
|
||||||
|
stageEditorCustomDataPrompt: "Masukkan nilai untuk <data>:"
|
||||||
|
stageEditorEnterBlockNames: "Masukkan nama blok (atau ID), pisahkan masing-masing satu spasi, atau masukkan 'cancel' untuk kembali."
|
||||||
|
stageEditorBreakBlocksPrompt: "Masukkan jumlah istirahat (angka), pisahkan masing-masing satu spasi, atau masukkan 'cancel' untuk kembali."
|
||||||
|
stageEditorDamageBlocksPrompt: "Masukkan jumlah kerusakan (angka), pisahkan masing-masing satu spasi, atau masukkan 'cancel' untuk kembali."
|
||||||
|
stageEditorPlaceBlocksPrompt: "Masukkan jumlah tempat (angka), pisahkan masing-masing satu spasi, atau masukkan 'cancel' untuk kembali."
|
||||||
|
stageEditorUseBlocksPrompt: "Masukkan jumlah pemakaian (angka), pisahkan masing-masing satu spasi, atau masukkan 'cancel' untuk kembali."
|
||||||
|
stageEditorCutBlocksPrompt: "Masukkan jumlah memotong (angka), pisahkan masing-masing satu spasi, atau masukkan 'batalkan' untuk kembali."
|
||||||
|
stageEditorEnterBlockDurability: "Masukkan daya tahan blok (angka), pisahkan masing-masing spasi, atau masukkan 'cancel' untuk kembali."
|
||||||
|
stageEditorCatchFishPrompt: "Masukkan jumlah ikan untuk ditangkap, atau 0 untuk membersihkan tangkapan tangkapan ikan, atau -1 untuk membatalkan"
|
||||||
|
stageEditorKillPlayerPrompt: "Masukkan jumlah pemain untuk membunuh, atau 0 untuk menghapus sasaran membunuh pemain, atau -1 untuk membatalkan"
|
||||||
|
stageEditorEnchantTypePrompt: "Masukkan nama pesona, pisahkan masing-masing dengan koma, atau masukkan 'cancel' untuk kembali."
|
||||||
|
stageEditorEnchantAmountsPrompt: "Enter enchant amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorItemNamesPrompt: "Masukkan nama item, pisahkan masing-masing satu spasi, atau masukkan 'cancel' untuk kembali."
|
||||||
|
stageEditorNPCPrompt: "Enter NPC ids, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorNPCToTalkToPrompt: "Enter NPC IDs, separating each one by a space, or enter 'clear' to clear the NPC ID list, or 'cancel' to return."
|
||||||
|
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
||||||
|
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorMobAmountsPrompt: "Enter mob amounts separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationPrompt: "Right-click on a block t' select it, then enter 'add' t' add it t' th' kill spot list, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationRadiiPrompt: "Enter kill spot radii (number o' blocks) separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||||
|
stageEditorTameAmountsPrompt: "Enter tame amounts separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorShearColorsPrompt: "Enter sheep colors separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorShearAmountsPrompt: "Enter shear amounts separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorEventsPrompt: "Enter an event name, or enter 'clear' to clear the event, or 'cancel' to return"
|
||||||
|
stageEditorChatEventsPrompt: "Enter an event name to add, or enter 'clear' to clear all chat events, or 'cancel' to return"
|
||||||
|
stageEditorChatEventsTriggerPromptA: "Enter a chat trigger for"
|
||||||
|
stageEditorChatEventsTriggerPromptB: "or enter 'cancel' to return."
|
||||||
|
stageEditorDelayPrompt: "Enter time (in seconds), or enter 'clear' to clear the delay, or 'cancel' to return"
|
||||||
|
stageEditorDelayMessagePrompt: "Enter delay message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorScriptPrompt: "Enter script name, or enter 'clear' to clear the script, or 'cancel' to return"
|
||||||
|
stageEditorStartMessagePrompt: "Enter start message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorCompleteMessagePrompt: "Enter complete message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorPasswordDisplayPrompt: "Enter a password display, or 'cancel' to return"
|
||||||
|
stageEditorPasswordDisplayHint: "(This is the text that will be displayed to the player as their objective)"
|
||||||
|
stageEditorPasswordPhrasePrompt: "Enter a password phrase, or 'cancel' to return"
|
||||||
|
stageEditorPasswordPhraseHint1: "(This is the text that a player has to say to complete the objective)"
|
||||||
|
stageEditorPasswordPhraseHint2: "If you want multiple password phrases, seperate them by a | (pipe)"
|
||||||
|
stageEditorObjectiveOverridePrompt: "Enter objective display override, or 'clear' to clear the override, or 'cancel' to return."
|
||||||
|
stageEditorObjectiveOverrideHint: "(The objective display override will show up as the players current objective)"
|
||||||
|
stageEditorObjectiveOverrideCleared: "Objective display override cleared."
|
||||||
|
stageEditorDeliveryAddItem: "Add item"
|
||||||
|
stageEditorDeliveryNPCs: "Set NPC IDs"
|
||||||
|
stageEditorDeliveryMessages: "Set delivery messages"
|
||||||
|
stageEditorContainsDuplicates: "List contains duplicates!"
|
||||||
|
stageEditorInvalidBlockName: "is not a valid block name!"
|
||||||
|
stageEditorInvalidEnchantment: "is not a valid enchantment name!"
|
||||||
|
stageEditorInvalidNPC: "is not a valid NPC ID!"
|
||||||
|
stageEditorInvalidMob: "is not a valid mob name!"
|
||||||
|
stageEditorInvalidItemName: "is not a valid item name!"
|
||||||
|
stageEditorInvalidNumber: "is not a number!"
|
||||||
|
stageEditorInvalidDye: "is not a valid dye color!"
|
||||||
|
stageEditorInvalidEvent: "is not a valid event name!"
|
||||||
|
stageEditorDuplicateEvent: "Event is already in the list!"
|
||||||
|
stageEditorInvalidDelay: "Delay must be at least one second!"
|
||||||
|
stageEditorInvalidScript: "Denizen script not found!"
|
||||||
|
stageEditorNoCitizens: "Citizens is not installed!"
|
||||||
|
stageEditorNoDenizen: "Denizen is not installed!"
|
||||||
|
stageEditorPositiveAmount: "You must enter a positive number!"
|
||||||
|
stageEditorNoNumber: "Input was not a number!"
|
||||||
|
stageEditorNotGreaterThanZero: "is not greater than 0!"
|
||||||
|
stageEditorNotListofNumbers: "Invalid entry, input was not a list of numbers!"
|
||||||
|
stageEditorNoDelaySet: "You must set a delay first!"
|
||||||
|
stageEditorNoBlockNames: "You must set block names first!"
|
||||||
|
stageEditorNoEnchantments: "You must set enchantments first!"
|
||||||
|
stageEditorNoItems: "You must add items first!"
|
||||||
|
stageEditorNoDeliveryMessage: "You must set at least one delivery message!"
|
||||||
|
stageEditorNoNPCs: "You must set NPC IDs first!"
|
||||||
|
stageEditorNoMobTypes: "You must set mob types first!"
|
||||||
|
stageEditorNoKillLocations: "You must set kill locations first!"
|
||||||
|
stageEditorNoBlockSelected: "You must select a block first."
|
||||||
|
stageEditorNoColors: "You must set colors first!"
|
||||||
|
stageEditorNoLocations: "You must set locations first!"
|
||||||
|
stageEditorNoEnchantmentsSet: "No enchantments set"
|
||||||
|
stageEditorNoItemsSet: "No items set"
|
||||||
|
stageEditorNoMobTypesSet: "No mob types set"
|
||||||
|
stageEditorNoLocationsSet: "No locations set"
|
||||||
|
stageEditorNoColorsSet: "No colors set"
|
||||||
|
stageEditorListNotSameSize: "The block names list and the amounts list are not the same size!"
|
||||||
|
stageEditorEnchantmentNotSameSize: "The enchantments list, the item id list and the enchant amount list are not the same size!"
|
||||||
|
stageEditorDeliveriesNotSameSize: "The item list and the NPC list are not equal in size!"
|
||||||
|
stageEditorNPCKillsNotSameSize: "The NPC IDs list and the kill amounts list are not the same size!"
|
||||||
|
stageEditorAllListsNotSameSize: "All of your lists are not the same size!"
|
||||||
|
stageEditorMobTypesNotSameSize: "The mob types list and the mob amounts list are not the same size!"
|
||||||
|
stageEditorTameMobsNotSameSize: "The mob types list and the tame amounts list are not the same size!"
|
||||||
|
stageEditorShearNotSameSize: "The sheep colors list and the shear amounts list are not the same size!"
|
||||||
|
stageEditorMustSetPasswordDisplays: "You must add at least one password display first!"
|
||||||
|
stageEditorAddPasswordCleared: "Password Objectives cleared."
|
||||||
|
stageEditorPasswordNotSameSize: "The password display and password phrase lists are not the same size!"
|
||||||
|
stageEditorListContainsDuplicates: " List contains duplicates!"
|
||||||
|
stageEditorDelayCleared: "Delay cleared."
|
||||||
|
stageEditorDelayMessageCleared: "Delay message cleared."
|
||||||
|
stageEditorDenizenCleared: "Denizen script cleared."
|
||||||
|
stageEditorBreakBlocksCleared: "Break blocks objective cleared."
|
||||||
|
stageEditorDamageBlocksCleared: "Damage blocks objective cleared."
|
||||||
|
stageEditorPlaceBlocksCleared: "Place blocks objective cleared."
|
||||||
|
stageEditorUseBlocksCleared: "Use blocks objective cleared."
|
||||||
|
stageEditorCutBlocksCleared: "Cut blocks objective cleared."
|
||||||
|
stageEditorEnchantmentsCleared: "Enchantment objective cleared."
|
||||||
|
stageEditorDeliveriesCleared: "Delivery objective cleared."
|
||||||
|
stageEditorReachLocationsCleared: "Reach Locations objective cleared."
|
||||||
|
stageEditorKillNPCsCleared: "Kill NPCs objective cleared."
|
||||||
|
stageEditorKillMobsCleared: "Kill Mobs objective cleared."
|
||||||
|
stageEditorTameCleared: "Tame Mobs objective cleared."
|
||||||
|
stageEditorShearCleared: "Shear Sheep objective cleared."
|
||||||
|
stageEditorStartMessageCleared: "Start message cleared."
|
||||||
|
stageEditorCompleteMessageCleared: "Complete message cleared."
|
||||||
|
stageEditorConfirmStageDelete: "Are you sure you want to delete this stage?"
|
||||||
|
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"
|
||||||
|
allListsNotSameSize: "All of your lists are not the same size!"
|
||||||
|
eventEditorCreate: "Create new Event"
|
||||||
|
eventEditorEdit: "Edit an Event"
|
||||||
|
eventEditorDelete: "Delete an Event"
|
||||||
|
eventEditorCreatePermisssions: "You do not have permission to create new Events."
|
||||||
|
eventEditorEditPermisssions: "You do not have permission to edit Events."
|
||||||
|
eventEditorDeletePermisssions: "You do not have permission to delete Events."
|
||||||
|
eventEditorNoneToEdit: "No Events currently exist to be edited!"
|
||||||
|
eventEditorNoneToDelete: "No Events currently exist to be deleted!"
|
||||||
|
eventEditorNotFound: "Event not found!"
|
||||||
|
eventEditorExists: "Event already exists!"
|
||||||
|
eventEditorSomeone: "Someone is already creating or editing an Event with that name!"
|
||||||
|
eventEditorAlpha: "Name must be alphanumeric!"
|
||||||
|
eventEditorErrorReadingFile: "Error reading Events file."
|
||||||
|
eventEditorErrorSaving: "An error occurred while saving."
|
||||||
|
eventEditorDeleted: "Event deleted, Quests and Events reloaded."
|
||||||
|
eventEditorSaved: "Event saved, Quests and Events reloaded."
|
||||||
|
eventEditorEnterEventName: "Enter an Event name, or 'cancel' to return."
|
||||||
|
eventEditorDeletePrompt: "Are you sure you want to delete the Event"
|
||||||
|
eventEditorQuitWithoutSaving: "Are you sure you want to quit without saving?"
|
||||||
|
eventEditorFinishAndSave: "Are you sure you want to finish and save the Event"
|
||||||
|
eventEditorModifiedNote: 'Note: You have modified an Event that the following Quests use:'
|
||||||
|
eventEditorForcedToQuit: "If you save the Event, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||||
|
eventEditorEventInUse: "The following Quests use the Event"
|
||||||
|
eventEditorMustModifyQuests: "eventEditorNotFound"
|
||||||
|
eventEditorListSizeMismatch: "The lists are not the same size!"
|
||||||
|
eventEditorListDuplicates: "List contains duplicates!"
|
||||||
|
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||||
|
eventEditorInvalidEntry: "Invalid entry"
|
||||||
|
eventEditorSetName: "Set name"
|
||||||
|
eventEditorSetMessage: "Set message"
|
||||||
|
eventEditorClearInv: "Clear player inventory"
|
||||||
|
eventEditorFailQuest: "Fail the quest"
|
||||||
|
eventEditorSetExplosions: "Set explosion locations"
|
||||||
|
eventEditorSetLightning: "Set lightning strike locations"
|
||||||
|
eventEditorSetEffects: "Set effects"
|
||||||
|
eventEditorSetStorm: "Set storm"
|
||||||
|
eventEditorSetThunder: "Set thunder"
|
||||||
|
eventEditorSetMobSpawns: "Set mob spawns"
|
||||||
|
eventEditorSetPotionEffects: "Set potion effects"
|
||||||
|
eventEditorSetHunger: "Set player hunger level"
|
||||||
|
eventEditorSetSaturation: "Set player saturation level"
|
||||||
|
eventEditorSetHealth: "Set player health level"
|
||||||
|
eventEditorEnterTimerSeconds: "Set number of seconds left before the quest fails (use cancel-timer event to cancel timers)"
|
||||||
|
eventEditorSetTimer: "Set time to fail quest"
|
||||||
|
eventEditorCancelTimer: "Cancel the quest timer"
|
||||||
|
eventEditorSetTeleport: "Set player teleport location"
|
||||||
|
eventEditorSetCommands: "Set commands to execute"
|
||||||
|
eventEditorItems: "Event Items"
|
||||||
|
eventEditorSetItems: "Give items"
|
||||||
|
eventEditorItemsCleared: "Event items cleared."
|
||||||
|
eventEditorAddItem: "Add item"
|
||||||
|
eventEditorSetItemNames: "Set item names"
|
||||||
|
eventEditorSetItemAmounts: "Set item amounts"
|
||||||
|
eventEditorNoNames: "No names set"
|
||||||
|
eventEditorMustSetNames: "You must set item names first!"
|
||||||
|
eventEditorInvalidName: "is not a valid item name!"
|
||||||
|
eventEditorNotGreaterThanZero: "is not greater than 0!"
|
||||||
|
eventEditorNotANumber: "is not a number!"
|
||||||
|
eventEditorStorm: "Event Storm"
|
||||||
|
eventEditorSetWorld: "Set world"
|
||||||
|
eventEditorSetDuration: "Set duration"
|
||||||
|
eventEditorNoWorld: "(No world set)"
|
||||||
|
eventEditorSetWorldFirst: "You must set a world first!"
|
||||||
|
eventEditorInvalidWorld: "is not a valid world name!"
|
||||||
|
eventEditorMustSetStormDuration: "You must set a storm duration!"
|
||||||
|
eventEditorStormCleared: "Storm data cleared."
|
||||||
|
eventEditorEnterStormWorld: "Enter a world name for the storm to occur in, or enter 'cancel' to return"
|
||||||
|
eventEditorEnterDuration: "Enter duration (in seconds)"
|
||||||
|
eventEditorAtLeastOneSecond: "Amount must be at least 1 second!"
|
||||||
|
eventEditorNotGreaterThanOneSecond: "is not greater than 1 second!"
|
||||||
|
eventEditorThunder: "Event Thunder"
|
||||||
|
eventEditorMustSetThunderDuration: "You must set a thunder duration!"
|
||||||
|
eventEditorThunderCleared: "Thunder data cleared."
|
||||||
|
eventEditorEnterThunderWorld: "Enter a world name for the thunder to occur in, or enter 'cancel' to return"
|
||||||
|
eventEditorEffects: "Event Effects"
|
||||||
|
eventEditorAddEffect: "Add effect"
|
||||||
|
eventEditorAddEffectLocation: "Add effect location"
|
||||||
|
eventEditorNoEffects: "No effects set"
|
||||||
|
eventEditorMustAddEffects: "You must add effects first!"
|
||||||
|
eventEditorInvalidEffect: "is not a valid effect name!"
|
||||||
|
eventEditorEffectsCleared: "Event effects cleared."
|
||||||
|
eventEditorEffectLocationPrompt: "Right-click on a block to play an effect at, then enter 'add' to add it to the list, or enter 'cancel' to return"
|
||||||
|
eventEditorMobSpawns: "Event Mob Spawns"
|
||||||
|
eventEditorAddMobTypes: "Add mob"
|
||||||
|
eventEditorNoTypesSet: "(No type set)"
|
||||||
|
eventEditorMustSetMobTypesFirst: "You must set the mob type first!"
|
||||||
|
eventEditorSetMobAmounts: "Set mob amount"
|
||||||
|
eventEditorNoAmountsSet: "(No amounts set)"
|
||||||
|
eventEditorMustSetMobAmountsFirst: "You must set mob amount first!"
|
||||||
|
eventEditorAddSpawnLocation: "Set spawn location"
|
||||||
|
eventEditorMobSpawnsCleared: "Mob spawns cleared."
|
||||||
|
eventEditorMustSetMobLocationFirst: "You must set a spawn-location first!"
|
||||||
|
eventEditorInvalidMob: "is not a valid mob name!"
|
||||||
|
eventEditorSetMobName: "Set custom name for mob"
|
||||||
|
eventEditorSetMobType: "Set mob type"
|
||||||
|
eventEditorSetMobItemInHand: "Set item in hand"
|
||||||
|
eventEditorSetMobItemInHandDrop: "Set drop chance of item in hand"
|
||||||
|
eventEditorSetMobBoots: "Set boots"
|
||||||
|
eventEditorSetMobBootsDrop: "Set drop chance of boots"
|
||||||
|
eventEditorSetMobLeggings: "Set leggings"
|
||||||
|
eventEditorSetMobLeggingsDrop: "Set drop chance of leggings"
|
||||||
|
eventEditorSetMobChestPlate: "Set chest plate"
|
||||||
|
eventEditorSetMobChestPlateDrop: "Set drop chance of chest plate"
|
||||||
|
eventEditorSetMobHelmet: "Set helmet"
|
||||||
|
eventEditorSetMobHelmetDrop: "Set drop chance of helmet"
|
||||||
|
eventEditorSetMobSpawnLoc: "Right-click on a block to spawn a mob at, then enter 'add' to the confirm it, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobSpawnAmount: "Set the amount of mobs to spawn"
|
||||||
|
eventEditorSetDropChance: "Set the drop chance"
|
||||||
|
eventEditorInvalidDropChance: "Drop chance has to be between 0.0 and 1.0"
|
||||||
|
eventEditorLightningPrompt: "Right-click on a block to spawn a lightning strike at, then enter 'add' to add it to the list, or enter 'clear' to clear the locations list, or 'cancel' to return"
|
||||||
|
eventEditorPotionEffects: "Event Potion Effects"
|
||||||
|
eventEditorSetPotionEffectTypes: "Set potion effect types"
|
||||||
|
eventEditorMustSetPotionTypesFirst: "You must set potion effect types first!"
|
||||||
|
eventEditorSetPotionDurations: "Set potion effect durations"
|
||||||
|
eventEditorMustSetPotionDurationsFirst: "You must set potion effect durations first!"
|
||||||
|
eventEditorMustSetPotionTypesAndDurationsFirst: "You must set potion effect types and durations first!"
|
||||||
|
eventEditorNoDurationsSet: "(No durations set)"
|
||||||
|
eventEditorSetPotionMagnitudes: "Set potion effect magnitudes"
|
||||||
|
eventEditorPotionsCleared: "Potion effects cleared."
|
||||||
|
eventEditorInvalidPotionType: "is not a valid potion effect type!"
|
||||||
|
eventEditorEnterNPCId: "Enter NPC ID (or -1 to return)"
|
||||||
|
eventEditorNoNPCExists: "No NPC exists with that id!"
|
||||||
|
eventEditorExplosionPrompt: "Right-click on a block to spawn an explosion at, then enter 'add' to add it to the list, or enter 'clear' to clear the explosions list, or 'cancel' to return"
|
||||||
|
eventEditorSelectBlockFirst: "You must select a block first."
|
||||||
|
eventEditorSetMessagePrompt: "Enter message, or enter 'none' to delete, (or 'cancel' to return)"
|
||||||
|
eventEditorSetItemNamesPrompt: "Enter item names separating each one by a space, or enter 'cancel' to return."
|
||||||
|
eventEditorSetItemAmountsPrompt: "Enter item amounts (numbers) separating each one by a space, or enter 'cancel' to return."
|
||||||
|
eventEditorSetMobTypesPrompt: "Enter mob name, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobAmountsPrompt: "Enter mob amount, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobNamePrompt: "Set the name for this mob, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the mob spawn location list, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionEffectsPrompt: "Enter potion effect types separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionDurationsPrompt: "Enter effect durations (in milliseconds) separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetHungerPrompt: "Enter hunger level, or -1 to remove it"
|
||||||
|
eventEditorHungerLevelAtLeastZero: "Hunger level must be at least 0!"
|
||||||
|
eventEditorSetSaturationPrompt: "Enter saturation level, or -1 to remove it"
|
||||||
|
eventEditorSaturationLevelAtLeastZero: "Saturation level must be at least 0!"
|
||||||
|
eventEditorSetHealthPrompt: "Enter health level, or -1 to remove it"
|
||||||
|
eventEditorHealthLevelAtLeastZero: "Health level must be at least 0!"
|
||||||
|
eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to, then enter 'done' to finish, or enter 'clear' to clear the teleport location, or 'cancel' to return"
|
||||||
|
eventEditorCommandsNote: 'Note: You may use <player> to refer to the player''s name.'
|
||||||
|
eventEditorSetCommandsPrompt: "Enter commands separating each one by a comma, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
reqSetMoney: "Set money requirement"
|
||||||
|
reqSetQuestPoints: "Set Quest Points requirement"
|
||||||
|
reqSetItem: "Set item requirements"
|
||||||
|
reqSetPerms: "Set permission requirements"
|
||||||
|
reqSetQuest: "Set Quest requirements"
|
||||||
|
reqSetQuestBlocks: "Set Quest blocks"
|
||||||
|
reqSetMcMMO: "Set mcMMO requirements"
|
||||||
|
reqSetHeroes: "Set Heroes requirements"
|
||||||
|
reqSetCustom: "Custom requirements"
|
||||||
|
reqSetFail: "Set fail requirements message"
|
||||||
|
reqSetSkills: "Set skills"
|
||||||
|
reqSetSkillAmounts: "Set skill amounts"
|
||||||
|
reqHeroesSetPrimary: "Set Primary Class"
|
||||||
|
reqHeroesSetSecondary: "Set Secondary Class"
|
||||||
|
reqMoneyPrompt: "Enter amount of <money>, or 0 to clear the money requirement, or -1 to cancel"
|
||||||
|
reqQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point requirement, or -1 to cancel"
|
||||||
|
reqQuestPrompt: "Enter a list of Quest names separating each one by a <comma>, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqRemoveItemsPrompt: "Enter a list of true/false values, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
reqPermissionsPrompt: "Enter permission requirements separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
reqCustomPrompt: "Enter the name of a custom requirement to add, or enter 'clear' to clear all custom requirements, or 'cancel' to return."
|
||||||
|
reqMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqMcMMOAmountsPrompt: "Enter mcMMO skill amounts, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqHeroesPrimaryPrompt: "Enter a Heroes Primary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||||
|
reqHeroesSecondaryPrompt: "Enter a Heroes Secondary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||||
|
reqFailMessagePrompt: "Enter fail requirements message, or enter 'cancel' to return."
|
||||||
|
reqAddItem: "Add item"
|
||||||
|
reqSetRemoveItems: "Set remove items"
|
||||||
|
reqNoItemsSet: "No items set"
|
||||||
|
reqNoValuesSet: "No values set"
|
||||||
|
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||||
|
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||||
|
reqGreaterThanZero: "Amount must be greater than 0!"
|
||||||
|
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||||
|
reqItemCleared: "Item requirements cleared."
|
||||||
|
reqListsNotSameSize: "The items list and remove items list are not the same size!"
|
||||||
|
reqTrueFalseError: '<input> is not a true or false value!%br%Example: true false true true'
|
||||||
|
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||||
|
reqCustomNotFound: "Custom requirement module not found."
|
||||||
|
reqCustomCleared: "Custom requirements cleared."
|
||||||
|
reqMcMMOError: "<input> is not an mcMMO skill name!"
|
||||||
|
reqMcMMOCleared: "mcMMO skill requirements cleared."
|
||||||
|
reqMcMMOAmountsCleared: "mcMMO skill amount requirements cleared."
|
||||||
|
reqHeroesNotPrimary: "The <class> class is not primary!"
|
||||||
|
reqHeroesPrimaryCleared: "Heroes Primary Class requirement cleared."
|
||||||
|
reqHeroesNotSecondary: "The <class> class is not secondary!"
|
||||||
|
reqHeroesSecondaryCleared: "Heroes Secondary Class requirement cleared."
|
||||||
|
reqHeroesClassNotFound: "Class not found!"
|
||||||
|
reqNone: "No requirements set"
|
||||||
|
reqNotANumber: "<input> is not a number!"
|
||||||
|
reqMustAddItem: "You must add at least one item first!"
|
||||||
|
reqNoMessage: "You must set a fail requirements message!"
|
||||||
|
reqNoMcMMO: "mcMMO not installed"
|
||||||
|
reqNoHeroes: "Heroes not installed"
|
||||||
|
rewSetMoney: "Set money reward"
|
||||||
|
rewSetQuestPoints: "Set Quest Points reward"
|
||||||
|
rewSetItems: "Set item rewards"
|
||||||
|
rewSetExperience: "Set experience reward"
|
||||||
|
rewSetCommands: "Set command rewards"
|
||||||
|
rewSetPermission: "Set permission rewards"
|
||||||
|
rewSetMcMMO: "Set mcMMO skill rewards"
|
||||||
|
rewSetHeroes: "Set Heroes experience rewards"
|
||||||
|
rewSetPhat: "Set PhatLoot rewards"
|
||||||
|
rewSetCustom: "Set Custom Rewards"
|
||||||
|
rewSetHeroesClasses: "Set classes"
|
||||||
|
rewSetHeroesAmounts: "Set experience amounts"
|
||||||
|
rewMoneyPrompt: "Enter amount of <money>, or 0 to clear the money reward, or -1 to cancel"
|
||||||
|
rewExperiencePrompt: "Enter amount of experience, or 0 to clear the experience reward, or -1 to cancel"
|
||||||
|
rewCommandPrompt: "Enter command rewards separating each one by a <comma>, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
rewCommandPromptHint: 'Note: You may put <player> to specify the player who completed the Quest. e.g. smite <player>'
|
||||||
|
rewPermissionsPrompt: "Enter permission rewards separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
rewQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point reward, or -1 to cancel"
|
||||||
|
rewMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewMcMMOPromptHint: 'Note: Typing ''All'' will give levels to all skills.'
|
||||||
|
rewHeroesClassesPrompt: "Enter Heroes classes separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed) separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewPhatLootsPrompt: "Enter PhatLoots separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
rewCustomRewardPrompt: "Enter the name of a custom reward to add, or enter 'clear' to clear all custom rewards, or 'cancel' to return."
|
||||||
|
rewItemsCleared: "Item rewards cleared."
|
||||||
|
rewNoMcMMOSkills: "No skills set"
|
||||||
|
rewNoHeroesClasses: "No classes set"
|
||||||
|
rewSetMcMMOSkillsFirst: "You must set skills first!"
|
||||||
|
rewMcMMOCleared: "mcMMO rewards cleared."
|
||||||
|
rewMcMMOListsNotSameSize: "The skills list and skill amounts list are not the same size!"
|
||||||
|
rewSetHeroesClassesFirst: "You must set classes first!"
|
||||||
|
rewHeroesCleared: "Heroes rewards cleared."
|
||||||
|
rewHeroesListsNotSameSize: "The classes list and experience amounts list are not the same size!"
|
||||||
|
rewHeroesInvalidClass: "<input> is not a valid Heroes class name!"
|
||||||
|
rewPhatLootsInvalid: "<input> is not a valid PhatLoot name!"
|
||||||
|
rewPhatLootsCleared: "PhatLoots reward cleared."
|
||||||
|
rewCustomAlreadyAdded: "That custom reward has already been added!"
|
||||||
|
rewCustomNotFound: "Custom reward module not found."
|
||||||
|
rewCustomCleared: "Custom rewards cleared."
|
||||||
|
rewNoPhat: "PhatLoots not installed"
|
||||||
|
itemCreateLoadHand: "Load item in hand"
|
||||||
|
itemCreateSetName: "Set name"
|
||||||
|
itemCreateSetAmount: "Set amount"
|
||||||
|
itemCreateSetDurab: "Set durability"
|
||||||
|
itemCreateSetEnchs: "Add/clear enchantments"
|
||||||
|
itemCreateSetDisplay: "Set display name"
|
||||||
|
itemCreateSetLore: "Set lore"
|
||||||
|
itemCreateEnterName: "Enter an item name, or 'cancel' to return."
|
||||||
|
itemCreateEnterAmount: "Enter item amount (max. 64), or 'cancel' to return."
|
||||||
|
itemCreateEnterDurab: "Enter item durability, or 'clear' to clear the data, or 'cancel' to return."
|
||||||
|
itemCreateEnterEnch: "Enter an enchantment name, or 'clear' to clear the enchantments, or 'cancel' to return."
|
||||||
|
itemCreateEnterLevel: "Enter a level (number) for <enchantment>"
|
||||||
|
itemCreateEnterDisplay: "Enter item display name, or 'clear' to clear the display name, or 'cancel' to return."
|
||||||
|
itemCreateEnterLore: "Enter item lore, separating each line by a semi-colon ; or 'clear' to clear the lore, or 'cancel' to return."
|
||||||
|
itemCreateLoaded: "Item loaded."
|
||||||
|
itemCreateNoItem: "No item in hand!"
|
||||||
|
itemCreateNoName: "You must set a name first!"
|
||||||
|
itemCreateInvalidName: "Invalid item name!"
|
||||||
|
itemCreateInvalidAmount: "Amount must be between 1-64!"
|
||||||
|
itemCreateInvalidDurab: "Invalid item durability!"
|
||||||
|
itemCreateInvalidEnch: "Invalid enchantment name!"
|
||||||
|
itemCreateInvalidLevel: "Level must be greater than 0!"
|
||||||
|
itemCreateInvalidInput: "Invalid input!"
|
||||||
|
itemCreateNotNumber: "Input was not a number!"
|
||||||
|
itemCreateNoNameAmount: "You must set a name and amount first!"
|
||||||
|
itemCreateCriticalError: "A critical error has occurred."
|
||||||
|
questTitle: "-- <quest> --"
|
||||||
|
questObjectivesTitle: "---(<quest>)---"
|
||||||
|
questCompleteTitle: '**QUEST COMPLETE: <quest>**'
|
||||||
|
questRewardsTitle: "Rewards:"
|
||||||
|
journalTitle: "Quest Journal"
|
||||||
|
questsTitle: "- Quests -"
|
||||||
|
questHelpTitle: "- Quests -"
|
||||||
|
questListTitle: "- Quests -"
|
||||||
|
questNPCListTitle: "- Quests | <npc> -"
|
||||||
|
questAdminHelpTitle: "- Questadmin -"
|
||||||
|
questEditorTitle: "- Quest Editor -"
|
||||||
|
eventEditorTitle: "- Event Editor - "
|
||||||
|
questCreateTitle: "- Create Quest -"
|
||||||
|
questEditTitle: "- Edit Quest -"
|
||||||
|
questDeleteTitle: "- Delete Quest -"
|
||||||
|
requirementsTitle: "- <quest> | Requirements -"
|
||||||
|
rewardsTitle: "- <quest> | Rewards -"
|
||||||
|
itemRequirementsTitle: "- Item Requirements -"
|
||||||
|
itemRewardsTitle: "- Item Rewards -"
|
||||||
|
mcMMORequirementsTitle: "- mcMMO Requirements -"
|
||||||
|
mcMMORewardsTitle: "- mcMMO Rewards -"
|
||||||
|
heroesRequirementsTitle: "- Heroes Requirements -"
|
||||||
|
heroesRewardsTitle: "- Heroes Rewards -"
|
||||||
|
heroesClassesTitle: "- Heroes Classes -"
|
||||||
|
heroesExperienceTitle: "- Heroes Experience -"
|
||||||
|
heroesPrimaryTitle: "- Primary Classes -"
|
||||||
|
heroesSecondaryTitle: "- Secondary Classes -"
|
||||||
|
phatLootsRewardsTitle: "- PhatLoots Rewards -"
|
||||||
|
customRequirementsTitle: "- Custom Requirements -"
|
||||||
|
customRewardsTitle: "- Custom Rewards -"
|
||||||
|
skillListTitle: "- Skill List -"
|
||||||
|
eventTitle: "- Event -"
|
||||||
|
completedQuestsTitle: "- Completed Quests -"
|
||||||
|
topQuestersTitle: "- Top <number> Questers -"
|
||||||
|
createItemTitle: "- Create Item -"
|
||||||
|
enchantmentsTitle: "- Enchantments -"
|
||||||
|
questGUITitle: "- GUI Item Display -"
|
||||||
|
questRegionTitle: "- Quest Region -"
|
||||||
|
eventEditorGiveItemsTitle: "- Give Items -"
|
||||||
|
eventEditorEffectsTitle: "- Effects -"
|
||||||
|
eventEditorStormTitle: "- Event Storm -"
|
||||||
|
eventEditorThunderTitle: "- Event Thunder -"
|
||||||
|
eventEditorMobSpawnsTitle: "- Event Mob Spawns -"
|
||||||
|
eventEditorMobsTitle: "- Mobs -"
|
||||||
|
eventEditorAddMobTypesTitle: "- Add Mob -"
|
||||||
|
eventEditorPotionEffectsTitle: "- Event Potion Effects -"
|
||||||
|
eventEditorPotionTypesTitle: "- Event Potion Types -"
|
||||||
|
eventEditorWorldsTitle: "- Worlds -"
|
||||||
|
effBlazeShoot: "Sound of a Blaze firing"
|
||||||
|
effBowFire: "Sound of a bow firing"
|
||||||
|
effClick1: "A click sound"
|
||||||
|
effClick2: "A different click sound"
|
||||||
|
effDoorToggle: "Sound of a door opening or closing"
|
||||||
|
effExtinguish: "Sound of fire being extinguished"
|
||||||
|
effGhastShoot: "Sound of a Ghast firing"
|
||||||
|
effGhastShriek: "Sound of a Ghast shrieking"
|
||||||
|
effZombieWood: "Sound of a Zombie chewing an iron door"
|
||||||
|
effZombieIron: "Sound of a Zombie chewing a wooden door"
|
||||||
|
effEnterName: "Enter an effect name to add it to the list, or enter 'cancel' to return"
|
||||||
|
cmdCancel: "cancel"
|
||||||
|
cmdAdd: "add"
|
||||||
|
cmdClear: "clear"
|
||||||
|
cmdNone: "none"
|
||||||
|
cmdDone: "done"
|
||||||
|
acceptQuest: "Accept Quest?"
|
||||||
|
enterAnOption: "Enter an option"
|
||||||
|
questAccepted: 'Quest accepted: <quest>'
|
||||||
|
currentQuest: "Current Quests:"
|
||||||
|
noMoreQuest: "No more quests available."
|
||||||
|
damage: "Damage"
|
||||||
|
break: "Break"
|
||||||
|
place: "Place"
|
||||||
|
use: "Use"
|
||||||
|
cut: "Cut"
|
||||||
|
catchFish: "Catch Fish"
|
||||||
|
enchantItem: "Enchant <item> with <enchantment>"
|
||||||
|
kill: "Kill"
|
||||||
|
killAtLocation: "Kill <mob> at <location>"
|
||||||
|
killPlayer: "Kill a Player"
|
||||||
|
deliver: "Deliver <item> to <npc>"
|
||||||
|
talkTo: "Talk to <npc>"
|
||||||
|
tame: "Tame"
|
||||||
|
shearSheep: "Shear <color> sheep"
|
||||||
|
goTo: "Go to <location>"
|
||||||
|
completed: "Completed"
|
||||||
|
redoCompleted: "(Completed)"
|
||||||
|
consoleError: "This command may only be performed in-game."
|
||||||
|
invalidSelection: "Invalid selection!"
|
||||||
|
noActiveQuest: "You do not currently have any active Quests."
|
||||||
|
speakTo: 'Start: Speak to <npc>'
|
||||||
|
mustSpeakTo: "You must speak to <npc> to start this Quest."
|
||||||
|
noCommandStart: "<quest> may not be started via command."
|
||||||
|
permissionDisplay: "Permission:"
|
||||||
|
heroesClass: "class"
|
||||||
|
mcMMOLevel: "level"
|
||||||
|
haveCompleted: "You have completed <quest>"
|
||||||
|
cannotComplete: "Cannot complete <quest>"
|
||||||
|
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."
|
||||||
|
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."
|
||||||
|
questInfoNoPerms: "You do not have permission to view a Quest's information."
|
||||||
|
questCmdNoPerms: "You do not have access to that command."
|
||||||
|
pageSelectionNum: "Page selection must be a number."
|
||||||
|
pageSelectionPosNum: "Page selection must be a positive number."
|
||||||
|
questListNoPerms: "You do not have permission to view the Quests list."
|
||||||
|
questTakeNoPerms: "You do not have permission to take Quests via commands."
|
||||||
|
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||||
|
questQuit: "You have quit <quest>"
|
||||||
|
questQuitNoPerms: "You do not have permission to quit Quests."
|
||||||
|
questQuitDisabled: "Quitting Quests has been disabled."
|
||||||
|
questEditorNoPerms: "You do not have permission to use the Quests Editor."
|
||||||
|
eventEditorNoPerms: "You do not have permission to use the Events Editor."
|
||||||
|
questsUnknownCommand: "Unknown Quests 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>."
|
||||||
|
questPurged: "<player> has been purged and blacklisted."
|
||||||
|
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."
|
||||||
|
enableNPCGUI: "<npc> will now provide a GUI Quest Display."
|
||||||
|
disableNPCGUI: "<npc> will no longer provide a GUI Quest Display."
|
||||||
|
invalidNumber: "Invalid number."
|
||||||
|
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||||
|
playerNotFound: "Player not found."
|
||||||
|
invalidStageNum: "Invalid stage number for Quest <quest>"
|
||||||
|
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||||
|
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."
|
||||||
|
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!"
|
||||||
|
journalNoQuests: "You have no accepted quests!"
|
||||||
|
journalDenied: "You cannot do that with your Quest Journal."
|
||||||
|
ENCHANTMENT_ARROW_DAMAGE: "Power"
|
||||||
|
ENCHANTMENT_ARROW_FIRE: "Flame"
|
||||||
|
ENCHANTMENT_ARROW_INFINITE: "Infinity"
|
||||||
|
ENCHANTMENT_ARROW_KNOCKBACK: "Punch"
|
||||||
|
ENCHANTMENT_BINDING_CURSE: "BindingCurse"
|
||||||
|
ENCHANTMENT_DAMAGE_ALL: "Sharpness"
|
||||||
|
ENCHANTMENT_DAMAGE_ARTHROPODS: "BaneOfArthropods"
|
||||||
|
ENCHANTMENT_DEPTH_STRIDER: "DepthStrider"
|
||||||
|
ENCHANTMENT_DAMAGE_UNDEAD: "Smite"
|
||||||
|
ENCHANTMENT_DIG_SPEED: "Efficiency"
|
||||||
|
ENCHANTMENT_DURABILITY: "Unbreaking"
|
||||||
|
ENCHANTMENT_FIRE_ASPECT: "FireAspect"
|
||||||
|
ENCHANTMENT_FROST_WALKER: "FrostWalker"
|
||||||
|
ENCHANTMENT_KNOCKBACK: "Knockback"
|
||||||
|
ENCHANTMENT_LOOT_BONUS_BLOCKS: "Fortune"
|
||||||
|
ENCHANTMENT_LOOT_BONUS_MOBS: "Looting"
|
||||||
|
ENCHANTMENT_LUCK: "LuckOfTheSea"
|
||||||
|
ENCHANTMENT_LURE: "Lure"
|
||||||
|
ENCHANTMENT_MENDING: "Mending"
|
||||||
|
ENCHANTMENT_OXYGEN: "Respiration"
|
||||||
|
ENCHANTMENT_PROTECTION_ENVIRONMENTAL: "Protection"
|
||||||
|
ENCHANTMENT_PROTECTION_EXPLOSIONS: "BlastProtection"
|
||||||
|
ENCHANTMENT_PROTECTION_FALL: "FeatherFalling"
|
||||||
|
ENCHANTMENT_PROTECTION_FIRE: "FireProtection"
|
||||||
|
ENCHANTMENT_PROTECTION_PROJECTILE: "ProjectileProtection"
|
||||||
|
ENCHANTMENT_SILK_TOUCH: "SilkTouch"
|
||||||
|
ENCHANTMENT_SWEEPING: "Sweeping"
|
||||||
|
ENCHANTMENT_THORNS: "Thorns"
|
||||||
|
ENCHANTMENT_VANISHING_CURSE: "VanishingCurse"
|
||||||
|
ENCHANTMENT_WATER_WORKER: "AquaAffinity"
|
||||||
|
COLOR_BLACK: "Black"
|
||||||
|
COLOR_BLUE: "Blue"
|
||||||
|
COLOR_BROWN: "Brown"
|
||||||
|
COLOR_CYAN: "Cyan"
|
||||||
|
COLOR_GRAY: "Gray"
|
||||||
|
COLOR_GREEN: "Green"
|
||||||
|
COLOR_LIGHT_BLUE: "LightBlue"
|
||||||
|
COLOR_LIME: "Lime"
|
||||||
|
COLOR_MAGENTA: "Magenta"
|
||||||
|
COLOR_ORANGE: "Orange"
|
||||||
|
COLOR_PINK: "Pink"
|
||||||
|
COLOR_PURPLE: "Purple"
|
||||||
|
COLOR_RED: "Red"
|
||||||
|
COLOR_SILVER: "Silver"
|
||||||
|
COLOR_WHITE: "White"
|
||||||
|
COLOR_YELLOW: "Yellow"
|
||||||
|
timeDay: "Day"
|
||||||
|
timeDays: "Days"
|
||||||
|
timeHour: "Hour"
|
||||||
|
timeHours: "Hours"
|
||||||
|
timeMinute: "Minute"
|
||||||
|
timeMinutes: "Minutes"
|
||||||
|
timeSecond: "Second"
|
||||||
|
timeSeconds: "Seconds"
|
||||||
|
timeMillisecond: "Millisecond"
|
||||||
|
timeMilliseconds: "Milliseconds"
|
||||||
|
event: "Event"
|
||||||
|
delay: "Delay"
|
||||||
|
save: "Save"
|
||||||
|
exit: "Exit"
|
||||||
|
exited: "Exited"
|
||||||
|
cancel: "Cancel"
|
||||||
|
cancelled: "Cancelled"
|
||||||
|
questTimeout: "Cancelled."
|
||||||
|
back: "Back"
|
||||||
|
yesWord: "Yes"
|
||||||
|
noWord: "No"
|
||||||
|
"true": "true"
|
||||||
|
"false": "false"
|
||||||
|
clear: "Clear"
|
||||||
|
edit: "Edit"
|
||||||
|
none: "None"
|
||||||
|
done: "Done"
|
||||||
|
comma: "comma"
|
||||||
|
finish: "Finish"
|
||||||
|
quit: "Quit"
|
||||||
|
noneSet: "None set"
|
||||||
|
noDelaySet: "No delay set"
|
||||||
|
noIdsSet: "No IDs set"
|
||||||
|
noNamesSet: "No names set"
|
||||||
|
worlds: "Worlds"
|
||||||
|
mobs: "Mobs"
|
||||||
|
points: "points"
|
||||||
|
invalidOption: "Invalid option!"
|
||||||
|
npcHint: 'Note: You can left or right click on NPC''s to get their ID.'
|
||||||
|
listDuplicate: "List contains duplicates!"
|
||||||
|
id: "ID"
|
||||||
|
quest: "Quest"
|
||||||
|
quests: "Quests"
|
||||||
|
createdBy: "Created by"
|
||||||
|
continuedBy: "and continued by"
|
||||||
|
questPoints: "Quest Points"
|
||||||
|
accepted: "Accepted"
|
||||||
|
complete: "Complete"
|
||||||
|
redoable: "Redoable"
|
||||||
|
usage: "Usage"
|
||||||
|
redoableEvery: "Redoable every <time>."
|
||||||
|
requirements: "Requirements"
|
||||||
|
money: "Money"
|
||||||
|
with: "With"
|
||||||
|
to: "to"
|
||||||
|
blocksWithin: "within <amount> blocks of"
|
||||||
|
valRequired: "Value required"
|
||||||
|
enchantedItem: "*Enchanted*"
|
||||||
|
experience: "Experience"
|
||||||
|
timerMessage: '<green>Time left to finish the quest/stage: <red>%s seconds'
|
||||||
|
timerStart: "<green>You have <red>%s seconds <green>to finish this quest/stage"
|
||||||
|
questErrorReadingFile: "Error reading Quests file."
|
||||||
|
questSaveError: "An error occurred while saving."
|
||||||
|
questBlacklisted: "You are blacklisted. Contact an admin if this is in error."
|
@ -1,12 +1,12 @@
|
|||||||
---
|
---
|
||||||
questFailed: "*MISSIONE FALLITA*"
|
questFailed: "*QUEST FAILED MATEY*"
|
||||||
questMaxAllowed: "Potresti avere fino a <number> missioni."
|
questMaxAllowed: "Ye may only have up t' <number> Quests."
|
||||||
questAlreadyOn: "Sei già su questa missione!"
|
questAlreadyOn: "Ye be already on that Quest!"
|
||||||
questTooEarly: "Non puoi fare <quest> ancora per <time>."
|
questTooEarly: "Ye may nah take <quest> again fer another <time>."
|
||||||
questAlreadyCompleted: "Hai già completato <quest>."
|
questAlreadyCompleted: "Ye 'ave already looted <quest>."
|
||||||
questInvalidLocation: "Non puoi fare <quest> in questa posizione."
|
questInvalidLocation: "Ye may nah take <quest> at this location."
|
||||||
questInvalidDeliveryItem: "<item> non è richiesto per questa missione!"
|
questInvalidDeliveryItem: "<item> ain't a required item fer this quest!"
|
||||||
questSelectedLocation: "Posizione selezionata"
|
questSelectedLocation: "Chosen spot"
|
||||||
questDisplayHelp: "- Visualizza questa guida"
|
questDisplayHelp: "- Visualizza questa guida"
|
||||||
COMMAND_LIST: "elenco"
|
COMMAND_LIST: "elenco"
|
||||||
COMMAND_LIST_HELP: "elenco [page] - Elenco missioni disponibili"
|
COMMAND_LIST_HELP: "elenco [page] - Elenco missioni disponibili"
|
||||||
@ -43,7 +43,7 @@ COMMAND_QUESTADMIN_TAKEPOINTS: "prendere punti"
|
|||||||
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "prendere punti [player][amount] - Prendere i punti di ricerca del giocatore"
|
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "prendere punti [player][amount] - Prendere i punti di ricerca del giocatore"
|
||||||
COMMAND_QUESTADMIN_GIVEPOINTS: "dare punti"
|
COMMAND_QUESTADMIN_GIVEPOINTS: "dare punti"
|
||||||
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "dare punti [player][amount] - Dare un punto di ricerca al giocatore"
|
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "dare punti [player][amount] - Dare un punto di ricerca al giocatore"
|
||||||
COMMAND_QUESTADMIN_POINTSALL: "pointsall"
|
COMMAND_QUESTADMIN_POINTSALL: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall[amount]- Imposta TUTTI i punti missione di tutti i giocatori"
|
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall[amount]- Imposta TUTTI i punti missione di tutti i giocatori"
|
||||||
COMMAND_QUESTADMIN_FINISH: "finito"
|
COMMAND_QUESTADMIN_FINISH: "finito"
|
||||||
COMMAND_QUESTADMIN_FINISH_HELP: "finito [player][quest] - Forza immediatamente il completamento della ricerca di un giocatore"
|
COMMAND_QUESTADMIN_FINISH_HELP: "finito [player][quest] - Forza immediatamente il completamento della ricerca di un giocatore"
|
||||||
@ -115,12 +115,12 @@ questEditorSave: "Completare e salvare"
|
|||||||
questEditorNeedAskMessage: "Devi impostare e chiedere il messaggio!"
|
questEditorNeedAskMessage: "Devi impostare e chiedere il messaggio!"
|
||||||
questEditorNeedFinishMessage: "Debi impostare un messaggio finale!"
|
questEditorNeedFinishMessage: "Debi impostare un messaggio finale!"
|
||||||
questEditorNeedStages: "Le tue ricerche non hanno fasi!"
|
questEditorNeedStages: "Le tue ricerche non hanno fasi!"
|
||||||
questEditorSaved: "Missioni salvate! (Dovrai eseguire una missione di ricarica per farla apparire)"
|
questEditorSaved: "Quest saved! (Ye will needs t' perform a Quest reload fer it t' appear)"
|
||||||
questEditorExited: "Sei sicuro de voler uscire senza salvare?"
|
questEditorExited: "Are ye sure ye wants t' exit without savin'?"
|
||||||
questEditorDeleted: "Sei sicuro di voler eliminare le missioni"
|
questEditorDeleted: "Are ye sure ye wants t' scuttle th' Quest"
|
||||||
questEditorNoPermsCreate: "Non hai i permessi per creare le missioni."
|
questEditorNoPermsCreate: "Ye do nah 'ave permission t' create Quests."
|
||||||
questEditorNoPermsEdit: "Non hai l'autorizzazione per modificare le richiese."
|
questEditorNoPermsEdit: "Ye do nah 'ave permission t' edit Quests."
|
||||||
questEditorNoPermsDelete: "Non hai l'autorizzazione per eliminare le richiese."
|
questEditorNoPermsDelete: "Ye do nah 'ave permission t' scuttle Quests."
|
||||||
stageEditorEditStage: "Modifica fasi"
|
stageEditorEditStage: "Modifica fasi"
|
||||||
stageEditorNewStage: "Aggiungi un nuovo livello"
|
stageEditorNewStage: "Aggiungi un nuovo livello"
|
||||||
stageEditorStages: "Fasi"
|
stageEditorStages: "Fasi"
|
||||||
@ -139,7 +139,7 @@ stageEditorDeliverItems: "Consegna oggetti"
|
|||||||
stageEditorTalkToNPCs: "Parla con gli NPC"
|
stageEditorTalkToNPCs: "Parla con gli NPC"
|
||||||
stageEditorKillNPCs: "Uccidere i PNG"
|
stageEditorKillNPCs: "Uccidere i PNG"
|
||||||
stageEditorKillMobs: "Uccidere i Mobs"
|
stageEditorKillMobs: "Uccidere i Mobs"
|
||||||
stageEditorReachLocs: "Luoghi ricercare"
|
stageEditorReachLocs: "Reach spots"
|
||||||
stageEditorReachRadii1: "Ricerca all'intero"
|
stageEditorReachRadii1: "Ricerca all'intero"
|
||||||
stageEditorReachRadii2: "blocchi di"
|
stageEditorReachRadii2: "blocchi di"
|
||||||
stageEditorTameMobs: "Domare i Mobs"
|
stageEditorTameMobs: "Domare i Mobs"
|
||||||
@ -215,9 +215,9 @@ stageEditorNPCToTalkToPrompt: "Enter NPC IDs, separating each one by a space, or
|
|||||||
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
||||||
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
||||||
stageEditorMobAmountsPrompt: "Enter mob amounts separating each one by a space, or enter 'cancel' to return"
|
stageEditorMobAmountsPrompt: "Enter mob amounts separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
stageEditorMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the kill location list, or enter 'cancel' to return"
|
stageEditorMobLocationPrompt: "Right-click on a block t' select it, then enter 'add' t' add it t' th' kill spot list, or enter 'cancel' t' return"
|
||||||
stageEditorMobLocationRadiiPrompt: "Enter kill location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
stageEditorMobLocationRadiiPrompt: "Enter kill spot radii (number o' blocks) separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||||
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
||||||
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||||
|
858
src/main/resources/lang/ja-JP/strings.yml
Normal file
858
src/main/resources/lang/ja-JP/strings.yml
Normal file
@ -0,0 +1,858 @@
|
|||||||
|
---
|
||||||
|
questFailed: "*QUEST FAILED MATEY*"
|
||||||
|
questMaxAllowed: "Ye may only have up t' <number> Quests."
|
||||||
|
questAlreadyOn: "Ye be already on that Quest!"
|
||||||
|
questTooEarly: "Ye may nah take <quest> again fer another <time>."
|
||||||
|
questAlreadyCompleted: "Ye 'ave already looted <quest>."
|
||||||
|
questInvalidLocation: "Ye may nah take <quest> at this location."
|
||||||
|
questInvalidDeliveryItem: "<item> ain't a required item fer this quest!"
|
||||||
|
questSelectedLocation: "Chosen spot"
|
||||||
|
questDisplayHelp: "- Display this help"
|
||||||
|
COMMAND_LIST: "list"
|
||||||
|
COMMAND_LIST_HELP: "list [page] - List available Quests"
|
||||||
|
COMMAND_TAKE: "take"
|
||||||
|
COMMAND_TAKE_HELP: "take [quest name] - Accept a Quest"
|
||||||
|
COMMAND_TAKE_USAGE: 'Usage: /quests take [quest]'
|
||||||
|
COMMAND_QUIT: "quit"
|
||||||
|
COMMAND_QUIT_HELP: "quit [quest] - Quit a current Quest"
|
||||||
|
COMMAND_EDITOR: "editor"
|
||||||
|
COMMAND_EDITOR_HELP: "editor - Create/Edit Quests"
|
||||||
|
COMMAND_EVENTS_EDITOR: "events"
|
||||||
|
COMMAND_EVENTS_EDITOR_HELP: "events - Create/Edit Events"
|
||||||
|
COMMAND_STATS: "stats"
|
||||||
|
COMMAND_STATS_HELP: "stats - View your Questing stats"
|
||||||
|
COMMAND_TOP: "top"
|
||||||
|
COMMAND_TOP_HELP: "top [number] - View top Questers"
|
||||||
|
COMMAND_TOP_USAGE: 'Usage: /quests top [number]'
|
||||||
|
COMMAND_INFO: "info"
|
||||||
|
COMMAND_INFO_HELP: "info - Display plugin information"
|
||||||
|
COMMAND_JOURNAL: "journal"
|
||||||
|
COMMAND_JOURNAL_HELP: "journal - View/Put away your Quest Journal"
|
||||||
|
COMMAND_QUEST_HELP: "- Display current Quest objectives"
|
||||||
|
COMMAND_QUESTINFO_HELP: "[quest name] - Display Quest information"
|
||||||
|
COMMAND_QUESTADMIN_HELP: "- View Questadmin help"
|
||||||
|
COMMAND_QUESTADMIN_STATS: "stats"
|
||||||
|
COMMAND_QUESTADMIN_STATS_HELP: "stats [player] - View Questing statistics of a player"
|
||||||
|
COMMAND_QUESTADMIN_GIVE: "give"
|
||||||
|
COMMAND_QUESTADMIN_GIVE_HELP: "give [player] [quest] - Force a player to take a Quest"
|
||||||
|
COMMAND_QUESTADMIN_QUIT: "quit"
|
||||||
|
COMMAND_QUESTADMIN_QUIT_HELP: "quit [player] [quest] - Force a player to quit their Quest"
|
||||||
|
COMMAND_QUESTADMIN_POINTS: "points"
|
||||||
|
COMMAND_QUESTADMIN_POINTS_HELP: "points [player] [amount] - Set a players Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [player] [amount] - Take a players Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] - Set ALL players' Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||||
|
COMMAND_QUESTADMIN_FINISH_HELP: "finish [player] [quest] - Immediately force Quest completion for a player"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE: "nextstage"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "nextstage [player] [quest] - Immediately force Stage completion for a player"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE: "setstage"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE_HELP: "setstage [player] [quest] [stage] - Set the current Stage for a player"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Usage: /questadmin setstage [player] [quest] [stage]'
|
||||||
|
COMMAND_QUESTADMIN_PURGE: "purge"
|
||||||
|
COMMAND_QUESTADMIN_PURGE_HELP: "purge [player] - Clear all Quests data of a player AND BLACKLISTS THEM"
|
||||||
|
COMMAND_QUESTADMIN_RESET: "reset"
|
||||||
|
COMMAND_QUESTADMIN_RESET_HELP: "reset [player] - Clear all Quests data of a player"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE: "remove"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE_HELP: "remove [player] [quest] - Remove a completed Quest from a player"
|
||||||
|
COMMAND_QUESTADMIN_TOGGLEGUI: "togglegui"
|
||||||
|
COMMAND_QUESTADMIN_TOGGLEGUI_HELP: "togglegui [npc id] - Toggle GUI Quest Display on an NPC"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD: "reload"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD_HELP: "reload - Reload all Quests"
|
||||||
|
questEditorHeader: "Create Quest"
|
||||||
|
questEditorCreate: "Create new Quest"
|
||||||
|
questEditorEdit: "Edit a Quest"
|
||||||
|
questEditorDelete: "Delete Quest"
|
||||||
|
questEditorName: "Set name"
|
||||||
|
questEditorAskMessage: "Set ask message"
|
||||||
|
questEditorFinishMessage: "Set finish message"
|
||||||
|
questEditorRedoDelay: "Set redo delay"
|
||||||
|
questEditorNPCStart: "Set NPC start"
|
||||||
|
questEditorBlockStart: "Set Block start"
|
||||||
|
questEditorInitialEvent: "Set initial Event"
|
||||||
|
questEditorSetGUI: "Set GUI Item display"
|
||||||
|
questEditorReqs: "Edit Requirements"
|
||||||
|
questEditorStages: "Edit Stages"
|
||||||
|
questEditorRews: "Edit Rewards"
|
||||||
|
questEditorEnterQuestName: "Enter Quest name (or 'cancel' to return)"
|
||||||
|
questEditorEditEnterQuestName: "Enter Quest name to edit (or 'cancel' to return)"
|
||||||
|
questEditorEnterAskMessage: "Enter ask message (or 'cancel' to return)"
|
||||||
|
questEditorEnterFinishMessage: "Enter finish message (or 'cancel' to return)"
|
||||||
|
questEditorEnterRedoDelay: "Enter amount of time (in seconds), 0 to clear the redo delay or -1 to cancel"
|
||||||
|
questEditorEnterNPCStart: "Enter NPC ID, -1 to clear the NPC start or -2 to cancel"
|
||||||
|
questEditorEnterBlockStart: "Right-click on a block to use as a start point, then enter 'done' to save, or enter 'clear' to clear the block start, or 'cancel' to return"
|
||||||
|
questEditorEnterInitialEvent: "Enter an Event name, or enter 'clear' to clear the initial Event, or 'cancel' to return"
|
||||||
|
questRequiredNoneSet: "Required, none set"
|
||||||
|
questWGSetRegion: "Set Region"
|
||||||
|
questWGNotInstalled: "WorldGuard not installed"
|
||||||
|
questWGPrompt: "Enter WorldGuard region, or enter 'clear' to clear the region, or 'cancel' to return."
|
||||||
|
questWGInvalidRegion: "<region> is not a valid WorldGuard region!"
|
||||||
|
questWGRegionCleared: "Quest region cleared."
|
||||||
|
questCitNotInstalled: "Citizens not installed"
|
||||||
|
questDenNotInstalled: "Denizen not installed"
|
||||||
|
questGUIError: 'Error: That item is already being used as the GUI Display for the Quest <quest>.'
|
||||||
|
questCurrentItem: "Current item:"
|
||||||
|
questSetItem: "Set Item"
|
||||||
|
questClearItem: "Clear Item"
|
||||||
|
questGUICleared: "Quest GUI Item Display cleared."
|
||||||
|
questDeleted: "Quest deleted! Quests and Events have 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 event 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"
|
||||||
|
questEditorQuestAsRequirement2: "as a requirement:"
|
||||||
|
questEditorQuestAsRequirement3: "You must modify these Quests so that they do not use it before deleting it."
|
||||||
|
questEditorQuestNotFound: "Quest not found!"
|
||||||
|
questEditorEventCleared: "Initial Event 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!"
|
||||||
|
questEditorSaved: "Quest saved! (Ye will needs t' perform a Quest reload fer it t' appear)"
|
||||||
|
questEditorExited: "Are ye sure ye wants t' exit without savin'?"
|
||||||
|
questEditorDeleted: "Are ye sure ye wants t' scuttle th' Quest"
|
||||||
|
questEditorNoPermsCreate: "Ye do nah 'ave permission t' create Quests."
|
||||||
|
questEditorNoPermsEdit: "Ye do nah 'ave permission t' edit Quests."
|
||||||
|
questEditorNoPermsDelete: "Ye do nah 'ave permission t' scuttle Quests."
|
||||||
|
stageEditorEditStage: "Edit Stage"
|
||||||
|
stageEditorNewStage: "Add new Stage"
|
||||||
|
stageEditorStages: "Stages"
|
||||||
|
stageEditorStage: "Stage"
|
||||||
|
stageEditorBreakBlocks: "Break Blocks"
|
||||||
|
stageEditorDamageBlocks: "Damage Blocks"
|
||||||
|
stageEditorPlaceBlocks: "Place Blocks"
|
||||||
|
stageEditorUseBlocks: "Use Blocks"
|
||||||
|
stageEditorCutBlocks: "Cut Blocks"
|
||||||
|
stageEditorCatchFish: "Catch Fish"
|
||||||
|
stageEditorFish: "fish"
|
||||||
|
stageEditorKillPlayers: "Kill Players"
|
||||||
|
stageEditorPlayers: "players"
|
||||||
|
stageEditorEnchantItems: "Enchant Items"
|
||||||
|
stageEditorDeliverItems: "Deliver Items"
|
||||||
|
stageEditorTalkToNPCs: "Talk to NPCs"
|
||||||
|
stageEditorKillNPCs: "Kill NPCs"
|
||||||
|
stageEditorKillMobs: "Kill Mobs"
|
||||||
|
stageEditorReachLocs: "Reach spots"
|
||||||
|
stageEditorReachRadii1: "Reach within"
|
||||||
|
stageEditorReachRadii2: "blocks of"
|
||||||
|
stageEditorTameMobs: "Tame Mobs"
|
||||||
|
stageEditorShearSheep: "Shear Sheep"
|
||||||
|
stageEditorEvents: "Events"
|
||||||
|
stageEditorStageEvents: "Stage Events"
|
||||||
|
stageEditorStartEvent: "Start Event"
|
||||||
|
stageEditorStartEventCleared: "Start Event cleared."
|
||||||
|
stageEditorFinishEvent: "Finish Event"
|
||||||
|
stageEditorFinishEventCleared: "Finish Event cleared."
|
||||||
|
stageEditorChatEvents: "Chat Events"
|
||||||
|
stageEditorChatTrigger: "Chat Trigger"
|
||||||
|
stageEditorTriggeredBy: "Triggered by"
|
||||||
|
stageEditorChatEventsCleared: "Chat Events cleared."
|
||||||
|
stageEditorDeathEvent: "Death Event"
|
||||||
|
stageEditorDeathEventCleared: "Death Event cleared."
|
||||||
|
stageEditorDisconnectEvent: "Disconnect Event"
|
||||||
|
stageEditorDisconnectEventCleared: "Disconnect Event cleared."
|
||||||
|
stageEditorDelayMessage: "Delay Message"
|
||||||
|
stageEditorDenizenScript: "Denizen Script"
|
||||||
|
stageEditorStartMessage: "Start Message"
|
||||||
|
stageEditorCompleteMessage: "Complete Message"
|
||||||
|
stageEditorDelete: "Delete Stage"
|
||||||
|
stageEditorSetBlockNames: "Set block names"
|
||||||
|
stageEditorSetBlockAmounts: "Set block amounts"
|
||||||
|
stageEditorSetBlockDurability: "Set block durability"
|
||||||
|
stageEditorSetDamageAmounts: "Set damage amounts"
|
||||||
|
stageEditorSetPlaceAmounts: "Set place amounts"
|
||||||
|
stageEditorSetUseAmounts: "Set use amounts"
|
||||||
|
stageEditorSetCutAmounts: "Set cut amounts"
|
||||||
|
stageEditorSetKillAmounts: "Set kill amounts"
|
||||||
|
stageEditorSetEnchantAmounts: "Set enchant amounts"
|
||||||
|
stageEditorSetMobAmounts: "Set mob amounts"
|
||||||
|
stageEditorSetEnchantments: "Set enchantments"
|
||||||
|
stageEditorSetItemNames: "Set item names"
|
||||||
|
stageEditorSetKillIds: "Set NPC IDs"
|
||||||
|
stageEditorSetMobTypes: "Set mob types"
|
||||||
|
stageEditorSetKillLocations: "Set kill locations"
|
||||||
|
stageEditorSetKillLocationRadii: "Set kill location radii"
|
||||||
|
stageEditorSetKillLocationNames: "Set kill location names"
|
||||||
|
stageEditorSetLocations: "Set locations"
|
||||||
|
stageEditorSetLocationRadii: "Set location radii"
|
||||||
|
stageEditorSetLocationNames: "Set location names"
|
||||||
|
stageEditorSetTameAmounts: "Set tame amounts"
|
||||||
|
stageEditorSetShearColors: "Set sheep colors"
|
||||||
|
stageEditorSetShearAmounts: "Set shear amounts"
|
||||||
|
stageEditorPassword: "Password Objectives"
|
||||||
|
stageEditorAddPasswordDisplay: "Add password display"
|
||||||
|
stageEditorAddPasswordPhrases: "Add password phrase(s)"
|
||||||
|
stageEditorNoPasswordDisplays: "No password displays set"
|
||||||
|
stageObjectiveOverride: "Objective Display Override"
|
||||||
|
stageEditorCustom: "Custom Objectives"
|
||||||
|
stageEditorNoModules: "No modules loaded"
|
||||||
|
stageEditorModuleNotFound: "Custom objective module not found."
|
||||||
|
stageEditorCustomPrompt: "Enter the name of a custom objective to add, or enter 'clear' to clear all custom objectives, or 'cancel' to return."
|
||||||
|
stageEditorCustomAlreadyAdded: "That custom objective has already been added!"
|
||||||
|
stageEditorCustomCleared: "Custom objectives cleared."
|
||||||
|
stageEditorCustomDataPrompt: "Enter value for <data>:"
|
||||||
|
stageEditorEnterBlockNames: "Enter block names (or IDs), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorBreakBlocksPrompt: "Enter break amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorDamageBlocksPrompt: "Enter damage amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorPlaceBlocksPrompt: "Enter place amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorUseBlocksPrompt: "Enter use amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorCutBlocksPrompt: "Enter cut amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorEnterBlockDurability: "Enter block durability (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorCatchFishPrompt: "Enter number of fish to catch, or 0 to clear the fish catch objective, or -1 to cancel"
|
||||||
|
stageEditorKillPlayerPrompt: "Enter number of players to kill, or 0 to clear the player kill objective, or -1 to cancel"
|
||||||
|
stageEditorEnchantTypePrompt: "Enter enchantment names, separating each one by a comma, or enter 'cancel' to return."
|
||||||
|
stageEditorEnchantAmountsPrompt: "Enter enchant amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorItemNamesPrompt: "Enter item names, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorNPCPrompt: "Enter NPC ids, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorNPCToTalkToPrompt: "Enter NPC IDs, separating each one by a space, or enter 'clear' to clear the NPC ID list, or 'cancel' to return."
|
||||||
|
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
||||||
|
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorMobAmountsPrompt: "Enter mob amounts separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationPrompt: "Right-click on a block t' select it, then enter 'add' t' add it t' th' kill spot list, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationRadiiPrompt: "Enter kill spot radii (number o' blocks) separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||||
|
stageEditorTameAmountsPrompt: "Enter tame amounts separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorShearColorsPrompt: "Enter sheep colors separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorShearAmountsPrompt: "Enter shear amounts separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorEventsPrompt: "Enter an event name, or enter 'clear' to clear the event, or 'cancel' to return"
|
||||||
|
stageEditorChatEventsPrompt: "Enter an event name to add, or enter 'clear' to clear all chat events, or 'cancel' to return"
|
||||||
|
stageEditorChatEventsTriggerPromptA: "Enter a chat trigger for"
|
||||||
|
stageEditorChatEventsTriggerPromptB: "or enter 'cancel' to return."
|
||||||
|
stageEditorDelayPrompt: "Enter time (in seconds), or enter 'clear' to clear the delay, or 'cancel' to return"
|
||||||
|
stageEditorDelayMessagePrompt: "Enter delay message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorScriptPrompt: "Enter script name, or enter 'clear' to clear the script, or 'cancel' to return"
|
||||||
|
stageEditorStartMessagePrompt: "Enter start message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorCompleteMessagePrompt: "Enter complete message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorPasswordDisplayPrompt: "Enter a password display, or 'cancel' to return"
|
||||||
|
stageEditorPasswordDisplayHint: "(This is the text that will be displayed to the player as their objective)"
|
||||||
|
stageEditorPasswordPhrasePrompt: "Enter a password phrase, or 'cancel' to return"
|
||||||
|
stageEditorPasswordPhraseHint1: "(This is the text that a player has to say to complete the objective)"
|
||||||
|
stageEditorPasswordPhraseHint2: "If you want multiple password phrases, seperate them by a | (pipe)"
|
||||||
|
stageEditorObjectiveOverridePrompt: "Enter objective display override, or 'clear' to clear the override, or 'cancel' to return."
|
||||||
|
stageEditorObjectiveOverrideHint: "(The objective display override will show up as the players current objective)"
|
||||||
|
stageEditorObjectiveOverrideCleared: "Objective display override cleared."
|
||||||
|
stageEditorDeliveryAddItem: "Add item"
|
||||||
|
stageEditorDeliveryNPCs: "Set NPC IDs"
|
||||||
|
stageEditorDeliveryMessages: "Set delivery messages"
|
||||||
|
stageEditorContainsDuplicates: "List contains duplicates!"
|
||||||
|
stageEditorInvalidBlockName: "is not a valid block name!"
|
||||||
|
stageEditorInvalidEnchantment: "is not a valid enchantment name!"
|
||||||
|
stageEditorInvalidNPC: "is not a valid NPC ID!"
|
||||||
|
stageEditorInvalidMob: "is not a valid mob name!"
|
||||||
|
stageEditorInvalidItemName: "is not a valid item name!"
|
||||||
|
stageEditorInvalidNumber: "is not a number!"
|
||||||
|
stageEditorInvalidDye: "is not a valid dye color!"
|
||||||
|
stageEditorInvalidEvent: "is not a valid event name!"
|
||||||
|
stageEditorDuplicateEvent: "Event is already in the list!"
|
||||||
|
stageEditorInvalidDelay: "Delay must be at least one second!"
|
||||||
|
stageEditorInvalidScript: "Denizen script not found!"
|
||||||
|
stageEditorNoCitizens: "Citizens is not installed!"
|
||||||
|
stageEditorNoDenizen: "Denizen is not installed!"
|
||||||
|
stageEditorPositiveAmount: "You must enter a positive number!"
|
||||||
|
stageEditorNoNumber: "Input was not a number!"
|
||||||
|
stageEditorNotGreaterThanZero: "is not greater than 0!"
|
||||||
|
stageEditorNotListofNumbers: "Invalid entry, input was not a list of numbers!"
|
||||||
|
stageEditorNoDelaySet: "You must set a delay first!"
|
||||||
|
stageEditorNoBlockNames: "You must set block names first!"
|
||||||
|
stageEditorNoEnchantments: "You must set enchantments first!"
|
||||||
|
stageEditorNoItems: "You must add items first!"
|
||||||
|
stageEditorNoDeliveryMessage: "You must set at least one delivery message!"
|
||||||
|
stageEditorNoNPCs: "You must set NPC IDs first!"
|
||||||
|
stageEditorNoMobTypes: "You must set mob types first!"
|
||||||
|
stageEditorNoKillLocations: "You must set kill locations first!"
|
||||||
|
stageEditorNoBlockSelected: "You must select a block first."
|
||||||
|
stageEditorNoColors: "You must set colors first!"
|
||||||
|
stageEditorNoLocations: "You must set locations first!"
|
||||||
|
stageEditorNoEnchantmentsSet: "No enchantments set"
|
||||||
|
stageEditorNoItemsSet: "No items set"
|
||||||
|
stageEditorNoMobTypesSet: "No mob types set"
|
||||||
|
stageEditorNoLocationsSet: "No locations set"
|
||||||
|
stageEditorNoColorsSet: "No colors set"
|
||||||
|
stageEditorListNotSameSize: "The block names list and the amounts list are not the same size!"
|
||||||
|
stageEditorEnchantmentNotSameSize: "The enchantments list, the item id list and the enchant amount list are not the same size!"
|
||||||
|
stageEditorDeliveriesNotSameSize: "The item list and the NPC list are not equal in size!"
|
||||||
|
stageEditorNPCKillsNotSameSize: "The NPC IDs list and the kill amounts list are not the same size!"
|
||||||
|
stageEditorAllListsNotSameSize: "All of your lists are not the same size!"
|
||||||
|
stageEditorMobTypesNotSameSize: "The mob types list and the mob amounts list are not the same size!"
|
||||||
|
stageEditorTameMobsNotSameSize: "The mob types list and the tame amounts list are not the same size!"
|
||||||
|
stageEditorShearNotSameSize: "The sheep colors list and the shear amounts list are not the same size!"
|
||||||
|
stageEditorMustSetPasswordDisplays: "You must add at least one password display first!"
|
||||||
|
stageEditorAddPasswordCleared: "Password Objectives cleared."
|
||||||
|
stageEditorPasswordNotSameSize: "The password display and password phrase lists are not the same size!"
|
||||||
|
stageEditorListContainsDuplicates: " List contains duplicates!"
|
||||||
|
stageEditorDelayCleared: "Delay cleared."
|
||||||
|
stageEditorDelayMessageCleared: "Delay message cleared."
|
||||||
|
stageEditorDenizenCleared: "Denizen script cleared."
|
||||||
|
stageEditorBreakBlocksCleared: "Break blocks objective cleared."
|
||||||
|
stageEditorDamageBlocksCleared: "Damage blocks objective cleared."
|
||||||
|
stageEditorPlaceBlocksCleared: "Place blocks objective cleared."
|
||||||
|
stageEditorUseBlocksCleared: "Use blocks objective cleared."
|
||||||
|
stageEditorCutBlocksCleared: "Cut blocks objective cleared."
|
||||||
|
stageEditorEnchantmentsCleared: "Enchantment objective cleared."
|
||||||
|
stageEditorDeliveriesCleared: "Delivery objective cleared."
|
||||||
|
stageEditorReachLocationsCleared: "Reach Locations objective cleared."
|
||||||
|
stageEditorKillNPCsCleared: "Kill NPCs objective cleared."
|
||||||
|
stageEditorKillMobsCleared: "Kill Mobs objective cleared."
|
||||||
|
stageEditorTameCleared: "Tame Mobs objective cleared."
|
||||||
|
stageEditorShearCleared: "Shear Sheep objective cleared."
|
||||||
|
stageEditorStartMessageCleared: "Start message cleared."
|
||||||
|
stageEditorCompleteMessageCleared: "Complete message cleared."
|
||||||
|
stageEditorConfirmStageDelete: "Are you sure you want to delete this stage?"
|
||||||
|
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"
|
||||||
|
allListsNotSameSize: "All of your lists are not the same size!"
|
||||||
|
eventEditorCreate: "Create new Event"
|
||||||
|
eventEditorEdit: "Edit an Event"
|
||||||
|
eventEditorDelete: "Delete an Event"
|
||||||
|
eventEditorCreatePermisssions: "You do not have permission to create new Events."
|
||||||
|
eventEditorEditPermisssions: "You do not have permission to edit Events."
|
||||||
|
eventEditorDeletePermisssions: "You do not have permission to delete Events."
|
||||||
|
eventEditorNoneToEdit: "No Events currently exist to be edited!"
|
||||||
|
eventEditorNoneToDelete: "No Events currently exist to be deleted!"
|
||||||
|
eventEditorNotFound: "Event not found!"
|
||||||
|
eventEditorExists: "Event already exists!"
|
||||||
|
eventEditorSomeone: "Someone is already creating or editing an Event with that name!"
|
||||||
|
eventEditorAlpha: "Name must be alphanumeric!"
|
||||||
|
eventEditorErrorReadingFile: "Error reading Events file."
|
||||||
|
eventEditorErrorSaving: "An error occurred while saving."
|
||||||
|
eventEditorDeleted: "Event deleted, Quests and Events reloaded."
|
||||||
|
eventEditorSaved: "Event saved, Quests and Events reloaded."
|
||||||
|
eventEditorEnterEventName: "Enter an Event name, or 'cancel' to return."
|
||||||
|
eventEditorDeletePrompt: "Are you sure you want to delete the Event"
|
||||||
|
eventEditorQuitWithoutSaving: "Are you sure you want to quit without saving?"
|
||||||
|
eventEditorFinishAndSave: "Are you sure you want to finish and save the Event"
|
||||||
|
eventEditorModifiedNote: 'Note: You have modified an Event that the following Quests use:'
|
||||||
|
eventEditorForcedToQuit: "If you save the Event, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||||
|
eventEditorEventInUse: "The following Quests use the Event"
|
||||||
|
eventEditorMustModifyQuests: "eventEditorNotFound"
|
||||||
|
eventEditorListSizeMismatch: "The lists are not the same size!"
|
||||||
|
eventEditorListDuplicates: "List contains duplicates!"
|
||||||
|
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||||
|
eventEditorInvalidEntry: "Invalid entry"
|
||||||
|
eventEditorSetName: "Set name"
|
||||||
|
eventEditorSetMessage: "Set message"
|
||||||
|
eventEditorClearInv: "Clear player inventory"
|
||||||
|
eventEditorFailQuest: "Fail the quest"
|
||||||
|
eventEditorSetExplosions: "Set explosion locations"
|
||||||
|
eventEditorSetLightning: "Set lightning strike locations"
|
||||||
|
eventEditorSetEffects: "Set effects"
|
||||||
|
eventEditorSetStorm: "Set storm"
|
||||||
|
eventEditorSetThunder: "Set thunder"
|
||||||
|
eventEditorSetMobSpawns: "Set mob spawns"
|
||||||
|
eventEditorSetPotionEffects: "Set potion effects"
|
||||||
|
eventEditorSetHunger: "Set player hunger level"
|
||||||
|
eventEditorSetSaturation: "Set player saturation level"
|
||||||
|
eventEditorSetHealth: "Set player health level"
|
||||||
|
eventEditorEnterTimerSeconds: "Set number of seconds left before the quest fails (use cancel-timer event to cancel timers)"
|
||||||
|
eventEditorSetTimer: "Set time to fail quest"
|
||||||
|
eventEditorCancelTimer: "Cancel the quest timer"
|
||||||
|
eventEditorSetTeleport: "Set player teleport location"
|
||||||
|
eventEditorSetCommands: "Set commands to execute"
|
||||||
|
eventEditorItems: "Event Items"
|
||||||
|
eventEditorSetItems: "Give items"
|
||||||
|
eventEditorItemsCleared: "Event items cleared."
|
||||||
|
eventEditorAddItem: "Add item"
|
||||||
|
eventEditorSetItemNames: "Set item names"
|
||||||
|
eventEditorSetItemAmounts: "Set item amounts"
|
||||||
|
eventEditorNoNames: "No names set"
|
||||||
|
eventEditorMustSetNames: "You must set item names first!"
|
||||||
|
eventEditorInvalidName: "is not a valid item name!"
|
||||||
|
eventEditorNotGreaterThanZero: "is not greater than 0!"
|
||||||
|
eventEditorNotANumber: "is not a number!"
|
||||||
|
eventEditorStorm: "Event Storm"
|
||||||
|
eventEditorSetWorld: "Set world"
|
||||||
|
eventEditorSetDuration: "Set duration"
|
||||||
|
eventEditorNoWorld: "(No world set)"
|
||||||
|
eventEditorSetWorldFirst: "You must set a world first!"
|
||||||
|
eventEditorInvalidWorld: "is not a valid world name!"
|
||||||
|
eventEditorMustSetStormDuration: "You must set a storm duration!"
|
||||||
|
eventEditorStormCleared: "Storm data cleared."
|
||||||
|
eventEditorEnterStormWorld: "Enter a world name for the storm to occur in, or enter 'cancel' to return"
|
||||||
|
eventEditorEnterDuration: "Enter duration (in seconds)"
|
||||||
|
eventEditorAtLeastOneSecond: "Amount must be at least 1 second!"
|
||||||
|
eventEditorNotGreaterThanOneSecond: "is not greater than 1 second!"
|
||||||
|
eventEditorThunder: "Event Thunder"
|
||||||
|
eventEditorMustSetThunderDuration: "You must set a thunder duration!"
|
||||||
|
eventEditorThunderCleared: "Thunder data cleared."
|
||||||
|
eventEditorEnterThunderWorld: "Enter a world name for the thunder to occur in, or enter 'cancel' to return"
|
||||||
|
eventEditorEffects: "Event Effects"
|
||||||
|
eventEditorAddEffect: "Add effect"
|
||||||
|
eventEditorAddEffectLocation: "Add effect location"
|
||||||
|
eventEditorNoEffects: "No effects set"
|
||||||
|
eventEditorMustAddEffects: "You must add effects first!"
|
||||||
|
eventEditorInvalidEffect: "is not a valid effect name!"
|
||||||
|
eventEditorEffectsCleared: "Event effects cleared."
|
||||||
|
eventEditorEffectLocationPrompt: "Right-click on a block to play an effect at, then enter 'add' to add it to the list, or enter 'cancel' to return"
|
||||||
|
eventEditorMobSpawns: "Event Mob Spawns"
|
||||||
|
eventEditorAddMobTypes: "Add mob"
|
||||||
|
eventEditorNoTypesSet: "(No type set)"
|
||||||
|
eventEditorMustSetMobTypesFirst: "You must set the mob type first!"
|
||||||
|
eventEditorSetMobAmounts: "Set mob amount"
|
||||||
|
eventEditorNoAmountsSet: "(No amounts set)"
|
||||||
|
eventEditorMustSetMobAmountsFirst: "You must set mob amount first!"
|
||||||
|
eventEditorAddSpawnLocation: "Set spawn location"
|
||||||
|
eventEditorMobSpawnsCleared: "Mob spawns cleared."
|
||||||
|
eventEditorMustSetMobLocationFirst: "You must set a spawn-location first!"
|
||||||
|
eventEditorInvalidMob: "is not a valid mob name!"
|
||||||
|
eventEditorSetMobName: "Set custom name for mob"
|
||||||
|
eventEditorSetMobType: "Set mob type"
|
||||||
|
eventEditorSetMobItemInHand: "Set item in hand"
|
||||||
|
eventEditorSetMobItemInHandDrop: "Set drop chance of item in hand"
|
||||||
|
eventEditorSetMobBoots: "Set boots"
|
||||||
|
eventEditorSetMobBootsDrop: "Set drop chance of boots"
|
||||||
|
eventEditorSetMobLeggings: "Set leggings"
|
||||||
|
eventEditorSetMobLeggingsDrop: "Set drop chance of leggings"
|
||||||
|
eventEditorSetMobChestPlate: "Set chest plate"
|
||||||
|
eventEditorSetMobChestPlateDrop: "Set drop chance of chest plate"
|
||||||
|
eventEditorSetMobHelmet: "Set helmet"
|
||||||
|
eventEditorSetMobHelmetDrop: "Set drop chance of helmet"
|
||||||
|
eventEditorSetMobSpawnLoc: "Right-click on a block to spawn a mob at, then enter 'add' to the confirm it, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobSpawnAmount: "Set the amount of mobs to spawn"
|
||||||
|
eventEditorSetDropChance: "Set the drop chance"
|
||||||
|
eventEditorInvalidDropChance: "Drop chance has to be between 0.0 and 1.0"
|
||||||
|
eventEditorLightningPrompt: "Right-click on a block to spawn a lightning strike at, then enter 'add' to add it to the list, or enter 'clear' to clear the locations list, or 'cancel' to return"
|
||||||
|
eventEditorPotionEffects: "Event Potion Effects"
|
||||||
|
eventEditorSetPotionEffectTypes: "Set potion effect types"
|
||||||
|
eventEditorMustSetPotionTypesFirst: "You must set potion effect types first!"
|
||||||
|
eventEditorSetPotionDurations: "Set potion effect durations"
|
||||||
|
eventEditorMustSetPotionDurationsFirst: "You must set potion effect durations first!"
|
||||||
|
eventEditorMustSetPotionTypesAndDurationsFirst: "You must set potion effect types and durations first!"
|
||||||
|
eventEditorNoDurationsSet: "(No durations set)"
|
||||||
|
eventEditorSetPotionMagnitudes: "Set potion effect magnitudes"
|
||||||
|
eventEditorPotionsCleared: "Potion effects cleared."
|
||||||
|
eventEditorInvalidPotionType: "is not a valid potion effect type!"
|
||||||
|
eventEditorEnterNPCId: "Enter NPC ID (or -1 to return)"
|
||||||
|
eventEditorNoNPCExists: "No NPC exists with that id!"
|
||||||
|
eventEditorExplosionPrompt: "Right-click on a block to spawn an explosion at, then enter 'add' to add it to the list, or enter 'clear' to clear the explosions list, or 'cancel' to return"
|
||||||
|
eventEditorSelectBlockFirst: "You must select a block first."
|
||||||
|
eventEditorSetMessagePrompt: "Enter message, or enter 'none' to delete, (or 'cancel' to return)"
|
||||||
|
eventEditorSetItemNamesPrompt: "Enter item names separating each one by a space, or enter 'cancel' to return."
|
||||||
|
eventEditorSetItemAmountsPrompt: "Enter item amounts (numbers) separating each one by a space, or enter 'cancel' to return."
|
||||||
|
eventEditorSetMobTypesPrompt: "Enter mob name, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobAmountsPrompt: "Enter mob amount, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobNamePrompt: "Set the name for this mob, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the mob spawn location list, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionEffectsPrompt: "Enter potion effect types separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionDurationsPrompt: "Enter effect durations (in milliseconds) separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetHungerPrompt: "Enter hunger level, or -1 to remove it"
|
||||||
|
eventEditorHungerLevelAtLeastZero: "Hunger level must be at least 0!"
|
||||||
|
eventEditorSetSaturationPrompt: "Enter saturation level, or -1 to remove it"
|
||||||
|
eventEditorSaturationLevelAtLeastZero: "Saturation level must be at least 0!"
|
||||||
|
eventEditorSetHealthPrompt: "Enter health level, or -1 to remove it"
|
||||||
|
eventEditorHealthLevelAtLeastZero: "Health level must be at least 0!"
|
||||||
|
eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to, then enter 'done' to finish, or enter 'clear' to clear the teleport location, or 'cancel' to return"
|
||||||
|
eventEditorCommandsNote: 'Note: You may use <player> to refer to the player''s name.'
|
||||||
|
eventEditorSetCommandsPrompt: "Enter commands separating each one by a comma, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
reqSetMoney: "Set money requirement"
|
||||||
|
reqSetQuestPoints: "Set Quest Points requirement"
|
||||||
|
reqSetItem: "Set item requirements"
|
||||||
|
reqSetPerms: "Set permission requirements"
|
||||||
|
reqSetQuest: "Set Quest requirements"
|
||||||
|
reqSetQuestBlocks: "Set Quest blocks"
|
||||||
|
reqSetMcMMO: "Set mcMMO requirements"
|
||||||
|
reqSetHeroes: "Set Heroes requirements"
|
||||||
|
reqSetCustom: "Custom requirements"
|
||||||
|
reqSetFail: "Set fail requirements message"
|
||||||
|
reqSetSkills: "Set skills"
|
||||||
|
reqSetSkillAmounts: "Set skill amounts"
|
||||||
|
reqHeroesSetPrimary: "Set Primary Class"
|
||||||
|
reqHeroesSetSecondary: "Set Secondary Class"
|
||||||
|
reqMoneyPrompt: "Enter amount of <money>, or 0 to clear the money requirement, or -1 to cancel"
|
||||||
|
reqQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point requirement, or -1 to cancel"
|
||||||
|
reqQuestPrompt: "Enter a list of Quest names separating each one by a <comma>, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqRemoveItemsPrompt: "Enter a list of true/false values, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
reqPermissionsPrompt: "Enter permission requirements separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
reqCustomPrompt: "Enter the name of a custom requirement to add, or enter 'clear' to clear all custom requirements, or 'cancel' to return."
|
||||||
|
reqMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqMcMMOAmountsPrompt: "Enter mcMMO skill amounts, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqHeroesPrimaryPrompt: "Enter a Heroes Primary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||||
|
reqHeroesSecondaryPrompt: "Enter a Heroes Secondary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||||
|
reqFailMessagePrompt: "Enter fail requirements message, or enter 'cancel' to return."
|
||||||
|
reqAddItem: "Add item"
|
||||||
|
reqSetRemoveItems: "Set remove items"
|
||||||
|
reqNoItemsSet: "No items set"
|
||||||
|
reqNoValuesSet: "No values set"
|
||||||
|
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||||
|
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||||
|
reqGreaterThanZero: "Amount must be greater than 0!"
|
||||||
|
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||||
|
reqItemCleared: "Item requirements cleared."
|
||||||
|
reqListsNotSameSize: "The items list and remove items list are not the same size!"
|
||||||
|
reqTrueFalseError: '<input> is not a true or false value!%br%Example: true false true true'
|
||||||
|
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||||
|
reqCustomNotFound: "Custom requirement module not found."
|
||||||
|
reqCustomCleared: "Custom requirements cleared."
|
||||||
|
reqMcMMOError: "<input> is not an mcMMO skill name!"
|
||||||
|
reqMcMMOCleared: "mcMMO skill requirements cleared."
|
||||||
|
reqMcMMOAmountsCleared: "mcMMO skill amount requirements cleared."
|
||||||
|
reqHeroesNotPrimary: "The <class> class is not primary!"
|
||||||
|
reqHeroesPrimaryCleared: "Heroes Primary Class requirement cleared."
|
||||||
|
reqHeroesNotSecondary: "The <class> class is not secondary!"
|
||||||
|
reqHeroesSecondaryCleared: "Heroes Secondary Class requirement cleared."
|
||||||
|
reqHeroesClassNotFound: "Class not found!"
|
||||||
|
reqNone: "No requirements set"
|
||||||
|
reqNotANumber: "<input> is not a number!"
|
||||||
|
reqMustAddItem: "You must add at least one item first!"
|
||||||
|
reqNoMessage: "You must set a fail requirements message!"
|
||||||
|
reqNoMcMMO: "mcMMO not installed"
|
||||||
|
reqNoHeroes: "Heroes not installed"
|
||||||
|
rewSetMoney: "Set money reward"
|
||||||
|
rewSetQuestPoints: "Set Quest Points reward"
|
||||||
|
rewSetItems: "Set item rewards"
|
||||||
|
rewSetExperience: "Set experience reward"
|
||||||
|
rewSetCommands: "Set command rewards"
|
||||||
|
rewSetPermission: "Set permission rewards"
|
||||||
|
rewSetMcMMO: "Set mcMMO skill rewards"
|
||||||
|
rewSetHeroes: "Set Heroes experience rewards"
|
||||||
|
rewSetPhat: "Set PhatLoot rewards"
|
||||||
|
rewSetCustom: "Set Custom Rewards"
|
||||||
|
rewSetHeroesClasses: "Set classes"
|
||||||
|
rewSetHeroesAmounts: "Set experience amounts"
|
||||||
|
rewMoneyPrompt: "Enter amount of <money>, or 0 to clear the money reward, or -1 to cancel"
|
||||||
|
rewExperiencePrompt: "Enter amount of experience, or 0 to clear the experience reward, or -1 to cancel"
|
||||||
|
rewCommandPrompt: "Enter command rewards separating each one by a <comma>, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
rewCommandPromptHint: 'Note: You may put <player> to specify the player who completed the Quest. e.g. smite <player>'
|
||||||
|
rewPermissionsPrompt: "Enter permission rewards separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
rewQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point reward, or -1 to cancel"
|
||||||
|
rewMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewMcMMOPromptHint: 'Note: Typing ''All'' will give levels to all skills.'
|
||||||
|
rewHeroesClassesPrompt: "Enter Heroes classes separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed) separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewPhatLootsPrompt: "Enter PhatLoots separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
rewCustomRewardPrompt: "Enter the name of a custom reward to add, or enter 'clear' to clear all custom rewards, or 'cancel' to return."
|
||||||
|
rewItemsCleared: "Item rewards cleared."
|
||||||
|
rewNoMcMMOSkills: "No skills set"
|
||||||
|
rewNoHeroesClasses: "No classes set"
|
||||||
|
rewSetMcMMOSkillsFirst: "You must set skills first!"
|
||||||
|
rewMcMMOCleared: "mcMMO rewards cleared."
|
||||||
|
rewMcMMOListsNotSameSize: "The skills list and skill amounts list are not the same size!"
|
||||||
|
rewSetHeroesClassesFirst: "You must set classes first!"
|
||||||
|
rewHeroesCleared: "Heroes rewards cleared."
|
||||||
|
rewHeroesListsNotSameSize: "The classes list and experience amounts list are not the same size!"
|
||||||
|
rewHeroesInvalidClass: "<input> is not a valid Heroes class name!"
|
||||||
|
rewPhatLootsInvalid: "<input> is not a valid PhatLoot name!"
|
||||||
|
rewPhatLootsCleared: "PhatLoots reward cleared."
|
||||||
|
rewCustomAlreadyAdded: "That custom reward has already been added!"
|
||||||
|
rewCustomNotFound: "Custom reward module not found."
|
||||||
|
rewCustomCleared: "Custom rewards cleared."
|
||||||
|
rewNoPhat: "PhatLoots not installed"
|
||||||
|
itemCreateLoadHand: "Load item in hand"
|
||||||
|
itemCreateSetName: "Set name"
|
||||||
|
itemCreateSetAmount: "Set amount"
|
||||||
|
itemCreateSetDurab: "Set durability"
|
||||||
|
itemCreateSetEnchs: "Add/clear enchantments"
|
||||||
|
itemCreateSetDisplay: "Set display name"
|
||||||
|
itemCreateSetLore: "Set lore"
|
||||||
|
itemCreateEnterName: "Enter an item name, or 'cancel' to return."
|
||||||
|
itemCreateEnterAmount: "Enter item amount (max. 64), or 'cancel' to return."
|
||||||
|
itemCreateEnterDurab: "Enter item durability, or 'clear' to clear the data, or 'cancel' to return."
|
||||||
|
itemCreateEnterEnch: "Enter an enchantment name, or 'clear' to clear the enchantments, or 'cancel' to return."
|
||||||
|
itemCreateEnterLevel: "Enter a level (number) for <enchantment>"
|
||||||
|
itemCreateEnterDisplay: "Enter item display name, or 'clear' to clear the display name, or 'cancel' to return."
|
||||||
|
itemCreateEnterLore: "Enter item lore, separating each line by a semi-colon ; or 'clear' to clear the lore, or 'cancel' to return."
|
||||||
|
itemCreateLoaded: "Item loaded."
|
||||||
|
itemCreateNoItem: "No item in hand!"
|
||||||
|
itemCreateNoName: "You must set a name first!"
|
||||||
|
itemCreateInvalidName: "Invalid item name!"
|
||||||
|
itemCreateInvalidAmount: "Amount must be between 1-64!"
|
||||||
|
itemCreateInvalidDurab: "Invalid item durability!"
|
||||||
|
itemCreateInvalidEnch: "Invalid enchantment name!"
|
||||||
|
itemCreateInvalidLevel: "Level must be greater than 0!"
|
||||||
|
itemCreateInvalidInput: "Invalid input!"
|
||||||
|
itemCreateNotNumber: "Input was not a number!"
|
||||||
|
itemCreateNoNameAmount: "You must set a name and amount first!"
|
||||||
|
itemCreateCriticalError: "A critical error has occurred."
|
||||||
|
questTitle: "-- <quest> --"
|
||||||
|
questObjectivesTitle: "---(<quest>)---"
|
||||||
|
questCompleteTitle: '**QUEST COMPLETE: <quest>**'
|
||||||
|
questRewardsTitle: "Rewards:"
|
||||||
|
journalTitle: "Quest Journal"
|
||||||
|
questsTitle: "- Quests -"
|
||||||
|
questHelpTitle: "- Quests -"
|
||||||
|
questListTitle: "- Quests -"
|
||||||
|
questNPCListTitle: "- Quests | <npc> -"
|
||||||
|
questAdminHelpTitle: "- Questadmin -"
|
||||||
|
questEditorTitle: "- Quest Editor -"
|
||||||
|
eventEditorTitle: "- Event Editor - "
|
||||||
|
questCreateTitle: "- Create Quest -"
|
||||||
|
questEditTitle: "- Edit Quest -"
|
||||||
|
questDeleteTitle: "- Delete Quest -"
|
||||||
|
requirementsTitle: "- <quest> | Requirements -"
|
||||||
|
rewardsTitle: "- <quest> | Rewards -"
|
||||||
|
itemRequirementsTitle: "- Item Requirements -"
|
||||||
|
itemRewardsTitle: "- Item Rewards -"
|
||||||
|
mcMMORequirementsTitle: "- mcMMO Requirements -"
|
||||||
|
mcMMORewardsTitle: "- mcMMO Rewards -"
|
||||||
|
heroesRequirementsTitle: "- Heroes Requirements -"
|
||||||
|
heroesRewardsTitle: "- Heroes Rewards -"
|
||||||
|
heroesClassesTitle: "- Heroes Classes -"
|
||||||
|
heroesExperienceTitle: "- Heroes Experience -"
|
||||||
|
heroesPrimaryTitle: "- Primary Classes -"
|
||||||
|
heroesSecondaryTitle: "- Secondary Classes -"
|
||||||
|
phatLootsRewardsTitle: "- PhatLoots Rewards -"
|
||||||
|
customRequirementsTitle: "- Custom Requirements -"
|
||||||
|
customRewardsTitle: "- Custom Rewards -"
|
||||||
|
skillListTitle: "- Skill List -"
|
||||||
|
eventTitle: "- Event -"
|
||||||
|
completedQuestsTitle: "- Completed Quests -"
|
||||||
|
topQuestersTitle: "- Top <number> Questers -"
|
||||||
|
createItemTitle: "- Create Item -"
|
||||||
|
enchantmentsTitle: "- Enchantments -"
|
||||||
|
questGUITitle: "- GUI Item Display -"
|
||||||
|
questRegionTitle: "- Quest Region -"
|
||||||
|
eventEditorGiveItemsTitle: "- Give Items -"
|
||||||
|
eventEditorEffectsTitle: "- Effects -"
|
||||||
|
eventEditorStormTitle: "- Event Storm -"
|
||||||
|
eventEditorThunderTitle: "- Event Thunder -"
|
||||||
|
eventEditorMobSpawnsTitle: "- Event Mob Spawns -"
|
||||||
|
eventEditorMobsTitle: "- Mobs -"
|
||||||
|
eventEditorAddMobTypesTitle: "- Add Mob -"
|
||||||
|
eventEditorPotionEffectsTitle: "- Event Potion Effects -"
|
||||||
|
eventEditorPotionTypesTitle: "- Event Potion Types -"
|
||||||
|
eventEditorWorldsTitle: "- Worlds -"
|
||||||
|
effBlazeShoot: "Sound of a Blaze firing"
|
||||||
|
effBowFire: "Sound of a bow firing"
|
||||||
|
effClick1: "A click sound"
|
||||||
|
effClick2: "A different click sound"
|
||||||
|
effDoorToggle: "Sound of a door opening or closing"
|
||||||
|
effExtinguish: "Sound of fire being extinguished"
|
||||||
|
effGhastShoot: "Sound of a Ghast firing"
|
||||||
|
effGhastShriek: "Sound of a Ghast shrieking"
|
||||||
|
effZombieWood: "Sound of a Zombie chewing an iron door"
|
||||||
|
effZombieIron: "Sound of a Zombie chewing a wooden door"
|
||||||
|
effEnterName: "Enter an effect name to add it to the list, or enter 'cancel' to return"
|
||||||
|
cmdCancel: "cancel"
|
||||||
|
cmdAdd: "add"
|
||||||
|
cmdClear: "clear"
|
||||||
|
cmdNone: "none"
|
||||||
|
cmdDone: "done"
|
||||||
|
acceptQuest: "Accept Quest?"
|
||||||
|
enterAnOption: "Enter an option"
|
||||||
|
questAccepted: 'Quest accepted: <quest>'
|
||||||
|
currentQuest: "Current Quests:"
|
||||||
|
noMoreQuest: "No more quests available."
|
||||||
|
damage: "Damage"
|
||||||
|
break: "Break"
|
||||||
|
place: "Place"
|
||||||
|
use: "Use"
|
||||||
|
cut: "Cut"
|
||||||
|
catchFish: "Catch Fish"
|
||||||
|
enchantItem: "Enchant <item> with <enchantment>"
|
||||||
|
kill: "Kill"
|
||||||
|
killAtLocation: "Kill <mob> at <location>"
|
||||||
|
killPlayer: "Kill a Player"
|
||||||
|
deliver: "Deliver <item> to <npc>"
|
||||||
|
talkTo: "Talk to <npc>"
|
||||||
|
tame: "Tame"
|
||||||
|
shearSheep: "Shear <color> sheep"
|
||||||
|
goTo: "Go to <location>"
|
||||||
|
completed: "Completed"
|
||||||
|
redoCompleted: "(Completed)"
|
||||||
|
consoleError: "This command may only be performed in-game."
|
||||||
|
invalidSelection: "Invalid selection!"
|
||||||
|
noActiveQuest: "You do not currently have any active Quests."
|
||||||
|
speakTo: 'Start: Speak to <npc>'
|
||||||
|
mustSpeakTo: "You must speak to <npc> to start this Quest."
|
||||||
|
noCommandStart: "<quest> may not be started via command."
|
||||||
|
permissionDisplay: "Permission:"
|
||||||
|
heroesClass: "class"
|
||||||
|
mcMMOLevel: "level"
|
||||||
|
haveCompleted: "You have completed <quest>"
|
||||||
|
cannotComplete: "Cannot complete <quest>"
|
||||||
|
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."
|
||||||
|
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."
|
||||||
|
questInfoNoPerms: "You do not have permission to view a Quest's information."
|
||||||
|
questCmdNoPerms: "You do not have access to that command."
|
||||||
|
pageSelectionNum: "Page selection must be a number."
|
||||||
|
pageSelectionPosNum: "Page selection must be a positive number."
|
||||||
|
questListNoPerms: "You do not have permission to view the Quests list."
|
||||||
|
questTakeNoPerms: "You do not have permission to take Quests via commands."
|
||||||
|
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||||
|
questQuit: "You have quit <quest>"
|
||||||
|
questQuitNoPerms: "You do not have permission to quit Quests."
|
||||||
|
questQuitDisabled: "Quitting Quests has been disabled."
|
||||||
|
questEditorNoPerms: "You do not have permission to use the Quests Editor."
|
||||||
|
eventEditorNoPerms: "You do not have permission to use the Events Editor."
|
||||||
|
questsUnknownCommand: "Unknown Quests 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>."
|
||||||
|
questPurged: "<player> has been purged and blacklisted."
|
||||||
|
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."
|
||||||
|
enableNPCGUI: "<npc> will now provide a GUI Quest Display."
|
||||||
|
disableNPCGUI: "<npc> will no longer provide a GUI Quest Display."
|
||||||
|
invalidNumber: "Invalid number."
|
||||||
|
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||||
|
playerNotFound: "Player not found."
|
||||||
|
invalidStageNum: "Invalid stage number for Quest <quest>"
|
||||||
|
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||||
|
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."
|
||||||
|
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!"
|
||||||
|
journalNoQuests: "You have no accepted quests!"
|
||||||
|
journalDenied: "You cannot do that with your Quest Journal."
|
||||||
|
ENCHANTMENT_ARROW_DAMAGE: "Power"
|
||||||
|
ENCHANTMENT_ARROW_FIRE: "Flame"
|
||||||
|
ENCHANTMENT_ARROW_INFINITE: "Infinity"
|
||||||
|
ENCHANTMENT_ARROW_KNOCKBACK: "Punch"
|
||||||
|
ENCHANTMENT_BINDING_CURSE: "BindingCurse"
|
||||||
|
ENCHANTMENT_DAMAGE_ALL: "Sharpness"
|
||||||
|
ENCHANTMENT_DAMAGE_ARTHROPODS: "BaneOfArthropods"
|
||||||
|
ENCHANTMENT_DEPTH_STRIDER: "DepthStrider"
|
||||||
|
ENCHANTMENT_DAMAGE_UNDEAD: "Smite"
|
||||||
|
ENCHANTMENT_DIG_SPEED: "Efficiency"
|
||||||
|
ENCHANTMENT_DURABILITY: "Unbreaking"
|
||||||
|
ENCHANTMENT_FIRE_ASPECT: "FireAspect"
|
||||||
|
ENCHANTMENT_FROST_WALKER: "FrostWalker"
|
||||||
|
ENCHANTMENT_KNOCKBACK: "Knockback"
|
||||||
|
ENCHANTMENT_LOOT_BONUS_BLOCKS: "Fortune"
|
||||||
|
ENCHANTMENT_LOOT_BONUS_MOBS: "Looting"
|
||||||
|
ENCHANTMENT_LUCK: "LuckOfTheSea"
|
||||||
|
ENCHANTMENT_LURE: "Lure"
|
||||||
|
ENCHANTMENT_MENDING: "Mending"
|
||||||
|
ENCHANTMENT_OXYGEN: "Respiration"
|
||||||
|
ENCHANTMENT_PROTECTION_ENVIRONMENTAL: "Protection"
|
||||||
|
ENCHANTMENT_PROTECTION_EXPLOSIONS: "BlastProtection"
|
||||||
|
ENCHANTMENT_PROTECTION_FALL: "FeatherFalling"
|
||||||
|
ENCHANTMENT_PROTECTION_FIRE: "FireProtection"
|
||||||
|
ENCHANTMENT_PROTECTION_PROJECTILE: "ProjectileProtection"
|
||||||
|
ENCHANTMENT_SILK_TOUCH: "SilkTouch"
|
||||||
|
ENCHANTMENT_SWEEPING: "Sweeping"
|
||||||
|
ENCHANTMENT_THORNS: "Thorns"
|
||||||
|
ENCHANTMENT_VANISHING_CURSE: "VanishingCurse"
|
||||||
|
ENCHANTMENT_WATER_WORKER: "AquaAffinity"
|
||||||
|
COLOR_BLACK: "Black"
|
||||||
|
COLOR_BLUE: "Blue"
|
||||||
|
COLOR_BROWN: "Brown"
|
||||||
|
COLOR_CYAN: "Cyan"
|
||||||
|
COLOR_GRAY: "Gray"
|
||||||
|
COLOR_GREEN: "Green"
|
||||||
|
COLOR_LIGHT_BLUE: "LightBlue"
|
||||||
|
COLOR_LIME: "Lime"
|
||||||
|
COLOR_MAGENTA: "Magenta"
|
||||||
|
COLOR_ORANGE: "Orange"
|
||||||
|
COLOR_PINK: "Pink"
|
||||||
|
COLOR_PURPLE: "Purple"
|
||||||
|
COLOR_RED: "Red"
|
||||||
|
COLOR_SILVER: "Silver"
|
||||||
|
COLOR_WHITE: "White"
|
||||||
|
COLOR_YELLOW: "Yellow"
|
||||||
|
timeDay: "Day"
|
||||||
|
timeDays: "Days"
|
||||||
|
timeHour: "Hour"
|
||||||
|
timeHours: "Hours"
|
||||||
|
timeMinute: "Minute"
|
||||||
|
timeMinutes: "Minutes"
|
||||||
|
timeSecond: "Second"
|
||||||
|
timeSeconds: "Seconds"
|
||||||
|
timeMillisecond: "Millisecond"
|
||||||
|
timeMilliseconds: "Milliseconds"
|
||||||
|
event: "Event"
|
||||||
|
delay: "Delay"
|
||||||
|
save: "Save"
|
||||||
|
exit: "Exit"
|
||||||
|
exited: "Exited"
|
||||||
|
cancel: "Cancel"
|
||||||
|
cancelled: "Cancelled"
|
||||||
|
questTimeout: "Cancelled."
|
||||||
|
back: "Back"
|
||||||
|
yesWord: "Yes"
|
||||||
|
noWord: "No"
|
||||||
|
"true": "true"
|
||||||
|
"false": "false"
|
||||||
|
clear: "Clear"
|
||||||
|
edit: "Edit"
|
||||||
|
none: "None"
|
||||||
|
done: "Done"
|
||||||
|
comma: "comma"
|
||||||
|
finish: "Finish"
|
||||||
|
quit: "Quit"
|
||||||
|
noneSet: "None set"
|
||||||
|
noDelaySet: "No delay set"
|
||||||
|
noIdsSet: "No IDs set"
|
||||||
|
noNamesSet: "No names set"
|
||||||
|
worlds: "Worlds"
|
||||||
|
mobs: "Mobs"
|
||||||
|
points: "points"
|
||||||
|
invalidOption: "Invalid option!"
|
||||||
|
npcHint: 'Note: You can left or right click on NPC''s to get their ID.'
|
||||||
|
listDuplicate: "List contains duplicates!"
|
||||||
|
id: "ID"
|
||||||
|
quest: "Quest"
|
||||||
|
quests: "Quests"
|
||||||
|
createdBy: "Created by"
|
||||||
|
continuedBy: "and continued by"
|
||||||
|
questPoints: "Quest Points"
|
||||||
|
accepted: "Accepted"
|
||||||
|
complete: "Complete"
|
||||||
|
redoable: "Redoable"
|
||||||
|
usage: "Usage"
|
||||||
|
redoableEvery: "Redoable every <time>."
|
||||||
|
requirements: "Requirements"
|
||||||
|
money: "Money"
|
||||||
|
with: "With"
|
||||||
|
to: "to"
|
||||||
|
blocksWithin: "within <amount> blocks of"
|
||||||
|
valRequired: "Value required"
|
||||||
|
enchantedItem: "*Enchanted*"
|
||||||
|
experience: "Experience"
|
||||||
|
timerMessage: '<green>Time left to finish the quest/stage: <red>%s seconds'
|
||||||
|
timerStart: "<green>You have <red>%s seconds <green>to finish this quest/stage"
|
||||||
|
questErrorReadingFile: "Error reading Quests file."
|
||||||
|
questSaveError: "An error occurred while saving."
|
||||||
|
questBlacklisted: "You are blacklisted. Contact an admin if this is in error."
|
858
src/main/resources/lang/ko-KR/strings.yml
Normal file
858
src/main/resources/lang/ko-KR/strings.yml
Normal file
@ -0,0 +1,858 @@
|
|||||||
|
---
|
||||||
|
questFailed: "*QUEST FAILED MATEY*"
|
||||||
|
questMaxAllowed: "Ye may only have up t' <number> Quests."
|
||||||
|
questAlreadyOn: "Ye be already on that Quest!"
|
||||||
|
questTooEarly: "Ye may nah take <quest> again fer another <time>."
|
||||||
|
questAlreadyCompleted: "Ye 'ave already looted <quest>."
|
||||||
|
questInvalidLocation: "Ye may nah take <quest> at this location."
|
||||||
|
questInvalidDeliveryItem: "<item> ain't a required item fer this quest!"
|
||||||
|
questSelectedLocation: "Chosen spot"
|
||||||
|
questDisplayHelp: "- Display this help"
|
||||||
|
COMMAND_LIST: "list"
|
||||||
|
COMMAND_LIST_HELP: "list [page] - List available Quests"
|
||||||
|
COMMAND_TAKE: "take"
|
||||||
|
COMMAND_TAKE_HELP: "take [quest name] - Accept a Quest"
|
||||||
|
COMMAND_TAKE_USAGE: 'Usage: /quests take [quest]'
|
||||||
|
COMMAND_QUIT: "quit"
|
||||||
|
COMMAND_QUIT_HELP: "quit [quest] - Quit a current Quest"
|
||||||
|
COMMAND_EDITOR: "editor"
|
||||||
|
COMMAND_EDITOR_HELP: "editor - Create/Edit Quests"
|
||||||
|
COMMAND_EVENTS_EDITOR: "events"
|
||||||
|
COMMAND_EVENTS_EDITOR_HELP: "events - Create/Edit Events"
|
||||||
|
COMMAND_STATS: "stats"
|
||||||
|
COMMAND_STATS_HELP: "stats - View your Questing stats"
|
||||||
|
COMMAND_TOP: "top"
|
||||||
|
COMMAND_TOP_HELP: "top [number] - View top Questers"
|
||||||
|
COMMAND_TOP_USAGE: 'Usage: /quests top [number]'
|
||||||
|
COMMAND_INFO: "info"
|
||||||
|
COMMAND_INFO_HELP: "info - Display plugin information"
|
||||||
|
COMMAND_JOURNAL: "journal"
|
||||||
|
COMMAND_JOURNAL_HELP: "journal - View/Put away your Quest Journal"
|
||||||
|
COMMAND_QUEST_HELP: "- Display current Quest objectives"
|
||||||
|
COMMAND_QUESTINFO_HELP: "[quest name] - Display Quest information"
|
||||||
|
COMMAND_QUESTADMIN_HELP: "- View Questadmin help"
|
||||||
|
COMMAND_QUESTADMIN_STATS: "stats"
|
||||||
|
COMMAND_QUESTADMIN_STATS_HELP: "stats [player] - View Questing statistics of a player"
|
||||||
|
COMMAND_QUESTADMIN_GIVE: "give"
|
||||||
|
COMMAND_QUESTADMIN_GIVE_HELP: "give [player] [quest] - Force a player to take a Quest"
|
||||||
|
COMMAND_QUESTADMIN_QUIT: "quit"
|
||||||
|
COMMAND_QUESTADMIN_QUIT_HELP: "quit [player] [quest] - Force a player to quit their Quest"
|
||||||
|
COMMAND_QUESTADMIN_POINTS: "points"
|
||||||
|
COMMAND_QUESTADMIN_POINTS_HELP: "points [player] [amount] - Set a players Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [player] [amount] - Take a players Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] - Set ALL players' Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||||
|
COMMAND_QUESTADMIN_FINISH_HELP: "finish [player] [quest] - Immediately force Quest completion for a player"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE: "nextstage"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "nextstage [player] [quest] - Immediately force Stage completion for a player"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE: "setstage"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE_HELP: "setstage [player] [quest] [stage] - Set the current Stage for a player"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Usage: /questadmin setstage [player] [quest] [stage]'
|
||||||
|
COMMAND_QUESTADMIN_PURGE: "purge"
|
||||||
|
COMMAND_QUESTADMIN_PURGE_HELP: "purge [player] - Clear all Quests data of a player AND BLACKLISTS THEM"
|
||||||
|
COMMAND_QUESTADMIN_RESET: "reset"
|
||||||
|
COMMAND_QUESTADMIN_RESET_HELP: "reset [player] - Clear all Quests data of a player"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE: "remove"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE_HELP: "remove [player] [quest] - Remove a completed Quest from a player"
|
||||||
|
COMMAND_QUESTADMIN_TOGGLEGUI: "togglegui"
|
||||||
|
COMMAND_QUESTADMIN_TOGGLEGUI_HELP: "togglegui [npc id] - Toggle GUI Quest Display on an NPC"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD: "reload"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD_HELP: "reload - Reload all Quests"
|
||||||
|
questEditorHeader: "Create Quest"
|
||||||
|
questEditorCreate: "Create new Quest"
|
||||||
|
questEditorEdit: "Edit a Quest"
|
||||||
|
questEditorDelete: "Delete Quest"
|
||||||
|
questEditorName: "Set name"
|
||||||
|
questEditorAskMessage: "Set ask message"
|
||||||
|
questEditorFinishMessage: "Set finish message"
|
||||||
|
questEditorRedoDelay: "Set redo delay"
|
||||||
|
questEditorNPCStart: "Set NPC start"
|
||||||
|
questEditorBlockStart: "Set Block start"
|
||||||
|
questEditorInitialEvent: "Set initial Event"
|
||||||
|
questEditorSetGUI: "Set GUI Item display"
|
||||||
|
questEditorReqs: "Edit Requirements"
|
||||||
|
questEditorStages: "Edit Stages"
|
||||||
|
questEditorRews: "Edit Rewards"
|
||||||
|
questEditorEnterQuestName: "Enter Quest name (or 'cancel' to return)"
|
||||||
|
questEditorEditEnterQuestName: "Enter Quest name to edit (or 'cancel' to return)"
|
||||||
|
questEditorEnterAskMessage: "Enter ask message (or 'cancel' to return)"
|
||||||
|
questEditorEnterFinishMessage: "Enter finish message (or 'cancel' to return)"
|
||||||
|
questEditorEnterRedoDelay: "Enter amount of time (in seconds), 0 to clear the redo delay or -1 to cancel"
|
||||||
|
questEditorEnterNPCStart: "Enter NPC ID, -1 to clear the NPC start or -2 to cancel"
|
||||||
|
questEditorEnterBlockStart: "Right-click on a block to use as a start point, then enter 'done' to save, or enter 'clear' to clear the block start, or 'cancel' to return"
|
||||||
|
questEditorEnterInitialEvent: "Enter an Event name, or enter 'clear' to clear the initial Event, or 'cancel' to return"
|
||||||
|
questRequiredNoneSet: "Required, none set"
|
||||||
|
questWGSetRegion: "Set Region"
|
||||||
|
questWGNotInstalled: "WorldGuard not installed"
|
||||||
|
questWGPrompt: "Enter WorldGuard region, or enter 'clear' to clear the region, or 'cancel' to return."
|
||||||
|
questWGInvalidRegion: "<region> is not a valid WorldGuard region!"
|
||||||
|
questWGRegionCleared: "Quest region cleared."
|
||||||
|
questCitNotInstalled: "Citizens not installed"
|
||||||
|
questDenNotInstalled: "Denizen not installed"
|
||||||
|
questGUIError: 'Error: That item is already being used as the GUI Display for the Quest <quest>.'
|
||||||
|
questCurrentItem: "Current item:"
|
||||||
|
questSetItem: "Set Item"
|
||||||
|
questClearItem: "Clear Item"
|
||||||
|
questGUICleared: "Quest GUI Item Display cleared."
|
||||||
|
questDeleted: "Quest deleted! Quests and Events have 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 event 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"
|
||||||
|
questEditorQuestAsRequirement2: "as a requirement:"
|
||||||
|
questEditorQuestAsRequirement3: "You must modify these Quests so that they do not use it before deleting it."
|
||||||
|
questEditorQuestNotFound: "Quest not found!"
|
||||||
|
questEditorEventCleared: "Initial Event 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!"
|
||||||
|
questEditorSaved: "Quest saved! (Ye will needs t' perform a Quest reload fer it t' appear)"
|
||||||
|
questEditorExited: "Are ye sure ye wants t' exit without savin'?"
|
||||||
|
questEditorDeleted: "Are ye sure ye wants t' scuttle th' Quest"
|
||||||
|
questEditorNoPermsCreate: "Ye do nah 'ave permission t' create Quests."
|
||||||
|
questEditorNoPermsEdit: "Ye do nah 'ave permission t' edit Quests."
|
||||||
|
questEditorNoPermsDelete: "Ye do nah 'ave permission t' scuttle Quests."
|
||||||
|
stageEditorEditStage: "Edit Stage"
|
||||||
|
stageEditorNewStage: "Add new Stage"
|
||||||
|
stageEditorStages: "Stages"
|
||||||
|
stageEditorStage: "Stage"
|
||||||
|
stageEditorBreakBlocks: "Break Blocks"
|
||||||
|
stageEditorDamageBlocks: "Damage Blocks"
|
||||||
|
stageEditorPlaceBlocks: "Place Blocks"
|
||||||
|
stageEditorUseBlocks: "Use Blocks"
|
||||||
|
stageEditorCutBlocks: "Cut Blocks"
|
||||||
|
stageEditorCatchFish: "Catch Fish"
|
||||||
|
stageEditorFish: "fish"
|
||||||
|
stageEditorKillPlayers: "Kill Players"
|
||||||
|
stageEditorPlayers: "players"
|
||||||
|
stageEditorEnchantItems: "Enchant Items"
|
||||||
|
stageEditorDeliverItems: "Deliver Items"
|
||||||
|
stageEditorTalkToNPCs: "Talk to NPCs"
|
||||||
|
stageEditorKillNPCs: "Kill NPCs"
|
||||||
|
stageEditorKillMobs: "Kill Mobs"
|
||||||
|
stageEditorReachLocs: "Reach spots"
|
||||||
|
stageEditorReachRadii1: "Reach within"
|
||||||
|
stageEditorReachRadii2: "blocks of"
|
||||||
|
stageEditorTameMobs: "Tame Mobs"
|
||||||
|
stageEditorShearSheep: "Shear Sheep"
|
||||||
|
stageEditorEvents: "Events"
|
||||||
|
stageEditorStageEvents: "Stage Events"
|
||||||
|
stageEditorStartEvent: "Start Event"
|
||||||
|
stageEditorStartEventCleared: "Start Event cleared."
|
||||||
|
stageEditorFinishEvent: "Finish Event"
|
||||||
|
stageEditorFinishEventCleared: "Finish Event cleared."
|
||||||
|
stageEditorChatEvents: "Chat Events"
|
||||||
|
stageEditorChatTrigger: "Chat Trigger"
|
||||||
|
stageEditorTriggeredBy: "Triggered by"
|
||||||
|
stageEditorChatEventsCleared: "Chat Events cleared."
|
||||||
|
stageEditorDeathEvent: "Death Event"
|
||||||
|
stageEditorDeathEventCleared: "Death Event cleared."
|
||||||
|
stageEditorDisconnectEvent: "Disconnect Event"
|
||||||
|
stageEditorDisconnectEventCleared: "Disconnect Event cleared."
|
||||||
|
stageEditorDelayMessage: "Delay Message"
|
||||||
|
stageEditorDenizenScript: "Denizen Script"
|
||||||
|
stageEditorStartMessage: "Start Message"
|
||||||
|
stageEditorCompleteMessage: "Complete Message"
|
||||||
|
stageEditorDelete: "Delete Stage"
|
||||||
|
stageEditorSetBlockNames: "Set block names"
|
||||||
|
stageEditorSetBlockAmounts: "Set block amounts"
|
||||||
|
stageEditorSetBlockDurability: "Set block durability"
|
||||||
|
stageEditorSetDamageAmounts: "Set damage amounts"
|
||||||
|
stageEditorSetPlaceAmounts: "Set place amounts"
|
||||||
|
stageEditorSetUseAmounts: "Set use amounts"
|
||||||
|
stageEditorSetCutAmounts: "Set cut amounts"
|
||||||
|
stageEditorSetKillAmounts: "Set kill amounts"
|
||||||
|
stageEditorSetEnchantAmounts: "Set enchant amounts"
|
||||||
|
stageEditorSetMobAmounts: "Set mob amounts"
|
||||||
|
stageEditorSetEnchantments: "Set enchantments"
|
||||||
|
stageEditorSetItemNames: "Set item names"
|
||||||
|
stageEditorSetKillIds: "Set NPC IDs"
|
||||||
|
stageEditorSetMobTypes: "Set mob types"
|
||||||
|
stageEditorSetKillLocations: "Set kill locations"
|
||||||
|
stageEditorSetKillLocationRadii: "Set kill location radii"
|
||||||
|
stageEditorSetKillLocationNames: "Set kill location names"
|
||||||
|
stageEditorSetLocations: "Set locations"
|
||||||
|
stageEditorSetLocationRadii: "Set location radii"
|
||||||
|
stageEditorSetLocationNames: "Set location names"
|
||||||
|
stageEditorSetTameAmounts: "Set tame amounts"
|
||||||
|
stageEditorSetShearColors: "Set sheep colors"
|
||||||
|
stageEditorSetShearAmounts: "Set shear amounts"
|
||||||
|
stageEditorPassword: "Password Objectives"
|
||||||
|
stageEditorAddPasswordDisplay: "Add password display"
|
||||||
|
stageEditorAddPasswordPhrases: "Add password phrase(s)"
|
||||||
|
stageEditorNoPasswordDisplays: "No password displays set"
|
||||||
|
stageObjectiveOverride: "Objective Display Override"
|
||||||
|
stageEditorCustom: "Custom Objectives"
|
||||||
|
stageEditorNoModules: "No modules loaded"
|
||||||
|
stageEditorModuleNotFound: "Custom objective module not found."
|
||||||
|
stageEditorCustomPrompt: "Enter the name of a custom objective to add, or enter 'clear' to clear all custom objectives, or 'cancel' to return."
|
||||||
|
stageEditorCustomAlreadyAdded: "That custom objective has already been added!"
|
||||||
|
stageEditorCustomCleared: "Custom objectives cleared."
|
||||||
|
stageEditorCustomDataPrompt: "Enter value for <data>:"
|
||||||
|
stageEditorEnterBlockNames: "Enter block names (or IDs), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorBreakBlocksPrompt: "Enter break amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorDamageBlocksPrompt: "Enter damage amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorPlaceBlocksPrompt: "Enter place amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorUseBlocksPrompt: "Enter use amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorCutBlocksPrompt: "Enter cut amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorEnterBlockDurability: "Enter block durability (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorCatchFishPrompt: "Enter number of fish to catch, or 0 to clear the fish catch objective, or -1 to cancel"
|
||||||
|
stageEditorKillPlayerPrompt: "Enter number of players to kill, or 0 to clear the player kill objective, or -1 to cancel"
|
||||||
|
stageEditorEnchantTypePrompt: "Enter enchantment names, separating each one by a comma, or enter 'cancel' to return."
|
||||||
|
stageEditorEnchantAmountsPrompt: "Enter enchant amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorItemNamesPrompt: "Enter item names, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorNPCPrompt: "Enter NPC ids, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorNPCToTalkToPrompt: "Enter NPC IDs, separating each one by a space, or enter 'clear' to clear the NPC ID list, or 'cancel' to return."
|
||||||
|
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
||||||
|
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorMobAmountsPrompt: "Enter mob amounts separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationPrompt: "Right-click on a block t' select it, then enter 'add' t' add it t' th' kill spot list, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationRadiiPrompt: "Enter kill spot radii (number o' blocks) separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||||
|
stageEditorTameAmountsPrompt: "Enter tame amounts separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorShearColorsPrompt: "Enter sheep colors separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorShearAmountsPrompt: "Enter shear amounts separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorEventsPrompt: "Enter an event name, or enter 'clear' to clear the event, or 'cancel' to return"
|
||||||
|
stageEditorChatEventsPrompt: "Enter an event name to add, or enter 'clear' to clear all chat events, or 'cancel' to return"
|
||||||
|
stageEditorChatEventsTriggerPromptA: "Enter a chat trigger for"
|
||||||
|
stageEditorChatEventsTriggerPromptB: "or enter 'cancel' to return."
|
||||||
|
stageEditorDelayPrompt: "Enter time (in seconds), or enter 'clear' to clear the delay, or 'cancel' to return"
|
||||||
|
stageEditorDelayMessagePrompt: "Enter delay message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorScriptPrompt: "Enter script name, or enter 'clear' to clear the script, or 'cancel' to return"
|
||||||
|
stageEditorStartMessagePrompt: "Enter start message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorCompleteMessagePrompt: "Enter complete message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorPasswordDisplayPrompt: "Enter a password display, or 'cancel' to return"
|
||||||
|
stageEditorPasswordDisplayHint: "(This is the text that will be displayed to the player as their objective)"
|
||||||
|
stageEditorPasswordPhrasePrompt: "Enter a password phrase, or 'cancel' to return"
|
||||||
|
stageEditorPasswordPhraseHint1: "(This is the text that a player has to say to complete the objective)"
|
||||||
|
stageEditorPasswordPhraseHint2: "If you want multiple password phrases, seperate them by a | (pipe)"
|
||||||
|
stageEditorObjectiveOverridePrompt: "Enter objective display override, or 'clear' to clear the override, or 'cancel' to return."
|
||||||
|
stageEditorObjectiveOverrideHint: "(The objective display override will show up as the players current objective)"
|
||||||
|
stageEditorObjectiveOverrideCleared: "Objective display override cleared."
|
||||||
|
stageEditorDeliveryAddItem: "Add item"
|
||||||
|
stageEditorDeliveryNPCs: "Set NPC IDs"
|
||||||
|
stageEditorDeliveryMessages: "Set delivery messages"
|
||||||
|
stageEditorContainsDuplicates: "List contains duplicates!"
|
||||||
|
stageEditorInvalidBlockName: "is not a valid block name!"
|
||||||
|
stageEditorInvalidEnchantment: "is not a valid enchantment name!"
|
||||||
|
stageEditorInvalidNPC: "is not a valid NPC ID!"
|
||||||
|
stageEditorInvalidMob: "is not a valid mob name!"
|
||||||
|
stageEditorInvalidItemName: "is not a valid item name!"
|
||||||
|
stageEditorInvalidNumber: "is not a number!"
|
||||||
|
stageEditorInvalidDye: "is not a valid dye color!"
|
||||||
|
stageEditorInvalidEvent: "is not a valid event name!"
|
||||||
|
stageEditorDuplicateEvent: "Event is already in the list!"
|
||||||
|
stageEditorInvalidDelay: "Delay must be at least one second!"
|
||||||
|
stageEditorInvalidScript: "Denizen script not found!"
|
||||||
|
stageEditorNoCitizens: "Citizens is not installed!"
|
||||||
|
stageEditorNoDenizen: "Denizen is not installed!"
|
||||||
|
stageEditorPositiveAmount: "You must enter a positive number!"
|
||||||
|
stageEditorNoNumber: "Input was not a number!"
|
||||||
|
stageEditorNotGreaterThanZero: "is not greater than 0!"
|
||||||
|
stageEditorNotListofNumbers: "Invalid entry, input was not a list of numbers!"
|
||||||
|
stageEditorNoDelaySet: "You must set a delay first!"
|
||||||
|
stageEditorNoBlockNames: "You must set block names first!"
|
||||||
|
stageEditorNoEnchantments: "You must set enchantments first!"
|
||||||
|
stageEditorNoItems: "You must add items first!"
|
||||||
|
stageEditorNoDeliveryMessage: "You must set at least one delivery message!"
|
||||||
|
stageEditorNoNPCs: "You must set NPC IDs first!"
|
||||||
|
stageEditorNoMobTypes: "You must set mob types first!"
|
||||||
|
stageEditorNoKillLocations: "You must set kill locations first!"
|
||||||
|
stageEditorNoBlockSelected: "You must select a block first."
|
||||||
|
stageEditorNoColors: "You must set colors first!"
|
||||||
|
stageEditorNoLocations: "You must set locations first!"
|
||||||
|
stageEditorNoEnchantmentsSet: "No enchantments set"
|
||||||
|
stageEditorNoItemsSet: "No items set"
|
||||||
|
stageEditorNoMobTypesSet: "No mob types set"
|
||||||
|
stageEditorNoLocationsSet: "No locations set"
|
||||||
|
stageEditorNoColorsSet: "No colors set"
|
||||||
|
stageEditorListNotSameSize: "The block names list and the amounts list are not the same size!"
|
||||||
|
stageEditorEnchantmentNotSameSize: "The enchantments list, the item id list and the enchant amount list are not the same size!"
|
||||||
|
stageEditorDeliveriesNotSameSize: "The item list and the NPC list are not equal in size!"
|
||||||
|
stageEditorNPCKillsNotSameSize: "The NPC IDs list and the kill amounts list are not the same size!"
|
||||||
|
stageEditorAllListsNotSameSize: "All of your lists are not the same size!"
|
||||||
|
stageEditorMobTypesNotSameSize: "The mob types list and the mob amounts list are not the same size!"
|
||||||
|
stageEditorTameMobsNotSameSize: "The mob types list and the tame amounts list are not the same size!"
|
||||||
|
stageEditorShearNotSameSize: "The sheep colors list and the shear amounts list are not the same size!"
|
||||||
|
stageEditorMustSetPasswordDisplays: "You must add at least one password display first!"
|
||||||
|
stageEditorAddPasswordCleared: "Password Objectives cleared."
|
||||||
|
stageEditorPasswordNotSameSize: "The password display and password phrase lists are not the same size!"
|
||||||
|
stageEditorListContainsDuplicates: " List contains duplicates!"
|
||||||
|
stageEditorDelayCleared: "Delay cleared."
|
||||||
|
stageEditorDelayMessageCleared: "Delay message cleared."
|
||||||
|
stageEditorDenizenCleared: "Denizen script cleared."
|
||||||
|
stageEditorBreakBlocksCleared: "Break blocks objective cleared."
|
||||||
|
stageEditorDamageBlocksCleared: "Damage blocks objective cleared."
|
||||||
|
stageEditorPlaceBlocksCleared: "Place blocks objective cleared."
|
||||||
|
stageEditorUseBlocksCleared: "Use blocks objective cleared."
|
||||||
|
stageEditorCutBlocksCleared: "Cut blocks objective cleared."
|
||||||
|
stageEditorEnchantmentsCleared: "Enchantment objective cleared."
|
||||||
|
stageEditorDeliveriesCleared: "Delivery objective cleared."
|
||||||
|
stageEditorReachLocationsCleared: "Reach Locations objective cleared."
|
||||||
|
stageEditorKillNPCsCleared: "Kill NPCs objective cleared."
|
||||||
|
stageEditorKillMobsCleared: "Kill Mobs objective cleared."
|
||||||
|
stageEditorTameCleared: "Tame Mobs objective cleared."
|
||||||
|
stageEditorShearCleared: "Shear Sheep objective cleared."
|
||||||
|
stageEditorStartMessageCleared: "Start message cleared."
|
||||||
|
stageEditorCompleteMessageCleared: "Complete message cleared."
|
||||||
|
stageEditorConfirmStageDelete: "Are you sure you want to delete this stage?"
|
||||||
|
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"
|
||||||
|
allListsNotSameSize: "All of your lists are not the same size!"
|
||||||
|
eventEditorCreate: "Create new Event"
|
||||||
|
eventEditorEdit: "Edit an Event"
|
||||||
|
eventEditorDelete: "Delete an Event"
|
||||||
|
eventEditorCreatePermisssions: "You do not have permission to create new Events."
|
||||||
|
eventEditorEditPermisssions: "You do not have permission to edit Events."
|
||||||
|
eventEditorDeletePermisssions: "You do not have permission to delete Events."
|
||||||
|
eventEditorNoneToEdit: "No Events currently exist to be edited!"
|
||||||
|
eventEditorNoneToDelete: "No Events currently exist to be deleted!"
|
||||||
|
eventEditorNotFound: "Event not found!"
|
||||||
|
eventEditorExists: "Event already exists!"
|
||||||
|
eventEditorSomeone: "Someone is already creating or editing an Event with that name!"
|
||||||
|
eventEditorAlpha: "Name must be alphanumeric!"
|
||||||
|
eventEditorErrorReadingFile: "Error reading Events file."
|
||||||
|
eventEditorErrorSaving: "An error occurred while saving."
|
||||||
|
eventEditorDeleted: "Event deleted, Quests and Events reloaded."
|
||||||
|
eventEditorSaved: "Event saved, Quests and Events reloaded."
|
||||||
|
eventEditorEnterEventName: "Enter an Event name, or 'cancel' to return."
|
||||||
|
eventEditorDeletePrompt: "Are you sure you want to delete the Event"
|
||||||
|
eventEditorQuitWithoutSaving: "Are you sure you want to quit without saving?"
|
||||||
|
eventEditorFinishAndSave: "Are you sure you want to finish and save the Event"
|
||||||
|
eventEditorModifiedNote: 'Note: You have modified an Event that the following Quests use:'
|
||||||
|
eventEditorForcedToQuit: "If you save the Event, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||||
|
eventEditorEventInUse: "The following Quests use the Event"
|
||||||
|
eventEditorMustModifyQuests: "eventEditorNotFound"
|
||||||
|
eventEditorListSizeMismatch: "The lists are not the same size!"
|
||||||
|
eventEditorListDuplicates: "List contains duplicates!"
|
||||||
|
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||||
|
eventEditorInvalidEntry: "Invalid entry"
|
||||||
|
eventEditorSetName: "Set name"
|
||||||
|
eventEditorSetMessage: "Set message"
|
||||||
|
eventEditorClearInv: "Clear player inventory"
|
||||||
|
eventEditorFailQuest: "Fail the quest"
|
||||||
|
eventEditorSetExplosions: "Set explosion locations"
|
||||||
|
eventEditorSetLightning: "Set lightning strike locations"
|
||||||
|
eventEditorSetEffects: "Set effects"
|
||||||
|
eventEditorSetStorm: "Set storm"
|
||||||
|
eventEditorSetThunder: "Set thunder"
|
||||||
|
eventEditorSetMobSpawns: "Set mob spawns"
|
||||||
|
eventEditorSetPotionEffects: "Set potion effects"
|
||||||
|
eventEditorSetHunger: "Set player hunger level"
|
||||||
|
eventEditorSetSaturation: "Set player saturation level"
|
||||||
|
eventEditorSetHealth: "Set player health level"
|
||||||
|
eventEditorEnterTimerSeconds: "Set number of seconds left before the quest fails (use cancel-timer event to cancel timers)"
|
||||||
|
eventEditorSetTimer: "Set time to fail quest"
|
||||||
|
eventEditorCancelTimer: "Cancel the quest timer"
|
||||||
|
eventEditorSetTeleport: "Set player teleport location"
|
||||||
|
eventEditorSetCommands: "Set commands to execute"
|
||||||
|
eventEditorItems: "Event Items"
|
||||||
|
eventEditorSetItems: "Give items"
|
||||||
|
eventEditorItemsCleared: "Event items cleared."
|
||||||
|
eventEditorAddItem: "Add item"
|
||||||
|
eventEditorSetItemNames: "Set item names"
|
||||||
|
eventEditorSetItemAmounts: "Set item amounts"
|
||||||
|
eventEditorNoNames: "No names set"
|
||||||
|
eventEditorMustSetNames: "You must set item names first!"
|
||||||
|
eventEditorInvalidName: "is not a valid item name!"
|
||||||
|
eventEditorNotGreaterThanZero: "is not greater than 0!"
|
||||||
|
eventEditorNotANumber: "is not a number!"
|
||||||
|
eventEditorStorm: "Event Storm"
|
||||||
|
eventEditorSetWorld: "Set world"
|
||||||
|
eventEditorSetDuration: "Set duration"
|
||||||
|
eventEditorNoWorld: "(No world set)"
|
||||||
|
eventEditorSetWorldFirst: "You must set a world first!"
|
||||||
|
eventEditorInvalidWorld: "is not a valid world name!"
|
||||||
|
eventEditorMustSetStormDuration: "You must set a storm duration!"
|
||||||
|
eventEditorStormCleared: "Storm data cleared."
|
||||||
|
eventEditorEnterStormWorld: "Enter a world name for the storm to occur in, or enter 'cancel' to return"
|
||||||
|
eventEditorEnterDuration: "Enter duration (in seconds)"
|
||||||
|
eventEditorAtLeastOneSecond: "Amount must be at least 1 second!"
|
||||||
|
eventEditorNotGreaterThanOneSecond: "is not greater than 1 second!"
|
||||||
|
eventEditorThunder: "Event Thunder"
|
||||||
|
eventEditorMustSetThunderDuration: "You must set a thunder duration!"
|
||||||
|
eventEditorThunderCleared: "Thunder data cleared."
|
||||||
|
eventEditorEnterThunderWorld: "Enter a world name for the thunder to occur in, or enter 'cancel' to return"
|
||||||
|
eventEditorEffects: "Event Effects"
|
||||||
|
eventEditorAddEffect: "Add effect"
|
||||||
|
eventEditorAddEffectLocation: "Add effect location"
|
||||||
|
eventEditorNoEffects: "No effects set"
|
||||||
|
eventEditorMustAddEffects: "You must add effects first!"
|
||||||
|
eventEditorInvalidEffect: "is not a valid effect name!"
|
||||||
|
eventEditorEffectsCleared: "Event effects cleared."
|
||||||
|
eventEditorEffectLocationPrompt: "Right-click on a block to play an effect at, then enter 'add' to add it to the list, or enter 'cancel' to return"
|
||||||
|
eventEditorMobSpawns: "Event Mob Spawns"
|
||||||
|
eventEditorAddMobTypes: "Add mob"
|
||||||
|
eventEditorNoTypesSet: "(No type set)"
|
||||||
|
eventEditorMustSetMobTypesFirst: "You must set the mob type first!"
|
||||||
|
eventEditorSetMobAmounts: "Set mob amount"
|
||||||
|
eventEditorNoAmountsSet: "(No amounts set)"
|
||||||
|
eventEditorMustSetMobAmountsFirst: "You must set mob amount first!"
|
||||||
|
eventEditorAddSpawnLocation: "Set spawn location"
|
||||||
|
eventEditorMobSpawnsCleared: "Mob spawns cleared."
|
||||||
|
eventEditorMustSetMobLocationFirst: "You must set a spawn-location first!"
|
||||||
|
eventEditorInvalidMob: "is not a valid mob name!"
|
||||||
|
eventEditorSetMobName: "Set custom name for mob"
|
||||||
|
eventEditorSetMobType: "Set mob type"
|
||||||
|
eventEditorSetMobItemInHand: "Set item in hand"
|
||||||
|
eventEditorSetMobItemInHandDrop: "Set drop chance of item in hand"
|
||||||
|
eventEditorSetMobBoots: "Set boots"
|
||||||
|
eventEditorSetMobBootsDrop: "Set drop chance of boots"
|
||||||
|
eventEditorSetMobLeggings: "Set leggings"
|
||||||
|
eventEditorSetMobLeggingsDrop: "Set drop chance of leggings"
|
||||||
|
eventEditorSetMobChestPlate: "Set chest plate"
|
||||||
|
eventEditorSetMobChestPlateDrop: "Set drop chance of chest plate"
|
||||||
|
eventEditorSetMobHelmet: "Set helmet"
|
||||||
|
eventEditorSetMobHelmetDrop: "Set drop chance of helmet"
|
||||||
|
eventEditorSetMobSpawnLoc: "Right-click on a block to spawn a mob at, then enter 'add' to the confirm it, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobSpawnAmount: "Set the amount of mobs to spawn"
|
||||||
|
eventEditorSetDropChance: "Set the drop chance"
|
||||||
|
eventEditorInvalidDropChance: "Drop chance has to be between 0.0 and 1.0"
|
||||||
|
eventEditorLightningPrompt: "Right-click on a block to spawn a lightning strike at, then enter 'add' to add it to the list, or enter 'clear' to clear the locations list, or 'cancel' to return"
|
||||||
|
eventEditorPotionEffects: "Event Potion Effects"
|
||||||
|
eventEditorSetPotionEffectTypes: "Set potion effect types"
|
||||||
|
eventEditorMustSetPotionTypesFirst: "You must set potion effect types first!"
|
||||||
|
eventEditorSetPotionDurations: "Set potion effect durations"
|
||||||
|
eventEditorMustSetPotionDurationsFirst: "You must set potion effect durations first!"
|
||||||
|
eventEditorMustSetPotionTypesAndDurationsFirst: "You must set potion effect types and durations first!"
|
||||||
|
eventEditorNoDurationsSet: "(No durations set)"
|
||||||
|
eventEditorSetPotionMagnitudes: "Set potion effect magnitudes"
|
||||||
|
eventEditorPotionsCleared: "Potion effects cleared."
|
||||||
|
eventEditorInvalidPotionType: "is not a valid potion effect type!"
|
||||||
|
eventEditorEnterNPCId: "Enter NPC ID (or -1 to return)"
|
||||||
|
eventEditorNoNPCExists: "No NPC exists with that id!"
|
||||||
|
eventEditorExplosionPrompt: "Right-click on a block to spawn an explosion at, then enter 'add' to add it to the list, or enter 'clear' to clear the explosions list, or 'cancel' to return"
|
||||||
|
eventEditorSelectBlockFirst: "You must select a block first."
|
||||||
|
eventEditorSetMessagePrompt: "Enter message, or enter 'none' to delete, (or 'cancel' to return)"
|
||||||
|
eventEditorSetItemNamesPrompt: "Enter item names separating each one by a space, or enter 'cancel' to return."
|
||||||
|
eventEditorSetItemAmountsPrompt: "Enter item amounts (numbers) separating each one by a space, or enter 'cancel' to return."
|
||||||
|
eventEditorSetMobTypesPrompt: "Enter mob name, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobAmountsPrompt: "Enter mob amount, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobNamePrompt: "Set the name for this mob, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the mob spawn location list, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionEffectsPrompt: "Enter potion effect types separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionDurationsPrompt: "Enter effect durations (in milliseconds) separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetHungerPrompt: "Enter hunger level, or -1 to remove it"
|
||||||
|
eventEditorHungerLevelAtLeastZero: "Hunger level must be at least 0!"
|
||||||
|
eventEditorSetSaturationPrompt: "Enter saturation level, or -1 to remove it"
|
||||||
|
eventEditorSaturationLevelAtLeastZero: "Saturation level must be at least 0!"
|
||||||
|
eventEditorSetHealthPrompt: "Enter health level, or -1 to remove it"
|
||||||
|
eventEditorHealthLevelAtLeastZero: "Health level must be at least 0!"
|
||||||
|
eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to, then enter 'done' to finish, or enter 'clear' to clear the teleport location, or 'cancel' to return"
|
||||||
|
eventEditorCommandsNote: 'Note: You may use <player> to refer to the player''s name.'
|
||||||
|
eventEditorSetCommandsPrompt: "Enter commands separating each one by a comma, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
reqSetMoney: "Set money requirement"
|
||||||
|
reqSetQuestPoints: "Set Quest Points requirement"
|
||||||
|
reqSetItem: "Set item requirements"
|
||||||
|
reqSetPerms: "Set permission requirements"
|
||||||
|
reqSetQuest: "Set Quest requirements"
|
||||||
|
reqSetQuestBlocks: "Set Quest blocks"
|
||||||
|
reqSetMcMMO: "Set mcMMO requirements"
|
||||||
|
reqSetHeroes: "Set Heroes requirements"
|
||||||
|
reqSetCustom: "Custom requirements"
|
||||||
|
reqSetFail: "Set fail requirements message"
|
||||||
|
reqSetSkills: "Set skills"
|
||||||
|
reqSetSkillAmounts: "Set skill amounts"
|
||||||
|
reqHeroesSetPrimary: "Set Primary Class"
|
||||||
|
reqHeroesSetSecondary: "Set Secondary Class"
|
||||||
|
reqMoneyPrompt: "Enter amount of <money>, or 0 to clear the money requirement, or -1 to cancel"
|
||||||
|
reqQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point requirement, or -1 to cancel"
|
||||||
|
reqQuestPrompt: "Enter a list of Quest names separating each one by a <comma>, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqRemoveItemsPrompt: "Enter a list of true/false values, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
reqPermissionsPrompt: "Enter permission requirements separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
reqCustomPrompt: "Enter the name of a custom requirement to add, or enter 'clear' to clear all custom requirements, or 'cancel' to return."
|
||||||
|
reqMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqMcMMOAmountsPrompt: "Enter mcMMO skill amounts, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqHeroesPrimaryPrompt: "Enter a Heroes Primary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||||
|
reqHeroesSecondaryPrompt: "Enter a Heroes Secondary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||||
|
reqFailMessagePrompt: "Enter fail requirements message, or enter 'cancel' to return."
|
||||||
|
reqAddItem: "Add item"
|
||||||
|
reqSetRemoveItems: "Set remove items"
|
||||||
|
reqNoItemsSet: "No items set"
|
||||||
|
reqNoValuesSet: "No values set"
|
||||||
|
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||||
|
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||||
|
reqGreaterThanZero: "Amount must be greater than 0!"
|
||||||
|
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||||
|
reqItemCleared: "Item requirements cleared."
|
||||||
|
reqListsNotSameSize: "The items list and remove items list are not the same size!"
|
||||||
|
reqTrueFalseError: '<input> is not a true or false value!%br%Example: true false true true'
|
||||||
|
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||||
|
reqCustomNotFound: "Custom requirement module not found."
|
||||||
|
reqCustomCleared: "Custom requirements cleared."
|
||||||
|
reqMcMMOError: "<input> is not an mcMMO skill name!"
|
||||||
|
reqMcMMOCleared: "mcMMO skill requirements cleared."
|
||||||
|
reqMcMMOAmountsCleared: "mcMMO skill amount requirements cleared."
|
||||||
|
reqHeroesNotPrimary: "The <class> class is not primary!"
|
||||||
|
reqHeroesPrimaryCleared: "Heroes Primary Class requirement cleared."
|
||||||
|
reqHeroesNotSecondary: "The <class> class is not secondary!"
|
||||||
|
reqHeroesSecondaryCleared: "Heroes Secondary Class requirement cleared."
|
||||||
|
reqHeroesClassNotFound: "Class not found!"
|
||||||
|
reqNone: "No requirements set"
|
||||||
|
reqNotANumber: "<input> is not a number!"
|
||||||
|
reqMustAddItem: "You must add at least one item first!"
|
||||||
|
reqNoMessage: "You must set a fail requirements message!"
|
||||||
|
reqNoMcMMO: "mcMMO not installed"
|
||||||
|
reqNoHeroes: "Heroes not installed"
|
||||||
|
rewSetMoney: "Set money reward"
|
||||||
|
rewSetQuestPoints: "Set Quest Points reward"
|
||||||
|
rewSetItems: "Set item rewards"
|
||||||
|
rewSetExperience: "Set experience reward"
|
||||||
|
rewSetCommands: "Set command rewards"
|
||||||
|
rewSetPermission: "Set permission rewards"
|
||||||
|
rewSetMcMMO: "Set mcMMO skill rewards"
|
||||||
|
rewSetHeroes: "Set Heroes experience rewards"
|
||||||
|
rewSetPhat: "Set PhatLoot rewards"
|
||||||
|
rewSetCustom: "Set Custom Rewards"
|
||||||
|
rewSetHeroesClasses: "Set classes"
|
||||||
|
rewSetHeroesAmounts: "Set experience amounts"
|
||||||
|
rewMoneyPrompt: "Enter amount of <money>, or 0 to clear the money reward, or -1 to cancel"
|
||||||
|
rewExperiencePrompt: "Enter amount of experience, or 0 to clear the experience reward, or -1 to cancel"
|
||||||
|
rewCommandPrompt: "Enter command rewards separating each one by a <comma>, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
rewCommandPromptHint: 'Note: You may put <player> to specify the player who completed the Quest. e.g. smite <player>'
|
||||||
|
rewPermissionsPrompt: "Enter permission rewards separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
rewQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point reward, or -1 to cancel"
|
||||||
|
rewMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewMcMMOPromptHint: 'Note: Typing ''All'' will give levels to all skills.'
|
||||||
|
rewHeroesClassesPrompt: "Enter Heroes classes separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed) separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewPhatLootsPrompt: "Enter PhatLoots separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
rewCustomRewardPrompt: "Enter the name of a custom reward to add, or enter 'clear' to clear all custom rewards, or 'cancel' to return."
|
||||||
|
rewItemsCleared: "Item rewards cleared."
|
||||||
|
rewNoMcMMOSkills: "No skills set"
|
||||||
|
rewNoHeroesClasses: "No classes set"
|
||||||
|
rewSetMcMMOSkillsFirst: "You must set skills first!"
|
||||||
|
rewMcMMOCleared: "mcMMO rewards cleared."
|
||||||
|
rewMcMMOListsNotSameSize: "The skills list and skill amounts list are not the same size!"
|
||||||
|
rewSetHeroesClassesFirst: "You must set classes first!"
|
||||||
|
rewHeroesCleared: "Heroes rewards cleared."
|
||||||
|
rewHeroesListsNotSameSize: "The classes list and experience amounts list are not the same size!"
|
||||||
|
rewHeroesInvalidClass: "<input> is not a valid Heroes class name!"
|
||||||
|
rewPhatLootsInvalid: "<input> is not a valid PhatLoot name!"
|
||||||
|
rewPhatLootsCleared: "PhatLoots reward cleared."
|
||||||
|
rewCustomAlreadyAdded: "That custom reward has already been added!"
|
||||||
|
rewCustomNotFound: "Custom reward module not found."
|
||||||
|
rewCustomCleared: "Custom rewards cleared."
|
||||||
|
rewNoPhat: "PhatLoots not installed"
|
||||||
|
itemCreateLoadHand: "Load item in hand"
|
||||||
|
itemCreateSetName: "Set name"
|
||||||
|
itemCreateSetAmount: "Set amount"
|
||||||
|
itemCreateSetDurab: "Set durability"
|
||||||
|
itemCreateSetEnchs: "Add/clear enchantments"
|
||||||
|
itemCreateSetDisplay: "Set display name"
|
||||||
|
itemCreateSetLore: "Set lore"
|
||||||
|
itemCreateEnterName: "Enter an item name, or 'cancel' to return."
|
||||||
|
itemCreateEnterAmount: "Enter item amount (max. 64), or 'cancel' to return."
|
||||||
|
itemCreateEnterDurab: "Enter item durability, or 'clear' to clear the data, or 'cancel' to return."
|
||||||
|
itemCreateEnterEnch: "Enter an enchantment name, or 'clear' to clear the enchantments, or 'cancel' to return."
|
||||||
|
itemCreateEnterLevel: "Enter a level (number) for <enchantment>"
|
||||||
|
itemCreateEnterDisplay: "Enter item display name, or 'clear' to clear the display name, or 'cancel' to return."
|
||||||
|
itemCreateEnterLore: "Enter item lore, separating each line by a semi-colon ; or 'clear' to clear the lore, or 'cancel' to return."
|
||||||
|
itemCreateLoaded: "Item loaded."
|
||||||
|
itemCreateNoItem: "No item in hand!"
|
||||||
|
itemCreateNoName: "You must set a name first!"
|
||||||
|
itemCreateInvalidName: "Invalid item name!"
|
||||||
|
itemCreateInvalidAmount: "Amount must be between 1-64!"
|
||||||
|
itemCreateInvalidDurab: "Invalid item durability!"
|
||||||
|
itemCreateInvalidEnch: "Invalid enchantment name!"
|
||||||
|
itemCreateInvalidLevel: "Level must be greater than 0!"
|
||||||
|
itemCreateInvalidInput: "Invalid input!"
|
||||||
|
itemCreateNotNumber: "Input was not a number!"
|
||||||
|
itemCreateNoNameAmount: "You must set a name and amount first!"
|
||||||
|
itemCreateCriticalError: "A critical error has occurred."
|
||||||
|
questTitle: "-- <quest> --"
|
||||||
|
questObjectivesTitle: "---(<quest>)---"
|
||||||
|
questCompleteTitle: '**QUEST COMPLETE: <quest>**'
|
||||||
|
questRewardsTitle: "Rewards:"
|
||||||
|
journalTitle: "Quest Journal"
|
||||||
|
questsTitle: "- Quests -"
|
||||||
|
questHelpTitle: "- Quests -"
|
||||||
|
questListTitle: "- Quests -"
|
||||||
|
questNPCListTitle: "- Quests | <npc> -"
|
||||||
|
questAdminHelpTitle: "- Questadmin -"
|
||||||
|
questEditorTitle: "- Quest Editor -"
|
||||||
|
eventEditorTitle: "- Event Editor - "
|
||||||
|
questCreateTitle: "- Create Quest -"
|
||||||
|
questEditTitle: "- Edit Quest -"
|
||||||
|
questDeleteTitle: "- Delete Quest -"
|
||||||
|
requirementsTitle: "- <quest> | Requirements -"
|
||||||
|
rewardsTitle: "- <quest> | Rewards -"
|
||||||
|
itemRequirementsTitle: "- Item Requirements -"
|
||||||
|
itemRewardsTitle: "- Item Rewards -"
|
||||||
|
mcMMORequirementsTitle: "- mcMMO Requirements -"
|
||||||
|
mcMMORewardsTitle: "- mcMMO Rewards -"
|
||||||
|
heroesRequirementsTitle: "- Heroes Requirements -"
|
||||||
|
heroesRewardsTitle: "- Heroes Rewards -"
|
||||||
|
heroesClassesTitle: "- Heroes Classes -"
|
||||||
|
heroesExperienceTitle: "- Heroes Experience -"
|
||||||
|
heroesPrimaryTitle: "- Primary Classes -"
|
||||||
|
heroesSecondaryTitle: "- Secondary Classes -"
|
||||||
|
phatLootsRewardsTitle: "- PhatLoots Rewards -"
|
||||||
|
customRequirementsTitle: "- Custom Requirements -"
|
||||||
|
customRewardsTitle: "- Custom Rewards -"
|
||||||
|
skillListTitle: "- Skill List -"
|
||||||
|
eventTitle: "- Event -"
|
||||||
|
completedQuestsTitle: "- Completed Quests -"
|
||||||
|
topQuestersTitle: "- Top <number> Questers -"
|
||||||
|
createItemTitle: "- Create Item -"
|
||||||
|
enchantmentsTitle: "- Enchantments -"
|
||||||
|
questGUITitle: "- GUI Item Display -"
|
||||||
|
questRegionTitle: "- Quest Region -"
|
||||||
|
eventEditorGiveItemsTitle: "- Give Items -"
|
||||||
|
eventEditorEffectsTitle: "- Effects -"
|
||||||
|
eventEditorStormTitle: "- Event Storm -"
|
||||||
|
eventEditorThunderTitle: "- Event Thunder -"
|
||||||
|
eventEditorMobSpawnsTitle: "- Event Mob Spawns -"
|
||||||
|
eventEditorMobsTitle: "- Mobs -"
|
||||||
|
eventEditorAddMobTypesTitle: "- Add Mob -"
|
||||||
|
eventEditorPotionEffectsTitle: "- Event Potion Effects -"
|
||||||
|
eventEditorPotionTypesTitle: "- Event Potion Types -"
|
||||||
|
eventEditorWorldsTitle: "- Worlds -"
|
||||||
|
effBlazeShoot: "Sound of a Blaze firing"
|
||||||
|
effBowFire: "Sound of a bow firing"
|
||||||
|
effClick1: "A click sound"
|
||||||
|
effClick2: "A different click sound"
|
||||||
|
effDoorToggle: "Sound of a door opening or closing"
|
||||||
|
effExtinguish: "Sound of fire being extinguished"
|
||||||
|
effGhastShoot: "Sound of a Ghast firing"
|
||||||
|
effGhastShriek: "Sound of a Ghast shrieking"
|
||||||
|
effZombieWood: "Sound of a Zombie chewing an iron door"
|
||||||
|
effZombieIron: "Sound of a Zombie chewing a wooden door"
|
||||||
|
effEnterName: "Enter an effect name to add it to the list, or enter 'cancel' to return"
|
||||||
|
cmdCancel: "cancel"
|
||||||
|
cmdAdd: "add"
|
||||||
|
cmdClear: "clear"
|
||||||
|
cmdNone: "none"
|
||||||
|
cmdDone: "done"
|
||||||
|
acceptQuest: "Accept Quest?"
|
||||||
|
enterAnOption: "Enter an option"
|
||||||
|
questAccepted: 'Quest accepted: <quest>'
|
||||||
|
currentQuest: "Current Quests:"
|
||||||
|
noMoreQuest: "No more quests available."
|
||||||
|
damage: "Damage"
|
||||||
|
break: "Break"
|
||||||
|
place: "Place"
|
||||||
|
use: "Use"
|
||||||
|
cut: "Cut"
|
||||||
|
catchFish: "Catch Fish"
|
||||||
|
enchantItem: "Enchant <item> with <enchantment>"
|
||||||
|
kill: "Kill"
|
||||||
|
killAtLocation: "Kill <mob> at <location>"
|
||||||
|
killPlayer: "Kill a Player"
|
||||||
|
deliver: "Deliver <item> to <npc>"
|
||||||
|
talkTo: "Talk to <npc>"
|
||||||
|
tame: "Tame"
|
||||||
|
shearSheep: "Shear <color> sheep"
|
||||||
|
goTo: "Go to <location>"
|
||||||
|
completed: "Completed"
|
||||||
|
redoCompleted: "(Completed)"
|
||||||
|
consoleError: "This command may only be performed in-game."
|
||||||
|
invalidSelection: "Invalid selection!"
|
||||||
|
noActiveQuest: "You do not currently have any active Quests."
|
||||||
|
speakTo: 'Start: Speak to <npc>'
|
||||||
|
mustSpeakTo: "You must speak to <npc> to start this Quest."
|
||||||
|
noCommandStart: "<quest> may not be started via command."
|
||||||
|
permissionDisplay: "Permission:"
|
||||||
|
heroesClass: "class"
|
||||||
|
mcMMOLevel: "level"
|
||||||
|
haveCompleted: "You have completed <quest>"
|
||||||
|
cannotComplete: "Cannot complete <quest>"
|
||||||
|
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."
|
||||||
|
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."
|
||||||
|
questInfoNoPerms: "You do not have permission to view a Quest's information."
|
||||||
|
questCmdNoPerms: "You do not have access to that command."
|
||||||
|
pageSelectionNum: "Page selection must be a number."
|
||||||
|
pageSelectionPosNum: "Page selection must be a positive number."
|
||||||
|
questListNoPerms: "You do not have permission to view the Quests list."
|
||||||
|
questTakeNoPerms: "You do not have permission to take Quests via commands."
|
||||||
|
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||||
|
questQuit: "You have quit <quest>"
|
||||||
|
questQuitNoPerms: "You do not have permission to quit Quests."
|
||||||
|
questQuitDisabled: "Quitting Quests has been disabled."
|
||||||
|
questEditorNoPerms: "You do not have permission to use the Quests Editor."
|
||||||
|
eventEditorNoPerms: "You do not have permission to use the Events Editor."
|
||||||
|
questsUnknownCommand: "Unknown Quests 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>."
|
||||||
|
questPurged: "<player> has been purged and blacklisted."
|
||||||
|
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."
|
||||||
|
enableNPCGUI: "<npc> will now provide a GUI Quest Display."
|
||||||
|
disableNPCGUI: "<npc> will no longer provide a GUI Quest Display."
|
||||||
|
invalidNumber: "Invalid number."
|
||||||
|
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||||
|
playerNotFound: "Player not found."
|
||||||
|
invalidStageNum: "Invalid stage number for Quest <quest>"
|
||||||
|
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||||
|
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."
|
||||||
|
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!"
|
||||||
|
journalNoQuests: "You have no accepted quests!"
|
||||||
|
journalDenied: "You cannot do that with your Quest Journal."
|
||||||
|
ENCHANTMENT_ARROW_DAMAGE: "Power"
|
||||||
|
ENCHANTMENT_ARROW_FIRE: "Flame"
|
||||||
|
ENCHANTMENT_ARROW_INFINITE: "Infinity"
|
||||||
|
ENCHANTMENT_ARROW_KNOCKBACK: "Punch"
|
||||||
|
ENCHANTMENT_BINDING_CURSE: "BindingCurse"
|
||||||
|
ENCHANTMENT_DAMAGE_ALL: "Sharpness"
|
||||||
|
ENCHANTMENT_DAMAGE_ARTHROPODS: "BaneOfArthropods"
|
||||||
|
ENCHANTMENT_DEPTH_STRIDER: "DepthStrider"
|
||||||
|
ENCHANTMENT_DAMAGE_UNDEAD: "Smite"
|
||||||
|
ENCHANTMENT_DIG_SPEED: "Efficiency"
|
||||||
|
ENCHANTMENT_DURABILITY: "Unbreaking"
|
||||||
|
ENCHANTMENT_FIRE_ASPECT: "FireAspect"
|
||||||
|
ENCHANTMENT_FROST_WALKER: "FrostWalker"
|
||||||
|
ENCHANTMENT_KNOCKBACK: "Knockback"
|
||||||
|
ENCHANTMENT_LOOT_BONUS_BLOCKS: "Fortune"
|
||||||
|
ENCHANTMENT_LOOT_BONUS_MOBS: "Looting"
|
||||||
|
ENCHANTMENT_LUCK: "LuckOfTheSea"
|
||||||
|
ENCHANTMENT_LURE: "Lure"
|
||||||
|
ENCHANTMENT_MENDING: "Mending"
|
||||||
|
ENCHANTMENT_OXYGEN: "Respiration"
|
||||||
|
ENCHANTMENT_PROTECTION_ENVIRONMENTAL: "Protection"
|
||||||
|
ENCHANTMENT_PROTECTION_EXPLOSIONS: "BlastProtection"
|
||||||
|
ENCHANTMENT_PROTECTION_FALL: "FeatherFalling"
|
||||||
|
ENCHANTMENT_PROTECTION_FIRE: "FireProtection"
|
||||||
|
ENCHANTMENT_PROTECTION_PROJECTILE: "ProjectileProtection"
|
||||||
|
ENCHANTMENT_SILK_TOUCH: "SilkTouch"
|
||||||
|
ENCHANTMENT_SWEEPING: "Sweeping"
|
||||||
|
ENCHANTMENT_THORNS: "Thorns"
|
||||||
|
ENCHANTMENT_VANISHING_CURSE: "VanishingCurse"
|
||||||
|
ENCHANTMENT_WATER_WORKER: "AquaAffinity"
|
||||||
|
COLOR_BLACK: "Black"
|
||||||
|
COLOR_BLUE: "Blue"
|
||||||
|
COLOR_BROWN: "Brown"
|
||||||
|
COLOR_CYAN: "Cyan"
|
||||||
|
COLOR_GRAY: "Gray"
|
||||||
|
COLOR_GREEN: "Green"
|
||||||
|
COLOR_LIGHT_BLUE: "LightBlue"
|
||||||
|
COLOR_LIME: "Lime"
|
||||||
|
COLOR_MAGENTA: "Magenta"
|
||||||
|
COLOR_ORANGE: "Orange"
|
||||||
|
COLOR_PINK: "Pink"
|
||||||
|
COLOR_PURPLE: "Purple"
|
||||||
|
COLOR_RED: "Red"
|
||||||
|
COLOR_SILVER: "Silver"
|
||||||
|
COLOR_WHITE: "White"
|
||||||
|
COLOR_YELLOW: "Yellow"
|
||||||
|
timeDay: "Day"
|
||||||
|
timeDays: "Days"
|
||||||
|
timeHour: "Hour"
|
||||||
|
timeHours: "Hours"
|
||||||
|
timeMinute: "Minute"
|
||||||
|
timeMinutes: "Minutes"
|
||||||
|
timeSecond: "Second"
|
||||||
|
timeSeconds: "Seconds"
|
||||||
|
timeMillisecond: "Millisecond"
|
||||||
|
timeMilliseconds: "Milliseconds"
|
||||||
|
event: "Event"
|
||||||
|
delay: "Delay"
|
||||||
|
save: "Save"
|
||||||
|
exit: "Exit"
|
||||||
|
exited: "Exited"
|
||||||
|
cancel: "Cancel"
|
||||||
|
cancelled: "Cancelled"
|
||||||
|
questTimeout: "Cancelled."
|
||||||
|
back: "Back"
|
||||||
|
yesWord: "Yes"
|
||||||
|
noWord: "No"
|
||||||
|
"true": "true"
|
||||||
|
"false": "false"
|
||||||
|
clear: "Clear"
|
||||||
|
edit: "Edit"
|
||||||
|
none: "None"
|
||||||
|
done: "Done"
|
||||||
|
comma: "comma"
|
||||||
|
finish: "Finish"
|
||||||
|
quit: "Quit"
|
||||||
|
noneSet: "None set"
|
||||||
|
noDelaySet: "No delay set"
|
||||||
|
noIdsSet: "No IDs set"
|
||||||
|
noNamesSet: "No names set"
|
||||||
|
worlds: "Worlds"
|
||||||
|
mobs: "Mobs"
|
||||||
|
points: "points"
|
||||||
|
invalidOption: "Invalid option!"
|
||||||
|
npcHint: 'Note: You can left or right click on NPC''s to get their ID.'
|
||||||
|
listDuplicate: "List contains duplicates!"
|
||||||
|
id: "ID"
|
||||||
|
quest: "Quest"
|
||||||
|
quests: "Quests"
|
||||||
|
createdBy: "Created by"
|
||||||
|
continuedBy: "and continued by"
|
||||||
|
questPoints: "Quest Points"
|
||||||
|
accepted: "Accepted"
|
||||||
|
complete: "Complete"
|
||||||
|
redoable: "Redoable"
|
||||||
|
usage: "Usage"
|
||||||
|
redoableEvery: "Redoable every <time>."
|
||||||
|
requirements: "Requirements"
|
||||||
|
money: "Money"
|
||||||
|
with: "With"
|
||||||
|
to: "to"
|
||||||
|
blocksWithin: "within <amount> blocks of"
|
||||||
|
valRequired: "Value required"
|
||||||
|
enchantedItem: "*Enchanted*"
|
||||||
|
experience: "Experience"
|
||||||
|
timerMessage: '<green>Time left to finish the quest/stage: <red>%s seconds'
|
||||||
|
timerStart: "<green>You have <red>%s seconds <green>to finish this quest/stage"
|
||||||
|
questErrorReadingFile: "Error reading Quests file."
|
||||||
|
questSaveError: "An error occurred while saving."
|
||||||
|
questBlacklisted: "You are blacklisted. Contact an admin if this is in error."
|
858
src/main/resources/lang/nl-NL/strings.yml
Normal file
858
src/main/resources/lang/nl-NL/strings.yml
Normal file
@ -0,0 +1,858 @@
|
|||||||
|
---
|
||||||
|
questFailed: "*QUEST FAILED MATEY*"
|
||||||
|
questMaxAllowed: "Ye may only have up t' <number> Quests."
|
||||||
|
questAlreadyOn: "Ye be already on that Quest!"
|
||||||
|
questTooEarly: "Ye may nah take <quest> again fer another <time>."
|
||||||
|
questAlreadyCompleted: "Ye 'ave already looted <quest>."
|
||||||
|
questInvalidLocation: "Ye may nah take <quest> at this location."
|
||||||
|
questInvalidDeliveryItem: "<item> ain't a required item fer this quest!"
|
||||||
|
questSelectedLocation: "Chosen spot"
|
||||||
|
questDisplayHelp: "Toon deze help pagina"
|
||||||
|
COMMAND_LIST: "lijst"
|
||||||
|
COMMAND_LIST_HELP: "lijst [page] - Laat de toegangelijke zoektochten zien"
|
||||||
|
COMMAND_TAKE: "neem"
|
||||||
|
COMMAND_TAKE_HELP: "neem [quest name] - Een zoektocht accepteren"
|
||||||
|
COMMAND_TAKE_USAGE: 'Gebruik: /quests take [quest]'
|
||||||
|
COMMAND_QUIT: "stoppen"
|
||||||
|
COMMAND_QUIT_HELP: "stop [quest] - Stop met de huidige zoektocht"
|
||||||
|
COMMAND_EDITOR: "bewerker"
|
||||||
|
COMMAND_EDITOR_HELP: "bewerker - Maak/Bewerk Zoektochten"
|
||||||
|
COMMAND_EVENTS_EDITOR: "evenementen"
|
||||||
|
COMMAND_EVENTS_EDITOR_HELP: "evenementen - Maak/Bewerk evenementen"
|
||||||
|
COMMAND_STATS: "statistieken"
|
||||||
|
COMMAND_STATS_HELP: "statistieken - Bekijk je huidige Zoektocht statistieken"
|
||||||
|
COMMAND_TOP: "ranglijst"
|
||||||
|
COMMAND_TOP_HELP: "ranglijst [number] - Bekijk de beste Questers"
|
||||||
|
COMMAND_TOP_USAGE: 'Gebruik: /quests ranglijst [number]'
|
||||||
|
COMMAND_INFO: "info"
|
||||||
|
COMMAND_INFO_HELP: "info - Laat plugin informatie zien"
|
||||||
|
COMMAND_JOURNAL: "logboek"
|
||||||
|
COMMAND_JOURNAL_HELP: "logboek - Bekijk/Verberg je zoektocht logboek"
|
||||||
|
COMMAND_QUEST_HELP: "- Laat huidige Zoektocht doelen zien"
|
||||||
|
COMMAND_QUESTINFO_HELP: "[quest name] - Laat Zoektocht informatie zien"
|
||||||
|
COMMAND_QUESTADMIN_HELP: "- Bekijk Questadmin help"
|
||||||
|
COMMAND_QUESTADMIN_STATS: "statistieken"
|
||||||
|
COMMAND_QUESTADMIN_STATS_HELP: "statistieken [player] - Bekijk Zoektocht statistieken van een speler"
|
||||||
|
COMMAND_QUESTADMIN_GIVE: "geef"
|
||||||
|
COMMAND_QUESTADMIN_GIVE_HELP: "geef [player] [quest] - Forceer een speler om een zoektocht te starten"
|
||||||
|
COMMAND_QUESTADMIN_QUIT: "stop"
|
||||||
|
COMMAND_QUESTADMIN_QUIT_HELP: "stop [player] [quest] - Forceer een speler om zijn Zoektocht te stoppen"
|
||||||
|
COMMAND_QUESTADMIN_POINTS: "punten"
|
||||||
|
COMMAND_QUESTADMIN_POINTS_HELP: "punten [player] [amount] - Zet een speler zijn Zoektocht Punten"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS: "neempunten"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "neempunten [player] [amount] - Neem punten van een speler zijn Zoektocht Punten"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS: "geefpunten"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "geefpunten [player] [amount] - Geef een speler Zoektocht Punten"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] - Zet de Zoektocht Punten van ALLE spelers"
|
||||||
|
COMMAND_QUESTADMIN_FINISH: "voltooien"
|
||||||
|
COMMAND_QUESTADMIN_FINISH_HELP: "voltooi [player] [quest] - Forceer een directe Zoektocht voltooiing voor een speler"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE: "nextstage"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "nextstage [player] [quest] - Immediately force Stage completion for a player"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE: "setstage"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE_HELP: "setstage [player] [quest] [stage] - Set the current Stage for a player"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Usage: /questadmin setstage [player] [quest] [stage]'
|
||||||
|
COMMAND_QUESTADMIN_PURGE: "verwijder"
|
||||||
|
COMMAND_QUESTADMIN_PURGE_HELP: "purge [player] - Verwijder alle Zoektocht data van een speler EN BLACKLIST HEM"
|
||||||
|
COMMAND_QUESTADMIN_RESET: "reset"
|
||||||
|
COMMAND_QUESTADMIN_RESET_HELP: "reset [player] - Clear all Quests data of a player"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE: "verwijder"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE_HELP: "remove [player] [quest] - Remove a completed Quest from a player"
|
||||||
|
COMMAND_QUESTADMIN_TOGGLEGUI: "togglegui"
|
||||||
|
COMMAND_QUESTADMIN_TOGGLEGUI_HELP: "togglegui [npc id] - Toggle Quest GUI vertoning voor een NPC"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD: "herlaad"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD_HELP: "Herlaad alle Missies"
|
||||||
|
questEditorHeader: "Maak Missie"
|
||||||
|
questEditorCreate: "Maak een nieuwe Missie"
|
||||||
|
questEditorEdit: "Bewerk een Missie"
|
||||||
|
questEditorDelete: "Verwijder Missie"
|
||||||
|
questEditorName: "Stel de naam in"
|
||||||
|
questEditorAskMessage: "Stel vraag-bericht in"
|
||||||
|
questEditorFinishMessage: "Stel eind-bericht in"
|
||||||
|
questEditorRedoDelay: "Stel tijd om te herdoen in"
|
||||||
|
questEditorNPCStart: "Stel NPC start in"
|
||||||
|
questEditorBlockStart: "Stel Blok-start in"
|
||||||
|
questEditorInitialEvent: "Stel eerste Gebeurtenis in"
|
||||||
|
questEditorSetGUI: "Stel GUI Item vertoning in"
|
||||||
|
questEditorReqs: "Werk de Benodigdheden bij"
|
||||||
|
questEditorStages: "Werk de Fasen bij"
|
||||||
|
questEditorRews: "Werk de Beloningen bij"
|
||||||
|
questEditorEnterQuestName: "Voer de naam van de Quest in (of 'annuleer' om terug te keren)"
|
||||||
|
questEditorEditEnterQuestName: "Voer de naam van de Quest in om te bewerken (of 'annuleer' om terug te keren)"
|
||||||
|
questEditorEnterAskMessage: "Voer het vraag-bericht in (of 'annuleer' om terug te keren)"
|
||||||
|
questEditorEnterFinishMessage: "Voer het eind-bericht in (of 'annuleer' om terug te keren)"
|
||||||
|
questEditorEnterRedoDelay: "Enter amount of time (in seconds), 0 to clear the redo delay or -1 to cancel"
|
||||||
|
questEditorEnterNPCStart: "Enter NPC ID, -1 to clear the NPC start or -2 to cancel"
|
||||||
|
questEditorEnterBlockStart: "Right-click on a block to use as a start point, then enter 'done' to save, or enter 'clear' to clear the block start, or 'cancel' to return"
|
||||||
|
questEditorEnterInitialEvent: "Enter an Event name, or enter 'clear' to clear the initial Event, or 'cancel' to return"
|
||||||
|
questRequiredNoneSet: "Required, none set"
|
||||||
|
questWGSetRegion: "Set Region"
|
||||||
|
questWGNotInstalled: "WorldGuard not installed"
|
||||||
|
questWGPrompt: "Enter WorldGuard region, or enter 'clear' to clear the region, or 'cancel' to return."
|
||||||
|
questWGInvalidRegion: "<region> is not a valid WorldGuard region!"
|
||||||
|
questWGRegionCleared: "Quest gebied gewist."
|
||||||
|
questCitNotInstalled: "Citizens plugin niet geïnstalleerd"
|
||||||
|
questDenNotInstalled: "Denizen plugin niet geïnstalleerd"
|
||||||
|
questGUIError: 'Error: Dat item wordt al gebruikt als GUI Vertoning door de Quest <quest>.'
|
||||||
|
questCurrentItem: "Huidig item:"
|
||||||
|
questSetItem: "Stel Item in"
|
||||||
|
questClearItem: "Verwijder Item"
|
||||||
|
questGUICleared: "Quest GUI Item Vertoning gewist."
|
||||||
|
questDeleted: "Quest verwijderd! Quests en Gebeurtenissen zijn herladen."
|
||||||
|
questEditorNameExists: "Er bestaat al een Quest met die naam!"
|
||||||
|
questEditorBeingEdited: "Iemand is al een Quest aan het creëren/bewerken met die naam!"
|
||||||
|
questEditorInvalidQuestName: "Naam mag geen punten of komma's bevatten!"
|
||||||
|
questEditorInvalidEventName: "is geen geldige event naam!"
|
||||||
|
questEditorInvalidNPC: "Er bestaat geen NPC met dat ID!"
|
||||||
|
questEditorNoStartBlockSelected: "U moet eerst een blok selecteren."
|
||||||
|
questEditorPositiveAmount: "Het getal moet positief zijn."
|
||||||
|
questEditorQuestAsRequirement1: "Volgende Quests hebben"
|
||||||
|
questEditorQuestAsRequirement2: "als een benodigdheid:"
|
||||||
|
questEditorQuestAsRequirement3: "U moet eerst deze Quests aanpassen zodat ze dit niet gebruiken voordat u ze verwijderd."
|
||||||
|
questEditorQuestNotFound: "Quest niet gevonden!"
|
||||||
|
questEditorEventCleared: "Eerst Gebeurtenis verwijderd."
|
||||||
|
questEditorSave: "Voltooien en opslaan"
|
||||||
|
questEditorNeedAskMessage: "U moet een vraag-bericht instellen!"
|
||||||
|
questEditorNeedFinishMessage: "U moet een eind-bericht instellen!"
|
||||||
|
questEditorNeedStages: "Uw Quest heeft geen fasen!"
|
||||||
|
questEditorSaved: "Quest saved! (Ye will needs t' perform a Quest reload fer it t' appear)"
|
||||||
|
questEditorExited: "Are ye sure ye wants t' exit without savin'?"
|
||||||
|
questEditorDeleted: "Are ye sure ye wants t' scuttle th' Quest"
|
||||||
|
questEditorNoPermsCreate: "Ye do nah 'ave permission t' create Quests."
|
||||||
|
questEditorNoPermsEdit: "Ye do nah 'ave permission t' edit Quests."
|
||||||
|
questEditorNoPermsDelete: "Ye do nah 'ave permission t' scuttle Quests."
|
||||||
|
stageEditorEditStage: "Bewerk Fase"
|
||||||
|
stageEditorNewStage: "Voeg een nieuwe Fase toe"
|
||||||
|
stageEditorStages: "Fasen"
|
||||||
|
stageEditorStage: "Fase"
|
||||||
|
stageEditorBreakBlocks: "Blokken Breken"
|
||||||
|
stageEditorDamageBlocks: "Blokken Beschadigen"
|
||||||
|
stageEditorPlaceBlocks: "Blokken Plaatsen"
|
||||||
|
stageEditorUseBlocks: "Blokken Gebruiken"
|
||||||
|
stageEditorCutBlocks: "Blokken Knippen"
|
||||||
|
stageEditorCatchFish: "Vissen Vangen"
|
||||||
|
stageEditorFish: "vissen"
|
||||||
|
stageEditorKillPlayers: "Kill Players"
|
||||||
|
stageEditorPlayers: "spelers"
|
||||||
|
stageEditorEnchantItems: "Enchant Items"
|
||||||
|
stageEditorDeliverItems: "Breng Spullen"
|
||||||
|
stageEditorTalkToNPCs: "Praat met NPC's"
|
||||||
|
stageEditorKillNPCs: "Vermoord NPC's"
|
||||||
|
stageEditorKillMobs: "Vermoord Monsters"
|
||||||
|
stageEditorReachLocs: "Reach spots"
|
||||||
|
stageEditorReachRadii1: "Bereik binnen"
|
||||||
|
stageEditorReachRadii2: "blokken van"
|
||||||
|
stageEditorTameMobs: "Tem Monster of Dieren"
|
||||||
|
stageEditorShearSheep: "Sheer Schapen"
|
||||||
|
stageEditorEvents: "Evenementen"
|
||||||
|
stageEditorStageEvents: "Fase Evenementen"
|
||||||
|
stageEditorStartEvent: "Begin Fase"
|
||||||
|
stageEditorStartEventCleared: "Begin Fase verwijderd."
|
||||||
|
stageEditorFinishEvent: "Voltooi Fase"
|
||||||
|
stageEditorFinishEventCleared: "Eindfase verwijderd."
|
||||||
|
stageEditorChatEvents: "Chat Evenementen"
|
||||||
|
stageEditorChatTrigger: "Chat Signaal"
|
||||||
|
stageEditorTriggeredBy: "Triggered by"
|
||||||
|
stageEditorChatEventsCleared: "Chat Events cleared."
|
||||||
|
stageEditorDeathEvent: "Death Event"
|
||||||
|
stageEditorDeathEventCleared: "Death Event cleared."
|
||||||
|
stageEditorDisconnectEvent: "Disconnect Event"
|
||||||
|
stageEditorDisconnectEventCleared: "Disconnect Event cleared."
|
||||||
|
stageEditorDelayMessage: "Delay Message"
|
||||||
|
stageEditorDenizenScript: "Denizen Script"
|
||||||
|
stageEditorStartMessage: "Start Message"
|
||||||
|
stageEditorCompleteMessage: "Complete Message"
|
||||||
|
stageEditorDelete: "Delete Stage"
|
||||||
|
stageEditorSetBlockNames: "Set block names"
|
||||||
|
stageEditorSetBlockAmounts: "Set block amounts"
|
||||||
|
stageEditorSetBlockDurability: "Set block durability"
|
||||||
|
stageEditorSetDamageAmounts: "Set damage amounts"
|
||||||
|
stageEditorSetPlaceAmounts: "Set place amounts"
|
||||||
|
stageEditorSetUseAmounts: "Set use amounts"
|
||||||
|
stageEditorSetCutAmounts: "Set cut amounts"
|
||||||
|
stageEditorSetKillAmounts: "Set kill amounts"
|
||||||
|
stageEditorSetEnchantAmounts: "Set enchant amounts"
|
||||||
|
stageEditorSetMobAmounts: "Set mob amounts"
|
||||||
|
stageEditorSetEnchantments: "Set enchantments"
|
||||||
|
stageEditorSetItemNames: "Set item names"
|
||||||
|
stageEditorSetKillIds: "Set NPC IDs"
|
||||||
|
stageEditorSetMobTypes: "Set mob types"
|
||||||
|
stageEditorSetKillLocations: "Set kill locations"
|
||||||
|
stageEditorSetKillLocationRadii: "Set kill location radii"
|
||||||
|
stageEditorSetKillLocationNames: "Set kill location names"
|
||||||
|
stageEditorSetLocations: "Set locations"
|
||||||
|
stageEditorSetLocationRadii: "Set location radii"
|
||||||
|
stageEditorSetLocationNames: "Set location names"
|
||||||
|
stageEditorSetTameAmounts: "Set tame amounts"
|
||||||
|
stageEditorSetShearColors: "Stel kleuren van het schaap in"
|
||||||
|
stageEditorSetShearAmounts: "Stel knip aantallen in"
|
||||||
|
stageEditorPassword: "Password Objectives"
|
||||||
|
stageEditorAddPasswordDisplay: "Add password display"
|
||||||
|
stageEditorAddPasswordPhrases: "Add password phrase(s)"
|
||||||
|
stageEditorNoPasswordDisplays: "No password displays set"
|
||||||
|
stageObjectiveOverride: "Objective Display Override"
|
||||||
|
stageEditorCustom: "Custom Objectives"
|
||||||
|
stageEditorNoModules: "No modules loaded"
|
||||||
|
stageEditorModuleNotFound: "Custom objective module not found."
|
||||||
|
stageEditorCustomPrompt: "Enter the name of a custom objective to add, or enter 'clear' to clear all custom objectives, or 'cancel' to return."
|
||||||
|
stageEditorCustomAlreadyAdded: "That custom objective has already been added!"
|
||||||
|
stageEditorCustomCleared: "Custom objectives cleared."
|
||||||
|
stageEditorCustomDataPrompt: "Enter value for <data>:"
|
||||||
|
stageEditorEnterBlockNames: "Enter block names (or IDs), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorBreakBlocksPrompt: "Enter break amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorDamageBlocksPrompt: "Enter damage amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorPlaceBlocksPrompt: "Enter place amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorUseBlocksPrompt: "Enter use amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorCutBlocksPrompt: "Enter cut amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorEnterBlockDurability: "Enter block durability (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorCatchFishPrompt: "Enter number of fish to catch, or 0 to clear the fish catch objective, or -1 to cancel"
|
||||||
|
stageEditorKillPlayerPrompt: "Enter number of players to kill, or 0 to clear the player kill objective, or -1 to cancel"
|
||||||
|
stageEditorEnchantTypePrompt: "Enter enchantment names, separating each one by a comma, or enter 'cancel' to return."
|
||||||
|
stageEditorEnchantAmountsPrompt: "Enter enchant amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorItemNamesPrompt: "Enter item names, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorNPCPrompt: "Enter NPC ids, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorNPCToTalkToPrompt: "Enter NPC IDs, separating each one by a space, or enter 'clear' to clear the NPC ID list, or 'cancel' to return."
|
||||||
|
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
||||||
|
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorMobAmountsPrompt: "Enter mob amounts separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationPrompt: "Right-click on a block t' select it, then enter 'add' t' add it t' th' kill spot list, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationRadiiPrompt: "Enter kill spot radii (number o' blocks) separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||||
|
stageEditorTameAmountsPrompt: "Enter tame amounts separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorShearColorsPrompt: "Enter sheep colors separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorShearAmountsPrompt: "Enter shear amounts separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorEventsPrompt: "Enter an event name, or enter 'clear' to clear the event, or 'cancel' to return"
|
||||||
|
stageEditorChatEventsPrompt: "Enter an event name to add, or enter 'clear' to clear all chat events, or 'cancel' to return"
|
||||||
|
stageEditorChatEventsTriggerPromptA: "Enter a chat trigger for"
|
||||||
|
stageEditorChatEventsTriggerPromptB: "or enter 'cancel' to return."
|
||||||
|
stageEditorDelayPrompt: "Enter time (in seconds), or enter 'clear' to clear the delay, or 'cancel' to return"
|
||||||
|
stageEditorDelayMessagePrompt: "Enter delay message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorScriptPrompt: "Enter script name, or enter 'clear' to clear the script, or 'cancel' to return"
|
||||||
|
stageEditorStartMessagePrompt: "Enter start message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorCompleteMessagePrompt: "Enter complete message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorPasswordDisplayPrompt: "Enter a password display, or 'cancel' to return"
|
||||||
|
stageEditorPasswordDisplayHint: "(This is the text that will be displayed to the player as their objective)"
|
||||||
|
stageEditorPasswordPhrasePrompt: "Enter a password phrase, or 'cancel' to return"
|
||||||
|
stageEditorPasswordPhraseHint1: "(This is the text that a player has to say to complete the objective)"
|
||||||
|
stageEditorPasswordPhraseHint2: "If you want multiple password phrases, seperate them by a | (pipe)"
|
||||||
|
stageEditorObjectiveOverridePrompt: "Enter objective display override, or 'clear' to clear the override, or 'cancel' to return."
|
||||||
|
stageEditorObjectiveOverrideHint: "(The objective display override will show up as the players current objective)"
|
||||||
|
stageEditorObjectiveOverrideCleared: "Objective display override cleared."
|
||||||
|
stageEditorDeliveryAddItem: "Add item"
|
||||||
|
stageEditorDeliveryNPCs: "Set NPC IDs"
|
||||||
|
stageEditorDeliveryMessages: "Set delivery messages"
|
||||||
|
stageEditorContainsDuplicates: "List contains duplicates!"
|
||||||
|
stageEditorInvalidBlockName: "is not a valid block name!"
|
||||||
|
stageEditorInvalidEnchantment: "is not a valid enchantment name!"
|
||||||
|
stageEditorInvalidNPC: "is not a valid NPC ID!"
|
||||||
|
stageEditorInvalidMob: "is not a valid mob name!"
|
||||||
|
stageEditorInvalidItemName: "is not a valid item name!"
|
||||||
|
stageEditorInvalidNumber: "is not a number!"
|
||||||
|
stageEditorInvalidDye: "is not a valid dye color!"
|
||||||
|
stageEditorInvalidEvent: "is not a valid event name!"
|
||||||
|
stageEditorDuplicateEvent: "Event is already in the list!"
|
||||||
|
stageEditorInvalidDelay: "Delay must be at least one second!"
|
||||||
|
stageEditorInvalidScript: "Denizen script not found!"
|
||||||
|
stageEditorNoCitizens: "Citizens is not installed!"
|
||||||
|
stageEditorNoDenizen: "Denizen is not installed!"
|
||||||
|
stageEditorPositiveAmount: "You must enter a positive number!"
|
||||||
|
stageEditorNoNumber: "Input was not a number!"
|
||||||
|
stageEditorNotGreaterThanZero: "is not greater than 0!"
|
||||||
|
stageEditorNotListofNumbers: "Invalid entry, input was not a list of numbers!"
|
||||||
|
stageEditorNoDelaySet: "You must set a delay first!"
|
||||||
|
stageEditorNoBlockNames: "You must set block names first!"
|
||||||
|
stageEditorNoEnchantments: "You must set enchantments first!"
|
||||||
|
stageEditorNoItems: "You must add items first!"
|
||||||
|
stageEditorNoDeliveryMessage: "You must set at least one delivery message!"
|
||||||
|
stageEditorNoNPCs: "You must set NPC IDs first!"
|
||||||
|
stageEditorNoMobTypes: "You must set mob types first!"
|
||||||
|
stageEditorNoKillLocations: "You must set kill locations first!"
|
||||||
|
stageEditorNoBlockSelected: "You must select a block first."
|
||||||
|
stageEditorNoColors: "You must set colors first!"
|
||||||
|
stageEditorNoLocations: "You must set locations first!"
|
||||||
|
stageEditorNoEnchantmentsSet: "No enchantments set"
|
||||||
|
stageEditorNoItemsSet: "No items set"
|
||||||
|
stageEditorNoMobTypesSet: "No mob types set"
|
||||||
|
stageEditorNoLocationsSet: "No locations set"
|
||||||
|
stageEditorNoColorsSet: "No colors set"
|
||||||
|
stageEditorListNotSameSize: "The block names list and the amounts list are not the same size!"
|
||||||
|
stageEditorEnchantmentNotSameSize: "The enchantments list, the item id list and the enchant amount list are not the same size!"
|
||||||
|
stageEditorDeliveriesNotSameSize: "The item list and the NPC list are not equal in size!"
|
||||||
|
stageEditorNPCKillsNotSameSize: "The NPC IDs list and the kill amounts list are not the same size!"
|
||||||
|
stageEditorAllListsNotSameSize: "All of your lists are not the same size!"
|
||||||
|
stageEditorMobTypesNotSameSize: "The mob types list and the mob amounts list are not the same size!"
|
||||||
|
stageEditorTameMobsNotSameSize: "The mob types list and the tame amounts list are not the same size!"
|
||||||
|
stageEditorShearNotSameSize: "The sheep colors list and the shear amounts list are not the same size!"
|
||||||
|
stageEditorMustSetPasswordDisplays: "You must add at least one password display first!"
|
||||||
|
stageEditorAddPasswordCleared: "Password Objectives cleared."
|
||||||
|
stageEditorPasswordNotSameSize: "The password display and password phrase lists are not the same size!"
|
||||||
|
stageEditorListContainsDuplicates: " List contains duplicates!"
|
||||||
|
stageEditorDelayCleared: "Delay cleared."
|
||||||
|
stageEditorDelayMessageCleared: "Delay message cleared."
|
||||||
|
stageEditorDenizenCleared: "Denizen script cleared."
|
||||||
|
stageEditorBreakBlocksCleared: "Break blocks objective cleared."
|
||||||
|
stageEditorDamageBlocksCleared: "Damage blocks objective cleared."
|
||||||
|
stageEditorPlaceBlocksCleared: "Place blocks objective cleared."
|
||||||
|
stageEditorUseBlocksCleared: "Use blocks objective cleared."
|
||||||
|
stageEditorCutBlocksCleared: "Cut blocks objective cleared."
|
||||||
|
stageEditorEnchantmentsCleared: "Enchantment objective cleared."
|
||||||
|
stageEditorDeliveriesCleared: "Delivery objective cleared."
|
||||||
|
stageEditorReachLocationsCleared: "Reach Locations objective cleared."
|
||||||
|
stageEditorKillNPCsCleared: "Kill NPCs objective cleared."
|
||||||
|
stageEditorKillMobsCleared: "Kill Mobs objective cleared."
|
||||||
|
stageEditorTameCleared: "Tame Mobs objective cleared."
|
||||||
|
stageEditorShearCleared: "Shear Sheep objective cleared."
|
||||||
|
stageEditorStartMessageCleared: "Start message cleared."
|
||||||
|
stageEditorCompleteMessageCleared: "Complete message cleared."
|
||||||
|
stageEditorConfirmStageDelete: "Are you sure you want to delete this stage?"
|
||||||
|
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"
|
||||||
|
allListsNotSameSize: "All of your lists are not the same size!"
|
||||||
|
eventEditorCreate: "Create new Event"
|
||||||
|
eventEditorEdit: "Edit an Event"
|
||||||
|
eventEditorDelete: "Delete an Event"
|
||||||
|
eventEditorCreatePermisssions: "You do not have permission to create new Events."
|
||||||
|
eventEditorEditPermisssions: "You do not have permission to edit Events."
|
||||||
|
eventEditorDeletePermisssions: "You do not have permission to delete Events."
|
||||||
|
eventEditorNoneToEdit: "No Events currently exist to be edited!"
|
||||||
|
eventEditorNoneToDelete: "No Events currently exist to be deleted!"
|
||||||
|
eventEditorNotFound: "Event not found!"
|
||||||
|
eventEditorExists: "Event already exists!"
|
||||||
|
eventEditorSomeone: "Someone is already creating or editing an Event with that name!"
|
||||||
|
eventEditorAlpha: "Name must be alphanumeric!"
|
||||||
|
eventEditorErrorReadingFile: "Error reading Events file."
|
||||||
|
eventEditorErrorSaving: "An error occurred while saving."
|
||||||
|
eventEditorDeleted: "Event deleted, Quests and Events reloaded."
|
||||||
|
eventEditorSaved: "Event saved, Quests and Events reloaded."
|
||||||
|
eventEditorEnterEventName: "Enter an Event name, or 'cancel' to return."
|
||||||
|
eventEditorDeletePrompt: "Are you sure you want to delete the Event"
|
||||||
|
eventEditorQuitWithoutSaving: "Are you sure you want to quit without saving?"
|
||||||
|
eventEditorFinishAndSave: "Are you sure you want to finish and save the Event"
|
||||||
|
eventEditorModifiedNote: 'Note: You have modified an Event that the following Quests use:'
|
||||||
|
eventEditorForcedToQuit: "If you save the Event, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||||
|
eventEditorEventInUse: "The following Quests use the Event"
|
||||||
|
eventEditorMustModifyQuests: "eventEditorNotFound"
|
||||||
|
eventEditorListSizeMismatch: "The lists are not the same size!"
|
||||||
|
eventEditorListDuplicates: "List contains duplicates!"
|
||||||
|
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||||
|
eventEditorInvalidEntry: "Invalid entry"
|
||||||
|
eventEditorSetName: "Set name"
|
||||||
|
eventEditorSetMessage: "Set message"
|
||||||
|
eventEditorClearInv: "Clear player inventory"
|
||||||
|
eventEditorFailQuest: "Fail the quest"
|
||||||
|
eventEditorSetExplosions: "Set explosion locations"
|
||||||
|
eventEditorSetLightning: "Set lightning strike locations"
|
||||||
|
eventEditorSetEffects: "Set effects"
|
||||||
|
eventEditorSetStorm: "Set storm"
|
||||||
|
eventEditorSetThunder: "Set thunder"
|
||||||
|
eventEditorSetMobSpawns: "Set mob spawns"
|
||||||
|
eventEditorSetPotionEffects: "Set potion effects"
|
||||||
|
eventEditorSetHunger: "Set player hunger level"
|
||||||
|
eventEditorSetSaturation: "Set player saturation level"
|
||||||
|
eventEditorSetHealth: "Set player health level"
|
||||||
|
eventEditorEnterTimerSeconds: "Set number of seconds left before the quest fails (use cancel-timer event to cancel timers)"
|
||||||
|
eventEditorSetTimer: "Set time to fail quest"
|
||||||
|
eventEditorCancelTimer: "Cancel the quest timer"
|
||||||
|
eventEditorSetTeleport: "Set player teleport location"
|
||||||
|
eventEditorSetCommands: "Set commands to execute"
|
||||||
|
eventEditorItems: "Event Items"
|
||||||
|
eventEditorSetItems: "Give items"
|
||||||
|
eventEditorItemsCleared: "Event items cleared."
|
||||||
|
eventEditorAddItem: "Add item"
|
||||||
|
eventEditorSetItemNames: "Set item names"
|
||||||
|
eventEditorSetItemAmounts: "Set item amounts"
|
||||||
|
eventEditorNoNames: "No names set"
|
||||||
|
eventEditorMustSetNames: "You must set item names first!"
|
||||||
|
eventEditorInvalidName: "is not a valid item name!"
|
||||||
|
eventEditorNotGreaterThanZero: "is not greater than 0!"
|
||||||
|
eventEditorNotANumber: "is not a number!"
|
||||||
|
eventEditorStorm: "Event Storm"
|
||||||
|
eventEditorSetWorld: "Set world"
|
||||||
|
eventEditorSetDuration: "Set duration"
|
||||||
|
eventEditorNoWorld: "(No world set)"
|
||||||
|
eventEditorSetWorldFirst: "You must set a world first!"
|
||||||
|
eventEditorInvalidWorld: "is not a valid world name!"
|
||||||
|
eventEditorMustSetStormDuration: "You must set a storm duration!"
|
||||||
|
eventEditorStormCleared: "Storm data cleared."
|
||||||
|
eventEditorEnterStormWorld: "Enter a world name for the storm to occur in, or enter 'cancel' to return"
|
||||||
|
eventEditorEnterDuration: "Enter duration (in seconds)"
|
||||||
|
eventEditorAtLeastOneSecond: "Amount must be at least 1 second!"
|
||||||
|
eventEditorNotGreaterThanOneSecond: "is not greater than 1 second!"
|
||||||
|
eventEditorThunder: "Event Thunder"
|
||||||
|
eventEditorMustSetThunderDuration: "You must set a thunder duration!"
|
||||||
|
eventEditorThunderCleared: "Thunder data cleared."
|
||||||
|
eventEditorEnterThunderWorld: "Enter a world name for the thunder to occur in, or enter 'cancel' to return"
|
||||||
|
eventEditorEffects: "Event Effects"
|
||||||
|
eventEditorAddEffect: "Add effect"
|
||||||
|
eventEditorAddEffectLocation: "Add effect location"
|
||||||
|
eventEditorNoEffects: "No effects set"
|
||||||
|
eventEditorMustAddEffects: "You must add effects first!"
|
||||||
|
eventEditorInvalidEffect: "is not a valid effect name!"
|
||||||
|
eventEditorEffectsCleared: "Event effects cleared."
|
||||||
|
eventEditorEffectLocationPrompt: "Right-click on a block to play an effect at, then enter 'add' to add it to the list, or enter 'cancel' to return"
|
||||||
|
eventEditorMobSpawns: "Event Mob Spawns"
|
||||||
|
eventEditorAddMobTypes: "Add mob"
|
||||||
|
eventEditorNoTypesSet: "(No type set)"
|
||||||
|
eventEditorMustSetMobTypesFirst: "You must set the mob type first!"
|
||||||
|
eventEditorSetMobAmounts: "Set mob amount"
|
||||||
|
eventEditorNoAmountsSet: "(No amounts set)"
|
||||||
|
eventEditorMustSetMobAmountsFirst: "You must set mob amount first!"
|
||||||
|
eventEditorAddSpawnLocation: "Set spawn location"
|
||||||
|
eventEditorMobSpawnsCleared: "Mob spawns cleared."
|
||||||
|
eventEditorMustSetMobLocationFirst: "You must set a spawn-location first!"
|
||||||
|
eventEditorInvalidMob: "is not a valid mob name!"
|
||||||
|
eventEditorSetMobName: "Set custom name for mob"
|
||||||
|
eventEditorSetMobType: "Set mob type"
|
||||||
|
eventEditorSetMobItemInHand: "Set item in hand"
|
||||||
|
eventEditorSetMobItemInHandDrop: "Set drop chance of item in hand"
|
||||||
|
eventEditorSetMobBoots: "Set boots"
|
||||||
|
eventEditorSetMobBootsDrop: "Set drop chance of boots"
|
||||||
|
eventEditorSetMobLeggings: "Set leggings"
|
||||||
|
eventEditorSetMobLeggingsDrop: "Set drop chance of leggings"
|
||||||
|
eventEditorSetMobChestPlate: "Set chest plate"
|
||||||
|
eventEditorSetMobChestPlateDrop: "Set drop chance of chest plate"
|
||||||
|
eventEditorSetMobHelmet: "Set helmet"
|
||||||
|
eventEditorSetMobHelmetDrop: "Set drop chance of helmet"
|
||||||
|
eventEditorSetMobSpawnLoc: "Right-click on a block to spawn a mob at, then enter 'add' to the confirm it, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobSpawnAmount: "Set the amount of mobs to spawn"
|
||||||
|
eventEditorSetDropChance: "Set the drop chance"
|
||||||
|
eventEditorInvalidDropChance: "Drop chance has to be between 0.0 and 1.0"
|
||||||
|
eventEditorLightningPrompt: "Right-click on a block to spawn a lightning strike at, then enter 'add' to add it to the list, or enter 'clear' to clear the locations list, or 'cancel' to return"
|
||||||
|
eventEditorPotionEffects: "Event Potion Effects"
|
||||||
|
eventEditorSetPotionEffectTypes: "Set potion effect types"
|
||||||
|
eventEditorMustSetPotionTypesFirst: "You must set potion effect types first!"
|
||||||
|
eventEditorSetPotionDurations: "Set potion effect durations"
|
||||||
|
eventEditorMustSetPotionDurationsFirst: "You must set potion effect durations first!"
|
||||||
|
eventEditorMustSetPotionTypesAndDurationsFirst: "You must set potion effect types and durations first!"
|
||||||
|
eventEditorNoDurationsSet: "(No durations set)"
|
||||||
|
eventEditorSetPotionMagnitudes: "Set potion effect magnitudes"
|
||||||
|
eventEditorPotionsCleared: "Potion effects cleared."
|
||||||
|
eventEditorInvalidPotionType: "is not a valid potion effect type!"
|
||||||
|
eventEditorEnterNPCId: "Enter NPC ID (or -1 to return)"
|
||||||
|
eventEditorNoNPCExists: "No NPC exists with that id!"
|
||||||
|
eventEditorExplosionPrompt: "Right-click on a block to spawn an explosion at, then enter 'add' to add it to the list, or enter 'clear' to clear the explosions list, or 'cancel' to return"
|
||||||
|
eventEditorSelectBlockFirst: "You must select a block first."
|
||||||
|
eventEditorSetMessagePrompt: "Enter message, or enter 'none' to delete, (or 'cancel' to return)"
|
||||||
|
eventEditorSetItemNamesPrompt: "Enter item names separating each one by a space, or enter 'cancel' to return."
|
||||||
|
eventEditorSetItemAmountsPrompt: "Enter item amounts (numbers) separating each one by a space, or enter 'cancel' to return."
|
||||||
|
eventEditorSetMobTypesPrompt: "Enter mob name, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobAmountsPrompt: "Enter mob amount, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobNamePrompt: "Set the name for this mob, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the mob spawn location list, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionEffectsPrompt: "Enter potion effect types separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionDurationsPrompt: "Enter effect durations (in milliseconds) separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetHungerPrompt: "Enter hunger level, or -1 to remove it"
|
||||||
|
eventEditorHungerLevelAtLeastZero: "Hunger level must be at least 0!"
|
||||||
|
eventEditorSetSaturationPrompt: "Enter saturation level, or -1 to remove it"
|
||||||
|
eventEditorSaturationLevelAtLeastZero: "Saturation level must be at least 0!"
|
||||||
|
eventEditorSetHealthPrompt: "Enter health level, or -1 to remove it"
|
||||||
|
eventEditorHealthLevelAtLeastZero: "Health level must be at least 0!"
|
||||||
|
eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to, then enter 'done' to finish, or enter 'clear' to clear the teleport location, or 'cancel' to return"
|
||||||
|
eventEditorCommandsNote: 'Note: You may use <player> to refer to the player''s name.'
|
||||||
|
eventEditorSetCommandsPrompt: "Enter commands separating each one by a comma, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
reqSetMoney: "Set money requirement"
|
||||||
|
reqSetQuestPoints: "Set Quest Points requirement"
|
||||||
|
reqSetItem: "Set item requirements"
|
||||||
|
reqSetPerms: "Set permission requirements"
|
||||||
|
reqSetQuest: "Set Quest requirements"
|
||||||
|
reqSetQuestBlocks: "Set Quest blocks"
|
||||||
|
reqSetMcMMO: "Set mcMMO requirements"
|
||||||
|
reqSetHeroes: "Set Heroes requirements"
|
||||||
|
reqSetCustom: "Custom requirements"
|
||||||
|
reqSetFail: "Set fail requirements message"
|
||||||
|
reqSetSkills: "Set skills"
|
||||||
|
reqSetSkillAmounts: "Set skill amounts"
|
||||||
|
reqHeroesSetPrimary: "Set Primary Class"
|
||||||
|
reqHeroesSetSecondary: "Set Secondary Class"
|
||||||
|
reqMoneyPrompt: "Enter amount of <money>, or 0 to clear the money requirement, or -1 to cancel"
|
||||||
|
reqQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point requirement, or -1 to cancel"
|
||||||
|
reqQuestPrompt: "Enter a list of Quest names separating each one by a <comma>, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqRemoveItemsPrompt: "Enter a list of true/false values, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
reqPermissionsPrompt: "Enter permission requirements separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
reqCustomPrompt: "Enter the name of a custom requirement to add, or enter 'clear' to clear all custom requirements, or 'cancel' to return."
|
||||||
|
reqMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqMcMMOAmountsPrompt: "Enter mcMMO skill amounts, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqHeroesPrimaryPrompt: "Enter a Heroes Primary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||||
|
reqHeroesSecondaryPrompt: "Enter a Heroes Secondary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||||
|
reqFailMessagePrompt: "Enter fail requirements message, or enter 'cancel' to return."
|
||||||
|
reqAddItem: "Add item"
|
||||||
|
reqSetRemoveItems: "Set remove items"
|
||||||
|
reqNoItemsSet: "No items set"
|
||||||
|
reqNoValuesSet: "No values set"
|
||||||
|
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||||
|
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||||
|
reqGreaterThanZero: "Amount must be greater than 0!"
|
||||||
|
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||||
|
reqItemCleared: "Item requirements cleared."
|
||||||
|
reqListsNotSameSize: "The items list and remove items list are not the same size!"
|
||||||
|
reqTrueFalseError: '<input> is not a true or false value!%br%Example: true false true true'
|
||||||
|
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||||
|
reqCustomNotFound: "Custom requirement module not found."
|
||||||
|
reqCustomCleared: "Custom requirements cleared."
|
||||||
|
reqMcMMOError: "<input> is not an mcMMO skill name!"
|
||||||
|
reqMcMMOCleared: "mcMMO skill requirements cleared."
|
||||||
|
reqMcMMOAmountsCleared: "mcMMO skill amount requirements cleared."
|
||||||
|
reqHeroesNotPrimary: "The <class> class is not primary!"
|
||||||
|
reqHeroesPrimaryCleared: "Heroes Primary Class requirement cleared."
|
||||||
|
reqHeroesNotSecondary: "The <class> class is not secondary!"
|
||||||
|
reqHeroesSecondaryCleared: "Heroes Secondary Class requirement cleared."
|
||||||
|
reqHeroesClassNotFound: "Class not found!"
|
||||||
|
reqNone: "No requirements set"
|
||||||
|
reqNotANumber: "<input> is not a number!"
|
||||||
|
reqMustAddItem: "You must add at least one item first!"
|
||||||
|
reqNoMessage: "You must set a fail requirements message!"
|
||||||
|
reqNoMcMMO: "mcMMO not installed"
|
||||||
|
reqNoHeroes: "Heroes not installed"
|
||||||
|
rewSetMoney: "Set money reward"
|
||||||
|
rewSetQuestPoints: "Set Quest Points reward"
|
||||||
|
rewSetItems: "Set item rewards"
|
||||||
|
rewSetExperience: "Set experience reward"
|
||||||
|
rewSetCommands: "Set command rewards"
|
||||||
|
rewSetPermission: "Set permission rewards"
|
||||||
|
rewSetMcMMO: "Set mcMMO skill rewards"
|
||||||
|
rewSetHeroes: "Set Heroes experience rewards"
|
||||||
|
rewSetPhat: "Set PhatLoot rewards"
|
||||||
|
rewSetCustom: "Set Custom Rewards"
|
||||||
|
rewSetHeroesClasses: "Set classes"
|
||||||
|
rewSetHeroesAmounts: "Set experience amounts"
|
||||||
|
rewMoneyPrompt: "Enter amount of <money>, or 0 to clear the money reward, or -1 to cancel"
|
||||||
|
rewExperiencePrompt: "Enter amount of experience, or 0 to clear the experience reward, or -1 to cancel"
|
||||||
|
rewCommandPrompt: "Enter command rewards separating each one by a <comma>, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
rewCommandPromptHint: 'Note: You may put <player> to specify the player who completed the Quest. e.g. smite <player>'
|
||||||
|
rewPermissionsPrompt: "Enter permission rewards separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
rewQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point reward, or -1 to cancel"
|
||||||
|
rewMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewMcMMOPromptHint: 'Note: Typing ''All'' will give levels to all skills.'
|
||||||
|
rewHeroesClassesPrompt: "Enter Heroes classes separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed) separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewPhatLootsPrompt: "Enter PhatLoots separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
rewCustomRewardPrompt: "Enter the name of a custom reward to add, or enter 'clear' to clear all custom rewards, or 'cancel' to return."
|
||||||
|
rewItemsCleared: "Item rewards cleared."
|
||||||
|
rewNoMcMMOSkills: "No skills set"
|
||||||
|
rewNoHeroesClasses: "No classes set"
|
||||||
|
rewSetMcMMOSkillsFirst: "You must set skills first!"
|
||||||
|
rewMcMMOCleared: "mcMMO rewards cleared."
|
||||||
|
rewMcMMOListsNotSameSize: "The skills list and skill amounts list are not the same size!"
|
||||||
|
rewSetHeroesClassesFirst: "You must set classes first!"
|
||||||
|
rewHeroesCleared: "Heroes rewards cleared."
|
||||||
|
rewHeroesListsNotSameSize: "The classes list and experience amounts list are not the same size!"
|
||||||
|
rewHeroesInvalidClass: "<input> is not a valid Heroes class name!"
|
||||||
|
rewPhatLootsInvalid: "<input> is not a valid PhatLoot name!"
|
||||||
|
rewPhatLootsCleared: "PhatLoots reward cleared."
|
||||||
|
rewCustomAlreadyAdded: "That custom reward has already been added!"
|
||||||
|
rewCustomNotFound: "Custom reward module not found."
|
||||||
|
rewCustomCleared: "Custom rewards cleared."
|
||||||
|
rewNoPhat: "PhatLoots not installed"
|
||||||
|
itemCreateLoadHand: "Load item in hand"
|
||||||
|
itemCreateSetName: "Set name"
|
||||||
|
itemCreateSetAmount: "Set amount"
|
||||||
|
itemCreateSetDurab: "Set durability"
|
||||||
|
itemCreateSetEnchs: "Add/clear enchantments"
|
||||||
|
itemCreateSetDisplay: "Set display name"
|
||||||
|
itemCreateSetLore: "Set lore"
|
||||||
|
itemCreateEnterName: "Enter an item name, or 'cancel' to return."
|
||||||
|
itemCreateEnterAmount: "Enter item amount (max. 64), or 'cancel' to return."
|
||||||
|
itemCreateEnterDurab: "Enter item durability, or 'clear' to clear the data, or 'cancel' to return."
|
||||||
|
itemCreateEnterEnch: "Enter an enchantment name, or 'clear' to clear the enchantments, or 'cancel' to return."
|
||||||
|
itemCreateEnterLevel: "Enter a level (number) for <enchantment>"
|
||||||
|
itemCreateEnterDisplay: "Enter item display name, or 'clear' to clear the display name, or 'cancel' to return."
|
||||||
|
itemCreateEnterLore: "Enter item lore, separating each line by a semi-colon ; or 'clear' to clear the lore, or 'cancel' to return."
|
||||||
|
itemCreateLoaded: "Item loaded."
|
||||||
|
itemCreateNoItem: "No item in hand!"
|
||||||
|
itemCreateNoName: "You must set a name first!"
|
||||||
|
itemCreateInvalidName: "Invalid item name!"
|
||||||
|
itemCreateInvalidAmount: "Amount must be between 1-64!"
|
||||||
|
itemCreateInvalidDurab: "Invalid item durability!"
|
||||||
|
itemCreateInvalidEnch: "Invalid enchantment name!"
|
||||||
|
itemCreateInvalidLevel: "Level must be greater than 0!"
|
||||||
|
itemCreateInvalidInput: "Invalid input!"
|
||||||
|
itemCreateNotNumber: "Input was not a number!"
|
||||||
|
itemCreateNoNameAmount: "You must set a name and amount first!"
|
||||||
|
itemCreateCriticalError: "A critical error has occurred."
|
||||||
|
questTitle: "-- <quest> --"
|
||||||
|
questObjectivesTitle: "---(<quest>)---"
|
||||||
|
questCompleteTitle: '**QUEST COMPLETE: <quest>**'
|
||||||
|
questRewardsTitle: "Rewards:"
|
||||||
|
journalTitle: "Quest Journal"
|
||||||
|
questsTitle: "- Quests -"
|
||||||
|
questHelpTitle: "- Quests -"
|
||||||
|
questListTitle: "- Quests -"
|
||||||
|
questNPCListTitle: "- Quests | <npc> -"
|
||||||
|
questAdminHelpTitle: "- Questadmin -"
|
||||||
|
questEditorTitle: "- Quest Editor -"
|
||||||
|
eventEditorTitle: "- Event Editor - "
|
||||||
|
questCreateTitle: "- Create Quest -"
|
||||||
|
questEditTitle: "- Edit Quest -"
|
||||||
|
questDeleteTitle: "- Delete Quest -"
|
||||||
|
requirementsTitle: "- <quest> | Requirements -"
|
||||||
|
rewardsTitle: "- <quest> | Rewards -"
|
||||||
|
itemRequirementsTitle: "- Item Requirements -"
|
||||||
|
itemRewardsTitle: "- Item Rewards -"
|
||||||
|
mcMMORequirementsTitle: "- mcMMO Requirements -"
|
||||||
|
mcMMORewardsTitle: "- mcMMO Rewards -"
|
||||||
|
heroesRequirementsTitle: "- Heroes Requirements -"
|
||||||
|
heroesRewardsTitle: "- Heroes Rewards -"
|
||||||
|
heroesClassesTitle: "- Heroes Classes -"
|
||||||
|
heroesExperienceTitle: "- Heroes Experience -"
|
||||||
|
heroesPrimaryTitle: "- Primary Classes -"
|
||||||
|
heroesSecondaryTitle: "- Secondary Classes -"
|
||||||
|
phatLootsRewardsTitle: "- PhatLoots Rewards -"
|
||||||
|
customRequirementsTitle: "- Custom Requirements -"
|
||||||
|
customRewardsTitle: "- Custom Rewards -"
|
||||||
|
skillListTitle: "- Skill List -"
|
||||||
|
eventTitle: "- Event -"
|
||||||
|
completedQuestsTitle: "- Completed Quests -"
|
||||||
|
topQuestersTitle: "- Top <number> Questers -"
|
||||||
|
createItemTitle: "- Create Item -"
|
||||||
|
enchantmentsTitle: "- Enchantments -"
|
||||||
|
questGUITitle: "- GUI Item Display -"
|
||||||
|
questRegionTitle: "- Quest Region -"
|
||||||
|
eventEditorGiveItemsTitle: "- Give Items -"
|
||||||
|
eventEditorEffectsTitle: "- Effects -"
|
||||||
|
eventEditorStormTitle: "- Event Storm -"
|
||||||
|
eventEditorThunderTitle: "- Event Thunder -"
|
||||||
|
eventEditorMobSpawnsTitle: "- Event Mob Spawns -"
|
||||||
|
eventEditorMobsTitle: "- Mobs -"
|
||||||
|
eventEditorAddMobTypesTitle: "- Add Mob -"
|
||||||
|
eventEditorPotionEffectsTitle: "- Event Potion Effects -"
|
||||||
|
eventEditorPotionTypesTitle: "- Event Potion Types -"
|
||||||
|
eventEditorWorldsTitle: "- Worlds -"
|
||||||
|
effBlazeShoot: "Sound of a Blaze firing"
|
||||||
|
effBowFire: "Sound of a bow firing"
|
||||||
|
effClick1: "A click sound"
|
||||||
|
effClick2: "A different click sound"
|
||||||
|
effDoorToggle: "Sound of a door opening or closing"
|
||||||
|
effExtinguish: "Sound of fire being extinguished"
|
||||||
|
effGhastShoot: "Sound of a Ghast firing"
|
||||||
|
effGhastShriek: "Sound of a Ghast shrieking"
|
||||||
|
effZombieWood: "Sound of a Zombie chewing an iron door"
|
||||||
|
effZombieIron: "Sound of a Zombie chewing a wooden door"
|
||||||
|
effEnterName: "Enter an effect name to add it to the list, or enter 'cancel' to return"
|
||||||
|
cmdCancel: "cancel"
|
||||||
|
cmdAdd: "add"
|
||||||
|
cmdClear: "clear"
|
||||||
|
cmdNone: "none"
|
||||||
|
cmdDone: "done"
|
||||||
|
acceptQuest: "Accept Quest?"
|
||||||
|
enterAnOption: "Enter an option"
|
||||||
|
questAccepted: 'Quest accepted: <quest>'
|
||||||
|
currentQuest: "Current Quests:"
|
||||||
|
noMoreQuest: "No more quests available."
|
||||||
|
damage: "Damage"
|
||||||
|
break: "Break"
|
||||||
|
place: "Place"
|
||||||
|
use: "Use"
|
||||||
|
cut: "Cut"
|
||||||
|
catchFish: "Catch Fish"
|
||||||
|
enchantItem: "Enchant <item> with <enchantment>"
|
||||||
|
kill: "Kill"
|
||||||
|
killAtLocation: "Kill <mob> at <location>"
|
||||||
|
killPlayer: "Kill a Player"
|
||||||
|
deliver: "Deliver <item> to <npc>"
|
||||||
|
talkTo: "Talk to <npc>"
|
||||||
|
tame: "Tame"
|
||||||
|
shearSheep: "Shear <color> sheep"
|
||||||
|
goTo: "Go to <location>"
|
||||||
|
completed: "Completed"
|
||||||
|
redoCompleted: "(Completed)"
|
||||||
|
consoleError: "This command may only be performed in-game."
|
||||||
|
invalidSelection: "Invalid selection!"
|
||||||
|
noActiveQuest: "You do not currently have any active Quests."
|
||||||
|
speakTo: 'Start: Speak to <npc>'
|
||||||
|
mustSpeakTo: "You must speak to <npc> to start this Quest."
|
||||||
|
noCommandStart: "<quest> may not be started via command."
|
||||||
|
permissionDisplay: "Permission:"
|
||||||
|
heroesClass: "class"
|
||||||
|
mcMMOLevel: "level"
|
||||||
|
haveCompleted: "You have completed <quest>"
|
||||||
|
cannotComplete: "Cannot complete <quest>"
|
||||||
|
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."
|
||||||
|
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."
|
||||||
|
questInfoNoPerms: "You do not have permission to view a Quest's information."
|
||||||
|
questCmdNoPerms: "You do not have access to that command."
|
||||||
|
pageSelectionNum: "Page selection must be a number."
|
||||||
|
pageSelectionPosNum: "Page selection must be a positive number."
|
||||||
|
questListNoPerms: "You do not have permission to view the Quests list."
|
||||||
|
questTakeNoPerms: "You do not have permission to take Quests via commands."
|
||||||
|
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||||
|
questQuit: "You have quit <quest>"
|
||||||
|
questQuitNoPerms: "You do not have permission to quit Quests."
|
||||||
|
questQuitDisabled: "Quitting Quests has been disabled."
|
||||||
|
questEditorNoPerms: "You do not have permission to use the Quests Editor."
|
||||||
|
eventEditorNoPerms: "You do not have permission to use the Events Editor."
|
||||||
|
questsUnknownCommand: "Unknown Quests 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>."
|
||||||
|
questPurged: "<player> has been purged and blacklisted."
|
||||||
|
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."
|
||||||
|
enableNPCGUI: "<npc> will now provide a GUI Quest Display."
|
||||||
|
disableNPCGUI: "<npc> will no longer provide a GUI Quest Display."
|
||||||
|
invalidNumber: "Invalid number."
|
||||||
|
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||||
|
playerNotFound: "Player not found."
|
||||||
|
invalidStageNum: "Invalid stage number for Quest <quest>"
|
||||||
|
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||||
|
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."
|
||||||
|
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!"
|
||||||
|
journalNoQuests: "You have no accepted quests!"
|
||||||
|
journalDenied: "You cannot do that with your Quest Journal."
|
||||||
|
ENCHANTMENT_ARROW_DAMAGE: "Power"
|
||||||
|
ENCHANTMENT_ARROW_FIRE: "Flame"
|
||||||
|
ENCHANTMENT_ARROW_INFINITE: "Infinity"
|
||||||
|
ENCHANTMENT_ARROW_KNOCKBACK: "Punch"
|
||||||
|
ENCHANTMENT_BINDING_CURSE: "BindingCurse"
|
||||||
|
ENCHANTMENT_DAMAGE_ALL: "Sharpness"
|
||||||
|
ENCHANTMENT_DAMAGE_ARTHROPODS: "BaneOfArthropods"
|
||||||
|
ENCHANTMENT_DEPTH_STRIDER: "DepthStrider"
|
||||||
|
ENCHANTMENT_DAMAGE_UNDEAD: "Smite"
|
||||||
|
ENCHANTMENT_DIG_SPEED: "Efficiency"
|
||||||
|
ENCHANTMENT_DURABILITY: "Unbreaking"
|
||||||
|
ENCHANTMENT_FIRE_ASPECT: "FireAspect"
|
||||||
|
ENCHANTMENT_FROST_WALKER: "FrostWalker"
|
||||||
|
ENCHANTMENT_KNOCKBACK: "Knockback"
|
||||||
|
ENCHANTMENT_LOOT_BONUS_BLOCKS: "Fortune"
|
||||||
|
ENCHANTMENT_LOOT_BONUS_MOBS: "Looting"
|
||||||
|
ENCHANTMENT_LUCK: "LuckOfTheSea"
|
||||||
|
ENCHANTMENT_LURE: "Lure"
|
||||||
|
ENCHANTMENT_MENDING: "Mending"
|
||||||
|
ENCHANTMENT_OXYGEN: "Respiration"
|
||||||
|
ENCHANTMENT_PROTECTION_ENVIRONMENTAL: "Protection"
|
||||||
|
ENCHANTMENT_PROTECTION_EXPLOSIONS: "BlastProtection"
|
||||||
|
ENCHANTMENT_PROTECTION_FALL: "FeatherFalling"
|
||||||
|
ENCHANTMENT_PROTECTION_FIRE: "FireProtection"
|
||||||
|
ENCHANTMENT_PROTECTION_PROJECTILE: "ProjectileProtection"
|
||||||
|
ENCHANTMENT_SILK_TOUCH: "SilkTouch"
|
||||||
|
ENCHANTMENT_SWEEPING: "Sweeping"
|
||||||
|
ENCHANTMENT_THORNS: "Thorns"
|
||||||
|
ENCHANTMENT_VANISHING_CURSE: "VanishingCurse"
|
||||||
|
ENCHANTMENT_WATER_WORKER: "AquaAffinity"
|
||||||
|
COLOR_BLACK: "Black"
|
||||||
|
COLOR_BLUE: "Blue"
|
||||||
|
COLOR_BROWN: "Brown"
|
||||||
|
COLOR_CYAN: "Cyan"
|
||||||
|
COLOR_GRAY: "Gray"
|
||||||
|
COLOR_GREEN: "Green"
|
||||||
|
COLOR_LIGHT_BLUE: "LightBlue"
|
||||||
|
COLOR_LIME: "Lime"
|
||||||
|
COLOR_MAGENTA: "Magenta"
|
||||||
|
COLOR_ORANGE: "Orange"
|
||||||
|
COLOR_PINK: "Pink"
|
||||||
|
COLOR_PURPLE: "Purple"
|
||||||
|
COLOR_RED: "Red"
|
||||||
|
COLOR_SILVER: "Silver"
|
||||||
|
COLOR_WHITE: "White"
|
||||||
|
COLOR_YELLOW: "Yellow"
|
||||||
|
timeDay: "Day"
|
||||||
|
timeDays: "Days"
|
||||||
|
timeHour: "Hour"
|
||||||
|
timeHours: "Hours"
|
||||||
|
timeMinute: "Minute"
|
||||||
|
timeMinutes: "Minutes"
|
||||||
|
timeSecond: "Second"
|
||||||
|
timeSeconds: "Seconds"
|
||||||
|
timeMillisecond: "Millisecond"
|
||||||
|
timeMilliseconds: "Milliseconds"
|
||||||
|
event: "Event"
|
||||||
|
delay: "Delay"
|
||||||
|
save: "Save"
|
||||||
|
exit: "Exit"
|
||||||
|
exited: "Exited"
|
||||||
|
cancel: "Cancel"
|
||||||
|
cancelled: "Cancelled"
|
||||||
|
questTimeout: "Cancelled."
|
||||||
|
back: "Back"
|
||||||
|
yesWord: "Yes"
|
||||||
|
noWord: "No"
|
||||||
|
"true": "true"
|
||||||
|
"false": "false"
|
||||||
|
clear: "Clear"
|
||||||
|
edit: "Edit"
|
||||||
|
none: "None"
|
||||||
|
done: "Done"
|
||||||
|
comma: "comma"
|
||||||
|
finish: "Finish"
|
||||||
|
quit: "Quit"
|
||||||
|
noneSet: "None set"
|
||||||
|
noDelaySet: "No delay set"
|
||||||
|
noIdsSet: "No IDs set"
|
||||||
|
noNamesSet: "No names set"
|
||||||
|
worlds: "Worlds"
|
||||||
|
mobs: "Mobs"
|
||||||
|
points: "points"
|
||||||
|
invalidOption: "Invalid option!"
|
||||||
|
npcHint: 'Note: You can left or right click on NPC''s to get their ID.'
|
||||||
|
listDuplicate: "List contains duplicates!"
|
||||||
|
id: "ID"
|
||||||
|
quest: "Quest"
|
||||||
|
quests: "Quests"
|
||||||
|
createdBy: "Created by"
|
||||||
|
continuedBy: "and continued by"
|
||||||
|
questPoints: "Quest Points"
|
||||||
|
accepted: "Accepted"
|
||||||
|
complete: "Complete"
|
||||||
|
redoable: "Redoable"
|
||||||
|
usage: "Usage"
|
||||||
|
redoableEvery: "Redoable every <time>."
|
||||||
|
requirements: "Requirements"
|
||||||
|
money: "Money"
|
||||||
|
with: "With"
|
||||||
|
to: "to"
|
||||||
|
blocksWithin: "within <amount> blocks of"
|
||||||
|
valRequired: "Value required"
|
||||||
|
enchantedItem: "*Enchanted*"
|
||||||
|
experience: "Experience"
|
||||||
|
timerMessage: '<green>Time left to finish the quest/stage: <red>%s seconds'
|
||||||
|
timerStart: "<green>You have <red>%s seconds <green>to finish this quest/stage"
|
||||||
|
questErrorReadingFile: "Error reading Quests file."
|
||||||
|
questSaveError: "An error occurred while saving."
|
||||||
|
questBlacklisted: "You are blacklisted. Contact an admin if this is in error."
|
858
src/main/resources/lang/no-NO/strings.yml
Normal file
858
src/main/resources/lang/no-NO/strings.yml
Normal file
@ -0,0 +1,858 @@
|
|||||||
|
---
|
||||||
|
questFailed: "*QUEST FAILED MATEY*"
|
||||||
|
questMaxAllowed: "Ye may only have up t' <number> Quests."
|
||||||
|
questAlreadyOn: "Ye be already on that Quest!"
|
||||||
|
questTooEarly: "Ye may nah take <quest> again fer another <time>."
|
||||||
|
questAlreadyCompleted: "Ye 'ave already looted <quest>."
|
||||||
|
questInvalidLocation: "Ye may nah take <quest> at this location."
|
||||||
|
questInvalidDeliveryItem: "<item> ain't a required item fer this quest!"
|
||||||
|
questSelectedLocation: "Chosen spot"
|
||||||
|
questDisplayHelp: "- Display this help"
|
||||||
|
COMMAND_LIST: "list"
|
||||||
|
COMMAND_LIST_HELP: "list [page] - List available Quests"
|
||||||
|
COMMAND_TAKE: "take"
|
||||||
|
COMMAND_TAKE_HELP: "take [quest name] - Accept a Quest"
|
||||||
|
COMMAND_TAKE_USAGE: 'Usage: /quests take [quest]'
|
||||||
|
COMMAND_QUIT: "quit"
|
||||||
|
COMMAND_QUIT_HELP: "quit [quest] - Quit a current Quest"
|
||||||
|
COMMAND_EDITOR: "editor"
|
||||||
|
COMMAND_EDITOR_HELP: "editor - Create/Edit Quests"
|
||||||
|
COMMAND_EVENTS_EDITOR: "events"
|
||||||
|
COMMAND_EVENTS_EDITOR_HELP: "events - Create/Edit Events"
|
||||||
|
COMMAND_STATS: "stats"
|
||||||
|
COMMAND_STATS_HELP: "stats - View your Questing stats"
|
||||||
|
COMMAND_TOP: "top"
|
||||||
|
COMMAND_TOP_HELP: "top [number] - View top Questers"
|
||||||
|
COMMAND_TOP_USAGE: 'Usage: /quests top [number]'
|
||||||
|
COMMAND_INFO: "info"
|
||||||
|
COMMAND_INFO_HELP: "info - Display plugin information"
|
||||||
|
COMMAND_JOURNAL: "journal"
|
||||||
|
COMMAND_JOURNAL_HELP: "journal - View/Put away your Quest Journal"
|
||||||
|
COMMAND_QUEST_HELP: "- Display current Quest objectives"
|
||||||
|
COMMAND_QUESTINFO_HELP: "[quest name] - Display Quest information"
|
||||||
|
COMMAND_QUESTADMIN_HELP: "- View Questadmin help"
|
||||||
|
COMMAND_QUESTADMIN_STATS: "stats"
|
||||||
|
COMMAND_QUESTADMIN_STATS_HELP: "stats [player] - View Questing statistics of a player"
|
||||||
|
COMMAND_QUESTADMIN_GIVE: "give"
|
||||||
|
COMMAND_QUESTADMIN_GIVE_HELP: "give [player] [quest] - Force a player to take a Quest"
|
||||||
|
COMMAND_QUESTADMIN_QUIT: "quit"
|
||||||
|
COMMAND_QUESTADMIN_QUIT_HELP: "quit [player] [quest] - Force a player to quit their Quest"
|
||||||
|
COMMAND_QUESTADMIN_POINTS: "points"
|
||||||
|
COMMAND_QUESTADMIN_POINTS_HELP: "points [player] [amount] - Set a players Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [player] [amount] - Take a players Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] - Set ALL players' Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||||
|
COMMAND_QUESTADMIN_FINISH_HELP: "finish [player] [quest] - Immediately force Quest completion for a player"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE: "nextstage"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "nextstage [player] [quest] - Immediately force Stage completion for a player"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE: "setstage"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE_HELP: "setstage [player] [quest] [stage] - Set the current Stage for a player"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Usage: /questadmin setstage [player] [quest] [stage]'
|
||||||
|
COMMAND_QUESTADMIN_PURGE: "purge"
|
||||||
|
COMMAND_QUESTADMIN_PURGE_HELP: "purge [player] - Clear all Quests data of a player AND BLACKLISTS THEM"
|
||||||
|
COMMAND_QUESTADMIN_RESET: "reset"
|
||||||
|
COMMAND_QUESTADMIN_RESET_HELP: "reset [player] - Clear all Quests data of a player"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE: "remove"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE_HELP: "remove [player] [quest] - Remove a completed Quest from a player"
|
||||||
|
COMMAND_QUESTADMIN_TOGGLEGUI: "togglegui"
|
||||||
|
COMMAND_QUESTADMIN_TOGGLEGUI_HELP: "togglegui [npc id] - Toggle GUI Quest Display on an NPC"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD: "reload"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD_HELP: "reload - Reload all Quests"
|
||||||
|
questEditorHeader: "Create Quest"
|
||||||
|
questEditorCreate: "Create new Quest"
|
||||||
|
questEditorEdit: "Edit a Quest"
|
||||||
|
questEditorDelete: "Delete Quest"
|
||||||
|
questEditorName: "Set name"
|
||||||
|
questEditorAskMessage: "Set ask message"
|
||||||
|
questEditorFinishMessage: "Set finish message"
|
||||||
|
questEditorRedoDelay: "Set redo delay"
|
||||||
|
questEditorNPCStart: "Set NPC start"
|
||||||
|
questEditorBlockStart: "Set Block start"
|
||||||
|
questEditorInitialEvent: "Set initial Event"
|
||||||
|
questEditorSetGUI: "Set GUI Item display"
|
||||||
|
questEditorReqs: "Edit Requirements"
|
||||||
|
questEditorStages: "Edit Stages"
|
||||||
|
questEditorRews: "Edit Rewards"
|
||||||
|
questEditorEnterQuestName: "Enter Quest name (or 'cancel' to return)"
|
||||||
|
questEditorEditEnterQuestName: "Enter Quest name to edit (or 'cancel' to return)"
|
||||||
|
questEditorEnterAskMessage: "Enter ask message (or 'cancel' to return)"
|
||||||
|
questEditorEnterFinishMessage: "Enter finish message (or 'cancel' to return)"
|
||||||
|
questEditorEnterRedoDelay: "Enter amount of time (in seconds), 0 to clear the redo delay or -1 to cancel"
|
||||||
|
questEditorEnterNPCStart: "Enter NPC ID, -1 to clear the NPC start or -2 to cancel"
|
||||||
|
questEditorEnterBlockStart: "Right-click on a block to use as a start point, then enter 'done' to save, or enter 'clear' to clear the block start, or 'cancel' to return"
|
||||||
|
questEditorEnterInitialEvent: "Enter an Event name, or enter 'clear' to clear the initial Event, or 'cancel' to return"
|
||||||
|
questRequiredNoneSet: "Required, none set"
|
||||||
|
questWGSetRegion: "Set Region"
|
||||||
|
questWGNotInstalled: "WorldGuard not installed"
|
||||||
|
questWGPrompt: "Enter WorldGuard region, or enter 'clear' to clear the region, or 'cancel' to return."
|
||||||
|
questWGInvalidRegion: "<region> is not a valid WorldGuard region!"
|
||||||
|
questWGRegionCleared: "Quest region cleared."
|
||||||
|
questCitNotInstalled: "Citizens not installed"
|
||||||
|
questDenNotInstalled: "Denizen not installed"
|
||||||
|
questGUIError: 'Error: That item is already being used as the GUI Display for the Quest <quest>.'
|
||||||
|
questCurrentItem: "Current item:"
|
||||||
|
questSetItem: "Set Item"
|
||||||
|
questClearItem: "Clear Item"
|
||||||
|
questGUICleared: "Quest GUI Item Display cleared."
|
||||||
|
questDeleted: "Quest deleted! Quests and Events have 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 event 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"
|
||||||
|
questEditorQuestAsRequirement2: "as a requirement:"
|
||||||
|
questEditorQuestAsRequirement3: "You must modify these Quests so that they do not use it before deleting it."
|
||||||
|
questEditorQuestNotFound: "Quest not found!"
|
||||||
|
questEditorEventCleared: "Initial Event 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!"
|
||||||
|
questEditorSaved: "Quest saved! (Ye will needs t' perform a Quest reload fer it t' appear)"
|
||||||
|
questEditorExited: "Are ye sure ye wants t' exit without savin'?"
|
||||||
|
questEditorDeleted: "Are ye sure ye wants t' scuttle th' Quest"
|
||||||
|
questEditorNoPermsCreate: "Ye do nah 'ave permission t' create Quests."
|
||||||
|
questEditorNoPermsEdit: "Ye do nah 'ave permission t' edit Quests."
|
||||||
|
questEditorNoPermsDelete: "Ye do nah 'ave permission t' scuttle Quests."
|
||||||
|
stageEditorEditStage: "Edit Stage"
|
||||||
|
stageEditorNewStage: "Add new Stage"
|
||||||
|
stageEditorStages: "Stages"
|
||||||
|
stageEditorStage: "Stage"
|
||||||
|
stageEditorBreakBlocks: "Break Blocks"
|
||||||
|
stageEditorDamageBlocks: "Damage Blocks"
|
||||||
|
stageEditorPlaceBlocks: "Place Blocks"
|
||||||
|
stageEditorUseBlocks: "Use Blocks"
|
||||||
|
stageEditorCutBlocks: "Cut Blocks"
|
||||||
|
stageEditorCatchFish: "Catch Fish"
|
||||||
|
stageEditorFish: "fish"
|
||||||
|
stageEditorKillPlayers: "Kill Players"
|
||||||
|
stageEditorPlayers: "players"
|
||||||
|
stageEditorEnchantItems: "Enchant Items"
|
||||||
|
stageEditorDeliverItems: "Deliver Items"
|
||||||
|
stageEditorTalkToNPCs: "Talk to NPCs"
|
||||||
|
stageEditorKillNPCs: "Kill NPCs"
|
||||||
|
stageEditorKillMobs: "Kill Mobs"
|
||||||
|
stageEditorReachLocs: "Reach spots"
|
||||||
|
stageEditorReachRadii1: "Reach within"
|
||||||
|
stageEditorReachRadii2: "blocks of"
|
||||||
|
stageEditorTameMobs: "Tame Mobs"
|
||||||
|
stageEditorShearSheep: "Shear Sheep"
|
||||||
|
stageEditorEvents: "Events"
|
||||||
|
stageEditorStageEvents: "Stage Events"
|
||||||
|
stageEditorStartEvent: "Start Event"
|
||||||
|
stageEditorStartEventCleared: "Start Event cleared."
|
||||||
|
stageEditorFinishEvent: "Finish Event"
|
||||||
|
stageEditorFinishEventCleared: "Finish Event cleared."
|
||||||
|
stageEditorChatEvents: "Chat Events"
|
||||||
|
stageEditorChatTrigger: "Chat Trigger"
|
||||||
|
stageEditorTriggeredBy: "Triggered by"
|
||||||
|
stageEditorChatEventsCleared: "Chat Events cleared."
|
||||||
|
stageEditorDeathEvent: "Death Event"
|
||||||
|
stageEditorDeathEventCleared: "Death Event cleared."
|
||||||
|
stageEditorDisconnectEvent: "Disconnect Event"
|
||||||
|
stageEditorDisconnectEventCleared: "Disconnect Event cleared."
|
||||||
|
stageEditorDelayMessage: "Delay Message"
|
||||||
|
stageEditorDenizenScript: "Denizen Script"
|
||||||
|
stageEditorStartMessage: "Start Message"
|
||||||
|
stageEditorCompleteMessage: "Complete Message"
|
||||||
|
stageEditorDelete: "Delete Stage"
|
||||||
|
stageEditorSetBlockNames: "Set block names"
|
||||||
|
stageEditorSetBlockAmounts: "Set block amounts"
|
||||||
|
stageEditorSetBlockDurability: "Set block durability"
|
||||||
|
stageEditorSetDamageAmounts: "Set damage amounts"
|
||||||
|
stageEditorSetPlaceAmounts: "Set place amounts"
|
||||||
|
stageEditorSetUseAmounts: "Set use amounts"
|
||||||
|
stageEditorSetCutAmounts: "Set cut amounts"
|
||||||
|
stageEditorSetKillAmounts: "Set kill amounts"
|
||||||
|
stageEditorSetEnchantAmounts: "Set enchant amounts"
|
||||||
|
stageEditorSetMobAmounts: "Set mob amounts"
|
||||||
|
stageEditorSetEnchantments: "Set enchantments"
|
||||||
|
stageEditorSetItemNames: "Set item names"
|
||||||
|
stageEditorSetKillIds: "Set NPC IDs"
|
||||||
|
stageEditorSetMobTypes: "Set mob types"
|
||||||
|
stageEditorSetKillLocations: "Set kill locations"
|
||||||
|
stageEditorSetKillLocationRadii: "Set kill location radii"
|
||||||
|
stageEditorSetKillLocationNames: "Set kill location names"
|
||||||
|
stageEditorSetLocations: "Set locations"
|
||||||
|
stageEditorSetLocationRadii: "Set location radii"
|
||||||
|
stageEditorSetLocationNames: "Set location names"
|
||||||
|
stageEditorSetTameAmounts: "Set tame amounts"
|
||||||
|
stageEditorSetShearColors: "Set sheep colors"
|
||||||
|
stageEditorSetShearAmounts: "Set shear amounts"
|
||||||
|
stageEditorPassword: "Password Objectives"
|
||||||
|
stageEditorAddPasswordDisplay: "Add password display"
|
||||||
|
stageEditorAddPasswordPhrases: "Add password phrase(s)"
|
||||||
|
stageEditorNoPasswordDisplays: "No password displays set"
|
||||||
|
stageObjectiveOverride: "Objective Display Override"
|
||||||
|
stageEditorCustom: "Custom Objectives"
|
||||||
|
stageEditorNoModules: "No modules loaded"
|
||||||
|
stageEditorModuleNotFound: "Custom objective module not found."
|
||||||
|
stageEditorCustomPrompt: "Enter the name of a custom objective to add, or enter 'clear' to clear all custom objectives, or 'cancel' to return."
|
||||||
|
stageEditorCustomAlreadyAdded: "That custom objective has already been added!"
|
||||||
|
stageEditorCustomCleared: "Custom objectives cleared."
|
||||||
|
stageEditorCustomDataPrompt: "Enter value for <data>:"
|
||||||
|
stageEditorEnterBlockNames: "Enter block names (or IDs), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorBreakBlocksPrompt: "Enter break amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorDamageBlocksPrompt: "Enter damage amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorPlaceBlocksPrompt: "Enter place amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorUseBlocksPrompt: "Enter use amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorCutBlocksPrompt: "Enter cut amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorEnterBlockDurability: "Enter block durability (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorCatchFishPrompt: "Enter number of fish to catch, or 0 to clear the fish catch objective, or -1 to cancel"
|
||||||
|
stageEditorKillPlayerPrompt: "Enter number of players to kill, or 0 to clear the player kill objective, or -1 to cancel"
|
||||||
|
stageEditorEnchantTypePrompt: "Enter enchantment names, separating each one by a comma, or enter 'cancel' to return."
|
||||||
|
stageEditorEnchantAmountsPrompt: "Enter enchant amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorItemNamesPrompt: "Enter item names, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorNPCPrompt: "Enter NPC ids, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorNPCToTalkToPrompt: "Enter NPC IDs, separating each one by a space, or enter 'clear' to clear the NPC ID list, or 'cancel' to return."
|
||||||
|
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
||||||
|
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorMobAmountsPrompt: "Enter mob amounts separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationPrompt: "Right-click on a block t' select it, then enter 'add' t' add it t' th' kill spot list, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationRadiiPrompt: "Enter kill spot radii (number o' blocks) separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||||
|
stageEditorTameAmountsPrompt: "Enter tame amounts separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorShearColorsPrompt: "Enter sheep colors separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorShearAmountsPrompt: "Enter shear amounts separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorEventsPrompt: "Enter an event name, or enter 'clear' to clear the event, or 'cancel' to return"
|
||||||
|
stageEditorChatEventsPrompt: "Enter an event name to add, or enter 'clear' to clear all chat events, or 'cancel' to return"
|
||||||
|
stageEditorChatEventsTriggerPromptA: "Enter a chat trigger for"
|
||||||
|
stageEditorChatEventsTriggerPromptB: "or enter 'cancel' to return."
|
||||||
|
stageEditorDelayPrompt: "Enter time (in seconds), or enter 'clear' to clear the delay, or 'cancel' to return"
|
||||||
|
stageEditorDelayMessagePrompt: "Enter delay message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorScriptPrompt: "Enter script name, or enter 'clear' to clear the script, or 'cancel' to return"
|
||||||
|
stageEditorStartMessagePrompt: "Enter start message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorCompleteMessagePrompt: "Enter complete message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorPasswordDisplayPrompt: "Enter a password display, or 'cancel' to return"
|
||||||
|
stageEditorPasswordDisplayHint: "(This is the text that will be displayed to the player as their objective)"
|
||||||
|
stageEditorPasswordPhrasePrompt: "Enter a password phrase, or 'cancel' to return"
|
||||||
|
stageEditorPasswordPhraseHint1: "(This is the text that a player has to say to complete the objective)"
|
||||||
|
stageEditorPasswordPhraseHint2: "If you want multiple password phrases, seperate them by a | (pipe)"
|
||||||
|
stageEditorObjectiveOverridePrompt: "Enter objective display override, or 'clear' to clear the override, or 'cancel' to return."
|
||||||
|
stageEditorObjectiveOverrideHint: "(The objective display override will show up as the players current objective)"
|
||||||
|
stageEditorObjectiveOverrideCleared: "Objective display override cleared."
|
||||||
|
stageEditorDeliveryAddItem: "Add item"
|
||||||
|
stageEditorDeliveryNPCs: "Set NPC IDs"
|
||||||
|
stageEditorDeliveryMessages: "Set delivery messages"
|
||||||
|
stageEditorContainsDuplicates: "List contains duplicates!"
|
||||||
|
stageEditorInvalidBlockName: "is not a valid block name!"
|
||||||
|
stageEditorInvalidEnchantment: "is not a valid enchantment name!"
|
||||||
|
stageEditorInvalidNPC: "is not a valid NPC ID!"
|
||||||
|
stageEditorInvalidMob: "is not a valid mob name!"
|
||||||
|
stageEditorInvalidItemName: "is not a valid item name!"
|
||||||
|
stageEditorInvalidNumber: "is not a number!"
|
||||||
|
stageEditorInvalidDye: "is not a valid dye color!"
|
||||||
|
stageEditorInvalidEvent: "is not a valid event name!"
|
||||||
|
stageEditorDuplicateEvent: "Event is already in the list!"
|
||||||
|
stageEditorInvalidDelay: "Delay must be at least one second!"
|
||||||
|
stageEditorInvalidScript: "Denizen script not found!"
|
||||||
|
stageEditorNoCitizens: "Citizens is not installed!"
|
||||||
|
stageEditorNoDenizen: "Denizen is not installed!"
|
||||||
|
stageEditorPositiveAmount: "You must enter a positive number!"
|
||||||
|
stageEditorNoNumber: "Input was not a number!"
|
||||||
|
stageEditorNotGreaterThanZero: "is not greater than 0!"
|
||||||
|
stageEditorNotListofNumbers: "Invalid entry, input was not a list of numbers!"
|
||||||
|
stageEditorNoDelaySet: "You must set a delay first!"
|
||||||
|
stageEditorNoBlockNames: "You must set block names first!"
|
||||||
|
stageEditorNoEnchantments: "You must set enchantments first!"
|
||||||
|
stageEditorNoItems: "You must add items first!"
|
||||||
|
stageEditorNoDeliveryMessage: "You must set at least one delivery message!"
|
||||||
|
stageEditorNoNPCs: "You must set NPC IDs first!"
|
||||||
|
stageEditorNoMobTypes: "You must set mob types first!"
|
||||||
|
stageEditorNoKillLocations: "You must set kill locations first!"
|
||||||
|
stageEditorNoBlockSelected: "You must select a block first."
|
||||||
|
stageEditorNoColors: "You must set colors first!"
|
||||||
|
stageEditorNoLocations: "You must set locations first!"
|
||||||
|
stageEditorNoEnchantmentsSet: "No enchantments set"
|
||||||
|
stageEditorNoItemsSet: "No items set"
|
||||||
|
stageEditorNoMobTypesSet: "No mob types set"
|
||||||
|
stageEditorNoLocationsSet: "No locations set"
|
||||||
|
stageEditorNoColorsSet: "No colors set"
|
||||||
|
stageEditorListNotSameSize: "The block names list and the amounts list are not the same size!"
|
||||||
|
stageEditorEnchantmentNotSameSize: "The enchantments list, the item id list and the enchant amount list are not the same size!"
|
||||||
|
stageEditorDeliveriesNotSameSize: "The item list and the NPC list are not equal in size!"
|
||||||
|
stageEditorNPCKillsNotSameSize: "The NPC IDs list and the kill amounts list are not the same size!"
|
||||||
|
stageEditorAllListsNotSameSize: "All of your lists are not the same size!"
|
||||||
|
stageEditorMobTypesNotSameSize: "The mob types list and the mob amounts list are not the same size!"
|
||||||
|
stageEditorTameMobsNotSameSize: "The mob types list and the tame amounts list are not the same size!"
|
||||||
|
stageEditorShearNotSameSize: "The sheep colors list and the shear amounts list are not the same size!"
|
||||||
|
stageEditorMustSetPasswordDisplays: "You must add at least one password display first!"
|
||||||
|
stageEditorAddPasswordCleared: "Password Objectives cleared."
|
||||||
|
stageEditorPasswordNotSameSize: "The password display and password phrase lists are not the same size!"
|
||||||
|
stageEditorListContainsDuplicates: " List contains duplicates!"
|
||||||
|
stageEditorDelayCleared: "Delay cleared."
|
||||||
|
stageEditorDelayMessageCleared: "Delay message cleared."
|
||||||
|
stageEditorDenizenCleared: "Denizen script cleared."
|
||||||
|
stageEditorBreakBlocksCleared: "Break blocks objective cleared."
|
||||||
|
stageEditorDamageBlocksCleared: "Damage blocks objective cleared."
|
||||||
|
stageEditorPlaceBlocksCleared: "Place blocks objective cleared."
|
||||||
|
stageEditorUseBlocksCleared: "Use blocks objective cleared."
|
||||||
|
stageEditorCutBlocksCleared: "Cut blocks objective cleared."
|
||||||
|
stageEditorEnchantmentsCleared: "Enchantment objective cleared."
|
||||||
|
stageEditorDeliveriesCleared: "Delivery objective cleared."
|
||||||
|
stageEditorReachLocationsCleared: "Reach Locations objective cleared."
|
||||||
|
stageEditorKillNPCsCleared: "Kill NPCs objective cleared."
|
||||||
|
stageEditorKillMobsCleared: "Kill Mobs objective cleared."
|
||||||
|
stageEditorTameCleared: "Tame Mobs objective cleared."
|
||||||
|
stageEditorShearCleared: "Shear Sheep objective cleared."
|
||||||
|
stageEditorStartMessageCleared: "Start message cleared."
|
||||||
|
stageEditorCompleteMessageCleared: "Complete message cleared."
|
||||||
|
stageEditorConfirmStageDelete: "Are you sure you want to delete this stage?"
|
||||||
|
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"
|
||||||
|
allListsNotSameSize: "All of your lists are not the same size!"
|
||||||
|
eventEditorCreate: "Create new Event"
|
||||||
|
eventEditorEdit: "Edit an Event"
|
||||||
|
eventEditorDelete: "Delete an Event"
|
||||||
|
eventEditorCreatePermisssions: "You do not have permission to create new Events."
|
||||||
|
eventEditorEditPermisssions: "You do not have permission to edit Events."
|
||||||
|
eventEditorDeletePermisssions: "You do not have permission to delete Events."
|
||||||
|
eventEditorNoneToEdit: "No Events currently exist to be edited!"
|
||||||
|
eventEditorNoneToDelete: "No Events currently exist to be deleted!"
|
||||||
|
eventEditorNotFound: "Event not found!"
|
||||||
|
eventEditorExists: "Event already exists!"
|
||||||
|
eventEditorSomeone: "Someone is already creating or editing an Event with that name!"
|
||||||
|
eventEditorAlpha: "Name must be alphanumeric!"
|
||||||
|
eventEditorErrorReadingFile: "Error reading Events file."
|
||||||
|
eventEditorErrorSaving: "An error occurred while saving."
|
||||||
|
eventEditorDeleted: "Event deleted, Quests and Events reloaded."
|
||||||
|
eventEditorSaved: "Event saved, Quests and Events reloaded."
|
||||||
|
eventEditorEnterEventName: "Enter an Event name, or 'cancel' to return."
|
||||||
|
eventEditorDeletePrompt: "Are you sure you want to delete the Event"
|
||||||
|
eventEditorQuitWithoutSaving: "Are you sure you want to quit without saving?"
|
||||||
|
eventEditorFinishAndSave: "Are you sure you want to finish and save the Event"
|
||||||
|
eventEditorModifiedNote: 'Note: You have modified an Event that the following Quests use:'
|
||||||
|
eventEditorForcedToQuit: "If you save the Event, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||||
|
eventEditorEventInUse: "The following Quests use the Event"
|
||||||
|
eventEditorMustModifyQuests: "eventEditorNotFound"
|
||||||
|
eventEditorListSizeMismatch: "The lists are not the same size!"
|
||||||
|
eventEditorListDuplicates: "List contains duplicates!"
|
||||||
|
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||||
|
eventEditorInvalidEntry: "Invalid entry"
|
||||||
|
eventEditorSetName: "Set name"
|
||||||
|
eventEditorSetMessage: "Set message"
|
||||||
|
eventEditorClearInv: "Clear player inventory"
|
||||||
|
eventEditorFailQuest: "Fail the quest"
|
||||||
|
eventEditorSetExplosions: "Set explosion locations"
|
||||||
|
eventEditorSetLightning: "Set lightning strike locations"
|
||||||
|
eventEditorSetEffects: "Set effects"
|
||||||
|
eventEditorSetStorm: "Set storm"
|
||||||
|
eventEditorSetThunder: "Set thunder"
|
||||||
|
eventEditorSetMobSpawns: "Set mob spawns"
|
||||||
|
eventEditorSetPotionEffects: "Set potion effects"
|
||||||
|
eventEditorSetHunger: "Set player hunger level"
|
||||||
|
eventEditorSetSaturation: "Set player saturation level"
|
||||||
|
eventEditorSetHealth: "Set player health level"
|
||||||
|
eventEditorEnterTimerSeconds: "Set number of seconds left before the quest fails (use cancel-timer event to cancel timers)"
|
||||||
|
eventEditorSetTimer: "Set time to fail quest"
|
||||||
|
eventEditorCancelTimer: "Cancel the quest timer"
|
||||||
|
eventEditorSetTeleport: "Set player teleport location"
|
||||||
|
eventEditorSetCommands: "Set commands to execute"
|
||||||
|
eventEditorItems: "Event Items"
|
||||||
|
eventEditorSetItems: "Give items"
|
||||||
|
eventEditorItemsCleared: "Event items cleared."
|
||||||
|
eventEditorAddItem: "Add item"
|
||||||
|
eventEditorSetItemNames: "Set item names"
|
||||||
|
eventEditorSetItemAmounts: "Set item amounts"
|
||||||
|
eventEditorNoNames: "No names set"
|
||||||
|
eventEditorMustSetNames: "You must set item names first!"
|
||||||
|
eventEditorInvalidName: "is not a valid item name!"
|
||||||
|
eventEditorNotGreaterThanZero: "is not greater than 0!"
|
||||||
|
eventEditorNotANumber: "is not a number!"
|
||||||
|
eventEditorStorm: "Event Storm"
|
||||||
|
eventEditorSetWorld: "Set world"
|
||||||
|
eventEditorSetDuration: "Set duration"
|
||||||
|
eventEditorNoWorld: "(No world set)"
|
||||||
|
eventEditorSetWorldFirst: "You must set a world first!"
|
||||||
|
eventEditorInvalidWorld: "is not a valid world name!"
|
||||||
|
eventEditorMustSetStormDuration: "You must set a storm duration!"
|
||||||
|
eventEditorStormCleared: "Storm data cleared."
|
||||||
|
eventEditorEnterStormWorld: "Enter a world name for the storm to occur in, or enter 'cancel' to return"
|
||||||
|
eventEditorEnterDuration: "Enter duration (in seconds)"
|
||||||
|
eventEditorAtLeastOneSecond: "Amount must be at least 1 second!"
|
||||||
|
eventEditorNotGreaterThanOneSecond: "is not greater than 1 second!"
|
||||||
|
eventEditorThunder: "Event Thunder"
|
||||||
|
eventEditorMustSetThunderDuration: "You must set a thunder duration!"
|
||||||
|
eventEditorThunderCleared: "Thunder data cleared."
|
||||||
|
eventEditorEnterThunderWorld: "Enter a world name for the thunder to occur in, or enter 'cancel' to return"
|
||||||
|
eventEditorEffects: "Event Effects"
|
||||||
|
eventEditorAddEffect: "Add effect"
|
||||||
|
eventEditorAddEffectLocation: "Add effect location"
|
||||||
|
eventEditorNoEffects: "No effects set"
|
||||||
|
eventEditorMustAddEffects: "You must add effects first!"
|
||||||
|
eventEditorInvalidEffect: "is not a valid effect name!"
|
||||||
|
eventEditorEffectsCleared: "Event effects cleared."
|
||||||
|
eventEditorEffectLocationPrompt: "Right-click on a block to play an effect at, then enter 'add' to add it to the list, or enter 'cancel' to return"
|
||||||
|
eventEditorMobSpawns: "Event Mob Spawns"
|
||||||
|
eventEditorAddMobTypes: "Add mob"
|
||||||
|
eventEditorNoTypesSet: "(No type set)"
|
||||||
|
eventEditorMustSetMobTypesFirst: "You must set the mob type first!"
|
||||||
|
eventEditorSetMobAmounts: "Set mob amount"
|
||||||
|
eventEditorNoAmountsSet: "(No amounts set)"
|
||||||
|
eventEditorMustSetMobAmountsFirst: "You must set mob amount first!"
|
||||||
|
eventEditorAddSpawnLocation: "Set spawn location"
|
||||||
|
eventEditorMobSpawnsCleared: "Mob spawns cleared."
|
||||||
|
eventEditorMustSetMobLocationFirst: "You must set a spawn-location first!"
|
||||||
|
eventEditorInvalidMob: "is not a valid mob name!"
|
||||||
|
eventEditorSetMobName: "Set custom name for mob"
|
||||||
|
eventEditorSetMobType: "Set mob type"
|
||||||
|
eventEditorSetMobItemInHand: "Set item in hand"
|
||||||
|
eventEditorSetMobItemInHandDrop: "Set drop chance of item in hand"
|
||||||
|
eventEditorSetMobBoots: "Set boots"
|
||||||
|
eventEditorSetMobBootsDrop: "Set drop chance of boots"
|
||||||
|
eventEditorSetMobLeggings: "Set leggings"
|
||||||
|
eventEditorSetMobLeggingsDrop: "Set drop chance of leggings"
|
||||||
|
eventEditorSetMobChestPlate: "Set chest plate"
|
||||||
|
eventEditorSetMobChestPlateDrop: "Set drop chance of chest plate"
|
||||||
|
eventEditorSetMobHelmet: "Set helmet"
|
||||||
|
eventEditorSetMobHelmetDrop: "Set drop chance of helmet"
|
||||||
|
eventEditorSetMobSpawnLoc: "Right-click on a block to spawn a mob at, then enter 'add' to the confirm it, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobSpawnAmount: "Set the amount of mobs to spawn"
|
||||||
|
eventEditorSetDropChance: "Set the drop chance"
|
||||||
|
eventEditorInvalidDropChance: "Drop chance has to be between 0.0 and 1.0"
|
||||||
|
eventEditorLightningPrompt: "Right-click on a block to spawn a lightning strike at, then enter 'add' to add it to the list, or enter 'clear' to clear the locations list, or 'cancel' to return"
|
||||||
|
eventEditorPotionEffects: "Event Potion Effects"
|
||||||
|
eventEditorSetPotionEffectTypes: "Set potion effect types"
|
||||||
|
eventEditorMustSetPotionTypesFirst: "You must set potion effect types first!"
|
||||||
|
eventEditorSetPotionDurations: "Set potion effect durations"
|
||||||
|
eventEditorMustSetPotionDurationsFirst: "You must set potion effect durations first!"
|
||||||
|
eventEditorMustSetPotionTypesAndDurationsFirst: "You must set potion effect types and durations first!"
|
||||||
|
eventEditorNoDurationsSet: "(No durations set)"
|
||||||
|
eventEditorSetPotionMagnitudes: "Set potion effect magnitudes"
|
||||||
|
eventEditorPotionsCleared: "Potion effects cleared."
|
||||||
|
eventEditorInvalidPotionType: "is not a valid potion effect type!"
|
||||||
|
eventEditorEnterNPCId: "Enter NPC ID (or -1 to return)"
|
||||||
|
eventEditorNoNPCExists: "No NPC exists with that id!"
|
||||||
|
eventEditorExplosionPrompt: "Right-click on a block to spawn an explosion at, then enter 'add' to add it to the list, or enter 'clear' to clear the explosions list, or 'cancel' to return"
|
||||||
|
eventEditorSelectBlockFirst: "You must select a block first."
|
||||||
|
eventEditorSetMessagePrompt: "Enter message, or enter 'none' to delete, (or 'cancel' to return)"
|
||||||
|
eventEditorSetItemNamesPrompt: "Enter item names separating each one by a space, or enter 'cancel' to return."
|
||||||
|
eventEditorSetItemAmountsPrompt: "Enter item amounts (numbers) separating each one by a space, or enter 'cancel' to return."
|
||||||
|
eventEditorSetMobTypesPrompt: "Enter mob name, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobAmountsPrompt: "Enter mob amount, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobNamePrompt: "Set the name for this mob, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the mob spawn location list, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionEffectsPrompt: "Enter potion effect types separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionDurationsPrompt: "Enter effect durations (in milliseconds) separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetHungerPrompt: "Enter hunger level, or -1 to remove it"
|
||||||
|
eventEditorHungerLevelAtLeastZero: "Hunger level must be at least 0!"
|
||||||
|
eventEditorSetSaturationPrompt: "Enter saturation level, or -1 to remove it"
|
||||||
|
eventEditorSaturationLevelAtLeastZero: "Saturation level must be at least 0!"
|
||||||
|
eventEditorSetHealthPrompt: "Enter health level, or -1 to remove it"
|
||||||
|
eventEditorHealthLevelAtLeastZero: "Health level must be at least 0!"
|
||||||
|
eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to, then enter 'done' to finish, or enter 'clear' to clear the teleport location, or 'cancel' to return"
|
||||||
|
eventEditorCommandsNote: 'Note: You may use <player> to refer to the player''s name.'
|
||||||
|
eventEditorSetCommandsPrompt: "Enter commands separating each one by a comma, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
reqSetMoney: "Set money requirement"
|
||||||
|
reqSetQuestPoints: "Set Quest Points requirement"
|
||||||
|
reqSetItem: "Set item requirements"
|
||||||
|
reqSetPerms: "Set permission requirements"
|
||||||
|
reqSetQuest: "Set Quest requirements"
|
||||||
|
reqSetQuestBlocks: "Set Quest blocks"
|
||||||
|
reqSetMcMMO: "Set mcMMO requirements"
|
||||||
|
reqSetHeroes: "Set Heroes requirements"
|
||||||
|
reqSetCustom: "Custom requirements"
|
||||||
|
reqSetFail: "Set fail requirements message"
|
||||||
|
reqSetSkills: "Set skills"
|
||||||
|
reqSetSkillAmounts: "Set skill amounts"
|
||||||
|
reqHeroesSetPrimary: "Set Primary Class"
|
||||||
|
reqHeroesSetSecondary: "Set Secondary Class"
|
||||||
|
reqMoneyPrompt: "Enter amount of <money>, or 0 to clear the money requirement, or -1 to cancel"
|
||||||
|
reqQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point requirement, or -1 to cancel"
|
||||||
|
reqQuestPrompt: "Enter a list of Quest names separating each one by a <comma>, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqRemoveItemsPrompt: "Enter a list of true/false values, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
reqPermissionsPrompt: "Enter permission requirements separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
reqCustomPrompt: "Enter the name of a custom requirement to add, or enter 'clear' to clear all custom requirements, or 'cancel' to return."
|
||||||
|
reqMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqMcMMOAmountsPrompt: "Enter mcMMO skill amounts, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqHeroesPrimaryPrompt: "Enter a Heroes Primary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||||
|
reqHeroesSecondaryPrompt: "Enter a Heroes Secondary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||||
|
reqFailMessagePrompt: "Enter fail requirements message, or enter 'cancel' to return."
|
||||||
|
reqAddItem: "Add item"
|
||||||
|
reqSetRemoveItems: "Set remove items"
|
||||||
|
reqNoItemsSet: "No items set"
|
||||||
|
reqNoValuesSet: "No values set"
|
||||||
|
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||||
|
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||||
|
reqGreaterThanZero: "Amount must be greater than 0!"
|
||||||
|
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||||
|
reqItemCleared: "Item requirements cleared."
|
||||||
|
reqListsNotSameSize: "The items list and remove items list are not the same size!"
|
||||||
|
reqTrueFalseError: '<input> is not a true or false value!%br%Example: true false true true'
|
||||||
|
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||||
|
reqCustomNotFound: "Custom requirement module not found."
|
||||||
|
reqCustomCleared: "Custom requirements cleared."
|
||||||
|
reqMcMMOError: "<input> is not an mcMMO skill name!"
|
||||||
|
reqMcMMOCleared: "mcMMO skill requirements cleared."
|
||||||
|
reqMcMMOAmountsCleared: "mcMMO skill amount requirements cleared."
|
||||||
|
reqHeroesNotPrimary: "The <class> class is not primary!"
|
||||||
|
reqHeroesPrimaryCleared: "Heroes Primary Class requirement cleared."
|
||||||
|
reqHeroesNotSecondary: "The <class> class is not secondary!"
|
||||||
|
reqHeroesSecondaryCleared: "Heroes Secondary Class requirement cleared."
|
||||||
|
reqHeroesClassNotFound: "Class not found!"
|
||||||
|
reqNone: "No requirements set"
|
||||||
|
reqNotANumber: "<input> is not a number!"
|
||||||
|
reqMustAddItem: "You must add at least one item first!"
|
||||||
|
reqNoMessage: "You must set a fail requirements message!"
|
||||||
|
reqNoMcMMO: "mcMMO not installed"
|
||||||
|
reqNoHeroes: "Heroes not installed"
|
||||||
|
rewSetMoney: "Set money reward"
|
||||||
|
rewSetQuestPoints: "Set Quest Points reward"
|
||||||
|
rewSetItems: "Set item rewards"
|
||||||
|
rewSetExperience: "Set experience reward"
|
||||||
|
rewSetCommands: "Set command rewards"
|
||||||
|
rewSetPermission: "Set permission rewards"
|
||||||
|
rewSetMcMMO: "Set mcMMO skill rewards"
|
||||||
|
rewSetHeroes: "Set Heroes experience rewards"
|
||||||
|
rewSetPhat: "Set PhatLoot rewards"
|
||||||
|
rewSetCustom: "Set Custom Rewards"
|
||||||
|
rewSetHeroesClasses: "Set classes"
|
||||||
|
rewSetHeroesAmounts: "Set experience amounts"
|
||||||
|
rewMoneyPrompt: "Enter amount of <money>, or 0 to clear the money reward, or -1 to cancel"
|
||||||
|
rewExperiencePrompt: "Enter amount of experience, or 0 to clear the experience reward, or -1 to cancel"
|
||||||
|
rewCommandPrompt: "Enter command rewards separating each one by a <comma>, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
rewCommandPromptHint: 'Note: You may put <player> to specify the player who completed the Quest. e.g. smite <player>'
|
||||||
|
rewPermissionsPrompt: "Enter permission rewards separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
rewQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point reward, or -1 to cancel"
|
||||||
|
rewMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewMcMMOPromptHint: 'Note: Typing ''All'' will give levels to all skills.'
|
||||||
|
rewHeroesClassesPrompt: "Enter Heroes classes separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed) separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewPhatLootsPrompt: "Enter PhatLoots separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
rewCustomRewardPrompt: "Enter the name of a custom reward to add, or enter 'clear' to clear all custom rewards, or 'cancel' to return."
|
||||||
|
rewItemsCleared: "Item rewards cleared."
|
||||||
|
rewNoMcMMOSkills: "No skills set"
|
||||||
|
rewNoHeroesClasses: "No classes set"
|
||||||
|
rewSetMcMMOSkillsFirst: "You must set skills first!"
|
||||||
|
rewMcMMOCleared: "mcMMO rewards cleared."
|
||||||
|
rewMcMMOListsNotSameSize: "The skills list and skill amounts list are not the same size!"
|
||||||
|
rewSetHeroesClassesFirst: "You must set classes first!"
|
||||||
|
rewHeroesCleared: "Heroes rewards cleared."
|
||||||
|
rewHeroesListsNotSameSize: "The classes list and experience amounts list are not the same size!"
|
||||||
|
rewHeroesInvalidClass: "<input> is not a valid Heroes class name!"
|
||||||
|
rewPhatLootsInvalid: "<input> is not a valid PhatLoot name!"
|
||||||
|
rewPhatLootsCleared: "PhatLoots reward cleared."
|
||||||
|
rewCustomAlreadyAdded: "That custom reward has already been added!"
|
||||||
|
rewCustomNotFound: "Custom reward module not found."
|
||||||
|
rewCustomCleared: "Custom rewards cleared."
|
||||||
|
rewNoPhat: "PhatLoots not installed"
|
||||||
|
itemCreateLoadHand: "Load item in hand"
|
||||||
|
itemCreateSetName: "Set name"
|
||||||
|
itemCreateSetAmount: "Set amount"
|
||||||
|
itemCreateSetDurab: "Set durability"
|
||||||
|
itemCreateSetEnchs: "Add/clear enchantments"
|
||||||
|
itemCreateSetDisplay: "Set display name"
|
||||||
|
itemCreateSetLore: "Set lore"
|
||||||
|
itemCreateEnterName: "Enter an item name, or 'cancel' to return."
|
||||||
|
itemCreateEnterAmount: "Enter item amount (max. 64), or 'cancel' to return."
|
||||||
|
itemCreateEnterDurab: "Enter item durability, or 'clear' to clear the data, or 'cancel' to return."
|
||||||
|
itemCreateEnterEnch: "Enter an enchantment name, or 'clear' to clear the enchantments, or 'cancel' to return."
|
||||||
|
itemCreateEnterLevel: "Enter a level (number) for <enchantment>"
|
||||||
|
itemCreateEnterDisplay: "Enter item display name, or 'clear' to clear the display name, or 'cancel' to return."
|
||||||
|
itemCreateEnterLore: "Enter item lore, separating each line by a semi-colon ; or 'clear' to clear the lore, or 'cancel' to return."
|
||||||
|
itemCreateLoaded: "Item loaded."
|
||||||
|
itemCreateNoItem: "No item in hand!"
|
||||||
|
itemCreateNoName: "You must set a name first!"
|
||||||
|
itemCreateInvalidName: "Invalid item name!"
|
||||||
|
itemCreateInvalidAmount: "Amount must be between 1-64!"
|
||||||
|
itemCreateInvalidDurab: "Invalid item durability!"
|
||||||
|
itemCreateInvalidEnch: "Invalid enchantment name!"
|
||||||
|
itemCreateInvalidLevel: "Level must be greater than 0!"
|
||||||
|
itemCreateInvalidInput: "Invalid input!"
|
||||||
|
itemCreateNotNumber: "Input was not a number!"
|
||||||
|
itemCreateNoNameAmount: "You must set a name and amount first!"
|
||||||
|
itemCreateCriticalError: "A critical error has occurred."
|
||||||
|
questTitle: "-- <quest> --"
|
||||||
|
questObjectivesTitle: "---(<quest>)---"
|
||||||
|
questCompleteTitle: '**QUEST COMPLETE: <quest>**'
|
||||||
|
questRewardsTitle: "Rewards:"
|
||||||
|
journalTitle: "Quest Journal"
|
||||||
|
questsTitle: "- Quests -"
|
||||||
|
questHelpTitle: "- Quests -"
|
||||||
|
questListTitle: "- Quests -"
|
||||||
|
questNPCListTitle: "- Quests | <npc> -"
|
||||||
|
questAdminHelpTitle: "- Questadmin -"
|
||||||
|
questEditorTitle: "- Quest Editor -"
|
||||||
|
eventEditorTitle: "- Event Editor - "
|
||||||
|
questCreateTitle: "- Create Quest -"
|
||||||
|
questEditTitle: "- Edit Quest -"
|
||||||
|
questDeleteTitle: "- Delete Quest -"
|
||||||
|
requirementsTitle: "- <quest> | Requirements -"
|
||||||
|
rewardsTitle: "- <quest> | Rewards -"
|
||||||
|
itemRequirementsTitle: "- Item Requirements -"
|
||||||
|
itemRewardsTitle: "- Item Rewards -"
|
||||||
|
mcMMORequirementsTitle: "- mcMMO Requirements -"
|
||||||
|
mcMMORewardsTitle: "- mcMMO Rewards -"
|
||||||
|
heroesRequirementsTitle: "- Heroes Requirements -"
|
||||||
|
heroesRewardsTitle: "- Heroes Rewards -"
|
||||||
|
heroesClassesTitle: "- Heroes Classes -"
|
||||||
|
heroesExperienceTitle: "- Heroes Experience -"
|
||||||
|
heroesPrimaryTitle: "- Primary Classes -"
|
||||||
|
heroesSecondaryTitle: "- Secondary Classes -"
|
||||||
|
phatLootsRewardsTitle: "- PhatLoots Rewards -"
|
||||||
|
customRequirementsTitle: "- Custom Requirements -"
|
||||||
|
customRewardsTitle: "- Custom Rewards -"
|
||||||
|
skillListTitle: "- Skill List -"
|
||||||
|
eventTitle: "- Event -"
|
||||||
|
completedQuestsTitle: "- Completed Quests -"
|
||||||
|
topQuestersTitle: "- Top <number> Questers -"
|
||||||
|
createItemTitle: "- Create Item -"
|
||||||
|
enchantmentsTitle: "- Enchantments -"
|
||||||
|
questGUITitle: "- GUI Item Display -"
|
||||||
|
questRegionTitle: "- Quest Region -"
|
||||||
|
eventEditorGiveItemsTitle: "- Give Items -"
|
||||||
|
eventEditorEffectsTitle: "- Effects -"
|
||||||
|
eventEditorStormTitle: "- Event Storm -"
|
||||||
|
eventEditorThunderTitle: "- Event Thunder -"
|
||||||
|
eventEditorMobSpawnsTitle: "- Event Mob Spawns -"
|
||||||
|
eventEditorMobsTitle: "- Mobs -"
|
||||||
|
eventEditorAddMobTypesTitle: "- Add Mob -"
|
||||||
|
eventEditorPotionEffectsTitle: "- Event Potion Effects -"
|
||||||
|
eventEditorPotionTypesTitle: "- Event Potion Types -"
|
||||||
|
eventEditorWorldsTitle: "- Worlds -"
|
||||||
|
effBlazeShoot: "Sound of a Blaze firing"
|
||||||
|
effBowFire: "Sound of a bow firing"
|
||||||
|
effClick1: "A click sound"
|
||||||
|
effClick2: "A different click sound"
|
||||||
|
effDoorToggle: "Sound of a door opening or closing"
|
||||||
|
effExtinguish: "Sound of fire being extinguished"
|
||||||
|
effGhastShoot: "Sound of a Ghast firing"
|
||||||
|
effGhastShriek: "Sound of a Ghast shrieking"
|
||||||
|
effZombieWood: "Sound of a Zombie chewing an iron door"
|
||||||
|
effZombieIron: "Sound of a Zombie chewing a wooden door"
|
||||||
|
effEnterName: "Enter an effect name to add it to the list, or enter 'cancel' to return"
|
||||||
|
cmdCancel: "cancel"
|
||||||
|
cmdAdd: "add"
|
||||||
|
cmdClear: "clear"
|
||||||
|
cmdNone: "none"
|
||||||
|
cmdDone: "done"
|
||||||
|
acceptQuest: "Accept Quest?"
|
||||||
|
enterAnOption: "Enter an option"
|
||||||
|
questAccepted: 'Quest accepted: <quest>'
|
||||||
|
currentQuest: "Current Quests:"
|
||||||
|
noMoreQuest: "No more quests available."
|
||||||
|
damage: "Damage"
|
||||||
|
break: "Break"
|
||||||
|
place: "Place"
|
||||||
|
use: "Use"
|
||||||
|
cut: "Cut"
|
||||||
|
catchFish: "Catch Fish"
|
||||||
|
enchantItem: "Enchant <item> with <enchantment>"
|
||||||
|
kill: "Kill"
|
||||||
|
killAtLocation: "Kill <mob> at <location>"
|
||||||
|
killPlayer: "Kill a Player"
|
||||||
|
deliver: "Deliver <item> to <npc>"
|
||||||
|
talkTo: "Talk to <npc>"
|
||||||
|
tame: "Tame"
|
||||||
|
shearSheep: "Shear <color> sheep"
|
||||||
|
goTo: "Go to <location>"
|
||||||
|
completed: "Completed"
|
||||||
|
redoCompleted: "(Completed)"
|
||||||
|
consoleError: "This command may only be performed in-game."
|
||||||
|
invalidSelection: "Invalid selection!"
|
||||||
|
noActiveQuest: "You do not currently have any active Quests."
|
||||||
|
speakTo: 'Start: Speak to <npc>'
|
||||||
|
mustSpeakTo: "You must speak to <npc> to start this Quest."
|
||||||
|
noCommandStart: "<quest> may not be started via command."
|
||||||
|
permissionDisplay: "Permission:"
|
||||||
|
heroesClass: "class"
|
||||||
|
mcMMOLevel: "level"
|
||||||
|
haveCompleted: "You have completed <quest>"
|
||||||
|
cannotComplete: "Cannot complete <quest>"
|
||||||
|
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."
|
||||||
|
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."
|
||||||
|
questInfoNoPerms: "You do not have permission to view a Quest's information."
|
||||||
|
questCmdNoPerms: "You do not have access to that command."
|
||||||
|
pageSelectionNum: "Page selection must be a number."
|
||||||
|
pageSelectionPosNum: "Page selection must be a positive number."
|
||||||
|
questListNoPerms: "You do not have permission to view the Quests list."
|
||||||
|
questTakeNoPerms: "You do not have permission to take Quests via commands."
|
||||||
|
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||||
|
questQuit: "You have quit <quest>"
|
||||||
|
questQuitNoPerms: "You do not have permission to quit Quests."
|
||||||
|
questQuitDisabled: "Quitting Quests has been disabled."
|
||||||
|
questEditorNoPerms: "You do not have permission to use the Quests Editor."
|
||||||
|
eventEditorNoPerms: "You do not have permission to use the Events Editor."
|
||||||
|
questsUnknownCommand: "Unknown Quests 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>."
|
||||||
|
questPurged: "<player> has been purged and blacklisted."
|
||||||
|
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."
|
||||||
|
enableNPCGUI: "<npc> will now provide a GUI Quest Display."
|
||||||
|
disableNPCGUI: "<npc> will no longer provide a GUI Quest Display."
|
||||||
|
invalidNumber: "Invalid number."
|
||||||
|
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||||
|
playerNotFound: "Player not found."
|
||||||
|
invalidStageNum: "Invalid stage number for Quest <quest>"
|
||||||
|
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||||
|
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."
|
||||||
|
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!"
|
||||||
|
journalNoQuests: "You have no accepted quests!"
|
||||||
|
journalDenied: "You cannot do that with your Quest Journal."
|
||||||
|
ENCHANTMENT_ARROW_DAMAGE: "Power"
|
||||||
|
ENCHANTMENT_ARROW_FIRE: "Flame"
|
||||||
|
ENCHANTMENT_ARROW_INFINITE: "Infinity"
|
||||||
|
ENCHANTMENT_ARROW_KNOCKBACK: "Punch"
|
||||||
|
ENCHANTMENT_BINDING_CURSE: "BindingCurse"
|
||||||
|
ENCHANTMENT_DAMAGE_ALL: "Sharpness"
|
||||||
|
ENCHANTMENT_DAMAGE_ARTHROPODS: "BaneOfArthropods"
|
||||||
|
ENCHANTMENT_DEPTH_STRIDER: "DepthStrider"
|
||||||
|
ENCHANTMENT_DAMAGE_UNDEAD: "Smite"
|
||||||
|
ENCHANTMENT_DIG_SPEED: "Efficiency"
|
||||||
|
ENCHANTMENT_DURABILITY: "Unbreaking"
|
||||||
|
ENCHANTMENT_FIRE_ASPECT: "FireAspect"
|
||||||
|
ENCHANTMENT_FROST_WALKER: "FrostWalker"
|
||||||
|
ENCHANTMENT_KNOCKBACK: "Knockback"
|
||||||
|
ENCHANTMENT_LOOT_BONUS_BLOCKS: "Fortune"
|
||||||
|
ENCHANTMENT_LOOT_BONUS_MOBS: "Looting"
|
||||||
|
ENCHANTMENT_LUCK: "LuckOfTheSea"
|
||||||
|
ENCHANTMENT_LURE: "Lure"
|
||||||
|
ENCHANTMENT_MENDING: "Mending"
|
||||||
|
ENCHANTMENT_OXYGEN: "Respiration"
|
||||||
|
ENCHANTMENT_PROTECTION_ENVIRONMENTAL: "Protection"
|
||||||
|
ENCHANTMENT_PROTECTION_EXPLOSIONS: "BlastProtection"
|
||||||
|
ENCHANTMENT_PROTECTION_FALL: "FeatherFalling"
|
||||||
|
ENCHANTMENT_PROTECTION_FIRE: "FireProtection"
|
||||||
|
ENCHANTMENT_PROTECTION_PROJECTILE: "ProjectileProtection"
|
||||||
|
ENCHANTMENT_SILK_TOUCH: "SilkTouch"
|
||||||
|
ENCHANTMENT_SWEEPING: "Sweeping"
|
||||||
|
ENCHANTMENT_THORNS: "Thorns"
|
||||||
|
ENCHANTMENT_VANISHING_CURSE: "VanishingCurse"
|
||||||
|
ENCHANTMENT_WATER_WORKER: "AquaAffinity"
|
||||||
|
COLOR_BLACK: "Black"
|
||||||
|
COLOR_BLUE: "Blue"
|
||||||
|
COLOR_BROWN: "Brown"
|
||||||
|
COLOR_CYAN: "Cyan"
|
||||||
|
COLOR_GRAY: "Gray"
|
||||||
|
COLOR_GREEN: "Green"
|
||||||
|
COLOR_LIGHT_BLUE: "LightBlue"
|
||||||
|
COLOR_LIME: "Lime"
|
||||||
|
COLOR_MAGENTA: "Magenta"
|
||||||
|
COLOR_ORANGE: "Orange"
|
||||||
|
COLOR_PINK: "Pink"
|
||||||
|
COLOR_PURPLE: "Purple"
|
||||||
|
COLOR_RED: "Red"
|
||||||
|
COLOR_SILVER: "Silver"
|
||||||
|
COLOR_WHITE: "White"
|
||||||
|
COLOR_YELLOW: "Yellow"
|
||||||
|
timeDay: "Day"
|
||||||
|
timeDays: "Days"
|
||||||
|
timeHour: "Hour"
|
||||||
|
timeHours: "Hours"
|
||||||
|
timeMinute: "Minute"
|
||||||
|
timeMinutes: "Minutes"
|
||||||
|
timeSecond: "Second"
|
||||||
|
timeSeconds: "Seconds"
|
||||||
|
timeMillisecond: "Millisecond"
|
||||||
|
timeMilliseconds: "Milliseconds"
|
||||||
|
event: "Event"
|
||||||
|
delay: "Delay"
|
||||||
|
save: "Save"
|
||||||
|
exit: "Exit"
|
||||||
|
exited: "Exited"
|
||||||
|
cancel: "Cancel"
|
||||||
|
cancelled: "Cancelled"
|
||||||
|
questTimeout: "Cancelled."
|
||||||
|
back: "Back"
|
||||||
|
yesWord: "Yes"
|
||||||
|
noWord: "No"
|
||||||
|
"true": "true"
|
||||||
|
"false": "false"
|
||||||
|
clear: "Clear"
|
||||||
|
edit: "Edit"
|
||||||
|
none: "None"
|
||||||
|
done: "Done"
|
||||||
|
comma: "comma"
|
||||||
|
finish: "Finish"
|
||||||
|
quit: "Quit"
|
||||||
|
noneSet: "None set"
|
||||||
|
noDelaySet: "No delay set"
|
||||||
|
noIdsSet: "No IDs set"
|
||||||
|
noNamesSet: "No names set"
|
||||||
|
worlds: "Worlds"
|
||||||
|
mobs: "Mobs"
|
||||||
|
points: "points"
|
||||||
|
invalidOption: "Invalid option!"
|
||||||
|
npcHint: 'Note: You can left or right click on NPC''s to get their ID.'
|
||||||
|
listDuplicate: "List contains duplicates!"
|
||||||
|
id: "ID"
|
||||||
|
quest: "Quest"
|
||||||
|
quests: "Quests"
|
||||||
|
createdBy: "Created by"
|
||||||
|
continuedBy: "and continued by"
|
||||||
|
questPoints: "Quest Points"
|
||||||
|
accepted: "Accepted"
|
||||||
|
complete: "Complete"
|
||||||
|
redoable: "Redoable"
|
||||||
|
usage: "Usage"
|
||||||
|
redoableEvery: "Redoable every <time>."
|
||||||
|
requirements: "Requirements"
|
||||||
|
money: "Money"
|
||||||
|
with: "With"
|
||||||
|
to: "to"
|
||||||
|
blocksWithin: "within <amount> blocks of"
|
||||||
|
valRequired: "Value required"
|
||||||
|
enchantedItem: "*Enchanted*"
|
||||||
|
experience: "Experience"
|
||||||
|
timerMessage: '<green>Time left to finish the quest/stage: <red>%s seconds'
|
||||||
|
timerStart: "<green>You have <red>%s seconds <green>to finish this quest/stage"
|
||||||
|
questErrorReadingFile: "Error reading Quests file."
|
||||||
|
questSaveError: "An error occurred while saving."
|
||||||
|
questBlacklisted: "You are blacklisted. Contact an admin if this is in error."
|
858
src/main/resources/lang/pl-PL/strings.yml
Normal file
858
src/main/resources/lang/pl-PL/strings.yml
Normal file
@ -0,0 +1,858 @@
|
|||||||
|
---
|
||||||
|
questFailed: "*QUEST FAILED MATEY*"
|
||||||
|
questMaxAllowed: "Ye may only have up t' <number> Quests."
|
||||||
|
questAlreadyOn: "Ye be already on that Quest!"
|
||||||
|
questTooEarly: "Ye may nah take <quest> again fer another <time>."
|
||||||
|
questAlreadyCompleted: "Ye 'ave already looted <quest>."
|
||||||
|
questInvalidLocation: "Ye may nah take <quest> at this location."
|
||||||
|
questInvalidDeliveryItem: "<item> ain't a required item fer this quest!"
|
||||||
|
questSelectedLocation: "Chosen spot"
|
||||||
|
questDisplayHelp: "- Wyświetla pomoc"
|
||||||
|
COMMAND_LIST: "list"
|
||||||
|
COMMAND_LIST_HELP: "list [strona] - Wyświetla listę dostępnych zadań"
|
||||||
|
COMMAND_TAKE: "take"
|
||||||
|
COMMAND_TAKE_HELP: "take [zadanie] - Rozpoczyna zadanie"
|
||||||
|
COMMAND_TAKE_USAGE: 'Użycie: /quests take [zadanie]'
|
||||||
|
COMMAND_QUIT: "quit"
|
||||||
|
COMMAND_QUIT_HELP: "quit [zadanie] - Przerywa wybrane zadanie"
|
||||||
|
COMMAND_EDITOR: "editor"
|
||||||
|
COMMAND_EDITOR_HELP: "editor - Tworzy/Edytuje zadanie"
|
||||||
|
COMMAND_EVENTS_EDITOR: "events"
|
||||||
|
COMMAND_EVENTS_EDITOR_HELP: "events - Tworzy/Edytuje akcje"
|
||||||
|
COMMAND_STATS: "stats"
|
||||||
|
COMMAND_STATS_HELP: "stats - Wyświetla statystyki zadań"
|
||||||
|
COMMAND_TOP: "top"
|
||||||
|
COMMAND_TOP_HELP: "top [liczba] - Wyświetla ranking zadań"
|
||||||
|
COMMAND_TOP_USAGE: Użycie /quests top [liczba]
|
||||||
|
COMMAND_INFO: "info"
|
||||||
|
COMMAND_INFO_HELP: "info - Wyświetla informacje o pluginie"
|
||||||
|
COMMAND_JOURNAL: "journal"
|
||||||
|
COMMAND_JOURNAL_HELP: "dziennik - Zobacz/Odłóż swój Dziennik Zadań"
|
||||||
|
COMMAND_QUEST_HELP: "- Wyświetl bieżące cele Zadań"
|
||||||
|
COMMAND_QUESTINFO_HELP: "[nazwa zadania] - Wyświetl Informację o Zadaniu"
|
||||||
|
COMMAND_QUESTADMIN_HELP: "- zobacz pomoc Questadmina"
|
||||||
|
COMMAND_QUESTADMIN_STATS: "statystyki"
|
||||||
|
COMMAND_QUESTADMIN_STATS_HELP: "Statystyki [player] - widok Questing statystyki gracza"
|
||||||
|
COMMAND_QUESTADMIN_GIVE: "daj"
|
||||||
|
COMMAND_QUESTADMIN_GIVE_HELP: "daj [player][quest] - Ulepsz gracza aby zrobić zadanie"
|
||||||
|
COMMAND_QUESTADMIN_QUIT: "wyjście"
|
||||||
|
COMMAND_QUESTADMIN_QUIT_HELP: "wyjdź [player] [quest] - Zmuś gracza do opuszczenia ich zadania"
|
||||||
|
COMMAND_QUESTADMIN_POINTS: "punkty"
|
||||||
|
COMMAND_QUESTADMIN_POINTS_HELP: "punkty [player] [amount] - Ustaw punkty Misji gracza"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS: "punkty odbioru"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "punkty odbioru [player][amount] Weź quest punkty gracza"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "govepoints [player][amount] Daj quest punkty gracza"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] Ustaw Wszystkie punkty zadań gracza"
|
||||||
|
COMMAND_QUESTADMIN_FINISH: "Zakończ"
|
||||||
|
COMMAND_QUESTADMIN_FINISH_HELP: "Zakończ [player][quest] Natychmast ukończ zadanie siły dla gracza"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE: "kolejny etap"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "kolejny etap [player][quest] Natychmiast skończ etap siły dla gracza"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE: "Ekwipunek do etapu"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE_HELP: "Ekwipunek do etapu [player][quest][stage] Zmień obecny ekwipunek gracza"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Używane: /questadmin setstage [player][quest][stage]'
|
||||||
|
COMMAND_QUESTADMIN_PURGE: "oczyść"
|
||||||
|
COMMAND_QUESTADMIN_PURGE_HELP: "oczyść [player] - Usuń wszystkie dane gracza z zadania i umieść je na czarnej liście"
|
||||||
|
COMMAND_QUESTADMIN_RESET: "reset"
|
||||||
|
COMMAND_QUESTADMIN_RESET_HELP: "reset [player] - Usuń wszystkie dane z zadań gracza"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE: "Usuń"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE_HELP: "usuń [player][quest] - Usuń ukończone zadania"
|
||||||
|
COMMAND_QUESTADMIN_TOGGLEGUI: "przełącz gui"
|
||||||
|
COMMAND_QUESTADMIN_TOGGLEGUI_HELP: "przełącz gui [npc id] - przełącz zadanie GUI pokazane na NPC"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD: "załaduj ponownie"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD_HELP: "załaduj ponownie - załaduj ponowie wszystkie zadania"
|
||||||
|
questEditorHeader: "utwórz zadanie"
|
||||||
|
questEditorCreate: "utwórz nowe zadanie"
|
||||||
|
questEditorEdit: "edytuj zadanie"
|
||||||
|
questEditorDelete: "usuń zadanie"
|
||||||
|
questEditorName: "zmień nazwe"
|
||||||
|
questEditorAskMessage: "zmień pytanie wiadomości"
|
||||||
|
questEditorFinishMessage: "ustaw koniec wiadomości"
|
||||||
|
questEditorRedoDelay: "ustaw przerobione opóźnienie"
|
||||||
|
questEditorNPCStart: "Ustaw start NPC"
|
||||||
|
questEditorBlockStart: "ustaw blok startowy"
|
||||||
|
questEditorInitialEvent: "ustaw inicjały eventu"
|
||||||
|
questEditorSetGUI: "ustaw GUI wyświetlany item"
|
||||||
|
questEditorReqs: "edytuj wymagania"
|
||||||
|
questEditorStages: "edytuj etapy"
|
||||||
|
questEditorRews: "Edytuj nagrody"
|
||||||
|
questEditorEnterQuestName: "wprowadź nazwę zadania ( lub ‚cancel’ aby wrócić)"
|
||||||
|
questEditorEditEnterQuestName: "wprowadź nazwe zadania aby edytować (lub ‚cancel’ aby wrócić)"
|
||||||
|
questEditorEnterAskMessage: "wprowadź wiadomość zapytanie ( lub ‚cancel’ aby wrócić)"
|
||||||
|
questEditorEnterFinishMessage: "Wprowadź nazwę wiadomości (lub 'cancel' aby wrócić)"
|
||||||
|
questEditorEnterRedoDelay: "Wprowadź ilość czasu (w sekundach), 0 aby usunąć opóźnienie, lub -1, aby anulować"
|
||||||
|
questEditorEnterNPCStart: "Wprowadź NPC ID, -1 aby anulować start NPC, lub -2 aby anulować"
|
||||||
|
questEditorEnterBlockStart: "Kliknij prawym przyciskiem myszy jako punkt początkowy, a następnie wprowadź 'done' aby zapisać, lub wprowadź 'clear' aby wyczyścić punkt początkowy bloku, lub 'cancel' aby powrócić"
|
||||||
|
questEditorEnterInitialEvent: "Wprowadź nazwę wydarzenia, lub wprowadź 'clear' aby wyczyścić wydarzenie, lub 'cancel' aby powrócić"
|
||||||
|
questRequiredNoneSet: "Wymagane, brak zestawu"
|
||||||
|
questWGSetRegion: "Ustaw Region"
|
||||||
|
questWGNotInstalled: "WorldGuard nie zainstalowany"
|
||||||
|
questWGPrompt: "Wejdź do regionu WorldGuard, lub wpisz \"clear\" aby wyczyścić region, lub 'cancel' aby powrócić."
|
||||||
|
questWGInvalidRegion: "<region> nie jest ważnym regionem WorldGuard!"
|
||||||
|
questWGRegionCleared: "Region misji wyczyszczony."
|
||||||
|
questCitNotInstalled: "Obywatele nie są zainstalowani"
|
||||||
|
questDenNotInstalled: "Mieszkańcy nie są zainstalowani"
|
||||||
|
questGUIError: 'Błąd: Ten przedmiot jest już używany jako wyświetlacz GUI dla misji <quest>.'
|
||||||
|
questCurrentItem: "Aktualny przedmiot:"
|
||||||
|
questSetItem: "Ustaw przedmiot"
|
||||||
|
questClearItem: "Wyczyść przedmiot"
|
||||||
|
questGUICleared: "Misja GUI pozycja wyświetlacza wyczyszczona."
|
||||||
|
questDeleted: "Misja usunięta! Misje i wydarzenia zostały załadowane ponownie."
|
||||||
|
questEditorNameExists: "Misja o podanej nazwie już istnieje!"
|
||||||
|
questEditorBeingEdited: "Ktoś tworzy/edytuje misję o tej nazwie!"
|
||||||
|
questEditorInvalidQuestName: "Nazwa nie może zawierać kropek ani przecinków!"
|
||||||
|
questEditorInvalidEventName: "nie jest to poprawna nazwa wydarzenia!"
|
||||||
|
questEditorInvalidNPC: "Nie istnieje NPC z takim ID!"
|
||||||
|
questEditorNoStartBlockSelected: "Najpierw musisz wybrać blok."
|
||||||
|
questEditorPositiveAmount: "Liczba musi być dodatnia."
|
||||||
|
questEditorQuestAsRequirement1: "Następujące zadania mają"
|
||||||
|
questEditorQuestAsRequirement2: "jako wymóg:"
|
||||||
|
questEditorQuestAsRequirement3: "Musisz modyfikować te misje tak, aby nie użyły tego przed usunięciem."
|
||||||
|
questEditorQuestNotFound: "Misja nie znaleziona!"
|
||||||
|
questEditorEventCleared: "Inicjał wydarzenia wyczyszczony."
|
||||||
|
questEditorSave: "Zakończ i zapisz"
|
||||||
|
questEditorNeedAskMessage: "Musisz wpisać i zadać pytanie!"
|
||||||
|
questEditorNeedFinishMessage: "Musisz wpisać wiadomość!"
|
||||||
|
questEditorNeedStages: "Twoja misja nie ma etapów!"
|
||||||
|
questEditorSaved: "Quest saved! (Ye will needs t' perform a Quest reload fer it t' appear)"
|
||||||
|
questEditorExited: "Are ye sure ye wants t' exit without savin'?"
|
||||||
|
questEditorDeleted: "Are ye sure ye wants t' scuttle th' Quest"
|
||||||
|
questEditorNoPermsCreate: "Ye do nah 'ave permission t' create Quests."
|
||||||
|
questEditorNoPermsEdit: "Ye do nah 'ave permission t' edit Quests."
|
||||||
|
questEditorNoPermsDelete: "Ye do nah 'ave permission t' scuttle Quests."
|
||||||
|
stageEditorEditStage: "Edytuj Etap"
|
||||||
|
stageEditorNewStage: "Dodaj nowy Etap"
|
||||||
|
stageEditorStages: "etapy"
|
||||||
|
stageEditorStage: "etap"
|
||||||
|
stageEditorBreakBlocks: "zniszcz bloki"
|
||||||
|
stageEditorDamageBlocks: "uszkodź bloki"
|
||||||
|
stageEditorPlaceBlocks: "umieść bloki"
|
||||||
|
stageEditorUseBlocks: "użyj bloków"
|
||||||
|
stageEditorCutBlocks: "rozetnij bloki"
|
||||||
|
stageEditorCatchFish: "złap rybę"
|
||||||
|
stageEditorFish: "ryba"
|
||||||
|
stageEditorKillPlayers: "zabij graczy"
|
||||||
|
stageEditorPlayers: "gracze"
|
||||||
|
stageEditorEnchantItems: "zaklnij przesmioty"
|
||||||
|
stageEditorDeliverItems: "dostarcz przedmioty"
|
||||||
|
stageEditorTalkToNPCs: "porozmawiaj z NPC"
|
||||||
|
stageEditorKillNPCs: "zabij NPC"
|
||||||
|
stageEditorKillMobs: "zabij potwory"
|
||||||
|
stageEditorReachLocs: "Reach spots"
|
||||||
|
stageEditorReachRadii1: "dotrzyj w ciągu"
|
||||||
|
stageEditorReachRadii2: "bloki"
|
||||||
|
stageEditorTameMobs: "poskrom potwory"
|
||||||
|
stageEditorShearSheep: "obetnij owce"
|
||||||
|
stageEditorEvents: "wydarzenia"
|
||||||
|
stageEditorStageEvents: "etapowe wydarzenia"
|
||||||
|
stageEditorStartEvent: "rozpocznij wydarzenie"
|
||||||
|
stageEditorStartEventCleared: "start wydarzenia usunięty."
|
||||||
|
stageEditorFinishEvent: "ukończ wydarzenie"
|
||||||
|
stageEditorFinishEventCleared: "ukończenie wydarzenia usunięte."
|
||||||
|
stageEditorChatEvents: "Czat wydarzenia"
|
||||||
|
stageEditorChatTrigger: "Czat wyzwalacza"
|
||||||
|
stageEditorTriggeredBy: "Wywołane przez"
|
||||||
|
stageEditorChatEventsCleared: "Czat wydarzeń usunięty."
|
||||||
|
stageEditorDeathEvent: "Wydarzenie śmierci"
|
||||||
|
stageEditorDeathEventCleared: "wydarzenie śmierci usunięte."
|
||||||
|
stageEditorDisconnectEvent: "rozłączone wydarzenie"
|
||||||
|
stageEditorDisconnectEventCleared: "Rozłączone wydarzenie usunięte."
|
||||||
|
stageEditorDelayMessage: "Opóźniona wiadomość"
|
||||||
|
stageEditorDenizenScript: "mieszkaniec skryptu"
|
||||||
|
stageEditorStartMessage: "rozpocznij wiadomość"
|
||||||
|
stageEditorCompleteMessage: "uzupełnij wiadomość"
|
||||||
|
stageEditorDelete: "usuń etap"
|
||||||
|
stageEditorSetBlockNames: "ustaw nazwy bloków"
|
||||||
|
stageEditorSetBlockAmounts: "ustaw cenę bloku"
|
||||||
|
stageEditorSetBlockDurability: "ustaw trwałość bloku"
|
||||||
|
stageEditorSetDamageAmounts: "ustaw kwotę uszkodzenia"
|
||||||
|
stageEditorSetPlaceAmounts: "ustaw kwotę miejsca"
|
||||||
|
stageEditorSetUseAmounts: "ustaw kwotę za używanie"
|
||||||
|
stageEditorSetCutAmounts: "ustaw koszty cięcia"
|
||||||
|
stageEditorSetKillAmounts: "ustaw kwotę zabójstwa"
|
||||||
|
stageEditorSetEnchantAmounts: "ustaw koszty zaczarowania"
|
||||||
|
stageEditorSetMobAmounts: "ustaw koszty potwora"
|
||||||
|
stageEditorSetEnchantments: "Ustaw ulepszenia"
|
||||||
|
stageEditorSetItemNames: "Ustaw nazwę przedmiotu"
|
||||||
|
stageEditorSetKillIds: "Ustaw ID NPC"
|
||||||
|
stageEditorSetMobTypes: "Ustaw typy potworów"
|
||||||
|
stageEditorSetKillLocations: "Ustaw lokacje śmierci"
|
||||||
|
stageEditorSetKillLocationRadii: "Ustaw zasięg lokacji śmierci"
|
||||||
|
stageEditorSetKillLocationNames: "Ustaw nazwę lokacji śmierci"
|
||||||
|
stageEditorSetLocations: "Ustaw lokalizacje"
|
||||||
|
stageEditorSetLocationRadii: "Ustaw zasięg lokacji"
|
||||||
|
stageEditorSetLocationNames: "Ustaw nazwę lokacji"
|
||||||
|
stageEditorSetTameAmounts: "Ustaw wysokość oswojenia"
|
||||||
|
stageEditorSetShearColors: "Ustaw kolor owcy"
|
||||||
|
stageEditorSetShearAmounts: "Ustaw kwotę za ścinanie"
|
||||||
|
stageEditorPassword: "Hasła Celów"
|
||||||
|
stageEditorAddPasswordDisplay: "Dodaj wyświetlanie hasła"
|
||||||
|
stageEditorAddPasswordPhrases: "Dodaj frazę(y) hasła"
|
||||||
|
stageEditorNoPasswordDisplays: "Nie ustawiono wyświetlania hasła"
|
||||||
|
stageObjectiveOverride: "Wyświetlanie celu nadpisane"
|
||||||
|
stageEditorCustom: "Niestandardowe objekty"
|
||||||
|
stageEditorNoModules: "Moduł nie został załadowany"
|
||||||
|
stageEditorModuleNotFound: "Wzór niestandardowych celów nie znaleziony."
|
||||||
|
stageEditorCustomPrompt: "Wprowadź nazwę niestandardowego celu aby go dodać, lub wpisz 'clear', aby wyczyścić wszystkie niestandardowe cele, lub 'cancel', aby wrócić."
|
||||||
|
stageEditorCustomAlreadyAdded: "Ten niestandardowy cel został już dodany!"
|
||||||
|
stageEditorCustomCleared: "Niestandardowe cele wyczyszczone."
|
||||||
|
stageEditorCustomDataPrompt: "Wprowadź wartość dla <data>:"
|
||||||
|
stageEditorEnterBlockNames: "Wpisz nazwę bloku (lub jego ID), oddzielając każdy spacją, lub wpisz 'cancel', aby powrócić."
|
||||||
|
stageEditorBreakBlocksPrompt: "Wpisz liczbę zużycia (numery), oddzielając każdą spacją, lub wpisz 'cancel', aby powrócić."
|
||||||
|
stageEditorDamageBlocksPrompt: "Wpisz liczbę obrażeń (numery), oddzielając każdy spacją, lub wpisz 'cancel', aby powrócić."
|
||||||
|
stageEditorPlaceBlocksPrompt: "Wpisz liczbę miejsc (numery), oddzielając każdy spacją, lub wpisz 'cancel', aby powrócić."
|
||||||
|
stageEditorUseBlocksPrompt: "Wpisz liczbę użyć (numery), oddzielając każdy spacją, lub wpisz 'cancel', aby powrócić."
|
||||||
|
stageEditorCutBlocksPrompt: "Wprowadź liczbę cięć (numery), oddzielając każdy spacją, lub wpisz 'cancel', aby powrócić."
|
||||||
|
stageEditorEnterBlockDurability: "Wpisz wytrzymałość bloku (numery), oddzielając każdy spacją, lub wpisz 'cancel', aby powrócić."
|
||||||
|
stageEditorCatchFishPrompt: "Wpisz liczbę ryb do złapania, lub 0, aby wyczyścić cel w łowieniu ryb, lub -1, aby anulować"
|
||||||
|
stageEditorKillPlayerPrompt: "Wpisz liczbę graczy do zabicia, lub 0 aby wyczyścić cel w zabijaniu graczy, lub -1, aby anulować"
|
||||||
|
stageEditorEnchantTypePrompt: "Wpisz nazwy ulepszeń magicznych, oddzielając każdy przecinkiem, lub wpisz 'cancel', aby powrócić."
|
||||||
|
stageEditorEnchantAmountsPrompt: "Wprowadź liczbę ulepszeń magicznych (numery), oddzielając każdy spacją, lub wpisz 'cancel', aby powrócić."
|
||||||
|
stageEditorItemNamesPrompt: "Wprowadź nazwy przedmiotów, oddzielając każdy spacją, lub wpisz 'cancel', aby powrócić."
|
||||||
|
stageEditorNPCPrompt: "Wprowadź ID NPC, oddzielając każdy spacją, lub wpisz 'cancel', aby powrócić."
|
||||||
|
stageEditorNPCToTalkToPrompt: "Wprowadź ID NPC, oddzielając każdy spacją, lub wpisz 'clear', aby wyczyścić listę ID NPC, lub 'cancel', aby powrócić."
|
||||||
|
stageEditorDeliveryMessagesPrompt: "Wprowadź komunikaty o dostarczeniu, oddzielając je średnikiem lub wpisz \"cancel\", aby wrócić."
|
||||||
|
stageEditorKillNPCsPrompt: "Wprowadź liczbę zabójstw (numery), oddzielając każdy spacją, lub wpisz 'cancel', aby powrócić."
|
||||||
|
stageEditorMobsPrompt: "Wpisz nazwy potworów, oddzielając każdy spacją, lub wpisz 'cancel', aby powrócić"
|
||||||
|
stageEditorMobAmountsPrompt: "Enter mob amounts separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationPrompt: "Right-click on a block t' select it, then enter 'add' t' add it t' th' kill spot list, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationRadiiPrompt: "Enter kill spot radii (number o' blocks) separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationNamesPrompt: "Wpisz nazwy lokacji, oddzielając każdy spacją, lub wpisz 'cancel', aby powrócić"
|
||||||
|
stageEditorReachLocationPrompt: "Kliknij prawym przyciskiem myszy na blok, aby go wybrać, potem wpisz 'add' aby dodać go do listy lokacji, lub wpisz 'cancel' aby powrócić"
|
||||||
|
stageEditorReachLocationRadiiPrompt: "Wpisz zasięg lokalizacji dosięgnięcia (numery lub bloki), oddzielając każdy spacją, lub wpisz 'cancel' aby powrócić"
|
||||||
|
stageEditorReachLocationNamesPrompt: "Wpisz nazwy lokacji, oddzielając każdy przecinkiem, lub wpisz 'cancel' aby powrócić"
|
||||||
|
stageEditorTameAmountsPrompt: "Wpisz liczbę oswojenia, oddzielając każdy spacją, lub wpisz 'cancel' aby powrócić"
|
||||||
|
stageEditorShearColorsPrompt: "podaj kolory owiec oddzielając każdy spacją, lub wpisz ‚cancel’ aby wrócić"
|
||||||
|
stageEditorShearAmountsPrompt: "podaj koszty ścinania oddzielając każde spacją , lub wpisz , cancel ’ aby wrócić"
|
||||||
|
stageEditorEventsPrompt: "wprowadź nazwę wydarzenia, lub wpisz ‚clear’ aby usunąć wydarzenie, lub ‚cancel’ aby wrócić"
|
||||||
|
stageEditorChatEventsPrompt: "wprowadź nazwę wydarzenia aby dodać, lub wpisz ‚clear’ aby usunąć cały czat eventu, lub ‚cancel’ aby wrócić"
|
||||||
|
stageEditorChatEventsTriggerPromptA: "wprowadź czat wyzwolony dla"
|
||||||
|
stageEditorChatEventsTriggerPromptB: "lub wprowadź ‚cancel’ aby wrócić"
|
||||||
|
stageEditorDelayPrompt: "Wprowadź czas (w sekundach), wpisz 'clear' aby wyczscić opóxnienie lub 'cancel' aby powrócić"
|
||||||
|
stageEditorDelayMessagePrompt: "wprowadź spóźnioną wiadomość lub wprowadź ‚clear’ aby usunąć wiadomość, lub ‚cancel’ aby wrócić"
|
||||||
|
stageEditorScriptPrompt: "wprowadź nazwę skryptu, lub wpisz ‚clear’ aby usunąć skrypt, lub ‚cancel’ aby wrócić"
|
||||||
|
stageEditorStartMessagePrompt: "wprowadź wiadomość początkową, lub wpisz ‚clear’ aby usunąć wiadomość, lub ‚cancel’ aby wrócić"
|
||||||
|
stageEditorCompleteMessagePrompt: "wprowadź pełną wiadomość, lub wpisz ‚clear’ aby usunąć wiadomość, lub ‚cancel’ aby wrócić"
|
||||||
|
stageEditorPasswordDisplayPrompt: "wprowadź hasło do ekranu, lub ‚cancel’ aby wrócić"
|
||||||
|
stageEditorPasswordDisplayHint: "(ten tekst zostanie wyświetlony graczowi jako jego obiekt)"
|
||||||
|
stageEditorPasswordPhrasePrompt: "Wprowadź hasło, lub 'cancel' aby powrócić"
|
||||||
|
stageEditorPasswordPhraseHint1: "(to jest tekst który gracz ma powiedzieć aby ukończyć cel)"
|
||||||
|
stageEditorPasswordPhraseHint2: "jeśli chcesz mieć wielodostępowe frazy hasła, oddziel je poprzez | (kreska)"
|
||||||
|
stageEditorObjectiveOverridePrompt: "wprowadź nadpisany objekt monitora, lub ‚clear’ aby usunąć nadpisanie, lub ‚cancel’ aby wrócić"
|
||||||
|
stageEditorObjectiveOverrideHint: "(objektywny nadpisany mointor pokaże graczy obecnie grających)"
|
||||||
|
stageEditorObjectiveOverrideCleared: "Usunięto obiektywy nadpisany wyświetlacz."
|
||||||
|
stageEditorDeliveryAddItem: "dodaj przedmiot"
|
||||||
|
stageEditorDeliveryNPCs: "zmień ID NPC"
|
||||||
|
stageEditorDeliveryMessages: "zmień dostarczenie wiadomości"
|
||||||
|
stageEditorContainsDuplicates: "Zawiera powtórzenia!"
|
||||||
|
stageEditorInvalidBlockName: "nie jest poprawna nazwa bloku"
|
||||||
|
stageEditorInvalidEnchantment: "nie jest poprawna nazwa enchantu"
|
||||||
|
stageEditorInvalidNPC: "nie jest poprawne ID NPC"
|
||||||
|
stageEditorInvalidMob: "nie jest poprawna nazwa potwora"
|
||||||
|
stageEditorInvalidItemName: "nie jest to poprawna nazwa przedmiotu"
|
||||||
|
stageEditorInvalidNumber: "nie jest liczbą!"
|
||||||
|
stageEditorInvalidDye: "nie jest to prawidłowa barwa koloru"
|
||||||
|
stageEditorInvalidEvent: "nie jest to poprawna nazwa wydarzenia!"
|
||||||
|
stageEditorDuplicateEvent: "wydarzenie jest już na liście!"
|
||||||
|
stageEditorInvalidDelay: "opóźnienie musi wynosić conajmniej jedną sekundę!"
|
||||||
|
stageEditorInvalidScript: "nie znaleziono skryptu mieszkańca!"
|
||||||
|
stageEditorNoCitizens: "obywatele nie zostali zajnstalowani!"
|
||||||
|
stageEditorNoDenizen: "mieszkańcy nie zostali zainstalowani!"
|
||||||
|
stageEditorPositiveAmount: "musisz wprowadzić pozytywny numer!"
|
||||||
|
stageEditorNoNumber: "Wartość nie jest liczbą!"
|
||||||
|
stageEditorNotGreaterThanZero: "nie jest większa niż 0!"
|
||||||
|
stageEditorNotListofNumbers: "Nieprawidłowy wpis, wejścia nie było na liście!"
|
||||||
|
stageEditorNoDelaySet: "najpierw musisz ustawić nazwę!"
|
||||||
|
stageEditorNoBlockNames: "najpierw musisz ustawić nazwę bloku!"
|
||||||
|
stageEditorNoEnchantments: "najpierw musisz zmienić zaczarowanie!"
|
||||||
|
stageEditorNoItems: "najpierw musisz dodać przedmioty!"
|
||||||
|
stageEditorNoDeliveryMessage: "Należy ustawić co najmniej jeden komunikat dostawy!"
|
||||||
|
stageEditorNoNPCs: "najpierw ustaw ID NPC!"
|
||||||
|
stageEditorNoMobTypes: "najpierw ustaw typy potwora!"
|
||||||
|
stageEditorNoKillLocations: "najpierw ustaw miejsce zabójstwa!"
|
||||||
|
stageEditorNoBlockSelected: "najpierw musisz wybrać blok."
|
||||||
|
stageEditorNoColors: "najpierw musisz zmienić kolor!"
|
||||||
|
stageEditorNoLocations: "najpierw musisz ustawic lokalizację!"
|
||||||
|
stageEditorNoEnchantmentsSet: "nie ustawiono zaklęcia"
|
||||||
|
stageEditorNoItemsSet: "nie ustawiono przedmiotów"
|
||||||
|
stageEditorNoMobTypesSet: "nie ustawiono typów potworów"
|
||||||
|
stageEditorNoLocationsSet: "Lokacje nie są ustawione"
|
||||||
|
stageEditorNoColorsSet: "Kolory nie są ustawione"
|
||||||
|
stageEditorListNotSameSize: "Lista nazw bloków i lista kwot nie jest tej samej wielkości!"
|
||||||
|
stageEditorEnchantmentNotSameSize: "Lista ulepszeń magicznych, lista Id przedmiotu, oraz lista kwot ulepszeń magicznych nie jest tej samej wielkości!"
|
||||||
|
stageEditorDeliveriesNotSameSize: "Lista przedmiotów, oraz lista NPC nie są równej wielkości!"
|
||||||
|
stageEditorNPCKillsNotSameSize: "Lista ID NPC, oraz lista liczby zabójstw nie są tej samej wielkości!"
|
||||||
|
stageEditorAllListsNotSameSize: "Twoje listy nie są tego samego rozmiaru!"
|
||||||
|
stageEditorMobTypesNotSameSize: "Lista typów potworów, oraz lista liczby potworów nie są tej samej wielkości!"
|
||||||
|
stageEditorTameMobsNotSameSize: "Lista typów potworów, oraz lista poziomu oswajania nie są tej samej wielkości!"
|
||||||
|
stageEditorShearNotSameSize: "Lista kolorów owiec, oraz lista poziomu strzyżenia nie jest tej samej wielkości!"
|
||||||
|
stageEditorMustSetPasswordDisplays: "Musisz najpierw dodać co najmniej jedno hasło!"
|
||||||
|
stageEditorAddPasswordCleared: "Cele haseł wyczyszczone."
|
||||||
|
stageEditorPasswordNotSameSize: "Wyświetlanie hasła, oraz lista haseł nie są tej samej wielkości!"
|
||||||
|
stageEditorListContainsDuplicates: " Lista zawiera powtórzenia!"
|
||||||
|
stageEditorDelayCleared: "Opóźnienie wyczyszczone."
|
||||||
|
stageEditorDelayMessageCleared: "Opóźnienie wiadomości wyczyszczone."
|
||||||
|
stageEditorDenizenCleared: "Usunięto skrypt mieszkańca."
|
||||||
|
stageEditorBreakBlocksCleared: "Usunięto cel w niszczeniu bloków."
|
||||||
|
stageEditorDamageBlocksCleared: "Cel uszkodzenia bloków wyczyszczony."
|
||||||
|
stageEditorPlaceBlocksCleared: "Cel położenia bloków wyczyszczony."
|
||||||
|
stageEditorUseBlocksCleared: "Cel użycia bloków wyczyszczony."
|
||||||
|
stageEditorCutBlocksCleared: "Cel obcinania bloków wyczyszczony."
|
||||||
|
stageEditorEnchantmentsCleared: "Usunięto cel ulepszeń magicznych."
|
||||||
|
stageEditorDeliveriesCleared: "Usunięto cel w dostarczeniu."
|
||||||
|
stageEditorReachLocationsCleared: "Usunięto cel w dotarciu do lokacji."
|
||||||
|
stageEditorKillNPCsCleared: "Usunięto cel zabicia NPC."
|
||||||
|
stageEditorKillMobsCleared: "Usunięto cel zabicia potworów."
|
||||||
|
stageEditorTameCleared: "Usunięto cel oswojenia potworów."
|
||||||
|
stageEditorShearCleared: "Cel obcięcia owcy wyczyszczony."
|
||||||
|
stageEditorStartMessageCleared: "Początkowa wiadomość wyczyszczona."
|
||||||
|
stageEditorCompleteMessageCleared: "Kompletna wiadomość wyczyszczona."
|
||||||
|
stageEditorConfirmStageDelete: "Jesteś pewny usunięcia tego etapu?"
|
||||||
|
stageEditorConfirmStageNote: "Wszelkie kolejne etapy zostaną przesunięte o jedno miejsce"
|
||||||
|
stageEditorDeleteSucces: "Etap został usunięty."
|
||||||
|
stageEditorEnchantments: "Ulepszenia"
|
||||||
|
stageEditorNPCNote: 'Uwaga: Możesz określić imię NPC używając <npc>'
|
||||||
|
stageEditorOptional: "Opcjonalny"
|
||||||
|
stageEditorColors: "Kolor owcy"
|
||||||
|
allListsNotSameSize: "Wszystkie twoje listy nie są tej samej wielkości!"
|
||||||
|
eventEditorCreate: "Utwórz nowe wydarzenie"
|
||||||
|
eventEditorEdit: "Edytuj wydarzenie"
|
||||||
|
eventEditorDelete: "Usuń wydarzenie"
|
||||||
|
eventEditorCreatePermisssions: "Nie masz uprawnień aby utworzyć misje."
|
||||||
|
eventEditorEditPermisssions: "Nie masz uprawnień aby edytować misje."
|
||||||
|
eventEditorDeletePermisssions: "Nie masz uprawnień aby usunąć wydarzenie."
|
||||||
|
eventEditorNoneToEdit: "Nie ma wydarzeń do edytowania!"
|
||||||
|
eventEditorNoneToDelete: "Nie ma wydarzeń do usunięcia!"
|
||||||
|
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."
|
||||||
|
eventEditorEnterEventName: "wprowadź nazwę wydarzenia, lub ‚cancel’ aby wrócić."
|
||||||
|
eventEditorDeletePrompt: "jesteś pewny że chcesz anulować wydarzenie"
|
||||||
|
eventEditorQuitWithoutSaving: "czy jesteś pewny że chcesz wyjść bez zapisywania?"
|
||||||
|
eventEditorFinishAndSave: "czy jesteś pewny że chcesz ukończyć i zapisać wydarzenie"
|
||||||
|
eventEditorModifiedNote: 'zapis: Zmodyfikowałeś wydarzenie które używa nastepujących zadań:'
|
||||||
|
eventEditorForcedToQuit: "jeśli zapisałeś wydarzenie, ktokolwiek kto aktualnie robi którekolwiek z tych zadań bedzie mógł je zamknąć."
|
||||||
|
eventEditorEventInUse: "nastepujące zadania są używane w wydarzeniu"
|
||||||
|
eventEditorMustModifyQuests: "edytorwydarzenianieznaleziony"
|
||||||
|
eventEditorListSizeMismatch: " listy nie są tego damego rozmiaru!"
|
||||||
|
eventEditorListDuplicates: "lista zawiera powtórzenia!"
|
||||||
|
eventEditorNotANumberList: "wejście nie było na liście!"
|
||||||
|
eventEditorInvalidEntry: "Nieprawidłowy wpis"
|
||||||
|
eventEditorSetName: "Ustaw nazwę"
|
||||||
|
eventEditorSetMessage: "Ustaw wiadomość"
|
||||||
|
eventEditorClearInv: "Usuń ekwipunek gracza"
|
||||||
|
eventEditorFailQuest: "Niepowodzenie zadania"
|
||||||
|
eventEditorSetExplosions: "zmień lokalizacje eksplozji"
|
||||||
|
eventEditorSetLightning: "zmień lokalizacje piorunów"
|
||||||
|
eventEditorSetEffects: "zmień efekty"
|
||||||
|
eventEditorSetStorm: "zmień burzę"
|
||||||
|
eventEditorSetThunder: "ustaw grzmot"
|
||||||
|
eventEditorSetMobSpawns: "ustaw spawny potworów"
|
||||||
|
eventEditorSetPotionEffects: "zmień efekty mikstur"
|
||||||
|
eventEditorSetHunger: "Ustaw poziom głodu"
|
||||||
|
eventEditorSetSaturation: "zmień poziom nasycenia gracza"
|
||||||
|
eventEditorSetHealth: "ustaw poziom zdrowia gracza"
|
||||||
|
eventEditorEnterTimerSeconds: "ustaw liczbę sekund ktore zostały przed niepowodzeniem zadania(użyj cancel-timer wydarzenia aby anulować czas)"
|
||||||
|
eventEditorSetTimer: "Zmień czas do niepowodzenia zadania"
|
||||||
|
eventEditorCancelTimer: "anuluj czas zadania"
|
||||||
|
eventEditorSetTeleport: "ustaw miejsce teleportu gracza"
|
||||||
|
eventEditorSetCommands: "ustaw poleceni do wykonania"
|
||||||
|
eventEditorItems: "przedmioty wydarzenia"
|
||||||
|
eventEditorSetItems: "daj przedmioty"
|
||||||
|
eventEditorItemsCleared: "usunięto predmioty wydarzenia."
|
||||||
|
eventEditorAddItem: "dodaj przedmiot"
|
||||||
|
eventEditorSetItemNames: "zmień nazwę przedmiotu"
|
||||||
|
eventEditorSetItemAmounts: "ustaw wartość przedmiotu"
|
||||||
|
eventEditorNoNames: "nie ustawiono nazwy"
|
||||||
|
eventEditorMustSetNames: "najpierw musisz ustawić nazwę!"
|
||||||
|
eventEditorInvalidName: "nie jest to poprawna nazwa przedmiotu"
|
||||||
|
eventEditorNotGreaterThanZero: "nie jest większa niż 0!"
|
||||||
|
eventEditorNotANumber: "nie jest liczbą!"
|
||||||
|
eventEditorStorm: "wydarzenie burza"
|
||||||
|
eventEditorSetWorld: "zmień świat"
|
||||||
|
eventEditorSetDuration: "zmień długość"
|
||||||
|
eventEditorNoWorld: "(nie wybrano świata)"
|
||||||
|
eventEditorSetWorldFirst: "najpierw musisz wybrać świat!"
|
||||||
|
eventEditorInvalidWorld: "nie jest poprawna nazwa świata!"
|
||||||
|
eventEditorMustSetStormDuration: "musisz ustawić długość burzy!"
|
||||||
|
eventEditorStormCleared: "Dane burzy wyczyszczone."
|
||||||
|
eventEditorEnterStormWorld: "Wprowadź nazwę świata, aby burza się pojawiła, lub wpisz 'cancel' aby powrócić"
|
||||||
|
eventEditorEnterDuration: "Wprowadź czas trwania (w sekundach)"
|
||||||
|
eventEditorAtLeastOneSecond: "Liczba musi wynosić przynajmniej 1 sekundę!"
|
||||||
|
eventEditorNotGreaterThanOneSecond: "to nie jest większe od jednej sekundy!"
|
||||||
|
eventEditorThunder: "Wydarzenie Grzmotu"
|
||||||
|
eventEditorMustSetThunderDuration: "Musisz wpisać czas trwania Grzmotu!"
|
||||||
|
eventEditorThunderCleared: "Dane grzmotu wyczyszczone."
|
||||||
|
eventEditorEnterThunderWorld: "Wprowadź nazwę świata w którym ma pojawić się burza, lub wpisz 'cancel', aby powrócić"
|
||||||
|
eventEditorEffects: "Wydarzenie Efektów"
|
||||||
|
eventEditorAddEffect: "Dodaj efekt"
|
||||||
|
eventEditorAddEffectLocation: "Dodaj efekt lokacji"
|
||||||
|
eventEditorNoEffects: "Brak efektów"
|
||||||
|
eventEditorMustAddEffects: "Musisz najpierw dodać efekty!"
|
||||||
|
eventEditorInvalidEffect: "to nie jest poprawna nazwa efektu!"
|
||||||
|
eventEditorEffectsCleared: "Wydarzenie efektów wyczyszczone."
|
||||||
|
eventEditorEffectLocationPrompt: "Kliknij prawym przyciskiem myszy na bloku, aby uruchomić efekt, potem wpisz 'add' aby dodać to do listy, lub wpisz 'cancel' aby powrócić"
|
||||||
|
eventEditorMobSpawns: "Wydarzenie pojawiania się potworów"
|
||||||
|
eventEditorAddMobTypes: "Dodaj potwora"
|
||||||
|
eventEditorNoTypesSet: "(Brak ustawienia typu)"
|
||||||
|
eventEditorMustSetMobTypesFirst: "Musisz najpierw ustawić typ potwora!"
|
||||||
|
eventEditorSetMobAmounts: "Ustaw liczbę potworów"
|
||||||
|
eventEditorNoAmountsSet: "(Nie ustawiono liczby)"
|
||||||
|
eventEditorMustSetMobAmountsFirst: "Musisz najpierw ustawić ilość potworów!"
|
||||||
|
eventEditorAddSpawnLocation: "Ustaw lokalizację odradzania"
|
||||||
|
eventEditorMobSpawnsCleared: "Lokalizacja pojawiania się potworów wyczyszczona."
|
||||||
|
eventEditorMustSetMobLocationFirst: "Musisz najpierw ustawić lokalizację odradzania się!"
|
||||||
|
eventEditorInvalidMob: "to nie jest poprawna nazwa potwora!"
|
||||||
|
eventEditorSetMobName: "Ustaw niestandardową nazwą dla potwora"
|
||||||
|
eventEditorSetMobType: "Ustaw typ potwora"
|
||||||
|
eventEditorSetMobItemInHand: "Ustaw przedmiot w dłoni"
|
||||||
|
eventEditorSetMobItemInHandDrop: "Ustaw szansę na upuszczenie przedmiotu trzymanego w dłoni"
|
||||||
|
eventEditorSetMobBoots: "Ustaw buty"
|
||||||
|
eventEditorSetMobBootsDrop: "Ustaw szansę na wypadnięcie butów"
|
||||||
|
eventEditorSetMobLeggings: "Zestaw spodni"
|
||||||
|
eventEditorSetMobLeggingsDrop: "Ustaw szansę na wypadnięcie spodni"
|
||||||
|
eventEditorSetMobChestPlate: "Zestaw zbroi"
|
||||||
|
eventEditorSetMobChestPlateDrop: "Ustaw szansę na wypadnięcie zbroi"
|
||||||
|
eventEditorSetMobHelmet: "Zestaw hełmu"
|
||||||
|
eventEditorSetMobHelmetDrop: "Ustaw szansę na wypadnięcie hełmu"
|
||||||
|
eventEditorSetMobSpawnLoc: "Kliknij prawym przyciskiem myszy na bloku aby pojawił się potwór, potem wprowadź 'add' aby potwierdzić, lub wprowadź 'cancel', aby powrócić"
|
||||||
|
eventEditorSetMobSpawnAmount: "Ustaw ilość pojawiających się potworów"
|
||||||
|
eventEditorSetDropChance: "Ustaw szansę na wypadnięcie"
|
||||||
|
eventEditorInvalidDropChance: "Szansa na wypadnięcie musi być pomiędzy 0.0 a 1.0"
|
||||||
|
eventEditorLightningPrompt: "Kliknij prawym przyciskiem myszy, aby pojawił się piorun w tym miejscu, potem wpisz 'add' aby dodać to do listy, lub wpisz 'clear' aby wyczyścić listę lokacji, lub 'cancel', aby powrócić"
|
||||||
|
eventEditorPotionEffects: "Wydarzenie efektów mikstury"
|
||||||
|
eventEditorSetPotionEffectTypes: "Ustaw efekt mikstur"
|
||||||
|
eventEditorMustSetPotionTypesFirst: "Musisz najpierw ustawić efekty mikstur!"
|
||||||
|
eventEditorSetPotionDurations: "Ustaw czas trwania efektu mikstury"
|
||||||
|
eventEditorMustSetPotionDurationsFirst: "Musisz najpierw ustawić czas trwania efektu mistury!"
|
||||||
|
eventEditorMustSetPotionTypesAndDurationsFirst: "Najpierw należy ustawić rodzaje efektów mikstury i czas trwania!"
|
||||||
|
eventEditorNoDurationsSet: "(Nie ustawiono czasu trwania)"
|
||||||
|
eventEditorSetPotionMagnitudes: "ustaw miksture wpływającą na wielkość"
|
||||||
|
eventEditorPotionsCleared: "Efekty mikstury usunięte."
|
||||||
|
eventEditorInvalidPotionType: "nie jest to poprawny typ efektu mikstury!"
|
||||||
|
eventEditorEnterNPCId: "wprowadź ID NPC (lub -1 aby wrócić)"
|
||||||
|
eventEditorNoNPCExists: "nie istnieje NPC z tym ID!"
|
||||||
|
eventEditorExplosionPrompt: "Kliknij prawym przyciskiem myszy na bloku aby spowodować wybuch, a następnie wprowadź 'add', aby dodać go do listy, lub wprowadź 'clear’ aby wyczyścić listę wybuchów, lub ‚cancel’ aby powrócić"
|
||||||
|
eventEditorSelectBlockFirst: "najpierw musisz wybrać blok"
|
||||||
|
eventEditorSetMessagePrompt: "wprowadź wiadomość, lub wprowadź ‚none’ aby usunąć,(lub ‚cancel’ aby wrócić)"
|
||||||
|
eventEditorSetItemNamesPrompt: "wprowadź nazwy przedmiotów oddzielając każdy spacją, lub wpisz ‚cancel’ aby wrócić"
|
||||||
|
eventEditorSetItemAmountsPrompt: "wprowadź wartości przedmiotów (liczby) oddzielając każdą spacją, lub wpisz ‚cancel’ aby wrócić."
|
||||||
|
eventEditorSetMobTypesPrompt: "wprowadź nazwę potwora, lub wpisz ‚cancel’ aby wrócić"
|
||||||
|
eventEditorSetMobAmountsPrompt: "wprowadź wartość potwora, lub wpisz ‚cancel’ aby wrócić"
|
||||||
|
eventEditorSetMobNamePrompt: "zmień nazwę tego potwora, lub wpisz ‚cancel’ aby wrócić"
|
||||||
|
eventEditorSetMobLocationPrompt: "kliknij prawy przycisk myszy aby wybrać blok, następnie wpisz ‚add’ aby dodać to do listy lokalizacji spawnów potwora, lub wpisz ‚cancel’ aby wrócić"
|
||||||
|
eventEditorSetPotionEffectsPrompt: "Wprowadź typy efektów mikstur, oddzielając każdy spacją, lub wpisz 'cancel' aby powrócić"
|
||||||
|
eventEditorSetPotionDurationsPrompt: "Wprowadź czas trwania efektu (w milisekundach), oddzielając każdy spacją, lub wpisz 'cancel' aby powrócić"
|
||||||
|
eventEditorSetPotionMagnitudesPrompt: "Wprowadź efekt wielkości mikstury, oddzielając każdy spacją, lub wpisz 'cancel' aby powrócić"
|
||||||
|
eventEditorSetHungerPrompt: "Wprowadź poziom głodu, lub -1, aby go usunąć"
|
||||||
|
eventEditorHungerLevelAtLeastZero: "Poziom głody musi być co najmniej 0!"
|
||||||
|
eventEditorSetSaturationPrompt: "Wprowadź poziom nasycenia, lub -1, aby go usunąć"
|
||||||
|
eventEditorSaturationLevelAtLeastZero: "Poziom nasycenia musy być przynajmniej 0!"
|
||||||
|
eventEditorSetHealthPrompt: "Wprowadź poziom zdrowia, lub -1, aby go usunąć"
|
||||||
|
eventEditorHealthLevelAtLeastZero: "Poziom życia musi być co najmniej 0!"
|
||||||
|
eventEditorSetTeleportPrompt: "Kliknij prawym przyciskiem myszy na bloku, teleportować się do gracza, następnie wpisz 'done', aby skończyć, lub wpisz 'clear', aby wyczyścić lokację teleportu, lub 'cancel aby powrócić"
|
||||||
|
eventEditorCommandsNote: 'Uwaga: Możesz użyć <player> aby odnieść się do imienia gracza.'
|
||||||
|
eventEditorSetCommandsPrompt: "Wprowadź komendy, oddzielając każdą przecinkiem, lub wprowadź 'clear', aby wyczyścić listę, lub wpisz 'cancel' aby powrócić."
|
||||||
|
reqSetMoney: "Ustaw wymaganą ilość pieniędzy"
|
||||||
|
reqSetQuestPoints: "Ustaw wymagania punktów misji"
|
||||||
|
reqSetItem: "Ustaw wymagania przedmiotu"
|
||||||
|
reqSetPerms: "Ustaw wymagania pozwoleń"
|
||||||
|
reqSetQuest: "Ustaw wymagania misji"
|
||||||
|
reqSetQuestBlocks: "Ustaw wymagania bloków"
|
||||||
|
reqSetMcMMO: "Ustaw wymagania mcMMO"
|
||||||
|
reqSetHeroes: "Ustaw wymagania bohaterów"
|
||||||
|
reqSetCustom: "Niestandardowe wymagania"
|
||||||
|
reqSetFail: "Ustaw komunikat wymagań awaryjnych"
|
||||||
|
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>, lub 0 aby wyczyścić wymagania pieniężne, lub -1, aby anulować"
|
||||||
|
reqQuestPointsPrompt: "Wprowadź liczbę punktów misji, lub 0, aby wyczyścić wymagania punktu misji, lub -1 aby anulować"
|
||||||
|
reqQuestPrompt: "Wprowadź listę nazw misji, oddzielając każdą z nich <comma>, lub wpisz 'clear', aby wyczyścić listę, lub 'cancel' aby powrócić."
|
||||||
|
reqRemoveItemsPrompt: "Wprowadź listę prawdziwych/fałszywych wartości, oddzielając je spacją, lub wprowadź 'Anuluj', aby powrócić."
|
||||||
|
reqPermissionsPrompt: "Podaj wymagania dotyczące uprawnień, oddzielając każdy z nich spacją lub wpisz 'clear', aby wyczyścić listę lub wpisz 'cancel', aby powrócić."
|
||||||
|
reqCustomPrompt: "Wprowadź nazwę niestandardowego wymagania do dodania, lub wpisz 'clear', aby wyczyścić niestandardowe wymagania, lub 'cancel, aby powrócić."
|
||||||
|
reqMcMMOPrompt: "Wprowadź umiejętności mcMMO, oddzielając każdy z nich spacją, lub wpisz 'clear', aby wyczyścić listę, lub wpisz 'cancel', aby powrócić."
|
||||||
|
reqMcMMOAmountsPrompt: "Wprowadź liczbę umiejętności mcMMO, oddzielając każdy z nich spacją, lub wpisz 'clear', aby wyczyścić listę, lub wpisz 'cancel', aby powrócić."
|
||||||
|
reqHeroesPrimaryPrompt: "Wprowadź nazwę klasy głównej bohaterów, oddzielając każdy z nich spacją, lub wpisz 'clear', aby wyczyścić listę, lub wpisz 'cancel', aby powrócić."
|
||||||
|
reqHeroesSecondaryPrompt: "Wprowadź nazwę podklasy bohaterów, lub wpisz 'clear', aby wyczyścić wymagania, lub wpisz 'cancel', aby powrócić."
|
||||||
|
reqFailMessagePrompt: "Wprowadź komunikat wymagań awaryjnych, lub wpisz 'cancel', aby powrócić."
|
||||||
|
reqAddItem: "Dodaj przedmiot"
|
||||||
|
reqSetRemoveItems: "Ustaw usuwanie przedmiotów"
|
||||||
|
reqNoItemsSet: "Nie ustawiono przedmiotów"
|
||||||
|
reqNoValuesSet: "Nie ustawiono wartości"
|
||||||
|
reqHeroesPrimaryDisplay: "Główne klasy:"
|
||||||
|
reqHeroesSecondaryDisplay: "Drugorzędne Klasy:"
|
||||||
|
reqGreaterThanZero: "Liczba musi być wyższa niż 0!"
|
||||||
|
reqNotAQuestName: "<quest> nie jest nazwą misji!"
|
||||||
|
reqItemCleared: "Wymagania przedmiotów wyczyszczone."
|
||||||
|
reqListsNotSameSize: "Lista przedmiotów i lista przedmiotów usunięcia nie są tej samej wielkości!"
|
||||||
|
reqTrueFalseError: '<input> nie jest prawdziwą lub fałszywą wartością!%br%%Example: prawda fałsz prawda prawda'
|
||||||
|
reqCustomAlreadyAdded: "To niestandardowe wymaganie zostało już dodane!"
|
||||||
|
reqCustomNotFound: "Nie znaleziono niestandardowego modułu wymagań."
|
||||||
|
reqCustomCleared: "Usunięto wymagania niestandardowe."
|
||||||
|
reqMcMMOError: "<input> nie jest nazwą umiejętności mcMMO!"
|
||||||
|
reqMcMMOCleared: "wymagania umiejętności mcMMO wyczyszczone."
|
||||||
|
reqMcMMOAmountsCleared: "ilość wymagania umiejętności mcMMO wyczyszczone."
|
||||||
|
reqHeroesNotPrimary: "<class> klasa nie jest główna!"
|
||||||
|
reqHeroesPrimaryCleared: "Wymóg podstawowej klasy bohaterów wyczyszczony."
|
||||||
|
reqHeroesNotSecondary: "<class> klasa nie jest podklasą!"
|
||||||
|
reqHeroesSecondaryCleared: "Wymóg drugorzędnej klasy bohaterów wyczyszczony."
|
||||||
|
reqHeroesClassNotFound: "Nie znaleziono klasy!"
|
||||||
|
reqNone: "Brak wymagań zestawu"
|
||||||
|
reqNotANumber: "<input> nie jest numerem!"
|
||||||
|
reqMustAddItem: "Musisz najpierw dodać przynajmniej jeden przedmiot!"
|
||||||
|
reqNoMessage: "Musisz ustawić komunikat o błędzie wymagań!"
|
||||||
|
reqNoMcMMO: "mcMMO nie jest zainstalowane"
|
||||||
|
reqNoHeroes: "Bohaterowie nie się zainstalowani"
|
||||||
|
rewSetMoney: "Ustaw nagrodę pieniężną"
|
||||||
|
rewSetQuestPoints: "Ustaw nagrodę punktów misji"
|
||||||
|
rewSetItems: "Ustaw nagrody przedmiotów"
|
||||||
|
rewSetExperience: "Ustaw nagrodę doświadczenia"
|
||||||
|
rewSetCommands: "Ustaw nagrody komend"
|
||||||
|
rewSetPermission: "Ustaw nagrody uprawnień"
|
||||||
|
rewSetMcMMO: "Ustaw nagrody umiejętności mcMMO"
|
||||||
|
rewSetHeroes: "Ustaw nagrody doświadczenia Bohaterów"
|
||||||
|
rewSetPhat: "Ustaw nagrody PhatLoot"
|
||||||
|
rewSetCustom: "Ustaw Niestandardowe Nagrody"
|
||||||
|
rewSetHeroesClasses: "Ustaw klasy"
|
||||||
|
rewSetHeroesAmounts: "Ustaw liczbę doświadczenia"
|
||||||
|
rewMoneyPrompt: "Wprowadź ilość <money>, lub 0, aby wyczyścić nagrodę pieniężną, lub -1, aby anulować"
|
||||||
|
rewExperiencePrompt: "Wprowadź ilość doświadczenia, lub wpisz 0, aby wyczyścić nagrodę w postaci doświadczenia, lub wpisz -1, aby anulować"
|
||||||
|
rewCommandPrompt: "Wprowadź nagrody komend, oddzielając każdą <comma>, lub wpisz 'clear', aby wyczyścić listę, lub wpisz 'cancel', aby powrócić."
|
||||||
|
rewCommandPromptHint: 'Uwaga: Możesz wpisać <player>, aby sprecyzować gracza, który ukończył misję. Na przykład: porażenie <player>'
|
||||||
|
rewPermissionsPrompt: "Wprowadź nagrody za pozwolenie, oddzielając każdy z nich spacją, lub wpisz 'clear', aby wyczyścić listę, lub wpisz 'cancel', aby powrócić."
|
||||||
|
rewQuestPointsPrompt: "Wprowadź liczbę punktów misji, lub wpisz 0, aby wyczyścić nagrodę punktów misji, lub wpisz -1, aby anulować"
|
||||||
|
rewMcMMOPrompt: "Wprowadź umiejętności mcMMO, oddzielając każdy z nich spacją, lub wpisz 'cancel', aby powrócić."
|
||||||
|
rewMcMMOPromptHint: 'Uwaga: Wpisanie ''All'' da Ci poziomy do każdej z umiejętności.'
|
||||||
|
rewHeroesClassesPrompt: "Wprowadź klasy Bohaterów, oddzielając każdy z nich spacją, lub wpisz 'cancel', aby powrócić."
|
||||||
|
rewHeroesExperiencePrompt: "Wprowadź liczbę doświadczenia (numery i liczby dziesiętne dozwolone), oddzielając każdy z nich spacją, lub wpisz 'cancel', aby powrócić."
|
||||||
|
rewPhatLootsPrompt: "Wprowadź PhatLoots, oddzielając każdy z nich spacją, lub wpisz 'clear', aby wyczyścić listę, lub wpisz 'cancel', aby powrócić."
|
||||||
|
rewCustomRewardPrompt: "Wprowadź nazwę niestandardowej nagrody, aby ją dodać, lub wpisz 'clear', aby wyczyścić niestandardową nagrodę, lub wpisz 'cancel', aby powrócić."
|
||||||
|
rewItemsCleared: "Nagrody przedmiotów wyczyszczone."
|
||||||
|
rewNoMcMMOSkills: "Nie ustawiono umiejętności"
|
||||||
|
rewNoHeroesClasses: "Nie ustawiono klas"
|
||||||
|
rewSetMcMMOSkillsFirst: "Musisz najpierw ustawić umiejętności!"
|
||||||
|
rewMcMMOCleared: "nagrody mcMMO wyczyszczone."
|
||||||
|
rewMcMMOListsNotSameSize: "Lista umiejętności i lista liczb umiejętności nie jest tego samego rozmiaru!"
|
||||||
|
rewSetHeroesClassesFirst: "Musisz najpierw ustawić klasy!"
|
||||||
|
rewHeroesCleared: "Nagrody Bohaterów wyczyszczone."
|
||||||
|
rewHeroesListsNotSameSize: "Lista klas, oraz lista liczby doświadczenia nie jest tego samego rozmiaru!"
|
||||||
|
rewHeroesInvalidClass: "<input> nie jest prawidłową nazwą klasy Bohaterów!"
|
||||||
|
rewPhatLootsInvalid: "<input> nie jest prawidłową nazwą PhatLoot!"
|
||||||
|
rewPhatLootsCleared: "Nagrody PhatLoot wyczyszczone."
|
||||||
|
rewCustomAlreadyAdded: "Ta niestandardowa nagroda została już dodana!"
|
||||||
|
rewCustomNotFound: "Wzór niestandardowych nagród nie znaleziony."
|
||||||
|
rewCustomCleared: "Niestandardowe nagrody wyczyszczone."
|
||||||
|
rewNoPhat: "PhatLoots nie jest zainstalowane"
|
||||||
|
itemCreateLoadHand: "Załaduj przedmiot w dłoni"
|
||||||
|
itemCreateSetName: "Ustaw nazwę"
|
||||||
|
itemCreateSetAmount: "Ustaw ilość"
|
||||||
|
itemCreateSetDurab: "Ustaw wytrzymałość"
|
||||||
|
itemCreateSetEnchs: "Dodaj/wyczyść ulepszenia magiczne"
|
||||||
|
itemCreateSetDisplay: "Wybierz wyświetlaną nazwę"
|
||||||
|
itemCreateSetLore: "Ustaw wiedzę"
|
||||||
|
itemCreateEnterName: "Wprowadź nazwę przedmiotu, lub wpisz 'cancel', aby powrócić."
|
||||||
|
itemCreateEnterAmount: "Wprowadź liczbę przedmiotów (maksymalnie 64), lub wpisz 'cancel', aby powrócić."
|
||||||
|
itemCreateEnterDurab: "Wprowadź wytrzymałość przedmiotu, lub wpisz 'clear', aby wyczyścić dane, lub wpisz 'cancel', aby powrócić."
|
||||||
|
itemCreateEnterEnch: "Wprowadź nazwę ulepszenia magicznego, lub wpisz 'clear', aby wyczyścić ulepszenia magiczne, lub wpisz 'cancel', aby powrócić."
|
||||||
|
itemCreateEnterLevel: "Wprowadź poziom (liczbę), dla <enchantment>"
|
||||||
|
itemCreateEnterDisplay: "Wprowadź wyświetlaną nazwę przedmiotu, lub wpisz 'clear', aby wyświetlić nazwę, lub wpisz 'cancel', aby powrócić."
|
||||||
|
itemCreateEnterLore: "Wprowadź historię przedmiotu, oddzielając każdą linię średnikiem ; lub wpisz 'clear', aby wyczyścić historię, lub wpisz 'cancel', aby powrócić."
|
||||||
|
itemCreateLoaded: "Przedmiot załadowany."
|
||||||
|
itemCreateNoItem: "Nie ma przedmiotu w dłoni!"
|
||||||
|
itemCreateNoName: "Najpierw ustaw nazwę!"
|
||||||
|
itemCreateInvalidName: "Nieprawidłowa nazwa przedmiotu!"
|
||||||
|
itemCreateInvalidAmount: "Kwota musi znajdować się pomiędzy 1-64!"
|
||||||
|
itemCreateInvalidDurab: "Nieprawidłowa wytrzymałość przedmiotu!"
|
||||||
|
itemCreateInvalidEnch: "Nieprawidłowa nazwa ulepszenia magicznego!"
|
||||||
|
itemCreateInvalidLevel: "Poziom musi być większy od 0!"
|
||||||
|
itemCreateInvalidInput: "Nieprawidłowa wartość!"
|
||||||
|
itemCreateNotNumber: "Wartość nie jest liczbą!"
|
||||||
|
itemCreateNoNameAmount: "Najpierw ustaw nazwę i ilość!"
|
||||||
|
itemCreateCriticalError: "Wystąpił krytyczny błąd."
|
||||||
|
questTitle: "-- <quest> --"
|
||||||
|
questObjectivesTitle: "---(<quest>)---"
|
||||||
|
questCompleteTitle: '**QUEST COMPLETE: <quest>**'
|
||||||
|
questRewardsTitle: "Nagrody:"
|
||||||
|
journalTitle: "Dziennik misji"
|
||||||
|
questsTitle: "- Zadania -"
|
||||||
|
questHelpTitle: "- Zadania -"
|
||||||
|
questListTitle: "- Zadania -"
|
||||||
|
questNPCListTitle: "- Zadania - | <npc> -"
|
||||||
|
questAdminHelpTitle: "- Zadanie administratora -"
|
||||||
|
questEditorTitle: "- Edytor misji -"
|
||||||
|
eventEditorTitle: "- Edytor wydarzeń - "
|
||||||
|
questCreateTitle: "- Utwórz misje -"
|
||||||
|
questEditTitle: "- Edytuj misje -"
|
||||||
|
questDeleteTitle: "- Usuń misje -"
|
||||||
|
requirementsTitle: "- <quest> | Wymagania -"
|
||||||
|
rewardsTitle: "- <quest> | Nagrody -"
|
||||||
|
itemRequirementsTitle: "- Wymagania przedmiotów -"
|
||||||
|
itemRewardsTitle: "- Nagrody przedmiotów -"
|
||||||
|
mcMMORequirementsTitle: "- mcMMO Wymagania -"
|
||||||
|
mcMMORewardsTitle: "- mcMMO Nagrody -"
|
||||||
|
heroesRequirementsTitle: "- Wymagania Bohaterów -"
|
||||||
|
heroesRewardsTitle: "- Nagrody Bohaterów -"
|
||||||
|
heroesClassesTitle: "- Klasy Bohaterów -"
|
||||||
|
heroesExperienceTitle: "- Doświadczenie Bohaterów -"
|
||||||
|
heroesPrimaryTitle: "- Główne Klasy -"
|
||||||
|
heroesSecondaryTitle: "- Drugie Klasy -"
|
||||||
|
phatLootsRewardsTitle: "- Nagrody PhatLoots -"
|
||||||
|
customRequirementsTitle: "- Niestandardowe Wymagania -"
|
||||||
|
customRewardsTitle: "- Niestandardowe Nagrody -"
|
||||||
|
skillListTitle: "- Lista Umiejętności -"
|
||||||
|
eventTitle: "- Wydarzenie -"
|
||||||
|
completedQuestsTitle: "- Ukończone Misje -"
|
||||||
|
topQuestersTitle: "- Najlepszych <number> Poszukiwaczy -"
|
||||||
|
createItemTitle: "- Utwórz przedmiot -"
|
||||||
|
enchantmentsTitle: "- Ulepszenia magiczne -"
|
||||||
|
questGUITitle: "- Wyświetlanie GUI przedmiotów -"
|
||||||
|
questRegionTitle: "- Region Misji -"
|
||||||
|
eventEditorGiveItemsTitle: "- Daj przedmioty -"
|
||||||
|
eventEditorEffectsTitle: "- Efekty -"
|
||||||
|
eventEditorStormTitle: "- Wydarzenie Burza -"
|
||||||
|
eventEditorThunderTitle: "- Wydarzenie Grzmot -"
|
||||||
|
eventEditorMobSpawnsTitle: "- Wydarzenie Pojawianie się potworów -"
|
||||||
|
eventEditorMobsTitle: "- Potwory -"
|
||||||
|
eventEditorAddMobTypesTitle: "- Dodaj Potwora -"
|
||||||
|
eventEditorPotionEffectsTitle: "- Wydarzenie Efekty Mikstur -"
|
||||||
|
eventEditorPotionTypesTitle: "- Wydarzenie Typy Mikstur -"
|
||||||
|
eventEditorWorldsTitle: "- Światy -"
|
||||||
|
effBlazeShoot: "Dźwięk strzelania Blaze'a"
|
||||||
|
effBowFire: "Dźwięk strzelania z łuku"
|
||||||
|
effClick1: "Dźwięk klikania"
|
||||||
|
effClick2: "Inny dźwięk klikania"
|
||||||
|
effDoorToggle: "Dźwięk otwierania lub zamykania drzwi"
|
||||||
|
effExtinguish: "Odgłos gaszenia pożaru"
|
||||||
|
effGhastShoot: "Dźwięk strzelania Ghasta"
|
||||||
|
effGhastShriek: "Dźwięk krzyku Ghasta"
|
||||||
|
effZombieWood: "Dźwięk zombie przeżuwającego żelazne drzwi"
|
||||||
|
effZombieIron: "Dźwięk zombie przeżuwającego drewniane drzwi"
|
||||||
|
effEnterName: "Wprowadź nazwę efektu, aby dodać ją do listy, lub wpisz 'cancel', aby powrócić"
|
||||||
|
cmdCancel: "anuluj"
|
||||||
|
cmdAdd: "dodaj"
|
||||||
|
cmdClear: "czysty"
|
||||||
|
cmdNone: "żaden"
|
||||||
|
cmdDone: "wykonane"
|
||||||
|
acceptQuest: "Akceptuj Misję?"
|
||||||
|
enterAnOption: "Wprowadź opcję"
|
||||||
|
questAccepted: 'Misja zaakceptowana: <quest>'
|
||||||
|
currentQuest: "Aktualne Zadania:"
|
||||||
|
noMoreQuest: "Nie ma więcej dostępnych misji."
|
||||||
|
damage: "Obrażenia"
|
||||||
|
break: "Przerwa"
|
||||||
|
place: "Umieść"
|
||||||
|
use: "Użyj"
|
||||||
|
cut: "Wytnij"
|
||||||
|
catchFish: "Złap rybę"
|
||||||
|
enchantItem: "Zaklnij <item> z <enchantment>"
|
||||||
|
kill: "Zabij"
|
||||||
|
killAtLocation: "Zabij <mob> w <location>"
|
||||||
|
killPlayer: "Zabij gracza"
|
||||||
|
deliver: "Dostarcz <item> do <npc>"
|
||||||
|
talkTo: "Mów do <npc>"
|
||||||
|
tame: "Oswój"
|
||||||
|
shearSheep: "Ścinaj <color> owcę"
|
||||||
|
goTo: "Idź do <location>"
|
||||||
|
completed: "Zakończone"
|
||||||
|
redoCompleted: "(Ukończone)"
|
||||||
|
consoleError: "Ta komenda może być jedynie użyta w grze."
|
||||||
|
invalidSelection: "Nieprawidłowy wybór!"
|
||||||
|
noActiveQuest: "Nie masz obecnie żadnych aktywnych misji."
|
||||||
|
speakTo: 'Start: Rozmawiaj z <npc>'
|
||||||
|
mustSpeakTo: "Musisz porozmawiać z <npc>, aby rozpocząć te misję."
|
||||||
|
noCommandStart: "<quest> może nie być uruchamiany przez komendę."
|
||||||
|
permissionDisplay: "Pozwolenie:"
|
||||||
|
heroesClass: "klasa"
|
||||||
|
mcMMOLevel: "poziom"
|
||||||
|
haveCompleted: "Ukończyłeś <quest>"
|
||||||
|
cannotComplete: "Nie można zakończyć <quest>"
|
||||||
|
questNotFound: "Misja nie znaleziona."
|
||||||
|
alreadyConversing: "Już jesteś w konwersacji!"
|
||||||
|
inputNum: "Wpisana wartość musi być liczbą."
|
||||||
|
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."
|
||||||
|
questInfoNoPerms: "Nie masz uprawnień do przeglądania informacji o misji."
|
||||||
|
questCmdNoPerms: "Nie masz dostępu do tej komendy."
|
||||||
|
pageSelectionNum: "Wybór strony musi być liczbą."
|
||||||
|
pageSelectionPosNum: "Wybór strony musi być liczbą dodatnią."
|
||||||
|
questListNoPerms: "Nie masz uprawnień, aby zobaczyć listę misji."
|
||||||
|
questTakeNoPerms: "Nie masz uprawnień do wykonywania zadań za pomocą poleceń."
|
||||||
|
questTakeDisabled: "Wykonywanie zadań za pomocą komend zostało wyłączone."
|
||||||
|
questQuit: "Musisz opuścić misje <quest>"
|
||||||
|
questQuitNoPerms: "Nie masz pozwolenia na opuszczenie Misji."
|
||||||
|
questQuitDisabled: "Wychodzenie z misji zostało wyłączone."
|
||||||
|
questEditorNoPerms: "Nie masz pozwolenia aby użyć Edytora Misji."
|
||||||
|
eventEditorNoPerms: "Nie masz uprawnień do korzystania z Edytora wydarzeń."
|
||||||
|
questsUnknownCommand: "Nieznane polecenie misji. Wpisz /quests dla pomocy."
|
||||||
|
pageNotExist: "Strona nie istnieje."
|
||||||
|
pageFooter: "- Strona <current> z <all> -"
|
||||||
|
questsReloaded: "Misje załadowane ponownie."
|
||||||
|
numQuestsLoaded: "<number> Misji załadowane."
|
||||||
|
questForceTake: "<player> przymusowo rozpoczął misję <quest>."
|
||||||
|
questForcedTake: "<player> zmusił Cię do wzięcia misji <quest>."
|
||||||
|
questForceQuit: "<player> został zmuszony do opuszczenia misji <quest>."
|
||||||
|
questForcedQuit: "<player> zmusił Cie do opuszczenia misji <quest>."
|
||||||
|
questForceFinish: "<player> został zmuszony do ukończenia misji <quest>."
|
||||||
|
questForcedFinish: "<player> zmusił Cie do ukończenia misji <quest>."
|
||||||
|
questForceNextStage: "<player> awansował do następnego etapu misji <quest>."
|
||||||
|
questForcedNextStage: "<player> awansował cię na kolejny etap w Twojej misji <quest>."
|
||||||
|
questPurged: "<player> został usunięty i umieszczony na czarnej liście."
|
||||||
|
questReset: "<player> został zresetowany."
|
||||||
|
questRemoved: "Misja <quest> została usunięta z ukończonych misji <player>."
|
||||||
|
settingAllQuestPoints: "Ustawianie Punktu Misji wszystkich graczy..."
|
||||||
|
allQuestPointsSet: "Punkty Misji wszystkich graczy zostały ustawione jako <number>!"
|
||||||
|
setQuestPoints: "Punkty misji <player> zostały ustawione na <number>."
|
||||||
|
questPointsSet: "<player> ustawił twoje punkty misji na <number>."
|
||||||
|
takeQuestPoints: "Zabierz <number> punktów misji od <player>."
|
||||||
|
questPointsTaken: "<player> zabrał <number> punktów misji."
|
||||||
|
giveQuestPoints: "Dostał <number> punktów misji od <player>."
|
||||||
|
questPointsGiven: "<player> dał ci <number> Punktów Misji."
|
||||||
|
enableNPCGUI: "<npc> będzie teraz zapewniać wyświetlanie zadań GUI."
|
||||||
|
disableNPCGUI: "<npc> nie będzie już wyświetlać ekranu zadań GUI."
|
||||||
|
invalidNumber: "Nieprawidłowa liczba."
|
||||||
|
noCurrentQuest: "<player> nie ma obecnie żadnych aktywnych zadań."
|
||||||
|
playerNotFound: "Nie ma gracza o tej nazwie."
|
||||||
|
invalidStageNum: "Nieprawidłowy etap w zadaniu o nazwie <quest>"
|
||||||
|
errorNPCID: 'Błąd: Nie ma NPC z ID <number>'
|
||||||
|
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."
|
||||||
|
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ń."
|
||||||
|
ENCHANTMENT_ARROW_DAMAGE: "Moc"
|
||||||
|
ENCHANTMENT_ARROW_FIRE: "Płomień"
|
||||||
|
ENCHANTMENT_ARROW_INFINITE: "Nieskończoność"
|
||||||
|
ENCHANTMENT_ARROW_KNOCKBACK: "Uderzenie"
|
||||||
|
ENCHANTMENT_BINDING_CURSE: "KlątwaUwiązania"
|
||||||
|
ENCHANTMENT_DAMAGE_ALL: "Ostrość"
|
||||||
|
ENCHANTMENT_DAMAGE_ARTHROPODS: "ZmoraStawonogów"
|
||||||
|
ENCHANTMENT_DEPTH_STRIDER: "DepthStrider"
|
||||||
|
ENCHANTMENT_DAMAGE_UNDEAD: "Porażenie"
|
||||||
|
ENCHANTMENT_DIG_SPEED: "Wydajność"
|
||||||
|
ENCHANTMENT_DURABILITY: "Niezniszczalność"
|
||||||
|
ENCHANTMENT_FIRE_ASPECT: "ZaklętyOgień"
|
||||||
|
ENCHANTMENT_FROST_WALKER: "FrostWalker"
|
||||||
|
ENCHANTMENT_KNOCKBACK: "Odrzut"
|
||||||
|
ENCHANTMENT_LOOT_BONUS_BLOCKS: "Fortuna"
|
||||||
|
ENCHANTMENT_LOOT_BONUS_MOBS: "Szczęście"
|
||||||
|
ENCHANTMENT_LUCK: "MorskaFortuna"
|
||||||
|
ENCHANTMENT_LURE: "Przynęta"
|
||||||
|
ENCHANTMENT_MENDING: "Naprawianie"
|
||||||
|
ENCHANTMENT_OXYGEN: "Oddychanie"
|
||||||
|
ENCHANTMENT_PROTECTION_ENVIRONMENTAL: "Ochrona"
|
||||||
|
ENCHANTMENT_PROTECTION_EXPLOSIONS: "OchronaPrzedPodmuchem"
|
||||||
|
ENCHANTMENT_PROTECTION_FALL: "PowolneOpadanie"
|
||||||
|
ENCHANTMENT_PROTECTION_FIRE: "OchronaPrzedOgniem"
|
||||||
|
ENCHANTMENT_PROTECTION_PROJECTILE: "OchronaPrzedPociskami"
|
||||||
|
ENCHANTMENT_SILK_TOUCH: "JedwabnyDotyk"
|
||||||
|
ENCHANTMENT_SWEEPING: "Zamachiwanie"
|
||||||
|
ENCHANTMENT_THORNS: "Ciernie"
|
||||||
|
ENCHANTMENT_VANISHING_CURSE: "KlątwaZnikania"
|
||||||
|
ENCHANTMENT_WATER_WORKER: "OchronaPrzedWodą"
|
||||||
|
COLOR_BLACK: "Czarny"
|
||||||
|
COLOR_BLUE: "Niebieski"
|
||||||
|
COLOR_BROWN: "Brown"
|
||||||
|
COLOR_CYAN: "Błękitny"
|
||||||
|
COLOR_GRAY: "Szary"
|
||||||
|
COLOR_GREEN: "Zielony"
|
||||||
|
COLOR_LIGHT_BLUE: "Jasnoniebieski"
|
||||||
|
COLOR_LIME: "Jasnozielony"
|
||||||
|
COLOR_MAGENTA: "Purpurowy"
|
||||||
|
COLOR_ORANGE: "Pomarańczowy"
|
||||||
|
COLOR_PINK: "Różowy"
|
||||||
|
COLOR_PURPLE: "Fioletowy"
|
||||||
|
COLOR_RED: "Czerwony"
|
||||||
|
COLOR_SILVER: "Srebrny"
|
||||||
|
COLOR_WHITE: "Biały"
|
||||||
|
COLOR_YELLOW: "Żółty"
|
||||||
|
timeDay: "Dzień"
|
||||||
|
timeDays: "Dni"
|
||||||
|
timeHour: "Godzina"
|
||||||
|
timeHours: "Godzin"
|
||||||
|
timeMinute: "Minuta"
|
||||||
|
timeMinutes: "Minut"
|
||||||
|
timeSecond: "Sekunda"
|
||||||
|
timeSeconds: "Sekund"
|
||||||
|
timeMillisecond: "Milisekunda"
|
||||||
|
timeMilliseconds: "Milisekund"
|
||||||
|
event: "Akcja"
|
||||||
|
delay: "Opóźnienie"
|
||||||
|
save: "Zapisz"
|
||||||
|
exit: "Wyjdź"
|
||||||
|
exited: "Opuszczono"
|
||||||
|
cancel: "Anuluj"
|
||||||
|
cancelled: "Anulowane"
|
||||||
|
questTimeout: "Anulowane."
|
||||||
|
back: "Cofnij"
|
||||||
|
yesWord: "Tak"
|
||||||
|
noWord: "Nie"
|
||||||
|
"true": "prawda"
|
||||||
|
"false": "fałsz"
|
||||||
|
clear: "Wyczyść"
|
||||||
|
edit: "Edytuj"
|
||||||
|
none: "Brak"
|
||||||
|
done: "Wykonane"
|
||||||
|
comma: "przecinek"
|
||||||
|
finish: "Zakończ"
|
||||||
|
quit: "Opuść"
|
||||||
|
noneSet: "Nic nie ustawiono"
|
||||||
|
noDelaySet: "Nie ustawiono opóźnienia"
|
||||||
|
noIdsSet: "Nie ustawiono ID"
|
||||||
|
noNamesSet: "Nie ustawiono nazwy"
|
||||||
|
worlds: "Światy"
|
||||||
|
mobs: "Moby"
|
||||||
|
points: "punkty"
|
||||||
|
invalidOption: "Nie można tego zrobić!"
|
||||||
|
npcHint: 'Informacja: Kliknij na NPC, by dostać jego ID.'
|
||||||
|
listDuplicate: "Zawiera powtórzenia!"
|
||||||
|
id: "ID"
|
||||||
|
quest: "Zadanie"
|
||||||
|
quests: "Zadania"
|
||||||
|
createdBy: "Stworzony przez"
|
||||||
|
continuedBy: "i kontynuowane przez"
|
||||||
|
questPoints: "Punkty Zadań"
|
||||||
|
accepted: "Zaakceptowane"
|
||||||
|
complete: "Zakończ"
|
||||||
|
redoable: "Odnawialne"
|
||||||
|
usage: "Użycie"
|
||||||
|
redoableEvery: "Odnawia się co <time>."
|
||||||
|
requirements: "Wymagania"
|
||||||
|
money: "Pieniądze"
|
||||||
|
with: "Z"
|
||||||
|
to: "do"
|
||||||
|
blocksWithin: "w obrębie <amount> bloków"
|
||||||
|
valRequired: "Wymagana jest wartość"
|
||||||
|
enchantedItem: "*Zaczarowane*"
|
||||||
|
experience: "Doświadczenie"
|
||||||
|
timerMessage: '<green>Czas na ukończenie zadania: <red>%s sekund'
|
||||||
|
timerStart: "<green>Masz <red>%s sekund<green> na zakończenie tego zadania"
|
||||||
|
questErrorReadingFile: "Wystąpił błąd."
|
||||||
|
questSaveError: "Wystąpił błąd podczas zapisu."
|
||||||
|
questBlacklisted: "Jesteś na czarnej liście. Jeśli to błąd skontaktuj się z administracją."
|
858
src/main/resources/lang/pt-PT/strings.yml
Normal file
858
src/main/resources/lang/pt-PT/strings.yml
Normal file
@ -0,0 +1,858 @@
|
|||||||
|
---
|
||||||
|
questFailed: "*QUEST FAILED MATEY*"
|
||||||
|
questMaxAllowed: "Ye may only have up t' <number> Quests."
|
||||||
|
questAlreadyOn: "Ye be already on that Quest!"
|
||||||
|
questTooEarly: "Ye may nah take <quest> again fer another <time>."
|
||||||
|
questAlreadyCompleted: "Ye 'ave already looted <quest>."
|
||||||
|
questInvalidLocation: "Ye may nah take <quest> at this location."
|
||||||
|
questInvalidDeliveryItem: "<item> ain't a required item fer this quest!"
|
||||||
|
questSelectedLocation: "Chosen spot"
|
||||||
|
questDisplayHelp: "- Display this help"
|
||||||
|
COMMAND_LIST: "list"
|
||||||
|
COMMAND_LIST_HELP: "list [page] - List available Quests"
|
||||||
|
COMMAND_TAKE: "take"
|
||||||
|
COMMAND_TAKE_HELP: "take [quest name] - Accept a Quest"
|
||||||
|
COMMAND_TAKE_USAGE: 'Usage: /quests take [quest]'
|
||||||
|
COMMAND_QUIT: "quit"
|
||||||
|
COMMAND_QUIT_HELP: "quit [quest] - Quit a current Quest"
|
||||||
|
COMMAND_EDITOR: "editor"
|
||||||
|
COMMAND_EDITOR_HELP: "editor - Create/Edit Quests"
|
||||||
|
COMMAND_EVENTS_EDITOR: "events"
|
||||||
|
COMMAND_EVENTS_EDITOR_HELP: "events - Create/Edit Events"
|
||||||
|
COMMAND_STATS: "stats"
|
||||||
|
COMMAND_STATS_HELP: "stats - View your Questing stats"
|
||||||
|
COMMAND_TOP: "top"
|
||||||
|
COMMAND_TOP_HELP: "top [number] - View top Questers"
|
||||||
|
COMMAND_TOP_USAGE: 'Usage: /quests top [number]'
|
||||||
|
COMMAND_INFO: "info"
|
||||||
|
COMMAND_INFO_HELP: "info - Display plugin information"
|
||||||
|
COMMAND_JOURNAL: "journal"
|
||||||
|
COMMAND_JOURNAL_HELP: "journal - View/Put away your Quest Journal"
|
||||||
|
COMMAND_QUEST_HELP: "- Display current Quest objectives"
|
||||||
|
COMMAND_QUESTINFO_HELP: "[quest name] - Display Quest information"
|
||||||
|
COMMAND_QUESTADMIN_HELP: "- View Questadmin help"
|
||||||
|
COMMAND_QUESTADMIN_STATS: "stats"
|
||||||
|
COMMAND_QUESTADMIN_STATS_HELP: "stats [player] - View Questing statistics of a player"
|
||||||
|
COMMAND_QUESTADMIN_GIVE: "give"
|
||||||
|
COMMAND_QUESTADMIN_GIVE_HELP: "give [player] [quest] - Force a player to take a Quest"
|
||||||
|
COMMAND_QUESTADMIN_QUIT: "quit"
|
||||||
|
COMMAND_QUESTADMIN_QUIT_HELP: "quit [player] [quest] - Force a player to quit their Quest"
|
||||||
|
COMMAND_QUESTADMIN_POINTS: "points"
|
||||||
|
COMMAND_QUESTADMIN_POINTS_HELP: "points [player] [amount] - Set a players Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [player] [amount] - Take a players Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] - Set ALL players' Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||||
|
COMMAND_QUESTADMIN_FINISH_HELP: "finish [player] [quest] - Immediately force Quest completion for a player"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE: "nextstage"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "nextstage [player] [quest] - Immediately force Stage completion for a player"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE: "setstage"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE_HELP: "setstage [player] [quest] [stage] - Set the current Stage for a player"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Usage: /questadmin setstage [player] [quest] [stage]'
|
||||||
|
COMMAND_QUESTADMIN_PURGE: "purge"
|
||||||
|
COMMAND_QUESTADMIN_PURGE_HELP: "purge [player] - Clear all Quests data of a player AND BLACKLISTS THEM"
|
||||||
|
COMMAND_QUESTADMIN_RESET: "reset"
|
||||||
|
COMMAND_QUESTADMIN_RESET_HELP: "reset [player] - Clear all Quests data of a player"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE: "remove"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE_HELP: "remove [player] [quest] - Remove a completed Quest from a player"
|
||||||
|
COMMAND_QUESTADMIN_TOGGLEGUI: "togglegui"
|
||||||
|
COMMAND_QUESTADMIN_TOGGLEGUI_HELP: "togglegui [npc id] - Toggle GUI Quest Display on an NPC"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD: "reload"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD_HELP: "reload - Reload all Quests"
|
||||||
|
questEditorHeader: "Create Quest"
|
||||||
|
questEditorCreate: "Create new Quest"
|
||||||
|
questEditorEdit: "Edit a Quest"
|
||||||
|
questEditorDelete: "Delete Quest"
|
||||||
|
questEditorName: "Set name"
|
||||||
|
questEditorAskMessage: "Set ask message"
|
||||||
|
questEditorFinishMessage: "Set finish message"
|
||||||
|
questEditorRedoDelay: "Set redo delay"
|
||||||
|
questEditorNPCStart: "Set NPC start"
|
||||||
|
questEditorBlockStart: "Set Block start"
|
||||||
|
questEditorInitialEvent: "Set initial Event"
|
||||||
|
questEditorSetGUI: "Set GUI Item display"
|
||||||
|
questEditorReqs: "Edit Requirements"
|
||||||
|
questEditorStages: "Edit Stages"
|
||||||
|
questEditorRews: "Edit Rewards"
|
||||||
|
questEditorEnterQuestName: "Enter Quest name (or 'cancel' to return)"
|
||||||
|
questEditorEditEnterQuestName: "Enter Quest name to edit (or 'cancel' to return)"
|
||||||
|
questEditorEnterAskMessage: "Enter ask message (or 'cancel' to return)"
|
||||||
|
questEditorEnterFinishMessage: "Enter finish message (or 'cancel' to return)"
|
||||||
|
questEditorEnterRedoDelay: "Enter amount of time (in seconds), 0 to clear the redo delay or -1 to cancel"
|
||||||
|
questEditorEnterNPCStart: "Enter NPC ID, -1 to clear the NPC start or -2 to cancel"
|
||||||
|
questEditorEnterBlockStart: "Right-click on a block to use as a start point, then enter 'done' to save, or enter 'clear' to clear the block start, or 'cancel' to return"
|
||||||
|
questEditorEnterInitialEvent: "Enter an Event name, or enter 'clear' to clear the initial Event, or 'cancel' to return"
|
||||||
|
questRequiredNoneSet: "Required, none set"
|
||||||
|
questWGSetRegion: "Set Region"
|
||||||
|
questWGNotInstalled: "WorldGuard not installed"
|
||||||
|
questWGPrompt: "Enter WorldGuard region, or enter 'clear' to clear the region, or 'cancel' to return."
|
||||||
|
questWGInvalidRegion: "<region> is not a valid WorldGuard region!"
|
||||||
|
questWGRegionCleared: "Quest region cleared."
|
||||||
|
questCitNotInstalled: "Citizens not installed"
|
||||||
|
questDenNotInstalled: "Denizen not installed"
|
||||||
|
questGUIError: 'Error: That item is already being used as the GUI Display for the Quest <quest>.'
|
||||||
|
questCurrentItem: "Current item:"
|
||||||
|
questSetItem: "Set Item"
|
||||||
|
questClearItem: "Clear Item"
|
||||||
|
questGUICleared: "Quest GUI Item Display cleared."
|
||||||
|
questDeleted: "Quest deleted! Quests and Events have 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 event 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"
|
||||||
|
questEditorQuestAsRequirement2: "as a requirement:"
|
||||||
|
questEditorQuestAsRequirement3: "You must modify these Quests so that they do not use it before deleting it."
|
||||||
|
questEditorQuestNotFound: "Quest not found!"
|
||||||
|
questEditorEventCleared: "Initial Event 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!"
|
||||||
|
questEditorSaved: "Quest saved! (Ye will needs t' perform a Quest reload fer it t' appear)"
|
||||||
|
questEditorExited: "Are ye sure ye wants t' exit without savin'?"
|
||||||
|
questEditorDeleted: "Are ye sure ye wants t' scuttle th' Quest"
|
||||||
|
questEditorNoPermsCreate: "Ye do nah 'ave permission t' create Quests."
|
||||||
|
questEditorNoPermsEdit: "Ye do nah 'ave permission t' edit Quests."
|
||||||
|
questEditorNoPermsDelete: "Ye do nah 'ave permission t' scuttle Quests."
|
||||||
|
stageEditorEditStage: "Edit Stage"
|
||||||
|
stageEditorNewStage: "Add new Stage"
|
||||||
|
stageEditorStages: "Stages"
|
||||||
|
stageEditorStage: "Stage"
|
||||||
|
stageEditorBreakBlocks: "Break Blocks"
|
||||||
|
stageEditorDamageBlocks: "Damage Blocks"
|
||||||
|
stageEditorPlaceBlocks: "Place Blocks"
|
||||||
|
stageEditorUseBlocks: "Use Blocks"
|
||||||
|
stageEditorCutBlocks: "Cut Blocks"
|
||||||
|
stageEditorCatchFish: "Catch Fish"
|
||||||
|
stageEditorFish: "fish"
|
||||||
|
stageEditorKillPlayers: "Kill Players"
|
||||||
|
stageEditorPlayers: "players"
|
||||||
|
stageEditorEnchantItems: "Enchant Items"
|
||||||
|
stageEditorDeliverItems: "Deliver Items"
|
||||||
|
stageEditorTalkToNPCs: "Talk to NPCs"
|
||||||
|
stageEditorKillNPCs: "Kill NPCs"
|
||||||
|
stageEditorKillMobs: "Kill Mobs"
|
||||||
|
stageEditorReachLocs: "Reach spots"
|
||||||
|
stageEditorReachRadii1: "Reach within"
|
||||||
|
stageEditorReachRadii2: "blocks of"
|
||||||
|
stageEditorTameMobs: "Tame Mobs"
|
||||||
|
stageEditorShearSheep: "Shear Sheep"
|
||||||
|
stageEditorEvents: "Events"
|
||||||
|
stageEditorStageEvents: "Stage Events"
|
||||||
|
stageEditorStartEvent: "Start Event"
|
||||||
|
stageEditorStartEventCleared: "Start Event cleared."
|
||||||
|
stageEditorFinishEvent: "Finish Event"
|
||||||
|
stageEditorFinishEventCleared: "Finish Event cleared."
|
||||||
|
stageEditorChatEvents: "Chat Events"
|
||||||
|
stageEditorChatTrigger: "Chat Trigger"
|
||||||
|
stageEditorTriggeredBy: "Triggered by"
|
||||||
|
stageEditorChatEventsCleared: "Chat Events cleared."
|
||||||
|
stageEditorDeathEvent: "Death Event"
|
||||||
|
stageEditorDeathEventCleared: "Death Event cleared."
|
||||||
|
stageEditorDisconnectEvent: "Disconnect Event"
|
||||||
|
stageEditorDisconnectEventCleared: "Disconnect Event cleared."
|
||||||
|
stageEditorDelayMessage: "Delay Message"
|
||||||
|
stageEditorDenizenScript: "Denizen Script"
|
||||||
|
stageEditorStartMessage: "Start Message"
|
||||||
|
stageEditorCompleteMessage: "Complete Message"
|
||||||
|
stageEditorDelete: "Delete Stage"
|
||||||
|
stageEditorSetBlockNames: "Set block names"
|
||||||
|
stageEditorSetBlockAmounts: "Set block amounts"
|
||||||
|
stageEditorSetBlockDurability: "Set block durability"
|
||||||
|
stageEditorSetDamageAmounts: "Set damage amounts"
|
||||||
|
stageEditorSetPlaceAmounts: "Set place amounts"
|
||||||
|
stageEditorSetUseAmounts: "Set use amounts"
|
||||||
|
stageEditorSetCutAmounts: "Set cut amounts"
|
||||||
|
stageEditorSetKillAmounts: "Set kill amounts"
|
||||||
|
stageEditorSetEnchantAmounts: "Set enchant amounts"
|
||||||
|
stageEditorSetMobAmounts: "Set mob amounts"
|
||||||
|
stageEditorSetEnchantments: "Set enchantments"
|
||||||
|
stageEditorSetItemNames: "Set item names"
|
||||||
|
stageEditorSetKillIds: "Set NPC IDs"
|
||||||
|
stageEditorSetMobTypes: "Set mob types"
|
||||||
|
stageEditorSetKillLocations: "Set kill locations"
|
||||||
|
stageEditorSetKillLocationRadii: "Set kill location radii"
|
||||||
|
stageEditorSetKillLocationNames: "Set kill location names"
|
||||||
|
stageEditorSetLocations: "Set locations"
|
||||||
|
stageEditorSetLocationRadii: "Set location radii"
|
||||||
|
stageEditorSetLocationNames: "Set location names"
|
||||||
|
stageEditorSetTameAmounts: "Set tame amounts"
|
||||||
|
stageEditorSetShearColors: "Set sheep colors"
|
||||||
|
stageEditorSetShearAmounts: "Set shear amounts"
|
||||||
|
stageEditorPassword: "Password Objectives"
|
||||||
|
stageEditorAddPasswordDisplay: "Add password display"
|
||||||
|
stageEditorAddPasswordPhrases: "Add password phrase(s)"
|
||||||
|
stageEditorNoPasswordDisplays: "No password displays set"
|
||||||
|
stageObjectiveOverride: "Objective Display Override"
|
||||||
|
stageEditorCustom: "Custom Objectives"
|
||||||
|
stageEditorNoModules: "No modules loaded"
|
||||||
|
stageEditorModuleNotFound: "Custom objective module not found."
|
||||||
|
stageEditorCustomPrompt: "Enter the name of a custom objective to add, or enter 'clear' to clear all custom objectives, or 'cancel' to return."
|
||||||
|
stageEditorCustomAlreadyAdded: "That custom objective has already been added!"
|
||||||
|
stageEditorCustomCleared: "Custom objectives cleared."
|
||||||
|
stageEditorCustomDataPrompt: "Enter value for <data>:"
|
||||||
|
stageEditorEnterBlockNames: "Enter block names (or IDs), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorBreakBlocksPrompt: "Enter break amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorDamageBlocksPrompt: "Enter damage amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorPlaceBlocksPrompt: "Enter place amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorUseBlocksPrompt: "Enter use amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorCutBlocksPrompt: "Enter cut amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorEnterBlockDurability: "Enter block durability (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorCatchFishPrompt: "Enter number of fish to catch, or 0 to clear the fish catch objective, or -1 to cancel"
|
||||||
|
stageEditorKillPlayerPrompt: "Enter number of players to kill, or 0 to clear the player kill objective, or -1 to cancel"
|
||||||
|
stageEditorEnchantTypePrompt: "Enter enchantment names, separating each one by a comma, or enter 'cancel' to return."
|
||||||
|
stageEditorEnchantAmountsPrompt: "Enter enchant amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorItemNamesPrompt: "Enter item names, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorNPCPrompt: "Enter NPC ids, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorNPCToTalkToPrompt: "Enter NPC IDs, separating each one by a space, or enter 'clear' to clear the NPC ID list, or 'cancel' to return."
|
||||||
|
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
||||||
|
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorMobAmountsPrompt: "Enter mob amounts separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationPrompt: "Right-click on a block t' select it, then enter 'add' t' add it t' th' kill spot list, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationRadiiPrompt: "Enter kill spot radii (number o' blocks) separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||||
|
stageEditorTameAmountsPrompt: "Enter tame amounts separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorShearColorsPrompt: "Enter sheep colors separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorShearAmountsPrompt: "Enter shear amounts separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorEventsPrompt: "Enter an event name, or enter 'clear' to clear the event, or 'cancel' to return"
|
||||||
|
stageEditorChatEventsPrompt: "Enter an event name to add, or enter 'clear' to clear all chat events, or 'cancel' to return"
|
||||||
|
stageEditorChatEventsTriggerPromptA: "Enter a chat trigger for"
|
||||||
|
stageEditorChatEventsTriggerPromptB: "or enter 'cancel' to return."
|
||||||
|
stageEditorDelayPrompt: "Enter time (in seconds), or enter 'clear' to clear the delay, or 'cancel' to return"
|
||||||
|
stageEditorDelayMessagePrompt: "Enter delay message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorScriptPrompt: "Enter script name, or enter 'clear' to clear the script, or 'cancel' to return"
|
||||||
|
stageEditorStartMessagePrompt: "Enter start message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorCompleteMessagePrompt: "Enter complete message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorPasswordDisplayPrompt: "Enter a password display, or 'cancel' to return"
|
||||||
|
stageEditorPasswordDisplayHint: "(This is the text that will be displayed to the player as their objective)"
|
||||||
|
stageEditorPasswordPhrasePrompt: "Enter a password phrase, or 'cancel' to return"
|
||||||
|
stageEditorPasswordPhraseHint1: "(This is the text that a player has to say to complete the objective)"
|
||||||
|
stageEditorPasswordPhraseHint2: "If you want multiple password phrases, seperate them by a | (pipe)"
|
||||||
|
stageEditorObjectiveOverridePrompt: "Enter objective display override, or 'clear' to clear the override, or 'cancel' to return."
|
||||||
|
stageEditorObjectiveOverrideHint: "(The objective display override will show up as the players current objective)"
|
||||||
|
stageEditorObjectiveOverrideCleared: "Objective display override cleared."
|
||||||
|
stageEditorDeliveryAddItem: "Add item"
|
||||||
|
stageEditorDeliveryNPCs: "Set NPC IDs"
|
||||||
|
stageEditorDeliveryMessages: "Set delivery messages"
|
||||||
|
stageEditorContainsDuplicates: "List contains duplicates!"
|
||||||
|
stageEditorInvalidBlockName: "is not a valid block name!"
|
||||||
|
stageEditorInvalidEnchantment: "is not a valid enchantment name!"
|
||||||
|
stageEditorInvalidNPC: "is not a valid NPC ID!"
|
||||||
|
stageEditorInvalidMob: "is not a valid mob name!"
|
||||||
|
stageEditorInvalidItemName: "is not a valid item name!"
|
||||||
|
stageEditorInvalidNumber: "is not a number!"
|
||||||
|
stageEditorInvalidDye: "is not a valid dye color!"
|
||||||
|
stageEditorInvalidEvent: "is not a valid event name!"
|
||||||
|
stageEditorDuplicateEvent: "Event is already in the list!"
|
||||||
|
stageEditorInvalidDelay: "Delay must be at least one second!"
|
||||||
|
stageEditorInvalidScript: "Denizen script not found!"
|
||||||
|
stageEditorNoCitizens: "Citizens is not installed!"
|
||||||
|
stageEditorNoDenizen: "Denizen is not installed!"
|
||||||
|
stageEditorPositiveAmount: "You must enter a positive number!"
|
||||||
|
stageEditorNoNumber: "Input was not a number!"
|
||||||
|
stageEditorNotGreaterThanZero: "is not greater than 0!"
|
||||||
|
stageEditorNotListofNumbers: "Invalid entry, input was not a list of numbers!"
|
||||||
|
stageEditorNoDelaySet: "You must set a delay first!"
|
||||||
|
stageEditorNoBlockNames: "You must set block names first!"
|
||||||
|
stageEditorNoEnchantments: "You must set enchantments first!"
|
||||||
|
stageEditorNoItems: "You must add items first!"
|
||||||
|
stageEditorNoDeliveryMessage: "You must set at least one delivery message!"
|
||||||
|
stageEditorNoNPCs: "You must set NPC IDs first!"
|
||||||
|
stageEditorNoMobTypes: "You must set mob types first!"
|
||||||
|
stageEditorNoKillLocations: "You must set kill locations first!"
|
||||||
|
stageEditorNoBlockSelected: "You must select a block first."
|
||||||
|
stageEditorNoColors: "You must set colors first!"
|
||||||
|
stageEditorNoLocations: "You must set locations first!"
|
||||||
|
stageEditorNoEnchantmentsSet: "No enchantments set"
|
||||||
|
stageEditorNoItemsSet: "No items set"
|
||||||
|
stageEditorNoMobTypesSet: "No mob types set"
|
||||||
|
stageEditorNoLocationsSet: "No locations set"
|
||||||
|
stageEditorNoColorsSet: "No colors set"
|
||||||
|
stageEditorListNotSameSize: "The block names list and the amounts list are not the same size!"
|
||||||
|
stageEditorEnchantmentNotSameSize: "The enchantments list, the item id list and the enchant amount list are not the same size!"
|
||||||
|
stageEditorDeliveriesNotSameSize: "The item list and the NPC list are not equal in size!"
|
||||||
|
stageEditorNPCKillsNotSameSize: "The NPC IDs list and the kill amounts list are not the same size!"
|
||||||
|
stageEditorAllListsNotSameSize: "All of your lists are not the same size!"
|
||||||
|
stageEditorMobTypesNotSameSize: "The mob types list and the mob amounts list are not the same size!"
|
||||||
|
stageEditorTameMobsNotSameSize: "The mob types list and the tame amounts list are not the same size!"
|
||||||
|
stageEditorShearNotSameSize: "The sheep colors list and the shear amounts list are not the same size!"
|
||||||
|
stageEditorMustSetPasswordDisplays: "You must add at least one password display first!"
|
||||||
|
stageEditorAddPasswordCleared: "Password Objectives cleared."
|
||||||
|
stageEditorPasswordNotSameSize: "The password display and password phrase lists are not the same size!"
|
||||||
|
stageEditorListContainsDuplicates: " List contains duplicates!"
|
||||||
|
stageEditorDelayCleared: "Delay cleared."
|
||||||
|
stageEditorDelayMessageCleared: "Delay message cleared."
|
||||||
|
stageEditorDenizenCleared: "Denizen script cleared."
|
||||||
|
stageEditorBreakBlocksCleared: "Break blocks objective cleared."
|
||||||
|
stageEditorDamageBlocksCleared: "Damage blocks objective cleared."
|
||||||
|
stageEditorPlaceBlocksCleared: "Place blocks objective cleared."
|
||||||
|
stageEditorUseBlocksCleared: "Use blocks objective cleared."
|
||||||
|
stageEditorCutBlocksCleared: "Cut blocks objective cleared."
|
||||||
|
stageEditorEnchantmentsCleared: "Enchantment objective cleared."
|
||||||
|
stageEditorDeliveriesCleared: "Delivery objective cleared."
|
||||||
|
stageEditorReachLocationsCleared: "Reach Locations objective cleared."
|
||||||
|
stageEditorKillNPCsCleared: "Kill NPCs objective cleared."
|
||||||
|
stageEditorKillMobsCleared: "Kill Mobs objective cleared."
|
||||||
|
stageEditorTameCleared: "Tame Mobs objective cleared."
|
||||||
|
stageEditorShearCleared: "Shear Sheep objective cleared."
|
||||||
|
stageEditorStartMessageCleared: "Start message cleared."
|
||||||
|
stageEditorCompleteMessageCleared: "Complete message cleared."
|
||||||
|
stageEditorConfirmStageDelete: "Are you sure you want to delete this stage?"
|
||||||
|
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"
|
||||||
|
allListsNotSameSize: "All of your lists are not the same size!"
|
||||||
|
eventEditorCreate: "Create new Event"
|
||||||
|
eventEditorEdit: "Edit an Event"
|
||||||
|
eventEditorDelete: "Delete an Event"
|
||||||
|
eventEditorCreatePermisssions: "You do not have permission to create new Events."
|
||||||
|
eventEditorEditPermisssions: "You do not have permission to edit Events."
|
||||||
|
eventEditorDeletePermisssions: "You do not have permission to delete Events."
|
||||||
|
eventEditorNoneToEdit: "No Events currently exist to be edited!"
|
||||||
|
eventEditorNoneToDelete: "No Events currently exist to be deleted!"
|
||||||
|
eventEditorNotFound: "Event not found!"
|
||||||
|
eventEditorExists: "Event already exists!"
|
||||||
|
eventEditorSomeone: "Someone is already creating or editing an Event with that name!"
|
||||||
|
eventEditorAlpha: "Name must be alphanumeric!"
|
||||||
|
eventEditorErrorReadingFile: "Error reading Events file."
|
||||||
|
eventEditorErrorSaving: "An error occurred while saving."
|
||||||
|
eventEditorDeleted: "Event deleted, Quests and Events reloaded."
|
||||||
|
eventEditorSaved: "Event saved, Quests and Events reloaded."
|
||||||
|
eventEditorEnterEventName: "Enter an Event name, or 'cancel' to return."
|
||||||
|
eventEditorDeletePrompt: "Are you sure you want to delete the Event"
|
||||||
|
eventEditorQuitWithoutSaving: "Are you sure you want to quit without saving?"
|
||||||
|
eventEditorFinishAndSave: "Are you sure you want to finish and save the Event"
|
||||||
|
eventEditorModifiedNote: 'Note: You have modified an Event that the following Quests use:'
|
||||||
|
eventEditorForcedToQuit: "If you save the Event, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||||
|
eventEditorEventInUse: "The following Quests use the Event"
|
||||||
|
eventEditorMustModifyQuests: "eventEditorNotFound"
|
||||||
|
eventEditorListSizeMismatch: "The lists are not the same size!"
|
||||||
|
eventEditorListDuplicates: "List contains duplicates!"
|
||||||
|
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||||
|
eventEditorInvalidEntry: "Invalid entry"
|
||||||
|
eventEditorSetName: "Set name"
|
||||||
|
eventEditorSetMessage: "Set message"
|
||||||
|
eventEditorClearInv: "Clear player inventory"
|
||||||
|
eventEditorFailQuest: "Fail the quest"
|
||||||
|
eventEditorSetExplosions: "Set explosion locations"
|
||||||
|
eventEditorSetLightning: "Set lightning strike locations"
|
||||||
|
eventEditorSetEffects: "Set effects"
|
||||||
|
eventEditorSetStorm: "Set storm"
|
||||||
|
eventEditorSetThunder: "Set thunder"
|
||||||
|
eventEditorSetMobSpawns: "Set mob spawns"
|
||||||
|
eventEditorSetPotionEffects: "Set potion effects"
|
||||||
|
eventEditorSetHunger: "Set player hunger level"
|
||||||
|
eventEditorSetSaturation: "Set player saturation level"
|
||||||
|
eventEditorSetHealth: "Set player health level"
|
||||||
|
eventEditorEnterTimerSeconds: "Set number of seconds left before the quest fails (use cancel-timer event to cancel timers)"
|
||||||
|
eventEditorSetTimer: "Set time to fail quest"
|
||||||
|
eventEditorCancelTimer: "Cancel the quest timer"
|
||||||
|
eventEditorSetTeleport: "Set player teleport location"
|
||||||
|
eventEditorSetCommands: "Set commands to execute"
|
||||||
|
eventEditorItems: "Event Items"
|
||||||
|
eventEditorSetItems: "Give items"
|
||||||
|
eventEditorItemsCleared: "Event items cleared."
|
||||||
|
eventEditorAddItem: "Add item"
|
||||||
|
eventEditorSetItemNames: "Set item names"
|
||||||
|
eventEditorSetItemAmounts: "Set item amounts"
|
||||||
|
eventEditorNoNames: "No names set"
|
||||||
|
eventEditorMustSetNames: "You must set item names first!"
|
||||||
|
eventEditorInvalidName: "is not a valid item name!"
|
||||||
|
eventEditorNotGreaterThanZero: "is not greater than 0!"
|
||||||
|
eventEditorNotANumber: "is not a number!"
|
||||||
|
eventEditorStorm: "Event Storm"
|
||||||
|
eventEditorSetWorld: "Set world"
|
||||||
|
eventEditorSetDuration: "Set duration"
|
||||||
|
eventEditorNoWorld: "(No world set)"
|
||||||
|
eventEditorSetWorldFirst: "You must set a world first!"
|
||||||
|
eventEditorInvalidWorld: "is not a valid world name!"
|
||||||
|
eventEditorMustSetStormDuration: "You must set a storm duration!"
|
||||||
|
eventEditorStormCleared: "Storm data cleared."
|
||||||
|
eventEditorEnterStormWorld: "Enter a world name for the storm to occur in, or enter 'cancel' to return"
|
||||||
|
eventEditorEnterDuration: "Enter duration (in seconds)"
|
||||||
|
eventEditorAtLeastOneSecond: "Amount must be at least 1 second!"
|
||||||
|
eventEditorNotGreaterThanOneSecond: "is not greater than 1 second!"
|
||||||
|
eventEditorThunder: "Event Thunder"
|
||||||
|
eventEditorMustSetThunderDuration: "You must set a thunder duration!"
|
||||||
|
eventEditorThunderCleared: "Thunder data cleared."
|
||||||
|
eventEditorEnterThunderWorld: "Enter a world name for the thunder to occur in, or enter 'cancel' to return"
|
||||||
|
eventEditorEffects: "Event Effects"
|
||||||
|
eventEditorAddEffect: "Add effect"
|
||||||
|
eventEditorAddEffectLocation: "Add effect location"
|
||||||
|
eventEditorNoEffects: "No effects set"
|
||||||
|
eventEditorMustAddEffects: "You must add effects first!"
|
||||||
|
eventEditorInvalidEffect: "is not a valid effect name!"
|
||||||
|
eventEditorEffectsCleared: "Event effects cleared."
|
||||||
|
eventEditorEffectLocationPrompt: "Right-click on a block to play an effect at, then enter 'add' to add it to the list, or enter 'cancel' to return"
|
||||||
|
eventEditorMobSpawns: "Event Mob Spawns"
|
||||||
|
eventEditorAddMobTypes: "Add mob"
|
||||||
|
eventEditorNoTypesSet: "(No type set)"
|
||||||
|
eventEditorMustSetMobTypesFirst: "You must set the mob type first!"
|
||||||
|
eventEditorSetMobAmounts: "Set mob amount"
|
||||||
|
eventEditorNoAmountsSet: "(No amounts set)"
|
||||||
|
eventEditorMustSetMobAmountsFirst: "You must set mob amount first!"
|
||||||
|
eventEditorAddSpawnLocation: "Set spawn location"
|
||||||
|
eventEditorMobSpawnsCleared: "Mob spawns cleared."
|
||||||
|
eventEditorMustSetMobLocationFirst: "You must set a spawn-location first!"
|
||||||
|
eventEditorInvalidMob: "is not a valid mob name!"
|
||||||
|
eventEditorSetMobName: "Set custom name for mob"
|
||||||
|
eventEditorSetMobType: "Set mob type"
|
||||||
|
eventEditorSetMobItemInHand: "Set item in hand"
|
||||||
|
eventEditorSetMobItemInHandDrop: "Set drop chance of item in hand"
|
||||||
|
eventEditorSetMobBoots: "Set boots"
|
||||||
|
eventEditorSetMobBootsDrop: "Set drop chance of boots"
|
||||||
|
eventEditorSetMobLeggings: "Set leggings"
|
||||||
|
eventEditorSetMobLeggingsDrop: "Set drop chance of leggings"
|
||||||
|
eventEditorSetMobChestPlate: "Set chest plate"
|
||||||
|
eventEditorSetMobChestPlateDrop: "Set drop chance of chest plate"
|
||||||
|
eventEditorSetMobHelmet: "Set helmet"
|
||||||
|
eventEditorSetMobHelmetDrop: "Set drop chance of helmet"
|
||||||
|
eventEditorSetMobSpawnLoc: "Right-click on a block to spawn a mob at, then enter 'add' to the confirm it, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobSpawnAmount: "Set the amount of mobs to spawn"
|
||||||
|
eventEditorSetDropChance: "Set the drop chance"
|
||||||
|
eventEditorInvalidDropChance: "Drop chance has to be between 0.0 and 1.0"
|
||||||
|
eventEditorLightningPrompt: "Right-click on a block to spawn a lightning strike at, then enter 'add' to add it to the list, or enter 'clear' to clear the locations list, or 'cancel' to return"
|
||||||
|
eventEditorPotionEffects: "Event Potion Effects"
|
||||||
|
eventEditorSetPotionEffectTypes: "Set potion effect types"
|
||||||
|
eventEditorMustSetPotionTypesFirst: "You must set potion effect types first!"
|
||||||
|
eventEditorSetPotionDurations: "Set potion effect durations"
|
||||||
|
eventEditorMustSetPotionDurationsFirst: "You must set potion effect durations first!"
|
||||||
|
eventEditorMustSetPotionTypesAndDurationsFirst: "You must set potion effect types and durations first!"
|
||||||
|
eventEditorNoDurationsSet: "(No durations set)"
|
||||||
|
eventEditorSetPotionMagnitudes: "Set potion effect magnitudes"
|
||||||
|
eventEditorPotionsCleared: "Potion effects cleared."
|
||||||
|
eventEditorInvalidPotionType: "is not a valid potion effect type!"
|
||||||
|
eventEditorEnterNPCId: "Enter NPC ID (or -1 to return)"
|
||||||
|
eventEditorNoNPCExists: "No NPC exists with that id!"
|
||||||
|
eventEditorExplosionPrompt: "Right-click on a block to spawn an explosion at, then enter 'add' to add it to the list, or enter 'clear' to clear the explosions list, or 'cancel' to return"
|
||||||
|
eventEditorSelectBlockFirst: "You must select a block first."
|
||||||
|
eventEditorSetMessagePrompt: "Enter message, or enter 'none' to delete, (or 'cancel' to return)"
|
||||||
|
eventEditorSetItemNamesPrompt: "Enter item names separating each one by a space, or enter 'cancel' to return."
|
||||||
|
eventEditorSetItemAmountsPrompt: "Enter item amounts (numbers) separating each one by a space, or enter 'cancel' to return."
|
||||||
|
eventEditorSetMobTypesPrompt: "Enter mob name, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobAmountsPrompt: "Enter mob amount, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobNamePrompt: "Set the name for this mob, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the mob spawn location list, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionEffectsPrompt: "Enter potion effect types separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionDurationsPrompt: "Enter effect durations (in milliseconds) separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetHungerPrompt: "Enter hunger level, or -1 to remove it"
|
||||||
|
eventEditorHungerLevelAtLeastZero: "Hunger level must be at least 0!"
|
||||||
|
eventEditorSetSaturationPrompt: "Enter saturation level, or -1 to remove it"
|
||||||
|
eventEditorSaturationLevelAtLeastZero: "Saturation level must be at least 0!"
|
||||||
|
eventEditorSetHealthPrompt: "Enter health level, or -1 to remove it"
|
||||||
|
eventEditorHealthLevelAtLeastZero: "Health level must be at least 0!"
|
||||||
|
eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to, then enter 'done' to finish, or enter 'clear' to clear the teleport location, or 'cancel' to return"
|
||||||
|
eventEditorCommandsNote: 'Note: You may use <player> to refer to the player''s name.'
|
||||||
|
eventEditorSetCommandsPrompt: "Enter commands separating each one by a comma, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
reqSetMoney: "Set money requirement"
|
||||||
|
reqSetQuestPoints: "Set Quest Points requirement"
|
||||||
|
reqSetItem: "Set item requirements"
|
||||||
|
reqSetPerms: "Set permission requirements"
|
||||||
|
reqSetQuest: "Set Quest requirements"
|
||||||
|
reqSetQuestBlocks: "Set Quest blocks"
|
||||||
|
reqSetMcMMO: "Set mcMMO requirements"
|
||||||
|
reqSetHeroes: "Set Heroes requirements"
|
||||||
|
reqSetCustom: "Custom requirements"
|
||||||
|
reqSetFail: "Set fail requirements message"
|
||||||
|
reqSetSkills: "Set skills"
|
||||||
|
reqSetSkillAmounts: "Set skill amounts"
|
||||||
|
reqHeroesSetPrimary: "Set Primary Class"
|
||||||
|
reqHeroesSetSecondary: "Set Secondary Class"
|
||||||
|
reqMoneyPrompt: "Enter amount of <money>, or 0 to clear the money requirement, or -1 to cancel"
|
||||||
|
reqQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point requirement, or -1 to cancel"
|
||||||
|
reqQuestPrompt: "Enter a list of Quest names separating each one by a <comma>, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqRemoveItemsPrompt: "Enter a list of true/false values, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
reqPermissionsPrompt: "Enter permission requirements separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
reqCustomPrompt: "Enter the name of a custom requirement to add, or enter 'clear' to clear all custom requirements, or 'cancel' to return."
|
||||||
|
reqMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqMcMMOAmountsPrompt: "Enter mcMMO skill amounts, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqHeroesPrimaryPrompt: "Enter a Heroes Primary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||||
|
reqHeroesSecondaryPrompt: "Enter a Heroes Secondary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||||
|
reqFailMessagePrompt: "Enter fail requirements message, or enter 'cancel' to return."
|
||||||
|
reqAddItem: "Add item"
|
||||||
|
reqSetRemoveItems: "Set remove items"
|
||||||
|
reqNoItemsSet: "No items set"
|
||||||
|
reqNoValuesSet: "No values set"
|
||||||
|
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||||
|
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||||
|
reqGreaterThanZero: "Amount must be greater than 0!"
|
||||||
|
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||||
|
reqItemCleared: "Item requirements cleared."
|
||||||
|
reqListsNotSameSize: "The items list and remove items list are not the same size!"
|
||||||
|
reqTrueFalseError: '<input> is not a true or false value!%br%Example: true false true true'
|
||||||
|
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||||
|
reqCustomNotFound: "Custom requirement module not found."
|
||||||
|
reqCustomCleared: "Custom requirements cleared."
|
||||||
|
reqMcMMOError: "<input> is not an mcMMO skill name!"
|
||||||
|
reqMcMMOCleared: "mcMMO skill requirements cleared."
|
||||||
|
reqMcMMOAmountsCleared: "mcMMO skill amount requirements cleared."
|
||||||
|
reqHeroesNotPrimary: "The <class> class is not primary!"
|
||||||
|
reqHeroesPrimaryCleared: "Heroes Primary Class requirement cleared."
|
||||||
|
reqHeroesNotSecondary: "The <class> class is not secondary!"
|
||||||
|
reqHeroesSecondaryCleared: "Heroes Secondary Class requirement cleared."
|
||||||
|
reqHeroesClassNotFound: "Class not found!"
|
||||||
|
reqNone: "No requirements set"
|
||||||
|
reqNotANumber: "<input> is not a number!"
|
||||||
|
reqMustAddItem: "You must add at least one item first!"
|
||||||
|
reqNoMessage: "You must set a fail requirements message!"
|
||||||
|
reqNoMcMMO: "mcMMO not installed"
|
||||||
|
reqNoHeroes: "Heroes not installed"
|
||||||
|
rewSetMoney: "Set money reward"
|
||||||
|
rewSetQuestPoints: "Set Quest Points reward"
|
||||||
|
rewSetItems: "Set item rewards"
|
||||||
|
rewSetExperience: "Set experience reward"
|
||||||
|
rewSetCommands: "Set command rewards"
|
||||||
|
rewSetPermission: "Set permission rewards"
|
||||||
|
rewSetMcMMO: "Set mcMMO skill rewards"
|
||||||
|
rewSetHeroes: "Set Heroes experience rewards"
|
||||||
|
rewSetPhat: "Set PhatLoot rewards"
|
||||||
|
rewSetCustom: "Set Custom Rewards"
|
||||||
|
rewSetHeroesClasses: "Set classes"
|
||||||
|
rewSetHeroesAmounts: "Set experience amounts"
|
||||||
|
rewMoneyPrompt: "Enter amount of <money>, or 0 to clear the money reward, or -1 to cancel"
|
||||||
|
rewExperiencePrompt: "Enter amount of experience, or 0 to clear the experience reward, or -1 to cancel"
|
||||||
|
rewCommandPrompt: "Enter command rewards separating each one by a <comma>, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
rewCommandPromptHint: 'Note: You may put <player> to specify the player who completed the Quest. e.g. smite <player>'
|
||||||
|
rewPermissionsPrompt: "Enter permission rewards separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
rewQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point reward, or -1 to cancel"
|
||||||
|
rewMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewMcMMOPromptHint: 'Note: Typing ''All'' will give levels to all skills.'
|
||||||
|
rewHeroesClassesPrompt: "Enter Heroes classes separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed) separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewPhatLootsPrompt: "Enter PhatLoots separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
rewCustomRewardPrompt: "Enter the name of a custom reward to add, or enter 'clear' to clear all custom rewards, or 'cancel' to return."
|
||||||
|
rewItemsCleared: "Item rewards cleared."
|
||||||
|
rewNoMcMMOSkills: "No skills set"
|
||||||
|
rewNoHeroesClasses: "No classes set"
|
||||||
|
rewSetMcMMOSkillsFirst: "You must set skills first!"
|
||||||
|
rewMcMMOCleared: "mcMMO rewards cleared."
|
||||||
|
rewMcMMOListsNotSameSize: "The skills list and skill amounts list are not the same size!"
|
||||||
|
rewSetHeroesClassesFirst: "You must set classes first!"
|
||||||
|
rewHeroesCleared: "Heroes rewards cleared."
|
||||||
|
rewHeroesListsNotSameSize: "The classes list and experience amounts list are not the same size!"
|
||||||
|
rewHeroesInvalidClass: "<input> is not a valid Heroes class name!"
|
||||||
|
rewPhatLootsInvalid: "<input> is not a valid PhatLoot name!"
|
||||||
|
rewPhatLootsCleared: "PhatLoots reward cleared."
|
||||||
|
rewCustomAlreadyAdded: "That custom reward has already been added!"
|
||||||
|
rewCustomNotFound: "Custom reward module not found."
|
||||||
|
rewCustomCleared: "Custom rewards cleared."
|
||||||
|
rewNoPhat: "PhatLoots not installed"
|
||||||
|
itemCreateLoadHand: "Load item in hand"
|
||||||
|
itemCreateSetName: "Set name"
|
||||||
|
itemCreateSetAmount: "Set amount"
|
||||||
|
itemCreateSetDurab: "Set durability"
|
||||||
|
itemCreateSetEnchs: "Add/clear enchantments"
|
||||||
|
itemCreateSetDisplay: "Set display name"
|
||||||
|
itemCreateSetLore: "Set lore"
|
||||||
|
itemCreateEnterName: "Enter an item name, or 'cancel' to return."
|
||||||
|
itemCreateEnterAmount: "Enter item amount (max. 64), or 'cancel' to return."
|
||||||
|
itemCreateEnterDurab: "Enter item durability, or 'clear' to clear the data, or 'cancel' to return."
|
||||||
|
itemCreateEnterEnch: "Enter an enchantment name, or 'clear' to clear the enchantments, or 'cancel' to return."
|
||||||
|
itemCreateEnterLevel: "Enter a level (number) for <enchantment>"
|
||||||
|
itemCreateEnterDisplay: "Enter item display name, or 'clear' to clear the display name, or 'cancel' to return."
|
||||||
|
itemCreateEnterLore: "Enter item lore, separating each line by a semi-colon ; or 'clear' to clear the lore, or 'cancel' to return."
|
||||||
|
itemCreateLoaded: "Item loaded."
|
||||||
|
itemCreateNoItem: "No item in hand!"
|
||||||
|
itemCreateNoName: "You must set a name first!"
|
||||||
|
itemCreateInvalidName: "Invalid item name!"
|
||||||
|
itemCreateInvalidAmount: "Amount must be between 1-64!"
|
||||||
|
itemCreateInvalidDurab: "Invalid item durability!"
|
||||||
|
itemCreateInvalidEnch: "Invalid enchantment name!"
|
||||||
|
itemCreateInvalidLevel: "Level must be greater than 0!"
|
||||||
|
itemCreateInvalidInput: "Invalid input!"
|
||||||
|
itemCreateNotNumber: "Input was not a number!"
|
||||||
|
itemCreateNoNameAmount: "You must set a name and amount first!"
|
||||||
|
itemCreateCriticalError: "A critical error has occurred."
|
||||||
|
questTitle: "-- <quest> --"
|
||||||
|
questObjectivesTitle: "---(<quest>)---"
|
||||||
|
questCompleteTitle: '**QUEST COMPLETE: <quest>**'
|
||||||
|
questRewardsTitle: "Rewards:"
|
||||||
|
journalTitle: "Quest Journal"
|
||||||
|
questsTitle: "- Quests -"
|
||||||
|
questHelpTitle: "- Quests -"
|
||||||
|
questListTitle: "- Quests -"
|
||||||
|
questNPCListTitle: "- Quests | <npc> -"
|
||||||
|
questAdminHelpTitle: "- Questadmin -"
|
||||||
|
questEditorTitle: "- Quest Editor -"
|
||||||
|
eventEditorTitle: "- Event Editor - "
|
||||||
|
questCreateTitle: "- Create Quest -"
|
||||||
|
questEditTitle: "- Edit Quest -"
|
||||||
|
questDeleteTitle: "- Delete Quest -"
|
||||||
|
requirementsTitle: "- <quest> | Requirements -"
|
||||||
|
rewardsTitle: "- <quest> | Rewards -"
|
||||||
|
itemRequirementsTitle: "- Item Requirements -"
|
||||||
|
itemRewardsTitle: "- Item Rewards -"
|
||||||
|
mcMMORequirementsTitle: "- mcMMO Requirements -"
|
||||||
|
mcMMORewardsTitle: "- mcMMO Rewards -"
|
||||||
|
heroesRequirementsTitle: "- Heroes Requirements -"
|
||||||
|
heroesRewardsTitle: "- Heroes Rewards -"
|
||||||
|
heroesClassesTitle: "- Heroes Classes -"
|
||||||
|
heroesExperienceTitle: "- Heroes Experience -"
|
||||||
|
heroesPrimaryTitle: "- Primary Classes -"
|
||||||
|
heroesSecondaryTitle: "- Secondary Classes -"
|
||||||
|
phatLootsRewardsTitle: "- PhatLoots Rewards -"
|
||||||
|
customRequirementsTitle: "- Custom Requirements -"
|
||||||
|
customRewardsTitle: "- Custom Rewards -"
|
||||||
|
skillListTitle: "- Skill List -"
|
||||||
|
eventTitle: "- Event -"
|
||||||
|
completedQuestsTitle: "- Completed Quests -"
|
||||||
|
topQuestersTitle: "- Top <number> Questers -"
|
||||||
|
createItemTitle: "- Create Item -"
|
||||||
|
enchantmentsTitle: "- Enchantments -"
|
||||||
|
questGUITitle: "- GUI Item Display -"
|
||||||
|
questRegionTitle: "- Quest Region -"
|
||||||
|
eventEditorGiveItemsTitle: "- Give Items -"
|
||||||
|
eventEditorEffectsTitle: "- Effects -"
|
||||||
|
eventEditorStormTitle: "- Event Storm -"
|
||||||
|
eventEditorThunderTitle: "- Event Thunder -"
|
||||||
|
eventEditorMobSpawnsTitle: "- Event Mob Spawns -"
|
||||||
|
eventEditorMobsTitle: "- Mobs -"
|
||||||
|
eventEditorAddMobTypesTitle: "- Add Mob -"
|
||||||
|
eventEditorPotionEffectsTitle: "- Event Potion Effects -"
|
||||||
|
eventEditorPotionTypesTitle: "- Event Potion Types -"
|
||||||
|
eventEditorWorldsTitle: "- Worlds -"
|
||||||
|
effBlazeShoot: "Sound of a Blaze firing"
|
||||||
|
effBowFire: "Sound of a bow firing"
|
||||||
|
effClick1: "A click sound"
|
||||||
|
effClick2: "A different click sound"
|
||||||
|
effDoorToggle: "Sound of a door opening or closing"
|
||||||
|
effExtinguish: "Sound of fire being extinguished"
|
||||||
|
effGhastShoot: "Sound of a Ghast firing"
|
||||||
|
effGhastShriek: "Sound of a Ghast shrieking"
|
||||||
|
effZombieWood: "Sound of a Zombie chewing an iron door"
|
||||||
|
effZombieIron: "Sound of a Zombie chewing a wooden door"
|
||||||
|
effEnterName: "Enter an effect name to add it to the list, or enter 'cancel' to return"
|
||||||
|
cmdCancel: "cancel"
|
||||||
|
cmdAdd: "add"
|
||||||
|
cmdClear: "clear"
|
||||||
|
cmdNone: "none"
|
||||||
|
cmdDone: "done"
|
||||||
|
acceptQuest: "Accept Quest?"
|
||||||
|
enterAnOption: "Enter an option"
|
||||||
|
questAccepted: 'Quest accepted: <quest>'
|
||||||
|
currentQuest: "Current Quests:"
|
||||||
|
noMoreQuest: "No more quests available."
|
||||||
|
damage: "Damage"
|
||||||
|
break: "Break"
|
||||||
|
place: "Place"
|
||||||
|
use: "Use"
|
||||||
|
cut: "Cut"
|
||||||
|
catchFish: "Catch Fish"
|
||||||
|
enchantItem: "Enchant <item> with <enchantment>"
|
||||||
|
kill: "Kill"
|
||||||
|
killAtLocation: "Kill <mob> at <location>"
|
||||||
|
killPlayer: "Kill a Player"
|
||||||
|
deliver: "Deliver <item> to <npc>"
|
||||||
|
talkTo: "Talk to <npc>"
|
||||||
|
tame: "Tame"
|
||||||
|
shearSheep: "Shear <color> sheep"
|
||||||
|
goTo: "Go to <location>"
|
||||||
|
completed: "Completed"
|
||||||
|
redoCompleted: "(Completed)"
|
||||||
|
consoleError: "This command may only be performed in-game."
|
||||||
|
invalidSelection: "Invalid selection!"
|
||||||
|
noActiveQuest: "You do not currently have any active Quests."
|
||||||
|
speakTo: 'Start: Speak to <npc>'
|
||||||
|
mustSpeakTo: "You must speak to <npc> to start this Quest."
|
||||||
|
noCommandStart: "<quest> may not be started via command."
|
||||||
|
permissionDisplay: "Permission:"
|
||||||
|
heroesClass: "class"
|
||||||
|
mcMMOLevel: "level"
|
||||||
|
haveCompleted: "You have completed <quest>"
|
||||||
|
cannotComplete: "Cannot complete <quest>"
|
||||||
|
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."
|
||||||
|
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."
|
||||||
|
questInfoNoPerms: "You do not have permission to view a Quest's information."
|
||||||
|
questCmdNoPerms: "You do not have access to that command."
|
||||||
|
pageSelectionNum: "Page selection must be a number."
|
||||||
|
pageSelectionPosNum: "Page selection must be a positive number."
|
||||||
|
questListNoPerms: "You do not have permission to view the Quests list."
|
||||||
|
questTakeNoPerms: "You do not have permission to take Quests via commands."
|
||||||
|
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||||
|
questQuit: "You have quit <quest>"
|
||||||
|
questQuitNoPerms: "You do not have permission to quit Quests."
|
||||||
|
questQuitDisabled: "Quitting Quests has been disabled."
|
||||||
|
questEditorNoPerms: "You do not have permission to use the Quests Editor."
|
||||||
|
eventEditorNoPerms: "You do not have permission to use the Events Editor."
|
||||||
|
questsUnknownCommand: "Unknown Quests 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>."
|
||||||
|
questPurged: "<player> has been purged and blacklisted."
|
||||||
|
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."
|
||||||
|
enableNPCGUI: "<npc> will now provide a GUI Quest Display."
|
||||||
|
disableNPCGUI: "<npc> will no longer provide a GUI Quest Display."
|
||||||
|
invalidNumber: "Invalid number."
|
||||||
|
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||||
|
playerNotFound: "Player not found."
|
||||||
|
invalidStageNum: "Invalid stage number for Quest <quest>"
|
||||||
|
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||||
|
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."
|
||||||
|
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!"
|
||||||
|
journalNoQuests: "You have no accepted quests!"
|
||||||
|
journalDenied: "You cannot do that with your Quest Journal."
|
||||||
|
ENCHANTMENT_ARROW_DAMAGE: "Power"
|
||||||
|
ENCHANTMENT_ARROW_FIRE: "Flame"
|
||||||
|
ENCHANTMENT_ARROW_INFINITE: "Infinity"
|
||||||
|
ENCHANTMENT_ARROW_KNOCKBACK: "Punch"
|
||||||
|
ENCHANTMENT_BINDING_CURSE: "BindingCurse"
|
||||||
|
ENCHANTMENT_DAMAGE_ALL: "Sharpness"
|
||||||
|
ENCHANTMENT_DAMAGE_ARTHROPODS: "BaneOfArthropods"
|
||||||
|
ENCHANTMENT_DEPTH_STRIDER: "DepthStrider"
|
||||||
|
ENCHANTMENT_DAMAGE_UNDEAD: "Smite"
|
||||||
|
ENCHANTMENT_DIG_SPEED: "Efficiency"
|
||||||
|
ENCHANTMENT_DURABILITY: "Unbreaking"
|
||||||
|
ENCHANTMENT_FIRE_ASPECT: "FireAspect"
|
||||||
|
ENCHANTMENT_FROST_WALKER: "FrostWalker"
|
||||||
|
ENCHANTMENT_KNOCKBACK: "Knockback"
|
||||||
|
ENCHANTMENT_LOOT_BONUS_BLOCKS: "Fortune"
|
||||||
|
ENCHANTMENT_LOOT_BONUS_MOBS: "Looting"
|
||||||
|
ENCHANTMENT_LUCK: "LuckOfTheSea"
|
||||||
|
ENCHANTMENT_LURE: "Lure"
|
||||||
|
ENCHANTMENT_MENDING: "Mending"
|
||||||
|
ENCHANTMENT_OXYGEN: "Respiration"
|
||||||
|
ENCHANTMENT_PROTECTION_ENVIRONMENTAL: "Protection"
|
||||||
|
ENCHANTMENT_PROTECTION_EXPLOSIONS: "BlastProtection"
|
||||||
|
ENCHANTMENT_PROTECTION_FALL: "FeatherFalling"
|
||||||
|
ENCHANTMENT_PROTECTION_FIRE: "FireProtection"
|
||||||
|
ENCHANTMENT_PROTECTION_PROJECTILE: "ProjectileProtection"
|
||||||
|
ENCHANTMENT_SILK_TOUCH: "SilkTouch"
|
||||||
|
ENCHANTMENT_SWEEPING: "Sweeping"
|
||||||
|
ENCHANTMENT_THORNS: "Thorns"
|
||||||
|
ENCHANTMENT_VANISHING_CURSE: "VanishingCurse"
|
||||||
|
ENCHANTMENT_WATER_WORKER: "AquaAffinity"
|
||||||
|
COLOR_BLACK: "Black"
|
||||||
|
COLOR_BLUE: "Blue"
|
||||||
|
COLOR_BROWN: "Brown"
|
||||||
|
COLOR_CYAN: "Cyan"
|
||||||
|
COLOR_GRAY: "Gray"
|
||||||
|
COLOR_GREEN: "Green"
|
||||||
|
COLOR_LIGHT_BLUE: "LightBlue"
|
||||||
|
COLOR_LIME: "Lime"
|
||||||
|
COLOR_MAGENTA: "Magenta"
|
||||||
|
COLOR_ORANGE: "Orange"
|
||||||
|
COLOR_PINK: "Pink"
|
||||||
|
COLOR_PURPLE: "Purple"
|
||||||
|
COLOR_RED: "Red"
|
||||||
|
COLOR_SILVER: "Silver"
|
||||||
|
COLOR_WHITE: "White"
|
||||||
|
COLOR_YELLOW: "Yellow"
|
||||||
|
timeDay: "Day"
|
||||||
|
timeDays: "Days"
|
||||||
|
timeHour: "Hour"
|
||||||
|
timeHours: "Hours"
|
||||||
|
timeMinute: "Minute"
|
||||||
|
timeMinutes: "Minutes"
|
||||||
|
timeSecond: "Second"
|
||||||
|
timeSeconds: "Seconds"
|
||||||
|
timeMillisecond: "Millisecond"
|
||||||
|
timeMilliseconds: "Milliseconds"
|
||||||
|
event: "Event"
|
||||||
|
delay: "Delay"
|
||||||
|
save: "Save"
|
||||||
|
exit: "Exit"
|
||||||
|
exited: "Exited"
|
||||||
|
cancel: "Cancel"
|
||||||
|
cancelled: "Cancelled"
|
||||||
|
questTimeout: "Cancelled."
|
||||||
|
back: "Back"
|
||||||
|
yesWord: "Yes"
|
||||||
|
noWord: "No"
|
||||||
|
"true": "true"
|
||||||
|
"false": "false"
|
||||||
|
clear: "Clear"
|
||||||
|
edit: "Edit"
|
||||||
|
none: "None"
|
||||||
|
done: "Done"
|
||||||
|
comma: "comma"
|
||||||
|
finish: "Finish"
|
||||||
|
quit: "Quit"
|
||||||
|
noneSet: "None set"
|
||||||
|
noDelaySet: "No delay set"
|
||||||
|
noIdsSet: "No IDs set"
|
||||||
|
noNamesSet: "No names set"
|
||||||
|
worlds: "Worlds"
|
||||||
|
mobs: "Mobs"
|
||||||
|
points: "points"
|
||||||
|
invalidOption: "Invalid option!"
|
||||||
|
npcHint: 'Note: You can left or right click on NPC''s to get their ID.'
|
||||||
|
listDuplicate: "List contains duplicates!"
|
||||||
|
id: "ID"
|
||||||
|
quest: "Quest"
|
||||||
|
quests: "Quests"
|
||||||
|
createdBy: "Created by"
|
||||||
|
continuedBy: "and continued by"
|
||||||
|
questPoints: "Quest Points"
|
||||||
|
accepted: "Accepted"
|
||||||
|
complete: "Complete"
|
||||||
|
redoable: "Redoable"
|
||||||
|
usage: "Usage"
|
||||||
|
redoableEvery: "Redoable every <time>."
|
||||||
|
requirements: "Requirements"
|
||||||
|
money: "Money"
|
||||||
|
with: "With"
|
||||||
|
to: "to"
|
||||||
|
blocksWithin: "within <amount> blocks of"
|
||||||
|
valRequired: "Value required"
|
||||||
|
enchantedItem: "*Enchanted*"
|
||||||
|
experience: "Experience"
|
||||||
|
timerMessage: '<green>Time left to finish the quest/stage: <red>%s seconds'
|
||||||
|
timerStart: "<green>You have <red>%s seconds <green>to finish this quest/stage"
|
||||||
|
questErrorReadingFile: "Error reading Quests file."
|
||||||
|
questSaveError: "An error occurred while saving."
|
||||||
|
questBlacklisted: "You are blacklisted. Contact an admin if this is in error."
|
@ -1,12 +1,12 @@
|
|||||||
---
|
---
|
||||||
questFailed: "*QUEST FALHOU*"
|
questFailed: "*QUEST FAILED MATEY*"
|
||||||
questMaxAllowed: "Você só pode ter até <number> Missões."
|
questMaxAllowed: "Ye may only have up t' <number> Quests."
|
||||||
questAlreadyOn: "Você já está na Quest!"
|
questAlreadyOn: "Ye be already on that Quest!"
|
||||||
questTooEarly: "Você não pode fazer <quest> pelos próximo <time>."
|
questTooEarly: "Ye may nah take <quest> again fer another <time>."
|
||||||
questAlreadyCompleted: "Você já concluiu <quest>."
|
questAlreadyCompleted: "Ye 'ave already looted <quest>."
|
||||||
questInvalidLocation: "Você não pode fazer <quest> neste local."
|
questInvalidLocation: "Ye may nah take <quest> at this location."
|
||||||
questInvalidDeliveryItem: "<item>não é um item necessário para esta missão!"
|
questInvalidDeliveryItem: "<item> ain't a required item fer this quest!"
|
||||||
questSelectedLocation: "Localização seleccionada"
|
questSelectedLocation: "Chosen spot"
|
||||||
questDisplayHelp: "-Exibir tela de ajuda"
|
questDisplayHelp: "-Exibir tela de ajuda"
|
||||||
COMMAND_LIST: "lista"
|
COMMAND_LIST: "lista"
|
||||||
COMMAND_LIST_HELP: "[page] lista - lista de Quests disponíveis"
|
COMMAND_LIST_HELP: "[page] lista - lista de Quests disponíveis"
|
||||||
@ -43,7 +43,7 @@ COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
|||||||
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [player] [amount] - Take a players Quest Points"
|
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [player] [amount] - Take a players Quest Points"
|
||||||
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||||
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [player] [amount] - Give a player Quest Points"
|
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
COMMAND_QUESTADMIN_POINTSALL: "pointsall"
|
COMMAND_QUESTADMIN_POINTSALL: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] - Set ALL players' Quest Points"
|
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] - Set ALL players' Quest Points"
|
||||||
COMMAND_QUESTADMIN_FINISH: "finish"
|
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||||
COMMAND_QUESTADMIN_FINISH_HELP: "finish [player] [quest] - Immediately force Quest completion for a player"
|
COMMAND_QUESTADMIN_FINISH_HELP: "finish [player] [quest] - Immediately force Quest completion for a player"
|
||||||
@ -115,12 +115,12 @@ questEditorSave: "Finish and save"
|
|||||||
questEditorNeedAskMessage: "You must set an ask message!"
|
questEditorNeedAskMessage: "You must set an ask message!"
|
||||||
questEditorNeedFinishMessage: "You must set a finish message!"
|
questEditorNeedFinishMessage: "You must set a finish message!"
|
||||||
questEditorNeedStages: "Your Quest has no Stages!"
|
questEditorNeedStages: "Your Quest has no Stages!"
|
||||||
questEditorSaved: "Quest saved! (You will need to perform a Quest reload for it to appear)"
|
questEditorSaved: "Quest saved! (Ye will needs t' perform a Quest reload fer it t' appear)"
|
||||||
questEditorExited: "Are you sure you want to exit without saving?"
|
questEditorExited: "Are ye sure ye wants t' exit without savin'?"
|
||||||
questEditorDeleted: "Are you sure you want to delete the Quest"
|
questEditorDeleted: "Are ye sure ye wants t' scuttle th' Quest"
|
||||||
questEditorNoPermsCreate: "You do not have permission to create Quests."
|
questEditorNoPermsCreate: "Ye do nah 'ave permission t' create Quests."
|
||||||
questEditorNoPermsEdit: "You do not have permission to edit Quests."
|
questEditorNoPermsEdit: "Ye do nah 'ave permission t' edit Quests."
|
||||||
questEditorNoPermsDelete: "You do not have permission to delete Quests."
|
questEditorNoPermsDelete: "Ye do nah 'ave permission t' scuttle Quests."
|
||||||
stageEditorEditStage: "Edit Stage"
|
stageEditorEditStage: "Edit Stage"
|
||||||
stageEditorNewStage: "Add new Stage"
|
stageEditorNewStage: "Add new Stage"
|
||||||
stageEditorStages: "Stages"
|
stageEditorStages: "Stages"
|
||||||
@ -139,7 +139,7 @@ stageEditorDeliverItems: "Deliver Items"
|
|||||||
stageEditorTalkToNPCs: "Talk to NPCs"
|
stageEditorTalkToNPCs: "Talk to NPCs"
|
||||||
stageEditorKillNPCs: "Kill NPCs"
|
stageEditorKillNPCs: "Kill NPCs"
|
||||||
stageEditorKillMobs: "Kill Mobs"
|
stageEditorKillMobs: "Kill Mobs"
|
||||||
stageEditorReachLocs: "Reach locations"
|
stageEditorReachLocs: "Reach spots"
|
||||||
stageEditorReachRadii1: "Reach within"
|
stageEditorReachRadii1: "Reach within"
|
||||||
stageEditorReachRadii2: "blocks of"
|
stageEditorReachRadii2: "blocks of"
|
||||||
stageEditorTameMobs: "Tame Mobs"
|
stageEditorTameMobs: "Tame Mobs"
|
||||||
@ -215,9 +215,9 @@ stageEditorNPCToTalkToPrompt: "Enter NPC IDs, separating each one by a space, or
|
|||||||
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
||||||
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
||||||
stageEditorMobAmountsPrompt: "Enter mob amounts separating each one by a space, or enter 'cancel' to return"
|
stageEditorMobAmountsPrompt: "Enter mob amounts separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
stageEditorMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the kill location list, or enter 'cancel' to return"
|
stageEditorMobLocationPrompt: "Right-click on a block t' select it, then enter 'add' t' add it t' th' kill spot list, or enter 'cancel' t' return"
|
||||||
stageEditorMobLocationRadiiPrompt: "Enter kill location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
stageEditorMobLocationRadiiPrompt: "Enter kill spot radii (number o' blocks) separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||||
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
||||||
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
---
|
---
|
||||||
questFailed: "*QUEST EȘUAT*"
|
questFailed: "*QUEST FAILED MATEY*"
|
||||||
questMaxAllowed: "Poți avea numai până la <number> Quest-uri."
|
questMaxAllowed: "Ye may only have up t' <number> Quests."
|
||||||
questAlreadyOn: "Eşti deja pe acel Quest!"
|
questAlreadyOn: "Ye be already on that Quest!"
|
||||||
questTooEarly: "Nu mai poți lua <quest> din nou pentru încă <time>."
|
questTooEarly: "Ye may nah take <quest> again fer another <time>."
|
||||||
questAlreadyCompleted: "Ai completat deja <quest>."
|
questAlreadyCompleted: "Ye 'ave already looted <quest>."
|
||||||
questInvalidLocation: "Nu poți lua <quest> în această locație."
|
questInvalidLocation: "Ye may nah take <quest> at this location."
|
||||||
questInvalidDeliveryItem: "<item> nu este un element necesar pentru acest quest!"
|
questInvalidDeliveryItem: "<item> ain't a required item fer this quest!"
|
||||||
questSelectedLocation: "Locaţia selectată"
|
questSelectedLocation: "Chosen spot"
|
||||||
questDisplayHelp: "- Afişează acest ajutor"
|
questDisplayHelp: "- Afişează acest ajutor"
|
||||||
COMMAND_LIST: "lista"
|
COMMAND_LIST: "lista"
|
||||||
COMMAND_LIST_HELP: "lista [page] - Listă de Quest-uri disponibile"
|
COMMAND_LIST_HELP: "lista [page] - Listă de Quest-uri disponibile"
|
||||||
@ -43,7 +43,7 @@ COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
|||||||
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [player] [amount] - Take a players Quest Points"
|
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [player] [amount] - Take a players Quest Points"
|
||||||
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||||
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [player] [amount] - Give a player Quest Points"
|
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
COMMAND_QUESTADMIN_POINTSALL: "pointsall"
|
COMMAND_QUESTADMIN_POINTSALL: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] - Set ALL players' Quest Points"
|
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] - Set ALL players' Quest Points"
|
||||||
COMMAND_QUESTADMIN_FINISH: "finish"
|
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||||
COMMAND_QUESTADMIN_FINISH_HELP: "finish [player] [quest] - Immediately force Quest completion for a player"
|
COMMAND_QUESTADMIN_FINISH_HELP: "finish [player] [quest] - Immediately force Quest completion for a player"
|
||||||
@ -115,12 +115,12 @@ questEditorSave: "Finish and save"
|
|||||||
questEditorNeedAskMessage: "You must set an ask message!"
|
questEditorNeedAskMessage: "You must set an ask message!"
|
||||||
questEditorNeedFinishMessage: "You must set a finish message!"
|
questEditorNeedFinishMessage: "You must set a finish message!"
|
||||||
questEditorNeedStages: "Your Quest has no Stages!"
|
questEditorNeedStages: "Your Quest has no Stages!"
|
||||||
questEditorSaved: "Quest saved! (You will need to perform a Quest reload for it to appear)"
|
questEditorSaved: "Quest saved! (Ye will needs t' perform a Quest reload fer it t' appear)"
|
||||||
questEditorExited: "Are you sure you want to exit without saving?"
|
questEditorExited: "Are ye sure ye wants t' exit without savin'?"
|
||||||
questEditorDeleted: "Are you sure you want to delete the Quest"
|
questEditorDeleted: "Are ye sure ye wants t' scuttle th' Quest"
|
||||||
questEditorNoPermsCreate: "You do not have permission to create Quests."
|
questEditorNoPermsCreate: "Ye do nah 'ave permission t' create Quests."
|
||||||
questEditorNoPermsEdit: "You do not have permission to edit Quests."
|
questEditorNoPermsEdit: "Ye do nah 'ave permission t' edit Quests."
|
||||||
questEditorNoPermsDelete: "You do not have permission to delete Quests."
|
questEditorNoPermsDelete: "Ye do nah 'ave permission t' scuttle Quests."
|
||||||
stageEditorEditStage: "Edit Stage"
|
stageEditorEditStage: "Edit Stage"
|
||||||
stageEditorNewStage: "Add new Stage"
|
stageEditorNewStage: "Add new Stage"
|
||||||
stageEditorStages: "Stages"
|
stageEditorStages: "Stages"
|
||||||
@ -139,7 +139,7 @@ stageEditorDeliverItems: "Deliver Items"
|
|||||||
stageEditorTalkToNPCs: "Talk to NPCs"
|
stageEditorTalkToNPCs: "Talk to NPCs"
|
||||||
stageEditorKillNPCs: "Kill NPCs"
|
stageEditorKillNPCs: "Kill NPCs"
|
||||||
stageEditorKillMobs: "Kill Mobs"
|
stageEditorKillMobs: "Kill Mobs"
|
||||||
stageEditorReachLocs: "Reach locations"
|
stageEditorReachLocs: "Reach spots"
|
||||||
stageEditorReachRadii1: "Reach within"
|
stageEditorReachRadii1: "Reach within"
|
||||||
stageEditorReachRadii2: "blocks of"
|
stageEditorReachRadii2: "blocks of"
|
||||||
stageEditorTameMobs: "Tame Mobs"
|
stageEditorTameMobs: "Tame Mobs"
|
||||||
@ -215,9 +215,9 @@ stageEditorNPCToTalkToPrompt: "Enter NPC IDs, separating each one by a space, or
|
|||||||
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
||||||
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
||||||
stageEditorMobAmountsPrompt: "Enter mob amounts separating each one by a space, or enter 'cancel' to return"
|
stageEditorMobAmountsPrompt: "Enter mob amounts separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
stageEditorMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the kill location list, or enter 'cancel' to return"
|
stageEditorMobLocationPrompt: "Right-click on a block t' select it, then enter 'add' t' add it t' th' kill spot list, or enter 'cancel' t' return"
|
||||||
stageEditorMobLocationRadiiPrompt: "Enter kill location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
stageEditorMobLocationRadiiPrompt: "Enter kill spot radii (number o' blocks) separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||||
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
||||||
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
---
|
---
|
||||||
questFailed: "*ЗАДАНИЕ ПРОВАЛЕНО*"
|
questFailed: "*QUEST FAILED MATEY*"
|
||||||
questMaxAllowed: "У вас может быть только <number> квеста."
|
questMaxAllowed: "Ye may only have up t' <number> Quests."
|
||||||
questAlreadyOn: "Вы уже в этом квесте!"
|
questAlreadyOn: "Ye be already on that Quest!"
|
||||||
questTooEarly: "Вы не можете повторно выполнить <quest> еще раз для <time>."
|
questTooEarly: "Ye may nah take <quest> again fer another <time>."
|
||||||
questAlreadyCompleted: "Вы уже выполнили задание <quest>."
|
questAlreadyCompleted: "Ye 'ave already looted <quest>."
|
||||||
questInvalidLocation: "Вы не можете взять <quest> в этом месте."
|
questInvalidLocation: "Ye may nah take <quest> at this location."
|
||||||
questInvalidDeliveryItem: "<item> не является обязательным элементом для этого квеста!"
|
questInvalidDeliveryItem: "<item> ain't a required item fer this quest!"
|
||||||
questSelectedLocation: "Выбранное местоположение"
|
questSelectedLocation: "Chosen spot"
|
||||||
questDisplayHelp: "- Показать эту справку"
|
questDisplayHelp: "- Показать эту справку"
|
||||||
COMMAND_LIST: "список"
|
COMMAND_LIST: "список"
|
||||||
COMMAND_LIST_HELP: "list [page] - Список доступных заданий"
|
COMMAND_LIST_HELP: "list [page] - Список доступных заданий"
|
||||||
@ -43,7 +43,7 @@ COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
|||||||
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [player] [amount] - Take a players Quest Points"
|
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [player] [amount] - Take a players Quest Points"
|
||||||
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||||
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [player] [amount] - Give a player Quest Points"
|
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
COMMAND_QUESTADMIN_POINTSALL: "pointsall"
|
COMMAND_QUESTADMIN_POINTSALL: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] - Set ALL players' Quest Points"
|
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] - Set ALL players' Quest Points"
|
||||||
COMMAND_QUESTADMIN_FINISH: "finish"
|
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||||
COMMAND_QUESTADMIN_FINISH_HELP: "finish [player] [quest] - Immediately force Quest completion for a player"
|
COMMAND_QUESTADMIN_FINISH_HELP: "finish [player] [quest] - Immediately force Quest completion for a player"
|
||||||
@ -115,12 +115,12 @@ questEditorSave: "Finish and save"
|
|||||||
questEditorNeedAskMessage: "You must set an ask message!"
|
questEditorNeedAskMessage: "You must set an ask message!"
|
||||||
questEditorNeedFinishMessage: "You must set a finish message!"
|
questEditorNeedFinishMessage: "You must set a finish message!"
|
||||||
questEditorNeedStages: "Your Quest has no Stages!"
|
questEditorNeedStages: "Your Quest has no Stages!"
|
||||||
questEditorSaved: "Quest saved! (You will need to perform a Quest reload for it to appear)"
|
questEditorSaved: "Quest saved! (Ye will needs t' perform a Quest reload fer it t' appear)"
|
||||||
questEditorExited: "Are you sure you want to exit without saving?"
|
questEditorExited: "Are ye sure ye wants t' exit without savin'?"
|
||||||
questEditorDeleted: "Are you sure you want to delete the Quest"
|
questEditorDeleted: "Are ye sure ye wants t' scuttle th' Quest"
|
||||||
questEditorNoPermsCreate: "You do not have permission to create Quests."
|
questEditorNoPermsCreate: "Ye do nah 'ave permission t' create Quests."
|
||||||
questEditorNoPermsEdit: "You do not have permission to edit Quests."
|
questEditorNoPermsEdit: "Ye do nah 'ave permission t' edit Quests."
|
||||||
questEditorNoPermsDelete: "You do not have permission to delete Quests."
|
questEditorNoPermsDelete: "Ye do nah 'ave permission t' scuttle Quests."
|
||||||
stageEditorEditStage: "Edit Stage"
|
stageEditorEditStage: "Edit Stage"
|
||||||
stageEditorNewStage: "Add new Stage"
|
stageEditorNewStage: "Add new Stage"
|
||||||
stageEditorStages: "Stages"
|
stageEditorStages: "Stages"
|
||||||
@ -139,7 +139,7 @@ stageEditorDeliverItems: "Deliver Items"
|
|||||||
stageEditorTalkToNPCs: "Talk to NPCs"
|
stageEditorTalkToNPCs: "Talk to NPCs"
|
||||||
stageEditorKillNPCs: "Kill NPCs"
|
stageEditorKillNPCs: "Kill NPCs"
|
||||||
stageEditorKillMobs: "Kill Mobs"
|
stageEditorKillMobs: "Kill Mobs"
|
||||||
stageEditorReachLocs: "Reach locations"
|
stageEditorReachLocs: "Reach spots"
|
||||||
stageEditorReachRadii1: "Reach within"
|
stageEditorReachRadii1: "Reach within"
|
||||||
stageEditorReachRadii2: "blocks of"
|
stageEditorReachRadii2: "blocks of"
|
||||||
stageEditorTameMobs: "Tame Mobs"
|
stageEditorTameMobs: "Tame Mobs"
|
||||||
@ -215,9 +215,9 @@ stageEditorNPCToTalkToPrompt: "Enter NPC IDs, separating each one by a space, or
|
|||||||
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
||||||
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
||||||
stageEditorMobAmountsPrompt: "Enter mob amounts separating each one by a space, or enter 'cancel' to return"
|
stageEditorMobAmountsPrompt: "Enter mob amounts separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
stageEditorMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the kill location list, or enter 'cancel' to return"
|
stageEditorMobLocationPrompt: "Right-click on a block t' select it, then enter 'add' t' add it t' th' kill spot list, or enter 'cancel' t' return"
|
||||||
stageEditorMobLocationRadiiPrompt: "Enter kill location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
stageEditorMobLocationRadiiPrompt: "Enter kill spot radii (number o' blocks) separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||||
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
||||||
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
---
|
---
|
||||||
questFailed: "*QUEST FAILED*"
|
questFailed: "*QUEST FAILED MATEY*"
|
||||||
questMaxAllowed: "You may only have up to <number> Quests."
|
questMaxAllowed: "Ye may only have up t' <number> Quests."
|
||||||
questAlreadyOn: "You are already on that Quest!"
|
questAlreadyOn: "Ye be already on that Quest!"
|
||||||
questTooEarly: "You may not take <quest> again for another <time>."
|
questTooEarly: "Ye may nah take <quest> again fer another <time>."
|
||||||
questAlreadyCompleted: "You have already completed <quest>."
|
questAlreadyCompleted: "Ye 'ave already looted <quest>."
|
||||||
questInvalidLocation: "You may not take <quest> at this location."
|
questInvalidLocation: "Ye may nah take <quest> at this location."
|
||||||
questInvalidDeliveryItem: "<item> is not a required item for this quest!"
|
questInvalidDeliveryItem: "<item> ain't a required item fer this quest!"
|
||||||
questSelectedLocation: "Selected location"
|
questSelectedLocation: "Chosen spot"
|
||||||
questDisplayHelp: "- Display this help"
|
questDisplayHelp: "- Display this help"
|
||||||
COMMAND_LIST: "list"
|
COMMAND_LIST: "list"
|
||||||
COMMAND_LIST_HELP: "list [page] - List available Quests"
|
COMMAND_LIST_HELP: "list [page] - List available Quests"
|
||||||
@ -43,7 +43,7 @@ COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
|||||||
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [player] [amount] - Take a players Quest Points"
|
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [player] [amount] - Take a players Quest Points"
|
||||||
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||||
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [player] [amount] - Give a player Quest Points"
|
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
COMMAND_QUESTADMIN_POINTSALL: "pointsall"
|
COMMAND_QUESTADMIN_POINTSALL: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] - Set ALL players' Quest Points"
|
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] - Set ALL players' Quest Points"
|
||||||
COMMAND_QUESTADMIN_FINISH: "finish"
|
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||||
COMMAND_QUESTADMIN_FINISH_HELP: "finish [player] [quest] - Immediately force Quest completion for a player"
|
COMMAND_QUESTADMIN_FINISH_HELP: "finish [player] [quest] - Immediately force Quest completion for a player"
|
||||||
@ -115,12 +115,12 @@ questEditorSave: "Finish and save"
|
|||||||
questEditorNeedAskMessage: "You must set an ask message!"
|
questEditorNeedAskMessage: "You must set an ask message!"
|
||||||
questEditorNeedFinishMessage: "You must set a finish message!"
|
questEditorNeedFinishMessage: "You must set a finish message!"
|
||||||
questEditorNeedStages: "Your Quest has no Stages!"
|
questEditorNeedStages: "Your Quest has no Stages!"
|
||||||
questEditorSaved: "Quest saved! (You will need to perform a Quest reload for it to appear)"
|
questEditorSaved: "Quest saved! (Ye will needs t' perform a Quest reload fer it t' appear)"
|
||||||
questEditorExited: "Are you sure you want to exit without saving?"
|
questEditorExited: "Are ye sure ye wants t' exit without savin'?"
|
||||||
questEditorDeleted: "Are you sure you want to delete the Quest"
|
questEditorDeleted: "Are ye sure ye wants t' scuttle th' Quest"
|
||||||
questEditorNoPermsCreate: "You do not have permission to create Quests."
|
questEditorNoPermsCreate: "Ye do nah 'ave permission t' create Quests."
|
||||||
questEditorNoPermsEdit: "You do not have permission to edit Quests."
|
questEditorNoPermsEdit: "Ye do nah 'ave permission t' edit Quests."
|
||||||
questEditorNoPermsDelete: "You do not have permission to delete Quests."
|
questEditorNoPermsDelete: "Ye do nah 'ave permission t' scuttle Quests."
|
||||||
stageEditorEditStage: "Edit Stage"
|
stageEditorEditStage: "Edit Stage"
|
||||||
stageEditorNewStage: "Add new Stage"
|
stageEditorNewStage: "Add new Stage"
|
||||||
stageEditorStages: "Stages"
|
stageEditorStages: "Stages"
|
||||||
@ -139,7 +139,7 @@ stageEditorDeliverItems: "Deliver Items"
|
|||||||
stageEditorTalkToNPCs: "Talk to NPCs"
|
stageEditorTalkToNPCs: "Talk to NPCs"
|
||||||
stageEditorKillNPCs: "Kill NPCs"
|
stageEditorKillNPCs: "Kill NPCs"
|
||||||
stageEditorKillMobs: "Kill Mobs"
|
stageEditorKillMobs: "Kill Mobs"
|
||||||
stageEditorReachLocs: "Reach locations"
|
stageEditorReachLocs: "Reach spots"
|
||||||
stageEditorReachRadii1: "Reach within"
|
stageEditorReachRadii1: "Reach within"
|
||||||
stageEditorReachRadii2: "blocks of"
|
stageEditorReachRadii2: "blocks of"
|
||||||
stageEditorTameMobs: "Tame Mobs"
|
stageEditorTameMobs: "Tame Mobs"
|
||||||
@ -215,9 +215,9 @@ stageEditorNPCToTalkToPrompt: "Enter NPC IDs, separating each one by a space, or
|
|||||||
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
||||||
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
||||||
stageEditorMobAmountsPrompt: "Enter mob amounts separating each one by a space, or enter 'cancel' to return"
|
stageEditorMobAmountsPrompt: "Enter mob amounts separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
stageEditorMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the kill location list, or enter 'cancel' to return"
|
stageEditorMobLocationPrompt: "Right-click on a block t' select it, then enter 'add' t' add it t' th' kill spot list, or enter 'cancel' t' return"
|
||||||
stageEditorMobLocationRadiiPrompt: "Enter kill location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
stageEditorMobLocationRadiiPrompt: "Enter kill spot radii (number o' blocks) separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||||
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
||||||
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
---
|
---
|
||||||
questFailed: "*UPPDRAGET MISSLYCKADES*"
|
questFailed: "*QUEST FAILED MATEY*"
|
||||||
questMaxAllowed: "Du kan bara ha upp till <number> uppdrag."
|
questMaxAllowed: "Ye may only have up t' <number> Quests."
|
||||||
questAlreadyOn: "Du gör redan uppdraget!"
|
questAlreadyOn: "Ye be already on that Quest!"
|
||||||
questTooEarly: "Du kan inte göra <quest> förrän om <time>."
|
questTooEarly: "Ye may nah take <quest> again fer another <time>."
|
||||||
questAlreadyCompleted: "Du har redan avklarat <quest>."
|
questAlreadyCompleted: "Ye 'ave already looted <quest>."
|
||||||
questInvalidLocation: "Du kan inte påbörja <quest> på den här platsen."
|
questInvalidLocation: "Ye may nah take <quest> at this location."
|
||||||
questInvalidDeliveryItem: "<item> är inget artikel du behöver för uppdraget!"
|
questInvalidDeliveryItem: "<item> ain't a required item fer this quest!"
|
||||||
questSelectedLocation: "Position vald"
|
questSelectedLocation: "Chosen spot"
|
||||||
questDisplayHelp: "- Visa denna hjälp"
|
questDisplayHelp: "- Visa denna hjälp"
|
||||||
COMMAND_LIST: "list"
|
COMMAND_LIST: "list"
|
||||||
COMMAND_LIST_HELP: "list [sida] - Lista tillgängliga uppdrag"
|
COMMAND_LIST_HELP: "list [sida] - Lista tillgängliga uppdrag"
|
||||||
@ -43,7 +43,7 @@ COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
|||||||
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [spelare] [belopp] - Ta en spelares Uppdragspoäng"
|
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [spelare] [belopp] - Ta en spelares Uppdragspoäng"
|
||||||
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||||
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [spelare] [belopp] - Ge en spelare Uppdragspoäng"
|
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [spelare] [belopp] - Ge en spelare Uppdragspoäng"
|
||||||
COMMAND_QUESTADMIN_POINTSALL: "pointsall"
|
COMMAND_QUESTADMIN_POINTSALL: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [belopp] - Sätt ALLA spelares Uppdragspoäng"
|
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [belopp] - Sätt ALLA spelares Uppdragspoäng"
|
||||||
COMMAND_QUESTADMIN_FINISH: "finish"
|
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||||
COMMAND_QUESTADMIN_FINISH_HELP: "finish [spelare] [quest] - Slutför ett uppdrag omedelbart för en spelare"
|
COMMAND_QUESTADMIN_FINISH_HELP: "finish [spelare] [quest] - Slutför ett uppdrag omedelbart för en spelare"
|
||||||
@ -115,12 +115,12 @@ questEditorSave: "Finish and save"
|
|||||||
questEditorNeedAskMessage: "You must set an ask message!"
|
questEditorNeedAskMessage: "You must set an ask message!"
|
||||||
questEditorNeedFinishMessage: "Du måste ange ett slutmeddelande!"
|
questEditorNeedFinishMessage: "Du måste ange ett slutmeddelande!"
|
||||||
questEditorNeedStages: "Ditt uppdrag har inga delmål!"
|
questEditorNeedStages: "Ditt uppdrag har inga delmål!"
|
||||||
questEditorSaved: "Uppdrag sparad! (Du kommer behöva utföra en omladdning för att den ska visas)"
|
questEditorSaved: "Quest saved! (Ye will needs t' perform a Quest reload fer it t' appear)"
|
||||||
questEditorExited: "Är du säker på att du vill avsluta utan att spara?"
|
questEditorExited: "Are ye sure ye wants t' exit without savin'?"
|
||||||
questEditorDeleted: "Är du säker på att du vill ta bort uppdraget"
|
questEditorDeleted: "Are ye sure ye wants t' scuttle th' Quest"
|
||||||
questEditorNoPermsCreate: "Du har inte behörighet att skapa uppdrag."
|
questEditorNoPermsCreate: "Ye do nah 'ave permission t' create Quests."
|
||||||
questEditorNoPermsEdit: "Du har inte behörighet att redigera uppdrag."
|
questEditorNoPermsEdit: "Ye do nah 'ave permission t' edit Quests."
|
||||||
questEditorNoPermsDelete: "Du har inte behörighet att ta bort uppdrag."
|
questEditorNoPermsDelete: "Ye do nah 'ave permission t' scuttle Quests."
|
||||||
stageEditorEditStage: "Redigera Etapp"
|
stageEditorEditStage: "Redigera Etapp"
|
||||||
stageEditorNewStage: "Lägg till ny etapp"
|
stageEditorNewStage: "Lägg till ny etapp"
|
||||||
stageEditorStages: "Etapper"
|
stageEditorStages: "Etapper"
|
||||||
@ -139,7 +139,7 @@ stageEditorDeliverItems: "Leverera Items"
|
|||||||
stageEditorTalkToNPCs: "Prata med NPC"
|
stageEditorTalkToNPCs: "Prata med NPC"
|
||||||
stageEditorKillNPCs: "Döda NPC"
|
stageEditorKillNPCs: "Döda NPC"
|
||||||
stageEditorKillMobs: "Döda Mobs"
|
stageEditorKillMobs: "Döda Mobs"
|
||||||
stageEditorReachLocs: "Reach locations"
|
stageEditorReachLocs: "Reach spots"
|
||||||
stageEditorReachRadii1: "Reach within"
|
stageEditorReachRadii1: "Reach within"
|
||||||
stageEditorReachRadii2: "blocks of"
|
stageEditorReachRadii2: "blocks of"
|
||||||
stageEditorTameMobs: "Tame Mobs"
|
stageEditorTameMobs: "Tame Mobs"
|
||||||
@ -215,9 +215,9 @@ stageEditorNPCToTalkToPrompt: "Enter NPC IDs, separating each one by a space, or
|
|||||||
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
||||||
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
||||||
stageEditorMobAmountsPrompt: "Enter mob amounts separating each one by a space, or enter 'cancel' to return"
|
stageEditorMobAmountsPrompt: "Enter mob amounts separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
stageEditorMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the kill location list, or enter 'cancel' to return"
|
stageEditorMobLocationPrompt: "Right-click on a block t' select it, then enter 'add' t' add it t' th' kill spot list, or enter 'cancel' t' return"
|
||||||
stageEditorMobLocationRadiiPrompt: "Enter kill location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
stageEditorMobLocationRadiiPrompt: "Enter kill spot radii (number o' blocks) separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||||
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
||||||
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
---
|
---
|
||||||
questFailed: "*ARAYIŞI BAŞARISIZ OLDU*"
|
questFailed: "*QUEST FAILED MATEY*"
|
||||||
questMaxAllowed: "Sadece <number> görevleriniz olabilir."
|
questMaxAllowed: "Ye may only have up t' <number> Quests."
|
||||||
questAlreadyOn: "Zaten o Görevdesin!"
|
questAlreadyOn: "Ye be already on that Quest!"
|
||||||
questTooEarly: "<quest> 'i başka bir <time> için tekrar alamazsınız."
|
questTooEarly: "Ye may nah take <quest> again fer another <time>."
|
||||||
questAlreadyCompleted: "Zaten <quest>'i tamamladınız."
|
questAlreadyCompleted: "Ye 'ave already looted <quest>."
|
||||||
questInvalidLocation: "Bu konumda <quest> gösterilmeyecektir."
|
questInvalidLocation: "Ye may nah take <quest> at this location."
|
||||||
questInvalidDeliveryItem: "<item>, bu görev için gerekli bir öğe değil!"
|
questInvalidDeliveryItem: "<item> ain't a required item fer this quest!"
|
||||||
questSelectedLocation: "Seçili konum"
|
questSelectedLocation: "Chosen spot"
|
||||||
questDisplayHelp: "Yardımı görüntüle"
|
questDisplayHelp: "Yardımı görüntüle"
|
||||||
COMMAND_LIST: "liste"
|
COMMAND_LIST: "liste"
|
||||||
COMMAND_LIST_HELP: "\nliste [sayfa] - Mevcut görevleri listele"
|
COMMAND_LIST_HELP: "\nliste [sayfa] - Mevcut görevleri listele"
|
||||||
@ -43,7 +43,7 @@ COMMAND_QUESTADMIN_TAKEPOINTS: "puan al"
|
|||||||
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "puan al [oyuncu] [miktar] - Oyunculara görev puanları verin"
|
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "puan al [oyuncu] [miktar] - Oyunculara görev puanları verin"
|
||||||
COMMAND_QUESTADMIN_GIVEPOINTS: "puan ver"
|
COMMAND_QUESTADMIN_GIVEPOINTS: "puan ver"
|
||||||
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "puan ver [oyuncu] [miktar] - Oyunculara görev puanları verin"
|
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "puan ver [oyuncu] [miktar] - Oyunculara görev puanları verin"
|
||||||
COMMAND_QUESTADMIN_POINTSALL: "tüm puanlar"
|
COMMAND_QUESTADMIN_POINTSALL: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
COMMAND_QUESTADMIN_POINTSALL_HELP: "tüm puanlar [miktar] - Bütün oyuncuların Görev Puanlarını ayarla"
|
COMMAND_QUESTADMIN_POINTSALL_HELP: "tüm puanlar [miktar] - Bütün oyuncuların Görev Puanlarını ayarla"
|
||||||
COMMAND_QUESTADMIN_FINISH: "bitiş"
|
COMMAND_QUESTADMIN_FINISH: "bitiş"
|
||||||
COMMAND_QUESTADMIN_FINISH_HELP: "bitiş [oyuncu] [görev] - Bir oyuncuyu görevi hemen tamamlaması için zorla"
|
COMMAND_QUESTADMIN_FINISH_HELP: "bitiş [oyuncu] [görev] - Bir oyuncuyu görevi hemen tamamlaması için zorla"
|
||||||
@ -115,12 +115,12 @@ questEditorSave: "Bitir ve kaydet"
|
|||||||
questEditorNeedAskMessage: "Bir soru mesajı belirlemelisin!"
|
questEditorNeedAskMessage: "Bir soru mesajı belirlemelisin!"
|
||||||
questEditorNeedFinishMessage: "Bir bitirme mesajı ayarlamanız gerekiyor!"
|
questEditorNeedFinishMessage: "Bir bitirme mesajı ayarlamanız gerekiyor!"
|
||||||
questEditorNeedStages: "Görevinin aşamaları yok!"
|
questEditorNeedStages: "Görevinin aşamaları yok!"
|
||||||
questEditorSaved: "Görev kaydedildi! (Görünmesi için görevi tekrar yüklemeniz gerekecektir)"
|
questEditorSaved: "Quest saved! (Ye will needs t' perform a Quest reload fer it t' appear)"
|
||||||
questEditorExited: "Kaydetmeden çıkmak istediğinizden emin misiniz?"
|
questEditorExited: "Are ye sure ye wants t' exit without savin'?"
|
||||||
questEditorDeleted: "Görevi silmek istediğinizden emin misiniz"
|
questEditorDeleted: "Are ye sure ye wants t' scuttle th' Quest"
|
||||||
questEditorNoPermsCreate: "Görevleri oluşturmak için izniniz yok."
|
questEditorNoPermsCreate: "Ye do nah 'ave permission t' create Quests."
|
||||||
questEditorNoPermsEdit: "Görevleri düzenleme izniniz yok."
|
questEditorNoPermsEdit: "Ye do nah 'ave permission t' edit Quests."
|
||||||
questEditorNoPermsDelete: "Görevleri silmek için izniniz yok."
|
questEditorNoPermsDelete: "Ye do nah 'ave permission t' scuttle Quests."
|
||||||
stageEditorEditStage: "Etap düzenle"
|
stageEditorEditStage: "Etap düzenle"
|
||||||
stageEditorNewStage: "Yeni etap ekle"
|
stageEditorNewStage: "Yeni etap ekle"
|
||||||
stageEditorStages: "Etaplar"
|
stageEditorStages: "Etaplar"
|
||||||
@ -139,7 +139,7 @@ stageEditorDeliverItems: "Öğeleri teslim et"
|
|||||||
stageEditorTalkToNPCs: "NPCs ile konuş"
|
stageEditorTalkToNPCs: "NPCs ile konuş"
|
||||||
stageEditorKillNPCs: "NPCs öldürmek"
|
stageEditorKillNPCs: "NPCs öldürmek"
|
||||||
stageEditorKillMobs: "Çeteleri öldürmek"
|
stageEditorKillMobs: "Çeteleri öldürmek"
|
||||||
stageEditorReachLocs: "Konumlarına ulaşmak"
|
stageEditorReachLocs: "Reach spots"
|
||||||
stageEditorReachRadii1: "İçinde ulaşmak"
|
stageEditorReachRadii1: "İçinde ulaşmak"
|
||||||
stageEditorReachRadii2: "blokları"
|
stageEditorReachRadii2: "blokları"
|
||||||
stageEditorTameMobs: "Uysal çetelerin"
|
stageEditorTameMobs: "Uysal çetelerin"
|
||||||
@ -215,9 +215,9 @@ stageEditorNPCToTalkToPrompt: "NPC kimlik numaralarını girin, her birini bir b
|
|||||||
stageEditorDeliveryMessagesPrompt: "Teslimat mesajlarını girin, her birini bir sembol ile ayırarak, veya geri dönmek için 'iptal et'i girin."
|
stageEditorDeliveryMessagesPrompt: "Teslimat mesajlarını girin, her birini bir sembol ile ayırarak, veya geri dönmek için 'iptal et'i girin."
|
||||||
stageEditorKillNPCsPrompt: "Kaçak miktarlarını (sayıları) girin, her birini bir boşlukla ayırın, veya geri dönmek için 'iptal et' girin."
|
stageEditorKillNPCsPrompt: "Kaçak miktarlarını (sayıları) girin, her birini bir boşlukla ayırın, veya geri dönmek için 'iptal et' girin."
|
||||||
stageEditorMobsPrompt: "Her birini bir boşlukla ayıran mafya adlarını girin, veya geri dönmek için 'iptal et' girin"
|
stageEditorMobsPrompt: "Her birini bir boşlukla ayıran mafya adlarını girin, veya geri dönmek için 'iptal et' girin"
|
||||||
stageEditorMobAmountsPrompt: "Her birini bir boşlukla ayıran mafya tutarlarını girin, veya geri dönmek için 'iptal et' girin"
|
stageEditorMobAmountsPrompt: "Enter mob amounts separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
stageEditorMobLocationPrompt: "Seçmek için bir bloğu sağ tıklayın, ardından onu öldürme yeri listesine eklemek için 'ekle' yazın, veya geri dönmek için 'İptal'i girin"
|
stageEditorMobLocationPrompt: "Right-click on a block t' select it, then enter 'add' t' add it t' th' kill spot list, or enter 'cancel' t' return"
|
||||||
stageEditorMobLocationRadiiPrompt: "Her birini bir boşlukla ayıran öldürme yeri yarıçapı (blok sayısı) girin, veya geri dönmek için 'iptal et' girin"
|
stageEditorMobLocationRadiiPrompt: "Enter kill spot radii (number o' blocks) separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
stageEditorMobLocationNamesPrompt: "Her birini virgül ile ayıran konum adlarını girin, veya geri dönmek için 'iptal et' girin"
|
stageEditorMobLocationNamesPrompt: "Her birini virgül ile ayıran konum adlarını girin, veya geri dönmek için 'iptal et' girin"
|
||||||
stageEditorReachLocationPrompt: "Bir bloğu seçmek için sağ tıklayın, sonra da erişim yeri listesine eklemek için 'ekle' yazın, veya geri dönmek için 'İptal'i girin"
|
stageEditorReachLocationPrompt: "Bir bloğu seçmek için sağ tıklayın, sonra da erişim yeri listesine eklemek için 'ekle' yazın, veya geri dönmek için 'İptal'i girin"
|
||||||
stageEditorReachLocationRadiiPrompt: "Her birini bir boşlukla ayıran erişim konumu yarıçapı (blok sayısı) girin, veya geri dönmek için 'iptal et' girin"
|
stageEditorReachLocationRadiiPrompt: "Her birini bir boşlukla ayıran erişim konumu yarıçapı (blok sayısı) girin, veya geri dönmek için 'iptal et' girin"
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
---
|
---
|
||||||
questFailed: "*QUEST FAILED*"
|
questFailed: "*QUEST FAILED MATEY*"
|
||||||
questMaxAllowed: "You may only have up to <number> Quests."
|
questMaxAllowed: "Ye may only have up t' <number> Quests."
|
||||||
questAlreadyOn: "You are already on that Quest!"
|
questAlreadyOn: "Ye be already on that Quest!"
|
||||||
questTooEarly: "You may not take <quest> again for another <time>."
|
questTooEarly: "Ye may nah take <quest> again fer another <time>."
|
||||||
questAlreadyCompleted: "You have already completed <quest>."
|
questAlreadyCompleted: "Ye 'ave already looted <quest>."
|
||||||
questInvalidLocation: "You may not take <quest> at this location."
|
questInvalidLocation: "Ye may nah take <quest> at this location."
|
||||||
questInvalidDeliveryItem: "<item> is not a required item for this quest!"
|
questInvalidDeliveryItem: "<item> ain't a required item fer this quest!"
|
||||||
questSelectedLocation: "Selected location"
|
questSelectedLocation: "Chosen spot"
|
||||||
questDisplayHelp: "- Display this help"
|
questDisplayHelp: "- Display this help"
|
||||||
COMMAND_LIST: "list"
|
COMMAND_LIST: "list"
|
||||||
COMMAND_LIST_HELP: "list [page] - List available Quests"
|
COMMAND_LIST_HELP: "list [page] - List available Quests"
|
||||||
@ -43,7 +43,7 @@ COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
|||||||
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [player] [amount] - Take a players Quest Points"
|
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [player] [amount] - Take a players Quest Points"
|
||||||
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||||
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [player] [amount] - Give a player Quest Points"
|
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
COMMAND_QUESTADMIN_POINTSALL: "pointsall"
|
COMMAND_QUESTADMIN_POINTSALL: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] - Set ALL players' Quest Points"
|
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] - Set ALL players' Quest Points"
|
||||||
COMMAND_QUESTADMIN_FINISH: "finish"
|
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||||
COMMAND_QUESTADMIN_FINISH_HELP: "finish [player] [quest] - Immediately force Quest completion for a player"
|
COMMAND_QUESTADMIN_FINISH_HELP: "finish [player] [quest] - Immediately force Quest completion for a player"
|
||||||
@ -115,12 +115,12 @@ questEditorSave: "Finish and save"
|
|||||||
questEditorNeedAskMessage: "You must set an ask message!"
|
questEditorNeedAskMessage: "You must set an ask message!"
|
||||||
questEditorNeedFinishMessage: "You must set a finish message!"
|
questEditorNeedFinishMessage: "You must set a finish message!"
|
||||||
questEditorNeedStages: "Your Quest has no Stages!"
|
questEditorNeedStages: "Your Quest has no Stages!"
|
||||||
questEditorSaved: "Quest saved! (You will need to perform a Quest reload for it to appear)"
|
questEditorSaved: "Quest saved! (Ye will needs t' perform a Quest reload fer it t' appear)"
|
||||||
questEditorExited: "Are you sure you want to exit without saving?"
|
questEditorExited: "Are ye sure ye wants t' exit without savin'?"
|
||||||
questEditorDeleted: "Are you sure you want to delete the Quest"
|
questEditorDeleted: "Are ye sure ye wants t' scuttle th' Quest"
|
||||||
questEditorNoPermsCreate: "You do not have permission to create Quests."
|
questEditorNoPermsCreate: "Ye do nah 'ave permission t' create Quests."
|
||||||
questEditorNoPermsEdit: "You do not have permission to edit Quests."
|
questEditorNoPermsEdit: "Ye do nah 'ave permission t' edit Quests."
|
||||||
questEditorNoPermsDelete: "You do not have permission to delete Quests."
|
questEditorNoPermsDelete: "Ye do nah 'ave permission t' scuttle Quests."
|
||||||
stageEditorEditStage: "Edit Stage"
|
stageEditorEditStage: "Edit Stage"
|
||||||
stageEditorNewStage: "Add new Stage"
|
stageEditorNewStage: "Add new Stage"
|
||||||
stageEditorStages: "Stages"
|
stageEditorStages: "Stages"
|
||||||
@ -139,7 +139,7 @@ stageEditorDeliverItems: "Deliver Items"
|
|||||||
stageEditorTalkToNPCs: "Talk to NPCs"
|
stageEditorTalkToNPCs: "Talk to NPCs"
|
||||||
stageEditorKillNPCs: "Kill NPCs"
|
stageEditorKillNPCs: "Kill NPCs"
|
||||||
stageEditorKillMobs: "Kill Mobs"
|
stageEditorKillMobs: "Kill Mobs"
|
||||||
stageEditorReachLocs: "Reach locations"
|
stageEditorReachLocs: "Reach spots"
|
||||||
stageEditorReachRadii1: "Reach within"
|
stageEditorReachRadii1: "Reach within"
|
||||||
stageEditorReachRadii2: "blocks of"
|
stageEditorReachRadii2: "blocks of"
|
||||||
stageEditorTameMobs: "Tame Mobs"
|
stageEditorTameMobs: "Tame Mobs"
|
||||||
@ -215,9 +215,9 @@ stageEditorNPCToTalkToPrompt: "Enter NPC IDs, separating each one by a space, or
|
|||||||
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
||||||
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
||||||
stageEditorMobAmountsPrompt: "Enter mob amounts separating each one by a space, or enter 'cancel' to return"
|
stageEditorMobAmountsPrompt: "Enter mob amounts separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
stageEditorMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the kill location list, or enter 'cancel' to return"
|
stageEditorMobLocationPrompt: "Right-click on a block t' select it, then enter 'add' t' add it t' th' kill spot list, or enter 'cancel' t' return"
|
||||||
stageEditorMobLocationRadiiPrompt: "Enter kill location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
stageEditorMobLocationRadiiPrompt: "Enter kill spot radii (number o' blocks) separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||||
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
||||||
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||||
|
858
src/main/resources/lang/vi-VN/strings.yml
Normal file
858
src/main/resources/lang/vi-VN/strings.yml
Normal file
@ -0,0 +1,858 @@
|
|||||||
|
---
|
||||||
|
questFailed: "*QUEST FAILED MATEY*"
|
||||||
|
questMaxAllowed: "Ye may only have up t' <number> Quests."
|
||||||
|
questAlreadyOn: "Ye be already on that Quest!"
|
||||||
|
questTooEarly: "Ye may nah take <quest> again fer another <time>."
|
||||||
|
questAlreadyCompleted: "Ye 'ave already looted <quest>."
|
||||||
|
questInvalidLocation: "Ye may nah take <quest> at this location."
|
||||||
|
questInvalidDeliveryItem: "<item> ain't a required item fer this quest!"
|
||||||
|
questSelectedLocation: "Chosen spot"
|
||||||
|
questDisplayHelp: "-Hiển thị trợ giúp này"
|
||||||
|
COMMAND_LIST: "danh-sách"
|
||||||
|
COMMAND_LIST_HELP: "danh-sach [page] - Các nhiệm vụ có thể nhận"
|
||||||
|
COMMAND_TAKE: "nhận"
|
||||||
|
COMMAND_TAKE_HELP: "[quest name] - Chấp nhận nhiệm vụ"
|
||||||
|
COMMAND_TAKE_USAGE: 'Cách Sử Dụng: /quest gọi [quest]'
|
||||||
|
COMMAND_QUIT: "hủy bỏ"
|
||||||
|
COMMAND_QUIT_HELP: "hủy bỏ [quest] - Hủy nhiệm vụ hiện tại"
|
||||||
|
COMMAND_EDITOR: "biên tập"
|
||||||
|
COMMAND_EDITOR_HELP: "biên tập - tạo/chỉnh sửa nhiệm vụ"
|
||||||
|
COMMAND_EVENTS_EDITOR: "sự kiện"
|
||||||
|
COMMAND_EVENTS_EDITOR_HELP: "sự kiện - tạo/chỉnh sửa sự kiện"
|
||||||
|
COMMAND_STATS: "thông số"
|
||||||
|
COMMAND_STATS_HELP: "thống kê - xem thống kê nhiệm vụ của bạn"
|
||||||
|
COMMAND_TOP: "đấu trang"
|
||||||
|
COMMAND_TOP_HELP: "top [con số] - xem những người chơi hoàn thành nhiệm vụ nhiều nhất"
|
||||||
|
COMMAND_TOP_USAGE: 'Cách Sử Dụng: /quests top [number]'
|
||||||
|
COMMAND_INFO: "thôngTin"
|
||||||
|
COMMAND_INFO_HELP: "thôngTin - Hiển thị thông tin plugin"
|
||||||
|
COMMAND_JOURNAL: "tạpChí"
|
||||||
|
COMMAND_JOURNAL_HELP: "tạp chí - Xem/đặt đi tạp chí tìm kiếm của bạn"
|
||||||
|
COMMAND_QUEST_HELP: "- Hiển thị các nhiệm vụ mục tiêu hiện tại"
|
||||||
|
COMMAND_QUESTINFO_HELP: "[tên nhiệm vụ] - Hiển thị thông tin nhiệm vụ"
|
||||||
|
COMMAND_QUESTADMIN_HELP: "-Xem Questadmin hỗ trợ"
|
||||||
|
COMMAND_QUESTADMIN_STATS: "thôngSố"
|
||||||
|
COMMAND_QUESTADMIN_STATS_HELP: "thôngSố [player] - View Questing thống kê của một người chơi"
|
||||||
|
COMMAND_QUESTADMIN_GIVE: "cho"
|
||||||
|
COMMAND_QUESTADMIN_GIVE_HELP: "cho [player] [quest] - Cho 1 cầu thủ 1 nhiệm vụ"
|
||||||
|
COMMAND_QUESTADMIN_QUIT: "hủyBỏ"
|
||||||
|
COMMAND_QUESTADMIN_QUIT_HELP: "hủyBỏ [player] [quest] - Cho 1 người chơi hủy nhiệm vụ"
|
||||||
|
COMMAND_QUESTADMIN_POINTS: "points"
|
||||||
|
COMMAND_QUESTADMIN_POINTS_HELP: "points [player] [amount] - Thiết lập điểm cho một ngườ chơi"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "points [player] [amount] - Thiết lập điểm cho một người chơi"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "points [player] [amount] - Thiết lập điểm cho một người chơi"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL_HELP: "points [amount] - Thiết lập điểm cho tất cả người chơi"
|
||||||
|
COMMAND_QUESTADMIN_FINISH: "hoànTất"
|
||||||
|
COMMAND_QUESTADMIN_FINISH_HELP: "hoànTất [player] [quest] - Ngay lập tức lượng nhiệm vụ hoàn thành cho một người chơi"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE: "nexstage"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "nextstage [player] [quest] - Ngay lập tức lực lượng hoàn thành giai đoạn cho một máy nghe nhạc"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE: "setstage"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE_HELP: "setstage [player] [quest] [stage] - Thiết lập giai đoạn hiện tại cho một người chơi"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Cách sử dụng: /questadmin setstage [player] [quest] [stage]'
|
||||||
|
COMMAND_QUESTADMIN_PURGE: "tẩy"
|
||||||
|
COMMAND_QUESTADMIN_PURGE_HELP: "tẩy [player] - Xóa tất cả dữ liệu nhiệm vụ của một người chơi và nâng chúng"
|
||||||
|
COMMAND_QUESTADMIN_RESET: "làmLại"
|
||||||
|
COMMAND_QUESTADMIN_RESET_HELP: "làmLại [player] - Xóa tất cả dữ liệu nhiệm vụ của một người chơi"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE: "xoá"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE_HELP: "loại bỏ các [player] [quest] - Loại bỏ một nhiệm vụ hoàn thành từ một người chơi"
|
||||||
|
COMMAND_QUESTADMIN_TOGGLEGUI: "togglegui"
|
||||||
|
COMMAND_QUESTADMIN_TOGGLEGUI_HELP: "togglegui [npc id] - Chuyển đổi giao diện Quest Hiển thị vào NPC"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD: "tải lại"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD_HELP: "tải lại - tải lại tất cả các Quest"
|
||||||
|
questEditorHeader: "Tạo nhiệm vụ"
|
||||||
|
questEditorCreate: "Tạo nhiệm vụ"
|
||||||
|
questEditorEdit: "Chỉnh sửa một nhiệm vụ"
|
||||||
|
questEditorDelete: "Xóa nhiệm vụ"
|
||||||
|
questEditorName: "Đặt tên"
|
||||||
|
questEditorAskMessage: "Thiết lập yêu cầu thông báo"
|
||||||
|
questEditorFinishMessage: "Thiết lập tin nhắn kết thúc"
|
||||||
|
questEditorRedoDelay: "Thiết lập thơi gian chờ để làm lại nhiệm vụ"
|
||||||
|
questEditorNPCStart: "Thiết lập NPC bắt đầu"
|
||||||
|
questEditorBlockStart: "Thiết lập khối bắt đầu"
|
||||||
|
questEditorInitialEvent: "Điều chỉnh sự kiện khỏi đầu"
|
||||||
|
questEditorSetGUI: "Điều chỉnh mành hình hiển thị cho người dùng"
|
||||||
|
questEditorReqs: "Điều chỉnh yêu cầu của nhiệm vụ"
|
||||||
|
questEditorStages: "Điểu chỉnh giai đoạn"
|
||||||
|
questEditorRews: "Điểu chỉnh phần thưởng"
|
||||||
|
questEditorEnterQuestName: "Nhập tên nhiệm vụ (hoặc 'hủy bỏ' để trở về)"
|
||||||
|
questEditorEditEnterQuestName: "Nhập tên nhiệm vụ để chỉnh sửa, hoạc 'hủy bỏ' để trở về"
|
||||||
|
questEditorEnterAskMessage: "Nhập tin nhắn khi xem nhận nhiệm vụ (hoặc 'hủy bỏ' để trở về)"
|
||||||
|
questEditorEnterFinishMessage: "Nhập tin nhắn hoàn thành nhiệm vụ (hoặc 'hủy bỏ' để trờ về)"
|
||||||
|
questEditorEnterRedoDelay: "Nhập thời gian (bằng giây), 0 để xóa thời gian chờ làm lại hoặc -1 để hủy bỏ "
|
||||||
|
questEditorEnterNPCStart: "Nhập ID của NPC, -1 để xóa,-2 để hủy bỏ"
|
||||||
|
questEditorEnterBlockStart: "Nhấp chuột phải vào một khối để sử dụng như là một điểm khởi đầu, sau đó nhập vào 'xong' để lưu, nhập vào 'xóa' để xóa điểm khỏi đầu hoặc 'hủy bỏ' để trở về"
|
||||||
|
questEditorEnterInitialEvent: "Nhập tên sự kiện, hoặc nhập 'xóa' để xóa sự kiện khỏi đầu, hoặc 'hủy bỏ' để trở về"
|
||||||
|
questRequiredNoneSet: "Yêu cầu, không có thiết lập"
|
||||||
|
questWGSetRegion: "Thiết lập vùng/khu vực"
|
||||||
|
questWGNotInstalled: "WorldGuard không được cài đặt"
|
||||||
|
questWGPrompt: "Nhập khu vực WorldGuard, hoặc nhập vào 'xóa' để xóa vùng 'hủy bỏ' để trở về."
|
||||||
|
questWGInvalidRegion: "<region>không phải là một khu vực WorldGuard hợp lệ!"
|
||||||
|
questWGRegionCleared: "Khu vực nhiệm vụ đã được xóa."
|
||||||
|
questCitNotInstalled: "Plugin Citizens không được cài đặt"
|
||||||
|
questDenNotInstalled: "Plugin Denizen không được cài đặt"
|
||||||
|
questGUIError: 'Lỗi: vật này đang được sử dụng trong màn hình hiển thị người dùng (GUI) của nhiệm vụ <quest>.'
|
||||||
|
questCurrentItem: "Vật hiên tại:"
|
||||||
|
questSetItem: "Thiệt lập vật"
|
||||||
|
questClearItem: "Xóa vật"
|
||||||
|
questGUICleared: "Quest GUI hiển thị mục bị xóa."
|
||||||
|
questDeleted: "Nhiệm vụ đã bị xóa! Nhiệm vụ và các sự kiện đã được nạp lại."
|
||||||
|
questEditorNameExists: "Nhiệm vụ này đã có sẵn rồi!"
|
||||||
|
questEditorBeingEdited: "Có một ai đó đang tạo/chỉnh sửa nhiệm vụ này!"
|
||||||
|
questEditorInvalidQuestName: "Tên không được chứa dấu chấm phẩy hoặc dấu phẩy!"
|
||||||
|
questEditorInvalidEventName: "tên sự kiện không hợp lệ!"
|
||||||
|
questEditorInvalidNPC: "Không có NPC nào có ID này!"
|
||||||
|
questEditorNoStartBlockSelected: "Bạn phải chọn 1 khối trước."
|
||||||
|
questEditorPositiveAmount: "Số lượng phải là 1 con số dương."
|
||||||
|
questEditorQuestAsRequirement1: "Các nhiệm vụ sau đây đã"
|
||||||
|
questEditorQuestAsRequirement2: "yêu cầu:"
|
||||||
|
questEditorQuestAsRequirement3: "Bạn phải sửa đổi các nhiệm vụ để họ không sử dụng nó trước khi xóa nó."
|
||||||
|
questEditorQuestNotFound: "Không tìm thấy nhiệm vụ!"
|
||||||
|
questEditorEventCleared: "Đã xóa Sự kiện Ban đầu."
|
||||||
|
questEditorSave: "Kết thúc và lưu lại"
|
||||||
|
questEditorNeedAskMessage: "Bạn phải đặt câu thoại nói chuyện!"
|
||||||
|
questEditorNeedFinishMessage: "Bạn phải đặt câu thoại kết thúc!"
|
||||||
|
questEditorNeedStages: "Nhiệm vụ của bạn không có Stages!"
|
||||||
|
questEditorSaved: "Quest saved! (Ye will needs t' perform a Quest reload fer it t' appear)"
|
||||||
|
questEditorExited: "Are ye sure ye wants t' exit without savin'?"
|
||||||
|
questEditorDeleted: "Are ye sure ye wants t' scuttle th' Quest"
|
||||||
|
questEditorNoPermsCreate: "Ye do nah 'ave permission t' create Quests."
|
||||||
|
questEditorNoPermsEdit: "Ye do nah 'ave permission t' edit Quests."
|
||||||
|
questEditorNoPermsDelete: "Ye do nah 'ave permission t' scuttle Quests."
|
||||||
|
stageEditorEditStage: "Chỉnh sửa Stage"
|
||||||
|
stageEditorNewStage: "Thêm 1 Stage mới"
|
||||||
|
stageEditorStages: "Các Stages"
|
||||||
|
stageEditorStage: "Stage"
|
||||||
|
stageEditorBreakBlocks: "Phá khối"
|
||||||
|
stageEditorDamageBlocks: "Phá khối"
|
||||||
|
stageEditorPlaceBlocks: "Đặt khối"
|
||||||
|
stageEditorUseBlocks: "Sử dụng khối"
|
||||||
|
stageEditorCutBlocks: "Cắt khối"
|
||||||
|
stageEditorCatchFish: "Bắt cá"
|
||||||
|
stageEditorFish: "cá"
|
||||||
|
stageEditorKillPlayers: "Giết người chơi"
|
||||||
|
stageEditorPlayers: "người chơi"
|
||||||
|
stageEditorEnchantItems: "Enchant Vật phẩm"
|
||||||
|
stageEditorDeliverItems: "Giao vật phẩm"
|
||||||
|
stageEditorTalkToNPCs: "Nói chuyện với các NPC"
|
||||||
|
stageEditorKillNPCs: "Giết NPC"
|
||||||
|
stageEditorKillMobs: "Giết Mobs"
|
||||||
|
stageEditorReachLocs: "Reach spots"
|
||||||
|
stageEditorReachRadii1: "Đạt được trong vòng"
|
||||||
|
stageEditorReachRadii2: "khối"
|
||||||
|
stageEditorTameMobs: "Thuần hóa Mobs"
|
||||||
|
stageEditorShearSheep: "Tỉa lông cừu"
|
||||||
|
stageEditorEvents: "Sự kiện"
|
||||||
|
stageEditorStageEvents: "Stage sự kiện"
|
||||||
|
stageEditorStartEvent: "Bắt đầu sự kiện"
|
||||||
|
stageEditorStartEventCleared: "Sự kiện bắt đầu xóa."
|
||||||
|
stageEditorFinishEvent: "Kết thúc sự kiện"
|
||||||
|
stageEditorFinishEventCleared: "Sự kiện hoàn tất xóa."
|
||||||
|
stageEditorChatEvents: "Sự kiện trò chuyện"
|
||||||
|
stageEditorChatTrigger: "Kích hoạt trò chuyện"
|
||||||
|
stageEditorTriggeredBy: "Được kích hoạt bởi"
|
||||||
|
stageEditorChatEventsCleared: "Sự kiện bắt đầu xóa."
|
||||||
|
stageEditorDeathEvent: "Sự kiện cái chết"
|
||||||
|
stageEditorDeathEventCleared: "Sự kiện bắt đầu xóa."
|
||||||
|
stageEditorDisconnectEvent: "Ngắt kết nối tổ chức sự kiện"
|
||||||
|
stageEditorDisconnectEventCleared: "Ngắt kết nối sự kiện xóa."
|
||||||
|
stageEditorDelayMessage: "Thông báo chậm trễ"
|
||||||
|
stageEditorDenizenScript: "Kịch bản denizen"
|
||||||
|
stageEditorStartMessage: "Bắt đầu thư"
|
||||||
|
stageEditorCompleteMessage: "Hoàn thành thư"
|
||||||
|
stageEditorDelete: "Xóa bỏ sân khấu"
|
||||||
|
stageEditorSetBlockNames: "Thiết lập khối tên"
|
||||||
|
stageEditorSetBlockAmounts: "Thiết lập khối tên"
|
||||||
|
stageEditorSetBlockDurability: "Thiết lập độ bền khối"
|
||||||
|
stageEditorSetDamageAmounts: "Số tiền thiệt hại đặt"
|
||||||
|
stageEditorSetPlaceAmounts: "Thiết lập khối tên"
|
||||||
|
stageEditorSetUseAmounts: "Thiết lập khối tên"
|
||||||
|
stageEditorSetCutAmounts: "Bộ cắt giảm số lượng"
|
||||||
|
stageEditorSetKillAmounts: "Số tiền đặt giết"
|
||||||
|
stageEditorSetEnchantAmounts: "Thiết lập enchant số tiền"
|
||||||
|
stageEditorSetMobAmounts: "Số tiền đặt giết"
|
||||||
|
stageEditorSetEnchantments: "Thiết lập enchant số tiền"
|
||||||
|
stageEditorSetItemNames: "Thiết lập mục tên"
|
||||||
|
stageEditorSetKillIds: "Thiết lập NPC ID"
|
||||||
|
stageEditorSetMobTypes: "Thiết lập mob loại"
|
||||||
|
stageEditorSetKillLocations: "Vị trí đặt giết"
|
||||||
|
stageEditorSetKillLocationRadii: "Thiết lập giết vị trí bán kính"
|
||||||
|
stageEditorSetKillLocationNames: "Thiết lập tên vị trí giết"
|
||||||
|
stageEditorSetLocations: "Đặt vị trí"
|
||||||
|
stageEditorSetLocationRadii: "Thiết lập vị trí bán kính"
|
||||||
|
stageEditorSetLocationNames: "Đặt tên vị trí"
|
||||||
|
stageEditorSetTameAmounts: "Thiết lập khối tên"
|
||||||
|
stageEditorSetShearColors: "Đặt cừu màu"
|
||||||
|
stageEditorSetShearAmounts: "Thiết lập khối tên"
|
||||||
|
stageEditorPassword: "Mật khẩu mục tiêu"
|
||||||
|
stageEditorAddPasswordDisplay: "Thêm mật khẩu màn hình hiển thị"
|
||||||
|
stageEditorAddPasswordPhrases: "Thêm mật khẩu phrase(s)"
|
||||||
|
stageEditorNoPasswordDisplays: "Không có mật khẩu sẽ hiển thị thiết lập"
|
||||||
|
stageObjectiveOverride: "Màn hình hiển thị mục tiêu ghi đè"
|
||||||
|
stageEditorCustom: "Mục tiêu tùy chỉnh"
|
||||||
|
stageEditorNoModules: "Không có mô-đun tải"
|
||||||
|
stageEditorModuleNotFound: "Tùy chỉnh mô-đun khách quan không tìm thấy."
|
||||||
|
stageEditorCustomPrompt: "Nhập tên của một mục tiêu tùy chỉnh để thêm hoặc nhập 'rõ ràng' để xóa tất cả các mục tiêu tùy chỉnh hoặc 'hủy bỏ' để trở về."
|
||||||
|
stageEditorCustomAlreadyAdded: "Mục tiêu tùy chỉnh mà đã được thêm!"
|
||||||
|
stageEditorCustomCleared: "Tuỳ chỉnh mục tiêu xóa."
|
||||||
|
stageEditorCustomDataPrompt: "Nhập giá trị cho <data>:"
|
||||||
|
stageEditorEnterBlockNames: "Nhập tên (ID) khối, phân tách bởi một dấu cách, hoặc gõ 'cancel' để quay lại."
|
||||||
|
stageEditorBreakBlocksPrompt: "Nhập số lượng khối, phân tách bởi một dấu cách, hoặc gõ 'cancel' để quay lại."
|
||||||
|
stageEditorDamageBlocksPrompt: "Nhập lượng sát thương, phân tách bởi một dấu cách, hoặc gõ 'cancel' để quay lại."
|
||||||
|
stageEditorPlaceBlocksPrompt: "Nhập số lượng khối, phân tách bởi một dấu cách, hoặc gõ 'cancel' để quay lại."
|
||||||
|
stageEditorUseBlocksPrompt: "Nhập số lượng khối cần dùng, phân tách bởi một dấu cách, hoặc gõ 'cancel' để quay lại."
|
||||||
|
stageEditorCutBlocksPrompt: "Nhập số lượng khối cần chuyển, phân tách bởi một dấu cách, hoặc gõ 'cancel' để quay lại."
|
||||||
|
stageEditorEnterBlockDurability: "Nhập độ bền của khối, phân tách bởi một dấu cách, hoặc gõ 'cancel' để quay lại."
|
||||||
|
stageEditorCatchFishPrompt: "Nhập số lượng cá cần câu, hoặc gõ '0' để xóa đối tượng, hoặc gõ '1' đề hủy bỏ"
|
||||||
|
stageEditorKillPlayerPrompt: "Nhập số lượng người cần giết, gõ '0' để xóa đối tượng, hoặc gõ '1' để hủy bỏ"
|
||||||
|
stageEditorEnchantTypePrompt: "Nhập tên hiệu ứng, phân cách bới một dấu phẩy, hoặc gõ 'cancel' để quay lại."
|
||||||
|
stageEditorEnchantAmountsPrompt: "Nhập số lượng hiệu ứng, phân cách bới một dấu cách, hoặc gõ 'cancel' để quay lại."
|
||||||
|
stageEditorItemNamesPrompt: "Nhập tên vật phẩm, phân cách bới một dấu cách, hoặc gõ 'cancel' để quay lại."
|
||||||
|
stageEditorNPCPrompt: "Nhập ID của NPC, phân cách bới một dấu cách, hoặc gõ 'cancel' để quay lại."
|
||||||
|
stageEditorNPCToTalkToPrompt: "Nhập ID của NPC, phân cách bới một dấu cách, gõ 'clear' để xóa NPC, hoặc gõ 'cancel' để quay lại."
|
||||||
|
stageEditorDeliveryMessagesPrompt: "Nhập tin nhắn cần chuyển, phân cách bới một dấu chấm phấy, hoặc gõ 'cancel' để quay lại."
|
||||||
|
stageEditorKillNPCsPrompt: "Nhập số lượng cần giết, phân tách bởi một dấu cách, hoặc gõ 'cancel' để quay lại."
|
||||||
|
stageEditorMobsPrompt: "Nhập tên mob, phân tách bởi một dấu cách, hoặc gõ 'cancel' để quay lại"
|
||||||
|
stageEditorMobAmountsPrompt: "Enter mob amounts separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationPrompt: "Right-click on a block t' select it, then enter 'add' t' add it t' th' kill spot list, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationRadiiPrompt: "Enter kill spot radii (number o' blocks) separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationNamesPrompt: "Nhập tên vị trí phân tách bởi một dấu phẩy, hoặc gõ 'cancel' để quay lại"
|
||||||
|
stageEditorReachLocationPrompt: "Nhấp phải chuột vào 1 khối để chọn, nhập 'add' để thêm khối đó vào danh sách cần đến, hoặc gõ 'enter' để quay lại"
|
||||||
|
stageEditorReachLocationRadiiPrompt: "Nhập phạm vi của khu vực cần tìm, phân tách bởi một dấu cách, hoặc gõ 'cancel' để quay lại"
|
||||||
|
stageEditorReachLocationNamesPrompt: "Nhập tên vị trí phân tách bởi một dấu phẩy, hoặc gõ 'cancel' để quay lại"
|
||||||
|
stageEditorTameAmountsPrompt: "Nhập số lượng thú thuần hóa phân tách bởi một dấu cách, hoặc gõ 'cancel' để quay lại"
|
||||||
|
stageEditorShearColorsPrompt: "Nhập màu lông cừu phân tách bởi một dấu cách, hoặc gõ 'cancel' để quay lại"
|
||||||
|
stageEditorShearAmountsPrompt: "Nhập số lượng lông cần lấy phân tách bởi một dấu cách, hoặc gõ 'cancel' để quay lại"
|
||||||
|
stageEditorEventsPrompt: "Nhập tên sự kiện, hoặc nhập 'clear' để xóa sự kiện, hoặc nhập 'cancel' để quay lại"
|
||||||
|
stageEditorChatEventsPrompt: "Nhập tên sự kiện để thêm mới, hoặc nhập 'clear' để xóa mọi sự kiện trò chuyện, hoặc nhập 'cancel' để quay lại"
|
||||||
|
stageEditorChatEventsTriggerPromptA: "Nhập sự kiện trò chuyện cho"
|
||||||
|
stageEditorChatEventsTriggerPromptB: "hoặc nhập 'cancel' để quay lại"
|
||||||
|
stageEditorDelayPrompt: "Nhập thời gian, hoặc gõ 'clear' để xóa thời gian chờ, hoặc gõ 'cancel' để quay lại"
|
||||||
|
stageEditorDelayMessagePrompt: "Nhập thông báo trì hoãn, hoặc gõ 'clear' để xóa thông báo, hoặc gõ 'cancel' để quay lại"
|
||||||
|
stageEditorScriptPrompt: "Nhập tên script, hoặc gõ 'clear' để xóa script, hoặc gõ 'cancel' để quay lại"
|
||||||
|
stageEditorStartMessagePrompt: "Nhập thông báo bắt đầu, gõ 'clear' để xóa, gõ 'cancel' để quay lại"
|
||||||
|
stageEditorCompleteMessagePrompt: "Nhập thông báo hoàn thành, gõ 'clear' để xóa, gõ 'cancel' để quay lại"
|
||||||
|
stageEditorPasswordDisplayPrompt: "Nhập mật khẩu, gõ 'cancel' để quay lại"
|
||||||
|
stageEditorPasswordDisplayHint: "(Đoạn văn bản này sẽ hiển thị cho người chơi như là mục tiêu của họ)"
|
||||||
|
stageEditorPasswordPhrasePrompt: "Nhập mật khẩu, gõ 'cancel' để quay lại"
|
||||||
|
stageEditorPasswordPhraseHint1: "(Đây là văn bản mà người chơi phải nói để hoàn thành mục tiêu)"
|
||||||
|
stageEditorPasswordPhraseHint2: "Nếu bạn muốn nhiều mật khẩu, tách chúng bằng một dấu '|'"
|
||||||
|
stageEditorObjectiveOverridePrompt: "Ghi đè hiển thị của mục tiêu, gõ 'clear' để xóa ghi đè, gõ 'cancel' để quay lại."
|
||||||
|
stageEditorObjectiveOverrideHint: "(Mục tiêu được ghi đè sẽ hiển thị như là mục tiêu hiện tại của người chơi)"
|
||||||
|
stageEditorObjectiveOverrideCleared: "Xóa ghi đè mục tiêu."
|
||||||
|
stageEditorDeliveryAddItem: "Thêm vật phẩm"
|
||||||
|
stageEditorDeliveryNPCs: "Thiết lập ID của NPC"
|
||||||
|
stageEditorDeliveryMessages: "Thiết lập thông điệp chuyển giao"
|
||||||
|
stageEditorContainsDuplicates: "Danh sách trùng lặp!"
|
||||||
|
stageEditorInvalidBlockName: "đây không phải là tên của 1 block!"
|
||||||
|
stageEditorInvalidEnchantment: "không phải là một tên hợp lệ ngắm cảnh!"
|
||||||
|
stageEditorInvalidNPC: "không phải là một NPC ID hợp lệ!"
|
||||||
|
stageEditorInvalidMob: "không phải là một Npc Id hợp lệ!"
|
||||||
|
stageEditorInvalidItemName: "không phải là một tên trang bị hợp lệ!"
|
||||||
|
stageEditorInvalidNumber: "không phải là số!"
|
||||||
|
stageEditorInvalidDye: "không phải là một màu thuốc nhuộm hợp lệ!"
|
||||||
|
stageEditorInvalidEvent: "không phải là một tên hợp lệ sự kiện!"
|
||||||
|
stageEditorDuplicateEvent: "Sự kiện là đã có trong danh sách!"
|
||||||
|
stageEditorInvalidDelay: "Sự chậm trễ phải là ít nhất một lần thứ hai!"
|
||||||
|
stageEditorInvalidScript: "Denizen kịch bản không được tìm thấy!"
|
||||||
|
stageEditorNoCitizens: "Plugin Citizens không được cài đặt!"
|
||||||
|
stageEditorNoDenizen: "Plugin Denizen không được cài đặt!"
|
||||||
|
stageEditorPositiveAmount: "Bạn phải nhập một số con số!"
|
||||||
|
stageEditorNoNumber: "Đầu vào là không một số!"
|
||||||
|
stageEditorNotGreaterThanZero: "không phải là lớn hơn 0!"
|
||||||
|
stageEditorNotListofNumbers: "Mục nhập không hợp lệ, nhập đã không một danh sách các số điện thoại!"
|
||||||
|
stageEditorNoDelaySet: "Bạn phải thiết lập một sự chậm trễ trước tiên!"
|
||||||
|
stageEditorNoBlockNames: "Bạn phải thiết lập khối tên đầu tiên!"
|
||||||
|
stageEditorNoEnchantments: "Bạn phải thiết lập enchantments đầu tiên!"
|
||||||
|
stageEditorNoItems: "Bạn phải thêm items đầu tiên!"
|
||||||
|
stageEditorNoDeliveryMessage: "Bạn phải thiết lập ít nhất một giao hàng tin nhắn!"
|
||||||
|
stageEditorNoNPCs: "Bạn phải thiết lập NPC ID đầu tiên!"
|
||||||
|
stageEditorNoMobTypes: "Bạn phải thiết lập mob loại lần đầu tiên!"
|
||||||
|
stageEditorNoKillLocations: "Bạn phải thiết lập giết địa điểm đầu tiên!"
|
||||||
|
stageEditorNoBlockSelected: "Bạn phải chọn một khối đầu tiên."
|
||||||
|
stageEditorNoColors: "Bạn phải thiết lập màu sắc đầu tiên!"
|
||||||
|
stageEditorNoLocations: "Bạn phải thiết lập địa điểm đầu tiên!"
|
||||||
|
stageEditorNoEnchantmentsSet: "Không có tập bùa"
|
||||||
|
stageEditorNoItemsSet: "Không có thiết lập mục"
|
||||||
|
stageEditorNoMobTypesSet: "Không có thiết lập loại mob"
|
||||||
|
stageEditorNoLocationsSet: "Không có thiết lập địa điểm"
|
||||||
|
stageEditorNoColorsSet: "Không có màu được set"
|
||||||
|
stageEditorListNotSameSize: "Danh sách tên khối và số lượng không đều nhau!"
|
||||||
|
stageEditorEnchantmentNotSameSize: "Danh sách enchantments, id vật phẩm và số lượng enchant không đều nhau!"
|
||||||
|
stageEditorDeliveriesNotSameSize: "Danh sách vật phẩm và NPC không đều nhau!"
|
||||||
|
stageEditorNPCKillsNotSameSize: "Danh sách NPC và số lượng giết không đều nhau!"
|
||||||
|
stageEditorAllListsNotSameSize: "Tất cả các danh sách đều không hợp lệ!"
|
||||||
|
stageEditorMobTypesNotSameSize: "Danh sách các loại mob và số lượng mob không đều nhau!"
|
||||||
|
stageEditorTameMobsNotSameSize: "Danh sách các loại mob và số lượng mob thuần hóa không đều nhau!"
|
||||||
|
stageEditorShearNotSameSize: "Danh sách màu sắc lông cừu và số lần cắt là không đều nhau!"
|
||||||
|
stageEditorMustSetPasswordDisplays: "Bạn cần thêm ít nhất 1 mật khẩu!"
|
||||||
|
stageEditorAddPasswordCleared: "Password Objectives đã bị xóa."
|
||||||
|
stageEditorPasswordNotSameSize: "Mật khẩu hiển thị và danh sách mật khẩu có sẵn không giống nhau!"
|
||||||
|
stageEditorListContainsDuplicates: " Danh sách chứa các bản sao!"
|
||||||
|
stageEditorDelayCleared: "Đã xóa Delay."
|
||||||
|
stageEditorDelayMessageCleared: "Đã xóa thông báo."
|
||||||
|
stageEditorDenizenCleared: "Đã xóa Denizen script."
|
||||||
|
stageEditorBreakBlocksCleared: "Đã xóa objective: Phá khối."
|
||||||
|
stageEditorDamageBlocksCleared: "Đã xóa objective: Hủy khối."
|
||||||
|
stageEditorPlaceBlocksCleared: "Đã xóa objective: đặt khối."
|
||||||
|
stageEditorUseBlocksCleared: "Đã xóa objective: sử dụng khối."
|
||||||
|
stageEditorCutBlocksCleared: "Đã xóa objective: cắt khối."
|
||||||
|
stageEditorEnchantmentsCleared: "Đã xóa objective: Enchant vật phẩm."
|
||||||
|
stageEditorDeliveriesCleared: "Mục tiêu vẫn chuyển đã bị xóa."
|
||||||
|
stageEditorReachLocationsCleared: "Mục tiêu tìm vị trí đã bị xóa."
|
||||||
|
stageEditorKillNPCsCleared: "Kill NPCs objective cleared."
|
||||||
|
stageEditorKillMobsCleared: "Kill Mobs objective cleared."
|
||||||
|
stageEditorTameCleared: "Tame Mobs objective cleared."
|
||||||
|
stageEditorShearCleared: "Shear Sheep objective cleared."
|
||||||
|
stageEditorStartMessageCleared: "Start message cleared."
|
||||||
|
stageEditorCompleteMessageCleared: "Complete message cleared."
|
||||||
|
stageEditorConfirmStageDelete: "Are you sure you want to delete this stage?"
|
||||||
|
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: "Tuỳ ý"
|
||||||
|
stageEditorColors: "Màu con cừu"
|
||||||
|
allListsNotSameSize: "Tất cả các danh sách đều không hợp lệ!"
|
||||||
|
eventEditorCreate: "Tạo sự kiện mới"
|
||||||
|
eventEditorEdit: "Chỉnh sửa sự kiện"
|
||||||
|
eventEditorDelete: "Xoá sự kiện"
|
||||||
|
eventEditorCreatePermisssions: "Bạn không có quyền tạo cái sự kiện!"
|
||||||
|
eventEditorEditPermisssions: "Bạn không có quyền để chỉnh sử sự kiện"
|
||||||
|
eventEditorDeletePermisssions: "You do not have permission to delete Events."
|
||||||
|
eventEditorNoneToEdit: "No Events currently exist to be edited!"
|
||||||
|
eventEditorNoneToDelete: "No Events currently exist to be deleted!"
|
||||||
|
eventEditorNotFound: "Event not found!"
|
||||||
|
eventEditorExists: "Event already exists!"
|
||||||
|
eventEditorSomeone: "Someone is already creating or editing an Event with that name!"
|
||||||
|
eventEditorAlpha: "Name must be alphanumeric!"
|
||||||
|
eventEditorErrorReadingFile: "Error reading Events file."
|
||||||
|
eventEditorErrorSaving: "An error occurred while saving."
|
||||||
|
eventEditorDeleted: "Event deleted, Quests and Events reloaded."
|
||||||
|
eventEditorSaved: "Event saved, Quests and Events reloaded."
|
||||||
|
eventEditorEnterEventName: "Enter an Event name, or 'cancel' to return."
|
||||||
|
eventEditorDeletePrompt: "Are you sure you want to delete the Event"
|
||||||
|
eventEditorQuitWithoutSaving: "Are you sure you want to quit without saving?"
|
||||||
|
eventEditorFinishAndSave: "Are you sure you want to finish and save the Event"
|
||||||
|
eventEditorModifiedNote: 'Note: You have modified an Event that the following Quests use:'
|
||||||
|
eventEditorForcedToQuit: "If you save the Event, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||||
|
eventEditorEventInUse: "The following Quests use the Event"
|
||||||
|
eventEditorMustModifyQuests: "eventEditorNotFound"
|
||||||
|
eventEditorListSizeMismatch: "The lists are not the same size!"
|
||||||
|
eventEditorListDuplicates: "List contains duplicates!"
|
||||||
|
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||||
|
eventEditorInvalidEntry: "Không hợp lệ"
|
||||||
|
eventEditorSetName: "Đặt tên"
|
||||||
|
eventEditorSetMessage: "Set message"
|
||||||
|
eventEditorClearInv: "Xoá tất cả item trong túi đồ của player"
|
||||||
|
eventEditorFailQuest: "Nhiệm vụ thất bại"
|
||||||
|
eventEditorSetExplosions: "Set explosion locations"
|
||||||
|
eventEditorSetLightning: "Set lightning strike locations"
|
||||||
|
eventEditorSetEffects: "Set effects"
|
||||||
|
eventEditorSetStorm: "Set storm"
|
||||||
|
eventEditorSetThunder: "Set thunder"
|
||||||
|
eventEditorSetMobSpawns: "Set mob spawns"
|
||||||
|
eventEditorSetPotionEffects: "Set potion effects"
|
||||||
|
eventEditorSetHunger: "Set player hunger level"
|
||||||
|
eventEditorSetSaturation: "Set player saturation level"
|
||||||
|
eventEditorSetHealth: "Set player health level"
|
||||||
|
eventEditorEnterTimerSeconds: "Set number of seconds left before the quest fails (use cancel-timer event to cancel timers)"
|
||||||
|
eventEditorSetTimer: "Set time to fail quest"
|
||||||
|
eventEditorCancelTimer: "Cancel the quest timer"
|
||||||
|
eventEditorSetTeleport: "Set player teleport location"
|
||||||
|
eventEditorSetCommands: "Set commands to execute"
|
||||||
|
eventEditorItems: "Event Items"
|
||||||
|
eventEditorSetItems: "Give items"
|
||||||
|
eventEditorItemsCleared: "Event items cleared."
|
||||||
|
eventEditorAddItem: "Add item"
|
||||||
|
eventEditorSetItemNames: "Set item names"
|
||||||
|
eventEditorSetItemAmounts: "Set item amounts"
|
||||||
|
eventEditorNoNames: "No names set"
|
||||||
|
eventEditorMustSetNames: "You must set item names first!"
|
||||||
|
eventEditorInvalidName: "is not a valid item name!"
|
||||||
|
eventEditorNotGreaterThanZero: "is not greater than 0!"
|
||||||
|
eventEditorNotANumber: "is not a number!"
|
||||||
|
eventEditorStorm: "Event Storm"
|
||||||
|
eventEditorSetWorld: "Set world"
|
||||||
|
eventEditorSetDuration: "Set duration"
|
||||||
|
eventEditorNoWorld: "(No world set)"
|
||||||
|
eventEditorSetWorldFirst: "You must set a world first!"
|
||||||
|
eventEditorInvalidWorld: "is not a valid world name!"
|
||||||
|
eventEditorMustSetStormDuration: "You must set a storm duration!"
|
||||||
|
eventEditorStormCleared: "Storm data cleared."
|
||||||
|
eventEditorEnterStormWorld: "Enter a world name for the storm to occur in, or enter 'cancel' to return"
|
||||||
|
eventEditorEnterDuration: "Enter duration (in seconds)"
|
||||||
|
eventEditorAtLeastOneSecond: "Amount must be at least 1 second!"
|
||||||
|
eventEditorNotGreaterThanOneSecond: "is not greater than 1 second!"
|
||||||
|
eventEditorThunder: "Event Thunder"
|
||||||
|
eventEditorMustSetThunderDuration: "You must set a thunder duration!"
|
||||||
|
eventEditorThunderCleared: "Thunder data cleared."
|
||||||
|
eventEditorEnterThunderWorld: "Enter a world name for the thunder to occur in, or enter 'cancel' to return"
|
||||||
|
eventEditorEffects: "Event Effects"
|
||||||
|
eventEditorAddEffect: "Add effect"
|
||||||
|
eventEditorAddEffectLocation: "Add effect location"
|
||||||
|
eventEditorNoEffects: "No effects set"
|
||||||
|
eventEditorMustAddEffects: "You must add effects first!"
|
||||||
|
eventEditorInvalidEffect: "is not a valid effect name!"
|
||||||
|
eventEditorEffectsCleared: "Event effects cleared."
|
||||||
|
eventEditorEffectLocationPrompt: "Right-click on a block to play an effect at, then enter 'add' to add it to the list, or enter 'cancel' to return"
|
||||||
|
eventEditorMobSpawns: "Event Mob Spawns"
|
||||||
|
eventEditorAddMobTypes: "Add mob"
|
||||||
|
eventEditorNoTypesSet: "(No type set)"
|
||||||
|
eventEditorMustSetMobTypesFirst: "You must set the mob type first!"
|
||||||
|
eventEditorSetMobAmounts: "Set mob amount"
|
||||||
|
eventEditorNoAmountsSet: "(No amounts set)"
|
||||||
|
eventEditorMustSetMobAmountsFirst: "You must set mob amount first!"
|
||||||
|
eventEditorAddSpawnLocation: "Set spawn location"
|
||||||
|
eventEditorMobSpawnsCleared: "Mob spawns cleared."
|
||||||
|
eventEditorMustSetMobLocationFirst: "You must set a spawn-location first!"
|
||||||
|
eventEditorInvalidMob: "is not a valid mob name!"
|
||||||
|
eventEditorSetMobName: "Set custom name for mob"
|
||||||
|
eventEditorSetMobType: "Set mob type"
|
||||||
|
eventEditorSetMobItemInHand: "Set item in hand"
|
||||||
|
eventEditorSetMobItemInHandDrop: "Set drop chance of item in hand"
|
||||||
|
eventEditorSetMobBoots: "Set boots"
|
||||||
|
eventEditorSetMobBootsDrop: "Set drop chance of boots"
|
||||||
|
eventEditorSetMobLeggings: "Set leggings"
|
||||||
|
eventEditorSetMobLeggingsDrop: "Set drop chance of leggings"
|
||||||
|
eventEditorSetMobChestPlate: "Set chest plate"
|
||||||
|
eventEditorSetMobChestPlateDrop: "Set drop chance of chest plate"
|
||||||
|
eventEditorSetMobHelmet: "Set helmet"
|
||||||
|
eventEditorSetMobHelmetDrop: "Set drop chance of helmet"
|
||||||
|
eventEditorSetMobSpawnLoc: "Right-click on a block to spawn a mob at, then enter 'add' to the confirm it, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobSpawnAmount: "Set the amount of mobs to spawn"
|
||||||
|
eventEditorSetDropChance: "Set the drop chance"
|
||||||
|
eventEditorInvalidDropChance: "Drop chance has to be between 0.0 and 1.0"
|
||||||
|
eventEditorLightningPrompt: "Right-click on a block to spawn a lightning strike at, then enter 'add' to add it to the list, or enter 'clear' to clear the locations list, or 'cancel' to return"
|
||||||
|
eventEditorPotionEffects: "Event Potion Effects"
|
||||||
|
eventEditorSetPotionEffectTypes: "Set potion effect types"
|
||||||
|
eventEditorMustSetPotionTypesFirst: "You must set potion effect types first!"
|
||||||
|
eventEditorSetPotionDurations: "Set potion effect durations"
|
||||||
|
eventEditorMustSetPotionDurationsFirst: "You must set potion effect durations first!"
|
||||||
|
eventEditorMustSetPotionTypesAndDurationsFirst: "You must set potion effect types and durations first!"
|
||||||
|
eventEditorNoDurationsSet: "(No durations set)"
|
||||||
|
eventEditorSetPotionMagnitudes: "Set potion effect magnitudes"
|
||||||
|
eventEditorPotionsCleared: "Potion effects cleared."
|
||||||
|
eventEditorInvalidPotionType: "is not a valid potion effect type!"
|
||||||
|
eventEditorEnterNPCId: "Enter NPC ID (or -1 to return)"
|
||||||
|
eventEditorNoNPCExists: "No NPC exists with that id!"
|
||||||
|
eventEditorExplosionPrompt: "Right-click on a block to spawn an explosion at, then enter 'add' to add it to the list, or enter 'clear' to clear the explosions list, or 'cancel' to return"
|
||||||
|
eventEditorSelectBlockFirst: "You must select a block first."
|
||||||
|
eventEditorSetMessagePrompt: "Enter message, or enter 'none' to delete, (or 'cancel' to return)"
|
||||||
|
eventEditorSetItemNamesPrompt: "Enter item names separating each one by a space, or enter 'cancel' to return."
|
||||||
|
eventEditorSetItemAmountsPrompt: "Enter item amounts (numbers) separating each one by a space, or enter 'cancel' to return."
|
||||||
|
eventEditorSetMobTypesPrompt: "Enter mob name, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobAmountsPrompt: "Enter mob amount, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobNamePrompt: "Set the name for this mob, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the mob spawn location list, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionEffectsPrompt: "Enter potion effect types separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionDurationsPrompt: "Enter effect durations (in milliseconds) separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetHungerPrompt: "Enter hunger level, or -1 to remove it"
|
||||||
|
eventEditorHungerLevelAtLeastZero: "Hunger level must be at least 0!"
|
||||||
|
eventEditorSetSaturationPrompt: "Enter saturation level, or -1 to remove it"
|
||||||
|
eventEditorSaturationLevelAtLeastZero: "Saturation level must be at least 0!"
|
||||||
|
eventEditorSetHealthPrompt: "Enter health level, or -1 to remove it"
|
||||||
|
eventEditorHealthLevelAtLeastZero: "Health level must be at least 0!"
|
||||||
|
eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to, then enter 'done' to finish, or enter 'clear' to clear the teleport location, or 'cancel' to return"
|
||||||
|
eventEditorCommandsNote: 'Note: You may use <player> to refer to the player''s name.'
|
||||||
|
eventEditorSetCommandsPrompt: "Enter commands separating each one by a comma, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
reqSetMoney: "Set money requirement"
|
||||||
|
reqSetQuestPoints: "Set Quest Points requirement"
|
||||||
|
reqSetItem: "Set item requirements"
|
||||||
|
reqSetPerms: "Set permission requirements"
|
||||||
|
reqSetQuest: "Set Quest requirements"
|
||||||
|
reqSetQuestBlocks: "Set Quest blocks"
|
||||||
|
reqSetMcMMO: "Set mcMMO requirements"
|
||||||
|
reqSetHeroes: "Set Heroes requirements"
|
||||||
|
reqSetCustom: "Custom requirements"
|
||||||
|
reqSetFail: "Set fail requirements message"
|
||||||
|
reqSetSkills: "Set skills"
|
||||||
|
reqSetSkillAmounts: "Set skill amounts"
|
||||||
|
reqHeroesSetPrimary: "Set Primary Class"
|
||||||
|
reqHeroesSetSecondary: "Set Secondary Class"
|
||||||
|
reqMoneyPrompt: "Enter amount of <money>, or 0 to clear the money requirement, or -1 to cancel"
|
||||||
|
reqQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point requirement, or -1 to cancel"
|
||||||
|
reqQuestPrompt: "Enter a list of Quest names separating each one by a <comma>, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqRemoveItemsPrompt: "Enter a list of true/false values, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
reqPermissionsPrompt: "Enter permission requirements separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
reqCustomPrompt: "Enter the name of a custom requirement to add, or enter 'clear' to clear all custom requirements, or 'cancel' to return."
|
||||||
|
reqMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqMcMMOAmountsPrompt: "Enter mcMMO skill amounts, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqHeroesPrimaryPrompt: "Enter a Heroes Primary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||||
|
reqHeroesSecondaryPrompt: "Enter a Heroes Secondary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||||
|
reqFailMessagePrompt: "Enter fail requirements message, or enter 'cancel' to return."
|
||||||
|
reqAddItem: "Add item"
|
||||||
|
reqSetRemoveItems: "Set remove items"
|
||||||
|
reqNoItemsSet: "No items set"
|
||||||
|
reqNoValuesSet: "No values set"
|
||||||
|
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||||
|
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||||
|
reqGreaterThanZero: "Amount must be greater than 0!"
|
||||||
|
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||||
|
reqItemCleared: "Item requirements cleared."
|
||||||
|
reqListsNotSameSize: "The items list and remove items list are not the same size!"
|
||||||
|
reqTrueFalseError: '<input> is not a true or false value!%br%Example: true false true true'
|
||||||
|
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||||
|
reqCustomNotFound: "Custom requirement module not found."
|
||||||
|
reqCustomCleared: "Custom requirements cleared."
|
||||||
|
reqMcMMOError: "<input> is not an mcMMO skill name!"
|
||||||
|
reqMcMMOCleared: "mcMMO skill requirements cleared."
|
||||||
|
reqMcMMOAmountsCleared: "mcMMO skill amount requirements cleared."
|
||||||
|
reqHeroesNotPrimary: "The <class> class is not primary!"
|
||||||
|
reqHeroesPrimaryCleared: "Heroes Primary Class requirement cleared."
|
||||||
|
reqHeroesNotSecondary: "The <class> class is not secondary!"
|
||||||
|
reqHeroesSecondaryCleared: "Heroes Secondary Class requirement cleared."
|
||||||
|
reqHeroesClassNotFound: "Class not found!"
|
||||||
|
reqNone: "No requirements set"
|
||||||
|
reqNotANumber: "<input> is not a number!"
|
||||||
|
reqMustAddItem: "You must add at least one item first!"
|
||||||
|
reqNoMessage: "You must set a fail requirements message!"
|
||||||
|
reqNoMcMMO: "mcMMO not installed"
|
||||||
|
reqNoHeroes: "Heroes not installed"
|
||||||
|
rewSetMoney: "Set money reward"
|
||||||
|
rewSetQuestPoints: "Set Quest Points reward"
|
||||||
|
rewSetItems: "Set item rewards"
|
||||||
|
rewSetExperience: "Set experience reward"
|
||||||
|
rewSetCommands: "Set command rewards"
|
||||||
|
rewSetPermission: "Set permission rewards"
|
||||||
|
rewSetMcMMO: "Set mcMMO skill rewards"
|
||||||
|
rewSetHeroes: "Set Heroes experience rewards"
|
||||||
|
rewSetPhat: "Set PhatLoot rewards"
|
||||||
|
rewSetCustom: "Set Custom Rewards"
|
||||||
|
rewSetHeroesClasses: "Set classes"
|
||||||
|
rewSetHeroesAmounts: "Set experience amounts"
|
||||||
|
rewMoneyPrompt: "Enter amount of <money>, or 0 to clear the money reward, or -1 to cancel"
|
||||||
|
rewExperiencePrompt: "Enter amount of experience, or 0 to clear the experience reward, or -1 to cancel"
|
||||||
|
rewCommandPrompt: "Enter command rewards separating each one by a <comma>, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
rewCommandPromptHint: 'Note: You may put <player> to specify the player who completed the Quest. e.g. smite <player>'
|
||||||
|
rewPermissionsPrompt: "Enter permission rewards separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
rewQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point reward, or -1 to cancel"
|
||||||
|
rewMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewMcMMOPromptHint: 'Note: Typing ''All'' will give levels to all skills.'
|
||||||
|
rewHeroesClassesPrompt: "Enter Heroes classes separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed) separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewPhatLootsPrompt: "Enter PhatLoots separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
rewCustomRewardPrompt: "Enter the name of a custom reward to add, or enter 'clear' to clear all custom rewards, or 'cancel' to return."
|
||||||
|
rewItemsCleared: "Item rewards cleared."
|
||||||
|
rewNoMcMMOSkills: "No skills set"
|
||||||
|
rewNoHeroesClasses: "No classes set"
|
||||||
|
rewSetMcMMOSkillsFirst: "You must set skills first!"
|
||||||
|
rewMcMMOCleared: "mcMMO rewards cleared."
|
||||||
|
rewMcMMOListsNotSameSize: "The skills list and skill amounts list are not the same size!"
|
||||||
|
rewSetHeroesClassesFirst: "You must set classes first!"
|
||||||
|
rewHeroesCleared: "Heroes rewards cleared."
|
||||||
|
rewHeroesListsNotSameSize: "The classes list and experience amounts list are not the same size!"
|
||||||
|
rewHeroesInvalidClass: "<input> is not a valid Heroes class name!"
|
||||||
|
rewPhatLootsInvalid: "<input> is not a valid PhatLoot name!"
|
||||||
|
rewPhatLootsCleared: "PhatLoots reward cleared."
|
||||||
|
rewCustomAlreadyAdded: "That custom reward has already been added!"
|
||||||
|
rewCustomNotFound: "Custom reward module not found."
|
||||||
|
rewCustomCleared: "Custom rewards cleared."
|
||||||
|
rewNoPhat: "PhatLoots not installed"
|
||||||
|
itemCreateLoadHand: "Load item in hand"
|
||||||
|
itemCreateSetName: "Set name"
|
||||||
|
itemCreateSetAmount: "Set amount"
|
||||||
|
itemCreateSetDurab: "Set durability"
|
||||||
|
itemCreateSetEnchs: "Add/clear enchantments"
|
||||||
|
itemCreateSetDisplay: "Set display name"
|
||||||
|
itemCreateSetLore: "Set lore"
|
||||||
|
itemCreateEnterName: "Enter an item name, or 'cancel' to return."
|
||||||
|
itemCreateEnterAmount: "Enter item amount (max. 64), or 'cancel' to return."
|
||||||
|
itemCreateEnterDurab: "Enter item durability, or 'clear' to clear the data, or 'cancel' to return."
|
||||||
|
itemCreateEnterEnch: "Enter an enchantment name, or 'clear' to clear the enchantments, or 'cancel' to return."
|
||||||
|
itemCreateEnterLevel: "Enter a level (number) for <enchantment>"
|
||||||
|
itemCreateEnterDisplay: "Enter item display name, or 'clear' to clear the display name, or 'cancel' to return."
|
||||||
|
itemCreateEnterLore: "Enter item lore, separating each line by a semi-colon ; or 'clear' to clear the lore, or 'cancel' to return."
|
||||||
|
itemCreateLoaded: "Item loaded."
|
||||||
|
itemCreateNoItem: "No item in hand!"
|
||||||
|
itemCreateNoName: "You must set a name first!"
|
||||||
|
itemCreateInvalidName: "Invalid item name!"
|
||||||
|
itemCreateInvalidAmount: "Amount must be between 1-64!"
|
||||||
|
itemCreateInvalidDurab: "Invalid item durability!"
|
||||||
|
itemCreateInvalidEnch: "Invalid enchantment name!"
|
||||||
|
itemCreateInvalidLevel: "Level must be greater than 0!"
|
||||||
|
itemCreateInvalidInput: "Invalid input!"
|
||||||
|
itemCreateNotNumber: "Input was not a number!"
|
||||||
|
itemCreateNoNameAmount: "You must set a name and amount first!"
|
||||||
|
itemCreateCriticalError: "A critical error has occurred."
|
||||||
|
questTitle: "-- <quest> --"
|
||||||
|
questObjectivesTitle: "---(<quest>)---"
|
||||||
|
questCompleteTitle: '**QUEST COMPLETE: <quest>**'
|
||||||
|
questRewardsTitle: "Rewards:"
|
||||||
|
journalTitle: "Quest Journal"
|
||||||
|
questsTitle: "- Quests -"
|
||||||
|
questHelpTitle: "- Quests -"
|
||||||
|
questListTitle: "- Quests -"
|
||||||
|
questNPCListTitle: "- Quests | <npc> -"
|
||||||
|
questAdminHelpTitle: "- Questadmin -"
|
||||||
|
questEditorTitle: "- Quest Editor -"
|
||||||
|
eventEditorTitle: "- Event Editor - "
|
||||||
|
questCreateTitle: "- Create Quest -"
|
||||||
|
questEditTitle: "- Edit Quest -"
|
||||||
|
questDeleteTitle: "- Delete Quest -"
|
||||||
|
requirementsTitle: "- <quest> | Requirements -"
|
||||||
|
rewardsTitle: "- <quest> | Rewards -"
|
||||||
|
itemRequirementsTitle: "- Item Requirements -"
|
||||||
|
itemRewardsTitle: "- Item Rewards -"
|
||||||
|
mcMMORequirementsTitle: "- mcMMO Requirements -"
|
||||||
|
mcMMORewardsTitle: "- mcMMO Rewards -"
|
||||||
|
heroesRequirementsTitle: "- Heroes Requirements -"
|
||||||
|
heroesRewardsTitle: "- Heroes Rewards -"
|
||||||
|
heroesClassesTitle: "- Heroes Classes -"
|
||||||
|
heroesExperienceTitle: "- Heroes Experience -"
|
||||||
|
heroesPrimaryTitle: "- Primary Classes -"
|
||||||
|
heroesSecondaryTitle: "- Secondary Classes -"
|
||||||
|
phatLootsRewardsTitle: "- PhatLoots Rewards -"
|
||||||
|
customRequirementsTitle: "- Custom Requirements -"
|
||||||
|
customRewardsTitle: "- Custom Rewards -"
|
||||||
|
skillListTitle: "- Skill List -"
|
||||||
|
eventTitle: "- Event -"
|
||||||
|
completedQuestsTitle: "- Completed Quests -"
|
||||||
|
topQuestersTitle: "- Top <number> Questers -"
|
||||||
|
createItemTitle: "- Create Item -"
|
||||||
|
enchantmentsTitle: "- Enchantments -"
|
||||||
|
questGUITitle: "- GUI Item Display -"
|
||||||
|
questRegionTitle: "- Quest Region -"
|
||||||
|
eventEditorGiveItemsTitle: "- Give Items -"
|
||||||
|
eventEditorEffectsTitle: "- Effects -"
|
||||||
|
eventEditorStormTitle: "- Event Storm -"
|
||||||
|
eventEditorThunderTitle: "- Event Thunder -"
|
||||||
|
eventEditorMobSpawnsTitle: "- Event Mob Spawns -"
|
||||||
|
eventEditorMobsTitle: "- Mobs -"
|
||||||
|
eventEditorAddMobTypesTitle: "- Add Mob -"
|
||||||
|
eventEditorPotionEffectsTitle: "- Event Potion Effects -"
|
||||||
|
eventEditorPotionTypesTitle: "- Event Potion Types -"
|
||||||
|
eventEditorWorldsTitle: "- Worlds -"
|
||||||
|
effBlazeShoot: "Sound of a Blaze firing"
|
||||||
|
effBowFire: "Sound of a bow firing"
|
||||||
|
effClick1: "A click sound"
|
||||||
|
effClick2: "A different click sound"
|
||||||
|
effDoorToggle: "Sound of a door opening or closing"
|
||||||
|
effExtinguish: "Sound of fire being extinguished"
|
||||||
|
effGhastShoot: "Sound of a Ghast firing"
|
||||||
|
effGhastShriek: "Sound of a Ghast shrieking"
|
||||||
|
effZombieWood: "Sound of a Zombie chewing an iron door"
|
||||||
|
effZombieIron: "Sound of a Zombie chewing a wooden door"
|
||||||
|
effEnterName: "Enter an effect name to add it to the list, or enter 'cancel' to return"
|
||||||
|
cmdCancel: "cancel"
|
||||||
|
cmdAdd: "add"
|
||||||
|
cmdClear: "clear"
|
||||||
|
cmdNone: "none"
|
||||||
|
cmdDone: "done"
|
||||||
|
acceptQuest: "Accept Quest?"
|
||||||
|
enterAnOption: "Enter an option"
|
||||||
|
questAccepted: 'Quest accepted: <quest>'
|
||||||
|
currentQuest: "Current Quests:"
|
||||||
|
noMoreQuest: "No more quests available."
|
||||||
|
damage: "Damage"
|
||||||
|
break: "Break"
|
||||||
|
place: "Place"
|
||||||
|
use: "Use"
|
||||||
|
cut: "Cut"
|
||||||
|
catchFish: "Catch Fish"
|
||||||
|
enchantItem: "Enchant <item> with <enchantment>"
|
||||||
|
kill: "Kill"
|
||||||
|
killAtLocation: "Kill <mob> at <location>"
|
||||||
|
killPlayer: "Kill a Player"
|
||||||
|
deliver: "Deliver <item> to <npc>"
|
||||||
|
talkTo: "Talk to <npc>"
|
||||||
|
tame: "Tame"
|
||||||
|
shearSheep: "Shear <color> sheep"
|
||||||
|
goTo: "Go to <location>"
|
||||||
|
completed: "Completed"
|
||||||
|
redoCompleted: "(Completed)"
|
||||||
|
consoleError: "This command may only be performed in-game."
|
||||||
|
invalidSelection: "Invalid selection!"
|
||||||
|
noActiveQuest: "You do not currently have any active Quests."
|
||||||
|
speakTo: 'Start: Speak to <npc>'
|
||||||
|
mustSpeakTo: "You must speak to <npc> to start this Quest."
|
||||||
|
noCommandStart: "<quest> may not be started via command."
|
||||||
|
permissionDisplay: "Permission:"
|
||||||
|
heroesClass: "class"
|
||||||
|
mcMMOLevel: "level"
|
||||||
|
haveCompleted: "You have completed <quest>"
|
||||||
|
cannotComplete: "Cannot complete <quest>"
|
||||||
|
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."
|
||||||
|
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."
|
||||||
|
questInfoNoPerms: "You do not have permission to view a Quest's information."
|
||||||
|
questCmdNoPerms: "You do not have access to that command."
|
||||||
|
pageSelectionNum: "Page selection must be a number."
|
||||||
|
pageSelectionPosNum: "Page selection must be a positive number."
|
||||||
|
questListNoPerms: "You do not have permission to view the Quests list."
|
||||||
|
questTakeNoPerms: "You do not have permission to take Quests via commands."
|
||||||
|
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||||
|
questQuit: "You have quit <quest>"
|
||||||
|
questQuitNoPerms: "You do not have permission to quit Quests."
|
||||||
|
questQuitDisabled: "Quitting Quests has been disabled."
|
||||||
|
questEditorNoPerms: "You do not have permission to use the Quests Editor."
|
||||||
|
eventEditorNoPerms: "You do not have permission to use the Events Editor."
|
||||||
|
questsUnknownCommand: "Unknown Quests 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>."
|
||||||
|
questPurged: "<player> has been purged and blacklisted."
|
||||||
|
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."
|
||||||
|
enableNPCGUI: "<npc> will now provide a GUI Quest Display."
|
||||||
|
disableNPCGUI: "<npc> will no longer provide a GUI Quest Display."
|
||||||
|
invalidNumber: "Invalid number."
|
||||||
|
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||||
|
playerNotFound: "Player not found."
|
||||||
|
invalidStageNum: "Invalid stage number for Quest <quest>"
|
||||||
|
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||||
|
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."
|
||||||
|
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!"
|
||||||
|
journalNoQuests: "You have no accepted quests!"
|
||||||
|
journalDenied: "You cannot do that with your Quest Journal."
|
||||||
|
ENCHANTMENT_ARROW_DAMAGE: "Power"
|
||||||
|
ENCHANTMENT_ARROW_FIRE: "Flame"
|
||||||
|
ENCHANTMENT_ARROW_INFINITE: "Infinity"
|
||||||
|
ENCHANTMENT_ARROW_KNOCKBACK: "Punch"
|
||||||
|
ENCHANTMENT_BINDING_CURSE: "BindingCurse"
|
||||||
|
ENCHANTMENT_DAMAGE_ALL: "Sharpness"
|
||||||
|
ENCHANTMENT_DAMAGE_ARTHROPODS: "BaneOfArthropods"
|
||||||
|
ENCHANTMENT_DEPTH_STRIDER: "DepthStrider"
|
||||||
|
ENCHANTMENT_DAMAGE_UNDEAD: "Smite"
|
||||||
|
ENCHANTMENT_DIG_SPEED: "Efficiency"
|
||||||
|
ENCHANTMENT_DURABILITY: "Unbreaking"
|
||||||
|
ENCHANTMENT_FIRE_ASPECT: "FireAspect"
|
||||||
|
ENCHANTMENT_FROST_WALKER: "FrostWalker"
|
||||||
|
ENCHANTMENT_KNOCKBACK: "Knockback"
|
||||||
|
ENCHANTMENT_LOOT_BONUS_BLOCKS: "Fortune"
|
||||||
|
ENCHANTMENT_LOOT_BONUS_MOBS: "Looting"
|
||||||
|
ENCHANTMENT_LUCK: "LuckOfTheSea"
|
||||||
|
ENCHANTMENT_LURE: "Lure"
|
||||||
|
ENCHANTMENT_MENDING: "Mending"
|
||||||
|
ENCHANTMENT_OXYGEN: "Respiration"
|
||||||
|
ENCHANTMENT_PROTECTION_ENVIRONMENTAL: "Protection"
|
||||||
|
ENCHANTMENT_PROTECTION_EXPLOSIONS: "BlastProtection"
|
||||||
|
ENCHANTMENT_PROTECTION_FALL: "FeatherFalling"
|
||||||
|
ENCHANTMENT_PROTECTION_FIRE: "FireProtection"
|
||||||
|
ENCHANTMENT_PROTECTION_PROJECTILE: "ProjectileProtection"
|
||||||
|
ENCHANTMENT_SILK_TOUCH: "SilkTouch"
|
||||||
|
ENCHANTMENT_SWEEPING: "Sweeping"
|
||||||
|
ENCHANTMENT_THORNS: "Thorns"
|
||||||
|
ENCHANTMENT_VANISHING_CURSE: "VanishingCurse"
|
||||||
|
ENCHANTMENT_WATER_WORKER: "AquaAffinity"
|
||||||
|
COLOR_BLACK: "Black"
|
||||||
|
COLOR_BLUE: "Blue"
|
||||||
|
COLOR_BROWN: "Brown"
|
||||||
|
COLOR_CYAN: "Cyan"
|
||||||
|
COLOR_GRAY: "Gray"
|
||||||
|
COLOR_GREEN: "Green"
|
||||||
|
COLOR_LIGHT_BLUE: "LightBlue"
|
||||||
|
COLOR_LIME: "Lime"
|
||||||
|
COLOR_MAGENTA: "Magenta"
|
||||||
|
COLOR_ORANGE: "Orange"
|
||||||
|
COLOR_PINK: "Pink"
|
||||||
|
COLOR_PURPLE: "Purple"
|
||||||
|
COLOR_RED: "Red"
|
||||||
|
COLOR_SILVER: "Silver"
|
||||||
|
COLOR_WHITE: "White"
|
||||||
|
COLOR_YELLOW: "Yellow"
|
||||||
|
timeDay: "Day"
|
||||||
|
timeDays: "Days"
|
||||||
|
timeHour: "Hour"
|
||||||
|
timeHours: "Hours"
|
||||||
|
timeMinute: "Minute"
|
||||||
|
timeMinutes: "Minutes"
|
||||||
|
timeSecond: "Second"
|
||||||
|
timeSeconds: "Seconds"
|
||||||
|
timeMillisecond: "Millisecond"
|
||||||
|
timeMilliseconds: "Milliseconds"
|
||||||
|
event: "Event"
|
||||||
|
delay: "Delay"
|
||||||
|
save: "Save"
|
||||||
|
exit: "Exit"
|
||||||
|
exited: "Exited"
|
||||||
|
cancel: "Cancel"
|
||||||
|
cancelled: "Cancelled"
|
||||||
|
questTimeout: "Cancelled."
|
||||||
|
back: "Back"
|
||||||
|
yesWord: "Yes"
|
||||||
|
noWord: "No"
|
||||||
|
"true": "true"
|
||||||
|
"false": "false"
|
||||||
|
clear: "Clear"
|
||||||
|
edit: "Edit"
|
||||||
|
none: "None"
|
||||||
|
done: "Done"
|
||||||
|
comma: "comma"
|
||||||
|
finish: "Finish"
|
||||||
|
quit: "Quit"
|
||||||
|
noneSet: "None set"
|
||||||
|
noDelaySet: "No delay set"
|
||||||
|
noIdsSet: "No IDs set"
|
||||||
|
noNamesSet: "No names set"
|
||||||
|
worlds: "Worlds"
|
||||||
|
mobs: "Mobs"
|
||||||
|
points: "points"
|
||||||
|
invalidOption: "Invalid option!"
|
||||||
|
npcHint: 'Note: You can left or right click on NPC''s to get their ID.'
|
||||||
|
listDuplicate: "List contains duplicates!"
|
||||||
|
id: "ID"
|
||||||
|
quest: "Quest"
|
||||||
|
quests: "Quests"
|
||||||
|
createdBy: "Created by"
|
||||||
|
continuedBy: "and continued by"
|
||||||
|
questPoints: "Quest Points"
|
||||||
|
accepted: "Accepted"
|
||||||
|
complete: "Complete"
|
||||||
|
redoable: "Redoable"
|
||||||
|
usage: "Usage"
|
||||||
|
redoableEvery: "Redoable every <time>."
|
||||||
|
requirements: "Requirements"
|
||||||
|
money: "Money"
|
||||||
|
with: "With"
|
||||||
|
to: "to"
|
||||||
|
blocksWithin: "within <amount> blocks of"
|
||||||
|
valRequired: "Value required"
|
||||||
|
enchantedItem: "*Enchanted*"
|
||||||
|
experience: "Experience"
|
||||||
|
timerMessage: '<green>Time left to finish the quest/stage: <red>%s seconds'
|
||||||
|
timerStart: "<green>You have <red>%s seconds <green>to finish this quest/stage"
|
||||||
|
questErrorReadingFile: "Error reading Quests file."
|
||||||
|
questSaveError: "An error occurred while saving."
|
||||||
|
questBlacklisted: "You are blacklisted. Contact an admin if this is in error."
|
858
src/main/resources/lang/zh-CN/strings.yml
Normal file
858
src/main/resources/lang/zh-CN/strings.yml
Normal file
@ -0,0 +1,858 @@
|
|||||||
|
---
|
||||||
|
questFailed: "*QUEST FAILED MATEY*"
|
||||||
|
questMaxAllowed: "Ye may only have up t' <number> Quests."
|
||||||
|
questAlreadyOn: "Ye be already on that Quest!"
|
||||||
|
questTooEarly: "Ye may nah take <quest> again fer another <time>."
|
||||||
|
questAlreadyCompleted: "Ye 'ave already looted <quest>."
|
||||||
|
questInvalidLocation: "Ye may nah take <quest> at this location."
|
||||||
|
questInvalidDeliveryItem: "<item> ain't a required item fer this quest!"
|
||||||
|
questSelectedLocation: "Chosen spot"
|
||||||
|
questDisplayHelp: "-显示此帮助"
|
||||||
|
COMMAND_LIST: "列表"
|
||||||
|
COMMAND_LIST_HELP: "列表 [页] - 列出可用任务"
|
||||||
|
COMMAND_TAKE: "采取"
|
||||||
|
COMMAND_TAKE_HELP: "接受 [任务名称]"
|
||||||
|
COMMAND_TAKE_USAGE: '使用: /quests take [quest]'
|
||||||
|
COMMAND_QUIT: "quit"
|
||||||
|
COMMAND_QUIT_HELP: "quit [任务名] - 放弃任务"
|
||||||
|
COMMAND_EDITOR: "editor"
|
||||||
|
COMMAND_EDITOR_HELP: "editor - 创建/编辑任务"
|
||||||
|
COMMAND_EVENTS_EDITOR: "events"
|
||||||
|
COMMAND_EVENTS_EDITOR_HELP: "events - 创建/编辑事件"
|
||||||
|
COMMAND_STATS: "stats"
|
||||||
|
COMMAND_STATS_HELP: "stats - 查看任务状态"
|
||||||
|
COMMAND_TOP: "top"
|
||||||
|
COMMAND_TOP_HELP: "top [数] - 查看任务排行榜"
|
||||||
|
COMMAND_TOP_USAGE: '用法: /quests top [数]'
|
||||||
|
COMMAND_INFO: "info"
|
||||||
|
COMMAND_INFO_HELP: "info - 显示插件信息"
|
||||||
|
COMMAND_JOURNAL: "journal"
|
||||||
|
COMMAND_JOURNAL_HELP: "journal - 查看你的任务提示"
|
||||||
|
COMMAND_QUEST_HELP: "- 显示当前任务提示"
|
||||||
|
COMMAND_QUESTINFO_HELP: "[任务名] - 显示任务信息"
|
||||||
|
COMMAND_QUESTADMIN_HELP: "- 查看管理员任务帮助"
|
||||||
|
COMMAND_QUESTADMIN_STATS: "stats"
|
||||||
|
COMMAND_QUESTADMIN_STATS_HELP: "stats [玩家] - 查看某玩家的任务状态"
|
||||||
|
COMMAND_QUESTADMIN_GIVE: "give"
|
||||||
|
COMMAND_QUESTADMIN_GIVE_HELP: "give [玩家] [任务名] - 强制玩家接受任务"
|
||||||
|
COMMAND_QUESTADMIN_QUIT: "quit"
|
||||||
|
COMMAND_QUESTADMIN_QUIT_HELP: "quit [玩家] [任务名] - 强制玩家放弃任务"
|
||||||
|
COMMAND_QUESTADMIN_POINTS: "points"
|
||||||
|
COMMAND_QUESTADMIN_POINTS_HELP: "points [玩家] [任务点] - 设置玩家的任务点"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [玩家] [任务点] - 扣除玩家的任务点"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [玩家] [任务点] - 添加玩家的任务点"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [任务点] - 设置所有玩家的任务点"
|
||||||
|
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||||
|
COMMAND_QUESTADMIN_FINISH_HELP: "finish [玩家] [任务名] - 强制玩家立刻完成指定任务"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE: "nextstage"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "nextstage [玩家] [任务名] - 强制玩家的任务阶段立刻完成"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE: "setstage"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE_HELP: "setstage [玩家] [任务] [阶段] - 为玩家设置任务阶段"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE_USAGE: '用法: /questadmin setstage [玩家] [任务] [阶段]'
|
||||||
|
COMMAND_QUESTADMIN_PURGE: "purge"
|
||||||
|
COMMAND_QUESTADMIN_PURGE_HELP: "purge [玩家] - 清除玩家所有任务记录并将其加入黑名单"
|
||||||
|
COMMAND_QUESTADMIN_RESET: "reset"
|
||||||
|
COMMAND_QUESTADMIN_RESET_HELP: "reset [玩家] - 清除玩家所有任务记录"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE: "remove"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE_HELP: "remove [玩家] [任务名] - 移除玩家一个已经完成的任务"
|
||||||
|
COMMAND_QUESTADMIN_TOGGLEGUI: "togglegui"
|
||||||
|
COMMAND_QUESTADMIN_TOGGLEGUI_HELP: "togglegui [npc id] - 设置在NPC上显示GUI菜单任务"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD: "reload"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD_HELP: "reload - 重载所有任务"
|
||||||
|
questEditorHeader: "创建任务"
|
||||||
|
questEditorCreate: "创建新任务"
|
||||||
|
questEditorEdit: "编辑任务"
|
||||||
|
questEditorDelete: "删除任务"
|
||||||
|
questEditorName: "设置名称"
|
||||||
|
questEditorAskMessage: "Set ask message"
|
||||||
|
questEditorFinishMessage: "Set finish message"
|
||||||
|
questEditorRedoDelay: "Set redo delay"
|
||||||
|
questEditorNPCStart: "Set NPC start"
|
||||||
|
questEditorBlockStart: "Set Block start"
|
||||||
|
questEditorInitialEvent: "Set initial Event"
|
||||||
|
questEditorSetGUI: "Set GUI Item display"
|
||||||
|
questEditorReqs: "Edit Requirements"
|
||||||
|
questEditorStages: "Edit Stages"
|
||||||
|
questEditorRews: "Edit Rewards"
|
||||||
|
questEditorEnterQuestName: "Enter Quest name (or 'cancel' to return)"
|
||||||
|
questEditorEditEnterQuestName: "Enter Quest name to edit (or 'cancel' to return)"
|
||||||
|
questEditorEnterAskMessage: "Enter ask message (or 'cancel' to return)"
|
||||||
|
questEditorEnterFinishMessage: "Enter finish message (or 'cancel' to return)"
|
||||||
|
questEditorEnterRedoDelay: "Enter amount of time (in seconds), 0 to clear the redo delay or -1 to cancel"
|
||||||
|
questEditorEnterNPCStart: "Enter NPC ID, -1 to clear the NPC start or -2 to cancel"
|
||||||
|
questEditorEnterBlockStart: "Right-click on a block to use as a start point, then enter 'done' to save, or enter 'clear' to clear the block start, or 'cancel' to return"
|
||||||
|
questEditorEnterInitialEvent: "Enter an Event name, or enter 'clear' to clear the initial Event, or 'cancel' to return"
|
||||||
|
questRequiredNoneSet: "Required, none set"
|
||||||
|
questWGSetRegion: "Set Region"
|
||||||
|
questWGNotInstalled: "WorldGuard not installed"
|
||||||
|
questWGPrompt: "Enter WorldGuard region, or enter 'clear' to clear the region, or 'cancel' to return."
|
||||||
|
questWGInvalidRegion: "<region> is not a valid WorldGuard region!"
|
||||||
|
questWGRegionCleared: "Quest region cleared."
|
||||||
|
questCitNotInstalled: "Citizens not installed"
|
||||||
|
questDenNotInstalled: "Denizen not installed"
|
||||||
|
questGUIError: 'Error: That item is already being used as the GUI Display for the Quest <quest>.'
|
||||||
|
questCurrentItem: "Current item:"
|
||||||
|
questSetItem: "Set Item"
|
||||||
|
questClearItem: "Clear Item"
|
||||||
|
questGUICleared: "任务GUI物品显示已清除"
|
||||||
|
questDeleted: "任务已删除! 任务和事件已经重载."
|
||||||
|
questEditorNameExists: "已经有任务使用了这个名字!"
|
||||||
|
questEditorBeingEdited: "已经有其他管理员正在创建/编辑那个名字的任务了!"
|
||||||
|
questEditorInvalidQuestName: "任务名字中包含非法字符!"
|
||||||
|
questEditorInvalidEventName: "事件名非法!"
|
||||||
|
questEditorInvalidNPC: "NPC不存在!"
|
||||||
|
questEditorNoStartBlockSelected: "你必须先选择一个方块."
|
||||||
|
questEditorPositiveAmount: "这个数字必须是一个正数."
|
||||||
|
questEditorQuestAsRequirement1: "这个任务拥有"
|
||||||
|
questEditorQuestAsRequirement2: "作为需求:"
|
||||||
|
questEditorQuestAsRequirement3: "你必须编辑这些任务 使得他们在删除前不会使用它们."
|
||||||
|
questEditorQuestNotFound: "任务未找到!"
|
||||||
|
questEditorEventCleared: "事件已清除."
|
||||||
|
questEditorSave: "完成并保存"
|
||||||
|
questEditorNeedAskMessage: "你必须设置任务描述语!"
|
||||||
|
questEditorNeedFinishMessage: "你必须设置结束语!"
|
||||||
|
questEditorNeedStages: "你的任务没有阶段!"
|
||||||
|
questEditorSaved: "Quest saved! (Ye will needs t' perform a Quest reload fer it t' appear)"
|
||||||
|
questEditorExited: "Are ye sure ye wants t' exit without savin'?"
|
||||||
|
questEditorDeleted: "Are ye sure ye wants t' scuttle th' Quest"
|
||||||
|
questEditorNoPermsCreate: "Ye do nah 'ave permission t' create Quests."
|
||||||
|
questEditorNoPermsEdit: "Ye do nah 'ave permission t' edit Quests."
|
||||||
|
questEditorNoPermsDelete: "Ye do nah 'ave permission t' scuttle Quests."
|
||||||
|
stageEditorEditStage: "编辑阶段"
|
||||||
|
stageEditorNewStage: "添加新阶段"
|
||||||
|
stageEditorStages: "阶段"
|
||||||
|
stageEditorStage: "阶段"
|
||||||
|
stageEditorBreakBlocks: "破坏方块"
|
||||||
|
stageEditorDamageBlocks: "撸方块"
|
||||||
|
stageEditorPlaceBlocks: "放置方块"
|
||||||
|
stageEditorUseBlocks: "使用方块"
|
||||||
|
stageEditorCutBlocks: "剪切方块"
|
||||||
|
stageEditorCatchFish: "捕鱼"
|
||||||
|
stageEditorFish: "鱼"
|
||||||
|
stageEditorKillPlayers: "击杀玩家"
|
||||||
|
stageEditorPlayers: "玩家"
|
||||||
|
stageEditorEnchantItems: "附魔物品"
|
||||||
|
stageEditorDeliverItems: "转交物品"
|
||||||
|
stageEditorTalkToNPCs: "与NPC交谈"
|
||||||
|
stageEditorKillNPCs: "杀死NPC"
|
||||||
|
stageEditorKillMobs: "杀死怪物"
|
||||||
|
stageEditorReachLocs: "Reach spots"
|
||||||
|
stageEditorReachRadii1: "到达位置半径"
|
||||||
|
stageEditorReachRadii2: "方块内的点"
|
||||||
|
stageEditorTameMobs: "驯服怪物"
|
||||||
|
stageEditorShearSheep: "剪羊毛"
|
||||||
|
stageEditorEvents: "事件"
|
||||||
|
stageEditorStageEvents: "\n阶段事件"
|
||||||
|
stageEditorStartEvent: "Start Event"
|
||||||
|
stageEditorStartEventCleared: "Start Event cleared."
|
||||||
|
stageEditorFinishEvent: "Finish Event"
|
||||||
|
stageEditorFinishEventCleared: "Finish Event cleared."
|
||||||
|
stageEditorChatEvents: "Chat Events"
|
||||||
|
stageEditorChatTrigger: "Chat Trigger"
|
||||||
|
stageEditorTriggeredBy: "Triggered by"
|
||||||
|
stageEditorChatEventsCleared: "Chat Events cleared."
|
||||||
|
stageEditorDeathEvent: "Death Event"
|
||||||
|
stageEditorDeathEventCleared: "Death Event cleared."
|
||||||
|
stageEditorDisconnectEvent: "Disconnect Event"
|
||||||
|
stageEditorDisconnectEventCleared: "Disconnect Event cleared."
|
||||||
|
stageEditorDelayMessage: "Delay Message"
|
||||||
|
stageEditorDenizenScript: "Denizen Script"
|
||||||
|
stageEditorStartMessage: "Start Message"
|
||||||
|
stageEditorCompleteMessage: "Complete Message"
|
||||||
|
stageEditorDelete: "Delete Stage"
|
||||||
|
stageEditorSetBlockNames: "Set block names"
|
||||||
|
stageEditorSetBlockAmounts: "Set block amounts"
|
||||||
|
stageEditorSetBlockDurability: "Set block durability"
|
||||||
|
stageEditorSetDamageAmounts: "Set damage amounts"
|
||||||
|
stageEditorSetPlaceAmounts: "Set place amounts"
|
||||||
|
stageEditorSetUseAmounts: "Set use amounts"
|
||||||
|
stageEditorSetCutAmounts: "Set cut amounts"
|
||||||
|
stageEditorSetKillAmounts: "Set kill amounts"
|
||||||
|
stageEditorSetEnchantAmounts: "Set enchant amounts"
|
||||||
|
stageEditorSetMobAmounts: "Set mob amounts"
|
||||||
|
stageEditorSetEnchantments: "Set enchantments"
|
||||||
|
stageEditorSetItemNames: "Set item names"
|
||||||
|
stageEditorSetKillIds: "Set NPC IDs"
|
||||||
|
stageEditorSetMobTypes: "Set mob types"
|
||||||
|
stageEditorSetKillLocations: "Set kill locations"
|
||||||
|
stageEditorSetKillLocationRadii: "Set kill location radii"
|
||||||
|
stageEditorSetKillLocationNames: "Set kill location names"
|
||||||
|
stageEditorSetLocations: "Set locations"
|
||||||
|
stageEditorSetLocationRadii: "Set location radii"
|
||||||
|
stageEditorSetLocationNames: "Set location names"
|
||||||
|
stageEditorSetTameAmounts: "Set tame amounts"
|
||||||
|
stageEditorSetShearColors: "Set sheep colors"
|
||||||
|
stageEditorSetShearAmounts: "Set shear amounts"
|
||||||
|
stageEditorPassword: "Password Objectives"
|
||||||
|
stageEditorAddPasswordDisplay: "Add password display"
|
||||||
|
stageEditorAddPasswordPhrases: "Add password phrase(s)"
|
||||||
|
stageEditorNoPasswordDisplays: "No password displays set"
|
||||||
|
stageObjectiveOverride: "Objective Display Override"
|
||||||
|
stageEditorCustom: "Custom Objectives"
|
||||||
|
stageEditorNoModules: "No modules loaded"
|
||||||
|
stageEditorModuleNotFound: "Custom objective module not found."
|
||||||
|
stageEditorCustomPrompt: "Enter the name of a custom objective to add, or enter 'clear' to clear all custom objectives, or 'cancel' to return."
|
||||||
|
stageEditorCustomAlreadyAdded: "That custom objective has already been added!"
|
||||||
|
stageEditorCustomCleared: "Custom objectives cleared."
|
||||||
|
stageEditorCustomDataPrompt: "Enter value for <data>:"
|
||||||
|
stageEditorEnterBlockNames: "Enter block names (or IDs), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorBreakBlocksPrompt: "Enter break amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorDamageBlocksPrompt: "Enter damage amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorPlaceBlocksPrompt: "Enter place amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorUseBlocksPrompt: "Enter use amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorCutBlocksPrompt: "Enter cut amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorEnterBlockDurability: "Enter block durability (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorCatchFishPrompt: "Enter number of fish to catch, or 0 to clear the fish catch objective, or -1 to cancel"
|
||||||
|
stageEditorKillPlayerPrompt: "Enter number of players to kill, or 0 to clear the player kill objective, or -1 to cancel"
|
||||||
|
stageEditorEnchantTypePrompt: "Enter enchantment names, separating each one by a comma, or enter 'cancel' to return."
|
||||||
|
stageEditorEnchantAmountsPrompt: "Enter enchant amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorItemNamesPrompt: "Enter item names, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorNPCPrompt: "Enter NPC ids, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorNPCToTalkToPrompt: "Enter NPC IDs, separating each one by a space, or enter 'clear' to clear the NPC ID list, or 'cancel' to return."
|
||||||
|
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
||||||
|
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorMobAmountsPrompt: "Enter mob amounts separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationPrompt: "Right-click on a block t' select it, then enter 'add' t' add it t' th' kill spot list, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationRadiiPrompt: "Enter kill spot radii (number o' blocks) separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||||
|
stageEditorTameAmountsPrompt: "Enter tame amounts separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorShearColorsPrompt: "Enter sheep colors separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorShearAmountsPrompt: "Enter shear amounts separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorEventsPrompt: "Enter an event name, or enter 'clear' to clear the event, or 'cancel' to return"
|
||||||
|
stageEditorChatEventsPrompt: "Enter an event name to add, or enter 'clear' to clear all chat events, or 'cancel' to return"
|
||||||
|
stageEditorChatEventsTriggerPromptA: "Enter a chat trigger for"
|
||||||
|
stageEditorChatEventsTriggerPromptB: "or enter 'cancel' to return."
|
||||||
|
stageEditorDelayPrompt: "Enter time (in seconds), or enter 'clear' to clear the delay, or 'cancel' to return"
|
||||||
|
stageEditorDelayMessagePrompt: "Enter delay message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorScriptPrompt: "Enter script name, or enter 'clear' to clear the script, or 'cancel' to return"
|
||||||
|
stageEditorStartMessagePrompt: "Enter start message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorCompleteMessagePrompt: "Enter complete message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorPasswordDisplayPrompt: "Enter a password display, or 'cancel' to return"
|
||||||
|
stageEditorPasswordDisplayHint: "(This is the text that will be displayed to the player as their objective)"
|
||||||
|
stageEditorPasswordPhrasePrompt: "Enter a password phrase, or 'cancel' to return"
|
||||||
|
stageEditorPasswordPhraseHint1: "(This is the text that a player has to say to complete the objective)"
|
||||||
|
stageEditorPasswordPhraseHint2: "If you want multiple password phrases, seperate them by a | (pipe)"
|
||||||
|
stageEditorObjectiveOverridePrompt: "Enter objective display override, or 'clear' to clear the override, or 'cancel' to return."
|
||||||
|
stageEditorObjectiveOverrideHint: "(The objective display override will show up as the players current objective)"
|
||||||
|
stageEditorObjectiveOverrideCleared: "Objective display override cleared."
|
||||||
|
stageEditorDeliveryAddItem: "Add item"
|
||||||
|
stageEditorDeliveryNPCs: "Set NPC IDs"
|
||||||
|
stageEditorDeliveryMessages: "Set delivery messages"
|
||||||
|
stageEditorContainsDuplicates: "List contains duplicates!"
|
||||||
|
stageEditorInvalidBlockName: "is not a valid block name!"
|
||||||
|
stageEditorInvalidEnchantment: "is not a valid enchantment name!"
|
||||||
|
stageEditorInvalidNPC: "is not a valid NPC ID!"
|
||||||
|
stageEditorInvalidMob: "is not a valid mob name!"
|
||||||
|
stageEditorInvalidItemName: "is not a valid item name!"
|
||||||
|
stageEditorInvalidNumber: "is not a number!"
|
||||||
|
stageEditorInvalidDye: "is not a valid dye color!"
|
||||||
|
stageEditorInvalidEvent: "is not a valid event name!"
|
||||||
|
stageEditorDuplicateEvent: "Event is already in the list!"
|
||||||
|
stageEditorInvalidDelay: "Delay must be at least one second!"
|
||||||
|
stageEditorInvalidScript: "Denizen script not found!"
|
||||||
|
stageEditorNoCitizens: "Citizens is not installed!"
|
||||||
|
stageEditorNoDenizen: "Denizen is not installed!"
|
||||||
|
stageEditorPositiveAmount: "You must enter a positive number!"
|
||||||
|
stageEditorNoNumber: "Input was not a number!"
|
||||||
|
stageEditorNotGreaterThanZero: "is not greater than 0!"
|
||||||
|
stageEditorNotListofNumbers: "Invalid entry, input was not a list of numbers!"
|
||||||
|
stageEditorNoDelaySet: "You must set a delay first!"
|
||||||
|
stageEditorNoBlockNames: "You must set block names first!"
|
||||||
|
stageEditorNoEnchantments: "You must set enchantments first!"
|
||||||
|
stageEditorNoItems: "You must add items first!"
|
||||||
|
stageEditorNoDeliveryMessage: "You must set at least one delivery message!"
|
||||||
|
stageEditorNoNPCs: "You must set NPC IDs first!"
|
||||||
|
stageEditorNoMobTypes: "You must set mob types first!"
|
||||||
|
stageEditorNoKillLocations: "You must set kill locations first!"
|
||||||
|
stageEditorNoBlockSelected: "You must select a block first."
|
||||||
|
stageEditorNoColors: "You must set colors first!"
|
||||||
|
stageEditorNoLocations: "You must set locations first!"
|
||||||
|
stageEditorNoEnchantmentsSet: "No enchantments set"
|
||||||
|
stageEditorNoItemsSet: "No items set"
|
||||||
|
stageEditorNoMobTypesSet: "No mob types set"
|
||||||
|
stageEditorNoLocationsSet: "No locations set"
|
||||||
|
stageEditorNoColorsSet: "No colors set"
|
||||||
|
stageEditorListNotSameSize: "The block names list and the amounts list are not the same size!"
|
||||||
|
stageEditorEnchantmentNotSameSize: "The enchantments list, the item id list and the enchant amount list are not the same size!"
|
||||||
|
stageEditorDeliveriesNotSameSize: "The item list and the NPC list are not equal in size!"
|
||||||
|
stageEditorNPCKillsNotSameSize: "The NPC IDs list and the kill amounts list are not the same size!"
|
||||||
|
stageEditorAllListsNotSameSize: "All of your lists are not the same size!"
|
||||||
|
stageEditorMobTypesNotSameSize: "The mob types list and the mob amounts list are not the same size!"
|
||||||
|
stageEditorTameMobsNotSameSize: "The mob types list and the tame amounts list are not the same size!"
|
||||||
|
stageEditorShearNotSameSize: "The sheep colors list and the shear amounts list are not the same size!"
|
||||||
|
stageEditorMustSetPasswordDisplays: "You must add at least one password display first!"
|
||||||
|
stageEditorAddPasswordCleared: "Password Objectives cleared."
|
||||||
|
stageEditorPasswordNotSameSize: "The password display and password phrase lists are not the same size!"
|
||||||
|
stageEditorListContainsDuplicates: " List contains duplicates!"
|
||||||
|
stageEditorDelayCleared: "Delay cleared."
|
||||||
|
stageEditorDelayMessageCleared: "Delay message cleared."
|
||||||
|
stageEditorDenizenCleared: "Denizen script cleared."
|
||||||
|
stageEditorBreakBlocksCleared: "Break blocks objective cleared."
|
||||||
|
stageEditorDamageBlocksCleared: "Damage blocks objective cleared."
|
||||||
|
stageEditorPlaceBlocksCleared: "Place blocks objective cleared."
|
||||||
|
stageEditorUseBlocksCleared: "Use blocks objective cleared."
|
||||||
|
stageEditorCutBlocksCleared: "Cut blocks objective cleared."
|
||||||
|
stageEditorEnchantmentsCleared: "Enchantment objective cleared."
|
||||||
|
stageEditorDeliveriesCleared: "Delivery objective cleared."
|
||||||
|
stageEditorReachLocationsCleared: "Reach Locations objective cleared."
|
||||||
|
stageEditorKillNPCsCleared: "Kill NPCs objective cleared."
|
||||||
|
stageEditorKillMobsCleared: "Kill Mobs objective cleared."
|
||||||
|
stageEditorTameCleared: "Tame Mobs objective cleared."
|
||||||
|
stageEditorShearCleared: "Shear Sheep objective cleared."
|
||||||
|
stageEditorStartMessageCleared: "Start message cleared."
|
||||||
|
stageEditorCompleteMessageCleared: "Complete message cleared."
|
||||||
|
stageEditorConfirmStageDelete: "Are you sure you want to delete this stage?"
|
||||||
|
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"
|
||||||
|
allListsNotSameSize: "All of your lists are not the same size!"
|
||||||
|
eventEditorCreate: "Create new Event"
|
||||||
|
eventEditorEdit: "Edit an Event"
|
||||||
|
eventEditorDelete: "Delete an Event"
|
||||||
|
eventEditorCreatePermisssions: "You do not have permission to create new Events."
|
||||||
|
eventEditorEditPermisssions: "You do not have permission to edit Events."
|
||||||
|
eventEditorDeletePermisssions: "You do not have permission to delete Events."
|
||||||
|
eventEditorNoneToEdit: "No Events currently exist to be edited!"
|
||||||
|
eventEditorNoneToDelete: "No Events currently exist to be deleted!"
|
||||||
|
eventEditorNotFound: "Event not found!"
|
||||||
|
eventEditorExists: "Event already exists!"
|
||||||
|
eventEditorSomeone: "Someone is already creating or editing an Event with that name!"
|
||||||
|
eventEditorAlpha: "Name must be alphanumeric!"
|
||||||
|
eventEditorErrorReadingFile: "Error reading Events file."
|
||||||
|
eventEditorErrorSaving: "An error occurred while saving."
|
||||||
|
eventEditorDeleted: "Event deleted, Quests and Events reloaded."
|
||||||
|
eventEditorSaved: "Event saved, Quests and Events reloaded."
|
||||||
|
eventEditorEnterEventName: "Enter an Event name, or 'cancel' to return."
|
||||||
|
eventEditorDeletePrompt: "Are you sure you want to delete the Event"
|
||||||
|
eventEditorQuitWithoutSaving: "Are you sure you want to quit without saving?"
|
||||||
|
eventEditorFinishAndSave: "Are you sure you want to finish and save the Event"
|
||||||
|
eventEditorModifiedNote: 'Note: You have modified an Event that the following Quests use:'
|
||||||
|
eventEditorForcedToQuit: "If you save the Event, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||||
|
eventEditorEventInUse: "The following Quests use the Event"
|
||||||
|
eventEditorMustModifyQuests: "eventEditorNotFound"
|
||||||
|
eventEditorListSizeMismatch: "The lists are not the same size!"
|
||||||
|
eventEditorListDuplicates: "List contains duplicates!"
|
||||||
|
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||||
|
eventEditorInvalidEntry: "Invalid entry"
|
||||||
|
eventEditorSetName: "Set name"
|
||||||
|
eventEditorSetMessage: "Set message"
|
||||||
|
eventEditorClearInv: "Clear player inventory"
|
||||||
|
eventEditorFailQuest: "Fail the quest"
|
||||||
|
eventEditorSetExplosions: "Set explosion locations"
|
||||||
|
eventEditorSetLightning: "Set lightning strike locations"
|
||||||
|
eventEditorSetEffects: "Set effects"
|
||||||
|
eventEditorSetStorm: "Set storm"
|
||||||
|
eventEditorSetThunder: "Set thunder"
|
||||||
|
eventEditorSetMobSpawns: "Set mob spawns"
|
||||||
|
eventEditorSetPotionEffects: "Set potion effects"
|
||||||
|
eventEditorSetHunger: "Set player hunger level"
|
||||||
|
eventEditorSetSaturation: "Set player saturation level"
|
||||||
|
eventEditorSetHealth: "Set player health level"
|
||||||
|
eventEditorEnterTimerSeconds: "Set number of seconds left before the quest fails (use cancel-timer event to cancel timers)"
|
||||||
|
eventEditorSetTimer: "Set time to fail quest"
|
||||||
|
eventEditorCancelTimer: "Cancel the quest timer"
|
||||||
|
eventEditorSetTeleport: "Set player teleport location"
|
||||||
|
eventEditorSetCommands: "Set commands to execute"
|
||||||
|
eventEditorItems: "Event Items"
|
||||||
|
eventEditorSetItems: "Give items"
|
||||||
|
eventEditorItemsCleared: "Event items cleared."
|
||||||
|
eventEditorAddItem: "Add item"
|
||||||
|
eventEditorSetItemNames: "Set item names"
|
||||||
|
eventEditorSetItemAmounts: "Set item amounts"
|
||||||
|
eventEditorNoNames: "No names set"
|
||||||
|
eventEditorMustSetNames: "You must set item names first!"
|
||||||
|
eventEditorInvalidName: "is not a valid item name!"
|
||||||
|
eventEditorNotGreaterThanZero: "is not greater than 0!"
|
||||||
|
eventEditorNotANumber: "is not a number!"
|
||||||
|
eventEditorStorm: "Event Storm"
|
||||||
|
eventEditorSetWorld: "Set world"
|
||||||
|
eventEditorSetDuration: "Set duration"
|
||||||
|
eventEditorNoWorld: "(No world set)"
|
||||||
|
eventEditorSetWorldFirst: "You must set a world first!"
|
||||||
|
eventEditorInvalidWorld: "is not a valid world name!"
|
||||||
|
eventEditorMustSetStormDuration: "You must set a storm duration!"
|
||||||
|
eventEditorStormCleared: "Storm data cleared."
|
||||||
|
eventEditorEnterStormWorld: "Enter a world name for the storm to occur in, or enter 'cancel' to return"
|
||||||
|
eventEditorEnterDuration: "Enter duration (in seconds)"
|
||||||
|
eventEditorAtLeastOneSecond: "Amount must be at least 1 second!"
|
||||||
|
eventEditorNotGreaterThanOneSecond: "is not greater than 1 second!"
|
||||||
|
eventEditorThunder: "Event Thunder"
|
||||||
|
eventEditorMustSetThunderDuration: "You must set a thunder duration!"
|
||||||
|
eventEditorThunderCleared: "Thunder data cleared."
|
||||||
|
eventEditorEnterThunderWorld: "Enter a world name for the thunder to occur in, or enter 'cancel' to return"
|
||||||
|
eventEditorEffects: "Event Effects"
|
||||||
|
eventEditorAddEffect: "Add effect"
|
||||||
|
eventEditorAddEffectLocation: "Add effect location"
|
||||||
|
eventEditorNoEffects: "No effects set"
|
||||||
|
eventEditorMustAddEffects: "You must add effects first!"
|
||||||
|
eventEditorInvalidEffect: "is not a valid effect name!"
|
||||||
|
eventEditorEffectsCleared: "Event effects cleared."
|
||||||
|
eventEditorEffectLocationPrompt: "Right-click on a block to play an effect at, then enter 'add' to add it to the list, or enter 'cancel' to return"
|
||||||
|
eventEditorMobSpawns: "Event Mob Spawns"
|
||||||
|
eventEditorAddMobTypes: "Add mob"
|
||||||
|
eventEditorNoTypesSet: "(No type set)"
|
||||||
|
eventEditorMustSetMobTypesFirst: "You must set the mob type first!"
|
||||||
|
eventEditorSetMobAmounts: "Set mob amount"
|
||||||
|
eventEditorNoAmountsSet: "(No amounts set)"
|
||||||
|
eventEditorMustSetMobAmountsFirst: "You must set mob amount first!"
|
||||||
|
eventEditorAddSpawnLocation: "Set spawn location"
|
||||||
|
eventEditorMobSpawnsCleared: "Mob spawns cleared."
|
||||||
|
eventEditorMustSetMobLocationFirst: "You must set a spawn-location first!"
|
||||||
|
eventEditorInvalidMob: "is not a valid mob name!"
|
||||||
|
eventEditorSetMobName: "Set custom name for mob"
|
||||||
|
eventEditorSetMobType: "Set mob type"
|
||||||
|
eventEditorSetMobItemInHand: "Set item in hand"
|
||||||
|
eventEditorSetMobItemInHandDrop: "Set drop chance of item in hand"
|
||||||
|
eventEditorSetMobBoots: "Set boots"
|
||||||
|
eventEditorSetMobBootsDrop: "Set drop chance of boots"
|
||||||
|
eventEditorSetMobLeggings: "Set leggings"
|
||||||
|
eventEditorSetMobLeggingsDrop: "Set drop chance of leggings"
|
||||||
|
eventEditorSetMobChestPlate: "Set chest plate"
|
||||||
|
eventEditorSetMobChestPlateDrop: "Set drop chance of chest plate"
|
||||||
|
eventEditorSetMobHelmet: "Set helmet"
|
||||||
|
eventEditorSetMobHelmetDrop: "Set drop chance of helmet"
|
||||||
|
eventEditorSetMobSpawnLoc: "Right-click on a block to spawn a mob at, then enter 'add' to the confirm it, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobSpawnAmount: "Set the amount of mobs to spawn"
|
||||||
|
eventEditorSetDropChance: "Set the drop chance"
|
||||||
|
eventEditorInvalidDropChance: "Drop chance has to be between 0.0 and 1.0"
|
||||||
|
eventEditorLightningPrompt: "Right-click on a block to spawn a lightning strike at, then enter 'add' to add it to the list, or enter 'clear' to clear the locations list, or 'cancel' to return"
|
||||||
|
eventEditorPotionEffects: "Event Potion Effects"
|
||||||
|
eventEditorSetPotionEffectTypes: "Set potion effect types"
|
||||||
|
eventEditorMustSetPotionTypesFirst: "You must set potion effect types first!"
|
||||||
|
eventEditorSetPotionDurations: "Set potion effect durations"
|
||||||
|
eventEditorMustSetPotionDurationsFirst: "You must set potion effect durations first!"
|
||||||
|
eventEditorMustSetPotionTypesAndDurationsFirst: "You must set potion effect types and durations first!"
|
||||||
|
eventEditorNoDurationsSet: "(No durations set)"
|
||||||
|
eventEditorSetPotionMagnitudes: "Set potion effect magnitudes"
|
||||||
|
eventEditorPotionsCleared: "Potion effects cleared."
|
||||||
|
eventEditorInvalidPotionType: "is not a valid potion effect type!"
|
||||||
|
eventEditorEnterNPCId: "Enter NPC ID (or -1 to return)"
|
||||||
|
eventEditorNoNPCExists: "No NPC exists with that id!"
|
||||||
|
eventEditorExplosionPrompt: "Right-click on a block to spawn an explosion at, then enter 'add' to add it to the list, or enter 'clear' to clear the explosions list, or 'cancel' to return"
|
||||||
|
eventEditorSelectBlockFirst: "You must select a block first."
|
||||||
|
eventEditorSetMessagePrompt: "Enter message, or enter 'none' to delete, (or 'cancel' to return)"
|
||||||
|
eventEditorSetItemNamesPrompt: "Enter item names separating each one by a space, or enter 'cancel' to return."
|
||||||
|
eventEditorSetItemAmountsPrompt: "Enter item amounts (numbers) separating each one by a space, or enter 'cancel' to return."
|
||||||
|
eventEditorSetMobTypesPrompt: "Enter mob name, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobAmountsPrompt: "Enter mob amount, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobNamePrompt: "Set the name for this mob, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the mob spawn location list, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionEffectsPrompt: "Enter potion effect types separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionDurationsPrompt: "Enter effect durations (in milliseconds) separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetHungerPrompt: "Enter hunger level, or -1 to remove it"
|
||||||
|
eventEditorHungerLevelAtLeastZero: "Hunger level must be at least 0!"
|
||||||
|
eventEditorSetSaturationPrompt: "Enter saturation level, or -1 to remove it"
|
||||||
|
eventEditorSaturationLevelAtLeastZero: "Saturation level must be at least 0!"
|
||||||
|
eventEditorSetHealthPrompt: "Enter health level, or -1 to remove it"
|
||||||
|
eventEditorHealthLevelAtLeastZero: "Health level must be at least 0!"
|
||||||
|
eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to, then enter 'done' to finish, or enter 'clear' to clear the teleport location, or 'cancel' to return"
|
||||||
|
eventEditorCommandsNote: 'Note: You may use <player> to refer to the player''s name.'
|
||||||
|
eventEditorSetCommandsPrompt: "Enter commands separating each one by a comma, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
reqSetMoney: "Set money requirement"
|
||||||
|
reqSetQuestPoints: "Set Quest Points requirement"
|
||||||
|
reqSetItem: "Set item requirements"
|
||||||
|
reqSetPerms: "Set permission requirements"
|
||||||
|
reqSetQuest: "Set Quest requirements"
|
||||||
|
reqSetQuestBlocks: "Set Quest blocks"
|
||||||
|
reqSetMcMMO: "Set mcMMO requirements"
|
||||||
|
reqSetHeroes: "Set Heroes requirements"
|
||||||
|
reqSetCustom: "Custom requirements"
|
||||||
|
reqSetFail: "Set fail requirements message"
|
||||||
|
reqSetSkills: "Set skills"
|
||||||
|
reqSetSkillAmounts: "Set skill amounts"
|
||||||
|
reqHeroesSetPrimary: "Set Primary Class"
|
||||||
|
reqHeroesSetSecondary: "Set Secondary Class"
|
||||||
|
reqMoneyPrompt: "Enter amount of <money>, or 0 to clear the money requirement, or -1 to cancel"
|
||||||
|
reqQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point requirement, or -1 to cancel"
|
||||||
|
reqQuestPrompt: "Enter a list of Quest names separating each one by a <comma>, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqRemoveItemsPrompt: "Enter a list of true/false values, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
reqPermissionsPrompt: "Enter permission requirements separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
reqCustomPrompt: "Enter the name of a custom requirement to add, or enter 'clear' to clear all custom requirements, or 'cancel' to return."
|
||||||
|
reqMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqMcMMOAmountsPrompt: "Enter mcMMO skill amounts, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqHeroesPrimaryPrompt: "Enter a Heroes Primary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||||
|
reqHeroesSecondaryPrompt: "Enter a Heroes Secondary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||||
|
reqFailMessagePrompt: "Enter fail requirements message, or enter 'cancel' to return."
|
||||||
|
reqAddItem: "Add item"
|
||||||
|
reqSetRemoveItems: "Set remove items"
|
||||||
|
reqNoItemsSet: "No items set"
|
||||||
|
reqNoValuesSet: "No values set"
|
||||||
|
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||||
|
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||||
|
reqGreaterThanZero: "Amount must be greater than 0!"
|
||||||
|
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||||
|
reqItemCleared: "Item requirements cleared."
|
||||||
|
reqListsNotSameSize: "The items list and remove items list are not the same size!"
|
||||||
|
reqTrueFalseError: '<input> is not a true or false value!%br%Example: true false true true'
|
||||||
|
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||||
|
reqCustomNotFound: "Custom requirement module not found."
|
||||||
|
reqCustomCleared: "Custom requirements cleared."
|
||||||
|
reqMcMMOError: "<input> is not an mcMMO skill name!"
|
||||||
|
reqMcMMOCleared: "mcMMO skill requirements cleared."
|
||||||
|
reqMcMMOAmountsCleared: "mcMMO skill amount requirements cleared."
|
||||||
|
reqHeroesNotPrimary: "The <class> class is not primary!"
|
||||||
|
reqHeroesPrimaryCleared: "Heroes Primary Class requirement cleared."
|
||||||
|
reqHeroesNotSecondary: "The <class> class is not secondary!"
|
||||||
|
reqHeroesSecondaryCleared: "Heroes Secondary Class requirement cleared."
|
||||||
|
reqHeroesClassNotFound: "Class not found!"
|
||||||
|
reqNone: "No requirements set"
|
||||||
|
reqNotANumber: "<input> is not a number!"
|
||||||
|
reqMustAddItem: "You must add at least one item first!"
|
||||||
|
reqNoMessage: "You must set a fail requirements message!"
|
||||||
|
reqNoMcMMO: "mcMMO not installed"
|
||||||
|
reqNoHeroes: "Heroes not installed"
|
||||||
|
rewSetMoney: "Set money reward"
|
||||||
|
rewSetQuestPoints: "Set Quest Points reward"
|
||||||
|
rewSetItems: "Set item rewards"
|
||||||
|
rewSetExperience: "Set experience reward"
|
||||||
|
rewSetCommands: "Set command rewards"
|
||||||
|
rewSetPermission: "Set permission rewards"
|
||||||
|
rewSetMcMMO: "Set mcMMO skill rewards"
|
||||||
|
rewSetHeroes: "Set Heroes experience rewards"
|
||||||
|
rewSetPhat: "Set PhatLoot rewards"
|
||||||
|
rewSetCustom: "Set Custom Rewards"
|
||||||
|
rewSetHeroesClasses: "Set classes"
|
||||||
|
rewSetHeroesAmounts: "Set experience amounts"
|
||||||
|
rewMoneyPrompt: "Enter amount of <money>, or 0 to clear the money reward, or -1 to cancel"
|
||||||
|
rewExperiencePrompt: "Enter amount of experience, or 0 to clear the experience reward, or -1 to cancel"
|
||||||
|
rewCommandPrompt: "Enter command rewards separating each one by a <comma>, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
rewCommandPromptHint: 'Note: You may put <player> to specify the player who completed the Quest. e.g. smite <player>'
|
||||||
|
rewPermissionsPrompt: "Enter permission rewards separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
rewQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point reward, or -1 to cancel"
|
||||||
|
rewMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewMcMMOPromptHint: 'Note: Typing ''All'' will give levels to all skills.'
|
||||||
|
rewHeroesClassesPrompt: "Enter Heroes classes separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed) separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewPhatLootsPrompt: "Enter PhatLoots separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
rewCustomRewardPrompt: "Enter the name of a custom reward to add, or enter 'clear' to clear all custom rewards, or 'cancel' to return."
|
||||||
|
rewItemsCleared: "Item rewards cleared."
|
||||||
|
rewNoMcMMOSkills: "No skills set"
|
||||||
|
rewNoHeroesClasses: "No classes set"
|
||||||
|
rewSetMcMMOSkillsFirst: "You must set skills first!"
|
||||||
|
rewMcMMOCleared: "mcMMO rewards cleared."
|
||||||
|
rewMcMMOListsNotSameSize: "The skills list and skill amounts list are not the same size!"
|
||||||
|
rewSetHeroesClassesFirst: "You must set classes first!"
|
||||||
|
rewHeroesCleared: "Heroes rewards cleared."
|
||||||
|
rewHeroesListsNotSameSize: "The classes list and experience amounts list are not the same size!"
|
||||||
|
rewHeroesInvalidClass: "<input> is not a valid Heroes class name!"
|
||||||
|
rewPhatLootsInvalid: "<input> is not a valid PhatLoot name!"
|
||||||
|
rewPhatLootsCleared: "PhatLoots reward cleared."
|
||||||
|
rewCustomAlreadyAdded: "That custom reward has already been added!"
|
||||||
|
rewCustomNotFound: "Custom reward module not found."
|
||||||
|
rewCustomCleared: "Custom rewards cleared."
|
||||||
|
rewNoPhat: "PhatLoots not installed"
|
||||||
|
itemCreateLoadHand: "Load item in hand"
|
||||||
|
itemCreateSetName: "Set name"
|
||||||
|
itemCreateSetAmount: "Set amount"
|
||||||
|
itemCreateSetDurab: "Set durability"
|
||||||
|
itemCreateSetEnchs: "Add/clear enchantments"
|
||||||
|
itemCreateSetDisplay: "Set display name"
|
||||||
|
itemCreateSetLore: "Set lore"
|
||||||
|
itemCreateEnterName: "Enter an item name, or 'cancel' to return."
|
||||||
|
itemCreateEnterAmount: "Enter item amount (max. 64), or 'cancel' to return."
|
||||||
|
itemCreateEnterDurab: "Enter item durability, or 'clear' to clear the data, or 'cancel' to return."
|
||||||
|
itemCreateEnterEnch: "Enter an enchantment name, or 'clear' to clear the enchantments, or 'cancel' to return."
|
||||||
|
itemCreateEnterLevel: "Enter a level (number) for <enchantment>"
|
||||||
|
itemCreateEnterDisplay: "Enter item display name, or 'clear' to clear the display name, or 'cancel' to return."
|
||||||
|
itemCreateEnterLore: "Enter item lore, separating each line by a semi-colon ; or 'clear' to clear the lore, or 'cancel' to return."
|
||||||
|
itemCreateLoaded: "Item loaded."
|
||||||
|
itemCreateNoItem: "No item in hand!"
|
||||||
|
itemCreateNoName: "You must set a name first!"
|
||||||
|
itemCreateInvalidName: "Invalid item name!"
|
||||||
|
itemCreateInvalidAmount: "Amount must be between 1-64!"
|
||||||
|
itemCreateInvalidDurab: "Invalid item durability!"
|
||||||
|
itemCreateInvalidEnch: "Invalid enchantment name!"
|
||||||
|
itemCreateInvalidLevel: "Level must be greater than 0!"
|
||||||
|
itemCreateInvalidInput: "Invalid input!"
|
||||||
|
itemCreateNotNumber: "Input was not a number!"
|
||||||
|
itemCreateNoNameAmount: "You must set a name and amount first!"
|
||||||
|
itemCreateCriticalError: "A critical error has occurred."
|
||||||
|
questTitle: "-- <quest> --"
|
||||||
|
questObjectivesTitle: "---(<quest>)---"
|
||||||
|
questCompleteTitle: '**QUEST COMPLETE: <quest>**'
|
||||||
|
questRewardsTitle: "Rewards:"
|
||||||
|
journalTitle: "Quest Journal"
|
||||||
|
questsTitle: "- Quests -"
|
||||||
|
questHelpTitle: "- Quests -"
|
||||||
|
questListTitle: "- Quests -"
|
||||||
|
questNPCListTitle: "- Quests | <npc> -"
|
||||||
|
questAdminHelpTitle: "- Questadmin -"
|
||||||
|
questEditorTitle: "- Quest Editor -"
|
||||||
|
eventEditorTitle: "- Event Editor - "
|
||||||
|
questCreateTitle: "- Create Quest -"
|
||||||
|
questEditTitle: "- Edit Quest -"
|
||||||
|
questDeleteTitle: "- Delete Quest -"
|
||||||
|
requirementsTitle: "- <quest> | Requirements -"
|
||||||
|
rewardsTitle: "- <quest> | Rewards -"
|
||||||
|
itemRequirementsTitle: "- Item Requirements -"
|
||||||
|
itemRewardsTitle: "- Item Rewards -"
|
||||||
|
mcMMORequirementsTitle: "- mcMMO Requirements -"
|
||||||
|
mcMMORewardsTitle: "- mcMMO Rewards -"
|
||||||
|
heroesRequirementsTitle: "- Heroes Requirements -"
|
||||||
|
heroesRewardsTitle: "- Heroes Rewards -"
|
||||||
|
heroesClassesTitle: "- Heroes Classes -"
|
||||||
|
heroesExperienceTitle: "- Heroes Experience -"
|
||||||
|
heroesPrimaryTitle: "- Primary Classes -"
|
||||||
|
heroesSecondaryTitle: "- Secondary Classes -"
|
||||||
|
phatLootsRewardsTitle: "- PhatLoots Rewards -"
|
||||||
|
customRequirementsTitle: "- Custom Requirements -"
|
||||||
|
customRewardsTitle: "- Custom Rewards -"
|
||||||
|
skillListTitle: "- Skill List -"
|
||||||
|
eventTitle: "- Event -"
|
||||||
|
completedQuestsTitle: "- Completed Quests -"
|
||||||
|
topQuestersTitle: "- Top <number> Questers -"
|
||||||
|
createItemTitle: "- Create Item -"
|
||||||
|
enchantmentsTitle: "- Enchantments -"
|
||||||
|
questGUITitle: "- GUI Item Display -"
|
||||||
|
questRegionTitle: "- Quest Region -"
|
||||||
|
eventEditorGiveItemsTitle: "- Give Items -"
|
||||||
|
eventEditorEffectsTitle: "- Effects -"
|
||||||
|
eventEditorStormTitle: "- Event Storm -"
|
||||||
|
eventEditorThunderTitle: "- Event Thunder -"
|
||||||
|
eventEditorMobSpawnsTitle: "- Event Mob Spawns -"
|
||||||
|
eventEditorMobsTitle: "- Mobs -"
|
||||||
|
eventEditorAddMobTypesTitle: "- Add Mob -"
|
||||||
|
eventEditorPotionEffectsTitle: "- Event Potion Effects -"
|
||||||
|
eventEditorPotionTypesTitle: "- Event Potion Types -"
|
||||||
|
eventEditorWorldsTitle: "- Worlds -"
|
||||||
|
effBlazeShoot: "Sound of a Blaze firing"
|
||||||
|
effBowFire: "Sound of a bow firing"
|
||||||
|
effClick1: "A click sound"
|
||||||
|
effClick2: "A different click sound"
|
||||||
|
effDoorToggle: "Sound of a door opening or closing"
|
||||||
|
effExtinguish: "Sound of fire being extinguished"
|
||||||
|
effGhastShoot: "Sound of a Ghast firing"
|
||||||
|
effGhastShriek: "Sound of a Ghast shrieking"
|
||||||
|
effZombieWood: "Sound of a Zombie chewing an iron door"
|
||||||
|
effZombieIron: "Sound of a Zombie chewing a wooden door"
|
||||||
|
effEnterName: "Enter an effect name to add it to the list, or enter 'cancel' to return"
|
||||||
|
cmdCancel: "cancel"
|
||||||
|
cmdAdd: "add"
|
||||||
|
cmdClear: "clear"
|
||||||
|
cmdNone: "none"
|
||||||
|
cmdDone: "done"
|
||||||
|
acceptQuest: "Accept Quest?"
|
||||||
|
enterAnOption: "Enter an option"
|
||||||
|
questAccepted: 'Quest accepted: <quest>'
|
||||||
|
currentQuest: "Current Quests:"
|
||||||
|
noMoreQuest: "No more quests available."
|
||||||
|
damage: "Damage"
|
||||||
|
break: "Break"
|
||||||
|
place: "Place"
|
||||||
|
use: "Use"
|
||||||
|
cut: "Cut"
|
||||||
|
catchFish: "Catch Fish"
|
||||||
|
enchantItem: "Enchant <item> with <enchantment>"
|
||||||
|
kill: "Kill"
|
||||||
|
killAtLocation: "Kill <mob> at <location>"
|
||||||
|
killPlayer: "Kill a Player"
|
||||||
|
deliver: "Deliver <item> to <npc>"
|
||||||
|
talkTo: "Talk to <npc>"
|
||||||
|
tame: "Tame"
|
||||||
|
shearSheep: "Shear <color> sheep"
|
||||||
|
goTo: "Go to <location>"
|
||||||
|
completed: "Completed"
|
||||||
|
redoCompleted: "(Completed)"
|
||||||
|
consoleError: "This command may only be performed in-game."
|
||||||
|
invalidSelection: "Invalid selection!"
|
||||||
|
noActiveQuest: "You do not currently have any active Quests."
|
||||||
|
speakTo: 'Start: Speak to <npc>'
|
||||||
|
mustSpeakTo: "You must speak to <npc> to start this Quest."
|
||||||
|
noCommandStart: "<quest> may not be started via command."
|
||||||
|
permissionDisplay: "Permission:"
|
||||||
|
heroesClass: "class"
|
||||||
|
mcMMOLevel: "level"
|
||||||
|
haveCompleted: "You have completed <quest>"
|
||||||
|
cannotComplete: "Cannot complete <quest>"
|
||||||
|
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."
|
||||||
|
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."
|
||||||
|
questInfoNoPerms: "You do not have permission to view a Quest's information."
|
||||||
|
questCmdNoPerms: "You do not have access to that command."
|
||||||
|
pageSelectionNum: "Page selection must be a number."
|
||||||
|
pageSelectionPosNum: "Page selection must be a positive number."
|
||||||
|
questListNoPerms: "You do not have permission to view the Quests list."
|
||||||
|
questTakeNoPerms: "You do not have permission to take Quests via commands."
|
||||||
|
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||||
|
questQuit: "You have quit <quest>"
|
||||||
|
questQuitNoPerms: "You do not have permission to quit Quests."
|
||||||
|
questQuitDisabled: "Quitting Quests has been disabled."
|
||||||
|
questEditorNoPerms: "You do not have permission to use the Quests Editor."
|
||||||
|
eventEditorNoPerms: "You do not have permission to use the Events Editor."
|
||||||
|
questsUnknownCommand: "Unknown Quests 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>."
|
||||||
|
questPurged: "<player> has been purged and blacklisted."
|
||||||
|
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."
|
||||||
|
enableNPCGUI: "<npc> will now provide a GUI Quest Display."
|
||||||
|
disableNPCGUI: "<npc> will no longer provide a GUI Quest Display."
|
||||||
|
invalidNumber: "Invalid number."
|
||||||
|
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||||
|
playerNotFound: "Player not found."
|
||||||
|
invalidStageNum: "Invalid stage number for Quest <quest>"
|
||||||
|
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||||
|
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."
|
||||||
|
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!"
|
||||||
|
journalNoQuests: "You have no accepted quests!"
|
||||||
|
journalDenied: "You cannot do that with your Quest Journal."
|
||||||
|
ENCHANTMENT_ARROW_DAMAGE: "Power"
|
||||||
|
ENCHANTMENT_ARROW_FIRE: "Flame"
|
||||||
|
ENCHANTMENT_ARROW_INFINITE: "Infinity"
|
||||||
|
ENCHANTMENT_ARROW_KNOCKBACK: "Punch"
|
||||||
|
ENCHANTMENT_BINDING_CURSE: "BindingCurse"
|
||||||
|
ENCHANTMENT_DAMAGE_ALL: "Sharpness"
|
||||||
|
ENCHANTMENT_DAMAGE_ARTHROPODS: "BaneOfArthropods"
|
||||||
|
ENCHANTMENT_DEPTH_STRIDER: "DepthStrider"
|
||||||
|
ENCHANTMENT_DAMAGE_UNDEAD: "Smite"
|
||||||
|
ENCHANTMENT_DIG_SPEED: "Efficiency"
|
||||||
|
ENCHANTMENT_DURABILITY: "Unbreaking"
|
||||||
|
ENCHANTMENT_FIRE_ASPECT: "FireAspect"
|
||||||
|
ENCHANTMENT_FROST_WALKER: "FrostWalker"
|
||||||
|
ENCHANTMENT_KNOCKBACK: "Knockback"
|
||||||
|
ENCHANTMENT_LOOT_BONUS_BLOCKS: "Fortune"
|
||||||
|
ENCHANTMENT_LOOT_BONUS_MOBS: "Looting"
|
||||||
|
ENCHANTMENT_LUCK: "LuckOfTheSea"
|
||||||
|
ENCHANTMENT_LURE: "Lure"
|
||||||
|
ENCHANTMENT_MENDING: "Mending"
|
||||||
|
ENCHANTMENT_OXYGEN: "Respiration"
|
||||||
|
ENCHANTMENT_PROTECTION_ENVIRONMENTAL: "Protection"
|
||||||
|
ENCHANTMENT_PROTECTION_EXPLOSIONS: "BlastProtection"
|
||||||
|
ENCHANTMENT_PROTECTION_FALL: "FeatherFalling"
|
||||||
|
ENCHANTMENT_PROTECTION_FIRE: "FireProtection"
|
||||||
|
ENCHANTMENT_PROTECTION_PROJECTILE: "ProjectileProtection"
|
||||||
|
ENCHANTMENT_SILK_TOUCH: "SilkTouch"
|
||||||
|
ENCHANTMENT_SWEEPING: "Sweeping"
|
||||||
|
ENCHANTMENT_THORNS: "Thorns"
|
||||||
|
ENCHANTMENT_VANISHING_CURSE: "VanishingCurse"
|
||||||
|
ENCHANTMENT_WATER_WORKER: "AquaAffinity"
|
||||||
|
COLOR_BLACK: "Black"
|
||||||
|
COLOR_BLUE: "Blue"
|
||||||
|
COLOR_BROWN: "Brown"
|
||||||
|
COLOR_CYAN: "Cyan"
|
||||||
|
COLOR_GRAY: "Gray"
|
||||||
|
COLOR_GREEN: "Green"
|
||||||
|
COLOR_LIGHT_BLUE: "LightBlue"
|
||||||
|
COLOR_LIME: "Lime"
|
||||||
|
COLOR_MAGENTA: "Magenta"
|
||||||
|
COLOR_ORANGE: "Orange"
|
||||||
|
COLOR_PINK: "Pink"
|
||||||
|
COLOR_PURPLE: "Purple"
|
||||||
|
COLOR_RED: "Red"
|
||||||
|
COLOR_SILVER: "Silver"
|
||||||
|
COLOR_WHITE: "White"
|
||||||
|
COLOR_YELLOW: "Yellow"
|
||||||
|
timeDay: "Day"
|
||||||
|
timeDays: "Days"
|
||||||
|
timeHour: "Hour"
|
||||||
|
timeHours: "Hours"
|
||||||
|
timeMinute: "Minute"
|
||||||
|
timeMinutes: "Minutes"
|
||||||
|
timeSecond: "Second"
|
||||||
|
timeSeconds: "Seconds"
|
||||||
|
timeMillisecond: "Millisecond"
|
||||||
|
timeMilliseconds: "Milliseconds"
|
||||||
|
event: "Event"
|
||||||
|
delay: "Delay"
|
||||||
|
save: "Save"
|
||||||
|
exit: "Exit"
|
||||||
|
exited: "Exited"
|
||||||
|
cancel: "Cancel"
|
||||||
|
cancelled: "Cancelled"
|
||||||
|
questTimeout: "Cancelled."
|
||||||
|
back: "Back"
|
||||||
|
yesWord: "Yes"
|
||||||
|
noWord: "No"
|
||||||
|
"true": "true"
|
||||||
|
"false": "false"
|
||||||
|
clear: "Clear"
|
||||||
|
edit: "Edit"
|
||||||
|
none: "None"
|
||||||
|
done: "Done"
|
||||||
|
comma: "comma"
|
||||||
|
finish: "Finish"
|
||||||
|
quit: "Quit"
|
||||||
|
noneSet: "None set"
|
||||||
|
noDelaySet: "No delay set"
|
||||||
|
noIdsSet: "No IDs set"
|
||||||
|
noNamesSet: "No names set"
|
||||||
|
worlds: "Worlds"
|
||||||
|
mobs: "Mobs"
|
||||||
|
points: "points"
|
||||||
|
invalidOption: "Invalid option!"
|
||||||
|
npcHint: 'Note: You can left or right click on NPC''s to get their ID.'
|
||||||
|
listDuplicate: "List contains duplicates!"
|
||||||
|
id: "ID"
|
||||||
|
quest: "Quest"
|
||||||
|
quests: "Quests"
|
||||||
|
createdBy: "Created by"
|
||||||
|
continuedBy: "and continued by"
|
||||||
|
questPoints: "Quest Points"
|
||||||
|
accepted: "Accepted"
|
||||||
|
complete: "Complete"
|
||||||
|
redoable: "Redoable"
|
||||||
|
usage: "Usage"
|
||||||
|
redoableEvery: "Redoable every <time>."
|
||||||
|
requirements: "Requirements"
|
||||||
|
money: "Money"
|
||||||
|
with: "With"
|
||||||
|
to: "to"
|
||||||
|
blocksWithin: "within <amount> blocks of"
|
||||||
|
valRequired: "Value required"
|
||||||
|
enchantedItem: "*Enchanted*"
|
||||||
|
experience: "Experience"
|
||||||
|
timerMessage: '<green>Time left to finish the quest/stage: <red>%s seconds'
|
||||||
|
timerStart: "<green>You have <red>%s seconds <green>to finish this quest/stage"
|
||||||
|
questErrorReadingFile: "Error reading Quests file."
|
||||||
|
questSaveError: "An error occurred while saving."
|
||||||
|
questBlacklisted: "You are blacklisted. Contact an admin if this is in error."
|
858
src/main/resources/lang/zh-TW/strings.yml
Normal file
858
src/main/resources/lang/zh-TW/strings.yml
Normal file
@ -0,0 +1,858 @@
|
|||||||
|
---
|
||||||
|
questFailed: "*QUEST FAILED MATEY*"
|
||||||
|
questMaxAllowed: "Ye may only have up t' <number> Quests."
|
||||||
|
questAlreadyOn: "Ye be already on that Quest!"
|
||||||
|
questTooEarly: "Ye may nah take <quest> again fer another <time>."
|
||||||
|
questAlreadyCompleted: "Ye 'ave already looted <quest>."
|
||||||
|
questInvalidLocation: "Ye may nah take <quest> at this location."
|
||||||
|
questInvalidDeliveryItem: "<item> ain't a required item fer this quest!"
|
||||||
|
questSelectedLocation: "Chosen spot"
|
||||||
|
questDisplayHelp: "- 顯示這個幫助"
|
||||||
|
COMMAND_LIST: "清單"
|
||||||
|
COMMAND_LIST_HELP: "list [page] - 列出可接受任務"
|
||||||
|
COMMAND_TAKE: "獲得"
|
||||||
|
COMMAND_TAKE_HELP: "take [quest name] - 接受任務"
|
||||||
|
COMMAND_TAKE_USAGE: '用法: /quests take [quest]'
|
||||||
|
COMMAND_QUIT: "退出"
|
||||||
|
COMMAND_QUIT_HELP: "quit [quest] - 退出當前任務"
|
||||||
|
COMMAND_EDITOR: "編輯"
|
||||||
|
COMMAND_EDITOR_HELP: "editor - 創建/編輯任務"
|
||||||
|
COMMAND_EVENTS_EDITOR: "事件"
|
||||||
|
COMMAND_EVENTS_EDITOR_HELP: "events - 創建/編輯事件"
|
||||||
|
COMMAND_STATS: "統計"
|
||||||
|
COMMAND_STATS_HELP: "stats - 檢視任務統計"
|
||||||
|
COMMAND_TOP: "top"
|
||||||
|
COMMAND_TOP_HELP: "top [number] - View top Questers"
|
||||||
|
COMMAND_TOP_USAGE: 'Usage: /quests top [number]'
|
||||||
|
COMMAND_INFO: "info"
|
||||||
|
COMMAND_INFO_HELP: "info - Display plugin information"
|
||||||
|
COMMAND_JOURNAL: "journal"
|
||||||
|
COMMAND_JOURNAL_HELP: "journal - View/Put away your Quest Journal"
|
||||||
|
COMMAND_QUEST_HELP: "- Display current Quest objectives"
|
||||||
|
COMMAND_QUESTINFO_HELP: "[quest name] - Display Quest information"
|
||||||
|
COMMAND_QUESTADMIN_HELP: "- View Questadmin help"
|
||||||
|
COMMAND_QUESTADMIN_STATS: "stats"
|
||||||
|
COMMAND_QUESTADMIN_STATS_HELP: "stats [player] - View Questing statistics of a player"
|
||||||
|
COMMAND_QUESTADMIN_GIVE: "give"
|
||||||
|
COMMAND_QUESTADMIN_GIVE_HELP: "give [player] [quest] - Force a player to take a Quest"
|
||||||
|
COMMAND_QUESTADMIN_QUIT: "quit"
|
||||||
|
COMMAND_QUESTADMIN_QUIT_HELP: "quit [player] [quest] - Force a player to quit their Quest"
|
||||||
|
COMMAND_QUESTADMIN_POINTS: "points"
|
||||||
|
COMMAND_QUESTADMIN_POINTS_HELP: "points [player] [amount] - Set a players Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS: "takepoints"
|
||||||
|
COMMAND_QUESTADMIN_TAKEPOINTS_HELP: "takepoints [player] [amount] - Take a players Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS: "givepoints"
|
||||||
|
COMMAND_QUESTADMIN_GIVEPOINTS_HELP: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL: "givepoints [player] [amount] - Give a player Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_POINTSALL_HELP: "pointsall [amount] - Set ALL players' Quest Points"
|
||||||
|
COMMAND_QUESTADMIN_FINISH: "finish"
|
||||||
|
COMMAND_QUESTADMIN_FINISH_HELP: "finish [player] [quest] - Immediately force Quest completion for a player"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE: "nextstage"
|
||||||
|
COMMAND_QUESTADMIN_NEXTSTAGE_HELP: "nextstage [player] [quest] - Immediately force Stage completion for a player"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE: "setstage"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE_HELP: "setstage [player] [quest] [stage] - Set the current Stage for a player"
|
||||||
|
COMMAND_QUESTADMIN_SETSTAGE_USAGE: 'Usage: /questadmin setstage [player] [quest] [stage]'
|
||||||
|
COMMAND_QUESTADMIN_PURGE: "purge"
|
||||||
|
COMMAND_QUESTADMIN_PURGE_HELP: "purge [player] - Clear all Quests data of a player AND BLACKLISTS THEM"
|
||||||
|
COMMAND_QUESTADMIN_RESET: "重置"
|
||||||
|
COMMAND_QUESTADMIN_RESET_HELP: "reset [player] - 清除此玩家所有任務資料"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE: "移除"
|
||||||
|
COMMAND_QUESTADMIN_REMOVE_HELP: "remove [player] [quest] - 移除玩家已完成任務"
|
||||||
|
COMMAND_QUESTADMIN_TOGGLEGUI: "togglegui"
|
||||||
|
COMMAND_QUESTADMIN_TOGGLEGUI_HELP: "togglegui [npc id] - Toggle GUI Quest Display on an NPC"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD: "reload"
|
||||||
|
COMMAND_QUESTADMIN_RELOAD_HELP: "reload - Reload all Quests"
|
||||||
|
questEditorHeader: "Create Quest"
|
||||||
|
questEditorCreate: "Create new Quest"
|
||||||
|
questEditorEdit: "Edit a Quest"
|
||||||
|
questEditorDelete: "Delete Quest"
|
||||||
|
questEditorName: "Set name"
|
||||||
|
questEditorAskMessage: "Set ask message"
|
||||||
|
questEditorFinishMessage: "Set finish message"
|
||||||
|
questEditorRedoDelay: "Set redo delay"
|
||||||
|
questEditorNPCStart: "Set NPC start"
|
||||||
|
questEditorBlockStart: "Set Block start"
|
||||||
|
questEditorInitialEvent: "Set initial Event"
|
||||||
|
questEditorSetGUI: "Set GUI Item display"
|
||||||
|
questEditorReqs: "Edit Requirements"
|
||||||
|
questEditorStages: "Edit Stages"
|
||||||
|
questEditorRews: "Edit Rewards"
|
||||||
|
questEditorEnterQuestName: "Enter Quest name (or 'cancel' to return)"
|
||||||
|
questEditorEditEnterQuestName: "Enter Quest name to edit (or 'cancel' to return)"
|
||||||
|
questEditorEnterAskMessage: "Enter ask message (or 'cancel' to return)"
|
||||||
|
questEditorEnterFinishMessage: "Enter finish message (or 'cancel' to return)"
|
||||||
|
questEditorEnterRedoDelay: "Enter amount of time (in seconds), 0 to clear the redo delay or -1 to cancel"
|
||||||
|
questEditorEnterNPCStart: "Enter NPC ID, -1 to clear the NPC start or -2 to cancel"
|
||||||
|
questEditorEnterBlockStart: "Right-click on a block to use as a start point, then enter 'done' to save, or enter 'clear' to clear the block start, or 'cancel' to return"
|
||||||
|
questEditorEnterInitialEvent: "Enter an Event name, or enter 'clear' to clear the initial Event, or 'cancel' to return"
|
||||||
|
questRequiredNoneSet: "Required, none set"
|
||||||
|
questWGSetRegion: "Set Region"
|
||||||
|
questWGNotInstalled: "WorldGuard not installed"
|
||||||
|
questWGPrompt: "Enter WorldGuard region, or enter 'clear' to clear the region, or 'cancel' to return."
|
||||||
|
questWGInvalidRegion: "<region> is not a valid WorldGuard region!"
|
||||||
|
questWGRegionCleared: "Quest region cleared."
|
||||||
|
questCitNotInstalled: "Citizens not installed"
|
||||||
|
questDenNotInstalled: "Denizen not installed"
|
||||||
|
questGUIError: 'Error: That item is already being used as the GUI Display for the Quest <quest>.'
|
||||||
|
questCurrentItem: "Current item:"
|
||||||
|
questSetItem: "Set Item"
|
||||||
|
questClearItem: "Clear Item"
|
||||||
|
questGUICleared: "Quest GUI Item Display cleared."
|
||||||
|
questDeleted: "Quest deleted! Quests and Events have 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 event 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"
|
||||||
|
questEditorQuestAsRequirement2: "as a requirement:"
|
||||||
|
questEditorQuestAsRequirement3: "You must modify these Quests so that they do not use it before deleting it."
|
||||||
|
questEditorQuestNotFound: "Quest not found!"
|
||||||
|
questEditorEventCleared: "Initial Event 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!"
|
||||||
|
questEditorSaved: "Quest saved! (Ye will needs t' perform a Quest reload fer it t' appear)"
|
||||||
|
questEditorExited: "Are ye sure ye wants t' exit without savin'?"
|
||||||
|
questEditorDeleted: "Are ye sure ye wants t' scuttle th' Quest"
|
||||||
|
questEditorNoPermsCreate: "Ye do nah 'ave permission t' create Quests."
|
||||||
|
questEditorNoPermsEdit: "Ye do nah 'ave permission t' edit Quests."
|
||||||
|
questEditorNoPermsDelete: "Ye do nah 'ave permission t' scuttle Quests."
|
||||||
|
stageEditorEditStage: "Edit Stage"
|
||||||
|
stageEditorNewStage: "Add new Stage"
|
||||||
|
stageEditorStages: "Stages"
|
||||||
|
stageEditorStage: "Stage"
|
||||||
|
stageEditorBreakBlocks: "Break Blocks"
|
||||||
|
stageEditorDamageBlocks: "Damage Blocks"
|
||||||
|
stageEditorPlaceBlocks: "Place Blocks"
|
||||||
|
stageEditorUseBlocks: "Use Blocks"
|
||||||
|
stageEditorCutBlocks: "Cut Blocks"
|
||||||
|
stageEditorCatchFish: "Catch Fish"
|
||||||
|
stageEditorFish: "fish"
|
||||||
|
stageEditorKillPlayers: "Kill Players"
|
||||||
|
stageEditorPlayers: "players"
|
||||||
|
stageEditorEnchantItems: "Enchant Items"
|
||||||
|
stageEditorDeliverItems: "Deliver Items"
|
||||||
|
stageEditorTalkToNPCs: "Talk to NPCs"
|
||||||
|
stageEditorKillNPCs: "Kill NPCs"
|
||||||
|
stageEditorKillMobs: "Kill Mobs"
|
||||||
|
stageEditorReachLocs: "Reach spots"
|
||||||
|
stageEditorReachRadii1: "Reach within"
|
||||||
|
stageEditorReachRadii2: "blocks of"
|
||||||
|
stageEditorTameMobs: "Tame Mobs"
|
||||||
|
stageEditorShearSheep: "Shear Sheep"
|
||||||
|
stageEditorEvents: "Events"
|
||||||
|
stageEditorStageEvents: "Stage Events"
|
||||||
|
stageEditorStartEvent: "Start Event"
|
||||||
|
stageEditorStartEventCleared: "Start Event cleared."
|
||||||
|
stageEditorFinishEvent: "Finish Event"
|
||||||
|
stageEditorFinishEventCleared: "Finish Event cleared."
|
||||||
|
stageEditorChatEvents: "Chat Events"
|
||||||
|
stageEditorChatTrigger: "Chat Trigger"
|
||||||
|
stageEditorTriggeredBy: "Triggered by"
|
||||||
|
stageEditorChatEventsCleared: "Chat Events cleared."
|
||||||
|
stageEditorDeathEvent: "Death Event"
|
||||||
|
stageEditorDeathEventCleared: "Death Event cleared."
|
||||||
|
stageEditorDisconnectEvent: "Disconnect Event"
|
||||||
|
stageEditorDisconnectEventCleared: "Disconnect Event cleared."
|
||||||
|
stageEditorDelayMessage: "Delay Message"
|
||||||
|
stageEditorDenizenScript: "Denizen Script"
|
||||||
|
stageEditorStartMessage: "Start Message"
|
||||||
|
stageEditorCompleteMessage: "Complete Message"
|
||||||
|
stageEditorDelete: "Delete Stage"
|
||||||
|
stageEditorSetBlockNames: "Set block names"
|
||||||
|
stageEditorSetBlockAmounts: "Set block amounts"
|
||||||
|
stageEditorSetBlockDurability: "Set block durability"
|
||||||
|
stageEditorSetDamageAmounts: "Set damage amounts"
|
||||||
|
stageEditorSetPlaceAmounts: "Set place amounts"
|
||||||
|
stageEditorSetUseAmounts: "Set use amounts"
|
||||||
|
stageEditorSetCutAmounts: "Set cut amounts"
|
||||||
|
stageEditorSetKillAmounts: "Set kill amounts"
|
||||||
|
stageEditorSetEnchantAmounts: "Set enchant amounts"
|
||||||
|
stageEditorSetMobAmounts: "Set mob amounts"
|
||||||
|
stageEditorSetEnchantments: "Set enchantments"
|
||||||
|
stageEditorSetItemNames: "Set item names"
|
||||||
|
stageEditorSetKillIds: "Set NPC IDs"
|
||||||
|
stageEditorSetMobTypes: "Set mob types"
|
||||||
|
stageEditorSetKillLocations: "Set kill locations"
|
||||||
|
stageEditorSetKillLocationRadii: "Set kill location radii"
|
||||||
|
stageEditorSetKillLocationNames: "Set kill location names"
|
||||||
|
stageEditorSetLocations: "Set locations"
|
||||||
|
stageEditorSetLocationRadii: "Set location radii"
|
||||||
|
stageEditorSetLocationNames: "Set location names"
|
||||||
|
stageEditorSetTameAmounts: "Set tame amounts"
|
||||||
|
stageEditorSetShearColors: "Set sheep colors"
|
||||||
|
stageEditorSetShearAmounts: "Set shear amounts"
|
||||||
|
stageEditorPassword: "Password Objectives"
|
||||||
|
stageEditorAddPasswordDisplay: "Add password display"
|
||||||
|
stageEditorAddPasswordPhrases: "Add password phrase(s)"
|
||||||
|
stageEditorNoPasswordDisplays: "No password displays set"
|
||||||
|
stageObjectiveOverride: "Objective Display Override"
|
||||||
|
stageEditorCustom: "Custom Objectives"
|
||||||
|
stageEditorNoModules: "No modules loaded"
|
||||||
|
stageEditorModuleNotFound: "Custom objective module not found."
|
||||||
|
stageEditorCustomPrompt: "Enter the name of a custom objective to add, or enter 'clear' to clear all custom objectives, or 'cancel' to return."
|
||||||
|
stageEditorCustomAlreadyAdded: "That custom objective has already been added!"
|
||||||
|
stageEditorCustomCleared: "Custom objectives cleared."
|
||||||
|
stageEditorCustomDataPrompt: "Enter value for <data>:"
|
||||||
|
stageEditorEnterBlockNames: "Enter block names (or IDs), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorBreakBlocksPrompt: "Enter break amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorDamageBlocksPrompt: "Enter damage amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorPlaceBlocksPrompt: "Enter place amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorUseBlocksPrompt: "Enter use amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorCutBlocksPrompt: "Enter cut amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorEnterBlockDurability: "Enter block durability (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorCatchFishPrompt: "Enter number of fish to catch, or 0 to clear the fish catch objective, or -1 to cancel"
|
||||||
|
stageEditorKillPlayerPrompt: "Enter number of players to kill, or 0 to clear the player kill objective, or -1 to cancel"
|
||||||
|
stageEditorEnchantTypePrompt: "Enter enchantment names, separating each one by a comma, or enter 'cancel' to return."
|
||||||
|
stageEditorEnchantAmountsPrompt: "Enter enchant amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorItemNamesPrompt: "Enter item names, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorNPCPrompt: "Enter NPC ids, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorNPCToTalkToPrompt: "Enter NPC IDs, separating each one by a space, or enter 'clear' to clear the NPC ID list, or 'cancel' to return."
|
||||||
|
stageEditorDeliveryMessagesPrompt: "Enter delivery messages, separating each one by a semi-colon or enter 'cancel' to return."
|
||||||
|
stageEditorKillNPCsPrompt: "Enter kill amounts (numbers), separating each one by a space, or enter 'cancel' to return."
|
||||||
|
stageEditorMobsPrompt: "Enter mob names separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorMobAmountsPrompt: "Enter mob amounts separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationPrompt: "Right-click on a block t' select it, then enter 'add' t' add it t' th' kill spot list, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationRadiiPrompt: "Enter kill spot radii (number o' blocks) separatin' each one by a space, or enter 'cancel' t' return"
|
||||||
|
stageEditorMobLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the reach location list, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationRadiiPrompt: "Enter reach location radii (number of blocks) separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorReachLocationNamesPrompt: "Enter location names separating each one by a comma, or enter 'cancel' to return"
|
||||||
|
stageEditorTameAmountsPrompt: "Enter tame amounts separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorShearColorsPrompt: "Enter sheep colors separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorShearAmountsPrompt: "Enter shear amounts separating each one by a space, or enter 'cancel' to return"
|
||||||
|
stageEditorEventsPrompt: "Enter an event name, or enter 'clear' to clear the event, or 'cancel' to return"
|
||||||
|
stageEditorChatEventsPrompt: "Enter an event name to add, or enter 'clear' to clear all chat events, or 'cancel' to return"
|
||||||
|
stageEditorChatEventsTriggerPromptA: "Enter a chat trigger for"
|
||||||
|
stageEditorChatEventsTriggerPromptB: "or enter 'cancel' to return."
|
||||||
|
stageEditorDelayPrompt: "Enter time (in seconds), or enter 'clear' to clear the delay, or 'cancel' to return"
|
||||||
|
stageEditorDelayMessagePrompt: "Enter delay message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorScriptPrompt: "Enter script name, or enter 'clear' to clear the script, or 'cancel' to return"
|
||||||
|
stageEditorStartMessagePrompt: "Enter start message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorCompleteMessagePrompt: "Enter complete message, or enter 'clear' to clear the message, or 'cancel' to return"
|
||||||
|
stageEditorPasswordDisplayPrompt: "Enter a password display, or 'cancel' to return"
|
||||||
|
stageEditorPasswordDisplayHint: "(This is the text that will be displayed to the player as their objective)"
|
||||||
|
stageEditorPasswordPhrasePrompt: "Enter a password phrase, or 'cancel' to return"
|
||||||
|
stageEditorPasswordPhraseHint1: "(This is the text that a player has to say to complete the objective)"
|
||||||
|
stageEditorPasswordPhraseHint2: "If you want multiple password phrases, seperate them by a | (pipe)"
|
||||||
|
stageEditorObjectiveOverridePrompt: "Enter objective display override, or 'clear' to clear the override, or 'cancel' to return."
|
||||||
|
stageEditorObjectiveOverrideHint: "(The objective display override will show up as the players current objective)"
|
||||||
|
stageEditorObjectiveOverrideCleared: "Objective display override cleared."
|
||||||
|
stageEditorDeliveryAddItem: "Add item"
|
||||||
|
stageEditorDeliveryNPCs: "Set NPC IDs"
|
||||||
|
stageEditorDeliveryMessages: "Set delivery messages"
|
||||||
|
stageEditorContainsDuplicates: "List contains duplicates!"
|
||||||
|
stageEditorInvalidBlockName: "is not a valid block name!"
|
||||||
|
stageEditorInvalidEnchantment: "is not a valid enchantment name!"
|
||||||
|
stageEditorInvalidNPC: "is not a valid NPC ID!"
|
||||||
|
stageEditorInvalidMob: "is not a valid mob name!"
|
||||||
|
stageEditorInvalidItemName: "is not a valid item name!"
|
||||||
|
stageEditorInvalidNumber: "is not a number!"
|
||||||
|
stageEditorInvalidDye: "is not a valid dye color!"
|
||||||
|
stageEditorInvalidEvent: "is not a valid event name!"
|
||||||
|
stageEditorDuplicateEvent: "Event is already in the list!"
|
||||||
|
stageEditorInvalidDelay: "Delay must be at least one second!"
|
||||||
|
stageEditorInvalidScript: "Denizen script not found!"
|
||||||
|
stageEditorNoCitizens: "Citizens is not installed!"
|
||||||
|
stageEditorNoDenizen: "Denizen is not installed!"
|
||||||
|
stageEditorPositiveAmount: "You must enter a positive number!"
|
||||||
|
stageEditorNoNumber: "Input was not a number!"
|
||||||
|
stageEditorNotGreaterThanZero: "is not greater than 0!"
|
||||||
|
stageEditorNotListofNumbers: "Invalid entry, input was not a list of numbers!"
|
||||||
|
stageEditorNoDelaySet: "You must set a delay first!"
|
||||||
|
stageEditorNoBlockNames: "You must set block names first!"
|
||||||
|
stageEditorNoEnchantments: "You must set enchantments first!"
|
||||||
|
stageEditorNoItems: "You must add items first!"
|
||||||
|
stageEditorNoDeliveryMessage: "You must set at least one delivery message!"
|
||||||
|
stageEditorNoNPCs: "You must set NPC IDs first!"
|
||||||
|
stageEditorNoMobTypes: "You must set mob types first!"
|
||||||
|
stageEditorNoKillLocations: "You must set kill locations first!"
|
||||||
|
stageEditorNoBlockSelected: "You must select a block first."
|
||||||
|
stageEditorNoColors: "You must set colors first!"
|
||||||
|
stageEditorNoLocations: "You must set locations first!"
|
||||||
|
stageEditorNoEnchantmentsSet: "No enchantments set"
|
||||||
|
stageEditorNoItemsSet: "No items set"
|
||||||
|
stageEditorNoMobTypesSet: "No mob types set"
|
||||||
|
stageEditorNoLocationsSet: "No locations set"
|
||||||
|
stageEditorNoColorsSet: "No colors set"
|
||||||
|
stageEditorListNotSameSize: "The block names list and the amounts list are not the same size!"
|
||||||
|
stageEditorEnchantmentNotSameSize: "The enchantments list, the item id list and the enchant amount list are not the same size!"
|
||||||
|
stageEditorDeliveriesNotSameSize: "The item list and the NPC list are not equal in size!"
|
||||||
|
stageEditorNPCKillsNotSameSize: "The NPC IDs list and the kill amounts list are not the same size!"
|
||||||
|
stageEditorAllListsNotSameSize: "All of your lists are not the same size!"
|
||||||
|
stageEditorMobTypesNotSameSize: "The mob types list and the mob amounts list are not the same size!"
|
||||||
|
stageEditorTameMobsNotSameSize: "The mob types list and the tame amounts list are not the same size!"
|
||||||
|
stageEditorShearNotSameSize: "The sheep colors list and the shear amounts list are not the same size!"
|
||||||
|
stageEditorMustSetPasswordDisplays: "You must add at least one password display first!"
|
||||||
|
stageEditorAddPasswordCleared: "Password Objectives cleared."
|
||||||
|
stageEditorPasswordNotSameSize: "The password display and password phrase lists are not the same size!"
|
||||||
|
stageEditorListContainsDuplicates: " List contains duplicates!"
|
||||||
|
stageEditorDelayCleared: "Delay cleared."
|
||||||
|
stageEditorDelayMessageCleared: "Delay message cleared."
|
||||||
|
stageEditorDenizenCleared: "Denizen script cleared."
|
||||||
|
stageEditorBreakBlocksCleared: "Break blocks objective cleared."
|
||||||
|
stageEditorDamageBlocksCleared: "Damage blocks objective cleared."
|
||||||
|
stageEditorPlaceBlocksCleared: "Place blocks objective cleared."
|
||||||
|
stageEditorUseBlocksCleared: "Use blocks objective cleared."
|
||||||
|
stageEditorCutBlocksCleared: "Cut blocks objective cleared."
|
||||||
|
stageEditorEnchantmentsCleared: "Enchantment objective cleared."
|
||||||
|
stageEditorDeliveriesCleared: "Delivery objective cleared."
|
||||||
|
stageEditorReachLocationsCleared: "Reach Locations objective cleared."
|
||||||
|
stageEditorKillNPCsCleared: "Kill NPCs objective cleared."
|
||||||
|
stageEditorKillMobsCleared: "Kill Mobs objective cleared."
|
||||||
|
stageEditorTameCleared: "Tame Mobs objective cleared."
|
||||||
|
stageEditorShearCleared: "Shear Sheep objective cleared."
|
||||||
|
stageEditorStartMessageCleared: "Start message cleared."
|
||||||
|
stageEditorCompleteMessageCleared: "Complete message cleared."
|
||||||
|
stageEditorConfirmStageDelete: "Are you sure you want to delete this stage?"
|
||||||
|
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"
|
||||||
|
allListsNotSameSize: "All of your lists are not the same size!"
|
||||||
|
eventEditorCreate: "Create new Event"
|
||||||
|
eventEditorEdit: "Edit an Event"
|
||||||
|
eventEditorDelete: "Delete an Event"
|
||||||
|
eventEditorCreatePermisssions: "You do not have permission to create new Events."
|
||||||
|
eventEditorEditPermisssions: "You do not have permission to edit Events."
|
||||||
|
eventEditorDeletePermisssions: "You do not have permission to delete Events."
|
||||||
|
eventEditorNoneToEdit: "No Events currently exist to be edited!"
|
||||||
|
eventEditorNoneToDelete: "No Events currently exist to be deleted!"
|
||||||
|
eventEditorNotFound: "Event not found!"
|
||||||
|
eventEditorExists: "Event already exists!"
|
||||||
|
eventEditorSomeone: "Someone is already creating or editing an Event with that name!"
|
||||||
|
eventEditorAlpha: "Name must be alphanumeric!"
|
||||||
|
eventEditorErrorReadingFile: "Error reading Events file."
|
||||||
|
eventEditorErrorSaving: "An error occurred while saving."
|
||||||
|
eventEditorDeleted: "Event deleted, Quests and Events reloaded."
|
||||||
|
eventEditorSaved: "Event saved, Quests and Events reloaded."
|
||||||
|
eventEditorEnterEventName: "Enter an Event name, or 'cancel' to return."
|
||||||
|
eventEditorDeletePrompt: "Are you sure you want to delete the Event"
|
||||||
|
eventEditorQuitWithoutSaving: "Are you sure you want to quit without saving?"
|
||||||
|
eventEditorFinishAndSave: "Are you sure you want to finish and save the Event"
|
||||||
|
eventEditorModifiedNote: 'Note: You have modified an Event that the following Quests use:'
|
||||||
|
eventEditorForcedToQuit: "If you save the Event, anyone who is actively doing any of these Quests will be forced to quit them."
|
||||||
|
eventEditorEventInUse: "The following Quests use the Event"
|
||||||
|
eventEditorMustModifyQuests: "eventEditorNotFound"
|
||||||
|
eventEditorListSizeMismatch: "The lists are not the same size!"
|
||||||
|
eventEditorListDuplicates: "List contains duplicates!"
|
||||||
|
eventEditorNotANumberList: "Input was not a list of numbers!"
|
||||||
|
eventEditorInvalidEntry: "Invalid entry"
|
||||||
|
eventEditorSetName: "Set name"
|
||||||
|
eventEditorSetMessage: "Set message"
|
||||||
|
eventEditorClearInv: "Clear player inventory"
|
||||||
|
eventEditorFailQuest: "Fail the quest"
|
||||||
|
eventEditorSetExplosions: "Set explosion locations"
|
||||||
|
eventEditorSetLightning: "Set lightning strike locations"
|
||||||
|
eventEditorSetEffects: "Set effects"
|
||||||
|
eventEditorSetStorm: "Set storm"
|
||||||
|
eventEditorSetThunder: "Set thunder"
|
||||||
|
eventEditorSetMobSpawns: "Set mob spawns"
|
||||||
|
eventEditorSetPotionEffects: "Set potion effects"
|
||||||
|
eventEditorSetHunger: "Set player hunger level"
|
||||||
|
eventEditorSetSaturation: "Set player saturation level"
|
||||||
|
eventEditorSetHealth: "Set player health level"
|
||||||
|
eventEditorEnterTimerSeconds: "Set number of seconds left before the quest fails (use cancel-timer event to cancel timers)"
|
||||||
|
eventEditorSetTimer: "Set time to fail quest"
|
||||||
|
eventEditorCancelTimer: "Cancel the quest timer"
|
||||||
|
eventEditorSetTeleport: "Set player teleport location"
|
||||||
|
eventEditorSetCommands: "Set commands to execute"
|
||||||
|
eventEditorItems: "Event Items"
|
||||||
|
eventEditorSetItems: "Give items"
|
||||||
|
eventEditorItemsCleared: "Event items cleared."
|
||||||
|
eventEditorAddItem: "Add item"
|
||||||
|
eventEditorSetItemNames: "Set item names"
|
||||||
|
eventEditorSetItemAmounts: "Set item amounts"
|
||||||
|
eventEditorNoNames: "No names set"
|
||||||
|
eventEditorMustSetNames: "You must set item names first!"
|
||||||
|
eventEditorInvalidName: "is not a valid item name!"
|
||||||
|
eventEditorNotGreaterThanZero: "is not greater than 0!"
|
||||||
|
eventEditorNotANumber: "is not a number!"
|
||||||
|
eventEditorStorm: "Event Storm"
|
||||||
|
eventEditorSetWorld: "Set world"
|
||||||
|
eventEditorSetDuration: "Set duration"
|
||||||
|
eventEditorNoWorld: "(No world set)"
|
||||||
|
eventEditorSetWorldFirst: "You must set a world first!"
|
||||||
|
eventEditorInvalidWorld: "is not a valid world name!"
|
||||||
|
eventEditorMustSetStormDuration: "You must set a storm duration!"
|
||||||
|
eventEditorStormCleared: "Storm data cleared."
|
||||||
|
eventEditorEnterStormWorld: "Enter a world name for the storm to occur in, or enter 'cancel' to return"
|
||||||
|
eventEditorEnterDuration: "Enter duration (in seconds)"
|
||||||
|
eventEditorAtLeastOneSecond: "Amount must be at least 1 second!"
|
||||||
|
eventEditorNotGreaterThanOneSecond: "is not greater than 1 second!"
|
||||||
|
eventEditorThunder: "Event Thunder"
|
||||||
|
eventEditorMustSetThunderDuration: "You must set a thunder duration!"
|
||||||
|
eventEditorThunderCleared: "Thunder data cleared."
|
||||||
|
eventEditorEnterThunderWorld: "Enter a world name for the thunder to occur in, or enter 'cancel' to return"
|
||||||
|
eventEditorEffects: "Event Effects"
|
||||||
|
eventEditorAddEffect: "Add effect"
|
||||||
|
eventEditorAddEffectLocation: "Add effect location"
|
||||||
|
eventEditorNoEffects: "No effects set"
|
||||||
|
eventEditorMustAddEffects: "You must add effects first!"
|
||||||
|
eventEditorInvalidEffect: "is not a valid effect name!"
|
||||||
|
eventEditorEffectsCleared: "Event effects cleared."
|
||||||
|
eventEditorEffectLocationPrompt: "Right-click on a block to play an effect at, then enter 'add' to add it to the list, or enter 'cancel' to return"
|
||||||
|
eventEditorMobSpawns: "Event Mob Spawns"
|
||||||
|
eventEditorAddMobTypes: "Add mob"
|
||||||
|
eventEditorNoTypesSet: "(No type set)"
|
||||||
|
eventEditorMustSetMobTypesFirst: "You must set the mob type first!"
|
||||||
|
eventEditorSetMobAmounts: "Set mob amount"
|
||||||
|
eventEditorNoAmountsSet: "(No amounts set)"
|
||||||
|
eventEditorMustSetMobAmountsFirst: "You must set mob amount first!"
|
||||||
|
eventEditorAddSpawnLocation: "Set spawn location"
|
||||||
|
eventEditorMobSpawnsCleared: "Mob spawns cleared."
|
||||||
|
eventEditorMustSetMobLocationFirst: "You must set a spawn-location first!"
|
||||||
|
eventEditorInvalidMob: "is not a valid mob name!"
|
||||||
|
eventEditorSetMobName: "Set custom name for mob"
|
||||||
|
eventEditorSetMobType: "Set mob type"
|
||||||
|
eventEditorSetMobItemInHand: "Set item in hand"
|
||||||
|
eventEditorSetMobItemInHandDrop: "Set drop chance of item in hand"
|
||||||
|
eventEditorSetMobBoots: "Set boots"
|
||||||
|
eventEditorSetMobBootsDrop: "Set drop chance of boots"
|
||||||
|
eventEditorSetMobLeggings: "Set leggings"
|
||||||
|
eventEditorSetMobLeggingsDrop: "Set drop chance of leggings"
|
||||||
|
eventEditorSetMobChestPlate: "Set chest plate"
|
||||||
|
eventEditorSetMobChestPlateDrop: "Set drop chance of chest plate"
|
||||||
|
eventEditorSetMobHelmet: "Set helmet"
|
||||||
|
eventEditorSetMobHelmetDrop: "Set drop chance of helmet"
|
||||||
|
eventEditorSetMobSpawnLoc: "Right-click on a block to spawn a mob at, then enter 'add' to the confirm it, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobSpawnAmount: "Set the amount of mobs to spawn"
|
||||||
|
eventEditorSetDropChance: "Set the drop chance"
|
||||||
|
eventEditorInvalidDropChance: "Drop chance has to be between 0.0 and 1.0"
|
||||||
|
eventEditorLightningPrompt: "Right-click on a block to spawn a lightning strike at, then enter 'add' to add it to the list, or enter 'clear' to clear the locations list, or 'cancel' to return"
|
||||||
|
eventEditorPotionEffects: "Event Potion Effects"
|
||||||
|
eventEditorSetPotionEffectTypes: "Set potion effect types"
|
||||||
|
eventEditorMustSetPotionTypesFirst: "You must set potion effect types first!"
|
||||||
|
eventEditorSetPotionDurations: "Set potion effect durations"
|
||||||
|
eventEditorMustSetPotionDurationsFirst: "You must set potion effect durations first!"
|
||||||
|
eventEditorMustSetPotionTypesAndDurationsFirst: "You must set potion effect types and durations first!"
|
||||||
|
eventEditorNoDurationsSet: "(No durations set)"
|
||||||
|
eventEditorSetPotionMagnitudes: "Set potion effect magnitudes"
|
||||||
|
eventEditorPotionsCleared: "Potion effects cleared."
|
||||||
|
eventEditorInvalidPotionType: "is not a valid potion effect type!"
|
||||||
|
eventEditorEnterNPCId: "Enter NPC ID (or -1 to return)"
|
||||||
|
eventEditorNoNPCExists: "No NPC exists with that id!"
|
||||||
|
eventEditorExplosionPrompt: "Right-click on a block to spawn an explosion at, then enter 'add' to add it to the list, or enter 'clear' to clear the explosions list, or 'cancel' to return"
|
||||||
|
eventEditorSelectBlockFirst: "You must select a block first."
|
||||||
|
eventEditorSetMessagePrompt: "Enter message, or enter 'none' to delete, (or 'cancel' to return)"
|
||||||
|
eventEditorSetItemNamesPrompt: "Enter item names separating each one by a space, or enter 'cancel' to return."
|
||||||
|
eventEditorSetItemAmountsPrompt: "Enter item amounts (numbers) separating each one by a space, or enter 'cancel' to return."
|
||||||
|
eventEditorSetMobTypesPrompt: "Enter mob name, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobAmountsPrompt: "Enter mob amount, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobNamePrompt: "Set the name for this mob, or enter 'cancel' to return"
|
||||||
|
eventEditorSetMobLocationPrompt: "Right-click on a block to select it, then enter 'add' to add it to the mob spawn location list, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionEffectsPrompt: "Enter potion effect types separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionDurationsPrompt: "Enter effect durations (in milliseconds) separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes separating each one by a space, or enter 'cancel' to return"
|
||||||
|
eventEditorSetHungerPrompt: "Enter hunger level, or -1 to remove it"
|
||||||
|
eventEditorHungerLevelAtLeastZero: "Hunger level must be at least 0!"
|
||||||
|
eventEditorSetSaturationPrompt: "Enter saturation level, or -1 to remove it"
|
||||||
|
eventEditorSaturationLevelAtLeastZero: "Saturation level must be at least 0!"
|
||||||
|
eventEditorSetHealthPrompt: "Enter health level, or -1 to remove it"
|
||||||
|
eventEditorHealthLevelAtLeastZero: "Health level must be at least 0!"
|
||||||
|
eventEditorSetTeleportPrompt: "Right-click on a block to teleport the player to, then enter 'done' to finish, or enter 'clear' to clear the teleport location, or 'cancel' to return"
|
||||||
|
eventEditorCommandsNote: 'Note: You may use <player> to refer to the player''s name.'
|
||||||
|
eventEditorSetCommandsPrompt: "Enter commands separating each one by a comma, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
reqSetMoney: "Set money requirement"
|
||||||
|
reqSetQuestPoints: "Set Quest Points requirement"
|
||||||
|
reqSetItem: "Set item requirements"
|
||||||
|
reqSetPerms: "Set permission requirements"
|
||||||
|
reqSetQuest: "Set Quest requirements"
|
||||||
|
reqSetQuestBlocks: "Set Quest blocks"
|
||||||
|
reqSetMcMMO: "Set mcMMO requirements"
|
||||||
|
reqSetHeroes: "Set Heroes requirements"
|
||||||
|
reqSetCustom: "Custom requirements"
|
||||||
|
reqSetFail: "Set fail requirements message"
|
||||||
|
reqSetSkills: "Set skills"
|
||||||
|
reqSetSkillAmounts: "Set skill amounts"
|
||||||
|
reqHeroesSetPrimary: "Set Primary Class"
|
||||||
|
reqHeroesSetSecondary: "Set Secondary Class"
|
||||||
|
reqMoneyPrompt: "Enter amount of <money>, or 0 to clear the money requirement, or -1 to cancel"
|
||||||
|
reqQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point requirement, or -1 to cancel"
|
||||||
|
reqQuestPrompt: "Enter a list of Quest names separating each one by a <comma>, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqRemoveItemsPrompt: "Enter a list of true/false values, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
reqPermissionsPrompt: "Enter permission requirements separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
reqCustomPrompt: "Enter the name of a custom requirement to add, or enter 'clear' to clear all custom requirements, or 'cancel' to return."
|
||||||
|
reqMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqMcMMOAmountsPrompt: "Enter mcMMO skill amounts, separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
reqHeroesPrimaryPrompt: "Enter a Heroes Primary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||||
|
reqHeroesSecondaryPrompt: "Enter a Heroes Secondary Class name, or enter 'clear' to clear the requirement, or 'cancel' to return."
|
||||||
|
reqFailMessagePrompt: "Enter fail requirements message, or enter 'cancel' to return."
|
||||||
|
reqAddItem: "Add item"
|
||||||
|
reqSetRemoveItems: "Set remove items"
|
||||||
|
reqNoItemsSet: "No items set"
|
||||||
|
reqNoValuesSet: "No values set"
|
||||||
|
reqHeroesPrimaryDisplay: "Primary Class:"
|
||||||
|
reqHeroesSecondaryDisplay: "Secondary Class:"
|
||||||
|
reqGreaterThanZero: "Amount must be greater than 0!"
|
||||||
|
reqNotAQuestName: "<quest> is not a Quest name!"
|
||||||
|
reqItemCleared: "Item requirements cleared."
|
||||||
|
reqListsNotSameSize: "The items list and remove items list are not the same size!"
|
||||||
|
reqTrueFalseError: '<input> is not a true or false value!%br%Example: true false true true'
|
||||||
|
reqCustomAlreadyAdded: "That custom requirement has already been added!"
|
||||||
|
reqCustomNotFound: "Custom requirement module not found."
|
||||||
|
reqCustomCleared: "Custom requirements cleared."
|
||||||
|
reqMcMMOError: "<input> is not an mcMMO skill name!"
|
||||||
|
reqMcMMOCleared: "mcMMO skill requirements cleared."
|
||||||
|
reqMcMMOAmountsCleared: "mcMMO skill amount requirements cleared."
|
||||||
|
reqHeroesNotPrimary: "The <class> class is not primary!"
|
||||||
|
reqHeroesPrimaryCleared: "Heroes Primary Class requirement cleared."
|
||||||
|
reqHeroesNotSecondary: "The <class> class is not secondary!"
|
||||||
|
reqHeroesSecondaryCleared: "Heroes Secondary Class requirement cleared."
|
||||||
|
reqHeroesClassNotFound: "Class not found!"
|
||||||
|
reqNone: "No requirements set"
|
||||||
|
reqNotANumber: "<input> is not a number!"
|
||||||
|
reqMustAddItem: "You must add at least one item first!"
|
||||||
|
reqNoMessage: "You must set a fail requirements message!"
|
||||||
|
reqNoMcMMO: "mcMMO not installed"
|
||||||
|
reqNoHeroes: "Heroes not installed"
|
||||||
|
rewSetMoney: "Set money reward"
|
||||||
|
rewSetQuestPoints: "Set Quest Points reward"
|
||||||
|
rewSetItems: "Set item rewards"
|
||||||
|
rewSetExperience: "Set experience reward"
|
||||||
|
rewSetCommands: "Set command rewards"
|
||||||
|
rewSetPermission: "Set permission rewards"
|
||||||
|
rewSetMcMMO: "Set mcMMO skill rewards"
|
||||||
|
rewSetHeroes: "Set Heroes experience rewards"
|
||||||
|
rewSetPhat: "Set PhatLoot rewards"
|
||||||
|
rewSetCustom: "Set Custom Rewards"
|
||||||
|
rewSetHeroesClasses: "Set classes"
|
||||||
|
rewSetHeroesAmounts: "Set experience amounts"
|
||||||
|
rewMoneyPrompt: "Enter amount of <money>, or 0 to clear the money reward, or -1 to cancel"
|
||||||
|
rewExperiencePrompt: "Enter amount of experience, or 0 to clear the experience reward, or -1 to cancel"
|
||||||
|
rewCommandPrompt: "Enter command rewards separating each one by a <comma>, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
rewCommandPromptHint: 'Note: You may put <player> to specify the player who completed the Quest. e.g. smite <player>'
|
||||||
|
rewPermissionsPrompt: "Enter permission rewards separating each one by a space, or enter 'clear' to clear the list, or enter 'cancel' to return."
|
||||||
|
rewQuestPointsPrompt: "Enter amount of Quest Points, or 0 to clear the Quest Point reward, or -1 to cancel"
|
||||||
|
rewMcMMOPrompt: "Enter mcMMO skills, separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewMcMMOPromptHint: 'Note: Typing ''All'' will give levels to all skills.'
|
||||||
|
rewHeroesClassesPrompt: "Enter Heroes classes separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewHeroesExperiencePrompt: "Enter experience amounts (numbers, decimals are allowed) separating each one by a space, or enter 'cancel' to return."
|
||||||
|
rewPhatLootsPrompt: "Enter PhatLoots separating each one by a space, or enter 'clear' to clear the list, or 'cancel' to return."
|
||||||
|
rewCustomRewardPrompt: "Enter the name of a custom reward to add, or enter 'clear' to clear all custom rewards, or 'cancel' to return."
|
||||||
|
rewItemsCleared: "Item rewards cleared."
|
||||||
|
rewNoMcMMOSkills: "No skills set"
|
||||||
|
rewNoHeroesClasses: "No classes set"
|
||||||
|
rewSetMcMMOSkillsFirst: "You must set skills first!"
|
||||||
|
rewMcMMOCleared: "mcMMO rewards cleared."
|
||||||
|
rewMcMMOListsNotSameSize: "The skills list and skill amounts list are not the same size!"
|
||||||
|
rewSetHeroesClassesFirst: "You must set classes first!"
|
||||||
|
rewHeroesCleared: "Heroes rewards cleared."
|
||||||
|
rewHeroesListsNotSameSize: "The classes list and experience amounts list are not the same size!"
|
||||||
|
rewHeroesInvalidClass: "<input> is not a valid Heroes class name!"
|
||||||
|
rewPhatLootsInvalid: "<input> is not a valid PhatLoot name!"
|
||||||
|
rewPhatLootsCleared: "PhatLoots reward cleared."
|
||||||
|
rewCustomAlreadyAdded: "That custom reward has already been added!"
|
||||||
|
rewCustomNotFound: "Custom reward module not found."
|
||||||
|
rewCustomCleared: "Custom rewards cleared."
|
||||||
|
rewNoPhat: "PhatLoots not installed"
|
||||||
|
itemCreateLoadHand: "Load item in hand"
|
||||||
|
itemCreateSetName: "Set name"
|
||||||
|
itemCreateSetAmount: "Set amount"
|
||||||
|
itemCreateSetDurab: "Set durability"
|
||||||
|
itemCreateSetEnchs: "Add/clear enchantments"
|
||||||
|
itemCreateSetDisplay: "Set display name"
|
||||||
|
itemCreateSetLore: "Set lore"
|
||||||
|
itemCreateEnterName: "Enter an item name, or 'cancel' to return."
|
||||||
|
itemCreateEnterAmount: "Enter item amount (max. 64), or 'cancel' to return."
|
||||||
|
itemCreateEnterDurab: "Enter item durability, or 'clear' to clear the data, or 'cancel' to return."
|
||||||
|
itemCreateEnterEnch: "Enter an enchantment name, or 'clear' to clear the enchantments, or 'cancel' to return."
|
||||||
|
itemCreateEnterLevel: "Enter a level (number) for <enchantment>"
|
||||||
|
itemCreateEnterDisplay: "Enter item display name, or 'clear' to clear the display name, or 'cancel' to return."
|
||||||
|
itemCreateEnterLore: "Enter item lore, separating each line by a semi-colon ; or 'clear' to clear the lore, or 'cancel' to return."
|
||||||
|
itemCreateLoaded: "Item loaded."
|
||||||
|
itemCreateNoItem: "No item in hand!"
|
||||||
|
itemCreateNoName: "You must set a name first!"
|
||||||
|
itemCreateInvalidName: "Invalid item name!"
|
||||||
|
itemCreateInvalidAmount: "Amount must be between 1-64!"
|
||||||
|
itemCreateInvalidDurab: "Invalid item durability!"
|
||||||
|
itemCreateInvalidEnch: "Invalid enchantment name!"
|
||||||
|
itemCreateInvalidLevel: "Level must be greater than 0!"
|
||||||
|
itemCreateInvalidInput: "Invalid input!"
|
||||||
|
itemCreateNotNumber: "Input was not a number!"
|
||||||
|
itemCreateNoNameAmount: "You must set a name and amount first!"
|
||||||
|
itemCreateCriticalError: "A critical error has occurred."
|
||||||
|
questTitle: "-- <quest> --"
|
||||||
|
questObjectivesTitle: "---(<quest>)---"
|
||||||
|
questCompleteTitle: '**QUEST COMPLETE: <quest>**'
|
||||||
|
questRewardsTitle: "Rewards:"
|
||||||
|
journalTitle: "Quest Journal"
|
||||||
|
questsTitle: "- Quests -"
|
||||||
|
questHelpTitle: "- Quests -"
|
||||||
|
questListTitle: "- Quests -"
|
||||||
|
questNPCListTitle: "- Quests | <npc> -"
|
||||||
|
questAdminHelpTitle: "- Questadmin -"
|
||||||
|
questEditorTitle: "- Quest Editor -"
|
||||||
|
eventEditorTitle: "- Event Editor - "
|
||||||
|
questCreateTitle: "- Create Quest -"
|
||||||
|
questEditTitle: "- Edit Quest -"
|
||||||
|
questDeleteTitle: "- Delete Quest -"
|
||||||
|
requirementsTitle: "- <quest> | Requirements -"
|
||||||
|
rewardsTitle: "- <quest> | Rewards -"
|
||||||
|
itemRequirementsTitle: "- Item Requirements -"
|
||||||
|
itemRewardsTitle: "- Item Rewards -"
|
||||||
|
mcMMORequirementsTitle: "- mcMMO Requirements -"
|
||||||
|
mcMMORewardsTitle: "- mcMMO Rewards -"
|
||||||
|
heroesRequirementsTitle: "- Heroes Requirements -"
|
||||||
|
heroesRewardsTitle: "- Heroes Rewards -"
|
||||||
|
heroesClassesTitle: "- Heroes Classes -"
|
||||||
|
heroesExperienceTitle: "- Heroes Experience -"
|
||||||
|
heroesPrimaryTitle: "- Primary Classes -"
|
||||||
|
heroesSecondaryTitle: "- Secondary Classes -"
|
||||||
|
phatLootsRewardsTitle: "- PhatLoots Rewards -"
|
||||||
|
customRequirementsTitle: "- Custom Requirements -"
|
||||||
|
customRewardsTitle: "- Custom Rewards -"
|
||||||
|
skillListTitle: "- Skill List -"
|
||||||
|
eventTitle: "- Event -"
|
||||||
|
completedQuestsTitle: "- Completed Quests -"
|
||||||
|
topQuestersTitle: "- Top <number> Questers -"
|
||||||
|
createItemTitle: "- Create Item -"
|
||||||
|
enchantmentsTitle: "- Enchantments -"
|
||||||
|
questGUITitle: "- GUI Item Display -"
|
||||||
|
questRegionTitle: "- Quest Region -"
|
||||||
|
eventEditorGiveItemsTitle: "- Give Items -"
|
||||||
|
eventEditorEffectsTitle: "- Effects -"
|
||||||
|
eventEditorStormTitle: "- Event Storm -"
|
||||||
|
eventEditorThunderTitle: "- Event Thunder -"
|
||||||
|
eventEditorMobSpawnsTitle: "- Event Mob Spawns -"
|
||||||
|
eventEditorMobsTitle: "- Mobs -"
|
||||||
|
eventEditorAddMobTypesTitle: "- Add Mob -"
|
||||||
|
eventEditorPotionEffectsTitle: "- Event Potion Effects -"
|
||||||
|
eventEditorPotionTypesTitle: "- Event Potion Types -"
|
||||||
|
eventEditorWorldsTitle: "- Worlds -"
|
||||||
|
effBlazeShoot: "Sound of a Blaze firing"
|
||||||
|
effBowFire: "Sound of a bow firing"
|
||||||
|
effClick1: "A click sound"
|
||||||
|
effClick2: "A different click sound"
|
||||||
|
effDoorToggle: "Sound of a door opening or closing"
|
||||||
|
effExtinguish: "Sound of fire being extinguished"
|
||||||
|
effGhastShoot: "Sound of a Ghast firing"
|
||||||
|
effGhastShriek: "Sound of a Ghast shrieking"
|
||||||
|
effZombieWood: "Sound of a Zombie chewing an iron door"
|
||||||
|
effZombieIron: "Sound of a Zombie chewing a wooden door"
|
||||||
|
effEnterName: "Enter an effect name to add it to the list, or enter 'cancel' to return"
|
||||||
|
cmdCancel: "cancel"
|
||||||
|
cmdAdd: "add"
|
||||||
|
cmdClear: "clear"
|
||||||
|
cmdNone: "none"
|
||||||
|
cmdDone: "done"
|
||||||
|
acceptQuest: "Accept Quest?"
|
||||||
|
enterAnOption: "Enter an option"
|
||||||
|
questAccepted: 'Quest accepted: <quest>'
|
||||||
|
currentQuest: "Current Quests:"
|
||||||
|
noMoreQuest: "No more quests available."
|
||||||
|
damage: "Damage"
|
||||||
|
break: "Break"
|
||||||
|
place: "Place"
|
||||||
|
use: "Use"
|
||||||
|
cut: "Cut"
|
||||||
|
catchFish: "Catch Fish"
|
||||||
|
enchantItem: "Enchant <item> with <enchantment>"
|
||||||
|
kill: "Kill"
|
||||||
|
killAtLocation: "Kill <mob> at <location>"
|
||||||
|
killPlayer: "Kill a Player"
|
||||||
|
deliver: "Deliver <item> to <npc>"
|
||||||
|
talkTo: "Talk to <npc>"
|
||||||
|
tame: "Tame"
|
||||||
|
shearSheep: "Shear <color> sheep"
|
||||||
|
goTo: "Go to <location>"
|
||||||
|
completed: "Completed"
|
||||||
|
redoCompleted: "(Completed)"
|
||||||
|
consoleError: "This command may only be performed in-game."
|
||||||
|
invalidSelection: "Invalid selection!"
|
||||||
|
noActiveQuest: "You do not currently have any active Quests."
|
||||||
|
speakTo: 'Start: Speak to <npc>'
|
||||||
|
mustSpeakTo: "You must speak to <npc> to start this Quest."
|
||||||
|
noCommandStart: "<quest> may not be started via command."
|
||||||
|
permissionDisplay: "Permission:"
|
||||||
|
heroesClass: "class"
|
||||||
|
mcMMOLevel: "level"
|
||||||
|
haveCompleted: "You have completed <quest>"
|
||||||
|
cannotComplete: "Cannot complete <quest>"
|
||||||
|
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."
|
||||||
|
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."
|
||||||
|
questInfoNoPerms: "You do not have permission to view a Quest's information."
|
||||||
|
questCmdNoPerms: "You do not have access to that command."
|
||||||
|
pageSelectionNum: "Page selection must be a number."
|
||||||
|
pageSelectionPosNum: "Page selection must be a positive number."
|
||||||
|
questListNoPerms: "You do not have permission to view the Quests list."
|
||||||
|
questTakeNoPerms: "You do not have permission to take Quests via commands."
|
||||||
|
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||||
|
questQuit: "You have quit <quest>"
|
||||||
|
questQuitNoPerms: "You do not have permission to quit Quests."
|
||||||
|
questQuitDisabled: "Quitting Quests has been disabled."
|
||||||
|
questEditorNoPerms: "You do not have permission to use the Quests Editor."
|
||||||
|
eventEditorNoPerms: "You do not have permission to use the Events Editor."
|
||||||
|
questsUnknownCommand: "Unknown Quests 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>."
|
||||||
|
questPurged: "<player> has been purged and blacklisted."
|
||||||
|
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."
|
||||||
|
enableNPCGUI: "<npc> will now provide a GUI Quest Display."
|
||||||
|
disableNPCGUI: "<npc> will no longer provide a GUI Quest Display."
|
||||||
|
invalidNumber: "Invalid number."
|
||||||
|
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||||
|
playerNotFound: "Player not found."
|
||||||
|
invalidStageNum: "Invalid stage number for Quest <quest>"
|
||||||
|
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||||
|
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."
|
||||||
|
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!"
|
||||||
|
journalNoQuests: "You have no accepted quests!"
|
||||||
|
journalDenied: "You cannot do that with your Quest Journal."
|
||||||
|
ENCHANTMENT_ARROW_DAMAGE: "Power"
|
||||||
|
ENCHANTMENT_ARROW_FIRE: "Flame"
|
||||||
|
ENCHANTMENT_ARROW_INFINITE: "Infinity"
|
||||||
|
ENCHANTMENT_ARROW_KNOCKBACK: "Punch"
|
||||||
|
ENCHANTMENT_BINDING_CURSE: "BindingCurse"
|
||||||
|
ENCHANTMENT_DAMAGE_ALL: "Sharpness"
|
||||||
|
ENCHANTMENT_DAMAGE_ARTHROPODS: "BaneOfArthropods"
|
||||||
|
ENCHANTMENT_DEPTH_STRIDER: "DepthStrider"
|
||||||
|
ENCHANTMENT_DAMAGE_UNDEAD: "Smite"
|
||||||
|
ENCHANTMENT_DIG_SPEED: "Efficiency"
|
||||||
|
ENCHANTMENT_DURABILITY: "Unbreaking"
|
||||||
|
ENCHANTMENT_FIRE_ASPECT: "FireAspect"
|
||||||
|
ENCHANTMENT_FROST_WALKER: "FrostWalker"
|
||||||
|
ENCHANTMENT_KNOCKBACK: "Knockback"
|
||||||
|
ENCHANTMENT_LOOT_BONUS_BLOCKS: "Fortune"
|
||||||
|
ENCHANTMENT_LOOT_BONUS_MOBS: "Looting"
|
||||||
|
ENCHANTMENT_LUCK: "LuckOfTheSea"
|
||||||
|
ENCHANTMENT_LURE: "Lure"
|
||||||
|
ENCHANTMENT_MENDING: "Mending"
|
||||||
|
ENCHANTMENT_OXYGEN: "Respiration"
|
||||||
|
ENCHANTMENT_PROTECTION_ENVIRONMENTAL: "Protection"
|
||||||
|
ENCHANTMENT_PROTECTION_EXPLOSIONS: "BlastProtection"
|
||||||
|
ENCHANTMENT_PROTECTION_FALL: "FeatherFalling"
|
||||||
|
ENCHANTMENT_PROTECTION_FIRE: "FireProtection"
|
||||||
|
ENCHANTMENT_PROTECTION_PROJECTILE: "ProjectileProtection"
|
||||||
|
ENCHANTMENT_SILK_TOUCH: "SilkTouch"
|
||||||
|
ENCHANTMENT_SWEEPING: "Sweeping"
|
||||||
|
ENCHANTMENT_THORNS: "Thorns"
|
||||||
|
ENCHANTMENT_VANISHING_CURSE: "VanishingCurse"
|
||||||
|
ENCHANTMENT_WATER_WORKER: "AquaAffinity"
|
||||||
|
COLOR_BLACK: "Black"
|
||||||
|
COLOR_BLUE: "Blue"
|
||||||
|
COLOR_BROWN: "Brown"
|
||||||
|
COLOR_CYAN: "Cyan"
|
||||||
|
COLOR_GRAY: "Gray"
|
||||||
|
COLOR_GREEN: "Green"
|
||||||
|
COLOR_LIGHT_BLUE: "LightBlue"
|
||||||
|
COLOR_LIME: "Lime"
|
||||||
|
COLOR_MAGENTA: "Magenta"
|
||||||
|
COLOR_ORANGE: "Orange"
|
||||||
|
COLOR_PINK: "Pink"
|
||||||
|
COLOR_PURPLE: "Purple"
|
||||||
|
COLOR_RED: "Red"
|
||||||
|
COLOR_SILVER: "Silver"
|
||||||
|
COLOR_WHITE: "White"
|
||||||
|
COLOR_YELLOW: "Yellow"
|
||||||
|
timeDay: "Day"
|
||||||
|
timeDays: "Days"
|
||||||
|
timeHour: "Hour"
|
||||||
|
timeHours: "Hours"
|
||||||
|
timeMinute: "Minute"
|
||||||
|
timeMinutes: "Minutes"
|
||||||
|
timeSecond: "Second"
|
||||||
|
timeSeconds: "Seconds"
|
||||||
|
timeMillisecond: "Millisecond"
|
||||||
|
timeMilliseconds: "Milliseconds"
|
||||||
|
event: "Event"
|
||||||
|
delay: "Delay"
|
||||||
|
save: "Save"
|
||||||
|
exit: "Exit"
|
||||||
|
exited: "Exited"
|
||||||
|
cancel: "Cancel"
|
||||||
|
cancelled: "Cancelled"
|
||||||
|
questTimeout: "Cancelled."
|
||||||
|
back: "Back"
|
||||||
|
yesWord: "Yes"
|
||||||
|
noWord: "No"
|
||||||
|
"true": "true"
|
||||||
|
"false": "false"
|
||||||
|
clear: "Clear"
|
||||||
|
edit: "Edit"
|
||||||
|
none: "None"
|
||||||
|
done: "Done"
|
||||||
|
comma: "comma"
|
||||||
|
finish: "Finish"
|
||||||
|
quit: "Quit"
|
||||||
|
noneSet: "None set"
|
||||||
|
noDelaySet: "No delay set"
|
||||||
|
noIdsSet: "No IDs set"
|
||||||
|
noNamesSet: "No names set"
|
||||||
|
worlds: "Worlds"
|
||||||
|
mobs: "Mobs"
|
||||||
|
points: "points"
|
||||||
|
invalidOption: "Invalid option!"
|
||||||
|
npcHint: 'Note: You can left or right click on NPC''s to get their ID.'
|
||||||
|
listDuplicate: "List contains duplicates!"
|
||||||
|
id: "ID"
|
||||||
|
quest: "Quest"
|
||||||
|
quests: "Quests"
|
||||||
|
createdBy: "Created by"
|
||||||
|
continuedBy: "and continued by"
|
||||||
|
questPoints: "Quest Points"
|
||||||
|
accepted: "Accepted"
|
||||||
|
complete: "Complete"
|
||||||
|
redoable: "Redoable"
|
||||||
|
usage: "Usage"
|
||||||
|
redoableEvery: "Redoable every <time>."
|
||||||
|
requirements: "Requirements"
|
||||||
|
money: "Money"
|
||||||
|
with: "With"
|
||||||
|
to: "to"
|
||||||
|
blocksWithin: "within <amount> blocks of"
|
||||||
|
valRequired: "Value required"
|
||||||
|
enchantedItem: "*Enchanted*"
|
||||||
|
experience: "Experience"
|
||||||
|
timerMessage: '<green>Time left to finish the quest/stage: <red>%s seconds'
|
||||||
|
timerStart: "<green>You have <red>%s seconds <green>to finish this quest/stage"
|
||||||
|
questErrorReadingFile: "Error reading Quests file."
|
||||||
|
questSaveError: "An error occurred while saving."
|
||||||
|
questBlacklisted: "You are blacklisted. Contact an admin if this is in error."
|
Loading…
Reference in New Issue
Block a user