WoWInterface SVN RaidWatch2

[/] [trunk/] [RaidWatch/] [Locales/] [enUS.lua] - Rev 22

Compare with Previous | Blame | View Log

local AL = LibStub("AceLocale-3.0")
if not AL then return end

--[==[@non-debug@
local L = AL:NewLocale("RaidWatch2_Loader", "enUS", true, true)
--@end-non-debug@]==]
--@debu@
local L = AL:NewLocale("RaidWatch2_Loader", "enUS", true, false)
--@end-debug@

if L then
        L.ALPHA_INFO = "You are running an alpha version of Raid Watch, some things may throw errors so be prepared!"
        L.DEV_INFO = "You are running the svn version of Raid Watch, things are likely to produce errors."
        
        L.LOADER_NAME = "Raid Watch Loader"
        
        L.MOD_LOAD_ERROR = "Error while loading %s. (%s)"
        
        L.LDB_INFO                      = "|cff28579d[|r|cffcfe846Raid Watch 2|r|cff28579d]|r"
        L.LDB_LEFTCLICK         = ("|cff28579d[|r|cffcfe846Left Click|r|cff28579d]|r|cff%2x%2x%2xShow RaidInfo window|r"):format(0.39 * 255, 0.67 * 255, 0.87 * 255)
        L.LDB_RIGHTCLICK        = ("|cff28579d[|r|cffcfe846Right Click|r|cff28579d]|r|cff%2x%2x%2xOpen configuration|r"):format(0.39 * 255, 0.67 * 255, 0.87 * 255)
        L.LDB_SHIFTRIGHTCLICK = ("|cff28579d[|r|cffcfe846Shift + Right Click|r|cff28579d]|r|cff%2x%2x%2xToggle Config Mode|r"):format(0.39 * 255, 0.67 * 255, 0.87 * 255)
end

Compare with Previous | Blame