comparison Localization/enUS.debug.lua @ 72:bd12153b6c7a

Localization appears to be set up properly now.
author Zerotorescue
date Wed, 15 Sep 2010 16:29:33 +0200
parents
children 77a6ec76634c
comparison
equal deleted inserted replaced
71:c248e91f69ec 72:bd12153b6c7a
1 local AceLocale = LibStub:GetLibrary("AceLocale-3.0");
2 local L = AceLocale:NewLocale("MailOpener", "enUS", true, false); -- locale name, language, default, silent
3 if not L then return; end
4
5 -- Core
6 L["|cff00ff00Enabled|r"] = true
7 L["|cff00ff00Enabling|r automatic opening of mail."] = true -- Needs review
8 L["|cff15ff00Mail Opener|r: %s"] = true
9 L["|cffff0000Disabling|r automatic opening of mail."] = true -- Needs review
10 L["|cffff0000Disabling|r automatic opening of mail, shift key was down when opening the mailbox."] = true -- Needs review
11 L["Click here to completely toggle this module on or off."] = true -- Needs review
12 L["Click to open the configuration window for Mail Opener."] = true -- Needs review
13 L["Config"] = true
14 L["Disable Module"] = true
15 L["Enable Module"] = true
16 L["General"] = true
17 L["Mail Opener"] = true -- Needs review
18 L["Mail Opener Config"] = true -- Needs review
19 L["Mail Opener status"] = true -- Needs review
20 L["Press CTRL-C to copy."] = true -- Needs review
21 L["Shift key was held down, so |cff00ff00enabling|r the entire addon as well as automatic opening of mail."] = true -- Needs review
22 L["Shift key was held down, so |cffff0000disabling|r the entire addon."] = true -- Needs review
23 L["Status: %s"] = true
24 L[ [=[Toggle automatic mail opening |cff00ff00on|r or |cffff0000off|r (you can also enforce this by holding shift when opening the mailbox).
25
26 You can toggle this addon |cff00ff00on|r or |cffff0000off|r by |cfffed000shift-clicking|r this checkbox.]=] ] = true -- Needs review
27 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
28 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?
29
30 You can always change the standard behavior in the General options.]=] ] = true -- Needs review
31 L["You can always change the default status in the General config (|cff00ffff/mo c|r)."] = true -- Needs review
32
33
34 -- BeanCounterSupport
35 L[ [=[Are you sure you want to disable this module?
36
37 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
38 L["BeanCounter Support"] = true -- Needs review
39 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
40 L["|cffff0000You are strongly adviced to leave this module enabled unless you have very good reasons not to.|r"] = true -- Needs review
41 L["Change settings for the BeanCounter Support module."] = true -- Needs review
42 L["Prevents mail opening while BeanCounter is still scanning. Does nothing when BeanCounter is disabled."] = true -- Needs review
43
44
45 -- Collected
46 L["Also show a summary of the recorded stats within the entire session"] = true -- Needs review
47 L["Also show a summary of the recorded stats within the entire session (since your last login or /reload)."] = true -- Needs review
48 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
49 L["Change settings for the collected module."] = true -- Needs review
50 L["Collected"] = true -- Needs review
51 L["Collected a total of %d mail."] = true -- Needs review
52 L["Collected a total of %d mail this session."] = true -- Needs review
53 L["Collected a total of %d mail within %d minutes and %d seconds."] = true -- Needs review
54 L["Collected a total of %d mail within %d minutes and %d seconds this session."] = true -- Needs review
55 L["Collected a total of %d mail within %d seconds."] = true -- Needs review
56 L["Collected a total of %d mail within %d seconds this session."] = true -- Needs review
57 L["(Required module)"] = true
58 L["(Session summary)"] = true -- Needs review
59 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
60 L["Show a summary of the recorded stats whenever it updated after opening the current batch has finished"] = true -- Needs review
61 L["Shows a simple summary of what has been collected at the mailbox."] = true -- Needs review
62 L["Spent %d minutes and %d seconds collecting mail."] = true -- Needs review
63 L["Spent %d minutes and %d seconds collecting mail this session."] = true -- Needs review
64 L["Spent %d seconds collecting mail."] = true -- Needs review
65 L["Spent %d seconds collecting mail this session."] = true -- Needs review
66 L["Summarize"] = true -- Needs review
67 L["Track |cfffed000gold gained|r"] = true -- Needs review
68 L["Track |cfffed000items gained|r"] = true -- Needs review
69 L["Track |cfffed000mail opened|r"] = true -- Needs review
70 L["Track |cfffed000time spent|r"] = true -- Needs review
71 L["Track Stats"] = true -- Needs review
72 L["Track the amount of gold gained and display it when closing the mailbox."] = true -- Needs review
73 L["Track the amount of items gained and display it when closing the mailbox."] = true -- Needs review
74 L["Track the amount of mail received and display it when closing the mailbox."] = true -- Needs review
75 L["Track the amount of time spent at the mailbox."] = true -- Needs review
76 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
77 L["You gained %d items and %s from this."] = true -- Needs review
78 L["You gained %d items from this."] = true -- Needs review
79 L["You gained %s from this."] = true -- Needs review
80
81
82 -- Config
83 L["Addon Disabled"] = true
84 L["Announce when |cfffed000finished opening the current batch|r"] = true
85 L["Announce when |cfffed000the mailbox is completely empty|r"] = true
86 L["Announce when mail is processed because..."] = true
87 L["Announce when mail is processed because it's |cfffed000any other kind of mail|r (e.g. plain text)."] = true
88 L["Announce when mail is processed because it's |cfffed000auction canceled mail|r."] = true
89 L["Announce when mail is processed because it's |cfffed000auction expired mail|r."] = true
90 L["Announce when mail is processed because it's |cfffed000auction outbid mail|r."] = true
91 L["Announce when mail is processed because it's |cfffed000auction successful mail|r."] = true
92 L["Announce when mail is processed because it's |cfffed000auction won mail|r."] = true
93 L["Announce when mail is processed because it's |cfffed000normal mail containing gold|r."] = true
94 L["Announce when mail is processed because it's |cfffed000normal mail containing items|r."] = true
95 L["Announce when mail is processed for |cfffed000any|r reason."] = true
96 L["Announce when mail is skipped because..."] = true
97 L["Announce when mail is skipped because |cfffed000the keep free space limit has been reached|r."] = true
98 L["Announce when mail is skipped because |cfffed000your inventory is full|r."] = true
99 L["Announce when mail is skipped because it's |cfffed000a Cost On Delivery mail|r."] = true
100 L["Announce when mail is skipped because it's |cfffed000any other kind of mail|r (e.g. plain text)."] = true
101 L["Announce when mail is skipped because it's |cfffed000auction canceled mail|r."] = true
102 L["Announce when mail is skipped because it's |cfffed000auction expired mail|r."] = true
103 L["Announce when mail is skipped because it's |cfffed000auction outbid mail|r."] = true
104 L["Announce when mail is skipped because it's |cfffed000auction successful mail|r."] = true
105 L["Announce when mail is skipped because it's |cfffed000auction won mail|r."] = true
106 L["Announce when mail is skipped because it's |cfffed000mail sent by Blizzard|r."] = true
107 L["Announce when mail is skipped because it's |cfffed000normal mail containing gold|r."] = true
108 L["Announce when mail is skipped because it's |cfffed000normal mail containing items|r."] = true
109 L["Announce when mail is skipped for |cfffed000any|r reason."] = true
110 L["Announce when opening of the current batch of mail has been completed."] = true
111 L["Announce when there is nothing left for Mail Opener to open."] = true
112 L["Auction canceled mail"] = true
113 L["Auction expired mail"] = true
114 L["Auction outbid mail"] = true
115 L["Auction successful mail"] = true
116 L["Auction won mail"] = true
117 L["Auto opening disabled"] = true
118 L["Blizzard mail"] = true
119 L["Builds and loads the config frame(s) and handles the slash commands. Automatically loaded when needed."] = true
120 L["|cff00ff00Enabled|r"] = true
121 L["|cfffed000Cost on Delivery|r and |cfffed000Blizzard|r mail will always be skipped, regardless of any filters."] = true
122 L["|cfffed000Default Status|r"] = true
123 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
124 L["|cfffed000Module Name|r"] = true
125 L["|cfffed000Postal|r allows you to return mail by |cfffed000alt-clicking|r the mail icon."] = true
126 L["|cfffed000Right-click|r the |cfffed000open all|r button to quickly adjust your mail opening filters."] = true
127 L["|cfffed000Status|r"] = true
128 L["|cffff0000Disabled|r"] = true
129 L["Change general Mail Opener settings."] = true
130 L["Change settings for modules or toggle them on or off."] = true
131 L["C.O.D. mail"] = true
132 L["Completely enabled"] = true
133 L["Continue trying to open mail after your bags are full"] = true
134 L["Create a new character specific profile"] = true
135 L["Create a new profile for this user. You can also make profile groups at the profiles tab to the left."] = true
136 L["Default mail opener status"] = true
137 L["Default QA Auto Mail status"] = true
138 L["Disabled"] = true
139 L["Display help tooltips at the mailbox buttons added by Mail Opener."] = true
140 L["Display the help tooltips when hovering at any of the mailbox buttons added by Mail Opener."] = true
141 L["Do you wish to enable \"continue opening mail\"? Read the tip at the bottom of the \"General\" config for more information."] = true
142 L["Enabled"] = true
143 L["Enabling the functionality. Remember you can always change this setting in the \\\"Open All\\\" config (|cff00ffff/mo c|r)."] = true
144 L["General Notifications"] = true
145 L[ [=[If there are a lot of stackable items in your mailbox (e.g. glyphs) you may want to toggle this option on.
146
147 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
148 L["If you are looking for an addon with many handy modifications for |cfffed000sending|r mail, you might want to consider |cfffed000Postal|r."] = true
149 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
150 L["Inventory is full"] = true
151 L["Keep free space limit reached"] = true
152 L["Mail Opening Tip"] = true
153 L["Mail Processed Notifications"] = true
154 L["Mail Skipped Notifications"] = true
155 L["Modules"] = true
156 L["Modules Status"] = true
157 L["New Character Specific Profile"] = true
158 L["Next Tip"] = true
159 L["No"] = true
160 L["No more mail can be opened"] = true
161 L["Normal mail with attachments"] = true
162 L["Normal mail with gold"] = true
163 L["Notifications"] = true
164 L["Only once"] = true
165 L["Only play this sound once each time new mail has been arrived."] = true
166 L["Only play this sound once each time new mail has been arrived or your bags are updated."] = true
167 L["Only play this sound once each time you visit the mailbox."] = true
168 L["Other mail (e.g. plain text)"] = true
169 L["...per mailbox visit"] = true
170 L["Play a sound when..."] = true
171 L["Play a sound when no more mail can be opened. You can select what sound in the select box next to this."] = true
172 L["Play a sound when your inventory is full. You can select what sound in the select box next to this."] = true
173 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
174 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.
175
176 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
177 L["Remember"] = true
178 L["Select the default Mail Opener status when you open a mailbox for the first time since your log on."] = true
179 L["Select the default Quick Auctions auto mail status whenever you open a mailbox."] = true
180 L["Set Quick Auction's auto mail status |cff00ffffback|r after opening mail has finished (remember it)"] = true
181 L["Sound File"] = true
182 L["Sound file to play when Mail Opener can't open any more mail."] = true
183 L["Sound file to play when your bags are full."] = true
184 L["Sound Notifications"] = true
185 L["Toggle everything"] = true
186 L["Toggle notifications"] = true
187 L["Toggle which notification you wish to see."] = true
188 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
189 L["Turn Quick Auction's auto mail status |cff00ff00on|r after opening mail has finished"] = true
190 L["Turn Quick Auction's auto mail status |cffff0000off|r when opening mail"] = true
191 L["Wrong command, available: /mo config (or /mo c)"] = true
192 L["Yes"] = true
193 L["You can always change this setting in the \\\"Open All\\\" config (|cff00ffff/mo c|r)."] = true
194 L["You can |cfffed000shift-click|r a mail icon to loot all attachments from that single mail."] = true
195 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
196 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
197 L["You may have to increase the mail opening interval if this sound effect gets spammy. The recommended value is 10 seconds."] = true
198 L["Your inventory is full"] = true
199
200
201 -- FailSafe
202 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.
203
204 Default value is 20 seconds.]=] ] = true
205 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
206 L["Change settings for the FailSafe module."] = true
207 L["FailSafe"] = true
208 L["(FailSafe) Mail opening timeout, continuing with the next mail."] = true
209 L["Prevents the mail opening from completely stopping when the opening of a single mail gets stuck."] = true
210 L["Single Mail Opening Timeout"] = true
211 L["Single Mail Timeout"] = true
212
213
214 -- OpenAll
215 L["Allow shift-clicking of the |cfffed000Open All|r button to autoloot |cfffed000everything|r, regardless of the above filters."] = true -- Needs review
216 L["Allow shift-clicking of the |cfffed000Open All|r button to autoloot |cfffed000everything|r with attachments, temporarily overriding all filters."] = true -- Needs review
217 L["Auction canceled"] = true -- Needs review
218 L["Auction expired"] = true -- Needs review
219 L["Auction House Mail"] = true -- Needs review
220 L["Auction outbid"] = true -- Needs review
221 L["Auction successful"] = true -- Needs review
222 L["auction won"] = true -- Needs review
223 L["Auction won"] = true -- Needs review
224 L["Automatically loot all auction canceled mail from the auction house."] = true -- Needs review
225 L["Automatically loot all auction expired mail from the auction house."] = true -- Needs review
226 L["Automatically loot all auction outbid mail from the auction house."] = true -- Needs review
227 L["Automatically loot all auction successful mail from the auction house."] = true -- Needs review
228 L["Automatically loot all auction won mail from the auction house."] = true -- Needs review
229 L["Automatically loot all normal mail containing attachments (CoDs and Blizzard mail will be skipped)."] = true -- Needs review
230 L["Automatically loot all normal mail containing gold (CoDs and Blizzard mail will be skipped)."] = true -- Needs review
231 L["Blizzard mail"] = true
232 L["canceled auction"] = true -- Needs review
233 L["|cffff0000There is currently no mail available.|r"] = true -- Needs review
234 L["|cffffffff%d|r/|cffffffff%d|r mail remaining - everything will be opened soon..."] = true -- Needs review
235 L["|cffffffff%d|r/|cffffffff%d|r mail remaining, next refresh in |cffffffff%d|r seconds."] = true -- Needs review
236 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
237 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
238 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
239 L["|cffffffff%d|r/|cffffffff%d|r mail remaining - waiting for something from the current batch to be opened..."] = true -- Needs review
240 L["|cffffffff%d|r/|cffffffff%d|r mail remaining - waiting for the next mailbox refresh..."] = true -- Needs review
241 L["Change open all settings."] = true -- Needs review
242 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.
243
244 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
245 L[ [=[Change the delay before Mail Opener tries opening mail after opening the mailbox or new mail has been received from the server.
246
247 The default value is 0.5 seconds.]=] ] = true -- Needs review
248 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.
249
250 The default value is 5 seconds.]=] ] = true -- Needs review
251 L["Change the mail opening speed (in microseconds) for each mail. Lower may not always be faster."] = true -- Needs review
252 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
253 L["C.O.D."] = true -- Needs review
254 L["Continued Mail Opening Interval"] = true -- Needs review
255 L["Continue opening mail"] = true -- Needs review
256 L["Continue opening mail at the interval set below, even if the mailbox wasn't refreshed recently."] = true -- Needs review
257 L["expired auction"] = true -- Needs review
258 L["Filters"] = true -- Needs review
259 L["Finished opening the current batch."] = true -- Needs review
260 L[ [=[Hold |cfffed000shift|r while clicking this button to temporarily override your filters and loot every single mail containing attachments and/or gold.
261
262 |cfffed000Right|r click this button to quickly adjust mail opening filters for this profile.]=] ] = true -- Needs review
263 L["Initial Mail Opening Delay"] = true -- Needs review
264 L["inventory is full"] = true -- Needs review
265 L["Keep free space"] = true -- Needs review
266 L["Keep Free Space"] = true -- Needs review
267 L["keep free space limit"] = true -- Needs review
268 L["Mail Opener will |cff00ff00continue|r to attempt to open the remaining mail every |cfffed000%d seconds|r."] = true -- Needs review
269 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
270 L["normal mail with attachments"] = true -- Needs review
271 L["Normal mail with |cfffed000attachments|r"] = true -- Needs review
272 L["Normal mail with |cfffed000gold|r"] = true -- Needs review
273 L["normal mail with gold"] = true -- Needs review
274 L["Open all"] = true -- Needs review
275 L["Open All"] = true -- Needs review
276 L["Open all |cfffed000auction canceled|r mail"] = true -- Needs review
277 L["Open all |cfffed000auction expired|r mail"] = true -- Needs review
278 L["Open all |cfffed000auction successful|r mail"] = true -- Needs review
279 L["Open all |cfffed000auction won|r mail"] = true -- Needs review
280 L["Opening..."] = true -- Needs review
281 L["Opening Interval"] = true -- Needs review
282 L["Opening Speed"] = true -- Needs review
283 L["Open single mail interval"] = true -- Needs review
284 L["Other mail with attachments"] = true -- Needs review
285 L["Other mail with gold"] = true -- Needs review
286 L["outbid on auction"] = true -- Needs review
287 L["Processing %d: %s"] = true -- Needs review
288 L["Processing %d: %s (%s)"] = true -- Needs review
289 L["Remaining Mail"] = true -- Needs review
290 L["Shift key was held while pressing the open all button. Temporarily overriding filters; going to open every mail with attachments."] = true -- Needs review
291 L["Skipping %d: %s"] = true -- Needs review
292 L["Skipping %d: %s (%s)"] = true -- Needs review
293 L["successful auction"] = true -- Needs review
294 L["The actual mail opening initiated by the core."] = true -- Needs review
295 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
296 L["The first batch after each server refresh will be opened after waiting |cfffed000%d seconds|r."] = true -- Needs review
297 L["Toggle filters for %s profile."] = true -- Needs review
298 L["Toggle which mail the opener should autoloot."] = true -- Needs review
299 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