From b689d61d6a800ef8a74f74f08f05218770e0f52d Mon Sep 17 00:00:00 2001 From: Andreas Mair Date: Wed, 6 Sep 2006 12:55:02 +0200 Subject: 2006-09-06: 3.4.7beta - Fixed: Smaller bugs (see ChangeLog). - Changed: Hide select boxes for templates and skins if it contains only a single choice. - Fixed: Another fix for the refering pages problem(s). - Changed: Hide "AutoTimer" menu item unless $FEATURE{AUTOTIMER} is set. - Changed: Use date instead of empty subtitle in timers programed by AutoTimer with activated "Episode" option. - Fixed: Don't show outdated broadcast as search result. - Added: Display warning message if lists is empty. - Added: UTF8 locales patch by Zoolook (see Bug #124). - Fixed: AutoTimer test feature didn't find broadcasts if they were in vdradmind.done. - Removed: HTML::Template dependency. - Changed: Only use Template-Toolkit's Template.pm. - Fixed: Hide "switch" button in prog_summary2 if broadcast is not running (Based on suggestion by Hardy Flor). - Fixed: Initial display of rec_list was empty. - Added: New PLAY and EDIT actions in rec_list. - Added: Remember selected size and interval in TV. - Added: check for features available with VDR's SVDRP, disable missing ones and show them in about.html (ATM used for RENR). - Changed: handling of sorting in rec_list (should always keep the current sorting). - Changed: handling of sorting in at_timer_list (should always keep the current sorting). - New: option to autosave config on exit (also saves sorting state in lists and viewmode in prog_summary). - Added: Czech translation (Submitted by Karel Borkovec). - Changed: handling of sorting in timer_list (should always keep the current sorting). - Changed: Moved favicon.ico from a template's skin folder to the template's main folder. --- template/default/help_timer_list.html | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'template/default/help_timer_list.html') diff --git a/template/default/help_timer_list.html b/template/default/help_timer_list.html index a298b2d..7d8e11c 100644 --- a/template/default/help_timer_list.html +++ b/template/default/help_timer_list.html @@ -2,51 +2,51 @@ - - <%! Timer !%> + + <?% gettext('Timer') %?> - + - +
- + - +

<%! Timer !%>

- <%!

Here you will find a listing of timers known to VDR.

-

On top you will find a chart showing a day's timers graphically. This provides an quick overview on what's going on at the specified day and helps you in finding conflicting timers. Moving the mouse cursor above any timer box will display a tooltip containing the timer's title, priority, lifetime and duration.

-

Below the chart you'll find the timers list showing you some information on the timers. You can change the list's sorting by clicking the columns heading.

+ Here you will find a listing of timers known to VDR.

+

On top you will find a chart showing a day\'s timers graphically. This provides an quick overview on what\'s going on at the specified day and helps you in finding conflicting timers. Moving the mouse cursor above any timer box will display a tooltip containing the timer\'s title, priority, lifetime and duration.

+

Below the chart you\'ll find the timers list showing you some information on the timers. You can change the list\'s sorting by clicking the columns heading.

For each timer you have the following options:

Set its state
By clicking on "Yes", "No", "VPS" or "Auto" in the "Active" column.
Quickly view its priority and lifetime
-
By pointing the mouse cursor to the timer's title.
+
By pointing the mouse cursor to the timer\'s title.
View its EPG entry
-
Timers that have set AutoTimer Checking to "Transmission Identification" will show you the corresponding EPG entry if you click on the timer's title.
+
Timers that have set AutoTimer Checking to "Transmission Identification" will show you the corresponding EPG entry if you click on the timer\'s title.
Edit the timer
You can edit a timer by clicking edit.
Delete the timer
To delete a timer you click delete.

-

Each timer's state is indicated by differently coloured boxes (in the chart view) or images (in the list view):
+

Each timer\'s state is indicated by differently coloured boxes (in the chart view) or images (in the list view):
    / on Timer is OK and will record.
-     / problem Timer conflicts with other timers. That's not critical, as long as you have enough DVB cards for the parallel recordings.
+     / problem Timer conflicts with other timers. That\'s not critical, as long as you have enough DVB cards for the parallel recordings.
    / impossible Timer is critical and will most likely not record.
    / inactive Timer is not active.

In addition to these functions you can add a new timer by clicking at the top and you can delete a number of timers at once by checking the box in the last column of those timers and clicking .

-

You can and selected timers.

!%> +

You can and selected timers.

') %?>
-- cgit v1.2.3