@I18N_Days = ( gettext("Sunday"), gettext("Monday"), gettext("Tuesday"), gettext("Wednesday"), gettext("Thursday"), gettext("Friday"), gettext("Saturday") ); @I18N_Month = ( gettext("January"), gettext("February"), gettext("March"), gettext("April"), gettext("May"), gettext("June"), gettext("July"), gettext("August"), gettext("September"), gettext("October"), gettext("November"), gettext("December") ); @LOGINPAGES_DESCRIPTION = ( gettext("What's On Now?"), gettext("Playing Today?"), gettext("Timeline"), gettext("Channels"), gettext("Timers"), gettext("Recordings") ); %ERROR_MESSAGE = ( not_found => gettext("Not found"), notfound_long => gettext("The requested URL was not found on this server!"), notfound_file => gettext("The URL "%s" was not found on this server!"), forbidden => gettext("Forbidden"), forbidden_long => gettext("You don't have permission to access this function!"), forbidden_file => gettext("Access to file "%s" denied!"), cant_open => gettext("Can't open file "%s"!"), connect_failed => gettext("Can't connect to VDR at %s!"), send_command => gettext("Error while sending command to VDR at %s"), ); %MESSAGE = ( overview => gettext("Schedule"), ); %HELP = ( timer_list => gettext("Timer

VDR timer overview.

Clicking on |\"on\" Yes | or |\"off\" No | in the column Active, switches the timer on or off.
\"problem\" indicates overlapping timers. That's uncritical, as long as you have enough DVB cards for the parallel recordings.
To edit an entry, click on \"Stift\", to delete a timer use \"Radiergummi\". To delete more than one timer at once, select them using the checkboxes () and click on Delete selected timers at the end of the list.

"), timer_new => gettext("

No help available for Add Timer: yet. For adding text please contact mail\@andreas.vdr-developer.org.

"), at_timer_list => gettext("Auto Timer:

An overview of all Auto Timers

Click Yes or No in the Active column to (de-)activate that Auto Timer.

Use \"pen\" for editing and \"Rubber\" for deleting an Auto Timer. If you want to delete multiple Auto Timers all at once, you have to check the boxes () on the right and finally click Delete selected Auto Timers.

"), at_timer_new => gettext("Edit Auto Timer:

Auto Timer is a key feature of VDRAdmin. An Auto Timer consists of one or more search terms and some other settings, that are looked for regularly in the Electronic Program Guide (EPG). On match Auto Timer adds a timer in VDR automatically for that broadcast. That's very comfortable for irregularly broadcasted series or movies you don't want to miss.

Here you can set an Auto Timer. It's required to specify at least one search item. Please have a look at Search Items if you need more information on how to find reasonable search items and how to avoid unwanted recordings.

Auto Timer Active:

Yes activates and No deactivates this Auto Timer. Please note that VDR timers already added by VDRAdmin are not deleted if you deactivate this Auto Timer.

Search Items:

Choosing the right search items decides whether only the wanted broadcast or broadcast having similar names or nothing gets recorded.

Case doesn't matter, "X-Files" matches anything "x-files" will match. You can set multiple search items by separating them with spaces. Only broadcasts will match if they contain all items.

You'd better only use letters and numbers for search items, as EPGs often miss colons, brackets and other characters.

Experts can also use regular expressions, but you have get needed information from the VDRAdmin sources (undocumented feature).

"), rec_list => gettext("

No help available for Recordings:. For adding text please contact mail\@andreas.vdr-developer.org.

"), conf_list => gettext("Configuration:

Here you can change general settings and base settings for timers, auto timers, channel selection and streaming parameters.

General Settings:

Here you can change the languge, the start page, the look, and the number of DVB cards. Besides this the base settings for timers, auto timers, the channel selection and streaming parameters can be configured here.

Identification:

Clicking on | yes | or | no | activates or deactivates the guest account. The default passwords for both accounts should be changed when VDRAdmin is accessible over the Internet.

Time Line:

Here you can see a time line of the channels, where you can select the displayed time span.
The bars show the titles of each show. A time bar starts half an hour before now. A thin red line indicates the current position.
Programmed timers are shown in different colors.

Settings for auto timers:

Clicking on | Yes | or | No | activates or deactivates the auto timer function. You can also specify the interval, the the epg data is checked for updating the auto timers.
The life time of a recording can be set from 0 to 99 (99=live forever). This value relates to the day, the recording was made. After the given life time, a recording may be deleted to make room for new ones.
The Priority indicates, what timer is prefered in case of a conflict.
Timer settings:

These are the same settings as for the auto timers, but apply to the manually created timers.

Streaming settings:

Specify port, bandwith and VDR's recording directory here.

Channel Selection:

Clicking on | Yes | or | No | activates or deactivates the channel selection for a specific view.

"), ENOHELPMSG => gettext("No help available yet. For adding or changing text please contact mail\@andreas.vdr-developer.org.") );