6ac6d7fd71
Added support for BattleTag friends over report window. Added pet threat to Tiny Threat plugin when out of a party or raid group. Fixed a issue with close button where it disappear without close the window when toolbar is in bottom side. Also fixed a issue where swapping toolbar positioning was sometimes making close button disappear. Fixed a problem opening options panel through minimap when there is no window opened.
16 lines
609 B
Lua
16 lines
609 B
Lua
local Loc = LibStub("AceLocale-3.0"):NewLocale("Details_Threat", "enUS", true)
|
|
|
|
if (not Loc) then
|
|
return
|
|
end
|
|
|
|
Loc ["STRING_PLUGIN_NAME"] = "Tiny Threat"
|
|
|
|
Loc ["STRING_SLASH_ANIMATE"] = "animate"
|
|
Loc ["STRING_SLASH_SPEED"] = "speed"
|
|
Loc ["STRING_SLASH_AMOUNT"] = "amount"
|
|
|
|
Loc ["STRING_COMMAND_LIST"] = "Available Commands:"
|
|
Loc ["STRING_SLASH_SPEED_DESC"] = "Changes the frequency (in seconds) which the window is updated, allow values between 0.1 and 3.0"
|
|
Loc ["STRING_SLASH_SPEED_CHANGED"] = "Update Speed changed to "
|
|
Loc ["STRING_SLASH_SPEED_CURRENT"] = "Update Speed current value is " |