mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Changed the project's URLs and email to tvdr.de
This commit is contained in:
parent
98d2cd84dc
commit
20c8cd161f
@ -1,7 +1,7 @@
|
|||||||
Tons of suggestions, bugreports, patches and other contributions have been
|
Tons of suggestions, bugreports, patches and other contributions have been
|
||||||
provided by the people on the 'linux-dvb' and 'vdr' mailing lists
|
provided by the people on the 'linux-dvb' and 'vdr' mailing lists
|
||||||
Special thanks go to the following individuals (if your name is missing here,
|
Special thanks go to the following individuals (if your name is missing here,
|
||||||
please send an email to kls@cadsoft.de):
|
please send an email to kls@tvdr.de):
|
||||||
|
|
||||||
Carsten Koch <Carsten.Koch@icem.de>
|
Carsten Koch <Carsten.Koch@icem.de>
|
||||||
for adding LIRC support
|
for adding LIRC support
|
||||||
@ -526,7 +526,7 @@ Andreas B
|
|||||||
Onno Kreuzinger <ok@solutas.net>
|
Onno Kreuzinger <ok@solutas.net>
|
||||||
for reporting leftover references to the file FORMATS in MANUAL and svdrp.c
|
for reporting leftover references to the file FORMATS in MANUAL and svdrp.c
|
||||||
|
|
||||||
Rudi Hofer (Rudi.Hofer@cadsoft.de)
|
Rudi Hofer (Rudi.Hofer@gmx.de)
|
||||||
for his help in keeping 'channels.conf' up to date
|
for his help in keeping 'channels.conf' up to date
|
||||||
|
|
||||||
Gregoire Favre <greg@ulima.unil.ch>
|
Gregoire Favre <greg@ulima.unil.ch>
|
||||||
|
11
HISTORY
11
HISTORY
@ -922,7 +922,7 @@ Video Disk Recorder Revision History
|
|||||||
give the user some feedback in case this takes longer.
|
give the user some feedback in case this takes longer.
|
||||||
- Status messages are now displayed centered.
|
- Status messages are now displayed centered.
|
||||||
- Removed the 'Tools' subdirectory from the VDR archive. All contributed tools
|
- Removed the 'Tools' subdirectory from the VDR archive. All contributed tools
|
||||||
can now be found at ftp://ftp.cadsoft.de/pub/people/kls/vdr/Tools.
|
can now be found at ftp://ftp.tvdr.de/vdr/Tools.
|
||||||
|
|
||||||
2002-01-29: Version 0.99pre3
|
2002-01-29: Version 0.99pre3
|
||||||
|
|
||||||
@ -5839,14 +5839,14 @@ Video Disk Recorder Revision History
|
|||||||
DVB API in the kernel (based on patches from Igor M. Liplianin, Niels Wagenaar
|
DVB API in the kernel (based on patches from Igor M. Liplianin, Niels Wagenaar
|
||||||
and Edgar Hucek). VDR now uses the S2API driver from http://linuxtv.org/hg/v4l-dvb.
|
and Edgar Hucek). VDR now uses the S2API driver from http://linuxtv.org/hg/v4l-dvb.
|
||||||
In order to correctly detect DVB-S2 capable devices, you need to apply the patch
|
In order to correctly detect DVB-S2 capable devices, you need to apply the patch
|
||||||
from ftp://ftp.cadsoft.de/vdr/Developer/v4l-dvb-s2api-add-s2-capability.diff to
|
from ftp://ftp.tvdr.de/vdr/Developer/v4l-dvb-s2api-add-s2-capability.diff to
|
||||||
the driver source, because the S2API doesn't provide a way of telling whether a
|
the driver source, because the S2API doesn't provide a way of telling whether a
|
||||||
device can handle DVB-S2 transponders.
|
device can handle DVB-S2 transponders.
|
||||||
- The cDvbTuner::IsTunedTo() function now also checks the symbol rate in case of
|
- The cDvbTuner::IsTunedTo() function now also checks the symbol rate in case of
|
||||||
DVB-S and DVB-C.
|
DVB-S and DVB-C.
|
||||||
- Improved handling PES video packets with zero length when converting from TS to PES.
|
- Improved handling PES video packets with zero length when converting from TS to PES.
|
||||||
For good replay in Transfer Mode on full featured DVB cards you may want to apply
|
For good replay in Transfer Mode on full featured DVB cards you may want to apply
|
||||||
the patch from ftp://ftp.cadsoft.de/vdr/Developer/av7110_v4ldvb_api5_audiobuf_test_1.diff
|
the patch from ftp://ftp.tvdr.de/vdr/Developer/av7110_v4ldvb_api5_audiobuf_test_1.diff
|
||||||
to the driver (thanks to Oliver Endriss).
|
to the driver (thanks to Oliver Endriss).
|
||||||
|
|
||||||
2009-01-06: Version 1.7.3
|
2009-01-06: Version 1.7.3
|
||||||
@ -5918,7 +5918,7 @@ Video Disk Recorder Revision History
|
|||||||
flag is now in the driver, anyway.
|
flag is now in the driver, anyway.
|
||||||
- The full-featured DVB cards are now given the TS data directly for replay
|
- The full-featured DVB cards are now given the TS data directly for replay
|
||||||
(thanks to Oliver Endriss for enhancing the av7110 driver to make it replay
|
(thanks to Oliver Endriss for enhancing the av7110 driver to make it replay
|
||||||
TS data). The patch from ftp://ftp.cadsoft.de/vdr/Developer/av7110_ts_replay__1.diff
|
TS data). The patch from ftp://ftp.tvdr.de/vdr/Developer/av7110_ts_replay__1.diff
|
||||||
implements this change in the driver.
|
implements this change in the driver.
|
||||||
The patch av7110_v4ldvb_api5_audiobuf_test_1.diff mentioned in version 1.7.2
|
The patch av7110_v4ldvb_api5_audiobuf_test_1.diff mentioned in version 1.7.2
|
||||||
is still necessary to avoid audio and video glitches on some channels.
|
is still necessary to avoid audio and video glitches on some channels.
|
||||||
@ -6157,10 +6157,11 @@ Video Disk Recorder Revision History
|
|||||||
Reinhard Nissl).
|
Reinhard Nissl).
|
||||||
- Implemented full handling of subtitling descriptors (thanks to Mikko Tuumanen).
|
- Implemented full handling of subtitling descriptors (thanks to Mikko Tuumanen).
|
||||||
|
|
||||||
2009-08-30: Version 1.7.10
|
2009-10-18: Version 1.7.10
|
||||||
|
|
||||||
- Updated the Italian OSD texts (thanks to Diego Pierotto).
|
- Updated the Italian OSD texts (thanks to Diego Pierotto).
|
||||||
- Fixed wrong bracketing in cChannel::SubtitlingType() etc.
|
- Fixed wrong bracketing in cChannel::SubtitlingType() etc.
|
||||||
(thanks to Rolf Ahrenberg).
|
(thanks to Rolf Ahrenberg).
|
||||||
- Fixed not logging changes for channels that have no number
|
- Fixed not logging changes for channels that have no number
|
||||||
(reported by Timothy D. Lenz).
|
(reported by Timothy D. Lenz).
|
||||||
|
- Changed the project's URLs and email to tvdr.de.
|
||||||
|
2
INSTALL
2
INSTALL
@ -47,7 +47,7 @@ to one of the following values in the 'make' call to make the respective control
|
|||||||
the default:
|
the default:
|
||||||
|
|
||||||
REMOTE=RCU control via the "Remote Control Unit" receiver
|
REMOTE=RCU control via the "Remote Control Unit" receiver
|
||||||
(see http://www.cadsoft.de/vdr/remote.htm)
|
(see http://www.tvdr.de/remote.htm)
|
||||||
REMOTE=LIRC control via the "Linux Infrared Remote Control"
|
REMOTE=LIRC control via the "Linux Infrared Remote Control"
|
||||||
(see http://www.lirc.org)
|
(see http://www.lirc.org)
|
||||||
|
|
||||||
|
4
Makefile
4
Makefile
@ -4,7 +4,7 @@
|
|||||||
# See the main source file 'vdr.c' for copyright information and
|
# See the main source file 'vdr.c' for copyright information and
|
||||||
# how to reach the author.
|
# how to reach the author.
|
||||||
#
|
#
|
||||||
# $Id: Makefile 2.3 2009/01/05 13:04:10 kls Exp $
|
# $Id: Makefile 2.4 2009/10/18 13:59:25 kls Exp $
|
||||||
|
|
||||||
.DELETE_ON_ERROR:
|
.DELETE_ON_ERROR:
|
||||||
|
|
||||||
@ -110,7 +110,7 @@ I18Npot = $(PODIR)/vdr.pot
|
|||||||
msgfmt -c -o $@ $<
|
msgfmt -c -o $@ $<
|
||||||
|
|
||||||
$(I18Npot): $(wildcard *.c)
|
$(I18Npot): $(wildcard *.c)
|
||||||
xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='<vdr-bugs@cadsoft.de>' -o $@ $^
|
xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='<vdr-bugs@tvdr.de>' -o $@ $^
|
||||||
|
|
||||||
%.po: $(I18Npot)
|
%.po: $(I18Npot)
|
||||||
msgmerge -U --no-wrap --no-location --backup=none -q $@ $<
|
msgmerge -U --no-wrap --no-location --backup=none -q $@ $<
|
||||||
|
@ -31,8 +31,8 @@ html, body {
|
|||||||
<b>Version 1.7</b>
|
<b>Version 1.7</b>
|
||||||
<p>
|
<p>
|
||||||
Copyright © 2009 Klaus Schmidinger<br>
|
Copyright © 2009 Klaus Schmidinger<br>
|
||||||
<a href="mailto:kls@cadsoft.de">kls@cadsoft.de</a><br>
|
<a href="mailto:kls@tvdr.de">kls@tvdr.de</a><br>
|
||||||
<a href="http://www.cadsoft.de/vdr">www.cadsoft.de/vdr</a>
|
<a href="http://www.tvdr.de">www.tvdr.de</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="modified">
|
<div class="modified">
|
||||||
Important modifications introduced since version 1.6 are marked like this.
|
Important modifications introduced since version 1.6 are marked like this.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# Makefile for a Video Disk Recorder plugin
|
# Makefile for a Video Disk Recorder plugin
|
||||||
#
|
#
|
||||||
# $Id: Makefile 1.22 2008/01/13 12:59:58 kls Exp $
|
# $Id: Makefile 2.1 2009/10/18 14:00:07 kls Exp $
|
||||||
|
|
||||||
# The official name of this plugin.
|
# The official name of this plugin.
|
||||||
# This name will be used in the '-P...' option of VDR to load the plugin.
|
# This name will be used in the '-P...' option of VDR to load the plugin.
|
||||||
@ -79,7 +79,7 @@ I18Npot = $(PODIR)/$(PLUGIN).pot
|
|||||||
msgfmt -c -o $@ $<
|
msgfmt -c -o $@ $<
|
||||||
|
|
||||||
$(I18Npot): $(wildcard *.c)
|
$(I18Npot): $(wildcard *.c)
|
||||||
xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='<vdr-bugs@cadsoft.de>' -o $@ $^
|
xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='<vdr-bugs@tvdr.de>' -o $@ $^
|
||||||
|
|
||||||
%.po: $(I18Npot)
|
%.po: $(I18Npot)
|
||||||
msgmerge -U --no-wrap --no-location --backup=none -q $@ $<
|
msgmerge -U --no-wrap --no-location --backup=none -q $@ $<
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
This is a "plugin" for the Video Disk Recorder (VDR).
|
This is a "plugin" for the Video Disk Recorder (VDR).
|
||||||
|
|
||||||
Written by: Klaus Schmidinger <kls@cadsoft.de>
|
Written by: Klaus Schmidinger <kls@tvdr.de>
|
||||||
|
|
||||||
Project's homepage: www.cadsoft.de/people/kls/vdr
|
Project's homepage: http://www.tvdr.de
|
||||||
|
|
||||||
Latest version available at: www.cadsoft.de/people/kls/vdr/software.htm
|
Latest version available at: http://www.tvdr.de
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# VDR plugin language source file.
|
# VDR plugin language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Marc Rovira Vall <tm05462@salleURL.edu>, 2003
|
# Marc Rovira Vall <tm05462@salleURL.edu>, 2003
|
||||||
# Ramon Roca <ramon.roca@xcombo.com>, 2003
|
# Ramon Roca <ramon.roca@xcombo.com>, 2003
|
||||||
@ -8,7 +8,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2007-10-13 11:52+0200\n"
|
"POT-Creation-Date: 2007-10-13 11:52+0200\n"
|
||||||
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
||||||
"Last-Translator: Jordi Vilà <jvila@tinet.org>\n"
|
"Last-Translator: Jordi Vilà <jvila@tinet.org>\n"
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
# VDR plugin language source file.
|
# VDR plugin language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Vladimír Bárta <vladimir.barta@k2atmitec.cz>, 2006
|
# Vladimír Bárta <vladimir.barta@k2atmitec.cz>, 2006
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2007-10-13 11:52+0200\n"
|
"POT-Creation-Date: 2007-10-13 11:52+0200\n"
|
||||||
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
||||||
"Last-Translator: Vladimír Bárta <vladimir.barta@k2atmitec.cz>\n"
|
"Last-Translator: Vladimír Bárta <vladimir.barta@k2atmitec.cz>\n"
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
# VDR plugin language source file.
|
# VDR plugin language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Mogens Elneff <mogens@elneff.dk>, 2004
|
# Mogens Elneff <mogens@elneff.dk>, 2004
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2007-10-13 11:52+0200\n"
|
"POT-Creation-Date: 2007-10-13 11:52+0200\n"
|
||||||
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
||||||
"Last-Translator: Mogens Elneff <mogens@elneff.dk>\n"
|
"Last-Translator: Mogens Elneff <mogens@elneff.dk>\n"
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
# VDR plugin language source file.
|
# VDR plugin language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Klaus Schmidinger <kls@cadsoft.de>, 2000
|
# Klaus Schmidinger <kls@tvdr.de>, 2000
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2007-10-13 11:52+0200\n"
|
"POT-Creation-Date: 2007-10-13 11:52+0200\n"
|
||||||
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
||||||
"Last-Translator: Klaus Schmidinger <kls@cadsoft.de>\n"
|
"Last-Translator: Klaus Schmidinger <kls@tvdr.de>\n"
|
||||||
"Language-Team: German\n"
|
"Language-Team: German\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=ISO-8859-15\n"
|
"Content-Type: text/plain; charset=ISO-8859-15\n"
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
# VDR plugin language source file.
|
# VDR plugin language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Dimitrios Dimitrakos <mail@dimitrios.de>, 2002
|
# Dimitrios Dimitrakos <mail@dimitrios.de>, 2002
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2007-10-13 11:52+0200\n"
|
"POT-Creation-Date: 2007-10-13 11:52+0200\n"
|
||||||
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
||||||
"Last-Translator: Dimitrios Dimitrakos <mail@dimitrios.de>\n"
|
"Last-Translator: Dimitrios Dimitrakos <mail@dimitrios.de>\n"
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
# VDR plugin language source file.
|
# VDR plugin language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Ruben Nunez Francisco <ruben.nunez@tang-it.com>, 2002
|
# Ruben Nunez Francisco <ruben.nunez@tang-it.com>, 2002
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2007-10-13 11:52+0200\n"
|
"POT-Creation-Date: 2007-10-13 11:52+0200\n"
|
||||||
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
||||||
"Last-Translator: Ruben Nunez Francisco <ruben.nunez@tang-it.com>\n"
|
"Last-Translator: Ruben Nunez Francisco <ruben.nunez@tang-it.com>\n"
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
# VDR plugin language source file.
|
# VDR plugin language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Arthur Konovalov <kasjas@hot.ee>, 2004
|
# Arthur Konovalov <kasjas@hot.ee>, 2004
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2007-10-13 11:52+0200\n"
|
"POT-Creation-Date: 2007-10-13 11:52+0200\n"
|
||||||
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
||||||
"Last-Translator: Arthur Konovalov <kasjas@hot.ee>\n"
|
"Last-Translator: Arthur Konovalov <kasjas@hot.ee>\n"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# VDR plugin language source file.
|
# VDR plugin language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Hannu Savolainen <hannu@opensound.com>, 2002
|
# Hannu Savolainen <hannu@opensound.com>, 2002
|
||||||
# Jaakko Hyvätti <jaakko@hyvatti.iki.fi>, 2002
|
# Jaakko Hyvätti <jaakko@hyvatti.iki.fi>, 2002
|
||||||
@ -9,7 +9,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2007-10-13 11:52+0200\n"
|
"POT-Creation-Date: 2007-10-13 11:52+0200\n"
|
||||||
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
||||||
"Last-Translator: Rolf Ahrenberg <rahrenbe@cc.hut.fi>\n"
|
"Last-Translator: Rolf Ahrenberg <rahrenbe@cc.hut.fi>\n"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# VDR plugin language source file.
|
# VDR plugin language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Jean-Claude Repetto <jc@repetto.org>, 2001
|
# Jean-Claude Repetto <jc@repetto.org>, 2001
|
||||||
# Olivier Jacques <jacquesolivier@hotmail.com>, 2003
|
# Olivier Jacques <jacquesolivier@hotmail.com>, 2003
|
||||||
@ -9,7 +9,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2007-10-13 11:52+0200\n"
|
"POT-Creation-Date: 2007-10-13 11:52+0200\n"
|
||||||
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
||||||
"Last-Translator: Nicolas Huillard <nhuillard@e-dition.fr>\n"
|
"Last-Translator: Nicolas Huillard <nhuillard@e-dition.fr>\n"
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
# VDR plugin language source file.
|
# VDR plugin language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Adrian Caval <anrxc@sysphere.org>, 2008
|
# Adrian Caval <anrxc@sysphere.org>, 2008
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2007-10-13 11:52+0200\n"
|
"POT-Creation-Date: 2007-10-13 11:52+0200\n"
|
||||||
"PO-Revision-Date: 2008-03-17 19:52+0100\n"
|
"PO-Revision-Date: 2008-03-17 19:52+0100\n"
|
||||||
"Last-Translator: Adrian Caval <anrxc@sysphere.org>\n"
|
"Last-Translator: Adrian Caval <anrxc@sysphere.org>\n"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# VDR plugin language source file.
|
# VDR plugin language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Istvan Koenigsberger <istvnko@hotmail.com>, 2002
|
# Istvan Koenigsberger <istvnko@hotmail.com>, 2002
|
||||||
# Guido Josten <guido.josten@t-online.de>, 2002
|
# Guido Josten <guido.josten@t-online.de>, 2002
|
||||||
@ -7,7 +7,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2007-10-13 11:52+0200\n"
|
"POT-Creation-Date: 2007-10-13 11:52+0200\n"
|
||||||
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
||||||
"Last-Translator: Istvan Koenigsberger <istvnko@hotmail.com>, Guido Josten <guido.josten@t-online.de>\n"
|
"Last-Translator: Istvan Koenigsberger <istvnko@hotmail.com>, Guido Josten <guido.josten@t-online.de>\n"
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
# VDR plugin language source file.
|
# VDR plugin language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Diego Pierotto <vdr-italian@tiscali.it>, 2008
|
# Diego Pierotto <vdr-italian@tiscali.it>, 2008
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2007-10-13 11:52+0200\n"
|
"POT-Creation-Date: 2007-10-13 11:52+0200\n"
|
||||||
"PO-Revision-Date: 2008-01-27 20:11+0100\n"
|
"PO-Revision-Date: 2008-01-27 20:11+0100\n"
|
||||||
"Last-Translator: Diego Pierotto <vdr-italian@tiscali.it>\n"
|
"Last-Translator: Diego Pierotto <vdr-italian@tiscali.it>\n"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# VDR plugin language source file.
|
# VDR plugin language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Arnold Niessen <niessen@iae.nl> <arnold.niessen@philips.com>, 2001
|
# Arnold Niessen <niessen@iae.nl> <arnold.niessen@philips.com>, 2001
|
||||||
# Hans Dingemans <hans.dingemans@tacticalops.nl>, 2003
|
# Hans Dingemans <hans.dingemans@tacticalops.nl>, 2003
|
||||||
@ -8,7 +8,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2007-10-13 11:52+0200\n"
|
"POT-Creation-Date: 2007-10-13 11:52+0200\n"
|
||||||
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
||||||
"Last-Translator: Maarten Wisse <Maarten.Wisse@urz.uni-hd.de>\n"
|
"Last-Translator: Maarten Wisse <Maarten.Wisse@urz.uni-hd.de>\n"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# VDR plugin language source file.
|
# VDR plugin language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Jørgen Tvedt <pjtvedt@online.no>, 2001
|
# Jørgen Tvedt <pjtvedt@online.no>, 2001
|
||||||
# Truls Slevigen <truls@slevigen.no>, 2002
|
# Truls Slevigen <truls@slevigen.no>, 2002
|
||||||
@ -7,7 +7,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2007-10-13 11:52+0200\n"
|
"POT-Creation-Date: 2007-10-13 11:52+0200\n"
|
||||||
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
||||||
"Last-Translator: Truls Slevigen <truls@slevigen.no>\n"
|
"Last-Translator: Truls Slevigen <truls@slevigen.no>\n"
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
# VDR plugin language source file.
|
# VDR plugin language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Michael Rakowski <mrak@gmx.de>, 2002
|
# Michael Rakowski <mrak@gmx.de>, 2002
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2007-10-13 11:52+0200\n"
|
"POT-Creation-Date: 2007-10-13 11:52+0200\n"
|
||||||
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
||||||
"Last-Translator: Michael Rakowski <mrak@gmx.de>\n"
|
"Last-Translator: Michael Rakowski <mrak@gmx.de>\n"
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
# VDR plugin language source file.
|
# VDR plugin language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Paulo Lopes <pmml@netvita.pt>, 2001
|
# Paulo Lopes <pmml@netvita.pt>, 2001
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2007-10-13 11:52+0200\n"
|
"POT-Creation-Date: 2007-10-13 11:52+0200\n"
|
||||||
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
||||||
"Last-Translator: Paulo Lopes <pmml@netvita.pt>\n"
|
"Last-Translator: Paulo Lopes <pmml@netvita.pt>\n"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# VDR plugin language source file.
|
# VDR plugin language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Paul Lacatus <paul@campina.iiruc.ro>, 2002
|
# Paul Lacatus <paul@campina.iiruc.ro>, 2002
|
||||||
# Lucian Muresan <lucianm@users.sourceforge.net>, 2004
|
# Lucian Muresan <lucianm@users.sourceforge.net>, 2004
|
||||||
@ -7,7 +7,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2007-10-13 11:52+0200\n"
|
"POT-Creation-Date: 2007-10-13 11:52+0200\n"
|
||||||
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
||||||
"Last-Translator: Lucian Muresan <lucianm@users.sourceforge.net>\n"
|
"Last-Translator: Lucian Muresan <lucianm@users.sourceforge.net>\n"
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
# VDR plugin language source file.
|
# VDR plugin language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Vyacheslav Dikonov <sdiconov@mail.ru>, 2004
|
# Vyacheslav Dikonov <sdiconov@mail.ru>, 2004
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2007-10-13 11:52+0200\n"
|
"POT-Creation-Date: 2007-10-13 11:52+0200\n"
|
||||||
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
||||||
"Last-Translator: Vyacheslav Dikonov <sdiconov@mail.ru>\n"
|
"Last-Translator: Vyacheslav Dikonov <sdiconov@mail.ru>\n"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# VDR plugin language source file.
|
# VDR plugin language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Miha Setina <mihasetina@softhome.net>, 2000
|
# Miha Setina <mihasetina@softhome.net>, 2000
|
||||||
# Matjaz Thaler <matjaz.thaler@guest.arnes.si>, 2003
|
# Matjaz Thaler <matjaz.thaler@guest.arnes.si>, 2003
|
||||||
@ -7,7 +7,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2007-10-13 11:52+0200\n"
|
"POT-Creation-Date: 2007-10-13 11:52+0200\n"
|
||||||
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
||||||
"Last-Translator: Matjaz Thaler <matjaz.thaler@guest.arnes.si>\n"
|
"Last-Translator: Matjaz Thaler <matjaz.thaler@guest.arnes.si>\n"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# VDR plugin language source file.
|
# VDR plugin language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Tomas Prybil <tomas@prybil.se>, 2002
|
# Tomas Prybil <tomas@prybil.se>, 2002
|
||||||
# Jan Ekholm <chakie@infa.abo.fi>, 2003
|
# Jan Ekholm <chakie@infa.abo.fi>, 2003
|
||||||
@ -7,7 +7,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2007-10-13 11:52+0200\n"
|
"POT-Creation-Date: 2007-10-13 11:52+0200\n"
|
||||||
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
|
||||||
"Last-Translator: Tomas Prybil <tomas@prybil.se>\n"
|
"Last-Translator: Tomas Prybil <tomas@prybil.se>\n"
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
# VDR plugin language source file.
|
# VDR plugin language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Oktay Yolgeçen <oktay_73@yahoo.de>, 2007
|
# Oktay Yolgeçen <oktay_73@yahoo.de>, 2007
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2007-10-13 11:52+0200\n"
|
"POT-Creation-Date: 2007-10-13 11:52+0200\n"
|
||||||
"PO-Revision-Date: 2008-05-12 22:34:4800\n"
|
"PO-Revision-Date: 2008-05-12 22:34:4800\n"
|
||||||
"Last-Translator: Oktay Yolgeçen <oktay_73@yahoo.de>\n"
|
"Last-Translator: Oktay Yolgeçen <oktay_73@yahoo.de>\n"
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
This is a "plugin" for the Video Disk Recorder (VDR).
|
This is a "plugin" for the Video Disk Recorder (VDR).
|
||||||
|
|
||||||
Written by: Klaus Schmidinger <kls@cadsoft.de>
|
Written by: Klaus Schmidinger <kls@tvdr.de>
|
||||||
|
|
||||||
Project's homepage: http://www.cadsoft.de/vdr
|
Project's homepage: http://www.tvdr.de
|
||||||
|
|
||||||
Latest version available at: http://www.cadsoft.de/vdr
|
Latest version available at: http://www.tvdr.de
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# Makefile for a Video Disk Recorder plugin
|
# Makefile for a Video Disk Recorder plugin
|
||||||
#
|
#
|
||||||
# $Id: Makefile 1.2 2008/01/13 13:00:04 kls Exp $
|
# $Id: Makefile 2.1 2009/10/18 14:02:41 kls Exp $
|
||||||
|
|
||||||
# The official name of this plugin.
|
# The official name of this plugin.
|
||||||
# This name will be used in the '-P...' option of VDR to load the plugin.
|
# This name will be used in the '-P...' option of VDR to load the plugin.
|
||||||
@ -79,7 +79,7 @@ I18Npot = $(PODIR)/$(PLUGIN).pot
|
|||||||
msgfmt -c -o $@ $<
|
msgfmt -c -o $@ $<
|
||||||
|
|
||||||
$(I18Npot): $(wildcard *.c)
|
$(I18Npot): $(wildcard *.c)
|
||||||
xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='<vdr-bugs@cadsoft.de>' -o $@ $^
|
xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='<vdr-bugs@tvdr.de>' -o $@ $^
|
||||||
|
|
||||||
%.po: $(I18Npot)
|
%.po: $(I18Npot)
|
||||||
msgmerge -U --no-wrap --no-location --backup=none -q $@ $<
|
msgmerge -U --no-wrap --no-location --backup=none -q $@ $<
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
This is a "plugin" for the Video Disk Recorder (VDR).
|
This is a "plugin" for the Video Disk Recorder (VDR).
|
||||||
|
|
||||||
Written by: Klaus Schmidinger <kls@cadsoft.de>
|
Written by: Klaus Schmidinger <kls@tvdr.de>
|
||||||
|
|
||||||
Project's homepage: www.cadsoft.de/vdr
|
Project's homepage: http://www.tvdr.de
|
||||||
|
|
||||||
Latest version available at: www.cadsoft.de/vdr
|
Latest version available at: http://www.tvdr.de
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
# VDR plugin language source file.
|
# VDR plugin language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Klaus Schmidinger <kls@cadsoft.de>, 2008
|
# Klaus Schmidinger <kls@tvdr.de>, 2008
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2008-01-12 17:38+0100\n"
|
"POT-Creation-Date: 2008-01-12 17:38+0100\n"
|
||||||
"PO-Revision-Date: 2008-01-12 17:41+0100\n"
|
"PO-Revision-Date: 2008-01-12 17:41+0100\n"
|
||||||
"Last-Translator: Klaus Schmidinger <kls@cadsoft.de>\n"
|
"Last-Translator: Klaus Schmidinger <kls@tvdr.de>\n"
|
||||||
"Language-Team: German\n"
|
"Language-Team: German\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=ISO-8859-15\n"
|
"Content-Type: text/plain; charset=ISO-8859-15\n"
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
# VDR plugin language source file.
|
# VDR plugin language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Rolf Ahrenberg <rahrenbe@cc.hut.fi>, 2008
|
# Rolf Ahrenberg <rahrenbe@cc.hut.fi>, 2008
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2008-01-12 17:38+0100\n"
|
"POT-Creation-Date: 2008-01-12 17:38+0100\n"
|
||||||
"PO-Revision-Date: 2008-01-12 17:41+0100\n"
|
"PO-Revision-Date: 2008-01-12 17:41+0100\n"
|
||||||
"Last-Translator: Rolf Ahrenberg <rahrenbe@cc.hut.fi>\n"
|
"Last-Translator: Rolf Ahrenberg <rahrenbe@cc.hut.fi>\n"
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
# VDR plugin language source file.
|
# VDR plugin language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Patrice Staudt <patrice.staudt@laposte.net>, 2008
|
# Patrice Staudt <patrice.staudt@laposte.net>, 2008
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2008-01-12 17:38+0100\n"
|
"POT-Creation-Date: 2008-01-12 17:38+0100\n"
|
||||||
"PO-Revision-Date: 2008-01-12 17:41+0100\n"
|
"PO-Revision-Date: 2008-01-12 17:41+0100\n"
|
||||||
"Last-Translator: Patrice Staudt <patrice.staudt@laposte.net>\n"
|
"Last-Translator: Patrice Staudt <patrice.staudt@laposte.net>\n"
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
# VDR plugin language source file.
|
# VDR plugin language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Diego Pierotto <vdr-italian@tiscali.it>, 2008
|
# Diego Pierotto <vdr-italian@tiscali.it>, 2008
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2008-01-12 17:38+0100\n"
|
"POT-Creation-Date: 2008-01-12 17:38+0100\n"
|
||||||
"PO-Revision-Date: 2008-01-27 20:22+0100\n"
|
"PO-Revision-Date: 2008-01-27 20:22+0100\n"
|
||||||
"Last-Translator: Diego Pierotto <vdr-italian@tiscali.it>\n"
|
"Last-Translator: Diego Pierotto <vdr-italian@tiscali.it>\n"
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
# VDR plugin language source file.
|
# VDR plugin language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Alexander Gross <Bikalexander@gmail.com>, 2008
|
# Alexander Gross <Bikalexander@gmail.com>, 2008
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2008-01-12 17:38+0100\n"
|
"POT-Creation-Date: 2008-01-12 17:38+0100\n"
|
||||||
"PO-Revision-Date: 2008-03-14 00:45+0100\n"
|
"PO-Revision-Date: 2008-03-14 00:45+0100\n"
|
||||||
"Last-Translator: Alexander Gross <Bikalexander@gmail.com>\n"
|
"Last-Translator: Alexander Gross <Bikalexander@gmail.com>\n"
|
||||||
|
@ -2,9 +2,9 @@ This is a "plugin" for the Video Disk Recorder (VDR).
|
|||||||
|
|
||||||
Written by: Udo Richter <udo_richter@gmx.de>
|
Written by: Udo Richter <udo_richter@gmx.de>
|
||||||
|
|
||||||
Project's homepage: www.cadsoft.de/vdr
|
Project's homepage: http://www.tvdr.de
|
||||||
|
|
||||||
Latest version available at: www.cadsoft.de/vdr
|
Latest version available at: http://www.tvdr.de
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# Makefile for a Video Disk Recorder plugin
|
# Makefile for a Video Disk Recorder plugin
|
||||||
#
|
#
|
||||||
# $Id: Makefile 1.15 2008/01/19 11:40:33 kls Exp $
|
# $Id: Makefile 2.1 2009/10/18 14:03:30 kls Exp $
|
||||||
|
|
||||||
# The official name of this plugin.
|
# The official name of this plugin.
|
||||||
# This name will be used in the '-P...' option of VDR to load the plugin.
|
# This name will be used in the '-P...' option of VDR to load the plugin.
|
||||||
@ -79,7 +79,7 @@ I18Npot = $(PODIR)/$(PLUGIN).pot
|
|||||||
msgfmt -c -o $@ $<
|
msgfmt -c -o $@ $<
|
||||||
|
|
||||||
$(I18Npot): $(wildcard *.c)
|
$(I18Npot): $(wildcard *.c)
|
||||||
xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='<vdr-bugs@cadsoft.de>' -o $@ $^
|
xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='<vdr-bugs@tvdr.de>' -o $@ $^
|
||||||
|
|
||||||
%.po: $(I18Npot)
|
%.po: $(I18Npot)
|
||||||
msgmerge -U --no-wrap --no-location --backup=none -q $@ $<
|
msgmerge -U --no-wrap --no-location --backup=none -q $@ $<
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
This is a "plugin" for the Video Disk Recorder (VDR).
|
This is a "plugin" for the Video Disk Recorder (VDR).
|
||||||
|
|
||||||
Written by: Klaus Schmidinger <kls@cadsoft.de>
|
Written by: Klaus Schmidinger <kls@tvdr.de>
|
||||||
|
|
||||||
Project's homepage: www.cadsoft.de/vdr
|
Project's homepage: http://www.tvdr.de
|
||||||
|
|
||||||
Latest version available at: www.cadsoft.de/vdr
|
Latest version available at: http://www.tvdr.de
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
# VDR plugin language source file.
|
# VDR plugin language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Klaus Schmidinger <kls@cadsoft.de>, 2007
|
# Klaus Schmidinger <kls@tvdr.de>, 2007
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2007-08-15 16:04+0200\n"
|
"POT-Creation-Date: 2007-08-15 16:04+0200\n"
|
||||||
"PO-Revision-Date: 2007-08-15 16:07+0200\n"
|
"PO-Revision-Date: 2007-08-15 16:07+0200\n"
|
||||||
"Last-Translator: Klaus Schmidinger <kls@cadsoft.de>\n"
|
"Last-Translator: Klaus Schmidinger <kls@tvdr.de>\n"
|
||||||
"Language-Team: German\n"
|
"Language-Team: German\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=ISO-8859-15\n"
|
"Content-Type: text/plain; charset=ISO-8859-15\n"
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
# VDR plugin language source file.
|
# VDR plugin language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Rolf Ahrenberg <rahrenbe@cc.hut.fi>, 2007
|
# Rolf Ahrenberg <rahrenbe@cc.hut.fi>, 2007
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2007-08-14 20:54+0300\n"
|
"POT-Creation-Date: 2007-08-14 20:54+0300\n"
|
||||||
"PO-Revision-Date: 2007-08-14 20:48+0300\n"
|
"PO-Revision-Date: 2007-08-14 20:48+0300\n"
|
||||||
"Last-Translator: Rolf Ahrenberg <rahrenbe@cc.hut.fi>\n"
|
"Last-Translator: Rolf Ahrenberg <rahrenbe@cc.hut.fi>\n"
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
# VDR plugin language source file.
|
# VDR plugin language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Diego Pierotto <vdr-italian@tiscali.it>, 2008
|
# Diego Pierotto <vdr-italian@tiscali.it>, 2008
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2007-08-15 16:04+0200\n"
|
"POT-Creation-Date: 2007-08-15 16:04+0200\n"
|
||||||
"PO-Revision-Date: 2008-01-27 20:35+0100\n"
|
"PO-Revision-Date: 2008-01-27 20:35+0100\n"
|
||||||
"Last-Translator: Diego Pierotto <vdr-italian@tiscali.it>\n"
|
"Last-Translator: Diego Pierotto <vdr-italian@tiscali.it>\n"
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
# VDR plugin language source file.
|
# VDR plugin language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Alexander Gross <Bikalexander@gmail.com>, 2008
|
# Alexander Gross <Bikalexander@gmail.com>, 2008
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2007-08-15 16:04+0200\n"
|
"POT-Creation-Date: 2007-08-15 16:04+0200\n"
|
||||||
"PO-Revision-Date: 2008-03-14 00:21+0100\n"
|
"PO-Revision-Date: 2008-03-14 00:21+0100\n"
|
||||||
"Last-Translator: Alexander Gross <Bikalexander@gmail.com>\n"
|
"Last-Translator: Alexander Gross <Bikalexander@gmail.com>\n"
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
This is a "plugin" for the Video Disk Recorder (VDR).
|
This is a "plugin" for the Video Disk Recorder (VDR).
|
||||||
|
|
||||||
Written by: Klaus Schmidinger <kls@cadsoft.de>
|
Written by: Klaus Schmidinger <kls@tvdr.de>
|
||||||
|
|
||||||
Project's homepage: www.cadsoft.de/vdr
|
Project's homepage: http://www.tvdr.de
|
||||||
|
|
||||||
Latest version available at: www.cadsoft.de/vdr
|
Latest version available at: http://www.tvdr.de
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
#
|
#
|
||||||
# See the README file for copyright information and how to reach the author.
|
# See the README file for copyright information and how to reach the author.
|
||||||
#
|
#
|
||||||
# $Id: getskyepg.pl 1.7 2008/03/22 10:17:42 kls Exp $
|
# $Id: getskyepg.pl 2.1 2009/10/18 14:05:47 kls Exp $
|
||||||
|
|
||||||
use Getopt::Std;
|
use Getopt::Std;
|
||||||
use Time::Local;
|
use Time::Local;
|
||||||
@ -35,10 +35,10 @@ $User = $opt_U;
|
|||||||
|
|
||||||
# See "Rules for using this data" on http://bleb.org/tv/data/listings.
|
# See "Rules for using this data" on http://bleb.org/tv/data/listings.
|
||||||
# In case you modify this script in a way that changes its behavior
|
# In case you modify this script in a way that changes its behavior
|
||||||
# towards the www.bleb.org website, please replace 'vdrbugs@cadsoft.de'
|
# towards the www.bleb.org website, please replace 'vdr-bugs@tvdr.de'
|
||||||
# with your own email address! That way Andrew Flegg <andrew@bleb.org>,
|
# with your own email address! That way Andrew Flegg <andrew@bleb.org>,
|
||||||
# who runs that web site, can contact you in case of problems.
|
# who runs that web site, can contact you in case of problems.
|
||||||
$IDENT = "VDR::getskyepg.pl, http://www.cadsoft.de/vdr - vdrbugs\@cadsoft.de";
|
$IDENT = "VDR::getskyepg.pl, http://www.tvdr.de - vdr-bugs\@tvdr.de";
|
||||||
$GAP = 2;
|
$GAP = 2;
|
||||||
|
|
||||||
$SkyWebPage = "www.bleb.org/tv/data/listings";
|
$SkyWebPage = "www.bleb.org/tv/data/listings";
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
This is a "plugin" for the Video Disk Recorder (VDR).
|
This is a "plugin" for the Video Disk Recorder (VDR).
|
||||||
|
|
||||||
Written by: Klaus Schmidinger <kls@cadsoft.de>
|
Written by: Klaus Schmidinger <kls@tvdr.de>
|
||||||
|
|
||||||
Project's homepage: www.cadsoft.de/people/kls/vdr
|
Project's homepage: http://www.tvdr.de
|
||||||
|
|
||||||
Latest version available at: www.cadsoft.de/people/kls/vdr/software.htm
|
Latest version available at: http://www.tvdr.de
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
This is a "plugin" for the Video Disk Recorder (VDR).
|
This is a "plugin" for the Video Disk Recorder (VDR).
|
||||||
|
|
||||||
Written by: Klaus Schmidinger <Klaus.Schmidinger@cadsoft.de>
|
Written by: Klaus Schmidinger <Klaus.Schmidinger@tvdr.de>
|
||||||
|
|
||||||
Project's homepage: http://www.cadsoft.de/vdr
|
Project's homepage: http://www.tvdr.de
|
||||||
|
|
||||||
Latest version available at: http://www.cadsoft.de/vdr
|
Latest version available at: http://www.tvdr.de
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
4
README
4
README
@ -4,7 +4,7 @@ Video Disk Recorder ('VDR')
|
|||||||
These files contain the source code of the "Video Disk Recorder",
|
These files contain the source code of the "Video Disk Recorder",
|
||||||
which is based on the DVB driver of the LinuxTV project (http://linuxtv.org).
|
which is based on the DVB driver of the LinuxTV project (http://linuxtv.org).
|
||||||
For details about the "Video Disk Recorder" project please
|
For details about the "Video Disk Recorder" project please
|
||||||
refer to http://www.cadsoft.de/vdr.
|
refer to http://www.tvdr.de.
|
||||||
|
|
||||||
There is also a remote control unit described on those
|
There is also a remote control unit described on those
|
||||||
Web pages, which can be used within this program.
|
Web pages, which can be used within this program.
|
||||||
@ -17,7 +17,7 @@ The MANUAL file describes how to operate the VDR.
|
|||||||
The CONTRIBUTORS file lists all the people who have contributed to the
|
The CONTRIBUTORS file lists all the people who have contributed to the
|
||||||
development of VDR.
|
development of VDR.
|
||||||
|
|
||||||
The author can be contacted at kls@cadsoft.de.
|
The author can be contacted at kls@tvdr.de.
|
||||||
|
|
||||||
Yet another "set-top box"?
|
Yet another "set-top box"?
|
||||||
--------------------------
|
--------------------------
|
||||||
|
@ -52,5 +52,5 @@ How to maintain an existing language file
|
|||||||
|
|
||||||
Once you have created or updated a translation file, please
|
Once you have created or updated a translation file, please
|
||||||
send it to the maintainer of the respective plugin (in case
|
send it to the maintainer of the respective plugin (in case
|
||||||
it belongs to a plugin) or to kls@cadsoft.de (for core VDR
|
it belongs to a plugin) or to kls@tvdr.de (for core VDR
|
||||||
language files).
|
language files).
|
||||||
|
@ -10,7 +10,7 @@ Plugins:
|
|||||||
- Implemented a universal plugin interface. See the file PLUGINS.html
|
- Implemented a universal plugin interface. See the file PLUGINS.html
|
||||||
for a detailed description. The man page vdr(1) describes the new options '-L'
|
for a detailed description. The man page vdr(1) describes the new options '-L'
|
||||||
and '-P' used to load plugins.
|
and '-P' used to load plugins.
|
||||||
See http://www.cadsoft.de/vdr/plugins.htm for a list of available plugins.
|
See http://www.tvdr.de/plugins.htm for a list of available plugins.
|
||||||
- Rearranged the remote control key handling to allow plugins to implement
|
- Rearranged the remote control key handling to allow plugins to implement
|
||||||
additional types of remote controls (see PLUGINS.html, section "Remote Control").
|
additional types of remote controls (see PLUGINS.html, section "Remote Control").
|
||||||
The previously used files 'keys.conf' and 'keys-pc.conf' have been replaced
|
The previously used files 'keys.conf' and 'keys-pc.conf' have been replaced
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
# See the main source file 'vdr.c' for copyright information and
|
# See the main source file 'vdr.c' for copyright information and
|
||||||
# how to reach the author.
|
# how to reach the author.
|
||||||
#
|
#
|
||||||
# $Id: i18n-to-gettext.pl 1.6 2007/11/04 10:57:36 kls Exp $
|
# $Id: i18n-to-gettext.pl 2.1 2009/10/18 14:07:49 kls Exp $
|
||||||
|
|
||||||
# How to convert an actual plugin:
|
# How to convert an actual plugin:
|
||||||
#
|
#
|
||||||
@ -87,7 +87,7 @@ die "can't find internationalized texts!" unless ($I18NFILE);
|
|||||||
# Plugin specific information:
|
# Plugin specific information:
|
||||||
|
|
||||||
$TITLE = "VDR plugin language source file";
|
$TITLE = "VDR plugin language source file";
|
||||||
$COPYRIGHT = "2007 Klaus Schmidinger <kls\@cadsoft.de>";
|
$COPYRIGHT = "2007 Klaus Schmidinger <kls\@tvdr.de>";
|
||||||
$PACKAGE = "VDR";
|
$PACKAGE = "VDR";
|
||||||
$VERSION = "1.5.7";
|
$VERSION = "1.5.7";
|
||||||
$MSGIDBUGS = "" || die "enter your email address here"; # escape the '@', as in "user\@domain.tld"
|
$MSGIDBUGS = "" || die "enter your email address here"; # escape the '@', as in "user\@domain.tld"
|
||||||
@ -152,8 +152,8 @@ $POTFILE = "$PODIR/$PLUGIN.pot";
|
|||||||
);
|
);
|
||||||
|
|
||||||
@TRANSLATORS = (
|
@TRANSLATORS = (
|
||||||
"Klaus Schmidinger <kls\@cadsoft.de>, 2000",
|
"Klaus Schmidinger <kls\@tvdr.de>, 2000",
|
||||||
"Klaus Schmidinger <kls\@cadsoft.de>, 2000",
|
"Klaus Schmidinger <kls\@tvdr.de>, 2000",
|
||||||
"Miha Setina <mihasetina\@softhome.net>, 2000; Matjaz Thaler <matjaz.thaler\@guest.arnes.si>, 2003",
|
"Miha Setina <mihasetina\@softhome.net>, 2000; Matjaz Thaler <matjaz.thaler\@guest.arnes.si>, 2003",
|
||||||
"Alberto Carraro <bertocar\@tin.it>, 2001; Antonio Ospite <ospite\@studenti.unina.it>, 2003; Sean Carlos <seanc\@libero.it>, 2005",
|
"Alberto Carraro <bertocar\@tin.it>, 2001; Antonio Ospite <ospite\@studenti.unina.it>, 2003; Sean Carlos <seanc\@libero.it>, 2005",
|
||||||
"Arnold Niessen <niessen\@iae.nl> <arnold.niessen\@philips.com>, 2001; Hans Dingemans <hans.dingemans\@tacticalops.nl>, 2003; Maarten Wisse <Maarten.Wisse\@urz.uni-hd.de>, 2005",
|
"Arnold Niessen <niessen\@iae.nl> <arnold.niessen\@philips.com>, 2001; Hans Dingemans <hans.dingemans\@tacticalops.nl>, 2003; Maarten Wisse <Maarten.Wisse\@urz.uni-hd.de>, 2005",
|
||||||
@ -177,8 +177,8 @@ $POTFILE = "$PODIR/$PLUGIN.pot";
|
|||||||
);
|
);
|
||||||
|
|
||||||
@LASTTRANSLATOR = (
|
@LASTTRANSLATOR = (
|
||||||
"Klaus Schmidinger <kls\@cadsoft.de>",
|
"Klaus Schmidinger <kls\@tvdr.de>",
|
||||||
"Klaus Schmidinger <kls\@cadsoft.de>",
|
"Klaus Schmidinger <kls\@tvdr.de>",
|
||||||
"Matjaz Thaler <matjaz.thaler\@guest.arnes.si>",
|
"Matjaz Thaler <matjaz.thaler\@guest.arnes.si>",
|
||||||
"Sean Carlos <seanc\@libero.it>",
|
"Sean Carlos <seanc\@libero.it>",
|
||||||
"Maarten Wisse <Maarten.Wisse\@urz.uni-hd.de>",
|
"Maarten Wisse <Maarten.Wisse\@urz.uni-hd.de>",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# VDR language source file.
|
# VDR language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Marc Rovira Vall <tm05462@salleURL.edu>, 2003
|
# Marc Rovira Vall <tm05462@salleURL.edu>, 2003
|
||||||
# Ramon Roca <ramon.roca@xcombo.com>, 2003
|
# Ramon Roca <ramon.roca@xcombo.com>, 2003
|
||||||
@ -9,7 +9,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2009-05-21 13:18+0200\n"
|
"POT-Creation-Date: 2009-05-21 13:18+0200\n"
|
||||||
"PO-Revision-Date: 2008-03-02 19:02+0100\n"
|
"PO-Revision-Date: 2008-03-02 19:02+0100\n"
|
||||||
"Last-Translator: Luca Olivetti <luca@ventoso.org>\n"
|
"Last-Translator: Luca Olivetti <luca@ventoso.org>\n"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# VDR language source file.
|
# VDR language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Vladimír Bárta <vladimir.barta@k2atmitec.cz>, 2006, 2008
|
# Vladimír Bárta <vladimir.barta@k2atmitec.cz>, 2006, 2008
|
||||||
# Jiøí Dobrý <jdobry@centrum.cz>, 2008
|
# Jiøí Dobrý <jdobry@centrum.cz>, 2008
|
||||||
@ -7,7 +7,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2009-05-21 13:18+0200\n"
|
"POT-Creation-Date: 2009-05-21 13:18+0200\n"
|
||||||
"PO-Revision-Date: 2008-02-28 15:00+0200\n"
|
"PO-Revision-Date: 2008-02-28 15:00+0200\n"
|
||||||
"Last-Translator: Vladimír Bárta <vladimir.barta@k2atmitec.cz>, Jiøí Dobrý <jdobry@centrum.cz>\n"
|
"Last-Translator: Vladimír Bárta <vladimir.barta@k2atmitec.cz>, Jiøí Dobrý <jdobry@centrum.cz>\n"
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
# VDR language source file.
|
# VDR language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Mogens Elneff <mogens@elneff.dk>, 2004, 2008
|
# Mogens Elneff <mogens@elneff.dk>, 2004, 2008
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2009-05-21 13:18+0200\n"
|
"POT-Creation-Date: 2009-05-21 13:18+0200\n"
|
||||||
"PO-Revision-Date: 2007-08-12 14:17+0200\n"
|
"PO-Revision-Date: 2007-08-12 14:17+0200\n"
|
||||||
"Last-Translator: Mogens Elneff <mogens@elneff.dk>\n"
|
"Last-Translator: Mogens Elneff <mogens@elneff.dk>\n"
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
# VDR language source file.
|
# VDR language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Klaus Schmidinger <kls@cadsoft.de>, 2000-2008
|
# Klaus Schmidinger <kls@tvdr.de>, 2000-2008
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2009-05-21 13:18+0200\n"
|
"POT-Creation-Date: 2009-05-21 13:18+0200\n"
|
||||||
"PO-Revision-Date: 2007-11-25 15:19+0200\n"
|
"PO-Revision-Date: 2007-11-25 15:19+0200\n"
|
||||||
"Last-Translator: Klaus Schmidinger <kls@cadsoft.de>\n"
|
"Last-Translator: Klaus Schmidinger <kls@tvdr.de>\n"
|
||||||
"Language-Team: German\n"
|
"Language-Team: German\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=ISO-8859-15\n"
|
"Content-Type: text/plain; charset=ISO-8859-15\n"
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
# VDR language source file.
|
# VDR language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Dimitrios Dimitrakos <mail@dimitrios.de>, 2002, 2006
|
# Dimitrios Dimitrakos <mail@dimitrios.de>, 2002, 2006
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2009-05-21 13:18+0200\n"
|
"POT-Creation-Date: 2009-05-21 13:18+0200\n"
|
||||||
"PO-Revision-Date: 2007-08-12 14:17+0200\n"
|
"PO-Revision-Date: 2007-08-12 14:17+0200\n"
|
||||||
"Last-Translator: Dimitrios Dimitrakos <mail@dimitrios.de>\n"
|
"Last-Translator: Dimitrios Dimitrakos <mail@dimitrios.de>\n"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# VDR language source file.
|
# VDR language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Ruben Nunez Francisco <ruben.nunez@tang-it.com>, 2002, 2006
|
# Ruben Nunez Francisco <ruben.nunez@tang-it.com>, 2002, 2006
|
||||||
# Luca Olivetti <luca@ventoso.org>, 2008
|
# Luca Olivetti <luca@ventoso.org>, 2008
|
||||||
@ -7,7 +7,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2009-05-21 13:18+0200\n"
|
"POT-Creation-Date: 2009-05-21 13:18+0200\n"
|
||||||
"PO-Revision-Date: 2008-03-02 19:02+0100\n"
|
"PO-Revision-Date: 2008-03-02 19:02+0100\n"
|
||||||
"Last-Translator: Luca Olivetti <luca@ventoso.org>\n"
|
"Last-Translator: Luca Olivetti <luca@ventoso.org>\n"
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
# VDR language source file.
|
# VDR language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Arthur Konovalov <kasjas@hot.ee>, 2004, 2005, 2006, 2007
|
# Arthur Konovalov <kasjas@hot.ee>, 2004, 2005, 2006, 2007
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2009-05-21 13:18+0200\n"
|
"POT-Creation-Date: 2009-05-21 13:18+0200\n"
|
||||||
"PO-Revision-Date: 2007-08-12 14:17+0200\n"
|
"PO-Revision-Date: 2007-08-12 14:17+0200\n"
|
||||||
"Last-Translator: Arthur Konovalov <kasjas@hot.ee>\n"
|
"Last-Translator: Arthur Konovalov <kasjas@hot.ee>\n"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# VDR language source file.
|
# VDR language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Hannu Savolainen <hannu@opensound.com>, 2002
|
# Hannu Savolainen <hannu@opensound.com>, 2002
|
||||||
# Jaakko Hyvätti <jaakko@hyvatti.iki.fi>, 2002, 2003
|
# Jaakko Hyvätti <jaakko@hyvatti.iki.fi>, 2002, 2003
|
||||||
@ -9,7 +9,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2009-05-21 13:18+0200\n"
|
"POT-Creation-Date: 2009-05-21 13:18+0200\n"
|
||||||
"PO-Revision-Date: 2007-08-15 15:52+0200\n"
|
"PO-Revision-Date: 2007-08-15 15:52+0200\n"
|
||||||
"Last-Translator: Rolf Ahrenberg <rahrenbe@cc.hut.fi>\n"
|
"Last-Translator: Rolf Ahrenberg <rahrenbe@cc.hut.fi>\n"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# VDR language source file.
|
# VDR language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Jean-Claude Repetto <jc@repetto.org>, 2001, 2002, 2008
|
# Jean-Claude Repetto <jc@repetto.org>, 2001, 2002, 2008
|
||||||
# Olivier Jacques <jacquesolivier@hotmail.com>, 2003, 2005
|
# Olivier Jacques <jacquesolivier@hotmail.com>, 2003, 2005
|
||||||
@ -12,7 +12,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2009-05-21 13:18+0200\n"
|
"POT-Creation-Date: 2009-05-21 13:18+0200\n"
|
||||||
"PO-Revision-Date: 2008-02-27 18:14+0100\n"
|
"PO-Revision-Date: 2008-02-27 18:14+0100\n"
|
||||||
"Last-Translator: Jean-Claude Repetto <jc@repetto.org>\n"
|
"Last-Translator: Jean-Claude Repetto <jc@repetto.org>\n"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# VDR language source file.
|
# VDR language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Drazen Dupor <drazen.dupor@dupor.com>, 2004, 2005
|
# Drazen Dupor <drazen.dupor@dupor.com>, 2004, 2005
|
||||||
# Dino Ravnic <dino.ravnic@fer.hr>, 2004
|
# Dino Ravnic <dino.ravnic@fer.hr>, 2004
|
||||||
@ -8,7 +8,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2009-05-21 13:18+0200\n"
|
"POT-Creation-Date: 2009-05-21 13:18+0200\n"
|
||||||
"PO-Revision-Date: 2008-03-17 19:00+0100\n"
|
"PO-Revision-Date: 2008-03-17 19:00+0100\n"
|
||||||
"Last-Translator: Adrian Caval <anrxc@sysphere.org>\n"
|
"Last-Translator: Adrian Caval <anrxc@sysphere.org>\n"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# VDR language source file.
|
# VDR language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Istvan Koenigsberger <istvnko@hotmail.com>, 2002, 2003, 2006
|
# Istvan Koenigsberger <istvnko@hotmail.com>, 2002, 2003, 2006
|
||||||
# Guido Josten <guido.josten@t-online.de>, 2002, 2003, 2006
|
# Guido Josten <guido.josten@t-online.de>, 2002, 2003, 2006
|
||||||
@ -9,7 +9,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2009-05-21 13:18+0200\n"
|
"POT-Creation-Date: 2009-05-21 13:18+0200\n"
|
||||||
"PO-Revision-Date: 2007-12-01 21:42+0200\n"
|
"PO-Revision-Date: 2007-12-01 21:42+0200\n"
|
||||||
"Last-Translator: István Füley <ifuley@tigercomp.ro>\n"
|
"Last-Translator: István Füley <ifuley@tigercomp.ro>\n"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# VDR language source file.
|
# VDR language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Alberto Carraro <bertocar@tin.it>, 2001
|
# Alberto Carraro <bertocar@tin.it>, 2001
|
||||||
# Antonio Ospite <ospite@studenti.unina.it>, 2003, 2006
|
# Antonio Ospite <ospite@studenti.unina.it>, 2003, 2006
|
||||||
@ -10,7 +10,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2009-05-21 13:18+0200\n"
|
"POT-Creation-Date: 2009-05-21 13:18+0200\n"
|
||||||
"PO-Revision-Date: 2009-08-29 11:16+0100\n"
|
"PO-Revision-Date: 2009-08-29 11:16+0100\n"
|
||||||
"Last-Translator: Diego Pierotto <vdr-italian@tiscali.it>\n"
|
"Last-Translator: Diego Pierotto <vdr-italian@tiscali.it>\n"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# VDR language source file.
|
# VDR language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Arnold Niessen <niessen@iae.nl> <arnold.niessen@philips.com>, 2001
|
# Arnold Niessen <niessen@iae.nl> <arnold.niessen@philips.com>, 2001
|
||||||
# Hans Dingemans <hans.dingemans@tacticalops.nl>, 2003, 2005
|
# Hans Dingemans <hans.dingemans@tacticalops.nl>, 2003, 2005
|
||||||
@ -10,7 +10,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2009-05-21 13:18+0200\n"
|
"POT-Creation-Date: 2009-05-21 13:18+0200\n"
|
||||||
"PO-Revision-Date: 2008-02-26 17:20+0100\n"
|
"PO-Revision-Date: 2008-02-26 17:20+0100\n"
|
||||||
"Last-Translator: Johan Schuring <johan.schuring@vetteblei.nl>\n"
|
"Last-Translator: Johan Schuring <johan.schuring@vetteblei.nl>\n"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# VDR language source file.
|
# VDR language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Jørgen Tvedt <pjtvedt@online.no>, 2001
|
# Jørgen Tvedt <pjtvedt@online.no>, 2001
|
||||||
# Truls Slevigen <truls@slevigen.no>, 2002
|
# Truls Slevigen <truls@slevigen.no>, 2002
|
||||||
@ -7,7 +7,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2009-05-21 13:18+0200\n"
|
"POT-Creation-Date: 2009-05-21 13:18+0200\n"
|
||||||
"PO-Revision-Date: 2007-08-12 14:17+0200\n"
|
"PO-Revision-Date: 2007-08-12 14:17+0200\n"
|
||||||
"Last-Translator: Truls Slevigen <truls@slevigen.no>\n"
|
"Last-Translator: Truls Slevigen <truls@slevigen.no>\n"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# VDR language source file.
|
# VDR language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Michael Rakowski <mrak@gmx.de>, 2002, 2003, 2008
|
# Michael Rakowski <mrak@gmx.de>, 2002, 2003, 2008
|
||||||
# Jaroslaw Swierczynski <swiergot@gmail.com>, 2006
|
# Jaroslaw Swierczynski <swiergot@gmail.com>, 2006
|
||||||
@ -7,7 +7,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2009-05-21 13:18+0200\n"
|
"POT-Creation-Date: 2009-05-21 13:18+0200\n"
|
||||||
"PO-Revision-Date: 2008-03-09 12:59+0100\n"
|
"PO-Revision-Date: 2008-03-09 12:59+0100\n"
|
||||||
"Last-Translator: Michael Rakowski <mrak@gmx.de>\n"
|
"Last-Translator: Michael Rakowski <mrak@gmx.de>\n"
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
# VDR language source file.
|
# VDR language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Paulo Lopes <pmml@netvita.pt>, 2001
|
# Paulo Lopes <pmml@netvita.pt>, 2001
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2009-05-21 13:18+0200\n"
|
"POT-Creation-Date: 2009-05-21 13:18+0200\n"
|
||||||
"PO-Revision-Date: 2008-03-18 17:04+0100\n"
|
"PO-Revision-Date: 2008-03-18 17:04+0100\n"
|
||||||
"Last-Translator: anonymous\n"
|
"Last-Translator: anonymous\n"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# VDR language source file.
|
# VDR language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Paul Lacatus <paul@campina.iiruc.ro>, 2002
|
# Paul Lacatus <paul@campina.iiruc.ro>, 2002
|
||||||
# Lucian Muresan <lucianm@users.sourceforge.net>, 2004, 2005, 2006, 2008
|
# Lucian Muresan <lucianm@users.sourceforge.net>, 2004, 2005, 2006, 2008
|
||||||
@ -7,7 +7,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2009-05-21 13:18+0200\n"
|
"POT-Creation-Date: 2009-05-21 13:18+0200\n"
|
||||||
"PO-Revision-Date: 2008-02-25 00:39+0100\n"
|
"PO-Revision-Date: 2008-02-25 00:39+0100\n"
|
||||||
"Last-Translator: Lucian Muresan <lucianm@users.sourceforge.net>\n"
|
"Last-Translator: Lucian Muresan <lucianm@users.sourceforge.net>\n"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# VDR language source file.
|
# VDR language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Vyacheslav Dikonov <sdiconov@mail.ru>, 2004, 2005
|
# Vyacheslav Dikonov <sdiconov@mail.ru>, 2004, 2005
|
||||||
# Oleg Roitburd <oleg@roitburd.de>, 2005, 2006, 2007, 2008
|
# Oleg Roitburd <oleg@roitburd.de>, 2005, 2006, 2007, 2008
|
||||||
@ -7,7 +7,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2009-05-21 13:18+0200\n"
|
"POT-Creation-Date: 2009-05-21 13:18+0200\n"
|
||||||
"PO-Revision-Date: 2008-12-15 14:37+0100\n"
|
"PO-Revision-Date: 2008-12-15 14:37+0100\n"
|
||||||
"Last-Translator: Oleg Roitburd <oleg@roitburd.de>\n"
|
"Last-Translator: Oleg Roitburd <oleg@roitburd.de>\n"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# VDR language source file.
|
# VDR language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Miha Setina <mihasetina@softhome.net>, 2000
|
# Miha Setina <mihasetina@softhome.net>, 2000
|
||||||
# Matjaz Thaler <matjaz.thaler@guest.arnes.si>, 2003, 2005, 2006, 2008
|
# Matjaz Thaler <matjaz.thaler@guest.arnes.si>, 2003, 2005, 2006, 2008
|
||||||
@ -7,7 +7,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2009-05-21 13:18+0200\n"
|
"POT-Creation-Date: 2009-05-21 13:18+0200\n"
|
||||||
"PO-Revision-Date: 2008-02-28 19:44+0100\n"
|
"PO-Revision-Date: 2008-02-28 19:44+0100\n"
|
||||||
"Last-Translator: Matjaz Thaler <matjaz.thaler@guest.arnes.si>\n"
|
"Last-Translator: Matjaz Thaler <matjaz.thaler@guest.arnes.si>\n"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# VDR language source file.
|
# VDR language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Tomas Prybil <tomas@prybil.se>, 2002, 2003, 2005, 2006
|
# Tomas Prybil <tomas@prybil.se>, 2002, 2003, 2005, 2006
|
||||||
# Jan Ekholm <chakie@infa.abo.fi>, 2003
|
# Jan Ekholm <chakie@infa.abo.fi>, 2003
|
||||||
@ -9,7 +9,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2009-05-21 13:18+0200\n"
|
"POT-Creation-Date: 2009-05-21 13:18+0200\n"
|
||||||
"PO-Revision-Date: 2008-03-12 18:25+0100\n"
|
"PO-Revision-Date: 2008-03-12 18:25+0100\n"
|
||||||
"Last-Translator: Magnus Andersson <svankan@bahnhof.se>\n"
|
"Last-Translator: Magnus Andersson <svankan@bahnhof.se>\n"
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
# VDR language source file.
|
# VDR language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Oktay Yolgeçen <oktay_73@yahoo.de>, 2007, 2008
|
# Oktay Yolgeçen <oktay_73@yahoo.de>, 2007, 2008
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2009-05-21 13:18+0200\n"
|
"POT-Creation-Date: 2009-05-21 13:18+0200\n"
|
||||||
"PO-Revision-Date: 2008-02-28 00:33+0100\n"
|
"PO-Revision-Date: 2008-02-28 00:33+0100\n"
|
||||||
"Last-Translator: Oktay Yolgeçen <oktay_73@yahoo.de>\n"
|
"Last-Translator: Oktay Yolgeçen <oktay_73@yahoo.de>\n"
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
# VDR language source file.
|
# VDR language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Yarema Aka Knedlyk <yupadmin@gmail.com>, 2007, 2008
|
# Yarema Aka Knedlyk <yupadmin@gmail.com>, 2007, 2008
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.7.7\n"
|
"Project-Id-Version: VDR 1.7.7\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2009-05-31 11:11+0200\n"
|
"POT-Creation-Date: 2009-05-31 11:11+0200\n"
|
||||||
"PO-Revision-Date: 2009-05-31 13:17+0200\n"
|
"PO-Revision-Date: 2009-05-31 13:17+0200\n"
|
||||||
"Last-Translator: Yarema aka Knedlyk <yupadmin@gmail.com>\n"
|
"Last-Translator: Yarema aka Knedlyk <yupadmin@gmail.com>\n"
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
# VDR language source file.
|
# VDR language source file.
|
||||||
# Copyright (C) 2008 Klaus Schmidinger <kls@cadsoft.de>
|
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
|
||||||
# This file is distributed under the same license as the VDR package.
|
# This file is distributed under the same license as the VDR package.
|
||||||
# Nan Feng <nfgx@21cn.com>, 2008
|
# Nan Feng <nfgx@21cn.com>, 2008
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 1.6.0\n"
|
"Project-Id-Version: VDR 1.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
|
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
|
||||||
"POT-Creation-Date: 2009-05-21 13:18+0200\n"
|
"POT-Creation-Date: 2009-05-21 13:18+0200\n"
|
||||||
"PO-Revision-Date: 2008-03-21 08:44+0800\n"
|
"PO-Revision-Date: 2008-03-21 08:44+0800\n"
|
||||||
"Last-Translator: Nan Feng <nfgx@21cn.com>\n"
|
"Last-Translator: Nan Feng <nfgx@21cn.com>\n"
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
# '/' means same (or very little deviation) orbital position & host.
|
# '/' means same (or very little deviation) orbital position & host.
|
||||||
# A value in () means this satellite is still in it's test phase.
|
# A value in () means this satellite is still in it's test phase.
|
||||||
#
|
#
|
||||||
# Please contact kls@cadsoft.de before assigning a new code
|
# Please contact kls@tvdr.de before assigning a new code
|
||||||
# to a description, in order to keep them unique.
|
# to a description, in order to keep them unique.
|
||||||
|
|
||||||
# Satellites
|
# Satellites
|
||||||
|
4
svdrp.c
4
svdrp.c
@ -10,7 +10,7 @@
|
|||||||
* and interact with the Video Disk Recorder - or write a full featured
|
* and interact with the Video Disk Recorder - or write a full featured
|
||||||
* graphical interface that sits on top of an SVDRP connection.
|
* graphical interface that sits on top of an SVDRP connection.
|
||||||
*
|
*
|
||||||
* $Id: svdrp.c 2.5 2009/06/06 14:03:55 kls Exp $
|
* $Id: svdrp.c 2.6 2009/10/18 14:08:58 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "svdrp.h"
|
#include "svdrp.h"
|
||||||
@ -887,7 +887,7 @@ void cSVDRP::CmdHELP(const char *Option)
|
|||||||
PrintHelpTopics(hp);
|
PrintHelpTopics(hp);
|
||||||
}
|
}
|
||||||
Reply(-214, "To report bugs in the implementation send email to");
|
Reply(-214, "To report bugs in the implementation send email to");
|
||||||
Reply(-214, " vdr-bugs@cadsoft.de");
|
Reply(-214, " vdr-bugs@tvdr.de");
|
||||||
}
|
}
|
||||||
Reply(214, "End of HELP info");
|
Reply(214, "End of HELP info");
|
||||||
}
|
}
|
||||||
|
4
vdr.1
4
vdr.1
@ -8,7 +8,7 @@
|
|||||||
.\" License as specified in the file COPYING that comes with the
|
.\" License as specified in the file COPYING that comes with the
|
||||||
.\" vdr distribution.
|
.\" vdr distribution.
|
||||||
.\"
|
.\"
|
||||||
.\" $Id: vdr.1 2.2 2009/08/16 10:28:39 kls Exp $
|
.\" $Id: vdr.1 2.3 2009/10/18 14:09:03 kls Exp $
|
||||||
.\"
|
.\"
|
||||||
.TH vdr 1 "10 Feb 2008" "1.6" "Video Disk Recorder"
|
.TH vdr 1 "10 Feb 2008" "1.6" "Video Disk Recorder"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
@ -239,7 +239,7 @@ be used to trigger an update of the list of recordings in the "Recordings" menu.
|
|||||||
Written by Klaus Schmidinger, with contributions from many others.
|
Written by Klaus Schmidinger, with contributions from many others.
|
||||||
See the file \fICONTRIBUTORS\fR in the \fBvdr\fR source distribution.
|
See the file \fICONTRIBUTORS\fR in the \fBvdr\fR source distribution.
|
||||||
.SH REPORTING BUGS
|
.SH REPORTING BUGS
|
||||||
Report bugs to <vdr\-bugs@cadsoft.de>.
|
Report bugs to <vdr\-bugs@tvdr.de>.
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
Copyright \(co 2008 Klaus Schmidinger.
|
Copyright \(co 2008 Klaus Schmidinger.
|
||||||
|
|
||||||
|
4
vdr.5
4
vdr.5
@ -8,7 +8,7 @@
|
|||||||
.\" License as specified in the file COPYING that comes with the
|
.\" License as specified in the file COPYING that comes with the
|
||||||
.\" vdr distribution.
|
.\" vdr distribution.
|
||||||
.\"
|
.\"
|
||||||
.\" $Id: vdr.5 2.6 2009/01/06 12:37:35 kls Exp $
|
.\" $Id: vdr.5 2.7 2009/10/18 14:09:07 kls Exp $
|
||||||
.\"
|
.\"
|
||||||
.TH vdr 5 "10 Feb 2008" "1.6" "Video Disk Recorder Files"
|
.TH vdr 5 "10 Feb 2008" "1.6" "Video Disk Recorder Files"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
@ -688,7 +688,7 @@ not to collide with the ids of existing data.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Written by Klaus Schmidinger.
|
Written by Klaus Schmidinger.
|
||||||
.SH REPORTING BUGS
|
.SH REPORTING BUGS
|
||||||
Report bugs to <vdr\-bugs@cadsoft.de>.
|
Report bugs to <vdr\-bugs@tvdr.de>.
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
Copyright \(co 2008 Klaus Schmidinger.
|
Copyright \(co 2008 Klaus Schmidinger.
|
||||||
|
|
||||||
|
6
vdr.c
6
vdr.c
@ -18,11 +18,11 @@
|
|||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
* Or, point your browser to http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
* Or, point your browser to http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
||||||
*
|
*
|
||||||
* The author can be reached at kls@cadsoft.de
|
* The author can be reached at kls@tvdr.de
|
||||||
*
|
*
|
||||||
* The project's page is at http://www.cadsoft.de/vdr
|
* The project's page is at http://www.tvdr.de
|
||||||
*
|
*
|
||||||
* $Id: vdr.c 2.10 2009/05/21 11:14:48 kls Exp $
|
* $Id: vdr.c 2.11 2009/10/18 14:09:22 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <getopt.h>
|
#include <getopt.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user