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