view enUS.lua @ 14:4c6367b8e640

Added tag beta for changeset ed15bd476bbb
author Xiiph
date Tue, 22 Feb 2011 00:00:24 +0100
parents ed15bd476bbb
children
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["Advertise ICU"] = true
L["Baradin Hold"] = true
L["Blackwing Descent"] = true
L["Check for Flask"] = true
L["Check for Food"] = true
L["Check for soon to expire flask buffs"] = true
L["Checks the raid for flask/food buffs"] = true
L["Checks the raid for flask/food buffs, but does not remind raiders, regardless of other settings."] = true
L["Checks the raid for valid flasks and reports results"] = true
L["Checks the raid for valid food buffs and reports results"] = true
L["Disabled Zones"] = true
L["Don't check buffs until the ready check has finished (or timed out)"] = true
L["Enable ICU in all zones"] = true
L["Everyone is ready."] = true
L["Flask expiration"] = true
L["Flask reminder"] = true
L["Flask reminder!"] = true
L["Food reminder"] = true
L["General Settings"] = true
L["Guild"] = true
L["ICU"] = true
L["Inspect AFTER ready check finishes"] = true
L["Let everyone know you are using ICU! Prefixes whispers and reports"] = true
L["Manual checks only"] = true
L["Message whispered to raiders missing a cataclysm flask"] = true
L["Message whispered to raiders missing the well-fed buff"] = true
L["Message whispered to raiders with less than 10 minutes left on their flask"] = true
L["Messages"] = true
L["Missing Flask"] = true
L["Missing Food"] = true
L["Nobody is missing a proper flask."] = true
L["Nobody is missing a proper food buff."] = true
L["Not Ready"] = true
L["No checking performed, zone disabled."] = true
L["Officer"] = true
L["Only perform buff checks if initiated manually (via /icu check)"] = true
L["Options"] = true
L["Raid"] = true
L["Raid Check"] = true
L["Raid Check (Silent)"] = true
L["Raid reminder"] = true
L["Report"] = true
L["Report Destination"] = true
L["Report buff checks"] = true
L["Report flask/food check results"] = true
L["Report ready checks"] = true
L["Report the results of ready checks"] = true
L["Report the results to the following channel"] = true
L["Say"] = true
L["Self"] = true
L["Shows the blizzard addon configuration window"] = true
L["The Bastion of Twilight"] = true
L["Throne of the Four Winds"] = true
L["Toggle ICU automatic checking |cffcc0000off|r in the selected zones."] = true
L["Well Fed reminder!"] = true
L["Whisper the raider lacking (or soon to expire, if enabled) food/flask buff a reminder"] = true
L["Your Flask runs out in less than 10 minutes!"] = true
--@end-do-not-package@