Add bar label options (font, outline, size, color). Fix bug with profile changing.

This commit is contained in:
Xinhuan
2008-10-09 14:44:24 +08:00
parent 9895c8c1ca
commit a256497c81
3 changed files with 165 additions and 56 deletions
+26 -1
View File
@@ -3,7 +3,7 @@ local L = AceLocale:NewLocale("Omen", "enUS", true)
if not L then return end
-- Main Omen window
L["Unknown"] = true
L["<Unknown>"] = true
-- Config module titles
L["General Settings"] = true
@@ -59,6 +59,31 @@ L["Bar Height"] = true
L["Height of each bar"] = true
L["Bar Spacing"] = true
L["Spacing between each bar"] = true
L["Bar Label Options"] = true
L["Font"] = true
L["The font that the labels will use"] = true
L["Font Size"] = true
L["Control the font size of the labels"] = true
L["Font Color"] = true
L["The color of the labels"] = true
L["Font Outline"] = true
L["The outline that the labels will use"] = true
L["None"] = true
L["Outline"] = true
L["Thick Outline"] = true
L["Classes"] = true
L["DEATHKNIGHT"] = "Death Knight"
L["DRUID"] = "Druid"
L["HUNTER"] = "Hunter"
L["MAGE"] = "Mage"
L["PALADIN"] = "Paladin"
L["PET"] = "Pet"
L["PRIEST"] = "Priest"
L["ROGUE"] = "Rogue"
L["SHAMAN"] = "Shaman"
L["WARLOCK"] = "Warlock"
L["WARRIOR"] = "Warrior"
-- Config strings, slash command section
L["OMEN_SLASH_DESC"] = "These buttons execute the same functions as the ones in the slash command /omen"