comparison enUS.lua @ 12:2d952bc9897a

Managed to overwrite my local development copy of the project with the latest uploaded revision ... /facepalm This commit/push is the same as r11
author Xiiph
date Sat, 19 Feb 2011 19:22:44 +0100
parents 08eab3a42e0c
children ed15bd476bbb
comparison
equal deleted inserted replaced
11:0ed4c1a0412e 12:2d952bc9897a
2 local L = LibStub("AceLocale-3.0"):NewLocale("ICU", "enUS", true) 2 local L = LibStub("AceLocale-3.0"):NewLocale("ICU", "enUS", true)
3 if not L then return end 3 if not L then return end
4 -- UTF8 4 -- UTF8
5 --@localization(locale="enUS", format="lua_additive_table", same-key-is-true=true)@ 5 --@localization(locale="enUS", format="lua_additive_table", same-key-is-true=true)@
6 --@do-not-package@ 6 --@do-not-package@
7 L["Well Fed reminder!"] = true 7 L["Advertise ICU"] = true
8 L["Baradin Hold"] = true
9 L["Blackwing Descent"] = true
10 L["Check for Flask"] = true
11 L["Check for Food"] = true
12 L["Check for soon to expire flask buffs"] = true
13 L["Checks the raid for flask/food buffs"] = true
14 L["Checks the raid for flask/food buffs, but does not remind raiders, regardless of other settings."] = true
15 L["Checks the raid for valid flasks and reports results"] = true
16 L["Checks the raid for valid food buffs and reports results"] = true
17 L["Disabled Zones"] = true
18 L["Don't check buffs until the ready check has finished (or timed out)"] = true
19 L["Enable ICU in all zones"] = true
20 L["Everyone is ready."] = true
21 L["Flask expiration"] = true
22 L["Flask reminder"] = true
8 L["Flask reminder!"] = true 23 L["Flask reminder!"] = true
9 L["Your Flask runs out in less than 10 minutes!"] = true 24 L["Food reminder"] = true
25 L["General Settings"] = true
26 L["Guild"] = true
27 L["ICU"] = true
28 L["Inspect AFTER ready check finishes"] = true
29 L["Let everyone know you are using ICU! Prefixes whispers and reports"] = true
30 L["Manual checks only"] = true
31 L["Message whispered to raiders missing a cataclysm flask"] = true
32 L["Message whispered to raiders missing the well-fed buff"] = true
33 L["Message whispered to raiders with less than 10 minutes left on their flask"] = true
34 L["Messages"] = true
35 L["Missing Flask"] = true
36 L["Missing Food"] = true
10 L["Nobody is missing a proper flask."] = true 37 L["Nobody is missing a proper flask."] = true
11 L["Nobody is missing a proper food buff."] = true 38 L["Nobody is missing a proper food buff."] = true
12 39 L["Not Ready"] = true
40 L["Officer"] = true
41 L["Only perform buff checks if initiated manually (via /icu check)"] = true
13 L["Options"] = true 42 L["Options"] = true
14 L["Shows the blizzard addon configuration window"] = true 43 L["Raid"] = true
15
16 L["Raid Check"] = true 44 L["Raid Check"] = true
17 L["Checks the raid for flask/food buffs"] = true
18
19 L["Raid Check (Silent)"] = true 45 L["Raid Check (Silent)"] = true
20 L["Checks the raid for flask/food buffs, but does not remind raiders, regardless of other settings."] = true
21
22 L["General Settings"] = true
23
24 L["Check for Flask"] = true
25 L["Checks the raid for valid flasks and reports results"] = true
26
27 L["Flask expiration"] = true
28 L["Check for soon to expire flask buffs"] = true
29
30 L["Checks the raid for valid food buffs and reports results"] = true
31 L["Check for Food"] = true
32
33 L["Advertise ICU"] = true
34 L["Let everyone know you are using ICU! Prefixes whispers and reports"] = true
35
36 L["Raid reminder"] = true 46 L["Raid reminder"] = true
37 L["Whisper the raider lacking (or soon to expire, if enabled) food/flask buff a reminder"] = true 47 L["Report"] = true
38 48 L["Report Destination"] = true
49 L["Report buff checks"] = true
50 L["Report flask/food check results"] = true
39 L["Report ready checks"] = true 51 L["Report ready checks"] = true
40 L["Report the results of ready checks"] = true 52 L["Report the results of ready checks"] = true
41
42 L["Report buff checks"] = true
43 L["Report flask/food check results"] = true
44
45 L["Report Destination"] = true
46 L["Report the results to the following channel"] = true 53 L["Report the results to the following channel"] = true
47
48 L["Officer"] = true
49 L["Guild"] = true
50 L["Raid"] = true
51 L["Say"] = true 54 L["Say"] = true
52 L["Self"] = true 55 L["Self"] = true
53 56 L["Shows the blizzard addon configuration window"] = true
54 L["Everyone is ready."] = true 57 L["The Bastion of Twilight"] = true
55 L["Not Ready"] = true
56
57 L["Manual checks only"] = true
58 L["Only perform buff checks if initiated manually (via /icu check)"] = true
59
60 L["Inspect AFTER ready check finishes"] = true
61 L["Don't check buffs until the ready check has finished (or timed out)"] = true
62
63 L["Flask reminder"] = true
64 L["Message whispered to raiders missing a cataclysm flask"] = true
65
66 L["Flask expiration"] = true
67 L["Message whispered to raiders with less than 10 minutes left on their flask"] = true
68
69 L["Food reminder"] = true
70 L["Message whispered to raiders missing the well-fed buff"] = true
71
72 L["Messages"] = true
73 L["Disabled Zones"] = true
74
75 -- Zones
76 L['Toggle ICU automatic checking |cffcc0000off|r in the selected zones.'] = true
77 L["Enable ICU in all zones"] = true
78
79 L["Blackwing Descent"] = true
80 L["Baradin Hold"] = true
81 L["Throne of the Four Winds"] = true 58 L["Throne of the Four Winds"] = true
82 L["The Bastion of Twilight"] = true 59 L["Toggle ICU automatic checking |cffcc0000off|r in the selected zones."] = true
83 60 L["Well Fed reminder!"] = true
84 L["ICU"] = true 61 L["Whisper the raider lacking (or soon to expire, if enabled) food/flask buff a reminder"] = true
85 L["Report"] = true 62 L["Your Flask runs out in less than 10 minutes!"] = true
86
87 L["Missing Flask"] = true
88 L["Missing Food"] = true
89 --@end-do-not-package@ 63 --@end-do-not-package@