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:
@@ -0,0 +1,16 @@
|
||||
--[[ $Id: ActionBarStates.lua 55603 2007-11-21 10:57:34Z helium $ ]]
|
||||
|
||||
local S = LibStub("AceLocale-3.0"):NewLocale("BT4Stances", "frFR")
|
||||
if not S then return end
|
||||
-- warrior
|
||||
S["Battle Stance"] = "Posture de combat"
|
||||
S["Defensive Stance"] = "Posture d\195\169fensive"
|
||||
S["Berserker Stance"] = "Posture berserker"
|
||||
-- druid
|
||||
S["Bear Form"] = "Forme d'ours"
|
||||
S["Dire Bear Form"] = "Forme d'ours redoutable"
|
||||
S["Cat Form"] = "Forme de f\195\169lin"
|
||||
S["Tree of Life"] = "Arbre de vie"
|
||||
S["Moonkin Form"] = "Forme de s\195\169l\195\169nien"
|
||||
-- rogue
|
||||
S["Stealth"] = "Camouflage"
|
||||
Reference in New Issue
Block a user