WoWInterface SVN EasyDND

Compare Revisions

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

Rev 73 → Rev 72

EasyDND/frames/broker.lua
52,13 → 52,10
 
local function ToggleMinimap()
if _.db.profile.showminimap then
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
if _.db.profile.showarnings then
_:Print("|cff7e7e7e"..L["Minimap icon disabled, install"].." LibDBIcon-1.0 "..L["to activate this feature"].."|r")
end
if ICO then ICO:Show("EasyDND") end
else
if ICO then ICO:Hide("EasyDND") end
end
84,15 → 81,13
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
122,7 → 117,6
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
138,7 → 132,6
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/deDE.lua
186,5 → 186,3
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,5 → 173,3
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,5 → 173,3
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,5 → 173,3
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,5 → 172,3
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,5 → 173,3
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,5 → 173,3
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,5 → 173,3
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,5 → 173,3
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,5 → 173,3
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/esES.lua
173,5 → 173,3
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,5 → 184,3
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"