diff --git a/HISTORY b/HISTORY
index eeefc426..0a568083 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8587,3 +8587,5 @@ Video Disk Recorder Revision History
- Improved the German translations of "EPG bugfix level"", "StreamId" and "T2SystemId"
(thanks to Albert Danis).
- Updated the Czech OSD texts (thanks to Ales Jurik).
+- Fixed leading/trailing blanks in the translation files.
+- Bumped all version numbers to 2.2.0.
diff --git a/INSTALL b/INSTALL
index 8dcef756..864cfb1c 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,7 +1,7 @@
Installation of the Video Disk Recorder
---------------------------------------
-Version 2.0
+Version 2.2
-----------
Compiling and running the program:
diff --git a/MANUAL b/MANUAL
index a04a63f4..3c4003ed 100644
--- a/MANUAL
+++ b/MANUAL
@@ -1,7 +1,7 @@
Video Disk Recorder User's Manual
---------------------------------
-Version 2.0
+Version 2.2
-----------
* Remote Control Keys
diff --git a/PLUGINS.html b/PLUGINS.html
index b912301f..6f47f2f5 100644
--- a/PLUGINS.html
+++ b/PLUGINS.html
@@ -31,9 +31,9 @@ modified {
The VDR Plugin System
-
Version 2.1
+
Version 2.2
-Copyright © 2013 Klaus Schmidinger
+Copyright © 2015 Klaus Schmidinger
vdr@tvdr.de
www.tvdr.de
diff --git a/PLUGINS/src/dvbsddevice/HISTORY b/PLUGINS/src/dvbsddevice/HISTORY
index 94e31ddb..68e3e6dd 100644
--- a/PLUGINS/src/dvbsddevice/HISTORY
+++ b/PLUGINS/src/dvbsddevice/HISTORY
@@ -59,3 +59,7 @@ VDR Plugin 'dvbsddevice' Revision History
2014-03-15: Version 2.1.2
- The function cDevice::GetVideoSystem() has been deprecated.
+
+2015-02-19: Version 2.2.0
+
+- Official release.
diff --git a/PLUGINS/src/dvbsddevice/dvbsddevice.c b/PLUGINS/src/dvbsddevice/dvbsddevice.c
index 0d06f17d..81c15e2b 100644
--- a/PLUGINS/src/dvbsddevice/dvbsddevice.c
+++ b/PLUGINS/src/dvbsddevice/dvbsddevice.c
@@ -3,14 +3,14 @@
*
* See the README file for copyright information and how to reach the author.
*
- * $Id: dvbsddevice.c 3.3 2014/03/15 12:28:14 kls Exp $
+ * $Id: dvbsddevice.c 3.4 2015/02/17 13:11:55 kls Exp $
*/
#include
#include
#include "dvbsdffdevice.h"
-static const char *VERSION = "2.1.2";
+static const char *VERSION = "2.2.0";
static const char *DESCRIPTION = "SD Full Featured DVB device";
class cPluginDvbsddevice : public cPlugin {
diff --git a/PLUGINS/src/epgtableid0/HISTORY b/PLUGINS/src/epgtableid0/HISTORY
index 9f1eb7b6..ed15392e 100644
--- a/PLUGINS/src/epgtableid0/HISTORY
+++ b/PLUGINS/src/epgtableid0/HISTORY
@@ -20,3 +20,7 @@ VDR Plugin 'epgtableid0' Revision History
2014-01-01: Version 2.1.1
- Avoiding unnecessary pkg-config warnings in plugin Makefiles.
+
+2015-02-19: Version 2.2.0
+
+- Official release.
diff --git a/PLUGINS/src/epgtableid0/epgtableid0.c b/PLUGINS/src/epgtableid0/epgtableid0.c
index e22d70ce..01bdc83d 100644
--- a/PLUGINS/src/epgtableid0/epgtableid0.c
+++ b/PLUGINS/src/epgtableid0/epgtableid0.c
@@ -3,13 +3,13 @@
*
* See the README file for copyright information and how to reach the author.
*
- * $Id: epgtableid0.c 3.1 2014/01/01 13:29:54 kls Exp $
+ * $Id: epgtableid0.c 3.2 2015/02/17 13:12:18 kls Exp $
*/
#include
#include
-static const char *VERSION = "2.1.1";
+static const char *VERSION = "2.2.0";
static const char *DESCRIPTION = "EPG handler for events with table id 0x00";
// --- cTable0Handler --------------------------------------------------------
diff --git a/PLUGINS/src/hello/HISTORY b/PLUGINS/src/hello/HISTORY
index f9d05a83..a2a8de32 100644
--- a/PLUGINS/src/hello/HISTORY
+++ b/PLUGINS/src/hello/HISTORY
@@ -90,3 +90,7 @@ VDR Plugin 'hello' Revision History
2014-01-01: Version 2.1.1
- Avoiding unnecessary pkg-config warnings in plugin Makefiles.
+
+2015-02-19: Version 2.2.0
+
+- Official release.
diff --git a/PLUGINS/src/hello/hello.c b/PLUGINS/src/hello/hello.c
index 6915ca9a..0bd511cb 100644
--- a/PLUGINS/src/hello/hello.c
+++ b/PLUGINS/src/hello/hello.c
@@ -3,7 +3,7 @@
*
* See the README file for copyright information and how to reach the author.
*
- * $Id: hello.c 3.1 2014/01/01 13:29:54 kls Exp $
+ * $Id: hello.c 3.2 2015/02/17 13:12:26 kls Exp $
*/
#include
@@ -12,7 +12,7 @@
#include
#include
-static const char *VERSION = "2.1.1";
+static const char *VERSION = "2.2.0";
static const char *DESCRIPTION = trNOOP("A friendly greeting");
static const char *MAINMENUENTRY = trNOOP("Hello");
diff --git a/PLUGINS/src/hello/po/ca_ES.po b/PLUGINS/src/hello/po/ca_ES.po
index e0088f2b..9da8d0f2 100644
--- a/PLUGINS/src/hello/po/ca_ES.po
+++ b/PLUGINS/src/hello/po/ca_ES.po
@@ -1,5 +1,5 @@
# VDR plugin language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Marc Rovira Vall , 2003
# Ramon Roca , 2003
@@ -7,7 +7,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: vdr-hello 0.2.5\n"
+"Project-Id-Version: vdr-hello 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
diff --git a/PLUGINS/src/hello/po/cs_CZ.po b/PLUGINS/src/hello/po/cs_CZ.po
index 0029fc3c..d26023ac 100644
--- a/PLUGINS/src/hello/po/cs_CZ.po
+++ b/PLUGINS/src/hello/po/cs_CZ.po
@@ -1,11 +1,11 @@
# VDR plugin language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Vladimr Brta , 2006
#
msgid ""
msgstr ""
-"Project-Id-Version: vdr-hello 0.2.5\n"
+"Project-Id-Version: vdr-hello 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
diff --git a/PLUGINS/src/hello/po/da_DK.po b/PLUGINS/src/hello/po/da_DK.po
index 69d14097..62997e9b 100644
--- a/PLUGINS/src/hello/po/da_DK.po
+++ b/PLUGINS/src/hello/po/da_DK.po
@@ -1,11 +1,11 @@
# VDR plugin language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Mogens Elneff , 2004
#
msgid ""
msgstr ""
-"Project-Id-Version: vdr-hello 0.2.5\n"
+"Project-Id-Version: vdr-hello 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
diff --git a/PLUGINS/src/hello/po/de_DE.po b/PLUGINS/src/hello/po/de_DE.po
index abed9b04..657ff1da 100644
--- a/PLUGINS/src/hello/po/de_DE.po
+++ b/PLUGINS/src/hello/po/de_DE.po
@@ -1,11 +1,11 @@
# VDR plugin language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Klaus Schmidinger , 2000
#
msgid ""
msgstr ""
-"Project-Id-Version: vdr-hello 0.2.5\n"
+"Project-Id-Version: vdr-hello 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
diff --git a/PLUGINS/src/hello/po/el_GR.po b/PLUGINS/src/hello/po/el_GR.po
index e5f8066a..ab715cd3 100644
--- a/PLUGINS/src/hello/po/el_GR.po
+++ b/PLUGINS/src/hello/po/el_GR.po
@@ -1,11 +1,11 @@
# VDR plugin language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Dimitrios Dimitrakos , 2002
#
msgid ""
msgstr ""
-"Project-Id-Version: vdr-hello 0.2.5\n"
+"Project-Id-Version: vdr-hello 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
diff --git a/PLUGINS/src/hello/po/es_ES.po b/PLUGINS/src/hello/po/es_ES.po
index ce7debae..8ac0575e 100644
--- a/PLUGINS/src/hello/po/es_ES.po
+++ b/PLUGINS/src/hello/po/es_ES.po
@@ -1,11 +1,11 @@
# VDR plugin language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Ruben Nunez Francisco , 2002
#
msgid ""
msgstr ""
-"Project-Id-Version: vdr-hello 0.2.5\n"
+"Project-Id-Version: vdr-hello 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
diff --git a/PLUGINS/src/hello/po/et_EE.po b/PLUGINS/src/hello/po/et_EE.po
index 9a8167e4..d440c968 100644
--- a/PLUGINS/src/hello/po/et_EE.po
+++ b/PLUGINS/src/hello/po/et_EE.po
@@ -1,11 +1,11 @@
# VDR plugin language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Arthur Konovalov , 2004, 2015
#
msgid ""
msgstr ""
-"Project-Id-Version: vdr-hello 0.2.5\n"
+"Project-Id-Version: vdr-hello 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
diff --git a/PLUGINS/src/hello/po/fi_FI.po b/PLUGINS/src/hello/po/fi_FI.po
index 205a1f01..8172242a 100644
--- a/PLUGINS/src/hello/po/fi_FI.po
+++ b/PLUGINS/src/hello/po/fi_FI.po
@@ -1,5 +1,5 @@
# VDR plugin language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Hannu Savolainen , 2002
# Jaakko Hyvätti , 2002
@@ -8,7 +8,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: vdr-hello 0.2.5\n"
+"Project-Id-Version: vdr-hello 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
diff --git a/PLUGINS/src/hello/po/fr_FR.po b/PLUGINS/src/hello/po/fr_FR.po
index 451ae905..6e87788a 100644
--- a/PLUGINS/src/hello/po/fr_FR.po
+++ b/PLUGINS/src/hello/po/fr_FR.po
@@ -1,5 +1,5 @@
# VDR plugin language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Jean-Claude Repetto , 2001
# Olivier Jacques , 2003
@@ -8,7 +8,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: vdr-hello 0.2.5\n"
+"Project-Id-Version: vdr-hello 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
diff --git a/PLUGINS/src/hello/po/hr_HR.po b/PLUGINS/src/hello/po/hr_HR.po
index ba3b22de..f06da860 100644
--- a/PLUGINS/src/hello/po/hr_HR.po
+++ b/PLUGINS/src/hello/po/hr_HR.po
@@ -1,11 +1,11 @@
# VDR plugin language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Adrian Caval , 2008
#
msgid ""
msgstr ""
-"Project-Id-Version: vdr-hello 0.2.5\n"
+"Project-Id-Version: vdr-hello 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
"PO-Revision-Date: 2008-03-17 19:52+0100\n"
diff --git a/PLUGINS/src/hello/po/hu_HU.po b/PLUGINS/src/hello/po/hu_HU.po
index bbfddd82..781714ef 100644
--- a/PLUGINS/src/hello/po/hu_HU.po
+++ b/PLUGINS/src/hello/po/hu_HU.po
@@ -1,12 +1,12 @@
# VDR plugin language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Istvan Koenigsberger , 2002
# Guido Josten , 2002
#
msgid ""
msgstr ""
-"Project-Id-Version: vdr-hello 0.2.5\n"
+"Project-Id-Version: vdr-hello 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
diff --git a/PLUGINS/src/hello/po/it_IT.po b/PLUGINS/src/hello/po/it_IT.po
index 7c52d984..d9139d43 100644
--- a/PLUGINS/src/hello/po/it_IT.po
+++ b/PLUGINS/src/hello/po/it_IT.po
@@ -1,11 +1,11 @@
# VDR plugin language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Diego Pierotto , 2008
#
msgid ""
msgstr ""
-"Project-Id-Version: vdr-hello 0.2.5\n"
+"Project-Id-Version: vdr-hello 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
"PO-Revision-Date: 2008-01-27 20:11+0100\n"
diff --git a/PLUGINS/src/hello/po/lt_LT.po b/PLUGINS/src/hello/po/lt_LT.po
index 27262069..a95eb6a5 100644
--- a/PLUGINS/src/hello/po/lt_LT.po
+++ b/PLUGINS/src/hello/po/lt_LT.po
@@ -1,11 +1,11 @@
# VDR plugin language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Valdemaras Pipiras , 2009
#
msgid ""
msgstr ""
-"Project-Id-Version: vdr-hello 0.2.5\n"
+"Project-Id-Version: vdr-hello 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
"PO-Revision-Date: 2009-12-08 12:18+0200\n"
diff --git a/PLUGINS/src/hello/po/nl_NL.po b/PLUGINS/src/hello/po/nl_NL.po
index 514ea184..3853fc39 100644
--- a/PLUGINS/src/hello/po/nl_NL.po
+++ b/PLUGINS/src/hello/po/nl_NL.po
@@ -1,5 +1,5 @@
# VDR plugin language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Arnold Niessen , 2001
# Hans Dingemans , 2003
@@ -7,7 +7,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: vdr-hello 0.2.5\n"
+"Project-Id-Version: vdr-hello 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
diff --git a/PLUGINS/src/hello/po/nn_NO.po b/PLUGINS/src/hello/po/nn_NO.po
index ebaafae3..d35b088e 100644
--- a/PLUGINS/src/hello/po/nn_NO.po
+++ b/PLUGINS/src/hello/po/nn_NO.po
@@ -1,12 +1,12 @@
# VDR plugin language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Jrgen Tvedt , 2001
# Truls Slevigen , 2002
#
msgid ""
msgstr ""
-"Project-Id-Version: vdr-hello 0.2.5\n"
+"Project-Id-Version: vdr-hello 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
diff --git a/PLUGINS/src/hello/po/pl_PL.po b/PLUGINS/src/hello/po/pl_PL.po
index 1dd27027..c00efdc2 100644
--- a/PLUGINS/src/hello/po/pl_PL.po
+++ b/PLUGINS/src/hello/po/pl_PL.po
@@ -1,11 +1,11 @@
# VDR plugin language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Michael Rakowski , 2002
#
msgid ""
msgstr ""
-"Project-Id-Version: vdr-hello 0.2.5\n"
+"Project-Id-Version: vdr-hello 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
diff --git a/PLUGINS/src/hello/po/pt_PT.po b/PLUGINS/src/hello/po/pt_PT.po
index f22657f3..f553d6e5 100644
--- a/PLUGINS/src/hello/po/pt_PT.po
+++ b/PLUGINS/src/hello/po/pt_PT.po
@@ -1,11 +1,11 @@
# VDR plugin language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Paulo Lopes , 2001
#
msgid ""
msgstr ""
-"Project-Id-Version: vdr-hello 0.2.5\n"
+"Project-Id-Version: vdr-hello 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
diff --git a/PLUGINS/src/hello/po/ro_RO.po b/PLUGINS/src/hello/po/ro_RO.po
index ad2737e3..c32157e4 100644
--- a/PLUGINS/src/hello/po/ro_RO.po
+++ b/PLUGINS/src/hello/po/ro_RO.po
@@ -1,12 +1,12 @@
# VDR plugin language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Paul Lacatus , 2002
# Lucian Muresan , 2004
#
msgid ""
msgstr ""
-"Project-Id-Version: vdr-hello 0.2.5\n"
+"Project-Id-Version: vdr-hello 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
diff --git a/PLUGINS/src/hello/po/ru_RU.po b/PLUGINS/src/hello/po/ru_RU.po
index d8fc3235..24ece731 100644
--- a/PLUGINS/src/hello/po/ru_RU.po
+++ b/PLUGINS/src/hello/po/ru_RU.po
@@ -1,11 +1,11 @@
# VDR plugin language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Vyacheslav Dikonov , 2004
#
msgid ""
msgstr ""
-"Project-Id-Version: vdr-hello 0.2.5\n"
+"Project-Id-Version: vdr-hello 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
diff --git a/PLUGINS/src/hello/po/sk_SK.po b/PLUGINS/src/hello/po/sk_SK.po
index b0c2a893..d3ae3333 100644
--- a/PLUGINS/src/hello/po/sk_SK.po
+++ b/PLUGINS/src/hello/po/sk_SK.po
@@ -1,11 +1,11 @@
# VDR plugin language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Vladimr Brta , 2006
#
msgid ""
msgstr ""
-"Project-Id-Version: vdr-hello 0.2.5\n"
+"Project-Id-Version: vdr-hello 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
"PO-Revision-Date: 2009-09-30 09:48+0100\n"
diff --git a/PLUGINS/src/hello/po/sl_SI.po b/PLUGINS/src/hello/po/sl_SI.po
index 6e6bcf18..7db6c5f8 100644
--- a/PLUGINS/src/hello/po/sl_SI.po
+++ b/PLUGINS/src/hello/po/sl_SI.po
@@ -1,12 +1,12 @@
# VDR plugin language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Miha Setina , 2000
# Matjaz Thaler , 2003
#
msgid ""
msgstr ""
-"Project-Id-Version: vdr-hello 0.2.5\n"
+"Project-Id-Version: vdr-hello 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
diff --git a/PLUGINS/src/hello/po/sv_SE.po b/PLUGINS/src/hello/po/sv_SE.po
index 3ba8865a..4b550ac2 100644
--- a/PLUGINS/src/hello/po/sv_SE.po
+++ b/PLUGINS/src/hello/po/sv_SE.po
@@ -1,12 +1,12 @@
# VDR plugin language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Tomas Prybil , 2002
# Jan Ekholm , 2003
#
msgid ""
msgstr ""
-"Project-Id-Version: vdr-hello 0.2.5\n"
+"Project-Id-Version: vdr-hello 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
diff --git a/PLUGINS/src/hello/po/tr_TR.po b/PLUGINS/src/hello/po/tr_TR.po
index ec121534..09492f31 100644
--- a/PLUGINS/src/hello/po/tr_TR.po
+++ b/PLUGINS/src/hello/po/tr_TR.po
@@ -1,11 +1,11 @@
# VDR plugin language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Oktay Yolgeen , 2007
#
msgid ""
msgstr ""
-"Project-Id-Version: vdr-hello 0.2.5\n"
+"Project-Id-Version: vdr-hello 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
"PO-Revision-Date: 2008-05-12 22:34:4800\n"
diff --git a/PLUGINS/src/hello/po/zh_CN.po b/PLUGINS/src/hello/po/zh_CN.po
index 8baba906..3ed53c2f 100644
--- a/PLUGINS/src/hello/po/zh_CN.po
+++ b/PLUGINS/src/hello/po/zh_CN.po
@@ -1,14 +1,14 @@
# VDR plugin language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Marc Rovira Vall , 2003
# Ramon Roca , 2003
# Jordi Vilà , 2003
-# Nan Feng VDR , 2009.2
+# Nan Feng VDR , 2009
#
msgid ""
msgstr ""
-"Project-Id-Version: vdr-hello 0.2.5\n"
+"Project-Id-Version: vdr-hello 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
"PO-Revision-Date: 2009-01-23 09:48+0800\n"
diff --git a/PLUGINS/src/osddemo/HISTORY b/PLUGINS/src/osddemo/HISTORY
index 4c3bfe64..40495b1c 100644
--- a/PLUGINS/src/osddemo/HISTORY
+++ b/PLUGINS/src/osddemo/HISTORY
@@ -68,3 +68,7 @@ VDR Plugin 'osddemo' Revision History
- Fixed flickering if subtitles are active while the OSD demo is running.
- Fixed a possible crash in the OSD demo (reported by Christopher Reimer).
+
+2015-02-19: Version 2.2.0
+
+- Official release.
diff --git a/PLUGINS/src/osddemo/osddemo.c b/PLUGINS/src/osddemo/osddemo.c
index 0a826b77..6273f460 100644
--- a/PLUGINS/src/osddemo/osddemo.c
+++ b/PLUGINS/src/osddemo/osddemo.c
@@ -3,13 +3,13 @@
*
* See the README file for copyright information and how to reach the author.
*
- * $Id: osddemo.c 3.3 2014/02/06 11:51:53 kls Exp $
+ * $Id: osddemo.c 3.4 2015/02/17 13:12:36 kls Exp $
*/
#include
#include
-static const char *VERSION = "2.1.2";
+static const char *VERSION = "2.2.0";
static const char *DESCRIPTION = "Demo of arbitrary OSD setup";
static const char *MAINMENUENTRY = "Osd Demo";
diff --git a/PLUGINS/src/pictures/HISTORY b/PLUGINS/src/pictures/HISTORY
index 29879b89..bbe16851 100644
--- a/PLUGINS/src/pictures/HISTORY
+++ b/PLUGINS/src/pictures/HISTORY
@@ -95,3 +95,7 @@ VDR Plugin 'pictures' Revision History
2014-01-01: Version 2.1.1
- Avoiding unnecessary pkg-config warnings in plugin Makefiles.
+
+2015-02-19: Version 2.2.0
+
+- Official release.
diff --git a/PLUGINS/src/pictures/pictures.c b/PLUGINS/src/pictures/pictures.c
index d3ff8ff6..46a08716 100644
--- a/PLUGINS/src/pictures/pictures.c
+++ b/PLUGINS/src/pictures/pictures.c
@@ -3,7 +3,7 @@
*
* See the README file for copyright information and how to reach the author.
*
- * $Id: pictures.c 3.1 2014/01/01 13:29:54 kls Exp $
+ * $Id: pictures.c 3.2 2015/02/17 13:12:50 kls Exp $
*/
#include
@@ -11,7 +11,7 @@
#include "menu.h"
#include "player.h"
-static const char *VERSION = "2.1.1";
+static const char *VERSION = "2.2.0";
static const char *DESCRIPTION = trNOOP("A simple picture viewer");
static const char *MAINMENUENTRY = trNOOP("Pictures");
diff --git a/PLUGINS/src/pictures/po/de_DE.po b/PLUGINS/src/pictures/po/de_DE.po
index f1bde13f..92e22af9 100644
--- a/PLUGINS/src/pictures/po/de_DE.po
+++ b/PLUGINS/src/pictures/po/de_DE.po
@@ -1,11 +1,11 @@
# VDR plugin language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Klaus Schmidinger , 2008
#
msgid ""
msgstr ""
-"Project-Id-Version: vdr-pictures 0.1.3\n"
+"Project-Id-Version: vdr-pictures 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-18 12:57+0100\n"
"PO-Revision-Date: 2008-01-12 17:41+0100\n"
diff --git a/PLUGINS/src/pictures/po/et_EE.po b/PLUGINS/src/pictures/po/et_EE.po
index 0bd6c121..45b12b1d 100644
--- a/PLUGINS/src/pictures/po/et_EE.po
+++ b/PLUGINS/src/pictures/po/et_EE.po
@@ -1,11 +1,11 @@
# VDR plugin language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Arthur Konovalov , 2015
#
msgid ""
msgstr ""
-"Project-Id-Version: vdr-pictures 0.1.3\n"
+"Project-Id-Version: vdr-pictures 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-18 12:57+0100\n"
"PO-Revision-Date: 2008-01-12 17:41+0100\n"
diff --git a/PLUGINS/src/pictures/po/fi_FI.po b/PLUGINS/src/pictures/po/fi_FI.po
index 65b60425..248ece2d 100644
--- a/PLUGINS/src/pictures/po/fi_FI.po
+++ b/PLUGINS/src/pictures/po/fi_FI.po
@@ -1,11 +1,11 @@
# VDR plugin language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Rolf Ahrenberg , 2008
#
msgid ""
msgstr ""
-"Project-Id-Version: vdr-pictures 0.1.3\n"
+"Project-Id-Version: vdr-pictures 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-18 12:57+0100\n"
"PO-Revision-Date: 2008-01-12 17:41+0100\n"
diff --git a/PLUGINS/src/pictures/po/fr_FR.po b/PLUGINS/src/pictures/po/fr_FR.po
index 183347b0..2995076d 100644
--- a/PLUGINS/src/pictures/po/fr_FR.po
+++ b/PLUGINS/src/pictures/po/fr_FR.po
@@ -1,11 +1,11 @@
# VDR plugin language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Patrice Staudt , 2008
#
msgid ""
msgstr ""
-"Project-Id-Version: vdr-pictures 0.1.3\n"
+"Project-Id-Version: vdr-pictures 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-18 12:57+0100\n"
"PO-Revision-Date: 2008-01-12 17:41+0100\n"
diff --git a/PLUGINS/src/pictures/po/it_IT.po b/PLUGINS/src/pictures/po/it_IT.po
index e5492884..a49659e9 100644
--- a/PLUGINS/src/pictures/po/it_IT.po
+++ b/PLUGINS/src/pictures/po/it_IT.po
@@ -1,11 +1,11 @@
# VDR plugin language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Diego Pierotto , 2008
#
msgid ""
msgstr ""
-"Project-Id-Version: vdr-pictures 0.1.3\n"
+"Project-Id-Version: vdr-pictures 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-18 12:57+0100\n"
"PO-Revision-Date: 2008-01-27 20:22+0100\n"
diff --git a/PLUGINS/src/pictures/po/lt_LT.po b/PLUGINS/src/pictures/po/lt_LT.po
index 73d4da2a..7a9f7781 100644
--- a/PLUGINS/src/pictures/po/lt_LT.po
+++ b/PLUGINS/src/pictures/po/lt_LT.po
@@ -1,11 +1,11 @@
# VDR plugin language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Valdemaras Pipiras , 2009
#
msgid ""
msgstr ""
-"Project-Id-Version: vdr-pictures 0.1.3\n"
+"Project-Id-Version: vdr-pictures 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-18 12:57+0100\n"
"PO-Revision-Date: 2009-12-08 12:41+0100\n"
diff --git a/PLUGINS/src/pictures/po/ru_RU.po b/PLUGINS/src/pictures/po/ru_RU.po
index 47681619..b4b60e70 100644
--- a/PLUGINS/src/pictures/po/ru_RU.po
+++ b/PLUGINS/src/pictures/po/ru_RU.po
@@ -1,11 +1,11 @@
# VDR plugin language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Alexander Gross , 2008
#
msgid ""
msgstr ""
-"Project-Id-Version: vdr-pictures 0.1.3\n"
+"Project-Id-Version: vdr-pictures 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-18 12:57+0100\n"
"PO-Revision-Date: 2008-03-14 00:45+0100\n"
diff --git a/PLUGINS/src/pictures/po/sk_SK.po b/PLUGINS/src/pictures/po/sk_SK.po
index 2b0cc58f..77db92ac 100644
--- a/PLUGINS/src/pictures/po/sk_SK.po
+++ b/PLUGINS/src/pictures/po/sk_SK.po
@@ -1,11 +1,11 @@
# VDR plugin language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Klaus Schmidinger , 2008
#
msgid ""
msgstr ""
-"Project-Id-Version: vdr-pictures 0.1.3\n"
+"Project-Id-Version: vdr-pictures 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-18 12:57+0100\n"
"PO-Revision-Date: 2009-09-30 12:54+0100\n"
diff --git a/PLUGINS/src/rcu/HISTORY b/PLUGINS/src/rcu/HISTORY
index 1e330eb6..8fabe098 100644
--- a/PLUGINS/src/rcu/HISTORY
+++ b/PLUGINS/src/rcu/HISTORY
@@ -24,3 +24,7 @@ VDR Plugin 'rcu' Revision History
2014-01-01: Version 2.1.1
- Avoiding unnecessary pkg-config warnings in plugin Makefiles.
+
+2015-02-19: Version 2.2.0
+
+- Official release.
diff --git a/PLUGINS/src/rcu/rcu.c b/PLUGINS/src/rcu/rcu.c
index cf98e7a5..9e833b19 100644
--- a/PLUGINS/src/rcu/rcu.c
+++ b/PLUGINS/src/rcu/rcu.c
@@ -3,7 +3,7 @@
*
* See the README file for copyright information and how to reach the author.
*
- * $Id: rcu.c 3.1 2014/01/01 13:29:54 kls Exp $
+ * $Id: rcu.c 3.2 2015/02/17 13:13:00 kls Exp $
*/
#include
@@ -16,7 +16,7 @@
#include
#include
-static const char *VERSION = "2.1.1";
+static const char *VERSION = "2.2.0";
static const char *DESCRIPTION = "Remote Control Unit";
#define REPEATLIMIT 150 // ms
diff --git a/PLUGINS/src/servicedemo/HISTORY b/PLUGINS/src/servicedemo/HISTORY
index 9565b7d8..30ad5fef 100644
--- a/PLUGINS/src/servicedemo/HISTORY
+++ b/PLUGINS/src/servicedemo/HISTORY
@@ -25,3 +25,7 @@ VDR Plugin 'servicedemo' Revision History
2014-01-01: Version 2.1.1
- Avoiding unnecessary pkg-config warnings in plugin Makefiles.
+
+2015-02-19: Version 2.2.0
+
+- Official release.
diff --git a/PLUGINS/src/servicedemo/svccli.c b/PLUGINS/src/servicedemo/svccli.c
index b7c1b134..9a424403 100644
--- a/PLUGINS/src/servicedemo/svccli.c
+++ b/PLUGINS/src/servicedemo/svccli.c
@@ -3,14 +3,14 @@
*
* See the README file for copyright information and how to reach the author.
*
- * $Id: svccli.c 3.1 2014/01/01 13:29:54 kls Exp $
+ * $Id: svccli.c 3.2 2015/02/17 13:13:05 kls Exp $
*/
#include
#include
#include
-static const char *VERSION = "2.1.1";
+static const char *VERSION = "2.2.0";
static const char *DESCRIPTION = "Service demo client";
static const char *MAINMENUENTRY = "Service demo";
diff --git a/PLUGINS/src/servicedemo/svcsvr.c b/PLUGINS/src/servicedemo/svcsvr.c
index efa38428..5c48b49a 100644
--- a/PLUGINS/src/servicedemo/svcsvr.c
+++ b/PLUGINS/src/servicedemo/svcsvr.c
@@ -3,14 +3,14 @@
*
* See the README file for copyright information and how to reach the author.
*
- * $Id: svcsvr.c 3.1 2014/01/01 13:29:54 kls Exp $
+ * $Id: svcsvr.c 3.2 2015/02/17 13:13:09 kls Exp $
*/
#include
#include
#include
-static const char *VERSION = "2.1.1";
+static const char *VERSION = "2.2.0";
static const char *DESCRIPTION = "Service demo server";
class cPluginSvcSvr : public cPlugin {
diff --git a/PLUGINS/src/skincurses/HISTORY b/PLUGINS/src/skincurses/HISTORY
index 4da038b6..f24e6766 100644
--- a/PLUGINS/src/skincurses/HISTORY
+++ b/PLUGINS/src/skincurses/HISTORY
@@ -126,3 +126,7 @@ VDR Plugin 'skincurses' Revision History
2015-02-08: Version 2.1.2
- Added a missing trailing blank in some translations.
+
+2015-02-19: Version 2.2.0
+
+- Official release.
diff --git a/PLUGINS/src/skincurses/po/de_DE.po b/PLUGINS/src/skincurses/po/de_DE.po
index b0e017ad..3b8ec264 100644
--- a/PLUGINS/src/skincurses/po/de_DE.po
+++ b/PLUGINS/src/skincurses/po/de_DE.po
@@ -1,11 +1,11 @@
# VDR plugin language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Klaus Schmidinger , 2007
#
msgid ""
msgstr ""
-"Project-Id-Version: vdr-skincurses 0.1.12\n"
+"Project-Id-Version: vdr-skincurses 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-02-08 11:16+0100\n"
"PO-Revision-Date: 2007-08-15 16:07+0200\n"
diff --git a/PLUGINS/src/skincurses/po/et_EE.po b/PLUGINS/src/skincurses/po/et_EE.po
index eaba8b8f..d226a290 100644
--- a/PLUGINS/src/skincurses/po/et_EE.po
+++ b/PLUGINS/src/skincurses/po/et_EE.po
@@ -1,11 +1,11 @@
# VDR plugin language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Arthur Konovalov , 2015
#
msgid ""
msgstr ""
-"Project-Id-Version: vdr-skincurses 0.1.12\n"
+"Project-Id-Version: vdr-skincurses 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-02-08 11:16+0100\n"
"PO-Revision-Date: 2007-08-14 20:48+0300\n"
diff --git a/PLUGINS/src/skincurses/po/fi_FI.po b/PLUGINS/src/skincurses/po/fi_FI.po
index 0a44f892..057320dd 100644
--- a/PLUGINS/src/skincurses/po/fi_FI.po
+++ b/PLUGINS/src/skincurses/po/fi_FI.po
@@ -1,11 +1,11 @@
# VDR plugin language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Rolf Ahrenberg , 2007
#
msgid ""
msgstr ""
-"Project-Id-Version: vdr-skincurses 0.1.12\n"
+"Project-Id-Version: vdr-skincurses 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-02-08 11:16+0100\n"
"PO-Revision-Date: 2007-08-14 20:48+0300\n"
diff --git a/PLUGINS/src/skincurses/po/it_IT.po b/PLUGINS/src/skincurses/po/it_IT.po
index 26dff254..050b59b3 100644
--- a/PLUGINS/src/skincurses/po/it_IT.po
+++ b/PLUGINS/src/skincurses/po/it_IT.po
@@ -1,11 +1,11 @@
# VDR plugin language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Diego Pierotto , 2008
#
msgid ""
msgstr ""
-"Project-Id-Version: vdr-skincurses 0.1.12\n"
+"Project-Id-Version: vdr-skincurses 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-02-08 11:16+0100\n"
"PO-Revision-Date: 2008-01-27 20:35+0100\n"
diff --git a/PLUGINS/src/skincurses/po/lt_LT.po b/PLUGINS/src/skincurses/po/lt_LT.po
index 5a4649c2..cba22e76 100644
--- a/PLUGINS/src/skincurses/po/lt_LT.po
+++ b/PLUGINS/src/skincurses/po/lt_LT.po
@@ -1,11 +1,11 @@
# VDR plugin language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Valdemaras Pipiras , 2010
#
msgid ""
msgstr ""
-"Project-Id-Version: vdr-skincurses 0.1.12\n"
+"Project-Id-Version: vdr-skincurses 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-02-08 11:16+0100\n"
"PO-Revision-Date: 2010-02-22 18:18+0200\n"
diff --git a/PLUGINS/src/skincurses/po/ru_RU.po b/PLUGINS/src/skincurses/po/ru_RU.po
index 834d6241..a26ccc48 100644
--- a/PLUGINS/src/skincurses/po/ru_RU.po
+++ b/PLUGINS/src/skincurses/po/ru_RU.po
@@ -1,11 +1,11 @@
# VDR plugin language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Alexander Gross , 2008
#
msgid ""
msgstr ""
-"Project-Id-Version: vdr-skincurses 0.1.12\n"
+"Project-Id-Version: vdr-skincurses 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-02-08 11:16+0100\n"
"PO-Revision-Date: 2008-03-14 00:21+0100\n"
diff --git a/PLUGINS/src/skincurses/po/sk_SK.po b/PLUGINS/src/skincurses/po/sk_SK.po
index ef7e6833..d9087630 100644
--- a/PLUGINS/src/skincurses/po/sk_SK.po
+++ b/PLUGINS/src/skincurses/po/sk_SK.po
@@ -1,11 +1,11 @@
# VDR plugin language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Klaus Schmidinger , 2007
#
msgid ""
msgstr ""
-"Project-Id-Version: vdr-skincurses 0.1.12\n"
+"Project-Id-Version: vdr-skincurses 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-02-08 11:16+0100\n"
"PO-Revision-Date: 2009-09-30 12:52+0100\n"
diff --git a/PLUGINS/src/skincurses/skincurses.c b/PLUGINS/src/skincurses/skincurses.c
index d1e9770a..2d92a574 100644
--- a/PLUGINS/src/skincurses/skincurses.c
+++ b/PLUGINS/src/skincurses/skincurses.c
@@ -3,7 +3,7 @@
*
* See the README file for copyright information and how to reach the author.
*
- * $Id: skincurses.c 3.2 2015/02/08 10:19:00 kls Exp $
+ * $Id: skincurses.c 3.3 2015/02/17 13:13:17 kls Exp $
*/
#include
@@ -12,7 +12,7 @@
#include
#include
-static const char *VERSION = "2.1.2";
+static const char *VERSION = "2.2.0";
static const char *DESCRIPTION = trNOOP("A text only skin");
static const char *MAINMENUENTRY = NULL;
diff --git a/PLUGINS/src/status/HISTORY b/PLUGINS/src/status/HISTORY
index 7a808422..87a71b00 100644
--- a/PLUGINS/src/status/HISTORY
+++ b/PLUGINS/src/status/HISTORY
@@ -64,3 +64,7 @@ VDR Plugin 'status' Revision History
2014-01-01: Version 2.1.1
- Avoiding unnecessary pkg-config warnings in plugin Makefiles.
+
+2015-02-19: Version 2.2.0
+
+- Official release.
diff --git a/PLUGINS/src/status/status.c b/PLUGINS/src/status/status.c
index d9e43d16..a5575cce 100644
--- a/PLUGINS/src/status/status.c
+++ b/PLUGINS/src/status/status.c
@@ -3,13 +3,13 @@
*
* See the README file for copyright information and how to reach the author.
*
- * $Id: status.c 3.1 2014/01/01 13:29:54 kls Exp $
+ * $Id: status.c 3.2 2015/02/17 13:13:21 kls Exp $
*/
#include
#include
-static const char *VERSION = "2.1.1";
+static const char *VERSION = "2.2.0";
static const char *DESCRIPTION = "Status monitor test";
static const char *MAINMENUENTRY = NULL;
diff --git a/PLUGINS/src/svdrpdemo/HISTORY b/PLUGINS/src/svdrpdemo/HISTORY
index 62074790..6c9994a9 100644
--- a/PLUGINS/src/svdrpdemo/HISTORY
+++ b/PLUGINS/src/svdrpdemo/HISTORY
@@ -29,3 +29,7 @@ VDR Plugin 'svdrpdemo' Revision History
2014-01-01: Version 2.1.1
- Avoiding unnecessary pkg-config warnings in plugin Makefiles.
+
+2015-02-19: Version 2.2.0
+
+- Official release.
diff --git a/PLUGINS/src/svdrpdemo/svdrpdemo.c b/PLUGINS/src/svdrpdemo/svdrpdemo.c
index 5e222bed..9114854b 100644
--- a/PLUGINS/src/svdrpdemo/svdrpdemo.c
+++ b/PLUGINS/src/svdrpdemo/svdrpdemo.c
@@ -3,12 +3,12 @@
*
* See the README file for copyright information and how to reach the author.
*
- * $Id: svdrpdemo.c 3.1 2014/01/01 13:29:54 kls Exp $
+ * $Id: svdrpdemo.c 3.2 2015/02/17 13:13:29 kls Exp $
*/
#include
-static const char *VERSION = "2.1.1";
+static const char *VERSION = "2.2.0";
static const char *DESCRIPTION = "How to add SVDRP support to a plugin";
class cPluginSvdrpdemo : public cPlugin {
diff --git a/config.h b/config.h
index 7220d962..a7896fa7 100644
--- a/config.h
+++ b/config.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: config.h 3.20 2015/02/10 14:29:27 kls Exp $
+ * $Id: config.h 3.21 2015/02/17 13:11:00 kls Exp $
*/
#ifndef __CONFIG_H
@@ -22,13 +22,13 @@
// VDR's own version number:
-#define VDRVERSION "2.1.10"
-#define VDRVERSNUM 20110 // Version * 10000 + Major * 100 + Minor
+#define VDRVERSION "2.2.0"
+#define VDRVERSNUM 20200 // Version * 10000 + Major * 100 + Minor
// The plugin API's version number:
-#define APIVERSION "2.1.10"
-#define APIVERSNUM 20110 // Version * 10000 + Major * 100 + Minor
+#define APIVERSION "2.2.0"
+#define APIVERSNUM 20200 // Version * 10000 + Major * 100 + Minor
// When loading plugins, VDR searches them by their APIVERSION, which
// may be smaller than VDRVERSION in case there have been no changes to
diff --git a/po/ar.po b/po/ar.po
index bc850415..cec35507 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -1,11 +1,11 @@
# VDR language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Osama Alrawab , 2010, 2013
#
msgid ""
msgstr ""
-"Project-Id-Version: VDR 2.0.0\n"
+"Project-Id-Version: VDR 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-02-10 13:40+0100\n"
"PO-Revision-Date: 2008-10-16 11:16-0400\n"
@@ -93,7 +93,7 @@ msgid "SISO/MISO"
msgstr ""
msgid "Starting EPG scan"
-msgstr "EPG ا لبدء بالبحث على دليل القنوات الالكترونى "
+msgstr "EPG ا لبدء بالبحث على دليل القنوات الالكترونى"
msgid "Content$Movie/Drama"
msgstr "Movie/Drama"
@@ -514,10 +514,10 @@ msgid "Key$User4"
msgstr "المستخدم 4"
msgid "Key$User5"
-msgstr "المستخدم 5 "
+msgstr "المستخدم 5"
msgid "Key$User6"
-msgstr "المستخدم 6 "
+msgstr "المستخدم 6"
msgid "Key$User7"
msgstr "المستخدم 7"
@@ -730,7 +730,7 @@ msgstr "%sجدولة"
#, c-format
msgid "This event - %s"
-msgstr " %sهذا الحدث"
+msgstr "%sهذا الحدث"
msgid "This event - all channels"
msgstr "هذا الحدث لكل القنوات"
@@ -858,10 +858,10 @@ msgid "Setup.OSD$Language"
msgstr "اللغة"
msgid "Setup.OSD$Skin"
-msgstr " الثوب"
+msgstr "الثوب"
msgid "Setup.OSD$Theme"
-msgstr " الثيمة"
+msgstr "الثيمة"
msgid "Setup.OSD$Left (%)"
msgstr "Left (%)"
@@ -903,7 +903,7 @@ msgid "Setup.OSD$Fixed font size (%)"
msgstr "Fixed font size (%)"
msgid "Setup.OSD$Channel info position"
-msgstr " موضع معلومات القناة"
+msgstr "موضع معلومات القناة"
msgid "bottom"
msgstr "اسفل"
@@ -963,7 +963,7 @@ msgid "Setup.EPG$EPG scan timeout (h)"
msgstr "اﻻنتهاء من البحث على الدليل الالكترونى للقنوات"
msgid "Setup.EPG$EPG bugfix level"
-msgstr " معدل اصلاح اخطاء الدليل الالكترونى"
+msgstr "معدل اصلاح اخطاء الدليل الالكترونى"
msgid "Setup.EPG$EPG linger time (min)"
msgstr "اقل مدة للدليل الالكترونى"
@@ -1025,7 +1025,7 @@ msgid "Setup.DVB$Standard compliance"
msgstr "Standard compliance"
msgid "Setup.DVB$Video format"
-msgstr "نوع الفيديو "
+msgstr "نوع الفيديو"
msgid "Setup.DVB$Video display format"
msgstr "نوع عرض الفديو"
@@ -1064,7 +1064,7 @@ msgid "LNB"
msgstr "الاقط"
msgid "Setup.LNB$Use DiSEqC"
-msgstr " DiSEqC استعمل"
+msgstr "DiSEqC استعمل"
msgid "Setup.LNB$SLOF (MHz)"
msgstr "التذبذب المحلى للاقط م هرتز"
@@ -1123,7 +1123,7 @@ msgid " (activating)"
msgstr ""
msgid "CAM"
-msgstr "الكامة "
+msgstr "الكامة"
msgid "Button$Cancel activation"
msgstr ""
@@ -1385,7 +1385,7 @@ msgstr "Delete timeshift recording?"
#. TRANSLATORS: note the trailing blank!
msgid "Jump: "
-msgstr "اقفز الى "
+msgstr "اقفز الى "
msgid "No editing marks defined!"
msgstr "لاتوجد علامات تعديل معرفة"
@@ -1472,7 +1472,7 @@ msgid "Volume "
msgstr "الصوت "
msgid "Classic VDR"
-msgstr "VDR تقليدى "
+msgstr "VDR تقليدى"
msgid "DISK"
msgstr "قرص"
@@ -1497,7 +1497,7 @@ msgid "Moving dish to %.1f..."
msgstr ""
msgid "ST:TNG Panels"
-msgstr "ST:TNG شاشة "
+msgstr "ST:TNG شاشة"
#. TRANSLATORS: the first character of each weekday, beginning with monday
msgid "MTWTFSS"
@@ -1557,7 +1557,7 @@ msgstr "اضغط اى زر لالغاء اعادة التشغيل"
#, c-format
msgid "VDR will shut down in %s minutes"
-msgstr "البرنامج سيقوم بالاغلاق بعد%s دقيقة "
+msgstr "البرنامج سيقوم بالاغلاق بعد%s دقيقة"
msgid "Disk"
msgstr "القرص الصلب"
diff --git a/po/ca_ES.po b/po/ca_ES.po
index 5be0a2e5..8ea7bd3d 100644
--- a/po/ca_ES.po
+++ b/po/ca_ES.po
@@ -1,5 +1,5 @@
# VDR language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Marc Rovira Vall , 2003
# Ramon Roca , 2003
@@ -8,7 +8,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: VDR 2.0.0\n"
+"Project-Id-Version: VDR 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-02-10 13:40+0100\n"
"PO-Revision-Date: 2008-03-02 19:02+0100\n"
@@ -938,7 +938,7 @@ msgid "Setup.OSD$Always sort folders first"
msgstr "Sempre ordenar primer carpetes"
msgid "Setup.OSD$Number keys for characters"
-msgstr "Tecles numriques per a carcters "
+msgstr "Tecles numriques per a carcters"
msgid "Setup.OSD$Color key 0"
msgstr "Tecla color 0"
@@ -1353,7 +1353,7 @@ msgstr "Continuar"
#. TRANSLATORS: note the leading blank!
msgid " Cancel editing"
-msgstr " Cancellar l'edici "
+msgstr " Cancellar l'edici"
msgid "Stop recording?"
msgstr "Aturar la gravaci?"
diff --git a/po/cs_CZ.po b/po/cs_CZ.po
index 34e14b4f..6c5ac1b9 100644
--- a/po/cs_CZ.po
+++ b/po/cs_CZ.po
@@ -1,5 +1,5 @@
# VDR language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Vladimír Bárta , 2006, 2008
# Jiří Dobrý , 2008
@@ -8,7 +8,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: VDR 2.0.0\n"
+"Project-Id-Version: VDR 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-02-10 13:40+0100\n"
"PO-Revision-Date: 2010-05-06 11:00+0200\n"
@@ -35,7 +35,7 @@ msgid "off"
msgstr "vyp."
msgid "on"
-msgstr "zap. "
+msgstr "zap."
msgid "auto"
msgstr "auto"
diff --git a/po/da_DK.po b/po/da_DK.po
index 382704e8..d0fbbf80 100644
--- a/po/da_DK.po
+++ b/po/da_DK.po
@@ -1,11 +1,11 @@
# VDR language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Mogens Elneff , 2004, 2008
#
msgid ""
msgstr ""
-"Project-Id-Version: VDR 2.0.0\n"
+"Project-Id-Version: VDR 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-02-10 13:40+0100\n"
"PO-Revision-Date: 2007-08-12 14:17+0200\n"
diff --git a/po/de_DE.po b/po/de_DE.po
index 51daab84..762c6fa3 100644
--- a/po/de_DE.po
+++ b/po/de_DE.po
@@ -1,12 +1,12 @@
# VDR language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
-# Albert Danis , 2015
# Klaus Schmidinger , 2000-2015
+# Albert Danis , 2015
#
msgid ""
msgstr ""
-"Project-Id-Version: VDR 2.0.0\n"
+"Project-Id-Version: VDR 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-02-10 13:40+0100\n"
"PO-Revision-Date: 2015-02-10 13:45+0100\n"
diff --git a/po/el_GR.po b/po/el_GR.po
index 6e3552e6..a131cd7c 100644
--- a/po/el_GR.po
+++ b/po/el_GR.po
@@ -1,11 +1,11 @@
# VDR language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Dimitrios Dimitrakos , 2002, 2006
#
msgid ""
msgstr ""
-"Project-Id-Version: VDR 2.0.0\n"
+"Project-Id-Version: VDR 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-02-10 13:40+0100\n"
"PO-Revision-Date: 2007-08-12 14:17+0200\n"
diff --git a/po/es_ES.po b/po/es_ES.po
index e6b488a0..7a8e1028 100644
--- a/po/es_ES.po
+++ b/po/es_ES.po
@@ -1,12 +1,12 @@
# VDR language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Ruben Nunez Francisco , 2002, 2006
# Luca Olivetti , 2008, 2013
#
msgid ""
msgstr ""
-"Project-Id-Version: VDR 2.0.0\n"
+"Project-Id-Version: VDR 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-02-10 13:40+0100\n"
"PO-Revision-Date: 2008-03-02 19:02+0100\n"
diff --git a/po/et_EE.po b/po/et_EE.po
index 9bca6212..8bf931a4 100644
--- a/po/et_EE.po
+++ b/po/et_EE.po
@@ -1,11 +1,11 @@
# VDR language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Arthur Konovalov , 2004-2013, 2015
#
msgid ""
msgstr ""
-"Project-Id-Version: VDR 2.0.0\n"
+"Project-Id-Version: VDR 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-02-10 13:40+0100\n"
"PO-Revision-Date: 2007-08-12 14:17+0200\n"
diff --git a/po/fi_FI.po b/po/fi_FI.po
index 19f8f3a6..05d4b0f9 100644
--- a/po/fi_FI.po
+++ b/po/fi_FI.po
@@ -1,15 +1,15 @@
# VDR language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Hannu Savolainen , 2002
# Jaakko Hyvätti , 2002, 2003
# Niko Tarnanen , 2003
-# Rolf Ahrenberg , 2003-2008, 2010-2013
+# Rolf Ahrenberg , 2003-2008, 2010-2013, 2015
# Matti Lehtimäki , 2013
#
msgid ""
msgstr ""
-"Project-Id-Version: VDR 2.0.0\n"
+"Project-Id-Version: VDR 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-02-10 13:40+0100\n"
"PO-Revision-Date: 2007-08-15 15:52+0200\n"
diff --git a/po/fr_FR.po b/po/fr_FR.po
index a5a34add..62f88834 100644
--- a/po/fr_FR.po
+++ b/po/fr_FR.po
@@ -1,5 +1,5 @@
# VDR language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Jean-Claude Repetto , 2001, 2002, 2008
# Olivier Jacques , 2003, 2005
@@ -16,7 +16,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: VDR 2.0.0\n"
+"Project-Id-Version: VDR 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-02-11 11:02+0100\n"
"PO-Revision-Date: 2015-02-10 17:16+0100\n"
@@ -205,7 +205,7 @@ msgid "Content$Entertainment Programme for 10 to 16"
msgstr "Programme de divertissement pour les 10-16 ans"
msgid "Content$Informational/Educational/School Programme"
-msgstr "Informationnel/Éducatif/Programme Scolaire "
+msgstr "Informationnel/Éducatif/Programme Scolaire"
msgid "Content$Cartoons/Puppets"
msgstr "Dessins animés/Marionnettes"
@@ -1193,7 +1193,7 @@ msgid "Setup.Recording$Pause key handling"
msgstr "Fonction de la touche Pause"
msgid "Setup.Recording$Pause priority"
-msgstr "Priorité de l'enregistr. mis en pause "
+msgstr "Priorité de l'enregistr. mis en pause"
msgid "Setup.Recording$Pause lifetime (d)"
msgstr "Expiration enregistr. mis en pause (j)"
diff --git a/po/hr_HR.po b/po/hr_HR.po
index 1eb9e2be..0424a446 100644
--- a/po/hr_HR.po
+++ b/po/hr_HR.po
@@ -1,5 +1,5 @@
# VDR language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Drazen Dupor , 2004, 2005
# Dino Ravnic , 2004
@@ -7,7 +7,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: VDR 2.0.0\n"
+"Project-Id-Version: VDR 2.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-02-10 13:40+0100\n"
"PO-Revision-Date: 2008-03-17 19:00+0100\n"
@@ -1401,10 +1401,10 @@ msgid "Editing process already active!"
msgstr "Ureivanje je ve u tijeku!!"
msgid "FileNameChars$ abcdefghijklmnopqrstuvwxyz0123456789-.,#~\\^$[]|()*+?{}/:%@&"
-msgstr "abcdefghijklmnopqrstuvwxyz0123456789-.,#~\\^$[]|()*+?{}/:%@&"
+msgstr " abcdefghijklmnopqrstuvwxyz0123456789-.,#~\\^$[]|()*+?{}/:%@&"
msgid "CharMap$ 0\t-.,1#~\\^$[]|()*+?{}/:%@&\tabc2\tdef3\tghi4\tjkl5\tmno6\tpqrs7\ttuv8\twxyz9"
-msgstr "0\t-.,1#~\\^$[]|()*+?{}/:%@&\tabc2\tdef3\tghi4\tjkl5\tmno6\tpqrs7\ttuv8\twxyz9"
+msgstr " 0\t-.,1#~\\^$[]|()*+?{}/:%@&\tabc2\tdef3\tghi4\tjkl5\tmno6\tpqrs7\ttuv8\twxyz9"
msgid "Button$ABC/abc"
msgstr "ABC/abc"
diff --git a/po/hu_HU.po b/po/hu_HU.po
index 93b16dda..477da6f7 100644
--- a/po/hu_HU.po
+++ b/po/hu_HU.po
@@ -1,5 +1,5 @@
# VDR language source file.
-# Copyright (C) 2013 Klaus Schmidinger
+# Copyright (C) 2015 Klaus Schmidinger
# This file is distributed under the same license as the VDR package.
# Istvan Koenigsberger