Zerotorescue@68: -- We don't want to bother the user with a missing locale, but we do want to bother ourselves Zerotorescue@68: local silent = true; Zerotorescue@68: --@debug@ Zerotorescue@68: silent = false; Zerotorescue@68: --@end-debug@ Zerotorescue@68: Zerotorescue@68: silent = false; Zerotorescue@68: Zerotorescue@68: local AceLocale = LibStub:GetLibrary("AceLocale-3.0"); Zerotorescue@68: local L = AceLocale:NewLocale("MailOpener", "enUS", true, silent); Zerotorescue@68: if not L then return; end Zerotorescue@68: Zerotorescue@69: --@localization(locale="enUS", format="lua_additive_table", same-key-is-true=true, handle-subnamespaces="none")@ Zerotorescue@68: Zerotorescue@68: --@debug@ Zerotorescue@68: Zerotorescue@68: -- Core Zerotorescue@68: L["|cff00ff00Enabling|r automatic opening of mail."] = "|cff00ff00Enabling|r automatic opening of mail." -- Needs review Zerotorescue@68: L["|cff15ff00Mail Opener|r: %s"] = "|cff15ff00Mail Opener|r: %s" Zerotorescue@68: L["|cffff0000Disabling|r automatic opening of mail."] = "|cffff0000Disabling|r automatic opening of mail." -- Needs review Zerotorescue@68: L["|cffff0000Disabling|r automatic opening of mail, shift key was down when opening the mailbox."] = "|cffff0000Disabling|r automatic opening of mail, shift key was down when opening the mailbox." -- Needs review Zerotorescue@68: L["Click here to completely toggle this module on or off."] = "Click here to completely toggle this module on or off." -- Needs review Zerotorescue@68: L["Click to open the configuration window for Mail Opener."] = "Click to open the configuration window for Mail Opener." -- Needs review Zerotorescue@68: L["Config"] = "Config" Zerotorescue@68: L["Disable Module"] = "Disable Module" Zerotorescue@68: L["Enable Module"] = "Enable Module" Zerotorescue@68: L["General"] = "General" Zerotorescue@68: L["Mail Opener"] = "Mail Opener" -- Needs review Zerotorescue@68: L["Mail Opener Config"] = "Mail Opener Config" -- Needs review Zerotorescue@68: L["Mail Opener status"] = "Mail Opener status" -- Needs review Zerotorescue@68: L["Press CTRL-C to copy."] = "Press CTRL-C to copy." -- Needs review Zerotorescue@68: L["Shift key was held down, so |cff00ff00enabling|r the entire addon as well as automatic opening of mail."] = "Shift key was held down, so |cff00ff00enabling|r the entire addon as well as automatic opening of mail." -- Needs review Zerotorescue@68: L["Shift key was held down, so |cffff0000disabling|r the entire addon."] = "Shift key was held down, so |cffff0000disabling|r the entire addon." -- Needs review Zerotorescue@68: L["Status: |cff00ff00Enabled|r"] = "Status: |cff00ff00Enabled|r" Zerotorescue@68: L["Status: |cffff0000Disabled|r"] = "Status: |cffff0000Disabled|r" -- Needs review Zerotorescue@68: L[ [=[Toggle automatic mail opening |cff00ff00on|r or |cffff0000off|r (you can also enforce this by holding shift when opening the mailbox). Zerotorescue@68: Zerotorescue@68: You can toggle this addon |cff00ff00on|r or |cffff0000off|r by |cfffed000shift-clicking|r this checkbox.]=] ] = [=[Toggle automatic mail opening |cff00ff00on|r or |cffff0000off|r (you can also enforce this by holding shift when opening the mailbox). Zerotorescue@68: Zerotorescue@68: You can toggle this addon |cff00ff00on|r or |cffff0000off|r by |cfffed000shift-clicking|r this checkbox.]=] -- Needs review Zerotorescue@68: 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."] = "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." -- Needs review Zerotorescue@68: 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@68: Zerotorescue@68: You can always change the standard behavior in the General options.]=] ] = [=[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@68: Zerotorescue@68: You can always change the standard behavior in the General options.]=] -- Needs review Zerotorescue@68: L["You can always change the default status in the General config (|cff00ffff/mo c|r)."] = "You can always change the default status in the General config (|cff00ffff/mo c|r)." -- Needs review Zerotorescue@68: Zerotorescue@68: -- OpenAll Zerotorescue@68: L["Allow shift-clicking of the |cfffed000Open All|r button to autoloot |cfffed000everything|r, regardless of the above filters."] = "Allow shift-clicking of the |cfffed000Open All|r button to autoloot |cfffed000everything|r, regardless of the above filters." -- Needs review Zerotorescue@68: L["Allow shift-clicking of the |cfffed000Open All|r button to autoloot |cfffed000everything|r with attachments, temporarily overriding all filters."] = "Allow shift-clicking of the |cfffed000Open All|r button to autoloot |cfffed000everything|r with attachments, temporarily overriding all filters." -- Needs review Zerotorescue@68: L["Auction canceled"] = "Auction canceled" -- Needs review Zerotorescue@68: L["Auction expired"] = "Auction expired" -- Needs review Zerotorescue@68: L["Auction House Mail"] = "Auction House Mail" -- Needs review Zerotorescue@68: L["Auction outbid"] = "Auction outbid" -- Needs review Zerotorescue@68: L["Auction successful"] = "Auction successful" -- Needs review Zerotorescue@68: L["auction won"] = "auction won" -- Needs review Zerotorescue@68: L["Auction won"] = "Auction won" -- Needs review Zerotorescue@68: L["Automatically loot all auction canceled mail from the auction house."] = "Automatically loot all auction canceled mail from the auction house." -- Needs review Zerotorescue@68: L["Automatically loot all auction expired mail from the auction house."] = "Automatically loot all auction expired mail from the auction house." -- Needs review Zerotorescue@68: L["Automatically loot all auction outbid mail from the auction house."] = "Automatically loot all auction outbid mail from the auction house." -- Needs review Zerotorescue@68: L["Automatically loot all auction successful mail from the auction house."] = "Automatically loot all auction successful mail from the auction house." -- Needs review Zerotorescue@68: L["Automatically loot all auction won mail from the auction house."] = "Automatically loot all auction won mail from the auction house." -- Needs review Zerotorescue@68: L["Automatically loot all normal mail containing attachments (CoDs and Blizzard mail will be skipped)."] = "Automatically loot all normal mail containing attachments (CoDs and Blizzard mail will be skipped)." -- Needs review Zerotorescue@68: L["Automatically loot all normal mail containing gold (CoDs and Blizzard mail will be skipped)."] = "Automatically loot all normal mail containing gold (CoDs and Blizzard mail will be skipped)." -- Needs review Zerotorescue@68: L["Blizzard mail"] = "Blizzard mail" Zerotorescue@68: L["canceled auction"] = "canceled auction" -- Needs review Zerotorescue@68: L["|cffff0000There is currently no mail available.|r"] = "|cffff0000There is currently no mail available.|r" -- Needs review Zerotorescue@68: L["|cffffffff%d|r/|cffffffff%d|r mail remaining - everything will be opened soon..."] = "|cffffffff%d|r/|cffffffff%d|r mail remaining - everything will be opened soon..." -- Needs review Zerotorescue@68: L["|cffffffff%d|r/|cffffffff%d|r mail remaining, next refresh in |cffffffff%d|r seconds."] = "|cffffffff%d|r/|cffffffff%d|r mail remaining, next refresh in |cffffffff%d|r seconds." -- Needs review Zerotorescue@68: 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)."] = "|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)." -- Needs review Zerotorescue@68: 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)."] = "|cffffffff%d|r/|cffffffff%d|r mail remaining, opening everything will take about |cffffffff%d|r minutes (next refresh in |cffffffff%d|r seconds)." -- Needs review Zerotorescue@68: 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)."] = "|cffffffff%d|r/|cffffffff%d|r mail remaining, opening everything will take about |cffffffff%d|r seconds (next refresh in |cffffffff%d|r seconds)." -- Needs review Zerotorescue@68: L["|cffffffff%d|r/|cffffffff%d|r mail remaining - waiting for something from the current batch to be opened..."] = "|cffffffff%d|r/|cffffffff%d|r mail remaining - waiting for something from the current batch to be opened..." -- Needs review Zerotorescue@68: L["|cffffffff%d|r/|cffffffff%d|r mail remaining - waiting for the next mailbox refresh..."] = "|cffffffff%d|r/|cffffffff%d|r mail remaining - waiting for the next mailbox refresh..." -- Needs review Zerotorescue@68: L["Change open all settings."] = "Change open all settings." -- Needs review Zerotorescue@68: 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@68: Zerotorescue@68: 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.]=] ] = [=[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@68: Zerotorescue@68: 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.]=] -- Needs review Zerotorescue@68: L[ [=[Change the delay before Mail Opener tries opening mail after opening the mailbox or new mail has been received from the server. Zerotorescue@68: Zerotorescue@68: The default value is 0.5 seconds.]=] ] = [=[Change the delay before Mail Opener tries opening mail after opening the mailbox or new mail has been received from the server. Zerotorescue@68: Zerotorescue@68: The default value is 0.5 seconds.]=] -- Needs review Zerotorescue@68: 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@68: Zerotorescue@68: The default value is 5 seconds.]=] ] = [=[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@68: Zerotorescue@68: The default value is 5 seconds.]=] -- Needs review Zerotorescue@68: L["Change the mail opening speed (in microseconds) for each mail. Lower may not always be faster."] = "Change the mail opening speed (in microseconds) for each mail. Lower may not always be faster." -- Needs review Zerotorescue@68: 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."] = "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." -- Needs review Zerotorescue@68: L["C.O.D."] = "C.O.D." -- Needs review Zerotorescue@68: L["Continued Mail Opening Interval"] = "Continued Mail Opening Interval" -- Needs review Zerotorescue@68: L["Continue opening mail"] = "Continue opening mail" -- Needs review Zerotorescue@68: L["Continue opening mail at the interval set below, even if the mailbox wasn't refreshed recently."] = "Continue opening mail at the interval set below, even if the mailbox wasn't refreshed recently." -- Needs review Zerotorescue@68: L["expired auction"] = "expired auction" -- Needs review Zerotorescue@68: L["Filters"] = "Filters" -- Needs review Zerotorescue@68: L["Finished opening the current batch."] = "Finished opening the current batch." -- Needs review Zerotorescue@68: L[ [=[Hold |cfffed000shift|r while clicking this button to temporarily override your filters and loot every single mail containing attachments and/or gold. Zerotorescue@68: Zerotorescue@68: |cfffed000Right|r click this button to quickly adjust mail opening filters for this profile.]=] ] = [=[Hold |cfffed000shift|r while clicking this button to temporarily override your filters and loot every single mail containing attachments and/or gold. Zerotorescue@68: Zerotorescue@68: |cfffed000Right|r click this button to quickly adjust mail opening filters for this profile.]=] -- Needs review Zerotorescue@68: L["Initial Mail Opening Delay"] = "Initial Mail Opening Delay" -- Needs review Zerotorescue@68: L["inventory is full"] = "inventory is full" -- Needs review Zerotorescue@68: L["Keep free space"] = "Keep free space" -- Needs review Zerotorescue@68: L["Keep Free Space"] = "Keep Free Space" -- Needs review Zerotorescue@68: L["keep free space limit"] = "keep free space limit" -- Needs review Zerotorescue@68: L["Mail Opener will |cff00ff00continue|r to attempt to open the remaining mail every |cfffed000%d seconds|r."] = "Mail Opener will |cff00ff00continue|r to attempt to open the remaining mail every |cfffed000%d seconds|r." -- Needs review Zerotorescue@68: 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."] = "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." -- Needs review Zerotorescue@68: L["normal mail with attachments"] = "normal mail with attachments" -- Needs review Zerotorescue@68: L["Normal mail with |cfffed000attachments|r"] = "Normal mail with |cfffed000attachments|r" -- Needs review Zerotorescue@68: L["Normal mail with |cfffed000gold|r"] = "Normal mail with |cfffed000gold|r" -- Needs review Zerotorescue@68: L["normal mail with gold"] = "normal mail with gold" -- Needs review Zerotorescue@68: L["Open all"] = "Open all" -- Needs review Zerotorescue@68: L["Open All"] = "Open All" -- Needs review Zerotorescue@68: L["Open all |cfffed000auction canceled|r mail"] = "Open all |cfffed000auction canceled|r mail" -- Needs review Zerotorescue@68: L["Open all |cfffed000auction expired|r mail"] = "Open all |cfffed000auction expired|r mail" -- Needs review Zerotorescue@68: L["Open all |cfffed000auction successful|r mail"] = "Open all |cfffed000auction successful|r mail" -- Needs review Zerotorescue@68: L["Open all |cfffed000auction won|r mail"] = "Open all |cfffed000auction won|r mail" -- Needs review Zerotorescue@68: L["Opening..."] = "Opening..." -- Needs review Zerotorescue@68: L["Opening Interval"] = "Opening Interval" -- Needs review Zerotorescue@68: L["Opening Speed"] = "Opening Speed" -- Needs review Zerotorescue@68: L["Open single mail interval"] = "Open single mail interval" -- Needs review Zerotorescue@68: L["Other mail with attachments"] = "Other mail with attachments" -- Needs review Zerotorescue@68: L["Other mail with gold"] = "Other mail with gold" -- Needs review Zerotorescue@68: L["outbid on auction"] = "outbid on auction" -- Needs review Zerotorescue@68: L["Processing %d: %s"] = "Processing %d: %s" -- Needs review Zerotorescue@68: L["Processing %d: %s (%s)"] = "Processing %d: %s (%s)" -- Needs review Zerotorescue@68: L["Remaining Mail"] = "Remaining Mail" -- Needs review Zerotorescue@68: L["Shift key was held while pressing the open all button. Temporarily overriding filters; going to open every mail with attachments."] = "Shift key was held while pressing the open all button. Temporarily overriding filters; going to open every mail with attachments." -- Needs review Zerotorescue@68: L["Skipping %d: %s"] = "Skipping %d: %s" -- Needs review Zerotorescue@68: L["Skipping %d: %s (%s)"] = "Skipping %d: %s (%s)" -- Needs review Zerotorescue@68: L["successful auction"] = "successful auction" -- Needs review Zerotorescue@68: L["The actual mail opening initiated by the core."] = "The actual mail opening initiated by the core." -- Needs review Zerotorescue@68: 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."] = "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." -- Needs review Zerotorescue@68: L["The first batch after each server refresh will be opened after waiting |cfffed000%d seconds|r."] = "The first batch after each server refresh will be opened after waiting |cfffed000%d seconds|r." -- Needs review Zerotorescue@68: L["Toggle filters for %s profile."] = "Toggle filters for %s profile." -- Needs review Zerotorescue@68: L["Toggle which mail the opener should autoloot."] = "Toggle which mail the opener should autoloot." -- Needs review Zerotorescue@68: 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."] = "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." -- Needs review Zerotorescue@68: Zerotorescue@68: --@end-debug@