vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | local L = AceLibrary("AceLocale-2.0"):new("Bartender") |
2 | |||
3 | L:RegisterTranslations("enUS", function() |
||
4 | return { |
||
5 | ["Lock"] = true, |
||
6 | ["Toggle locking of the bars."] = true, |
||
7 | ["Borders"] = true, |
||
8 | ["Toggle borders of the bars."] = true, |
||
9 | ["Reset current Profile"] = true, |
||
10 | ["*WARNING* Reset ALL Bars to default with this Profile"] = true, |
||
11 | ["Keep bars enabled at login"] = true, |
||
12 | ["Toggle enabling all actionbars on/off at login"] = true, |
||
13 | ["How may I serve you?"] = true, |
||
14 | ["All ActionBars enabled."] = true, |
||
15 | ["Please lock your bars first."] = true, |
||
16 | ["Creating new database ..."] = true, |
||
17 | ["*WARNING* Are you sure you want to reset this Profile?"] = true, |
||
18 | ["Yes"] = true, |
||
19 | ["No"] = true, |
||
20 | ["Keep bars on screen"] = true, |
||
21 | ["Keep all the actionbars in the visible area."] = true, |
||
22 | ["Sticky Frames"] = true, |
||
23 | ["Enable Sticky Frames when Moving."] = true, |
||
24 | |||
25 | ["Bar1"] = true, |
||
26 | ["Bar1 options."] = true, |
||
27 | ["Bar2"] = true, |
||
28 | ["Bar2 options."] = true, |
||
29 | ["Bar3"] = true, |
||
30 | ["Bar3 options."] = true, |
||
31 | ["Bar4"] = true, |
||
32 | ["Bar4 options."] = true, |
||
33 | ["Bar5"] = true, |
||
34 | ["Bar5 options."] = true, |
||
35 | ["Bar6"] = "Shapebar", |
||
36 | ["Bar6 options."] = "Shapebar options.", |
||
37 | ["Bar7"] = "Petbar", |
||
38 | ["Bar7 options."] = "Petbar options.", |
||
39 | ["Bar8"] = "Bagbar", |
||
40 | ["Bar8 options."] = "Bagbar options.", |
||
41 | ["Bar9"] = "Microbar", |
||
42 | ["Bar9 options."] = "Microbar options.", |
||
43 | |||
44 | ["Show"] = true, |
||
45 | ["Toggle bar shown."] = true, |
||
46 | ["Rows"] = true, |
||
47 | ["Change the rows of the Bar"] = true, |
||
48 | ["Scale"] = true, |
||
49 | ["Scale of the bar."] = true, |
||
50 | ["Alpha"] = true, |
||
51 | ["Alpha of the bar."] = true, |
||
52 | ["Padding"] = true, |
||
53 | ["Padding of the bar."] = true, |
||
54 | ["Hotkey"] = true, |
||
55 | ["Toggle the bar HotKey on/off"] = true, |
||
56 | ["Swap"] = true, |
||
57 | ["Swap bar horizontally/vertically."] = true, |
||
58 | ["Allow Bar1 Stanceswap"] = true, |
||
59 | ["Toggle the Bar1 stanceswap (Stance/Stealth/Shapeshift) on/off"] = true, |
||
60 | |||
61 | ["Bar6 (Shapebar)"] = true, |
||
62 | ["Bar7 (Petbar)"] = true, |
||
63 | ["Bar8 (Bagbar)"] = true, |
||
64 | ["Bar9 (Microbar)"] = true, |
||
65 | } |
||
66 | end) |