view enUS.lua @ 2:e883b490ff93

Convert to UTF8 no BOM ... ><
author Xiiph
date Sat, 05 Feb 2011 21:31:50 +0100
parents 6af2d0a0c537
children 43155c3c1700
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["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 results"] = true
L["Report the results after finishing"] = 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["Manual checks only"] = true
L["Only perform buff checks if initiated manually (via /icu check)"] = true

L["Check after readycheck"] = true
L["Don't check buffs until 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["Blackwing Descent"] = true
L["Baradin Hold"] = true
L["Throne of the Four Winds"] = true
L["Bastion of Twilight"] = true

L["ICU"] = true
L["Report"] = true

L["Missing Flask"] = true
L["Missing Food"] = true


--@end-do-not-package@