Zerotorescue@72: local AceLocale = LibStub:GetLibrary("AceLocale-3.0"); Zerotorescue@72: local L = AceLocale:NewLocale("MailOpener", "enUS", true, false); -- locale name, language, default, silent Zerotorescue@72: if not L then return; end Zerotorescue@72: Zerotorescue@72: -- Core Zerotorescue@72: L["|cff00ff00Enabled|r"] = true Zerotorescue@72: L["|cff00ff00Enabling|r automatic opening of mail."] = true -- Needs review Zerotorescue@72: L["|cff15ff00Mail Opener|r: %s"] = true Zerotorescue@72: L["|cffff0000Disabling|r automatic opening of mail."] = true -- Needs review Zerotorescue@72: L["|cffff0000Disabling|r automatic opening of mail, shift key was down when opening the mailbox."] = true -- Needs review Zerotorescue@72: L["Click here to completely toggle this module on or off."] = true -- Needs review Zerotorescue@72: L["Click to open the configuration window for Mail Opener."] = true -- Needs review Zerotorescue@72: L["Config"] = true Zerotorescue@72: L["Disable Module"] = true Zerotorescue@72: L["Enable Module"] = true Zerotorescue@72: L["General"] = true Zerotorescue@72: L["Mail Opener"] = true -- Needs review Zerotorescue@72: L["Mail Opener Config"] = true -- Needs review Zerotorescue@72: L["Mail Opener status"] = true -- Needs review Zerotorescue@72: L["Press CTRL-C to copy."] = true -- Needs review Zerotorescue@72: L["Shift key was held down, so |cff00ff00enabling|r the entire addon as well as automatic opening of mail."] = true -- Needs review Zerotorescue@72: L["Shift key was held down, so |cffff0000disabling|r the entire addon."] = true -- Needs review Zerotorescue@72: L["Status: %s"] = true Zerotorescue@72: L[ [=[Toggle automatic mail opening |cff00ff00on|r or |cffff0000off|r (you can also enforce this by holding shift when opening the mailbox). Zerotorescue@72: Zerotorescue@72: You can toggle this addon |cff00ff00on|r or |cffff0000off|r by |cfffed000shift-clicking|r this checkbox.]=] ] = true -- Needs review Zerotorescue@72: L["With this button you can completely toggle this module |cff00ff00on|r or |cffff0000off|r. This setting will be remembered and the module will be automatically toggled |cff00ff00on|r or |cffff0000off|r upon logon as it was last set."] = true -- Needs review Zerotorescue@72: L[ [=[You are using |cff15ff00Mail Opener|r for the first time. Do you wish to always |cf00ff000enable|r |cfffed000automatic mail opening when you open the mailbox|r? Zerotorescue@72: Zerotorescue@72: You can always change the standard behavior in the General options.]=] ] = true -- Needs review Zerotorescue@72: L["You can always change the default status in the General config (|cff00ffff/mo c|r)."] = true -- Needs review Zerotorescue@72: Zerotorescue@72: Zerotorescue@72: -- BeanCounterSupport Zerotorescue@72: L[ [=[Are you sure you want to disable this module? Zerotorescue@72: Zerotorescue@72: It will only be active when needed and disabling it may cause your BeanCounter data to become incomplete. Leaving it on causes no harm.]=] ] = true -- Needs review Zerotorescue@72: L["BeanCounter Support"] = true -- Needs review Zerotorescue@72: L["|cfffed000Please note this module will only be enabled when the addon \"BeanCounter\" is enabled. This module will be disabled when BeanCounter could not be found and enabled when it can unless you manually disabled this module.|r"] = true -- Needs review Zerotorescue@72: L["|cffff0000You are strongly adviced to leave this module enabled unless you have very good reasons not to.|r"] = true -- Needs review Zerotorescue@72: L["Change settings for the BeanCounter Support module."] = true -- Needs review Zerotorescue@72: L["Prevents mail opening while BeanCounter is still scanning. Does nothing when BeanCounter is disabled."] = true -- Needs review Zerotorescue@72: Zerotorescue@72: Zerotorescue@72: -- Collected Zerotorescue@72: L["Also show a summary of the recorded stats within the entire session"] = true -- Needs review Zerotorescue@72: L["Also show a summary of the recorded stats within the entire session (since your last login or /reload)."] = true -- Needs review Zerotorescue@72: L["|cfffed000Shift-click|r the |cfffed000open all|r button to temporarily override your filters and loot every single mail containing attachments and/or gold."] = true Zerotorescue@72: L["Change settings for the collected module."] = true -- Needs review Zerotorescue@72: L["Collected"] = true -- Needs review Zerotorescue@72: L["Collected a total of %d mail."] = true -- Needs review Zerotorescue@72: L["Collected a total of %d mail this session."] = true -- Needs review Zerotorescue@72: L["Collected a total of %d mail within %d minutes and %d seconds."] = true -- Needs review Zerotorescue@72: L["Collected a total of %d mail within %d minutes and %d seconds this session."] = true -- Needs review Zerotorescue@72: L["Collected a total of %d mail within %d seconds."] = true -- Needs review Zerotorescue@72: L["Collected a total of %d mail within %d seconds this session."] = true -- Needs review Zerotorescue@72: L["(Required module)"] = true Zerotorescue@72: L["(Session summary)"] = true -- Needs review Zerotorescue@72: L["Show a summary of the recorded stats whenever it has been updated after opening the current batch of mails has finished."] = true -- Needs review Zerotorescue@72: L["Show a summary of the recorded stats whenever it updated after opening the current batch has finished"] = true -- Needs review Zerotorescue@72: L["Shows a simple summary of what has been collected at the mailbox."] = true -- Needs review Zerotorescue@72: L["Spent %d minutes and %d seconds collecting mail."] = true -- Needs review Zerotorescue@72: L["Spent %d minutes and %d seconds collecting mail this session."] = true -- Needs review Zerotorescue@72: L["Spent %d seconds collecting mail."] = true -- Needs review Zerotorescue@72: L["Spent %d seconds collecting mail this session."] = true -- Needs review Zerotorescue@72: L["Summarize"] = true -- Needs review Zerotorescue@72: L["Track |cfffed000gold gained|r"] = true -- Needs review Zerotorescue@72: L["Track |cfffed000items gained|r"] = true -- Needs review Zerotorescue@72: L["Track |cfffed000mail opened|r"] = true -- Needs review Zerotorescue@72: L["Track |cfffed000time spent|r"] = true -- Needs review Zerotorescue@72: L["Track Stats"] = true -- Needs review Zerotorescue@72: L["Track the amount of gold gained and display it when closing the mailbox."] = true -- Needs review Zerotorescue@72: L["Track the amount of items gained and display it when closing the mailbox."] = true -- Needs review Zerotorescue@72: L["Track the amount of mail received and display it when closing the mailbox."] = true -- Needs review Zerotorescue@72: L["Track the amount of time spent at the mailbox."] = true -- Needs review Zerotorescue@72: L["You can select what things to track. Toggling something off will stop tracking of it completely and reduce the resources used by Mail Opener (although you shouldn't notice a difference)."] = true -- Needs review Zerotorescue@72: L["You gained %d items and %s from this."] = true -- Needs review Zerotorescue@72: L["You gained %d items from this."] = true -- Needs review Zerotorescue@72: L["You gained %s from this."] = true -- Needs review Zerotorescue@72: Zerotorescue@72: Zerotorescue@72: -- Config Zerotorescue@72: L["Addon Disabled"] = true Zerotorescue@72: L["Announce when |cfffed000finished opening the current batch|r"] = true Zerotorescue@72: L["Announce when |cfffed000the mailbox is completely empty|r"] = true Zerotorescue@72: L["Announce when mail is processed because..."] = true Zerotorescue@72: L["Announce when mail is processed because it's |cfffed000any other kind of mail|r (e.g. plain text)."] = true Zerotorescue@72: L["Announce when mail is processed because it's |cfffed000auction canceled mail|r."] = true Zerotorescue@72: L["Announce when mail is processed because it's |cfffed000auction expired mail|r."] = true Zerotorescue@72: L["Announce when mail is processed because it's |cfffed000auction outbid mail|r."] = true Zerotorescue@72: L["Announce when mail is processed because it's |cfffed000auction successful mail|r."] = true Zerotorescue@72: L["Announce when mail is processed because it's |cfffed000auction won mail|r."] = true Zerotorescue@72: L["Announce when mail is processed because it's |cfffed000normal mail containing gold|r."] = true Zerotorescue@72: L["Announce when mail is processed because it's |cfffed000normal mail containing items|r."] = true Zerotorescue@72: L["Announce when mail is processed for |cfffed000any|r reason."] = true Zerotorescue@72: L["Announce when mail is skipped because..."] = true Zerotorescue@72: L["Announce when mail is skipped because |cfffed000the keep free space limit has been reached|r."] = true Zerotorescue@72: L["Announce when mail is skipped because |cfffed000your inventory is full|r."] = true Zerotorescue@72: L["Announce when mail is skipped because it's |cfffed000a Cost On Delivery mail|r."] = true Zerotorescue@72: L["Announce when mail is skipped because it's |cfffed000any other kind of mail|r (e.g. plain text)."] = true Zerotorescue@72: L["Announce when mail is skipped because it's |cfffed000auction canceled mail|r."] = true Zerotorescue@72: L["Announce when mail is skipped because it's |cfffed000auction expired mail|r."] = true Zerotorescue@72: L["Announce when mail is skipped because it's |cfffed000auction outbid mail|r."] = true Zerotorescue@72: L["Announce when mail is skipped because it's |cfffed000auction successful mail|r."] = true Zerotorescue@72: L["Announce when mail is skipped because it's |cfffed000auction won mail|r."] = true Zerotorescue@72: L["Announce when mail is skipped because it's |cfffed000mail sent by Blizzard|r."] = true Zerotorescue@72: L["Announce when mail is skipped because it's |cfffed000normal mail containing gold|r."] = true Zerotorescue@72: L["Announce when mail is skipped because it's |cfffed000normal mail containing items|r."] = true Zerotorescue@72: L["Announce when mail is skipped for |cfffed000any|r reason."] = true Zerotorescue@72: L["Announce when opening of the current batch of mail has been completed."] = true Zerotorescue@72: L["Announce when there is nothing left for Mail Opener to open."] = true Zerotorescue@72: L["Auction canceled mail"] = true Zerotorescue@72: L["Auction expired mail"] = true Zerotorescue@72: L["Auction outbid mail"] = true Zerotorescue@72: L["Auction successful mail"] = true Zerotorescue@72: L["Auction won mail"] = true Zerotorescue@72: L["Auto opening disabled"] = true Zerotorescue@72: L["Blizzard mail"] = true Zerotorescue@72: L["Builds and loads the config frame(s) and handles the slash commands. Automatically loaded when needed."] = true Zerotorescue@72: L["|cff00ff00Enabled|r"] = true Zerotorescue@72: L["|cfffed000Cost on Delivery|r and |cfffed000Blizzard|r mail will always be skipped, regardless of any filters."] = true Zerotorescue@72: L["|cfffed000Default Status|r"] = true Zerotorescue@72: L["|cfffed000Mail Opener|r is not meant to be a full replacement of |cfffed000Postal|r, it will only handle the opening of your mail and you can run both addons simultaneously."] = true Zerotorescue@72: L["|cfffed000Module Name|r"] = true Zerotorescue@72: L["|cfffed000Postal|r allows you to return mail by |cfffed000alt-clicking|r the mail icon."] = true Zerotorescue@72: L["|cfffed000Right-click|r the |cfffed000open all|r button to quickly adjust your mail opening filters."] = true Zerotorescue@72: L["|cfffed000Status|r"] = true Zerotorescue@72: L["|cffff0000Disabled|r"] = true Zerotorescue@72: L["Change general Mail Opener settings."] = true Zerotorescue@72: L["Change settings for modules or toggle them on or off."] = true Zerotorescue@72: L["C.O.D. mail"] = true Zerotorescue@72: L["Completely enabled"] = true Zerotorescue@72: L["Continue trying to open mail after your bags are full"] = true Zerotorescue@72: L["Create a new character specific profile"] = true Zerotorescue@72: L["Create a new profile for this user. You can also make profile groups at the profiles tab to the left."] = true Zerotorescue@72: L["Default mail opener status"] = true Zerotorescue@72: L["Default QA Auto Mail status"] = true Zerotorescue@72: L["Disabled"] = true Zerotorescue@72: L["Display help tooltips at the mailbox buttons added by Mail Opener."] = true Zerotorescue@72: L["Display the help tooltips when hovering at any of the mailbox buttons added by Mail Opener."] = true Zerotorescue@72: L["Do you wish to enable \"continue opening mail\"? Read the tip at the bottom of the \"General\" config for more information."] = true Zerotorescue@72: L["Enabled"] = true Zerotorescue@72: L["Enabling the functionality. Remember you can always change this setting in the \\\"Open All\\\" config (|cff00ffff/mo c|r)."] = true Zerotorescue@72: L["General Notifications"] = true Zerotorescue@72: L[ [=[If there are a lot of stackable items in your mailbox (e.g. glyphs) you may want to toggle this option on. Zerotorescue@72: Zerotorescue@72: This will cause your Blizzard error frame to get extremely spammy if there's a lot of mail remaining. With this disabled, Mail Opener will completely stop opening mail while your inventory is full.]=] ] = true Zerotorescue@72: L["If you are looking for an addon with many handy modifications for |cfffed000sending|r mail, you might want to consider |cfffed000Postal|r."] = true Zerotorescue@72: L["Instead of always turning Quick Auction's auto mail on after mail opening you can choose to set it back to the value it was prior to opening mail."] = true Zerotorescue@72: L["Inventory is full"] = true Zerotorescue@72: L["Keep free space limit reached"] = true Zerotorescue@72: L["Mail Opening Tip"] = true Zerotorescue@72: L["Mail Processed Notifications"] = true Zerotorescue@72: L["Mail Skipped Notifications"] = true Zerotorescue@72: L["Modules"] = true Zerotorescue@72: L["Modules Status"] = true Zerotorescue@72: L["New Character Specific Profile"] = true Zerotorescue@72: L["Next Tip"] = true Zerotorescue@72: L["No"] = true Zerotorescue@72: L["No more mail can be opened"] = true Zerotorescue@72: L["Normal mail with attachments"] = true Zerotorescue@72: L["Normal mail with gold"] = true Zerotorescue@72: L["Notifications"] = true Zerotorescue@72: L["Only once"] = true Zerotorescue@72: L["Only play this sound once each time new mail has been arrived."] = true Zerotorescue@72: L["Only play this sound once each time new mail has been arrived or your bags are updated."] = true Zerotorescue@72: L["Only play this sound once each time you visit the mailbox."] = true Zerotorescue@72: L["Other mail (e.g. plain text)"] = true Zerotorescue@72: L["...per mailbox visit"] = true Zerotorescue@72: L["Play a sound when..."] = true Zerotorescue@72: L["Play a sound when no more mail can be opened. You can select what sound in the select box next to this."] = true Zerotorescue@72: L["Play a sound when your inventory is full. You can select what sound in the select box next to this."] = true Zerotorescue@72: L["Please report |cfffed000issues|r and |cfffed000suggestions|r/|cfffed000requests|r at the |cfffed000CurseForge ticket tracker|r, I will try to process and respond to them all (you can find a link to the ticket tracker in the addon description at Curse)."] = true Zerotorescue@72: L[ [=[Quick Auction's auto mail is buggy when using other mail opening addons. If you are collecting mail while auto mailer is enabled wrong items may be send to the wrong character. Zerotorescue@72: Zerotorescue@72: To solve this you must disable Quick Auction's auto mail while opening mail and you can re-enable it when mail opening is finished.]=] ] = true Zerotorescue@72: L["Remember"] = true Zerotorescue@72: L["Select the default Mail Opener status when you open a mailbox for the first time since your log on."] = true Zerotorescue@72: L["Select the default Quick Auctions auto mail status whenever you open a mailbox."] = true Zerotorescue@72: L["Set Quick Auction's auto mail status |cff00ffffback|r after opening mail has finished (remember it)"] = true Zerotorescue@72: L["Sound File"] = true Zerotorescue@72: L["Sound file to play when Mail Opener can't open any more mail."] = true Zerotorescue@72: L["Sound file to play when your bags are full."] = true Zerotorescue@72: L["Sound Notifications"] = true Zerotorescue@72: L["Toggle everything"] = true Zerotorescue@73: L["Toggle notifications."] = true Zerotorescue@72: L["Toggle which notification you wish to see."] = true Zerotorescue@72: L["To make Mail Opener automatically continue the opening of a batch of mail that had previously been interrupted, you will have to tick the \"|cfffed000Continue opening mail|r\"-box at the \"|cfffed000Open All|r\" config. By default Mail Opener will always automatically start opening mail right after a server refresh, but you will have to manually resume mail opening if it gets interrupted (e.g. because you closed the mailbox or because your bags were full)."] = true Zerotorescue@72: L["Turn Quick Auction's auto mail status |cff00ff00on|r after opening mail has finished"] = true Zerotorescue@72: L["Turn Quick Auction's auto mail status |cffff0000off|r when opening mail"] = true Zerotorescue@72: L["Wrong command, available: /mo config (or /mo c)"] = true Zerotorescue@72: L["Yes"] = true Zerotorescue@72: L["You can always change this setting in the \\\"Open All\\\" config (|cff00ffff/mo c|r)."] = true Zerotorescue@72: L["You can |cfffed000shift-click|r a mail icon to loot all attachments from that single mail."] = true Zerotorescue@72: L["You can click the time remaining text to get it into a popup dialog so you can copy it (with |cfffed000CTRL-C|r) and then paste it (with |cfffed000CTRL-V|r) elsewhere."] = true Zerotorescue@72: L["You can create a new profile to allow different behaviour for different characters. Imagine setting up a profile for your AH banker which will retrieve all sorts of mail containing items while other characters don't automatically open mail with items sent by other players."] = true Zerotorescue@72: L["You may have to increase the mail opening interval if this sound effect gets spammy. The recommended value is 10 seconds."] = true Zerotorescue@72: L["Your inventory is full"] = true Zerotorescue@72: Zerotorescue@72: Zerotorescue@72: -- FailSafe Zerotorescue@72: L[ [=[Change how long FailSafe should wait before skipping the last mail and continuing with the next. This should prevent mail opening getting stuck because a single mail is stuck for whatever reason. Zerotorescue@72: Zerotorescue@72: Default value is 20 seconds.]=] ] = true Zerotorescue@72: L["Change how long FailSafe should wait before skipping the last mail and continuing with the next. This will prevent mail opening getting stuck forever because a single mail is frozen for whatever reason."] = true Zerotorescue@72: L["Change settings for the FailSafe module."] = true Zerotorescue@72: L["FailSafe"] = true Zerotorescue@72: L["(FailSafe) Mail opening timeout, continuing with the next mail."] = true Zerotorescue@72: L["Prevents the mail opening from completely stopping when the opening of a single mail gets stuck."] = true Zerotorescue@72: L["Single Mail Opening Timeout"] = true Zerotorescue@72: L["Single Mail Timeout"] = true Zerotorescue@72: Zerotorescue@72: Zerotorescue@72: -- OpenAll Zerotorescue@72: L["Allow shift-clicking of the |cfffed000Open All|r button to autoloot |cfffed000everything|r, regardless of the above filters."] = true -- Needs review Zerotorescue@72: L["Allow shift-clicking of the |cfffed000Open All|r button to autoloot |cfffed000everything|r with attachments, temporarily overriding all filters."] = true -- Needs review Zerotorescue@72: L["Auction canceled"] = true -- Needs review Zerotorescue@72: L["Auction expired"] = true -- Needs review Zerotorescue@72: L["Auction House Mail"] = true -- Needs review Zerotorescue@72: L["Auction outbid"] = true -- Needs review Zerotorescue@72: L["Auction successful"] = true -- Needs review Zerotorescue@72: L["auction won"] = true -- Needs review Zerotorescue@72: L["Auction won"] = true -- Needs review Zerotorescue@72: L["Automatically loot all auction canceled mail from the auction house."] = true -- Needs review Zerotorescue@72: L["Automatically loot all auction expired mail from the auction house."] = true -- Needs review Zerotorescue@72: L["Automatically loot all auction outbid mail from the auction house."] = true -- Needs review Zerotorescue@72: L["Automatically loot all auction successful mail from the auction house."] = true -- Needs review Zerotorescue@72: L["Automatically loot all auction won mail from the auction house."] = true -- Needs review Zerotorescue@72: L["Automatically loot all normal mail containing attachments (CoDs and Blizzard mail will be skipped)."] = true -- Needs review Zerotorescue@72: L["Automatically loot all normal mail containing gold (CoDs and Blizzard mail will be skipped)."] = true -- Needs review Zerotorescue@72: L["Blizzard mail"] = true Zerotorescue@72: L["canceled auction"] = true -- Needs review Zerotorescue@72: L["|cffff0000There is currently no mail available.|r"] = true -- Needs review Zerotorescue@72: L["|cffffffff%d|r/|cffffffff%d|r mail remaining - everything will be opened soon..."] = true -- Needs review Zerotorescue@72: L["|cffffffff%d|r/|cffffffff%d|r mail remaining, next refresh in |cffffffff%d|r seconds."] = true -- Needs review Zerotorescue@72: L["|cffffffff%d|r/|cffffffff%d|r mail remaining, opening everything will take about |cffffffff%d|r minutes and |cffffffff%d|r seconds (next refresh in |cffffffff%d|r seconds)."] = true -- Needs review Zerotorescue@72: L["|cffffffff%d|r/|cffffffff%d|r mail remaining, opening everything will take about |cffffffff%d|r minutes (next refresh in |cffffffff%d|r seconds)."] = true -- Needs review Zerotorescue@72: L["|cffffffff%d|r/|cffffffff%d|r mail remaining, opening everything will take about |cffffffff%d|r seconds (next refresh in |cffffffff%d|r seconds)."] = true -- Needs review Zerotorescue@72: L["|cffffffff%d|r/|cffffffff%d|r mail remaining - waiting for something from the current batch to be opened..."] = true -- Needs review Zerotorescue@72: L["|cffffffff%d|r/|cffffffff%d|r mail remaining - waiting for the next mailbox refresh..."] = true -- Needs review Zerotorescue@72: L["Change open all settings."] = true -- Needs review Zerotorescue@72: L[ [=[Change the amount of space to reserve for other things when opening mail. If this option is set higher than 0, mail with a higher amount of attachments than available space will be skipped completely. Zerotorescue@72: Zerotorescue@72: E.g. If this is set to 1 and you have a total of 12 slots left then any mail with 12 attachments will be skipped while one with 11 attachments would be opened.]=] ] = true -- Needs review Zerotorescue@72: L[ [=[Change the delay before Mail Opener tries opening mail after opening the mailbox or new mail has been received from the server. Zerotorescue@72: Zerotorescue@72: The default value is 0.5 seconds.]=] ] = true -- Needs review Zerotorescue@72: L[ [=[Change the interval at which Mail Opener tries to continue opening mail after opening the mailbox. Please note that this setting does not reduce the game's normal 60 seconds wait time for mail. Zerotorescue@72: Zerotorescue@72: The default value is 5 seconds.]=] ] = true -- Needs review Zerotorescue@72: L["Change the mail opening speed (in microseconds) for each mail. Lower may not always be faster."] = true -- Needs review Zerotorescue@72: L["Change the speed at which mail is opened. You should set the opening speed to the lowest latency you have in a city or experiment with setting it to the minimum."] = true -- Needs review Zerotorescue@72: L["C.O.D."] = true -- Needs review Zerotorescue@72: L["Continued Mail Opening Interval"] = true -- Needs review Zerotorescue@72: L["Continue opening mail"] = true -- Needs review Zerotorescue@72: L["Continue opening mail at the interval set below, even if the mailbox wasn't refreshed recently."] = true -- Needs review Zerotorescue@72: L["expired auction"] = true -- Needs review Zerotorescue@72: L["Filters"] = true -- Needs review Zerotorescue@72: L["Finished opening the current batch."] = true -- Needs review Zerotorescue@72: L[ [=[Hold |cfffed000shift|r while clicking this button to temporarily override your filters and loot every single mail containing attachments and/or gold. Zerotorescue@72: Zerotorescue@72: |cfffed000Right|r click this button to quickly adjust mail opening filters for this profile.]=] ] = true -- Needs review Zerotorescue@72: L["Initial Mail Opening Delay"] = true -- Needs review Zerotorescue@72: L["inventory is full"] = true -- Needs review Zerotorescue@72: L["Keep free space"] = true -- Needs review Zerotorescue@72: L["Keep Free Space"] = true -- Needs review Zerotorescue@72: L["keep free space limit"] = true -- Needs review Zerotorescue@72: L["Mail Opener will |cff00ff00continue|r to attempt to open the remaining mail every |cfffed000%d seconds|r."] = true -- Needs review Zerotorescue@72: L["Mail Opener will |cffff0000not|r continue to attempt to open the remaining mail and will only start opening when new mail has just been received from the server."] = true -- Needs review Zerotorescue@72: L["normal mail with attachments"] = true -- Needs review Zerotorescue@72: L["Normal mail with |cfffed000attachments|r"] = true -- Needs review Zerotorescue@72: L["Normal mail with |cfffed000gold|r"] = true -- Needs review Zerotorescue@72: L["normal mail with gold"] = true -- Needs review Zerotorescue@72: L["Open all"] = true -- Needs review Zerotorescue@72: L["Open All"] = true -- Needs review Zerotorescue@72: L["Open all |cfffed000auction canceled|r mail"] = true -- Needs review Zerotorescue@72: L["Open all |cfffed000auction expired|r mail"] = true -- Needs review Zerotorescue@72: L["Open all |cfffed000auction successful|r mail"] = true -- Needs review Zerotorescue@72: L["Open all |cfffed000auction won|r mail"] = true -- Needs review Zerotorescue@73: L["Open all |cfffed000outbid on|r mail"] = true Zerotorescue@72: L["Opening..."] = true -- Needs review Zerotorescue@72: L["Opening Interval"] = true -- Needs review Zerotorescue@72: L["Opening Speed"] = true -- Needs review Zerotorescue@72: L["Open single mail interval"] = true -- Needs review Zerotorescue@72: L["Other mail with attachments"] = true -- Needs review Zerotorescue@72: L["Other mail with gold"] = true -- Needs review Zerotorescue@72: L["outbid on auction"] = true -- Needs review Zerotorescue@72: L["Processing %d: %s"] = true -- Needs review Zerotorescue@72: L["Processing %d: %s (%s)"] = true -- Needs review Zerotorescue@72: L["Remaining Mail"] = true -- Needs review Zerotorescue@72: L["Shift key was held while pressing the open all button. Temporarily overriding filters; going to open every mail with attachments."] = true -- Needs review Zerotorescue@72: L["Skipping %d: %s"] = true -- Needs review Zerotorescue@72: L["Skipping %d: %s (%s)"] = true -- Needs review Zerotorescue@72: L["successful auction"] = true -- Needs review Zerotorescue@72: L["The actual mail opening initiated by the core."] = true -- Needs review Zerotorescue@72: L["The default behavior for opening mail is to only do so right after new mail was received from the server. If you close the mailbox or your inventory is full before everything is opened you will have to click the open all button manually or wait for a next mailbox refresh."] = true -- Needs review Zerotorescue@72: L["The first batch after each server refresh will be opened after waiting |cfffed000%d seconds|r."] = true -- Needs review Zerotorescue@72: L["Toggle filters for %s profile."] = true -- Needs review Zerotorescue@72: L["Toggle which mail the opener should autoloot."] = true -- Needs review Zerotorescue@73: L["You can set an amount of bag space you wish to reserve when opening mail. Mail with a higher amount of attachments than available space will be skipped completely with this option set above 0."] = true -- Needs review