DRYCODE: copy/pasted stance translations from BT3 into locale files using AceLocale-3.0, and first module interface for stances

This commit is contained in:
Hendrik Leppkes
2008-01-11 15:56:03 +00:00
parent 4431a2f8ed
commit 2fbed3b0ce
11 changed files with 142 additions and 1 deletions
+16
View File
@@ -0,0 +1,16 @@
--[[ $Id: ActionBarStates.lua 55603 2007-11-21 10:57:34Z helium $ ]]
local S = LibStub("AceLocale-3.0"):NewLocale("BT4Stances", "esES")
if not S then return end
-- warrior
S["Battle Stance"] = "Actitud de batalla",
S["Defensive Stance"] = "Actitud defensiva",
S["Berserker Stance"] = "Actitud rabiosa",
-- druid
S["Bear Form"] = "Forma de oso",
S["Dire Bear Form"] = "Forma de oso temible",
S["Cat Form"] = "Forma felina",
S["Tree of Life"] = "\195\129rbol de vida",
S["Moonkin Form"] = "Forma de lech\195\186cico lunar",
-- rogue
S["Stealth"] = "Sigilo",