WoWInterface SVN NeedyGreedy

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

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["Graphical Display"] = true
L["Display icons for rolls types instead of text"] = true
L["Detach Tooltip"] = true
L["Display the roll information in a standalone window"] = true
L["Item Names"] = true
L["Toggle the display of the item name in the header"] = true
L["%d of %d"] = true
L["%d-%d of %d"] = true
L["Click"] = true
L["to hide/show detached tooltip"] = true
L["Minimap Icon"] = true
L["Toggle the display of the minimap icon"] = true
L["Shift-Click"] = true
L["to attach/detach tooltip"] = true
L["Filter Loot Messages"] = true
L["Enable filtering of loot roll messages"] = true
L["Alt-Click"] = true
L["to clear item list"] = true
L["General"] = true
L["Profile"] = true
L["Show only in party"] = true
L["Only display the detached window when in a party"] = true
L["You are not in a party"] = true
L["Hide in combat"] = true
L["Only display the detached window when not in combat"] = true
L["Hide Non-Members"] =  true
L["Only display the names of members currently in your party"] = true
L["Valid commands are: config, report"] = true
L["Nothing to report"] = true

end

Go to most recent revision | Compare with Previous | Blame