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_ClockFu")
2  
3 L:RegisterTranslations("enUS", function() return {
4 ["24-hour format"] = true,
5 ["Toggle between 12-hour and 24-hour format"] = true,
6 ["Show seconds"] = true,
7 ["Local time"] = true,
8 ["Toggle between local time and server time"] = true,
9 ["Both times"] = true,
10 ["Toggle between showing two times or just one"] = true,
11 ["Show day/night bubble"] = true,
12 ["Show the day/night bubble on the upper-right corner of the minimap"] = true,
13 ["Set the color of the text"] = true,
14  
15 ["AceConsole-commands"] = { "/clockfu" },
16  
17 ["Server time"] = true,
18 ["UTC"] = true
19 } end)