WoWInterface SVN NeedyGreedy

[/] [trunk/] [Localization/] [enUS.lua] - Rev 18

Go to most recent revision | Compare with Previous | Blame | View Log

local L = LibStub("AceLocale-3.0"):NewLocale("NeedyGreedy", "enUS", true)

if L then

L["NeedyGreedy"] = true
L["Displays a table of items and the roll choices players have made on them"] = true
L["Display Items"] = true
L["Number of item columns in the display window"] = true
L["Expiry Time"] = true
L["Minutes after item is received before it is removed from display (0 = forever)"] = true
L["Minimum Quality"] = true
L["Minimum quality of item to be displayed"] = true
L["Display Icons"] = true
L["Display icons for rolls types instead of text strings"] = true
L["Detach Tooltip"] = true
L["Display the roll information in a standalone window"] = true
L["Display Item Names"] = true
L["Show the item names as a header"] = true
L["None"] = true
L["%d of %d"] = true
L["%d-%d of %d"] = true
L["Click"] = true
L["to hide/show detached tooltip"] = true

end

Go to most recent revision | Compare with Previous | Blame