Xiiph@0
|
1 -- enUS.lua
|
Xiiph@0
|
2 local L = LibStub("AceLocale-3.0"):NewLocale("ICU", "enUS", true)
|
Xiiph@0
|
3 if not L then return end
|
Xiiph@2
|
4 -- UTF8
|
Xiiph@0
|
5 --@localization(locale="enUS", format="lua_additive_table", same-key-is-true=true)@
|
Xiiph@0
|
6 --@do-not-package@
|
Xiiph@12
|
7 L["Advertise ICU"] = true
|
Xiiph@12
|
8 L["Baradin Hold"] = true
|
Xiiph@12
|
9 L["Blackwing Descent"] = true
|
Xiiph@12
|
10 L["Check for Flask"] = true
|
Xiiph@12
|
11 L["Check for Food"] = true
|
Xiiph@12
|
12 L["Check for soon to expire flask buffs"] = true
|
Xiiph@12
|
13 L["Checks the raid for flask/food buffs"] = true
|
Xiiph@12
|
14 L["Checks the raid for flask/food buffs, but does not remind raiders, regardless of other settings."] = true
|
Xiiph@12
|
15 L["Checks the raid for valid flasks and reports results"] = true
|
Xiiph@12
|
16 L["Checks the raid for valid food buffs and reports results"] = true
|
Xiiph@12
|
17 L["Disabled Zones"] = true
|
Xiiph@12
|
18 L["Don't check buffs until the ready check has finished (or timed out)"] = true
|
Xiiph@12
|
19 L["Enable ICU in all zones"] = true
|
Xiiph@12
|
20 L["Everyone is ready."] = true
|
Xiiph@12
|
21 L["Flask expiration"] = true
|
Xiiph@12
|
22 L["Flask reminder"] = true
|
Xiiph@0
|
23 L["Flask reminder!"] = true
|
Xiiph@12
|
24 L["Food reminder"] = true
|
Xiiph@12
|
25 L["General Settings"] = true
|
Xiiph@12
|
26 L["Guild"] = true
|
Xiiph@12
|
27 L["ICU"] = true
|
Xiiph@12
|
28 L["Inspect AFTER ready check finishes"] = true
|
Xiiph@12
|
29 L["Let everyone know you are using ICU! Prefixes whispers and reports"] = true
|
Xiiph@12
|
30 L["Manual checks only"] = true
|
Xiiph@12
|
31 L["Message whispered to raiders missing a cataclysm flask"] = true
|
Xiiph@12
|
32 L["Message whispered to raiders missing the well-fed buff"] = true
|
Xiiph@12
|
33 L["Message whispered to raiders with less than 10 minutes left on their flask"] = true
|
Xiiph@12
|
34 L["Messages"] = true
|
Xiiph@12
|
35 L["Missing Flask"] = true
|
Xiiph@12
|
36 L["Missing Food"] = true
|
Xiiph@4
|
37 L["Nobody is missing a proper flask."] = true
|
Xiiph@4
|
38 L["Nobody is missing a proper food buff."] = true
|
Xiiph@12
|
39 L["Not Ready"] = true
|
Xiiph@12
|
40 L["Officer"] = true
|
Xiiph@12
|
41 L["Only perform buff checks if initiated manually (via /icu check)"] = true
|
Xiiph@0
|
42 L["Options"] = true
|
Xiiph@12
|
43 L["Raid"] = true
|
Xiiph@0
|
44 L["Raid Check"] = true
|
Xiiph@0
|
45 L["Raid Check (Silent)"] = true
|
Xiiph@0
|
46 L["Raid reminder"] = true
|
Xiiph@12
|
47 L["Report"] = true
|
Xiiph@12
|
48 L["Report Destination"] = true
|
Xiiph@12
|
49 L["Report buff checks"] = true
|
Xiiph@12
|
50 L["Report flask/food check results"] = true
|
Xiiph@7
|
51 L["Report ready checks"] = true
|
Xiiph@7
|
52 L["Report the results of ready checks"] = true
|
Xiiph@0
|
53 L["Report the results to the following channel"] = true
|
Xiiph@0
|
54 L["Say"] = true
|
Xiiph@0
|
55 L["Self"] = true
|
Xiiph@12
|
56 L["Shows the blizzard addon configuration window"] = true
|
Xiiph@12
|
57 L["The Bastion of Twilight"] = true
|
Xiiph@1
|
58 L["Throne of the Four Winds"] = true
|
Xiiph@12
|
59 L["Toggle ICU automatic checking |cffcc0000off|r in the selected zones."] = true
|
Xiiph@12
|
60 L["Well Fed reminder!"] = true
|
Xiiph@12
|
61 L["Whisper the raider lacking (or soon to expire, if enabled) food/flask buff a reminder"] = true
|
Xiiph@12
|
62 L["Your Flask runs out in less than 10 minutes!"] = true
|
Xiiph@0
|
63 --@end-do-not-package@ |