You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
485 B
9 lines
485 B
|
5 years ago
|
local L = LibStub("AceLocale-3.0"):NewLocale("Details_AltPowerBar", "enUS", true)
|
||
|
|
if not L then return end
|
||
|
|
|
||
|
|
L["STRING_PLUGIN_DESC"] = "Alternative or Raid Power Bar are the special power bars present on specified encounters like The Stone Guard on Mogu'shan Vaults, Norushen on Siege or Orgrimmar and others."
|
||
|
|
L["STRING_PLUGIN_NAME"] = "Raid Power Bars"
|
||
|
|
L["STRING_SETDEBUFF"] = "right click to set a debuff"
|
||
|
|
L["STRING_TRACKING_DEFAULT"] = "now tracking: |cFFFF8800 [Power Bars]|r."
|
||
|
|
|