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.
11 lines
486 B
11 lines
486 B
|
5 years ago
|
local L = LibStub("AceLocale-3.0"):NewLocale("DetailsTargetCaller", "enUS", true)
|
||
|
|
if not L then return end
|
||
|
|
|
||
|
|
L["STRING_INSTALL_ERROR1"] = "Target Caller cannot be installed: Details! not found."
|
||
|
|
L["STRING_OVERALL"] = "Overall"
|
||
|
|
L["STRING_PLUGIN_DESC"] = [=[Plugin for Target Caller on PvP, can also be used by raid leader on PvE.
|
||
|
|
|
||
|
|
When you select a new target, tells how much damage each raid member inflicted since you changed the target.]=]
|
||
|
|
L["STRING_PLUGIN_NAME"] = "Target Caller"
|
||
|
|
|