--[[ Name: EasyDND - AntiParasites / enUS localization Version: 30100.$Revision: 81 $ $Date: 2009-04-27 10:54:30 +0000 (Mon, 27 Apr 2009) $ Author(s): Merah (ad@heapoverflow.com) Author(localization): Merah 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: 81 $"):match("%d+")) _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) 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[""] = 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