annotate enUS.lua @ 7:f020d96ccfc8

Added options to announce ready checks to selected report destination. Cleaned up options further.
author Xiiph
date Fri, 18 Feb 2011 23:58:20 +0100
parents 45a45aa0f492
children 08eab3a42e0c
rev   line source
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@0 7 L["Well Fed reminder!"] = true
Xiiph@0 8 L["Flask reminder!"] = true
Xiiph@0 9 L["Your Flask runs out in less than 10 minutes!"] = true
Xiiph@4 10 L["Nobody is missing a proper flask."] = true
Xiiph@4 11 L["Nobody is missing a proper food buff."] = true
Xiiph@4 12
Xiiph@0 13
Xiiph@0 14 L["Options"] = true
Xiiph@0 15 L["Shows the blizzard addon configuration window"] = true
Xiiph@0 16
Xiiph@0 17 L["Raid Check"] = true
Xiiph@0 18 L["Checks the raid for flask/food buffs"] = true
Xiiph@0 19
Xiiph@0 20 L["Raid Check (Silent)"] = true
Xiiph@0 21 L["Checks the raid for flask/food buffs, but does not remind raiders, regardless of other settings."] = true
Xiiph@0 22
Xiiph@0 23 L["General Settings"] = true
Xiiph@0 24
Xiiph@0 25 L["Check for Flask"] = true
Xiiph@0 26 L["Checks the raid for valid flasks and reports results"] = true
Xiiph@0 27
Xiiph@0 28 L["Flask expiration"] = true
Xiiph@0 29 L["Check for soon to expire flask buffs"] = true
Xiiph@0 30
Xiiph@0 31 L["Checks the raid for valid food buffs and reports results"] = true
Xiiph@0 32 L["Check for Food"] = true
Xiiph@0 33
Xiiph@0 34 L["Advertise ICU"] = true
Xiiph@0 35 L["Let everyone know you are using ICU! Prefixes whispers and reports"] = true
Xiiph@0 36
Xiiph@0 37 L["Raid reminder"] = true
Xiiph@0 38 L["Whisper the raider lacking (or soon to expire, if enabled) food/flask buff a reminder"] = true
Xiiph@0 39
Xiiph@7 40 L["Report ready checks"] = true
Xiiph@7 41 L["Report the results of ready checks"] = true
Xiiph@7 42
Xiiph@7 43 L["Report buff checks"] = true
Xiiph@7 44 L["Report flask/food check results"] = true
Xiiph@0 45
Xiiph@0 46 L["Report Destination"] = true
Xiiph@0 47 L["Report the results to the following channel"] = true
Xiiph@0 48
Xiiph@0 49 L["Officer"] = true
Xiiph@0 50 L["Guild"] = true
Xiiph@0 51 L["Raid"] = true
Xiiph@0 52 L["Say"] = true
Xiiph@0 53 L["Self"] = true
Xiiph@0 54
Xiiph@7 55 L["Everyone is ready."] = true
Xiiph@7 56 L["Not Ready"] = true
Xiiph@7 57
Xiiph@0 58 L["Manual checks only"] = true
Xiiph@0 59 L["Only perform buff checks if initiated manually (via /icu check)"] = true
Xiiph@0 60
Xiiph@7 61 L["Inspect AFTER ready check finishes"] = true
Xiiph@7 62 L["Don't check buffs until the ready check has finished (or timed out)"] = true
Xiiph@7 63
Xiiph@7 64
Xiiph@0 65
Xiiph@0 66 L["Flask reminder"] = true
Xiiph@0 67 L["Message whispered to raiders missing a cataclysm flask"] = true
Xiiph@0 68
Xiiph@0 69 L["Flask expiration"] = true
Xiiph@0 70 L["Message whispered to raiders with less than 10 minutes left on their flask"] = true
Xiiph@0 71
Xiiph@0 72 L["Food reminder"] = true
Xiiph@0 73 L["Message whispered to raiders missing the well-fed buff"] = true
Xiiph@0 74
Xiiph@1 75 L["Messages"] = true
Xiiph@1 76 L["Disabled Zones"] = true
Xiiph@1 77
Xiiph@1 78 -- Zones
Xiiph@1 79 L['Toggle ICU automatic checking |cffcc0000off|r in the selected zones.'] = true
Xiiph@3 80 L["Enable ICU in all zones"] = true
Xiiph@3 81
Xiiph@1 82 L["Blackwing Descent"] = true
Xiiph@1 83 L["Baradin Hold"] = true
Xiiph@1 84 L["Throne of the Four Winds"] = true
Xiiph@5 85 L["The Bastion of Twilight"] = true
Xiiph@1 86
Xiiph@0 87 L["ICU"] = true
Xiiph@0 88 L["Report"] = true
Xiiph@0 89
Xiiph@0 90 L["Missing Flask"] = true
Xiiph@0 91 L["Missing Food"] = true
Xiiph@0 92 --@end-do-not-package@