diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2008-12-13 09:09:54 +0100 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2008-12-13 09:09:54 +0100 |
commit | b5bb9b571134454e2507bce56211f68e15fb276e (patch) | |
tree | d723e1916c9a19cb2d00592d7728ed7f7f4a21b9 /template/default/help_config.html | |
parent | 0f5234f89bea92523d7e8e3ec72bd5cb25dec19f (diff) | |
download | vdradmin-am-3.6.3.tar.gz vdradmin-am-3.6.3.tar.bz2 |
2008-12-13: 3.6.3v3.6.3
- Updated: Spanish translation (Submitted by Rüdiger Jung).
- Changed: Process name to "vdradmind" (Based on patch submitted by Ville Skyttä).
- Updated: Italian translation (Submitted by Diego Pierotto).
- Changed executable's name from "vdradmind.pl" to "vdradmind".
- Updated: Dutch translation (Submitted by Roel Koelewijn).
- Added Play/Stop/FastForward/etc. buttons to remote controls (based on patch by L.Locke @vdr-portal.de).
- Added: epgsearch templates can be created, modified and deleted.
- Read used character encoding in SVDRP connections and recode result to the encoding used in the current locale.
- Minor bugfixes and improvements.
Diffstat (limited to 'template/default/help_config.html')
-rw-r--r-- | template/default/help_config.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/default/help_config.html b/template/default/help_config.html index 179841c..f4a360c 100644 --- a/template/default/help_config.html +++ b/template/default/help_config.html @@ -148,7 +148,7 @@ <dt><?% gettext('Recordings Streaming:') %?></dt> <dd><?% gettext('Enable or disable streaming of recordings.<br />Well actually this is no real "streaming", but you have to setup your workstation so that it can access VDR\'s recordings. You can use for example Samba or NFS for this. VDRAdmin-AM simply generates a playlist that contains all parts of the recording and sends this to your browser. If your browser and media player are configured correctly you will see the recording on your workstation\'s display.') %?></dd> <dt><?% gettext('Path to VDR Recordings on your workstation:') %?></dt> - <dd><?% gettext('This is the path where your workstation can access VDR\'s recordings. This depends on your VDR and workstation setup, for example "\\vdr\videos" or "V:\" (on Windows) or "/mnt/videos" (on Linux).') %?></dd> + <dd><?% gettext('This is the path where your workstation can access VDR\'s recordings. This depends on your VDR and workstation setup, for example "\\\\vdr\\videos" or "V:\\" (on Windows) or "/mnt/videos" (on Linux).') %?></dd> <dt><?% gettext('MIME type for live streaming:') %?></dt> <dd><?% gettext('The MIME type to send when using live streaming. Defaults to "video/x-mpegurl".') %?></dd> <dt><?% gettext('Suffix for live streaming:') %?></dt> @@ -170,7 +170,7 @@ <dt>VideoDB: (<a href="http://videodb.sf.net">videodb.sf.net</a>)</dt> <dd> http://www.videodb.net/videodb/search.php?q=%TITLE%&engine=videodb&owner=Guest&fields%5B%5D=title<br /> - Please change the hostname to your local needs! + <?% gettext('Please change the hostname to your local needs!') %?> </dd> </dl> </div> |