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", "koKR")
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"] = "은신"