vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 --[[ TinyTip by Thrae
2 --
3 -- Chinese Localization
4 -- Any wrong words, change them here.
5 --
6 -- TinyTipExtrasLocale should be defined in your FIRST included
7 -- localization file.
8 --
9 -- Contributors:
10 --]]
11  
12 TinyTipExtrasLocale = GetLocale()
13  
14 if TinyTipExtrasLocale and TinyTipExtrasLocale == "zhCN" then
15 -- TinyTipTargets
16 TinyTipLocale_Targeting = "当前目标"
17 TinyTipLocale_YOU = "<<你>>"
18 TinyTipLocale_TargetedBy = "关注"
19  
20 -- TinyTipExtras core
21 TinyTipExtrasLocale_Buffs = "Buffs"
22 TinyTipExtrasLocale_DispellableDebuffs = "可驱散"
23 TinyTipExtrasLocale_DebuffMap = {
24 ["Magic"] = "|cFF5555FF魔法|r",
25 ["Poison"] = "|cFFFF5555中毒|r",
26 ["Curse"] = "|cFFFF22FF诅咒|r",
27 ["Disease"] = "|cFF555555疾病|r" }
28  
29 TinyTipExtrasLocale = nil -- we no longer need this
30 end