vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | local L = AceLibrary("AceLocale-2.2"):new("FuBar_ToFu") |
2 | |||
3 | L:RegisterTranslations("enUS", function() return { |
||
4 | ["Current Flight"] = true, |
||
5 | ["Previous Flight"] = true, |
||
6 | |||
7 | ["From"] = true, |
||
8 | ["To"] = true, |
||
9 | ["Cost"] = true, |
||
10 | ["Time Taken"] = true, |
||
11 | ["Average Time"] = true, |
||
12 | |||
13 | ["Not in flight"] = true, |
||
14 | ["No previous flight"] = true, |
||
15 | |||
16 | ["Click to copy the time remaining in flight to the chatbox."] = true, |
||
17 | |||
18 | ["Takes"] = true, |
||
19 | ["Flown %s times"] = true, |
||
20 | |||
21 | ["Data"] = true, |
||
22 | ["Various options to do with saved flight data"] = true, |
||
23 | |||
24 | ['Default Data'] = true, |
||
25 | ["Load the default flight-time dataset."] = true, |
||
26 | |||
27 | ["Delete *ALL* saved flight path data for your faction."] = true, |
||
28 | ["Clear Data"] = true, |
||
29 | |||
30 | ["Hooks"] = true, |
||
31 | ["Other addons to hook into"] = true, |
||
32 | |||
33 | ["estimated"] = "(est)", |
||
34 | ["reversed"] = "(rev)", |
||
35 | ["So Far"] = true, |
||
36 | } end) |