Quantcast
--[[
Jamba - Jafula's Awesome Multi-Boxer Assistant
Copyright 2008 - 2015 Michael "Jafula" Miller
License: The MIT License
]]--

local L = LibStub("AceLocale-3.0"):NewLocale( "Jamba-Quest", "enUS", true )
L["Slash Commands"] = true
L["Quest"] = true
L["Push Settings"] = true
L["Push the quest settings to all characters in the team."] = true
L["Settings received from A."] = function( characterName )
	return string.format( "Settings received from %s.", characterName )
end
L[": "] = true
L["Completion"] = true
L[" "] = true
L["Information"] = true
L["Jamba-Quest treats any team member as the Master."] = true
L["Quest actions by one character will be actioned by the other"] = true
L["characters regardless of who the Master is."] = true
L["Quest Selection & Acceptance"] = true
L["Toon Select & Decline Quest With Team"] = true
L["All Auto Select Quests"] = true
L["Accept Quests"] = true
L["Toon Accept Quest From Team"] = true
L["Do Not Auto Accept Quests"] = true
L["All Auto Accept ANY Quest"] = true
L["Only Auto Accept Quests From:"] = true
L["Team"] = true
L["NPC"] = true
L["Friends"] = true
L["Party"] = true
L["Raid"] = true
L["Guild"] = true
L["Master Auto Share Quests When Accepted"] = true
L["Toon Auto Accept Escort Quest From Team"] = true
L["Other Options"] = true
L["Show Jamba-Quest Log With WoW Quest Log"] = true
L["Quest Completion"] = true
L["Enable Auto Quest Completion"] = true
L["Quest Has No Rewards Or One Reward:"] = true
L["Toon Do Nothing"] = true
L["Toon Complete Quest With Team"] = true
L["All Automatically Complete Quest"] = true
L["Quest Has More Than One Reward:"] = true
L["Toon Choose Same Reward As Team"] = true
L["Toon Must Choose Own Reward"] = true
L["If Modifier Keys Pressed, Toon Choose Same Reward"] = true
L["As Team Otherwise Toon Must Choose Own Reward"] = true
L["Ctrl"] = true
L["Shift"] = true
L["Alt"] = true
L["Override: If Toon Already Has Reward Selected,"] = true
L["Choose That Reward"] = true
--L["Accepted Quest: A"] = function( questName )
--	return string.format( "Accepted Quest: %s", questName )
--end
L["Accepted Quest: A"] = function( questName )
	return string.format( "Accepted Quest: %s", questName )
end
L["Automatically Accepted Quest: A"] = function( questName )
	return string.format( "Automatically Accepted Quest: %s", questName )
end
L["Automatically Accepted AutoPickupQuest: A"] = function( questName )
	return string.format( "Automatically Accepted AutoPickupQuest: %s", questName )
end
--L["Automatically Accepted Quest: A"] = function( questName )
--	return string.format( "Automatically Accepted Quest: %s", questName )
--end
L["Quest has X reward choices."] = function( choices )
	return string.format( "Quest has %s reward choices.", choices )
end
L["Completed Quest: A"] = function( questName )
	return string.format( "Completed Quest: %s", questName )
end
L["Automatically Accepted Escort Quest: A"] = function( questName )
	return string.format( "Automatically Accepted Escort Quest: %s", questName )
end
L["I do not have the quest: A"] = function( questName )
	return string.format( "I do not have the quest: %s", questName )
end
L["I have abandoned the quest: A"] = function( questName )
	return string.format( "I have abandoned the quest: %s", questName )
end
L["Sharing Quest: A"] = function( questName )
	return string.format( "Sharing Quest: %s", questName )
end
L["Abandon"] = true
L["Select"] = true
L["Jamba-Quest"] = true
L["Share"] = true
L["Track All"] = true
L["Track None"] = true
L["Toggle Track All"] = true
L["Toggle Track"] = true
L["Abandon All"] = true
L["Share All"] = true
L["(No Quest Selected)"] = true
L["You must select a quest from the quest log in order to action it on your other characters."] = true
L['Abandon "%s"?'] = true
L["This will abandon ALL quests ON every toon!  Yes, this means you will end up with ZERO quests in your quest log!  Are you sure?"] = true
L["Send Message Area"] = true
L["Send Warning Area"] = true
L["Set The Auto Select Functionality"] = true
L["Set the auto select functionality."] = true
L["toggle"] = true
L["off"] = true
L["on"] = true
L["Hold Shift To Override Auto Select/Auto Complete"] = true
L["Toon Auto Selects Best Reward"] = true
L["And Claims It As Well"] = true
L["The reward information was not loaded from the server.  Close the quest window and open it again."] = true