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("KCIFu")
2  
3 -- English / US translation
4 L:RegisterTranslations("enUS", function () return {
5 ["Caption"] = "KC Items",
6 ["ShortCaption"] = "KCI",
7 ["ClickTooltip"] = "Click to open Linkview window",
8  
9 -- Statistic --
10 ["Stats"] = "Statistic: Known Items",
11 ["Stats_Items"] = "Total Items",
12 ["Stats_Sell"] = "Sell Prices",
13 ["Stats_Buy"] = "Buy Prices",
14 ["Stats_NoItems"] = "Empty database ...",
15  
16 -- Menu Items --
17 ["UseShortCaption"] = "Use brief caption",
18  
19 -- Auction --
20 ["Menu_Auction"] = "Auction",
21 ["Menu_Auction_Short"] = "Use brief captions",
22 ["Menu_Auction_Bid"] = "Show current Bid",
23 ["Menu_Auction_Stats"] = "Show item statistic",
24  
25 -- Broker --
26 ["Menu_Broker"] = "Broker",
27 ["Menu_Broker_AF"] = "Enable suggesting prices",
28 ["Menu_Broker_AF_Mode"] = "Suggest mode:",
29 ["Menu_Broker_AF_Mixed"] = "Mixed (Memory, Smart, Vendor, None)",
30 ["Menu_Broker_AF_Memory"] = "Memory (based on last rate)",
31 ["Menu_Broker_AF_Smart"] = "Smart (based on market average)",
32 ["Menu_Broker_AF_Vendor"] = "Vendor (based on vendor price)",
33 ["Menu_Broker_AF_None"] = "None (suggest only buyout)",
34 ["Menu_Broker_AF_SkipMem"] = "Skip \"Memory\" in \"Mixed\" Mode",
35 ["Menu_Broker_Remdur"] = "Remember last auction duration",
36 ["Menu_Broker_Cut"] = "Auction cut in \"Smart\" mode (%)",
37 ["Menu_Broker_Colorize"] = "Colorize Auction",
38 ["Menu_Broker_AHColors"] = "Auction Colors:",
39 ["Menu_Broker_AHC_Known"] = "Known recipes",
40 ["Menu_Broker_AHC_Sell"] = "Vendor will pay more",
41 ["Menu_Broker_AHC_Buy"] = "Best Buyout",
42 ["Menu_Broker_AHC_Min"] = "Best Bid",
43  
44 -- Chatlink --
45 ["Menu_ChatLink"] = "Chatlink",
46 ["Menu_ChatLink_Enable"] = "Convert [text] to |cff00ff00[link]|r when typing",
47  
48 ["Menu_ItemInfo"] = "Item Info",
49 ["Menu_ItemInfo_Enable"] = "Show additional information",
50  
51 -- Tooltip --
52 ["Menu_Tooltip"] = "Tooltip",
53 ["Menu_Tooltip_Mode"] = "Display Mode:",
54 ["Menu_Tooltip_Separated"] = "Separated",
55 ["Menu_Tooltip_Merged"] = "Merged",
56 ["Menu_Tooltip_Splitline"] = "Split info to sides",
57 ["Menu_Tooltip_Separate"] = "Separate by empty lines",
58 ["Menu_Tooltip_Moneyframe"] = "Money as icons",
59  
60 -- SellValue --
61 ["Menu_SellValue"] = "Sell Value",
62 ["Menu_SellValue_Enable"] = "Show vendor price",
63 ["Menu_SellValue_Short"] = "Use brief captions",
64 ["Menu_SellValue_single"] = "Show price for a single item",
65  
66 ["dummy"] = ''
67 } end)