use [bonusbar:x] instead of [stance:x], simplifies detection logic of stances, no more skipped aquatic form shit =P

This commit is contained in:
Hendrik Leppkes
2008-03-25 10:10:10 +00:00
parent 1c10f11fad
commit eeea3683f2
8 changed files with 19 additions and 154 deletions
-15
View File
@@ -1,16 +1 @@
--[[ $Id$ ]]
local S = LibStub("AceLocale-3.0"):NewLocale("BT4Stances", "zhTW")
if not S then return end
-- warrior
S["Battle Stance"] = "戰鬥姿態"
S["Defensive Stance"] = "防禦姿態"
S["Berserker Stance"] = "狂暴姿態"
-- druid
S["Bear Form"] = "熊形態"
S["Dire Bear Form"] = "巨熊形態"
S["Cat Form"] = "獵豹形態"
S["Tree of Life"] = "生命之樹"
S["Moonkin Form"] = "梟獸形態"
-- rogue
S["Stealth"] = "潛行"