vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 --[[ TinyTip by Thrae
2 --
3 --
4 -- English Localization (Default)
5 --
6 -- TinyTipLocale should be defined in your FIRST localization
7 -- code.
8 --]]
9  
10 if TinyTipExtrasLocale then
11 -- TinyTipTargets
12 TinyTipTargetsLocale_Targeting = "Targeting"
13 TinyTipTargetsLocale_YOU = "<<YOU>>"
14 TinyTipTargetsLocale_TargetedBy = "Targeted by"
15  
16 -- TinyTipExtras core
17 TinyTipExtrasLocale_Buffs = "Buffs"
18 TinyTipExtrasLocale_DispellableDebuffs = "Dispellable"
19 TinyTipExtrasLocale_DebuffMap = {
20 ["Magic"] = "|cFF5555FFMagic|r",
21 ["Poison"] = "|cFFFF5555Poison|r",
22 ["Curse"] = "|cFFFF22FFCurse|r",
23 ["Disease"] = "|cFF555555Disease|r" }
24  
25 TinyTipExtrasLocale = nil -- we no longer need this
26 end