vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 CT_TIMER_HELP = { };
2  
3 CT_TIMER_DRAG1 = "Click to start/stop.";
4 CT_TIMER_DRAG2 = "Right-click to reset.";
5 CT_TIMER_DRAG3 = "Shift-click to drag.";
6 CT_TIMER_RESET = "Reset";
7  
8 CT_TIMER_MINS = "minutes";
9 CT_TIMER_MIN = "minute";
10 CT_TIMER_HOURS = "hours";
11 CT_TIMER_HOUR = "hour";
12  
13 -- Do not translate '<time>' in the following line
14 CT_TIMER_FINISHCOUNT = "The timer has finished counting down (counted from '%s')";
15  
16 CT_TIMER_SHOWSECS_ON = "The timer is now showing seconds.";
17 CT_TIMER_SHOWSECS_OFF = "The timer is no longer showing seconds.";
18  
19 CT_TIMER_SHOW_ON = "The timer is now shown";
20 CT_TIMER_SHOW_OFF = "The timer is now hidden";
21  
22 CT_TIMER_MODNAME = "Timer Mod";
23 CT_TIMER_SUBNAME = "Open Options";
24 CT_TIMER_TOOLTIP = "Displays the timer options dialog.";
25  
26 CT_TIMERSECS_MODNAME = "Timer Seconds";
27 CT_TIMERSECS_SUBNAME = "Show Seconds";
28 CT_TIMERSECS_TOOLTIP = "Toggles showing seconds for the timer mod.";
29  
30 CT_TIMER_HELP[1] = "Use the following commands to customize the timer:";
31 CT_TIMER_HELP[2] = "/timer [show/hide] - Shows/hides the timer (still continues counting).";
32 CT_TIMER_HELP[3] = "/timer secs [on/off] - Toggles showing seconds on/off.";
33 CT_TIMER_HELP[4] = "/timer start - Starts the timer from 00:00.";
34 CT_TIMER_HELP[5] = "/timer stop - Stops the timer.";
35 CT_TIMER_HELP[6] = "/timer reset - Resets the timer.";
36 CT_TIMER_HELP[7] = "/timer [minutes] - Starts the timer, counting down from [minutes] minutes.";
37 CT_TIMER_HELP[8] = "/timer [minutes]:[seconds] - Starts the timer, counting down from [minutes] minutes and [seconds] seconds.";
38 CT_TIMER_HELP[9] = "/timer bg [on/off] - Shows/hides the background of the timer frame.";
39 CT_TIMER_HELP[10] = "/timer options - Shows the options dialog.";