vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 local L = AceLibrary("AceLocale-2.0"):new("FuBar_GarbageFu")
2  
3 L:RegisterTranslations("enUS", function() return {
4 ["Condensed"] = true,
5 ["Short"] = true,
6 ["Full"] = true,
7 ["Extended"] = true,
8  
9 ["Food"] = true,
10 ["Normal Food"] = true,
11 ["Bonus Food"] = true,
12 ["Stat Food"] = true,
13 ["Conjured Bread"] = true,
14 ["Raw Food"] = true,
15 ["Bread"] = true,
16 ["Fish"] = true,
17 ["Meat"] = true,
18 ["Cheese"] = true,
19 ["Fruit"] = true,
20 ["Fungus"] = true,
21 ["Water"] = true,
22 ["Normal Water"] = true,
23 ["Percent Water"] = true,
24 ["Conjured Water"] = true,
25 ["Booze"] = true,
26 ["Tradeskill"] = true,
27 ["Alchemy"] = true,
28 ["Blacksmithing"] = true,
29 ["Cooking"] = true,
30 ["Enchanting"] = true,
31 ["Engineering"] = true,
32 ["First Aid"] = true,
33 ["Leatherworking"] = true,
34 ["Tailoring"] = true,
35 ["Poison"] = true,
36 ["Smelting"] = true,
37 ["Tradeskill Tools"] = true,
38 ["Gathered"] = true,
39 ["Fishing"] = true,
40 ["Disenchant"] = true,
41 ["Herbalism"] = true,
42 ["Mining"] = true,
43 ["Skinning"] = true,
44 ["Ammunition"] = true,
45 ["Bandages"] = true,
46 ["Explosives"] = true,
47 ["Darkmoon Fair"] = true,
48 ["Fireworks"] = true,
49 ["Poisons"] = true,
50 ["Potions"] = true,
51 ["Heal Potions"] = true,
52 ["Mana Potions"] = true,
53 ["Rage Potions"] = true,
54 ["Cure Potions"] = true,
55 ["Buff Potions"] = true,
56 ["Scrolls"] = true,
57 ["Reagents"] = true,
58 ["Paladin"] = true,
59 ["Druid"] = true,
60 ["Mage"] = true,
61 ["Priest"] = true,
62 ["Rogue"] = true,
63 ["Shaman"] = true,
64 ["Warlock"] = true,
65 ["Weapon Enchants"] = true,
66 ["Mounts"] = true,
67 ["Mini Pets"] = true,
68  
69 ["Shift-Click to sell item\nControl-Click to add item to keep list"] = true,
70 ["Shift-Click to drop item\nControl-Click to add item to keep list"] = true,
71 ["Drop this item"] = true,
72 ["Drops this item, or sells it if the vendor window is open"] = true,
73 ["Keep this item"] = true,
74 ["Adds this item to the keep items list"] = true,
75 ["Sell this item"] = true,
76 ["Sell all garbage items"] = true,
77 ["Sell all grey items"] = true,
78 ["SellsAll TooltipText1"] = "Sells all garbage items to this vendor",
79 ["SellsAll TooltipText2"] = "Sells all grey items to this vendor",
80 ["Value:"] = true,
81 ["Edit value for this item"] = true,
82 ["Value TooltipText"] = "Enter a new value for this item. Enter 0 to restore original value";
83 ["Are you sure you want to reset all your settings for GarbageFU?"] = true,
84 ["Drop Threshold"] = true,
85 ["Drop"] = true,
86 ["Drop Set"] = true,
87 ["Drop Sets"] = true,
88 ["Drop Items"] = true,
89 ["Keep"] = true,
90 ["Keep Set"] = true,
91 ["Keep Sets"] = true,
92 ["Keep Items"] = true,
93 ["Edit item values"] = true,
94 ["Options"] = true,
95 ["Money Format"] = true,
96 ["Max Item Name Length"] = true,
97 ["Sell All Button on Merchant Window"] = true,
98 ["SellAllButton TooltipText"] = "Display the Sell All Items button in the Merchant window.",
99 ["Only Autosell Grey Items"] = true,
100 ["OnlyGrey TooltipText"] = "Sell All Items will only sell grey (poor quality) items.",
101 ["Use GarbageFu Prices"] = true,
102 ["GarbageFu_Prices ToltipText"] = "Use prices from GarbageFu_Prices addon. Requires that FuBar_GarbageFu_Prices addon is installed and enabled",
103 ["Can't load FuBar_GarbageFu_Price. Check that it exists and are enabled"] = true,
104 ["Use Items Icon on Toolbar"] = true,
105 ["Show Price Type in Tooltip"] = true,
106 ["Ignore Ammo Bags"] = true,
107 ["Ignore Herb Bags"] = true,
108 ["Ignore Soulshard Bags"] = true,
109 ["Ignore Enchanting Bags"] = true,
110 ["Money Format"] = true,
111 ["Rescan"] = true,
112 ["Reset"] = true,
113  
114 ["Dropping x%s %s worth %s"] = true,
115 ["Adding %s to keep item list"] = true,
116 ["Selling x%s %s worth %s"] = true,
117 ["All items sold."] = true,
118 ["Removing custom price for %s."] = true,
119 ["Setting price for %s to %s."] = true,
120  
121 ["Autodrop"] = true,
122 ["AutodropDesc"] = "Toggle autodrop of items to maintain %d slots free",
123  
124 } end)