vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | local L = AceLibrary("AceLocale-2.2"):new("Buffalo") |
2 | |||
3 | L:RegisterTranslations("enUS", function() |
||
4 | return { |
||
5 | ["Lock"] = true, |
||
6 | ["When activated, the buff frames are locked and the reference frames are hidden"] = true, |
||
7 | ["Buffs"] = true, |
||
8 | ["Scale"] = true, |
||
9 | ["Scale Buff Icons"] = true, |
||
10 | ["Rows"] = true, |
||
11 | ["Number of Rows. Only applies when Growth Precedence is Vertical"] = true, |
||
12 | ["Columns"] = "Columns", |
||
13 | ["Number of Columns. Only applies when Growth Precedence is Horizontal"] = true, |
||
14 | ["X-Padding"] = true, |
||
15 | ["Distance between columns"] = true, |
||
16 | ["Y-Padding"] = true, |
||
17 | ["Distance between rows"] = true, |
||
18 | ["Horizontal Direction"] = true, |
||
19 | ["In which horizontal direction should the display grow?"] = true, |
||
20 | ["To the left"] = true, |
||
21 | ["To the right"]=true, |
||
22 | ["Vertical Direction"] = true, |
||
23 | ["In which vertical direction should the display grow?"] = true, |
||
24 | ["Upwards"] = true, |
||
25 | ["Downwards"] = true, |
||
26 | ["Growth Precedence"] = true, |
||
27 | ["In which direction should the display grow first (horizontally or vertically)?"] = true, |
||
28 | ["Horizontally"] = true, |
||
29 | ["Vertically"] = true, |
||
30 | ------------------------------------------------------ 15:44 |
||
31 | ["Manipulate Buffs Display"] = true, |
||
32 | ["Control the distance between rows/columns"] = true, |
||
33 | ["Padding"] = true, |
||
34 | ["Debuffs"] = true, |
||
35 | ["Manipulate Debuffs Display"] = true, |
||
36 | ["Scale Debuff Icons"] = true, |
||
37 | ["Weapon Buffs"] = true, |
||
38 | ["Manipulate Weapon Buffs Display"] = true, |
||
39 | ["Reset"] = true, |
||
40 | ---------------------------------------------------- |
||
41 | ["Hide"] = true, |
||
42 | ["Hides these buff frames"] = true, |
||
43 | ["Verbose Timers"] = true, |
||
44 | ["Replaces the default time format for timers with HH:MM or MM:SS"] = true, |
||
45 | ------------------------------------------------------- |
||
46 | ["Flashing"] = true, |
||
47 | ["Toggle flashing on fading buffs"] = true, |
||
48 | ["Timers"] = true, |
||
49 | ["Customize buff timers"] = true, |
||
50 | ["White Timers"] = true, |
||
51 | ["Use white timers instead of yellow ones"] = true, |
||
52 | ---------------------------------------------------- |
||
53 | ["config"] = true, |
||
54 | ["Config"] = true, |
||
55 | ----------------------------------------------------------- |
||
56 | } |
||
57 | end) |