WoWInterface SVN EasyDND

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 72 to Rev 73
    Reverse comparison

Rev 72 → Rev 73

EasyDND/frames/broker.lua
52,10 → 52,13
 
local function ToggleMinimap()
if _.db.profile.showminimap then
if _.db.profile.showarnings then
_:Print("|cff7e7e7e"..L["Minimap icon disabled, install"].." LibDBIcon-1.0 "..L["to activate this feature"].."|r")
if ICO then
ICO:Show("EasyDND")
else
if _.db.profile.showarnings then
_:Print("|cff7e7e7e"..L["Minimap icon disabled, install"].." LibDBIcon-1.0 "..L["to activate this feature"].."|r")
end
end
if ICO then ICO:Show("EasyDND") end
else
if ICO then ICO:Hide("EasyDND") end
end
81,13 → 84,15
end
end
 
local sig = "[AntiParasites] "
 
local function ToggleDewdrop(a)
if not DEW then
if _.db.profile.showarnings then
_:Print("|cff7e7e7e"..L["Quick menu disabled, install"].." DewdropLib "..L["to activate this feature"])
end
_.ToggleConfig()
return
_.ToggleConfig()
return
end
DEW:Open(a, "children", function()
local a = DEW.options.args.messages.args
117,6 → 122,7
if not _.db.profile.anti_hidenotification then
_:Print(L["Temporarily allows"].." \""..j.."\" "..L["to start"]..": "..i)
end
SendChatMessage(sig..L["Has allowed you to retry one time"]..": "..i, "WHISPER", nil, j)
wipe(_.y)
return
end
132,6 → 138,7
if not _.db.profile.anti_hidenotification then
_:Print(L["Has removed the exception for the user"].." \"".._.z[#_.z][2].."\" "..L["to start"]..": ".._.z[#_.z][1])
end
SendChatMessage(sig..L["Has disallowed you to retry one time"]..": ".._.z[#_.z][1], "WHISPER", nil, _.z[#_.z][2])
table.remove(_.z, #_.z)
return
end
EasyDND/locals/esES.lua
173,3 → 173,5
L["Minimap icon disabled, install"] = true
L["Quick menu disabled, install"] = true
L["to activate this feature"] = true
L["Has allowed you to retry one time"] = true
L["Has disallowed you to retry one time"] = true
EasyDND/locals/frFR.lua
184,3 → 184,5
L["Minimap icon disabled, install"] = "Icône minimap désactivé, veuillez installer"
L["Quick menu disabled, install"] = "Menu rapide désactivé, veuillez installer"
L["to activate this feature"] = "pour activer cet outil optionnel"
L["Has allowed you to retry one time"] = "Vous autorise à recommencer seulement une fois l'action"
L["Has disallowed you to retry one time"] = "Vous enlève l'autorisation à recommencer seulement une fois l'action"
EasyDND/locals/deDE.lua
186,3 → 186,5
L["Minimap icon disabled, install"] = true
L["Quick menu disabled, install"] = true
L["to activate this feature"] = true
L["Has allowed you to retry one time"] = true
L["Has disallowed you to retry one time"] = true
EasyDND/locals/zhCN.lua
173,3 → 173,5
L["Minimap icon disabled, install"] = true
L["Quick menu disabled, install"] = true
L["to activate this feature"] = true
L["Has allowed you to retry one time"] = true
L["Has disallowed you to retry one time"] = true
EasyDND/locals/enCN.lua
173,3 → 173,5
L["Minimap icon disabled, install"] = true
L["Quick menu disabled, install"] = true
L["to activate this feature"] = true
L["Has allowed you to retry one time"] = true
L["Has disallowed you to retry one time"] = true
EasyDND/locals/koKR.lua
173,3 → 173,5
L["Minimap icon disabled, install"] = true
L["Quick menu disabled, install"] = true
L["to activate this feature"] = true
L["Has allowed you to retry one time"] = true
L["Has disallowed you to retry one time"] = true
EasyDND/locals/enUS.lua
172,3 → 172,5
L["Minimap icon disabled, install"] = true
L["Quick menu disabled, install"] = true
L["to activate this feature"] = true
L["Has allowed you to retry one time"] = true
L["Has disallowed you to retry one time"] = true
EasyDND/locals/enGB.lua
173,3 → 173,5
L["Minimap icon disabled, install"] = true
L["Quick menu disabled, install"] = true
L["to activate this feature"] = true
L["Has allowed you to retry one time"] = true
L["Has disallowed you to retry one time"] = true
EasyDND/locals/esMX.lua
173,3 → 173,5
L["Minimap icon disabled, install"] = true
L["Quick menu disabled, install"] = true
L["to activate this feature"] = true
L["Has allowed you to retry one time"] = true
L["Has disallowed you to retry one time"] = true
EasyDND/locals/zhTW.lua
173,3 → 173,5
L["Minimap icon disabled, install"] = true
L["Quick menu disabled, install"] = true
L["to activate this feature"] = true
L["Has allowed you to retry one time"] = true
L["Has disallowed you to retry one time"] = true
EasyDND/locals/enTW.lua
173,3 → 173,5
L["Minimap icon disabled, install"] = true
L["Quick menu disabled, install"] = true
L["to activate this feature"] = true
L["Has allowed you to retry one time"] = true
L["Has disallowed you to retry one time"] = true
EasyDND/locals/ruRU.lua
173,3 → 173,5
L["Minimap icon disabled, install"] = true
L["Quick menu disabled, install"] = true
L["to activate this feature"] = true
L["Has allowed you to retry one time"] = true
L["Has disallowed you to retry one time"] = true