Xiiph@0: -- enUS.lua Xiiph@0: local L = LibStub("AceLocale-3.0"):NewLocale("ICU", "enUS", true) Xiiph@0: if not L then return end Xiiph@2: -- UTF8 Xiiph@0: --@localization(locale="enUS", format="lua_additive_table", same-key-is-true=true)@ Xiiph@0: --@do-not-package@ Xiiph@0: L["Well Fed reminder!"] = true Xiiph@0: L["Flask reminder!"] = true Xiiph@0: L["Your Flask runs out in less than 10 minutes!"] = true Xiiph@4: L["Nobody is missing a proper flask."] = true Xiiph@4: L["Nobody is missing a proper food buff."] = true Xiiph@4: Xiiph@0: L["Options"] = true Xiiph@0: L["Shows the blizzard addon configuration window"] = true Xiiph@0: Xiiph@0: L["Raid Check"] = true Xiiph@0: L["Checks the raid for flask/food buffs"] = true Xiiph@0: Xiiph@0: L["Raid Check (Silent)"] = true Xiiph@0: L["Checks the raid for flask/food buffs, but does not remind raiders, regardless of other settings."] = true Xiiph@0: Xiiph@0: L["General Settings"] = true Xiiph@0: Xiiph@0: L["Check for Flask"] = true Xiiph@0: L["Checks the raid for valid flasks and reports results"] = true Xiiph@0: Xiiph@0: L["Flask expiration"] = true Xiiph@0: L["Check for soon to expire flask buffs"] = true Xiiph@0: Xiiph@0: L["Checks the raid for valid food buffs and reports results"] = true Xiiph@0: L["Check for Food"] = true Xiiph@0: Xiiph@0: L["Advertise ICU"] = true Xiiph@0: L["Let everyone know you are using ICU! Prefixes whispers and reports"] = true Xiiph@0: Xiiph@0: L["Raid reminder"] = true Xiiph@0: L["Whisper the raider lacking (or soon to expire, if enabled) food/flask buff a reminder"] = true Xiiph@0: Xiiph@7: L["Report ready checks"] = true Xiiph@7: L["Report the results of ready checks"] = true Xiiph@7: Xiiph@7: L["Report buff checks"] = true Xiiph@7: L["Report flask/food check results"] = true Xiiph@0: Xiiph@0: L["Report Destination"] = true Xiiph@0: L["Report the results to the following channel"] = true Xiiph@0: Xiiph@0: L["Officer"] = true Xiiph@0: L["Guild"] = true Xiiph@0: L["Raid"] = true Xiiph@0: L["Say"] = true Xiiph@0: L["Self"] = true Xiiph@0: Xiiph@7: L["Everyone is ready."] = true Xiiph@7: L["Not Ready"] = true Xiiph@7: Xiiph@0: L["Manual checks only"] = true Xiiph@0: L["Only perform buff checks if initiated manually (via /icu check)"] = true Xiiph@0: Xiiph@7: L["Inspect AFTER ready check finishes"] = true Xiiph@7: L["Don't check buffs until the ready check has finished (or timed out)"] = true Xiiph@7: Xiiph@0: L["Flask reminder"] = true Xiiph@0: L["Message whispered to raiders missing a cataclysm flask"] = true Xiiph@0: Xiiph@0: L["Flask expiration"] = true Xiiph@0: L["Message whispered to raiders with less than 10 minutes left on their flask"] = true Xiiph@0: Xiiph@0: L["Food reminder"] = true Xiiph@0: L["Message whispered to raiders missing the well-fed buff"] = true Xiiph@0: Xiiph@1: L["Messages"] = true Xiiph@1: L["Disabled Zones"] = true Xiiph@1: Xiiph@1: -- Zones Xiiph@1: L['Toggle ICU automatic checking |cffcc0000off|r in the selected zones.'] = true Xiiph@3: L["Enable ICU in all zones"] = true Xiiph@3: Xiiph@1: L["Blackwing Descent"] = true Xiiph@1: L["Baradin Hold"] = true Xiiph@1: L["Throne of the Four Winds"] = true Xiiph@5: L["The Bastion of Twilight"] = true Xiiph@1: Xiiph@0: L["ICU"] = true Xiiph@0: L["Report"] = true Xiiph@0: Xiiph@0: L["Missing Flask"] = true Xiiph@0: L["Missing Food"] = true Xiiph@0: --@end-do-not-package@