vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 local L = AceLibrary("AceLocale-2.2"):new("FuBar_BagFu")
2  
3 L:RegisterTranslations("enUS", function() return {
4 ["Ammo/Soul Bags"] = true,
5 ["Profession Bags"] = true,
6 ["Bag Depletion"] = true,
7 ["Include ammo/soul bags"] = true,
8 ["Include profession bags"] = true,
9 ["Show depletion of bags"] = true,
10 ["Bag Total"] = true,
11 ["Show total amount of space in bags"] = true,
12  
13  
14 ["Soul Bag"] = true,
15 ["Enchanting Bag"] = true,
16 ["Herb Bag"] = true,
17 ["Engineering Bag"] = true,
18 ["Quiver"] = true,
19 ["Ammo Pouch"] = true,
20  
21 ["Click to open your bags"] = true
22 } end)