[SCM] vdr packaging repository branch, master, updated. vdr-1.7.16-350-g997be0d

etobi git at e-tobi.net
Sat Dec 4 11:48:31 UTC 2010


The following commit has been merged in the master branch:
commit 997be0de536192eb36d0e947df060b825dbdb005
Author: etobi <git at e-tobi.net>
Date:   Sat Dec 4 12:30:11 2010 +0100

    Added 99_add-language-to-po.dpatch (Closes #593925)

diff --git a/debian/.vdr-patches b/debian/.vdr-patches
index 7b075e3..bf698a9 100644
--- a/debian/.vdr-patches
+++ b/debian/.vdr-patches
@@ -1,3 +1,4 @@
+debian/patches/99_add-language-to-po.dpatch:98572846a526dcde511c1163ea3eacb5
 debian/patches/81_Make_config.dpatch:da281b9af48273bcbd19f3052ee993fd
 debian/patches/12_osdbase-maxitems.dpatch:e45d1b62f7d66c3e5d279e3561034107
 debian/patches/11_sortrecordings.dpatch:9ed4cd1e144ee59dab34d4df4aa9af51
diff --git a/debian/.vdr-patches.multipatch b/debian/.vdr-patches.multipatch
index 969b30b..9fdb41d 100644
--- a/debian/.vdr-patches.multipatch
+++ b/debian/.vdr-patches.multipatch
@@ -15,6 +15,7 @@ debian/patches/opt-41-x_timer-info.dpatch:04511ae02243eb1bab94f3f45b59e574
 debian/patches/opt-24_jumpplay.dpatch:cfa5a357bd499978dd87c0167a538cd0
 debian/patches/opt-50_graphtft-liemikuutio.dpatch:f82320b9c64e17d06b5d0dbbddf50e8f
 debian/patches/opt-31-x_reelchannelscan.dpatch:f8c06ac51888248f68badcab8533c2be
+debian/patches/99_add-language-to-po.dpatch:98572846a526dcde511c1163ea3eacb5
 debian/patches/81_Make_config.dpatch:da281b9af48273bcbd19f3052ee993fd
 debian/patches/opt-51_cuttime.dpatch:5459582bf3c6d95895d7e0ca18b52213
 debian/patches/opt-48-x_pin.dpatch:3dd524fa2c484cd03fa2f46194ceff18
@@ -23,7 +24,6 @@ debian/patches/opt-45_yaepg.dpatch:fbac27f726253a228d7fe15c1cdabeb2
 debian/patches/opt-27_ttxtsubs.dpatch:af553c89b0f4cb7f75fb38768c0ab72a
 debian/patches/99_ncursesw-include.dpatch:90810d58108ff8d9afd768fec67be904
 debian/patches/opt-39_noepg.dpatch:8e479efb77a9a7635a78e21832a56101
-debian/patches/opt-91_ext-graphtft.dpatch:afbe9ba764e67d293de8024f8093b014
 debian/patches/04_newplugin.dpatch:e99f8d21734a19b3eb93d9e3f11b680a
 debian/patches/opt-38_disableDoubleEpgEntrys.dpatch:7a09fa581f95613497b718b5c4a4a875
 debian/patches/opt-22-x_edit_marks.dpatch:d6b10d4000a85dbf0e42664c349fc5c9
diff --git a/debian/changelog b/debian/changelog
index 254ef5b..1e8767f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ vdr (1.7.16-1) UNRELEASED; urgency=low
   * Added NEWS entry about vdr-plugin-dvbsddevice and a probably required 
     modified firmware
   * Updated README.Debian
+  * Added 99_add-language-to-po.dpatch (Closes: #593925)
 
   [ Thomas Schmidt ]
   * Update Vcs-* fields: Move packaging from svn to git
diff --git a/debian/patches/00list b/debian/patches/00list
index 282de01..f30a8e3 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -7,6 +7,7 @@
 81_Make_config
 82_valgrind
 
+99_add-language-to-po
 99_ncursesw-include
 99_vdr-workaround-broken-sys-capability
 
diff --git a/debian/patches/00list.multipatch b/debian/patches/00list.multipatch
index 8457990..9f6c188 100644
--- a/debian/patches/00list.multipatch
+++ b/debian/patches/00list.multipatch
@@ -7,6 +7,7 @@
 81_Make_config
 82_valgrind
 
+99_add-language-to-po
 99_ncursesw-include
 99_vdr-workaround-broken-sys-capability
 
diff --git a/debian/patches/99_add-language-to-po.dpatch b/debian/patches/99_add-language-to-po.dpatch
new file mode 100644
index 0000000..53b2a50
--- /dev/null
+++ b/debian/patches/99_add-language-to-po.dpatch
@@ -0,0 +1,711 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 99_add-language-to-po.dpatch by Tobias Grimm <tg at e-tobi.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Adds a Language-field to the po files
+
+ at DPATCH@
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/PLUGINS/src/hello/po/ca_ES.po vdr/PLUGINS/src/hello/po/ca_ES.po
+--- vdr~/PLUGINS/src/hello/po/ca_ES.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/PLUGINS/src/hello/po/ca_ES.po	2010-12-04 12:28:14.000000000 +0100
+@@ -13,6 +13,7 @@
+ "PO-Revision-Date: 2007-08-11 12:34+0200\n"
+ "Last-Translator: Jordi Vilà <jvila at tinet.org>\n"
+ "Language-Team: Catalanian\n"
++"Language: ca_ES\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-1\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/PLUGINS/src/hello/po/cs_CZ.po vdr/PLUGINS/src/hello/po/cs_CZ.po
+--- vdr~/PLUGINS/src/hello/po/cs_CZ.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/PLUGINS/src/hello/po/cs_CZ.po	2010-12-04 12:28:14.000000000 +0100
+@@ -11,6 +11,7 @@
+ "PO-Revision-Date: 2007-08-11 12:34+0200\n"
+ "Last-Translator: Vladimír Bárta <vladimir.barta at k2atmitec.cz>\n"
+ "Language-Team: Czech\n"
++"Language: cs_CZ\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-2\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/PLUGINS/src/hello/po/da_DK.po vdr/PLUGINS/src/hello/po/da_DK.po
+--- vdr~/PLUGINS/src/hello/po/da_DK.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/PLUGINS/src/hello/po/da_DK.po	2010-12-04 12:28:14.000000000 +0100
+@@ -11,6 +11,7 @@
+ "PO-Revision-Date: 2007-08-11 12:34+0200\n"
+ "Last-Translator: Mogens Elneff <mogens at elneff.dk>\n"
+ "Language-Team: Danish\n"
++"Language: da_DK\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-15\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/PLUGINS/src/hello/po/de_DE.po vdr/PLUGINS/src/hello/po/de_DE.po
+--- vdr~/PLUGINS/src/hello/po/de_DE.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/PLUGINS/src/hello/po/de_DE.po	2010-12-04 12:28:14.000000000 +0100
+@@ -11,6 +11,7 @@
+ "PO-Revision-Date: 2007-08-11 12:34+0200\n"
+ "Last-Translator: Klaus Schmidinger <kls at tvdr.de>\n"
+ "Language-Team: German\n"
++"Language: de_DE\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-15\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/PLUGINS/src/hello/po/el_GR.po vdr/PLUGINS/src/hello/po/el_GR.po
+--- vdr~/PLUGINS/src/hello/po/el_GR.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/PLUGINS/src/hello/po/el_GR.po	2010-12-04 12:28:14.000000000 +0100
+@@ -11,6 +11,7 @@
+ "PO-Revision-Date: 2007-08-11 12:34+0200\n"
+ "Last-Translator: Dimitrios Dimitrakos <mail at dimitrios.de>\n"
+ "Language-Team: Greek\n"
++"Language: el_GR\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-7\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/PLUGINS/src/hello/po/es_ES.po vdr/PLUGINS/src/hello/po/es_ES.po
+--- vdr~/PLUGINS/src/hello/po/es_ES.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/PLUGINS/src/hello/po/es_ES.po	2010-12-04 12:28:14.000000000 +0100
+@@ -11,6 +11,7 @@
+ "PO-Revision-Date: 2007-08-11 12:34+0200\n"
+ "Last-Translator: Ruben Nunez Francisco <ruben.nunez at tang-it.com>\n"
+ "Language-Team: Spanish\n"
++"Language: es_ES\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-15\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/PLUGINS/src/hello/po/et_EE.po vdr/PLUGINS/src/hello/po/et_EE.po
+--- vdr~/PLUGINS/src/hello/po/et_EE.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/PLUGINS/src/hello/po/et_EE.po	2010-12-04 12:28:14.000000000 +0100
+@@ -11,6 +11,7 @@
+ "PO-Revision-Date: 2007-08-11 12:34+0200\n"
+ "Last-Translator: Arthur Konovalov <kasjas at hot.ee>\n"
+ "Language-Team: Estonian\n"
++"Language: et_EE\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-13\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/PLUGINS/src/hello/po/fi_FI.po vdr/PLUGINS/src/hello/po/fi_FI.po
+--- vdr~/PLUGINS/src/hello/po/fi_FI.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/PLUGINS/src/hello/po/fi_FI.po	2010-12-04 12:28:14.000000000 +0100
+@@ -14,6 +14,7 @@
+ "PO-Revision-Date: 2007-08-11 12:34+0200\n"
+ "Last-Translator: Rolf Ahrenberg <rahrenbe at cc.hut.fi>\n"
+ "Language-Team: Finnish\n"
++"Language: fi_FI\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=UTF-8\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/PLUGINS/src/hello/po/fr_FR.po vdr/PLUGINS/src/hello/po/fr_FR.po
+--- vdr~/PLUGINS/src/hello/po/fr_FR.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/PLUGINS/src/hello/po/fr_FR.po	2010-12-04 12:28:14.000000000 +0100
+@@ -14,6 +14,7 @@
+ "PO-Revision-Date: 2007-08-11 12:34+0200\n"
+ "Last-Translator: Nicolas Huillard <nhuillard at e-dition.fr>\n"
+ "Language-Team: French\n"
++"Language: fr_FR\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-1\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/PLUGINS/src/hello/po/hr_HR.po vdr/PLUGINS/src/hello/po/hr_HR.po
+--- vdr~/PLUGINS/src/hello/po/hr_HR.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/PLUGINS/src/hello/po/hr_HR.po	2010-12-04 12:28:14.000000000 +0100
+@@ -11,6 +11,7 @@
+ "PO-Revision-Date: 2008-03-17 19:52+0100\n"
+ "Last-Translator: Adrian Caval <anrxc at sysphere.org>\n"
+ "Language-Team: Croatian\n"
++"Language: hr_HR\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-2\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/PLUGINS/src/hello/po/hu_HU.po vdr/PLUGINS/src/hello/po/hu_HU.po
+--- vdr~/PLUGINS/src/hello/po/hu_HU.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/PLUGINS/src/hello/po/hu_HU.po	2010-12-04 12:28:14.000000000 +0100
+@@ -12,6 +12,7 @@
+ "PO-Revision-Date: 2007-08-11 12:34+0200\n"
+ "Last-Translator: Istvan Koenigsberger <istvnko at hotmail.com>, Guido Josten <guido.josten at t-online.de>\n"
+ "Language-Team: Hungarian\n"
++"Language: hu_HU\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-2\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/PLUGINS/src/hello/po/it_IT.po vdr/PLUGINS/src/hello/po/it_IT.po
+--- vdr~/PLUGINS/src/hello/po/it_IT.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/PLUGINS/src/hello/po/it_IT.po	2010-12-04 12:28:14.000000000 +0100
+@@ -11,6 +11,7 @@
+ "PO-Revision-Date: 2008-01-27 20:11+0100\n"
+ "Last-Translator: Diego Pierotto <vdr-italian at tiscali.it>\n"
+ "Language-Team: Italian\n"
++"Language: it_IT\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-15\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/PLUGINS/src/hello/po/lt_LT.po vdr/PLUGINS/src/hello/po/lt_LT.po
+--- vdr~/PLUGINS/src/hello/po/lt_LT.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/PLUGINS/src/hello/po/lt_LT.po	2010-12-04 12:28:14.000000000 +0100
+@@ -11,6 +11,7 @@
+ "PO-Revision-Date: 2009-12-08 12:18+0200\n"
+ "Last-Translator: Valdemaras Pipiras <varas at ambernet.lt>\n"
+ "Language-Team: Lietuviai\n"
++"Language: lt_LT\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=UTF-8\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/PLUGINS/src/hello/po/nl_NL.po vdr/PLUGINS/src/hello/po/nl_NL.po
+--- vdr~/PLUGINS/src/hello/po/nl_NL.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/PLUGINS/src/hello/po/nl_NL.po	2010-12-04 12:28:14.000000000 +0100
+@@ -13,6 +13,7 @@
+ "PO-Revision-Date: 2007-08-11 12:34+0200\n"
+ "Last-Translator: Maarten Wisse <Maarten.Wisse at urz.uni-hd.de>\n"
+ "Language-Team: Dutch\n"
++"Language: nl_NL\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-15\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/PLUGINS/src/hello/po/nn_NO.po vdr/PLUGINS/src/hello/po/nn_NO.po
+--- vdr~/PLUGINS/src/hello/po/nn_NO.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/PLUGINS/src/hello/po/nn_NO.po	2010-12-04 12:28:14.000000000 +0100
+@@ -12,6 +12,7 @@
+ "PO-Revision-Date: 2007-08-11 12:34+0200\n"
+ "Last-Translator: Truls Slevigen <truls at slevigen.no>\n"
+ "Language-Team: Norwegian\n"
++"Language: nn_NO\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-1\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/PLUGINS/src/hello/po/pl_PL.po vdr/PLUGINS/src/hello/po/pl_PL.po
+--- vdr~/PLUGINS/src/hello/po/pl_PL.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/PLUGINS/src/hello/po/pl_PL.po	2010-12-04 12:28:14.000000000 +0100
+@@ -11,6 +11,7 @@
+ "PO-Revision-Date: 2007-08-11 12:34+0200\n"
+ "Last-Translator: Michael Rakowski <mrak at gmx.de>\n"
+ "Language-Team: Polish\n"
++"Language: pl_PL\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-2\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/PLUGINS/src/hello/po/pt_PT.po vdr/PLUGINS/src/hello/po/pt_PT.po
+--- vdr~/PLUGINS/src/hello/po/pt_PT.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/PLUGINS/src/hello/po/pt_PT.po	2010-12-04 12:28:14.000000000 +0100
+@@ -11,6 +11,7 @@
+ "PO-Revision-Date: 2007-08-11 12:34+0200\n"
+ "Last-Translator: Paulo Lopes <pmml at netvita.pt>\n"
+ "Language-Team: Portuguese\n"
++"Language: pt_PT\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-1\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/PLUGINS/src/hello/po/ro_RO.po vdr/PLUGINS/src/hello/po/ro_RO.po
+--- vdr~/PLUGINS/src/hello/po/ro_RO.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/PLUGINS/src/hello/po/ro_RO.po	2010-12-04 12:28:14.000000000 +0100
+@@ -12,6 +12,7 @@
+ "PO-Revision-Date: 2007-08-11 12:34+0200\n"
+ "Last-Translator: Lucian Muresan <lucianm at users.sourceforge.net>\n"
+ "Language-Team: Romanian\n"
++"Language: ro_RO\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-2\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/PLUGINS/src/hello/po/ru_RU.po vdr/PLUGINS/src/hello/po/ru_RU.po
+--- vdr~/PLUGINS/src/hello/po/ru_RU.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/PLUGINS/src/hello/po/ru_RU.po	2010-12-04 12:28:14.000000000 +0100
+@@ -11,6 +11,7 @@
+ "PO-Revision-Date: 2007-08-11 12:34+0200\n"
+ "Last-Translator: Vyacheslav Dikonov <sdiconov at mail.ru>\n"
+ "Language-Team: Russian\n"
++"Language: ru_RU\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-5\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/PLUGINS/src/hello/po/sk_SK.po vdr/PLUGINS/src/hello/po/sk_SK.po
+--- vdr~/PLUGINS/src/hello/po/sk_SK.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/PLUGINS/src/hello/po/sk_SK.po	2010-12-04 12:28:14.000000000 +0100
+@@ -11,6 +11,7 @@
+ "PO-Revision-Date: 2009-09-30 09:48+0100\n"
+ "Last-Translator: Milan Hrala <hrala.milan at gmail.com>\n"
+ "Language-Team: Slovak\n"
++"Language: sk_SK\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-2\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/PLUGINS/src/hello/po/sl_SI.po vdr/PLUGINS/src/hello/po/sl_SI.po
+--- vdr~/PLUGINS/src/hello/po/sl_SI.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/PLUGINS/src/hello/po/sl_SI.po	2010-12-04 12:28:14.000000000 +0100
+@@ -12,6 +12,7 @@
+ "PO-Revision-Date: 2007-08-11 12:34+0200\n"
+ "Last-Translator: Matjaz Thaler <matjaz.thaler at guest.arnes.si>\n"
+ "Language-Team: Slovenian\n"
++"Language: sl_SI\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-2\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/PLUGINS/src/hello/po/sv_SE.po vdr/PLUGINS/src/hello/po/sv_SE.po
+--- vdr~/PLUGINS/src/hello/po/sv_SE.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/PLUGINS/src/hello/po/sv_SE.po	2010-12-04 12:28:14.000000000 +0100
+@@ -12,6 +12,7 @@
+ "PO-Revision-Date: 2007-08-11 12:34+0200\n"
+ "Last-Translator: Tomas Prybil <tomas at prybil.se>\n"
+ "Language-Team: Swedish\n"
++"Language: sv_SE\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-1\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/PLUGINS/src/hello/po/tr_TR.po vdr/PLUGINS/src/hello/po/tr_TR.po
+--- vdr~/PLUGINS/src/hello/po/tr_TR.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/PLUGINS/src/hello/po/tr_TR.po	2010-12-04 12:28:14.000000000 +0100
+@@ -11,6 +11,7 @@
+ "PO-Revision-Date: 2008-05-12 22:34:4800\n"
+ "Last-Translator: Oktay Yolgeçen <oktay_73 at yahoo.de>\n"
+ "Language-Team: Turkish\n"
++"Language: tr_TR\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-9\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/PLUGINS/src/hello/po/zh_CN.po vdr/PLUGINS/src/hello/po/zh_CN.po
+--- vdr~/PLUGINS/src/hello/po/zh_CN.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/PLUGINS/src/hello/po/zh_CN.po	2010-12-04 12:28:14.000000000 +0100
+@@ -14,6 +14,7 @@
+ "PO-Revision-Date: 2009-01-23 09:48+0800\n"
+ "Last-Translator: senin\n"
+ "Language-Team: Catalanian\n"
++"Language: zh_CN\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=utf-8\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/PLUGINS/src/pictures/po/de_DE.po vdr/PLUGINS/src/pictures/po/de_DE.po
+--- vdr~/PLUGINS/src/pictures/po/de_DE.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/PLUGINS/src/pictures/po/de_DE.po	2010-12-04 12:28:14.000000000 +0100
+@@ -11,6 +11,7 @@
+ "PO-Revision-Date: 2008-01-12 17:41+0100\n"
+ "Last-Translator: Klaus Schmidinger <kls at tvdr.de>\n"
+ "Language-Team: German\n"
++"Language: de_DE\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-15\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/PLUGINS/src/pictures/po/fi_FI.po vdr/PLUGINS/src/pictures/po/fi_FI.po
+--- vdr~/PLUGINS/src/pictures/po/fi_FI.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/PLUGINS/src/pictures/po/fi_FI.po	2010-12-04 12:28:14.000000000 +0100
+@@ -11,6 +11,7 @@
+ "PO-Revision-Date: 2008-01-12 17:41+0100\n"
+ "Last-Translator: Rolf Ahrenberg <rahrenbe at cc.hut.fi>\n"
+ "Language-Team: Finnish\n"
++"Language: fi_FI\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=UTF-8\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/PLUGINS/src/pictures/po/fr_FR.po vdr/PLUGINS/src/pictures/po/fr_FR.po
+--- vdr~/PLUGINS/src/pictures/po/fr_FR.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/PLUGINS/src/pictures/po/fr_FR.po	2010-12-04 12:28:14.000000000 +0100
+@@ -11,6 +11,7 @@
+ "PO-Revision-Date: 2008-01-12 17:41+0100\n"
+ "Last-Translator: Patrice Staudt <ipatrice.staudt at laposte.net>\n"
+ "Language-Team: French\n"
++"Language: fr_FR\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-15\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/PLUGINS/src/pictures/po/it_IT.po vdr/PLUGINS/src/pictures/po/it_IT.po
+--- vdr~/PLUGINS/src/pictures/po/it_IT.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/PLUGINS/src/pictures/po/it_IT.po	2010-12-04 12:28:14.000000000 +0100
+@@ -11,6 +11,7 @@
+ "PO-Revision-Date: 2008-01-27 20:22+0100\n"
+ "Last-Translator: Diego Pierotto <vdr-italian at tiscali.it>\n"
+ "Language-Team: Italian\n"
++"Language: it_IT\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-15\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/PLUGINS/src/pictures/po/lt_LT.po vdr/PLUGINS/src/pictures/po/lt_LT.po
+--- vdr~/PLUGINS/src/pictures/po/lt_LT.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/PLUGINS/src/pictures/po/lt_LT.po	2010-12-04 12:28:14.000000000 +0100
+@@ -11,6 +11,7 @@
+ "PO-Revision-Date: 2009-12-08 12:41+0100\n"
+ "Last-Translator: Valdemaras Pipiras <varas at ambernet.lt>, 2009\n"
+ "Language-Team: Lietuviai\n"
++"Language: lt_LT\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=UTF-8\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/PLUGINS/src/pictures/po/ru_RU.po vdr/PLUGINS/src/pictures/po/ru_RU.po
+--- vdr~/PLUGINS/src/pictures/po/ru_RU.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/PLUGINS/src/pictures/po/ru_RU.po	2010-12-04 12:28:14.000000000 +0100
+@@ -11,6 +11,7 @@
+ "PO-Revision-Date: 2008-03-14 00:45+0100\n"
+ "Last-Translator: Alexander Gross <Bikalexander at gmail.com>\n"
+ "Language-Team: Russian\n"
++"Language: ru_RU\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-5\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/PLUGINS/src/pictures/po/sk_SK.po vdr/PLUGINS/src/pictures/po/sk_SK.po
+--- vdr~/PLUGINS/src/pictures/po/sk_SK.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/PLUGINS/src/pictures/po/sk_SK.po	2010-12-04 12:28:14.000000000 +0100
+@@ -11,6 +11,7 @@
+ "PO-Revision-Date: 2009-09-30 12:54+0100\n"
+ "Last-Translator: Milan Hrala <hrala.milan at gmail.com>\n"
+ "Language-Team: Slovak\n"
++"Language: sk_SK\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=iso-8859-2\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/PLUGINS/src/skincurses/po/de_DE.po vdr/PLUGINS/src/skincurses/po/de_DE.po
+--- vdr~/PLUGINS/src/skincurses/po/de_DE.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/PLUGINS/src/skincurses/po/de_DE.po	2010-12-04 12:28:14.000000000 +0100
+@@ -11,6 +11,7 @@
+ "PO-Revision-Date: 2007-08-15 16:07+0200\n"
+ "Last-Translator: Klaus Schmidinger <kls at tvdr.de>\n"
+ "Language-Team: German\n"
++"Language: de_DE\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-15\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/PLUGINS/src/skincurses/po/fi_FI.po vdr/PLUGINS/src/skincurses/po/fi_FI.po
+--- vdr~/PLUGINS/src/skincurses/po/fi_FI.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/PLUGINS/src/skincurses/po/fi_FI.po	2010-12-04 12:28:14.000000000 +0100
+@@ -11,6 +11,7 @@
+ "PO-Revision-Date: 2007-08-14 20:48+0300\n"
+ "Last-Translator: Rolf Ahrenberg <rahrenbe at cc.hut.fi>\n"
+ "Language-Team: Finnish\n"
++"Language: fi_FI\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=UTF-8\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/PLUGINS/src/skincurses/po/it_IT.po vdr/PLUGINS/src/skincurses/po/it_IT.po
+--- vdr~/PLUGINS/src/skincurses/po/it_IT.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/PLUGINS/src/skincurses/po/it_IT.po	2010-12-04 12:28:14.000000000 +0100
+@@ -11,6 +11,7 @@
+ "PO-Revision-Date: 2008-01-27 20:35+0100\n"
+ "Last-Translator: Diego Pierotto <vdr-italian at tiscali.it>\n"
+ "Language-Team: Italian\n"
++"Language: it_IT\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-15\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/PLUGINS/src/skincurses/po/lt_LT.po vdr/PLUGINS/src/skincurses/po/lt_LT.po
+--- vdr~/PLUGINS/src/skincurses/po/lt_LT.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/PLUGINS/src/skincurses/po/lt_LT.po	2010-12-04 12:28:14.000000000 +0100
+@@ -11,6 +11,7 @@
+ "PO-Revision-Date: 2010-02-22 18:18+0200\n"
+ "Last-Translator: Valdemaras Pipiras <varas at ambernet.lt>\n"
+ "Language-Team: Lietuviai\n"
++"Language: lt_LT\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=UTF-8\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/PLUGINS/src/skincurses/po/ru_RU.po vdr/PLUGINS/src/skincurses/po/ru_RU.po
+--- vdr~/PLUGINS/src/skincurses/po/ru_RU.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/PLUGINS/src/skincurses/po/ru_RU.po	2010-12-04 12:28:14.000000000 +0100
+@@ -11,6 +11,7 @@
+ "PO-Revision-Date: 2008-03-14 00:21+0100\n"
+ "Last-Translator: Alexander Gross <Bikalexander at gmail.com>\n"
+ "Language-Team: Russian\n"
++"Language: ru_RU\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-5\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/PLUGINS/src/skincurses/po/sk_SK.po vdr/PLUGINS/src/skincurses/po/sk_SK.po
+--- vdr~/PLUGINS/src/skincurses/po/sk_SK.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/PLUGINS/src/skincurses/po/sk_SK.po	2010-12-04 12:28:14.000000000 +0100
+@@ -11,6 +11,7 @@
+ "PO-Revision-Date: 2009-09-30 12:52+0100\n"
+ "Last-Translator: Milan Hrala <hrala.milan at gmail.com>\n"
+ "Language-Team: Slovak\n"
++"Language: sk_SK\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=iso-8859-2\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/po/ar.po vdr/po/ar.po
+--- vdr~/po/ar.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/po/ar.po	2010-12-04 12:28:14.000000000 +0100
+@@ -11,6 +11,7 @@
+ "PO-Revision-Date: 2008-10-16 11:16-0400\n"
+ "Last-Translator: Osama Alrawab <alrawab at hotmail.com>\n"
+ "Language-Team: Arabic <ar at li.org>\n"
++"Language: ar\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=UTF-8\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/po/ca_ES.po vdr/po/ca_ES.po
+--- vdr~/po/ca_ES.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/po/ca_ES.po	2010-12-04 12:28:14.000000000 +0100
+@@ -14,6 +14,7 @@
+ "PO-Revision-Date: 2008-03-02 19:02+0100\n"
+ "Last-Translator: Luca Olivetti <luca at ventoso.org>\n"
+ "Language-Team: Catalanian\n"
++"Language: ca_ES\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-1\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/po/cs_CZ.po vdr/po/cs_CZ.po
+--- vdr~/po/cs_CZ.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/po/cs_CZ.po	2010-12-04 12:28:14.000000000 +0100
+@@ -13,6 +13,7 @@
+ "PO-Revision-Date: 2010-05-06 11:00+0200\n"
+ "Last-Translator: Radek Šťastný <dedkus at gmail.com>\n"
+ "Language-Team: Czech\n"
++"Language: cs_CZ\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=UTF-8\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/po/da_DK.po vdr/po/da_DK.po
+--- vdr~/po/da_DK.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/po/da_DK.po	2010-12-04 12:28:14.000000000 +0100
+@@ -11,6 +11,7 @@
+ "PO-Revision-Date: 2007-08-12 14:17+0200\n"
+ "Last-Translator: Mogens Elneff <mogens at elneff.dk>\n"
+ "Language-Team: Danish\n"
++"Language: da_DK\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-15\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/po/de_DE.po vdr/po/de_DE.po
+--- vdr~/po/de_DE.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/po/de_DE.po	2010-12-04 12:28:14.000000000 +0100
+@@ -11,6 +11,7 @@
+ "PO-Revision-Date: 2010-01-16 16:46+0100\n"
+ "Last-Translator: Klaus Schmidinger <kls at tvdr.de>\n"
+ "Language-Team: German\n"
++"Language: de_DE\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-15\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/po/el_GR.po vdr/po/el_GR.po
+--- vdr~/po/el_GR.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/po/el_GR.po	2010-12-04 12:28:14.000000000 +0100
+@@ -11,6 +11,7 @@
+ "PO-Revision-Date: 2007-08-12 14:17+0200\n"
+ "Last-Translator: Dimitrios Dimitrakos <mail at dimitrios.de>\n"
+ "Language-Team: Greek\n"
++"Language: el_GR\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-7\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/po/es_ES.po vdr/po/es_ES.po
+--- vdr~/po/es_ES.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/po/es_ES.po	2010-12-04 12:28:14.000000000 +0100
+@@ -12,6 +12,7 @@
+ "PO-Revision-Date: 2008-03-02 19:02+0100\n"
+ "Last-Translator: Luca Olivetti <luca at ventoso.org>\n"
+ "Language-Team: Spanish\n"
++"Language: es_ES\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-15\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/po/et_EE.po vdr/po/et_EE.po
+--- vdr~/po/et_EE.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/po/et_EE.po	2010-12-04 12:28:14.000000000 +0100
+@@ -11,6 +11,7 @@
+ "PO-Revision-Date: 2007-08-12 14:17+0200\n"
+ "Last-Translator: Arthur Konovalov <artlov at gmail.com>\n"
+ "Language-Team: Estonian\n"
++"Language: et_EE\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-13\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/po/fi_FI.po vdr/po/fi_FI.po
+--- vdr~/po/fi_FI.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/po/fi_FI.po	2010-12-04 12:28:14.000000000 +0100
+@@ -14,6 +14,7 @@
+ "PO-Revision-Date: 2007-08-15 15:52+0200\n"
+ "Last-Translator: Rolf Ahrenberg <rahrenbe at cc.hut.fi>\n"
+ "Language-Team: Finnish\n"
++"Language: fi_FI\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=UTF-8\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/po/fr_FR.po vdr/po/fr_FR.po
+--- vdr~/po/fr_FR.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/po/fr_FR.po	2010-12-04 12:28:14.000000000 +0100
+@@ -17,6 +17,7 @@
+ "PO-Revision-Date: 2008-02-27 18:14+0100\n"
+ "Last-Translator: Jean-Claude Repetto <jc at repetto.org>\n"
+ "Language-Team: French\n"
++"Language: fr_FR\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-1\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/po/hr_HR.po vdr/po/hr_HR.po
+--- vdr~/po/hr_HR.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/po/hr_HR.po	2010-12-04 12:28:14.000000000 +0100
+@@ -13,6 +13,7 @@
+ "PO-Revision-Date: 2008-03-17 19:00+0100\n"
+ "Last-Translator: Adrian Caval <anrxc at sysphere.org>\n"
+ "Language-Team: Croatian\n"
++"Language: hr_HR\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-2\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/po/hu_HU.po vdr/po/hu_HU.po
+--- vdr~/po/hu_HU.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/po/hu_HU.po	2010-12-04 12:28:14.000000000 +0100
+@@ -14,6 +14,7 @@
+ "PO-Revision-Date: 2007-12-01 21:42+0200\n"
+ "Last-Translator: István Füley <ifuley at tigercomp.ro>\n"
+ "Language-Team: Hungarian\n"
++"Language: hu_HU\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-2\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/po/it_IT.po vdr/po/it_IT.po
+--- vdr~/po/it_IT.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/po/it_IT.po	2010-12-04 12:28:14.000000000 +0100
+@@ -15,6 +15,7 @@
+ "PO-Revision-Date: 2010-06-13 00:30+0100\n"
+ "Last-Translator: Diego Pierotto <vdr-italian at tiscali.it>\n"
+ "Language-Team: Italian\n"
++"Language: it_IT\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=utf-8\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/po/lt_LT.po vdr/po/lt_LT.po
+--- vdr~/po/lt_LT.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/po/lt_LT.po	2010-12-04 12:28:14.000000000 +0100
+@@ -11,6 +11,7 @@
+ "PO-Revision-Date: 2010-02-22 18:05+0200\n"
+ "Last-Translator: Valdemaras Pipiras <varas at ambernet.lt>\n"
+ "Language-Team: Lithuanian\n"
++"Language: lt_LT\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=UTF-8\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/po/mk_MK.po vdr/po/mk_MK.po
+--- vdr~/po/mk_MK.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/po/mk_MK.po	2010-12-04 12:28:14.000000000 +0100
+@@ -11,6 +11,7 @@
+ "PO-Revision-Date: 2010-03-11 00:54+0100\n"
+ "Last-Translator: Dimitar Petrovski <dimeptr at gmail.com>\n"
+ "Language-Team: Macedonian <en at li.org>\n"
++"Language: mk_MK\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=UTF-8\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/po/nl_NL.po vdr/po/nl_NL.po
+--- vdr~/po/nl_NL.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/po/nl_NL.po	2010-12-04 12:28:14.000000000 +0100
+@@ -15,6 +15,7 @@
+ "PO-Revision-Date: 2008-02-26 17:20+0100\n"
+ "Last-Translator: Johan Schuring <johan.schuring at vetteblei.nl>\n"
+ "Language-Team: Dutch\n"
++"Language: nl_NL\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-15\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/po/nn_NO.po vdr/po/nn_NO.po
+--- vdr~/po/nn_NO.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/po/nn_NO.po	2010-12-04 12:28:14.000000000 +0100
+@@ -12,6 +12,7 @@
+ "PO-Revision-Date: 2007-08-12 14:17+0200\n"
+ "Last-Translator: Truls Slevigen <truls at slevigen.no>\n"
+ "Language-Team: Norwegian\n"
++"Language: nn_NO\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-1\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/po/pl_PL.po vdr/po/pl_PL.po
+--- vdr~/po/pl_PL.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/po/pl_PL.po	2010-12-04 12:28:14.000000000 +0100
+@@ -12,6 +12,7 @@
+ "PO-Revision-Date: 2008-03-09 12:59+0100\n"
+ "Last-Translator: Michael Rakowski <mrak at gmx.de>\n"
+ "Language-Team:  Polish\n"
++"Language: pl_PL\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-2\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/po/pt_PT.po vdr/po/pt_PT.po
+--- vdr~/po/pt_PT.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/po/pt_PT.po	2010-12-04 12:28:14.000000000 +0100
+@@ -12,6 +12,7 @@
+ "PO-Revision-Date: 2010-03-28 22:49+0100\n"
+ "Last-Translator: Cris Silva <hudokkow at gmail.com>\n"
+ "Language-Team: Portuguese\n"
++"Language: pt_PT\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-1\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/po/ro_RO.po vdr/po/ro_RO.po
+--- vdr~/po/ro_RO.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/po/ro_RO.po	2010-12-04 12:28:14.000000000 +0100
+@@ -12,6 +12,7 @@
+ "PO-Revision-Date: 2010-02-11 13:38+0100\n"
+ "Last-Translator: Lucian Muresan <lucianm at users.sourceforge.net>\n"
+ "Language-Team: Romanian\n"
++"Language: ro_RO\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-2\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/po/ru_RU.po vdr/po/ru_RU.po
+--- vdr~/po/ru_RU.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/po/ru_RU.po	2010-12-04 12:28:14.000000000 +0100
+@@ -12,6 +12,7 @@
+ "PO-Revision-Date: 2008-12-15 14:37+0100\n"
+ "Last-Translator: Oleg Roitburd <oleg at roitburd.de>\n"
+ "Language-Team: Russian\n"
++"Language: ru_RU\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-5\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/po/sk_SK.po vdr/po/sk_SK.po
+--- vdr~/po/sk_SK.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/po/sk_SK.po	2010-12-04 12:28:14.000000000 +0100
+@@ -12,6 +12,7 @@
+ "PO-Revision-Date: 2009-09-30 12:50+0100\n"
+ "Last-Translator: Milan Hrala <hrala.milan at gmail.com>\n"
+ "Language-Team: Slovak\n"
++"Language: sk_SK\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-2\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/po/sl_SI.po vdr/po/sl_SI.po
+--- vdr~/po/sl_SI.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/po/sl_SI.po	2010-12-04 12:28:14.000000000 +0100
+@@ -12,6 +12,7 @@
+ "PO-Revision-Date: 2008-02-28 19:44+0100\n"
+ "Last-Translator: Matjaz Thaler <matjaz.thaler at guest.arnes.si>\n"
+ "Language-Team: Slovenian\n"
++"Language: sl_SI\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-2\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/po/sv_SE.po vdr/po/sv_SE.po
+--- vdr~/po/sv_SE.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/po/sv_SE.po	2010-12-04 12:28:14.000000000 +0100
+@@ -14,6 +14,7 @@
+ "PO-Revision-Date: 2008-03-12 18:25+0100\n"
+ "Last-Translator: Magnus Andersson <svankan at bahnhof.se>\n"
+ "Language-Team: Swedish\n"
++"Language: sv_SE\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-1\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/po/tr_TR.po vdr/po/tr_TR.po
+--- vdr~/po/tr_TR.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/po/tr_TR.po	2010-12-04 12:28:14.000000000 +0100
+@@ -11,6 +11,7 @@
+ "PO-Revision-Date: 2008-02-28 00:33+0100\n"
+ "Last-Translator: Oktay Yolgeçen <oktay_73 at yahoo.de>\n"
+ "Language-Team: Turkish\n"
++"Language: tr_TR\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-9\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/po/uk_UA.po vdr/po/uk_UA.po
+--- vdr~/po/uk_UA.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/po/uk_UA.po	2010-12-04 12:28:14.000000000 +0100
+@@ -11,6 +11,7 @@
+ "PO-Revision-Date: 2010-04-25 16:35+0200\n"
+ "Last-Translator: Yarema aka Knedlyk <yupadmin at gmail.com>\n"
+ "Language-Team: Ukrainian\n"
++"Language: uk_UA\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=UTF-8\n"
+ "Content-Transfer-Encoding: 8bit\n"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr~/po/zh_CN.po vdr/po/zh_CN.po
+--- vdr~/po/zh_CN.po	2010-12-04 12:25:24.000000000 +0100
++++ vdr/po/zh_CN.po	2010-12-04 12:28:14.000000000 +0100
+@@ -11,6 +11,7 @@
+ "PO-Revision-Date: 2009-09-23 23:50+0800\n"
+ "Last-Translator: Nan Feng <nfgx at 21cn.com>\n"
+ "Language-Team: Chinese\n"
++"Language: zh_CN\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=utf-8\n"
+ "Content-Transfer-Encoding: 8bit\n"
diff --git a/debian/rules b/debian/rules
index 05b9e0d..eda7990 100755
--- a/debian/rules
+++ b/debian/rules
@@ -67,13 +67,11 @@ build-stamp: configure-stamp
 	dh_testdir
 
 	# build unoptimized vdr with debugging symbols
-	touch po/vdr.pot po/*.po
 	$(MAKE) all $(MAKE_OPTIONS) VDRDEBUG=yes DEB_BUILD_OPTIONS=nostrip,noopt
 	cp vdr vdr-dbg
 	$(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
 
 	# build "productive" vdr
-	touch po/vdr.pot po/*.po
 	$(MAKE) all $(MAKE_OPTIONS)
 	ln -f vdr vdr-kbd
 

-- 
vdr packaging repository



More information about the pkg-vdr-dvb-changes mailing list