diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2015-02-17 15:11:36 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2015-02-17 15:11:36 +0100 |
commit | 77a1ff8b008b26ae97d3550d43b0ed162eb13e99 (patch) | |
tree | a9deea9a58dccbf0cf7df70ba4e95ccf467f4155 /PLUGINS/src/hello | |
parent | 9e6ca94a7245567c95b982d1dcc42dbb73c275a2 (diff) | |
download | vdr-77a1ff8b008b26ae97d3550d43b0ed162eb13e99.tar.gz vdr-77a1ff8b008b26ae97d3550d43b0ed162eb13e99.tar.bz2 |
Fixed leading/trailing blanks in the translation files; bumped all version numbers to 2.2.0
Diffstat (limited to 'PLUGINS/src/hello')
26 files changed, 55 insertions, 51 deletions
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 <getopt.h> @@ -12,7 +12,7 @@ #include <vdr/interface.h> #include <vdr/plugin.h> -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 <vdr@tvdr.de> +# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de> # This file is distributed under the same license as the VDR package. # Marc Rovira Vall <tm05462@salleURL.edu>, 2003 # Ramon Roca <ramon.roca@xcombo.com>, 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: <see README>\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 <vdr@tvdr.de> +# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de> # This file is distributed under the same license as the VDR package. # Vladimír Bárta <vladimir.barta@k2atmitec.cz>, 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: <see README>\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 <vdr@tvdr.de> +# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de> # This file is distributed under the same license as the VDR package. # Mogens Elneff <mogens@elneff.dk>, 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: <see README>\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 <vdr@tvdr.de> +# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de> # This file is distributed under the same license as the VDR package. # Klaus Schmidinger <vdr@tvdr.de>, 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: <see README>\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 <vdr@tvdr.de> +# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de> # This file is distributed under the same license as the VDR package. # Dimitrios Dimitrakos <mail@dimitrios.de>, 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: <see README>\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 <vdr@tvdr.de> +# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de> # This file is distributed under the same license as the VDR package. # Ruben Nunez Francisco <ruben.nunez@tang-it.com>, 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: <see README>\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 <vdr@tvdr.de> +# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de> # This file is distributed under the same license as the VDR package. # Arthur Konovalov <artlov@gmail.com>, 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: <see README>\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 <vdr@tvdr.de> +# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de> # This file is distributed under the same license as the VDR package. # Hannu Savolainen <hannu@opensound.com>, 2002 # Jaakko Hyvätti <jaakko@hyvatti.iki.fi>, 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: <see README>\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 <vdr@tvdr.de> +# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de> # This file is distributed under the same license as the VDR package. # Jean-Claude Repetto <jc@repetto.org>, 2001 # Olivier Jacques <jacquesolivier@hotmail.com>, 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: <see README>\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 <vdr@tvdr.de> +# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de> # This file is distributed under the same license as the VDR package. # Adrian Caval <anrxc@sysphere.org>, 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: <see README>\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 <vdr@tvdr.de> +# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de> # This file is distributed under the same license as the VDR package. # Istvan Koenigsberger <istvnko@hotmail.com>, 2002 # Guido Josten <guido.josten@t-online.de>, 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: <see README>\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 <vdr@tvdr.de> +# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de> # This file is distributed under the same license as the VDR package. # Diego Pierotto <vdr-italian@tiscali.it>, 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: <see README>\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 <vdr@tvdr.de> +# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de> # This file is distributed under the same license as the VDR package. # Valdemaras Pipiras <varas@ambernet.lt>, 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: <see README>\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 <vdr@tvdr.de> +# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de> # This file is distributed under the same license as the VDR package. # Arnold Niessen <niessen@iae.nl> <arnold.niessen@philips.com>, 2001 # Hans Dingemans <hans.dingemans@tacticalops.nl>, 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: <see README>\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 <vdr@tvdr.de> +# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de> # This file is distributed under the same license as the VDR package. # Jřrgen Tvedt <pjtvedt@online.no>, 2001 # Truls Slevigen <truls@slevigen.no>, 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: <see README>\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 <vdr@tvdr.de> +# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de> # This file is distributed under the same license as the VDR package. # Michael Rakowski <mrak@gmx.de>, 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: <see README>\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 <vdr@tvdr.de> +# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de> # This file is distributed under the same license as the VDR package. # Paulo Lopes <pmml@netvita.pt>, 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: <see README>\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 <vdr@tvdr.de> +# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de> # This file is distributed under the same license as the VDR package. # Paul Lacatus <paul@campina.iiruc.ro>, 2002 # Lucian Muresan <lucianm@users.sourceforge.net>, 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: <see README>\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 <vdr@tvdr.de> +# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de> # This file is distributed under the same license as the VDR package. # Vyacheslav Dikonov <sdiconov@mail.ru>, 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: <see README>\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 <vdr@tvdr.de> +# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de> # This file is distributed under the same license as the VDR package. # Vladimír Bárta <vladimir.barta@k2atmitec.cz>, 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: <see README>\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 <vdr@tvdr.de> +# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de> # This file is distributed under the same license as the VDR package. # Miha Setina <mihasetina@softhome.net>, 2000 # Matjaz Thaler <matjaz.thaler@guest.arnes.si>, 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: <see README>\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 <vdr@tvdr.de> +# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de> # This file is distributed under the same license as the VDR package. # Tomas Prybil <tomas@prybil.se>, 2002 # Jan Ekholm <chakie@infa.abo.fi>, 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: <see README>\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 <vdr@tvdr.de> +# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de> # This file is distributed under the same license as the VDR package. # Oktay Yolgeçen <oktay_73@yahoo.de>, 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: <see README>\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 <vdr@tvdr.de> +# Copyright (C) 2015 Klaus Schmidinger <vdr@tvdr.de> # This file is distributed under the same license as the VDR package. # Marc Rovira Vall <tm05462@salleURL.edu>, 2003 # Ramon Roca <ramon.roca@xcombo.com>, 2003 # Jordi VilĂ <jvila@tinet.org>, 2003 -# Nan Feng VDR <nfgx@21cn.com>, 2009.2 +# Nan Feng VDR <nfgx@21cn.com>, 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: <see README>\n" "POT-Creation-Date: 2012-12-18 14:04+0100\n" "PO-Revision-Date: 2009-01-23 09:48+0800\n" |