WoWInterface SVN Aloft

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /branches/border/Aloft/AloftVisibility
    from Rev 1859 to Rev 1872
    Reverse comparison

Rev 1859 → Rev 1872

AloftVisibilityLocale.lua
161,6 → 161,28
 
-----------------------------------------------------------------------------
 
elseif (locale == "frFR") then
 
AloftModules:AddInitializer("AloftVisibility", function()
 
-----------------------------------------------------------------------------
 
--[[ frFR ]] oL["Visibility"] = "Visibiliteeeeeeeeeee"
 
-----------------------------------------------------------------------------
 
--[[ frFR ]] oT["Tremor Totem"] = "Totem de séisme"
--[[ frFR ]] oT["Grounding Totem"] = "Totem de glèbe"
--[[ frFR ]] oT["Earthbind Totem"] = "Totem de lien terrestre"
--[[ frFR ]] oT["Cleansing Totem"] = "Totem de purification"
--[[ frFR ]] oT["Mana Tide Totem"] = "Totem de vague de mana"
 
-----------------------------------------------------------------------------
 
end)
 
-----------------------------------------------------------------------------
 
elseif (locale == "koKR") then
 
-----------------------------------------------------------------------------