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_DurabilityFu")
2  
3 L:RegisterTranslations("enUS", function() return {
4 ["Total"] = true,
5 ["Percent"] = true,
6 ["Repair cost"] = true,
7 ["Repair"] = true,
8 ["Equipment"] = true,
9 ["Inventory"] = true,
10 ["Show repair popup at vendor"] = true,
11 ["Toggle whether to show the popup at the merchant window"] = true,
12 ["Show the armored man"] = true,
13 ["Toggle whether to show Blizzard's armored man"] = true,
14 ["Show average value"] = true,
15 ["Toggle whether to show your average or minimum durability"] = true,
16 ["Show healthy items"] = true,
17 ["Toggle whether to show items that are healthy (100% repaired)"] = true,
18 ["Auto repair"] = true,
19  
20 ["AceConsole-Commands"] = {"/durfu", "/durabilityfu"}
21 } end)