You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
local ADDON_NAME, ADDON_TABLE = ...
|
|
|
|
|
local debug = false
|
|
|
|
|
--[===[@debug@
|
|
|
|
|
debug = true
|
|
|
|
|
--@end-debug@]===]
|
|
|
|
|
|
|
|
|
|
local L = LibStub("AceLocale-3.0"):NewLocale(ADDON_NAME, "enUS", true, debug)
|
|
|
|
|
|
|
|
|
|
L["Click to toggle combat logging"] = true
|
|
|
|
|
L["Enable Chat Logging"] = true
|
|
|
|
|
L["Enable Chat Logging whenever the Combat Log is enabled"] = true
|
|
|
|
|
L["Instances"] = true
|
|
|
|
|
L["Output"] = true
|
|
|
|
|
L["Profiles"] = true
|
|
|
|
|
L["Prompt on new zone?"] = true
|
|
|
|
|
L["Prompt when entering a new zone?"] = true
|
|
|
|
|
L["Right-click to open the options menu"] = true
|
|
|
|
|
L["Show minimap icon"] = true
|
|
|
|
|
L["Toggle showing or hiding the minimap icon."] = true
|
|
|
|
|
L["You have entered |cffd9d919%s %s|r. Enable logging for this area?"] = true
|
|
|
|
|
|
|
|
|
|
|