WoWInterface SVN EasyDND

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 75 to Rev 74
    Reverse comparison

Rev 75 → Rev 74

EasyDND/EasyDND.lua
236,42 → 236,240
return ""
end
 
-- Thanks a lot to Xinhuan for giving me the hint to use string.gsub instead of string.sub
-- it saves so much code space accross all languages!
local function OnSysFilter(b)
local _, gg, ff = EasyDND, string.gsub, string.find
local _, s, t, u = EasyDND, string.sub, string.find, string.len
if _.db.profile.hidesys then
local a, new = GetLocale() or ""
if a == "deDE" then new = gg(MARKED_AFK_MESSAGE, "%%1$s", ".*")
else new = gg(MARKED_AFK_MESSAGE, "%%s", ".*") end
local patterns = {
CLEARED_DND,
MARKED_AFK,
CLEARED_AFK,
gg(MARKED_DND, "%%s", ".*"),
new
}
for i, j in pairs(patterns) do
if ff(b, j) then return true end
local a = GetLocale() or "enUS"
if a == "enUS" then
if t(b, s(MARKED_DND, 1, u(MARKED_DND) -3)) then
return true
elseif t(b, CLEARED_DND) then
return true
elseif t(b, MARKED_AFK) then
return true
elseif t(b, s(MARKED_AFK_MESSAGE, 1, u(MARKED_AFK_MESSAGE) -2)) then
return true
elseif t(b, CLEARED_AFK) then
return true
end
elseif a == "enGB" then
if t(b, s(MARKED_DND, 1, u(MARKED_DND) -3)) then
return true
elseif t(b, CLEARED_DND) then
return true
elseif t(b, MARKED_AFK) then
return true
elseif t(b, s(MARKED_AFK_MESSAGE, 1, u(MARKED_AFK_MESSAGE) -2)) then
return true
elseif t(b, CLEARED_AFK) then
return true
end
elseif a == "esES" then
if t(b, s(MARKED_DND, 1, u(MARKED_DND) -3)) then
return true
elseif t(b, CLEARED_DND) then
return true
elseif t(b, MARKED_AFK) then
return true
elseif t(b, s(MARKED_AFK_MESSAGE, 1, u(MARKED_AFK_MESSAGE) -2)) then
return true
elseif t(b, CLEARED_AFK) then
return true
end
elseif a == "esMX" then
if t(b, s(MARKED_DND, 1, u(MARKED_DND) -3)) then
return true
elseif t(b, CLEARED_DND) then
return true
elseif t(b, MARKED_AFK) then
return true
elseif t(b, s(MARKED_AFK_MESSAGE, 1, u(MARKED_AFK_MESSAGE) -2)) then
return true
elseif t(b, CLEARED_AFK) then
return true
end
elseif a == "deDE" then
if t(b, s(MARKED_DND, 1, u(MARKED_DND) -3)) then
return true
elseif t(b, CLEARED_DND) then
return true
elseif t(b, MARKED_AFK) then
return true
elseif t(b, s(MARKED_AFK_MESSAGE, 1, u(MARKED_AFK_MESSAGE) -4)) then
return true
elseif t(b, CLEARED_AFK) then
return true
end
elseif a == "frFR" then
if t(b, s(MARKED_DND, 1, u(MARKED_DND) -3)) then
return true
elseif t(b, CLEARED_DND) then
return true
elseif t(b, MARKED_AFK) then
return true
elseif t(b, s(MARKED_AFK_MESSAGE, 1, u(MARKED_AFK_MESSAGE) -2)) then
return true
elseif t(b, CLEARED_AFK) then
return true
end
elseif a == "ruRU" then
if t(b, s(MARKED_DND, 1, u(MARKED_DND) -5)) then -- changed from 3.0.1 to 3.0.8
return true
elseif t(b, CLEARED_DND) then
return true
elseif t(b, MARKED_AFK) then
return true
elseif t(b, s(MARKED_AFK_MESSAGE, 1, u(MARKED_AFK_MESSAGE) -5)) then -- changed from 3.0.1 to 3.0.8
return true
elseif t(b, CLEARED_AFK) then
return true
end
elseif a == "koKR" then
if t(b, s(MARKED_DND, 3, -1)) then
return true
elseif t(b, CLEARED_DND) then
return true
elseif t(b, MARKED_AFK) then
return true
elseif t(b, s(MARKED_AFK_MESSAGE, 4, -1)) then
return true
elseif t(b, CLEARED_AFK) then
return true
end
elseif a == "zhCN" or a == "enCN" then
if t(b, s(MARKED_DND, 1, u(MARKED_DND) -5)) then
return true
elseif t(b, CLEARED_DND) then
return true
elseif t(b, MARKED_AFK) then
return true
elseif t(b, s(MARKED_AFK_MESSAGE, 1, u(MARKED_AFK_MESSAGE) -2)) then
return true
elseif t(b, CLEARED_AFK) then
return true
end
elseif a == "zhTW" or a == "enTW" then
if t(b, s(MARKED_DND, 1, u(MARKED_DND) -5)) then
return true
elseif t(b, CLEARED_DND) then
return true
elseif t(b, MARKED_AFK) then
return true
elseif t(b, s(MARKED_AFK_MESSAGE, 1, u(MARKED_AFK_MESSAGE) -2)) then
return true
elseif t(b, CLEARED_AFK) then
return true
end
end
end
return false
end
 
-- Thanks a lot to Xinhuan for giving me the hint to use string.gsub instead of string.sub
-- it saves so much code space accross all languages!
local function OnSysAntiFilter(b)
local _, gg, ff = EasyDND, string.gsub, string.find
local _, s, t, u = EasyDND, string.sub, string.find, string.len
if _.db.profile.anti_hidesys and _.x then
local a = GetLocale() or "enUS"
_.x = false
local patterns = {
gg(DUEL_REQUESTED, "%%s", ".*"),
gg(ERR_TRADE_REQUEST_S, "%%s", ".*"),
gg(ERR_INVITED_TO_GROUP_SS, "[|]Hplayer:%%s[|]h[[]%%s[]][|]h", "[|]Hplayer:.*[|]h[[].*[]][|]h"),
gg(gg(ERR_INVITED_TO_GUILD_SSS, "[|]Hplayer:%%s[|]h[[]%%s[]][|]h", "[|]Hplayer:.*[|]h[[].*[]][|]h"), "%%s", ".*")
}
for i, j in pairs(patterns) do
if ff(b, j) then return true end
if a == "enUS" then
if t(b, s(ERR_INVITED_TO_GROUP_SS, 21, -1)) then
return true
elseif t(b, s(ERR_INVITED_TO_GUILD_SSS, 17, u(ERR_INVITED_TO_GUILD_SSS) -3)) then
return true
elseif t(b, s(DUEL_REQUESTED, 4, -1)) then
return true
elseif t(b, s(ERR_TRADE_REQUEST_S, 4, -1)) then
return true
end
elseif a == "enGB" then
if t(b, s(ERR_INVITED_TO_GROUP_SS, 21, -1)) then
return true
elseif t(b, s(ERR_INVITED_TO_GUILD_SSS, 17, u(ERR_INVITED_TO_GUILD_SSS) -3)) then
return true
elseif t(b, s(DUEL_REQUESTED, 4, -1)) then
return true
elseif t(b, s(ERR_TRADE_REQUEST_S, 4, -1)) then
return true
end
elseif a == "esES" then
if t(b, s(ERR_INVITED_TO_GROUP_SS, 21, -1)) then
return true
elseif t(b, s(ERR_INVITED_TO_GUILD_SSS, 17, u(ERR_INVITED_TO_GUILD_SSS) -3)) then
return true
elseif t(b, s(DUEL_REQUESTED, 4, -1)) then
return true
elseif t(b, s(ERR_TRADE_REQUEST_S, 4, -1)) then
return true
end
elseif a == "esMX" then
if t(b, s(ERR_INVITED_TO_GROUP_SS, 21, -1)) then
return true
elseif t(b, s(ERR_INVITED_TO_GUILD_SSS, 17, u(ERR_INVITED_TO_GUILD_SSS) -3)) then
return true
elseif t(b, s(DUEL_REQUESTED, 4, -1)) then
return true
elseif t(b, s(ERR_TRADE_REQUEST_S, 4, -1)) then
return true
end
elseif a == "deDE" then
if t(b, s(ERR_INVITED_TO_GROUP_SS, 21, -1)) then
return true
elseif t(b, s(ERR_INVITED_TO_GUILD_SSS, 17, u(ERR_INVITED_TO_GUILD_SSS) -18)) then
return true
elseif t(b, s(DUEL_REQUESTED, 4, -1)) then
return true
elseif t(b, s(ERR_TRADE_REQUEST_S, 4, -1)) then
return true
end
elseif a == "frFR" then
if t(b, s(ERR_INVITED_TO_GROUP_SS, 21, -1)) then
return true
elseif t(b, s(ERR_INVITED_TO_GUILD_SSS, 17, u(ERR_INVITED_TO_GUILD_SSS) -3)) then
return true
elseif t(b, s(DUEL_REQUESTED, 4, -1)) then
return true
elseif t(b, s(ERR_TRADE_REQUEST_S, 4, -1)) then
return true
end
elseif a == "ruRU" then
if t(b, s(ERR_INVITED_TO_GROUP_SS, 21, -1)) then
return true
elseif t(b, s(ERR_INVITED_TO_GUILD_SSS, 17, u(ERR_INVITED_TO_GUILD_SSS) -5)) then -- changed from 3.0.1 to 3.0.8
return true
elseif t(b, s(DUEL_REQUESTED, 4, -1)) then
return true
elseif t(b, s(ERR_TRADE_REQUEST_S, 4, -1)) then
return true
end
elseif a == "koKR" then
if t(b, s(ERR_INVITED_TO_GROUP_SS, 20, -1)) then
return true
elseif t(b, s(ERR_INVITED_TO_GUILD_SSS, 17, u(ERR_INVITED_TO_GUILD_SSS) -25)) then
return true
elseif t(b, s(DUEL_REQUESTED, 3, -1)) then
return true
elseif t(b, s(ERR_TRADE_REQUEST_S, 3, -1)) then
return true
end
elseif a == "zhCN" or a == "enCN" then
if t(b, s(ERR_INVITED_TO_GROUP_SS, 20, -1)) then
return true
elseif t(b, s(ERR_INVITED_TO_GUILD_SSS, 17, u(ERR_INVITED_TO_GUILD_SSS) -5)) then
return true
elseif t(b, s(DUEL_REQUESTED, 3, -1)) then
return true
elseif t(b, s(ERR_TRADE_REQUEST_S, 3, -1)) then
return true
end
elseif a == "zhTW" or a == "enTW" then
if t(b, s(ERR_INVITED_TO_GROUP_SS, 20, -1)) then
return true
elseif t(b, s(ERR_INVITED_TO_GUILD_SSS, 17, u(ERR_INVITED_TO_GUILD_SSS) -5)) then
return true
elseif t(b, s(DUEL_REQUESTED, 3, -1)) then
return true
elseif t(b, s(ERR_TRADE_REQUEST_S, 3, -1)) then
return true
end
end
end
return false
495,7 → 693,7
local function __hooked_Bank_OnEvent(self, event, ...)
local delay, _, args, frame = 0, EasyDND, ..., nil
if self then frame = self:GetName() or "none" end
if event == "BANKFRAME_CLOSED" or ( frame and frame == "GuildBankFrame" ) or ( frame and frame == "MailFrame" ) then
if event == "BANKFRAME_CLOSED" or ( frame and frame == "GuildBankFrame" ) then
local fake = CreateFrame("Frame", nil, UIParent)
fake:SetScript("OnUpdate", function(a, elapsed)
if _.h then
510,10 → 708,7
fake = nil
_.h = false
if type(event) == "string" then _.__orig_BankFrame_OnEvent(self, event, args)
else
_.__orig_HideUIPanel(self)
if frame == "MailFrame" then Stub("MAIL_CLOSED") end
end
else _.__orig_HideUIPanel(self) end
end
end)
else
788,4 → 983,3
InitGlobalVariables()
_:Print(L["deactivated"])
end
 
EasyDND/EasyDND.toc
20,7 → 20,7
## X-CompatibleLocales: enUS, enGB, esES, esMX, deDE, frFR, ruRU, koKR, zhCN, zhTW, enCN, enTW
## X-Embeds: LibDataBroker-1.1
## Dependencies: Ace3
## OptionalDeps: LibDBIcon-1.0, DewdropLib, tekDebug
## OptionalDeps: LibDBIcon-1.0, DewdropLib
## SavedVariables: EasyDNDDB
## SavedVariablesPerCharacter: EasyDNDDBPC
 
31,10 → 31,18
embeds.xml
 
locals\enUS.lua
locals\enGB.lua
locals\frFR.lua
locals\deDE.lua
locals\esES.lua
locals\esMX.lua
locals\ruRU.lua
locals\koKR.lua
locals\zhCN.lua
locals\zhTW.lua
locals\enCN.lua
locals\enTW.lua
EasyDND.lua
opts\options.lua
frames\broker.lua
 
EasyDND/locals/enUS.lua
18,15 → 18,7
_G.EasyDND_MINOR_VERSION = MINOR_VERSION
 
if not LibStub then return end
local L =
LibStub("AceLocale-3.0"):NewLocale("EasyDND", "enUS", true) or
LibStub("AceLocale-3.0"):NewLocale("EasyDND", "enGB", false) or
LibStub("AceLocale-3.0"):NewLocale("EasyDND", "esES", false) or
LibStub("AceLocale-3.0"):NewLocale("EasyDND", "esMX", false) or
LibStub("AceLocale-3.0"):NewLocale("EasyDND", "zhCN", false) or
LibStub("AceLocale-3.0"):NewLocale("EasyDND", "zhTW", false) or
LibStub("AceLocale-3.0"):NewLocale("EasyDND", "enCN", false) or
LibStub("AceLocale-3.0"):NewLocale("EasyDND", "enTW", false)
local L = LibStub("AceLocale-3.0"):NewLocale("EasyDND", "enUS", true)
if not L then return end
 
L["activated"] = true
EasyDND/locals/enGB.lua New file
0,0 → 1,177
--[[
Name: EasyDND - AntiParasites / enGB localization
Version: 3.0.8.$Revision$
$Date$
Author(s): Merah (ad@heapoverflow.com)
Author(localization): none
Playing: Mera,Merae,Merah & FathisUles on EU FR-La Croisade Ecarlate ;)
Website1: http://www.wowinterface.com/downloads/info8717-EasyDND.html
Website2: http://wow.curse.com/downloads/wow-addons/details/easydnd.aspx
SVN: svn://svn.wowinterface.com/EasyDND-211
Description: Automatically deny guild, trade, duel, party invitations, guild petitions,
remove sounds and forced AH, mail windows closure, automatically activate DND or
AFK modes in various situations, etc..
License: LGPL 2.1
]]
 
local MINOR_VERSION = tonumber(("$Revision$"):match("%d+"))
if MINOR_VERSION > _G.EasyDND_MINOR_VERSION then _G.EasyDND_MINOR_VERSION = MINOR_VERSION end
if not GetLocale() == "enGB" then return end
 
if not LibStub then return end
local L = LibStub("AceLocale-3.0"):NewLocale("EasyDND", "enGB", false)
if not L then return end
 
L["activated"] = true
L["deactivated"] = true
L["Hide/Show system"] = true
L["Hide/Show addon"] = true
L["Display"] = true
L["PVP message"] = true
L["Instance message"] = true
L["Auction house message"] = true
L["Bank message"] = true
L["Mailbox message"] = true
L["Combat message"] = true
L["Messages"] = true
L["If checked, hides the blizzard's yellow system messages generated by using DND/AFK modes."] = true
L["If checked, hides the addon's yellow messages auto-generated by using DND/AFK modes."] = true
L["Setup various hide/show configurations."] = true
L["Message to be displayed when you are in a battleground or an arena."] = true
L["Message to be displayed when you are in an instance."] = true
L["Message to be displayed when you are in an auction house."] = true
L["Message to be displayed when you are in a bank."] = true
L["Message to be displayed when you are at your mailbox."] = true
L["Message to be displayed when you enter in a combat."] = true
L["Setup various messages for each special events available."] = true
L["<Your message>"] = true
L["DND or AFK mode"] = true
L["Setup the addon to use the DND mode if activated or the AFK mode if deactivated. (A protection has been made to not accidentally switch to AFK mode in PVP areas, the addon only uses the DND mode in battlegrounds or arenas)"] = true
L["PVP mode"] = true
L["Activate EasyDND when you are in a battleground or an arena."] = true
L["Instance mode"] = true
L["Activate EasyDND when you are in an instance."] = true
L["Auction house mode"] = true
L["Activate EasyDND when you are in an auction house."] = true
L["Bank mode"] = true
L["Activate EasyDND when you are in a bank."] = true
L["Mailbox mode"] = true
L["Activate EasyDND when you are at your mailbox."] = true
L["Combat mode"] = true
L["Activate EasyDND when you enter in a combat."] = true
L["Sorry I am currently busy in a battleground or arena. Please try again later."] = true
L["Sorry I am currently busy in an instance. Please try again later."] = true
L["Sorry I am currently busy browsing the auction house. Please try again later."] = true
L["Sorry I am currently busy browsing my bank. Please try again later."] = true
L["Sorry I am currently busy browsing my mailbox. Please try again later."] = true
L["Sorry I am currently busy farming trashs or naabs. Please try again in a few seconds."] = true
L["Instance %s mode activated"] = true
L["Instance %s mode deactivated"] = true
L["Auction House %s mode activated"] = true
L["Auction House %s mode deactivated"] = true
L["Bank %s mode activated"] = true
L["Bank %s mode deactivated"] = true
L["Mailbox %s mode activated"] = true
L["Mailbox %s mode deactivated"] = true
L["Combat %s mode activated"] = true
L["Combat %s mode deactivated"] = true
L["DND"] = true
L["AFK"] = true
L["Click|r to open the Dewdrop quick\npanel."] = true
L["Ctrl-Click|r to open the AceGUI\nconfiguration window."] = true
L["Shift-Click|r to instantly switch your\nstatus to %s mode or remove the\ncurrent mode."] = true
L["Ctrl-Alt-Click|r to enable/disable the\naddon."] = true
L["Modes"] = true
L["Setup which events EasyDND will react on."] = true
L["Allow friends"] = true
L["Allow guild"] = true
L["When checked, allow friends to bypass the next AntiParasites options."] = true
L["When checked, allow guildmates to bypass the next AntiParasites options."] = true
L["Block party reason"] = true
L["Message automatically whispered to the blocked user."] = true
L["Sorry I am automatically declining party invitations because you are not allowed."] = true
L["Sorry I am automatically declining duel invitations because you are not allowed."] = true
L["Sorry I am automatically declining trade invitations because you are not allowed."] = true
L["Sorry I am automatically declining guild invitations because you are not allowed."] = true
L["Sorry I am automatically declining guild petition invitations because you are not allowed."] = true
L["Block party"] = true
L["When checked, you will automatically deny party/raid invitations."] = true
L["Block duel"] = true
L["When checked, you will automatically deny duel invitations."] = true
L["Block duel reason"] = true
L["Block trade reason"] = true
L["Block trade"] = true
L["When checked, you will automatically deny trade invitations."] = true
L["Block guild reason"] = true
L["Block guild"] = true
L["When checked, you will automatically deny guild invitations."] = true
L["When checked, you will automatically deny guild petitions."] = true
L["Block guild petition"] = true
L["Block guild petition reason"] = true
L["If checked, hides the blizzard's yellow system messages generated by the blocked actions."] = true
L["Hide/Show reply"] = true
L["If checked, hides your reply sent to the blocked user."] = true
L["Hide/Show notice"] = true
L["If checked, hides the notification sent to your default chat frame when blocking an action."] = true
L["Has blocked a group invitation from"] = true
L["Has blocked a guild invitation from"] = true
L["Has blocked a duel invitation from"] = true
L["Has blocked a trade invitation from"] = true
L["Has blocked a guild petition from"] = true
L["for"] = true
L["AceGUI"] = true
L["Open the Ace3 config window"] = true
L["BlizzardUI"] = true
L["Open the Blizzard config window"] = true
L["(FuBar detected but not Broker2FuBar, consider installing it to activate all the features)"] = true
L["Minimap icon"] = true
L["If checked, activates the minimap icon."] = true
L["Global options"] = true
L["Tooltip"] = true
L["If checked, activates the Broker tooltip."] = true
L["Activated"] = true
L["If not checked, disables the whole mod."] = true
L["Tooltip hints"] = true
L["If checked, shows hints in tooltips."] = true
L["Toggle afk name"] = true
L["If checked, the mod will toggle the display of your name when you are AFK and hide it when no more."] = true
L["Toggle dnd name"] = true
L["If checked, the mod will toggle the display of your name when you are DND and hide it when no more."] = true
L["AntiParasites options"] = true
L["EasyDND options"] = true
L["AntiParasites"] = true
L["PvE"] = true
L["IsFriend"] = true
L["PvP"] = true
L["IsGuild"] = true
L["AH"] = true
L["Party"] = true
L["Mail"] = true
L["Duel"] = true
L["Bank"] = true
L["Trade"] = true
L["Combat"] = true
L["Guild"] = true
L["ModeDND"] = true
L["Petition"] = true
L["NameDND"] = true
L["NameAFK"] = true
L["Parasites counter"] = true
L["If checked, shows the number of blocked actions by the mod."] = true
L["to start"] = true
L["Temporarily allows"] = true
L["Has detected this user already temporarily allowed"] = true
L["Has not found a blocked action to temporarily allow"] = true
L["Has not found an exception set"] = true
L["Has removed the exception for the user"] = true
L["Ctrl-Shift-LClick|r add an AntiParasites\nexception. The last blocked user and\nevent will be allowed only one time\nfor the same user and event only."] = true
L["Ctrl-Shift-RClick|r del an AntiParasites\nexception. It removes from the last\nexception added to the first if\nrepeated clicks."] = true
L["Tooltip extended"] = true
L["If checked, relocates the tooltip."] = true
L["Lib warnings"] = true
L["If checked, shows a warning notification when a missing library is detected."] = true
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
Property changes : Added: svn:mime-type + text/plain Added: svn:keywords + Revision Date Added: svn:eol-style + native
EasyDND/locals/esMX.lua New file
0,0 → 1,177
--[[
Name: EasyDND - AntiParasites / esMX localization
Version: 3.0.8.$Revision$
$Date$
Author(s): Merah (ad@heapoverflow.com)
Author(localization): none
Playing: Mera,Merae,Merah & FathisUles on EU FR-La Croisade Ecarlate ;)
Website1: http://www.wowinterface.com/downloads/info8717-EasyDND.html
Website2: http://wow.curse.com/downloads/wow-addons/details/easydnd.aspx
SVN: svn://svn.wowinterface.com/EasyDND-211
Description: Automatically deny guild, trade, duel, party invitations, guild petitions,
remove sounds and forced AH, mail windows closure, automatically activate DND or
AFK modes in various situations, etc..
License: LGPL 2.1
]]
 
local MINOR_VERSION = tonumber(("$Revision$"):match("%d+"))
if MINOR_VERSION > _G.EasyDND_MINOR_VERSION then _G.EasyDND_MINOR_VERSION = MINOR_VERSION end
if not GetLocale() == "esMX" then return end
 
if not LibStub then return end
local L = LibStub("AceLocale-3.0"):NewLocale("EasyDND", "esMX", false)
if not L then return end
 
L["activated"] = true
L["deactivated"] = true
L["Hide/Show system"] = true
L["Hide/Show addon"] = true
L["Display"] = true
L["PVP message"] = true
L["Instance message"] = true
L["Auction house message"] = true
L["Bank message"] = true
L["Mailbox message"] = true
L["Combat message"] = true
L["Messages"] = true
L["If checked, hides the blizzard's yellow system messages generated by using DND/AFK modes."] = true
L["If checked, hides the addon's yellow messages auto-generated by using DND/AFK modes."] = true
L["Setup various hide/show configurations."] = true
L["Message to be displayed when you are in a battleground or an arena."] = true
L["Message to be displayed when you are in an instance."] = true
L["Message to be displayed when you are in an auction house."] = true
L["Message to be displayed when you are in a bank."] = true
L["Message to be displayed when you are at your mailbox."] = true
L["Message to be displayed when you enter in a combat."] = true
L["Setup various messages for each special events available."] = true
L["<Your message>"] = true
L["DND or AFK mode"] = true
L["Setup the addon to use the DND mode if activated or the AFK mode if deactivated. (A protection has been made to not accidentally switch to AFK mode in PVP areas, the addon only uses the DND mode in battlegrounds or arenas)"] = true
L["PVP mode"] = true
L["Activate EasyDND when you are in a battleground or an arena."] = true
L["Instance mode"] = true
L["Activate EasyDND when you are in an instance."] = true
L["Auction house mode"] = true
L["Activate EasyDND when you are in an auction house."] = true
L["Bank mode"] = true
L["Activate EasyDND when you are in a bank."] = true
L["Mailbox mode"] = true
L["Activate EasyDND when you are at your mailbox."] = true
L["Combat mode"] = true
L["Activate EasyDND when you enter in a combat."] = true
L["Sorry I am currently busy in a battleground or arena. Please try again later."] = true
L["Sorry I am currently busy in an instance. Please try again later."] = true
L["Sorry I am currently busy browsing the auction house. Please try again later."] = true
L["Sorry I am currently busy browsing my bank. Please try again later."] = true
L["Sorry I am currently busy browsing my mailbox. Please try again later."] = true
L["Sorry I am currently busy farming trashs or naabs. Please try again in a few seconds."] = true
L["Instance %s mode activated"] = true
L["Instance %s mode deactivated"] = true
L["Auction House %s mode activated"] = true
L["Auction House %s mode deactivated"] = true
L["Bank %s mode activated"] = true
L["Bank %s mode deactivated"] = true
L["Mailbox %s mode activated"] = true
L["Mailbox %s mode deactivated"] = true
L["Combat %s mode activated"] = true
L["Combat %s mode deactivated"] = true
L["DND"] = true
L["AFK"] = true
L["Click|r to open the Dewdrop quick\npanel."] = true
L["Ctrl-Click|r to open the AceGUI\nconfiguration window."] = true
L["Shift-Click|r to instantly switch your\nstatus to %s mode or remove the\ncurrent mode."] = true
L["Ctrl-Alt-Click|r to enable/disable the\naddon."] = true
L["Modes"] = true
L["Setup which events EasyDND will react on."] = true
L["Allow friends"] = true
L["Allow guild"] = true
L["When checked, allow friends to bypass the next AntiParasites options."] = true
L["When checked, allow guildmates to bypass the next AntiParasites options."] = true
L["Block party reason"] = true
L["Message automatically whispered to the blocked user."] = true
L["Sorry I am automatically declining party invitations because you are not allowed."] = true
L["Sorry I am automatically declining duel invitations because you are not allowed."] = true
L["Sorry I am automatically declining trade invitations because you are not allowed."] = true
L["Sorry I am automatically declining guild invitations because you are not allowed."] = true
L["Sorry I am automatically declining guild petition invitations because you are not allowed."] = true
L["Block party"] = true
L["When checked, you will automatically deny party/raid invitations."] = true
L["Block duel"] = true
L["When checked, you will automatically deny duel invitations."] = true
L["Block duel reason"] = true
L["Block trade reason"] = true
L["Block trade"] = true
L["When checked, you will automatically deny trade invitations."] = true
L["Block guild reason"] = true
L["Block guild"] = true
L["When checked, you will automatically deny guild invitations."] = true
L["When checked, you will automatically deny guild petitions."] = true
L["Block guild petition"] = true
L["Block guild petition reason"] = true
L["If checked, hides the blizzard's yellow system messages generated by the blocked actions."] = true
L["Hide/Show reply"] = true
L["If checked, hides your reply sent to the blocked user."] = true
L["Hide/Show notice"] = true
L["If checked, hides the notification sent to your default chat frame when blocking an action."] = true
L["Has blocked a group invitation from"] = true
L["Has blocked a guild invitation from"] = true
L["Has blocked a duel invitation from"] = true
L["Has blocked a trade invitation from"] = true
L["Has blocked a guild petition from"] = true
L["for"] = true
L["AceGUI"] = true
L["Open the Ace3 config window"] = true
L["BlizzardUI"] = true
L["Open the Blizzard config window"] = true
L["(FuBar detected but not Broker2FuBar, consider installing it to activate all the features)"] = true
L["Minimap icon"] = true
L["If checked, activates the minimap icon."] = true
L["Global options"] = true
L["Tooltip"] = true
L["If checked, activates the Broker tooltip."] = true
L["Activated"] = true
L["If not checked, disables the whole mod."] = true
L["Tooltip hints"] = true
L["If checked, shows hints in tooltips."] = true
L["Toggle afk name"] = true
L["If checked, the mod will toggle the display of your name when you are AFK and hide it when no more."] = true
L["Toggle dnd name"] = true
L["If checked, the mod will toggle the display of your name when you are DND and hide it when no more."] = true
L["AntiParasites options"] = true
L["EasyDND options"] = true
L["AntiParasites"] = true
L["PvE"] = true
L["IsFriend"] = true
L["PvP"] = true
L["IsGuild"] = true
L["AH"] = true
L["Party"] = true
L["Mail"] = true
L["Duel"] = true
L["Bank"] = true
L["Trade"] = true
L["Combat"] = true
L["Guild"] = true
L["ModeDND"] = true
L["Petition"] = true
L["NameDND"] = true
L["NameAFK"] = true
L["Parasites counter"] = true
L["If checked, shows the number of blocked actions by the mod."] = true
L["to start"] = true
L["Temporarily allows"] = true
L["Has detected this user already temporarily allowed"] = true
L["Has not found a blocked action to temporarily allow"] = true
L["Has not found an exception set"] = true
L["Has removed the exception for the user"] = true
L["Ctrl-Shift-LClick|r add an AntiParasites\nexception. The last blocked user and\nevent will be allowed only one time\nfor the same user and event only."] = true
L["Ctrl-Shift-RClick|r del an AntiParasites\nexception. It removes from the last\nexception added to the first if\nrepeated clicks."] = true
L["Tooltip extended"] = true
L["If checked, relocates the tooltip."] = true
L["Lib warnings"] = true
L["If checked, shows a warning notification when a missing library is detected."] = true
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
Property changes : Added: svn:eol-style + native Added: svn:mime-type + text/plain Added: svn:keywords + Revision Date
EasyDND/locals/zhTW.lua New file
0,0 → 1,177
--[[
Name: EasyDND - AntiParasites / zhTW localization
Version: 3.0.8.$Revision$
$Date$
Author(s): Merah (ad@heapoverflow.com)
Author(localization): none
Playing: Mera,Merae,Merah & FathisUles on EU FR-La Croisade Ecarlate ;)
Website1: http://www.wowinterface.com/downloads/info8717-EasyDND.html
Website2: http://wow.curse.com/downloads/wow-addons/details/easydnd.aspx
SVN: svn://svn.wowinterface.com/EasyDND-211
Description: Automatically deny guild, trade, duel, party invitations, guild petitions,
remove sounds and forced AH, mail windows closure, automatically activate DND or
AFK modes in various situations, etc..
License: LGPL 2.1
]]
 
local MINOR_VERSION = tonumber(("$Revision$"):match("%d+"))
if MINOR_VERSION > _G.EasyDND_MINOR_VERSION then _G.EasyDND_MINOR_VERSION = MINOR_VERSION end
if not GetLocale() == "zhTW" then return end
 
if not LibStub then return end
local L = LibStub("AceLocale-3.0"):NewLocale("EasyDND", "zhTW", false)
if not L then return end
 
L["activated"] = true
L["deactivated"] = true
L["Hide/Show system"] = true
L["Hide/Show addon"] = true
L["Display"] = true
L["PVP message"] = true
L["Instance message"] = true
L["Auction house message"] = true
L["Bank message"] = true
L["Mailbox message"] = true
L["Combat message"] = true
L["Messages"] = true
L["If checked, hides the blizzard's yellow system messages generated by using DND/AFK modes."] = true
L["If checked, hides the addon's yellow messages auto-generated by using DND/AFK modes."] = true
L["Setup various hide/show configurations."] = true
L["Message to be displayed when you are in a battleground or an arena."] = true
L["Message to be displayed when you are in an instance."] = true
L["Message to be displayed when you are in an auction house."] = true
L["Message to be displayed when you are in a bank."] = true
L["Message to be displayed when you are at your mailbox."] = true
L["Message to be displayed when you enter in a combat."] = true
L["Setup various messages for each special events available."] = true
L["<Your message>"] = true
L["DND or AFK mode"] = true
L["Setup the addon to use the DND mode if activated or the AFK mode if deactivated. (A protection has been made to not accidentally switch to AFK mode in PVP areas, the addon only uses the DND mode in battlegrounds or arenas)"] = true
L["PVP mode"] = true
L["Activate EasyDND when you are in a battleground or an arena."] = true
L["Instance mode"] = true
L["Activate EasyDND when you are in an instance."] = true
L["Auction house mode"] = true
L["Activate EasyDND when you are in an auction house."] = true
L["Bank mode"] = true
L["Activate EasyDND when you are in a bank."] = true
L["Mailbox mode"] = true
L["Activate EasyDND when you are at your mailbox."] = true
L["Combat mode"] = true
L["Activate EasyDND when you enter in a combat."] = true
L["Sorry I am currently busy in a battleground or arena. Please try again later."] = true
L["Sorry I am currently busy in an instance. Please try again later."] = true
L["Sorry I am currently busy browsing the auction house. Please try again later."] = true
L["Sorry I am currently busy browsing my bank. Please try again later."] = true
L["Sorry I am currently busy browsing my mailbox. Please try again later."] = true
L["Sorry I am currently busy farming trashs or naabs. Please try again in a few seconds."] = true
L["Instance %s mode activated"] = true
L["Instance %s mode deactivated"] = true
L["Auction House %s mode activated"] = true
L["Auction House %s mode deactivated"] = true
L["Bank %s mode activated"] = true
L["Bank %s mode deactivated"] = true
L["Mailbox %s mode activated"] = true
L["Mailbox %s mode deactivated"] = true
L["Combat %s mode activated"] = true
L["Combat %s mode deactivated"] = true
L["DND"] = true
L["AFK"] = true
L["Click|r to open the Dewdrop quick\npanel."] = true
L["Ctrl-Click|r to open the AceGUI\nconfiguration window."] = true
L["Shift-Click|r to instantly switch your\nstatus to %s mode or remove the\ncurrent mode."] = true
L["Ctrl-Alt-Click|r to enable/disable the\naddon."] = true
L["Modes"] = true
L["Setup which events EasyDND will react on."] = true
L["Allow friends"] = true
L["Allow guild"] = true
L["When checked, allow friends to bypass the next AntiParasites options."] = true
L["When checked, allow guildmates to bypass the next AntiParasites options."] = true
L["Block party reason"] = true
L["Message automatically whispered to the blocked user."] = true
L["Sorry I am automatically declining party invitations because you are not allowed."] = true
L["Sorry I am automatically declining duel invitations because you are not allowed."] = true
L["Sorry I am automatically declining trade invitations because you are not allowed."] = true
L["Sorry I am automatically declining guild invitations because you are not allowed."] = true
L["Sorry I am automatically declining guild petition invitations because you are not allowed."] = true
L["Block party"] = true
L["When checked, you will automatically deny party/raid invitations."] = true
L["Block duel"] = true
L["When checked, you will automatically deny duel invitations."] = true
L["Block duel reason"] = true
L["Block trade reason"] = true
L["Block trade"] = true
L["When checked, you will automatically deny trade invitations."] = true
L["Block guild reason"] = true
L["Block guild"] = true
L["When checked, you will automatically deny guild invitations."] = true
L["When checked, you will automatically deny guild petitions."] = true
L["Block guild petition"] = true
L["Block guild petition reason"] = true
L["If checked, hides the blizzard's yellow system messages generated by the blocked actions."] = true
L["Hide/Show reply"] = true
L["If checked, hides your reply sent to the blocked user."] = true
L["Hide/Show notice"] = true
L["If checked, hides the notification sent to your default chat frame when blocking an action."] = true
L["Has blocked a group invitation from"] = true
L["Has blocked a guild invitation from"] = true
L["Has blocked a duel invitation from"] = true
L["Has blocked a trade invitation from"] = true
L["Has blocked a guild petition from"] = true
L["for"] = true
L["AceGUI"] = true
L["Open the Ace3 config window"] = true
L["BlizzardUI"] = true
L["Open the Blizzard config window"] = true
L["(FuBar detected but not Broker2FuBar, consider installing it to activate all the features)"] = true
L["Minimap icon"] = true
L["If checked, activates the minimap icon."] = true
L["Global options"] = true
L["Tooltip"] = true
L["If checked, activates the Broker tooltip."] = true
L["Activated"] = true
L["If not checked, disables the whole mod."] = true
L["Tooltip hints"] = true
L["If checked, shows hints in tooltips."] = true
L["Toggle afk name"] = true
L["If checked, the mod will toggle the display of your name when you are AFK and hide it when no more."] = true
L["Toggle dnd name"] = true
L["If checked, the mod will toggle the display of your name when you are DND and hide it when no more."] = true
L["AntiParasites options"] = true
L["EasyDND options"] = true
L["AntiParasites"] = true
L["PvE"] = true
L["IsFriend"] = true
L["PvP"] = true
L["IsGuild"] = true
L["AH"] = true
L["Party"] = true
L["Mail"] = true
L["Duel"] = true
L["Bank"] = true
L["Trade"] = true
L["Combat"] = true
L["Guild"] = true
L["ModeDND"] = true
L["Petition"] = true
L["NameDND"] = true
L["NameAFK"] = true
L["Parasites counter"] = true
L["If checked, shows the number of blocked actions by the mod."] = true
L["to start"] = true
L["Temporarily allows"] = true
L["Has detected this user already temporarily allowed"] = true
L["Has not found a blocked action to temporarily allow"] = true
L["Has not found an exception set"] = true
L["Has removed the exception for the user"] = true
L["Ctrl-Shift-LClick|r add an AntiParasites\nexception. The last blocked user and\nevent will be allowed only one time\nfor the same user and event only."] = true
L["Ctrl-Shift-RClick|r del an AntiParasites\nexception. It removes from the last\nexception added to the first if\nrepeated clicks."] = true
L["Tooltip extended"] = true
L["If checked, relocates the tooltip."] = true
L["Lib warnings"] = true
L["If checked, shows a warning notification when a missing library is detected."] = true
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
Property changes : Added: svn:mime-type + text/plain Added: svn:keywords + Revision Date Added: svn:eol-style + native
EasyDND/locals/enTW.lua New file
0,0 → 1,177
--[[
Name: EasyDND - AntiParasites / enTW localization
Version: 3.0.8.$Revision$
$Date$
Author(s): Merah (ad@heapoverflow.com)
Author(localization): none
Playing: Mera,Merae,Merah & FathisUles on EU FR-La Croisade Ecarlate ;)
Website1: http://www.wowinterface.com/downloads/info8717-EasyDND.html
Website2: http://wow.curse.com/downloads/wow-addons/details/easydnd.aspx
SVN: svn://svn.wowinterface.com/EasyDND-211
Description: Automatically deny guild, trade, duel, party invitations, guild petitions,
remove sounds and forced AH, mail windows closure, automatically activate DND or
AFK modes in various situations, etc..
License: LGPL 2.1
]]
 
local MINOR_VERSION = tonumber(("$Revision$"):match("%d+"))
if MINOR_VERSION > _G.EasyDND_MINOR_VERSION then _G.EasyDND_MINOR_VERSION = MINOR_VERSION end
if not GetLocale() == "enTW" then return end
 
if not LibStub then return end
local L = LibStub("AceLocale-3.0"):NewLocale("EasyDND", "enTW", false)
if not L then return end
 
L["activated"] = true
L["deactivated"] = true
L["Hide/Show system"] = true
L["Hide/Show addon"] = true
L["Display"] = true
L["PVP message"] = true
L["Instance message"] = true
L["Auction house message"] = true
L["Bank message"] = true
L["Mailbox message"] = true
L["Combat message"] = true
L["Messages"] = true
L["If checked, hides the blizzard's yellow system messages generated by using DND/AFK modes."] = true
L["If checked, hides the addon's yellow messages auto-generated by using DND/AFK modes."] = true
L["Setup various hide/show configurations."] = true
L["Message to be displayed when you are in a battleground or an arena."] = true
L["Message to be displayed when you are in an instance."] = true
L["Message to be displayed when you are in an auction house."] = true
L["Message to be displayed when you are in a bank."] = true
L["Message to be displayed when you are at your mailbox."] = true
L["Message to be displayed when you enter in a combat."] = true
L["Setup various messages for each special events available."] = true
L["<Your message>"] = true
L["DND or AFK mode"] = true
L["Setup the addon to use the DND mode if activated or the AFK mode if deactivated. (A protection has been made to not accidentally switch to AFK mode in PVP areas, the addon only uses the DND mode in battlegrounds or arenas)"] = true
L["PVP mode"] = true
L["Activate EasyDND when you are in a battleground or an arena."] = true
L["Instance mode"] = true
L["Activate EasyDND when you are in an instance."] = true
L["Auction house mode"] = true
L["Activate EasyDND when you are in an auction house."] = true
L["Bank mode"] = true
L["Activate EasyDND when you are in a bank."] = true
L["Mailbox mode"] = true
L["Activate EasyDND when you are at your mailbox."] = true
L["Combat mode"] = true
L["Activate EasyDND when you enter in a combat."] = true
L["Sorry I am currently busy in a battleground or arena. Please try again later."] = true
L["Sorry I am currently busy in an instance. Please try again later."] = true
L["Sorry I am currently busy browsing the auction house. Please try again later."] = true
L["Sorry I am currently busy browsing my bank. Please try again later."] = true
L["Sorry I am currently busy browsing my mailbox. Please try again later."] = true
L["Sorry I am currently busy farming trashs or naabs. Please try again in a few seconds."] = true
L["Instance %s mode activated"] = true
L["Instance %s mode deactivated"] = true
L["Auction House %s mode activated"] = true
L["Auction House %s mode deactivated"] = true
L["Bank %s mode activated"] = true
L["Bank %s mode deactivated"] = true
L["Mailbox %s mode activated"] = true
L["Mailbox %s mode deactivated"] = true
L["Combat %s mode activated"] = true
L["Combat %s mode deactivated"] = true
L["DND"] = true
L["AFK"] = true
L["Click|r to open the Dewdrop quick\npanel."] = true
L["Ctrl-Click|r to open the AceGUI\nconfiguration window."] = true
L["Shift-Click|r to instantly switch your\nstatus to %s mode or remove the\ncurrent mode."] = true
L["Ctrl-Alt-Click|r to enable/disable the\naddon."] = true
L["Modes"] = true
L["Setup which events EasyDND will react on."] = true
L["Allow friends"] = true
L["Allow guild"] = true
L["When checked, allow friends to bypass the next AntiParasites options."] = true
L["When checked, allow guildmates to bypass the next AntiParasites options."] = true
L["Block party reason"] = true
L["Message automatically whispered to the blocked user."] = true
L["Sorry I am automatically declining party invitations because you are not allowed."] = true
L["Sorry I am automatically declining duel invitations because you are not allowed."] = true
L["Sorry I am automatically declining trade invitations because you are not allowed."] = true
L["Sorry I am automatically declining guild invitations because you are not allowed."] = true
L["Sorry I am automatically declining guild petition invitations because you are not allowed."] = true
L["Block party"] = true
L["When checked, you will automatically deny party/raid invitations."] = true
L["Block duel"] = true
L["When checked, you will automatically deny duel invitations."] = true
L["Block duel reason"] = true
L["Block trade reason"] = true
L["Block trade"] = true
L["When checked, you will automatically deny trade invitations."] = true
L["Block guild reason"] = true
L["Block guild"] = true
L["When checked, you will automatically deny guild invitations."] = true
L["When checked, you will automatically deny guild petitions."] = true
L["Block guild petition"] = true
L["Block guild petition reason"] = true
L["If checked, hides the blizzard's yellow system messages generated by the blocked actions."] = true
L["Hide/Show reply"] = true
L["If checked, hides your reply sent to the blocked user."] = true
L["Hide/Show notice"] = true
L["If checked, hides the notification sent to your default chat frame when blocking an action."] = true
L["Has blocked a group invitation from"] = true
L["Has blocked a guild invitation from"] = true
L["Has blocked a duel invitation from"] = true
L["Has blocked a trade invitation from"] = true
L["Has blocked a guild petition from"] = true
L["for"] = true
L["AceGUI"] = true
L["Open the Ace3 config window"] = true
L["BlizzardUI"] = true
L["Open the Blizzard config window"] = true
L["(FuBar detected but not Broker2FuBar, consider installing it to activate all the features)"] = true
L["Minimap icon"] = true
L["If checked, activates the minimap icon."] = true
L["Global options"] = true
L["Tooltip"] = true
L["If checked, activates the Broker tooltip."] = true
L["Activated"] = true
L["If not checked, disables the whole mod."] = true
L["Tooltip hints"] = true
L["If checked, shows hints in tooltips."] = true
L["Toggle afk name"] = true
L["If checked, the mod will toggle the display of your name when you are AFK and hide it when no more."] = true
L["Toggle dnd name"] = true
L["If checked, the mod will toggle the display of your name when you are DND and hide it when no more."] = true
L["AntiParasites options"] = true
L["EasyDND options"] = true
L["AntiParasites"] = true
L["PvE"] = true
L["IsFriend"] = true
L["PvP"] = true
L["IsGuild"] = true
L["AH"] = true
L["Party"] = true
L["Mail"] = true
L["Duel"] = true
L["Bank"] = true
L["Trade"] = true
L["Combat"] = true
L["Guild"] = true
L["ModeDND"] = true
L["Petition"] = true
L["NameDND"] = true
L["NameAFK"] = true
L["Parasites counter"] = true
L["If checked, shows the number of blocked actions by the mod."] = true
L["to start"] = true
L["Temporarily allows"] = true
L["Has detected this user already temporarily allowed"] = true
L["Has not found a blocked action to temporarily allow"] = true
L["Has not found an exception set"] = true
L["Has removed the exception for the user"] = true
L["Ctrl-Shift-LClick|r add an AntiParasites\nexception. The last blocked user and\nevent will be allowed only one time\nfor the same user and event only."] = true
L["Ctrl-Shift-RClick|r del an AntiParasites\nexception. It removes from the last\nexception added to the first if\nrepeated clicks."] = true
L["Tooltip extended"] = true
L["If checked, relocates the tooltip."] = true
L["Lib warnings"] = true
L["If checked, shows a warning notification when a missing library is detected."] = true
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
Property changes : Added: svn:eol-style + native Added: svn:mime-type + text/plain Added: svn:keywords + Revision Date
EasyDND/locals/esES.lua New file
0,0 → 1,177
--[[
Name: EasyDND - AntiParasites / esES localization
Version: 3.0.8.$Revision$
$Date$
Author(s): Merah (ad@heapoverflow.com)
Author(localization): none
Playing: Mera,Merae,Merah & FathisUles on EU FR-La Croisade Ecarlate ;)
Website1: http://www.wowinterface.com/downloads/info8717-EasyDND.html
Website2: http://wow.curse.com/downloads/wow-addons/details/easydnd.aspx
SVN: svn://svn.wowinterface.com/EasyDND-211
Description: Automatically deny guild, trade, duel, party invitations, guild petitions,
remove sounds and forced AH, mail windows closure, automatically activate DND or
AFK modes in various situations, etc..
License: LGPL 2.1
]]
 
local MINOR_VERSION = tonumber(("$Revision$"):match("%d+"))
if MINOR_VERSION > _G.EasyDND_MINOR_VERSION then _G.EasyDND_MINOR_VERSION = MINOR_VERSION end
if not GetLocale() == "esES" then return end
 
if not LibStub then return end
local L = LibStub("AceLocale-3.0"):NewLocale("EasyDND", "esES", false)
if not L then return end
 
L["activated"] = true
L["deactivated"] = true
L["Hide/Show system"] = true
L["Hide/Show addon"] = true
L["Display"] = true
L["PVP message"] = true
L["Instance message"] = true
L["Auction house message"] = true
L["Bank message"] = true
L["Mailbox message"] = true
L["Combat message"] = true
L["Messages"] = true
L["If checked, hides the blizzard's yellow system messages generated by using DND/AFK modes."] = true
L["If checked, hides the addon's yellow messages auto-generated by using DND/AFK modes."] = true
L["Setup various hide/show configurations."] = true
L["Message to be displayed when you are in a battleground or an arena."] = true
L["Message to be displayed when you are in an instance."] = true
L["Message to be displayed when you are in an auction house."] = true
L["Message to be displayed when you are in a bank."] = true
L["Message to be displayed when you are at your mailbox."] = true
L["Message to be displayed when you enter in a combat."] = true
L["Setup various messages for each special events available."] = true
L["<Your message>"] = true
L["DND or AFK mode"] = true
L["Setup the addon to use the DND mode if activated or the AFK mode if deactivated. (A protection has been made to not accidentally switch to AFK mode in PVP areas, the addon only uses the DND mode in battlegrounds or arenas)"] = true
L["PVP mode"] = true
L["Activate EasyDND when you are in a battleground or an arena."] = true
L["Instance mode"] = true
L["Activate EasyDND when you are in an instance."] = true
L["Auction house mode"] = true
L["Activate EasyDND when you are in an auction house."] = true
L["Bank mode"] = true
L["Activate EasyDND when you are in a bank."] = true
L["Mailbox mode"] = true
L["Activate EasyDND when you are at your mailbox."] = true
L["Combat mode"] = true
L["Activate EasyDND when you enter in a combat."] = true
L["Sorry I am currently busy in a battleground or arena. Please try again later."] = true
L["Sorry I am currently busy in an instance. Please try again later."] = true
L["Sorry I am currently busy browsing the auction house. Please try again later."] = true
L["Sorry I am currently busy browsing my bank. Please try again later."] = true
L["Sorry I am currently busy browsing my mailbox. Please try again later."] = true
L["Sorry I am currently busy farming trashs or naabs. Please try again in a few seconds."] = true
L["Instance %s mode activated"] = true
L["Instance %s mode deactivated"] = true
L["Auction House %s mode activated"] = true
L["Auction House %s mode deactivated"] = true
L["Bank %s mode activated"] = true
L["Bank %s mode deactivated"] = true
L["Mailbox %s mode activated"] = true
L["Mailbox %s mode deactivated"] = true
L["Combat %s mode activated"] = true
L["Combat %s mode deactivated"] = true
L["DND"] = true
L["AFK"] = true
L["Click|r to open the Dewdrop quick\npanel."] = true
L["Ctrl-Click|r to open the AceGUI\nconfiguration window."] = true
L["Shift-Click|r to instantly switch your\nstatus to %s mode or remove the\ncurrent mode."] = true
L["Ctrl-Alt-Click|r to enable/disable the\naddon."] = true
L["Modes"] = true
L["Setup which events EasyDND will react on."] = true
L["Allow friends"] = true
L["Allow guild"] = true
L["When checked, allow friends to bypass the next AntiParasites options."] = true
L["When checked, allow guildmates to bypass the next AntiParasites options."] = true
L["Block party reason"] = true
L["Message automatically whispered to the blocked user."] = true
L["Sorry I am automatically declining party invitations because you are not allowed."] = true
L["Sorry I am automatically declining duel invitations because you are not allowed."] = true
L["Sorry I am automatically declining trade invitations because you are not allowed."] = true
L["Sorry I am automatically declining guild invitations because you are not allowed."] = true
L["Sorry I am automatically declining guild petition invitations because you are not allowed."] = true
L["Block party"] = true
L["When checked, you will automatically deny party/raid invitations."] = true
L["Block duel"] = true
L["When checked, you will automatically deny duel invitations."] = true
L["Block duel reason"] = true
L["Block trade reason"] = true
L["Block trade"] = true
L["When checked, you will automatically deny trade invitations."] = true
L["Block guild reason"] = true
L["Block guild"] = true
L["When checked, you will automatically deny guild invitations."] = true
L["When checked, you will automatically deny guild petitions."] = true
L["Block guild petition"] = true
L["Block guild petition reason"] = true
L["If checked, hides the blizzard's yellow system messages generated by the blocked actions."] = true
L["Hide/Show reply"] = true
L["If checked, hides your reply sent to the blocked user."] = true
L["Hide/Show notice"] = true
L["If checked, hides the notification sent to your default chat frame when blocking an action."] = true
L["Has blocked a group invitation from"] = true
L["Has blocked a guild invitation from"] = true
L["Has blocked a duel invitation from"] = true
L["Has blocked a trade invitation from"] = true
L["Has blocked a guild petition from"] = true
L["for"] = true
L["AceGUI"] = true
L["Open the Ace3 config window"] = true
L["BlizzardUI"] = true
L["Open the Blizzard config window"] = true
L["(FuBar detected but not Broker2FuBar, consider installing it to activate all the features)"] = true
L["Minimap icon"] = true
L["If checked, activates the minimap icon."] = true
L["Global options"] = true
L["Tooltip"] = true
L["If checked, activates the Broker tooltip."] = true
L["Activated"] = true
L["If not checked, disables the whole mod."] = true
L["Tooltip hints"] = true
L["If checked, shows hints in tooltips."] = true
L["Toggle afk name"] = true
L["If checked, the mod will toggle the display of your name when you are AFK and hide it when no more."] = true
L["Toggle dnd name"] = true
L["If checked, the mod will toggle the display of your name when you are DND and hide it when no more."] = true
L["AntiParasites options"] = true
L["EasyDND options"] = true
L["AntiParasites"] = true
L["PvE"] = true
L["IsFriend"] = true
L["PvP"] = true
L["IsGuild"] = true
L["AH"] = true
L["Party"] = true
L["Mail"] = true
L["Duel"] = true
L["Bank"] = true
L["Trade"] = true
L["Combat"] = true
L["Guild"] = true
L["ModeDND"] = true
L["Petition"] = true
L["NameDND"] = true
L["NameAFK"] = true
L["Parasites counter"] = true
L["If checked, shows the number of blocked actions by the mod."] = true
L["to start"] = true
L["Temporarily allows"] = true
L["Has detected this user already temporarily allowed"] = true
L["Has not found a blocked action to temporarily allow"] = true
L["Has not found an exception set"] = true
L["Has removed the exception for the user"] = true
L["Ctrl-Shift-LClick|r add an AntiParasites\nexception. The last blocked user and\nevent will be allowed only one time\nfor the same user and event only."] = true
L["Ctrl-Shift-RClick|r del an AntiParasites\nexception. It removes from the last\nexception added to the first if\nrepeated clicks."] = true
L["Tooltip extended"] = true
L["If checked, relocates the tooltip."] = true
L["Lib warnings"] = true
L["If checked, shows a warning notification when a missing library is detected."] = true
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
Property changes : Added: svn:mime-type + text/plain Added: svn:keywords + Revision Date Added: svn:eol-style + native
EasyDND/locals/zhCN.lua New file
0,0 → 1,177
--[[
Name: EasyDND - AntiParasites / zhCN localization
Version: 3.0.8.$Revision$
$Date$
Author(s): Merah (ad@heapoverflow.com)
Author(localization): none
Playing: Mera,Merae,Merah & FathisUles on EU FR-La Croisade Ecarlate ;)
Website1: http://www.wowinterface.com/downloads/info8717-EasyDND.html
Website2: http://wow.curse.com/downloads/wow-addons/details/easydnd.aspx
SVN: svn://svn.wowinterface.com/EasyDND-211
Description: Automatically deny guild, trade, duel, party invitations, guild petitions,
remove sounds and forced AH, mail windows closure, automatically activate DND or
AFK modes in various situations, etc..
License: LGPL 2.1
]]
 
local MINOR_VERSION = tonumber(("$Revision$"):match("%d+"))
if MINOR_VERSION > _G.EasyDND_MINOR_VERSION then _G.EasyDND_MINOR_VERSION = MINOR_VERSION end
if not GetLocale() == "zhCN" then return end
 
if not LibStub then return end
local L = LibStub("AceLocale-3.0"):NewLocale("EasyDND", "zhCN", false)
if not L then return end
 
L["activated"] = true
L["deactivated"] = true
L["Hide/Show system"] = true
L["Hide/Show addon"] = true
L["Display"] = true
L["PVP message"] = true
L["Instance message"] = true
L["Auction house message"] = true
L["Bank message"] = true
L["Mailbox message"] = true
L["Combat message"] = true
L["Messages"] = true
L["If checked, hides the blizzard's yellow system messages generated by using DND/AFK modes."] = true
L["If checked, hides the addon's yellow messages auto-generated by using DND/AFK modes."] = true
L["Setup various hide/show configurations."] = true
L["Message to be displayed when you are in a battleground or an arena."] = true
L["Message to be displayed when you are in an instance."] = true
L["Message to be displayed when you are in an auction house."] = true
L["Message to be displayed when you are in a bank."] = true
L["Message to be displayed when you are at your mailbox."] = true
L["Message to be displayed when you enter in a combat."] = true
L["Setup various messages for each special events available."] = true
L["<Your message>"] = true
L["DND or AFK mode"] = true
L["Setup the addon to use the DND mode if activated or the AFK mode if deactivated. (A protection has been made to not accidentally switch to AFK mode in PVP areas, the addon only uses the DND mode in battlegrounds or arenas)"] = true
L["PVP mode"] = true
L["Activate EasyDND when you are in a battleground or an arena."] = true
L["Instance mode"] = true
L["Activate EasyDND when you are in an instance."] = true
L["Auction house mode"] = true
L["Activate EasyDND when you are in an auction house."] = true
L["Bank mode"] = true
L["Activate EasyDND when you are in a bank."] = true
L["Mailbox mode"] = true
L["Activate EasyDND when you are at your mailbox."] = true
L["Combat mode"] = true
L["Activate EasyDND when you enter in a combat."] = true
L["Sorry I am currently busy in a battleground or arena. Please try again later."] = true
L["Sorry I am currently busy in an instance. Please try again later."] = true
L["Sorry I am currently busy browsing the auction house. Please try again later."] = true
L["Sorry I am currently busy browsing my bank. Please try again later."] = true
L["Sorry I am currently busy browsing my mailbox. Please try again later."] = true
L["Sorry I am currently busy farming trashs or naabs. Please try again in a few seconds."] = true
L["Instance %s mode activated"] = true
L["Instance %s mode deactivated"] = true
L["Auction House %s mode activated"] = true
L["Auction House %s mode deactivated"] = true
L["Bank %s mode activated"] = true
L["Bank %s mode deactivated"] = true
L["Mailbox %s mode activated"] = true
L["Mailbox %s mode deactivated"] = true
L["Combat %s mode activated"] = true
L["Combat %s mode deactivated"] = true
L["DND"] = true
L["AFK"] = true
L["Click|r to open the Dewdrop quick\npanel."] = true
L["Ctrl-Click|r to open the AceGUI\nconfiguration window."] = true
L["Shift-Click|r to instantly switch your\nstatus to %s mode or remove the\ncurrent mode."] = true
L["Ctrl-Alt-Click|r to enable/disable the\naddon."] = true
L["Modes"] = true
L["Setup which events EasyDND will react on."] = true
L["Allow friends"] = true
L["Allow guild"] = true
L["When checked, allow friends to bypass the next AntiParasites options."] = true
L["When checked, allow guildmates to bypass the next AntiParasites options."] = true
L["Block party reason"] = true
L["Message automatically whispered to the blocked user."] = true
L["Sorry I am automatically declining party invitations because you are not allowed."] = true
L["Sorry I am automatically declining duel invitations because you are not allowed."] = true
L["Sorry I am automatically declining trade invitations because you are not allowed."] = true
L["Sorry I am automatically declining guild invitations because you are not allowed."] = true
L["Sorry I am automatically declining guild petition invitations because you are not allowed."] = true
L["Block party"] = true
L["When checked, you will automatically deny party/raid invitations."] = true
L["Block duel"] = true
L["When checked, you will automatically deny duel invitations."] = true
L["Block duel reason"] = true
L["Block trade reason"] = true
L["Block trade"] = true
L["When checked, you will automatically deny trade invitations."] = true
L["Block guild reason"] = true
L["Block guild"] = true
L["When checked, you will automatically deny guild invitations."] = true
L["When checked, you will automatically deny guild petitions."] = true
L["Block guild petition"] = true
L["Block guild petition reason"] = true
L["If checked, hides the blizzard's yellow system messages generated by the blocked actions."] = true
L["Hide/Show reply"] = true
L["If checked, hides your reply sent to the blocked user."] = true
L["Hide/Show notice"] = true
L["If checked, hides the notification sent to your default chat frame when blocking an action."] = true
L["Has blocked a group invitation from"] = true
L["Has blocked a guild invitation from"] = true
L["Has blocked a duel invitation from"] = true
L["Has blocked a trade invitation from"] = true
L["Has blocked a guild petition from"] = true
L["for"] = true
L["AceGUI"] = true
L["Open the Ace3 config window"] = true
L["BlizzardUI"] = true
L["Open the Blizzard config window"] = true
L["(FuBar detected but not Broker2FuBar, consider installing it to activate all the features)"] = true
L["Minimap icon"] = true
L["If checked, activates the minimap icon."] = true
L["Global options"] = true
L["Tooltip"] = true
L["If checked, activates the Broker tooltip."] = true
L["Activated"] = true
L["If not checked, disables the whole mod."] = true
L["Tooltip hints"] = true
L["If checked, shows hints in tooltips."] = true
L["Toggle afk name"] = true
L["If checked, the mod will toggle the display of your name when you are AFK and hide it when no more."] = true
L["Toggle dnd name"] = true
L["If checked, the mod will toggle the display of your name when you are DND and hide it when no more."] = true
L["AntiParasites options"] = true
L["EasyDND options"] = true
L["AntiParasites"] = true
L["PvE"] = true
L["IsFriend"] = true
L["PvP"] = true
L["IsGuild"] = true
L["AH"] = true
L["Party"] = true
L["Mail"] = true
L["Duel"] = true
L["Bank"] = true
L["Trade"] = true
L["Combat"] = true
L["Guild"] = true
L["ModeDND"] = true
L["Petition"] = true
L["NameDND"] = true
L["NameAFK"] = true
L["Parasites counter"] = true
L["If checked, shows the number of blocked actions by the mod."] = true
L["to start"] = true
L["Temporarily allows"] = true
L["Has detected this user already temporarily allowed"] = true
L["Has not found a blocked action to temporarily allow"] = true
L["Has not found an exception set"] = true
L["Has removed the exception for the user"] = true
L["Ctrl-Shift-LClick|r add an AntiParasites\nexception. The last blocked user and\nevent will be allowed only one time\nfor the same user and event only."] = true
L["Ctrl-Shift-RClick|r del an AntiParasites\nexception. It removes from the last\nexception added to the first if\nrepeated clicks."] = true
L["Tooltip extended"] = true
L["If checked, relocates the tooltip."] = true
L["Lib warnings"] = true
L["If checked, shows a warning notification when a missing library is detected."] = true
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
Property changes : Added: svn:mime-type + text/plain Added: svn:keywords + Revision Date Added: svn:eol-style + native
EasyDND/locals/enCN.lua New file
0,0 → 1,177
--[[
Name: EasyDND - AntiParasites / enCN localization
Version: 3.0.8.$Revision$
$Date$
Author(s): Merah (ad@heapoverflow.com)
Author(localization): none
Playing: Mera,Merae,Merah & FathisUles on EU FR-La Croisade Ecarlate ;)
Website1: http://www.wowinterface.com/downloads/info8717-EasyDND.html
Website2: http://wow.curse.com/downloads/wow-addons/details/easydnd.aspx
SVN: svn://svn.wowinterface.com/EasyDND-211
Description: Automatically deny guild, trade, duel, party invitations, guild petitions,
remove sounds and forced AH, mail windows closure, automatically activate DND or
AFK modes in various situations, etc..
License: LGPL 2.1
]]
 
local MINOR_VERSION = tonumber(("$Revision$"):match("%d+"))
if MINOR_VERSION > _G.EasyDND_MINOR_VERSION then _G.EasyDND_MINOR_VERSION = MINOR_VERSION end
if not GetLocale() == "enCN" then return end
 
if not LibStub then return end
local L = LibStub("AceLocale-3.0"):NewLocale("EasyDND", "enCN", false)
if not L then return end
 
L["activated"] = true
L["deactivated"] = true
L["Hide/Show system"] = true
L["Hide/Show addon"] = true
L["Display"] = true
L["PVP message"] = true
L["Instance message"] = true
L["Auction house message"] = true
L["Bank message"] = true
L["Mailbox message"] = true
L["Combat message"] = true
L["Messages"] = true
L["If checked, hides the blizzard's yellow system messages generated by using DND/AFK modes."] = true
L["If checked, hides the addon's yellow messages auto-generated by using DND/AFK modes."] = true
L["Setup various hide/show configurations."] = true
L["Message to be displayed when you are in a battleground or an arena."] = true
L["Message to be displayed when you are in an instance."] = true
L["Message to be displayed when you are in an auction house."] = true
L["Message to be displayed when you are in a bank."] = true
L["Message to be displayed when you are at your mailbox."] = true
L["Message to be displayed when you enter in a combat."] = true
L["Setup various messages for each special events available."] = true
L["<Your message>"] = true
L["DND or AFK mode"] = true
L["Setup the addon to use the DND mode if activated or the AFK mode if deactivated. (A protection has been made to not accidentally switch to AFK mode in PVP areas, the addon only uses the DND mode in battlegrounds or arenas)"] = true
L["PVP mode"] = true
L["Activate EasyDND when you are in a battleground or an arena."] = true
L["Instance mode"] = true
L["Activate EasyDND when you are in an instance."] = true
L["Auction house mode"] = true
L["Activate EasyDND when you are in an auction house."] = true
L["Bank mode"] = true
L["Activate EasyDND when you are in a bank."] = true
L["Mailbox mode"] = true
L["Activate EasyDND when you are at your mailbox."] = true
L["Combat mode"] = true
L["Activate EasyDND when you enter in a combat."] = true
L["Sorry I am currently busy in a battleground or arena. Please try again later."] = true
L["Sorry I am currently busy in an instance. Please try again later."] = true
L["Sorry I am currently busy browsing the auction house. Please try again later."] = true
L["Sorry I am currently busy browsing my bank. Please try again later."] = true
L["Sorry I am currently busy browsing my mailbox. Please try again later."] = true
L["Sorry I am currently busy farming trashs or naabs. Please try again in a few seconds."] = true
L["Instance %s mode activated"] = true
L["Instance %s mode deactivated"] = true
L["Auction House %s mode activated"] = true
L["Auction House %s mode deactivated"] = true
L["Bank %s mode activated"] = true
L["Bank %s mode deactivated"] = true
L["Mailbox %s mode activated"] = true
L["Mailbox %s mode deactivated"] = true
L["Combat %s mode activated"] = true
L["Combat %s mode deactivated"] = true
L["DND"] = true
L["AFK"] = true
L["Click|r to open the Dewdrop quick\npanel."] = true
L["Ctrl-Click|r to open the AceGUI\nconfiguration window."] = true
L["Shift-Click|r to instantly switch your\nstatus to %s mode or remove the\ncurrent mode."] = true
L["Ctrl-Alt-Click|r to enable/disable the\naddon."] = true
L["Modes"] = true
L["Setup which events EasyDND will react on."] = true
L["Allow friends"] = true
L["Allow guild"] = true
L["When checked, allow friends to bypass the next AntiParasites options."] = true
L["When checked, allow guildmates to bypass the next AntiParasites options."] = true
L["Block party reason"] = true
L["Message automatically whispered to the blocked user."] = true
L["Sorry I am automatically declining party invitations because you are not allowed."] = true
L["Sorry I am automatically declining duel invitations because you are not allowed."] = true
L["Sorry I am automatically declining trade invitations because you are not allowed."] = true
L["Sorry I am automatically declining guild invitations because you are not allowed."] = true
L["Sorry I am automatically declining guild petition invitations because you are not allowed."] = true
L["Block party"] = true
L["When checked, you will automatically deny party/raid invitations."] = true
L["Block duel"] = true
L["When checked, you will automatically deny duel invitations."] = true
L["Block duel reason"] = true
L["Block trade reason"] = true
L["Block trade"] = true
L["When checked, you will automatically deny trade invitations."] = true
L["Block guild reason"] = true
L["Block guild"] = true
L["When checked, you will automatically deny guild invitations."] = true
L["When checked, you will automatically deny guild petitions."] = true
L["Block guild petition"] = true
L["Block guild petition reason"] = true
L["If checked, hides the blizzard's yellow system messages generated by the blocked actions."] = true
L["Hide/Show reply"] = true
L["If checked, hides your reply sent to the blocked user."] = true
L["Hide/Show notice"] = true
L["If checked, hides the notification sent to your default chat frame when blocking an action."] = true
L["Has blocked a group invitation from"] = true
L["Has blocked a guild invitation from"] = true
L["Has blocked a duel invitation from"] = true
L["Has blocked a trade invitation from"] = true
L["Has blocked a guild petition from"] = true
L["for"] = true
L["AceGUI"] = true
L["Open the Ace3 config window"] = true
L["BlizzardUI"] = true
L["Open the Blizzard config window"] = true
L["(FuBar detected but not Broker2FuBar, consider installing it to activate all the features)"] = true
L["Minimap icon"] = true
L["If checked, activates the minimap icon."] = true
L["Global options"] = true
L["Tooltip"] = true
L["If checked, activates the Broker tooltip."] = true
L["Activated"] = true
L["If not checked, disables the whole mod."] = true
L["Tooltip hints"] = true
L["If checked, shows hints in tooltips."] = true
L["Toggle afk name"] = true
L["If checked, the mod will toggle the display of your name when you are AFK and hide it when no more."] = true
L["Toggle dnd name"] = true
L["If checked, the mod will toggle the display of your name when you are DND and hide it when no more."] = true
L["AntiParasites options"] = true
L["EasyDND options"] = true
L["AntiParasites"] = true
L["PvE"] = true
L["IsFriend"] = true
L["PvP"] = true
L["IsGuild"] = true
L["AH"] = true
L["Party"] = true
L["Mail"] = true
L["Duel"] = true
L["Bank"] = true
L["Trade"] = true
L["Combat"] = true
L["Guild"] = true
L["ModeDND"] = true
L["Petition"] = true
L["NameDND"] = true
L["NameAFK"] = true
L["Parasites counter"] = true
L["If checked, shows the number of blocked actions by the mod."] = true
L["to start"] = true
L["Temporarily allows"] = true
L["Has detected this user already temporarily allowed"] = true
L["Has not found a blocked action to temporarily allow"] = true
L["Has not found an exception set"] = true
L["Has removed the exception for the user"] = true
L["Ctrl-Shift-LClick|r add an AntiParasites\nexception. The last blocked user and\nevent will be allowed only one time\nfor the same user and event only."] = true
L["Ctrl-Shift-RClick|r del an AntiParasites\nexception. It removes from the last\nexception added to the first if\nrepeated clicks."] = true
L["Tooltip extended"] = true
L["If checked, relocates the tooltip."] = true
L["Lib warnings"] = true
L["If checked, shows a warning notification when a missing library is detected."] = true
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
Property changes : Added: svn:mime-type + text/plain Added: svn:keywords + Revision Date Added: svn:eol-style + native