On Saturday 04 December 2010, Tobias Grimm wrote: > The gettext version I use automatically adds a Language field to the > headers of the po-Files. It would be nice to have this field there in > the first place, so here's a small patch that adds it. The Language fields for the main dialect of a language should not have _COUNTRY (i.e. Language: de, not Language: de_DE etc). More info: http://www.gnu.org/software/gettext/manual/gettext.html#Header-Entry Attached is a patch I've sent to Klaus quite a while back, I believe this one does it correctly (and also fixes Language-Team values).
From dba5695d5efd9cd2b6663eeea404f0460d98dbca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <ville.skytta@xxxxxx> Date: Mon, 30 Aug 2010 00:07:05 +0300 Subject: [PATCH 5/5] Add Language and fix Language-Team header of *.po. http://www.gnu.org/software/gettext/manual/gettext.html#Header-Entry --- PLUGINS/src/hello/po/ca_ES.po | 3 ++- PLUGINS/src/hello/po/cs_CZ.po | 3 ++- PLUGINS/src/hello/po/da_DK.po | 3 ++- PLUGINS/src/hello/po/de_DE.po | 3 ++- PLUGINS/src/hello/po/el_GR.po | 3 ++- PLUGINS/src/hello/po/es_ES.po | 3 ++- PLUGINS/src/hello/po/et_EE.po | 3 ++- PLUGINS/src/hello/po/fi_FI.po | 3 ++- PLUGINS/src/hello/po/fr_FR.po | 3 ++- PLUGINS/src/hello/po/hr_HR.po | 3 ++- PLUGINS/src/hello/po/hu_HU.po | 3 ++- PLUGINS/src/hello/po/it_IT.po | 3 ++- PLUGINS/src/hello/po/lt_LT.po | 3 ++- PLUGINS/src/hello/po/nl_NL.po | 3 ++- PLUGINS/src/hello/po/nn_NO.po | 3 ++- PLUGINS/src/hello/po/pl_PL.po | 3 ++- PLUGINS/src/hello/po/pt_PT.po | 3 ++- PLUGINS/src/hello/po/ro_RO.po | 3 ++- PLUGINS/src/hello/po/ru_RU.po | 3 ++- PLUGINS/src/hello/po/sk_SK.po | 4 ++-- PLUGINS/src/hello/po/sl_SI.po | 3 ++- PLUGINS/src/hello/po/sv_SE.po | 3 ++- PLUGINS/src/hello/po/tr_TR.po | 3 ++- PLUGINS/src/hello/po/zh_CN.po | 4 ++-- PLUGINS/src/pictures/po/de_DE.po | 3 ++- PLUGINS/src/pictures/po/fi_FI.po | 3 ++- PLUGINS/src/pictures/po/fr_FR.po | 3 ++- PLUGINS/src/pictures/po/it_IT.po | 3 ++- PLUGINS/src/pictures/po/lt_LT.po | 3 ++- PLUGINS/src/pictures/po/ru_RU.po | 3 ++- PLUGINS/src/pictures/po/sk_SK.po | 4 ++-- PLUGINS/src/skincurses/po/de_DE.po | 3 ++- PLUGINS/src/skincurses/po/fi_FI.po | 3 ++- PLUGINS/src/skincurses/po/it_IT.po | 3 ++- PLUGINS/src/skincurses/po/lt_LT.po | 3 ++- PLUGINS/src/skincurses/po/ru_RU.po | 3 ++- PLUGINS/src/skincurses/po/sk_SK.po | 4 ++-- po/ca_ES.po | 3 ++- po/cs_CZ.po | 3 ++- po/da_DK.po | 3 ++- po/de_DE.po | 3 ++- po/el_GR.po | 3 ++- po/es_ES.po | 3 ++- po/et_EE.po | 3 ++- po/fi_FI.po | 3 ++- po/fr_FR.po | 3 ++- po/hr_HR.po | 3 ++- po/hu_HU.po | 3 ++- po/it_IT.po | 3 ++- po/lt_LT.po | 3 ++- po/mk_MK.po | 1 + po/nl_NL.po | 3 ++- po/nn_NO.po | 3 ++- po/pl_PL.po | 3 ++- po/pt_PT.po | 3 ++- po/ro_RO.po | 3 ++- po/ru_RU.po | 3 ++- po/sk_SK.po | 3 ++- po/sl_SI.po | 3 ++- po/sv_SE.po | 3 ++- po/tr_TR.po | 3 ++- po/uk_UA.po | 3 ++- po/zh_CN.po | 3 ++- 63 files changed, 125 insertions(+), 66 deletions(-) diff --git a/PLUGINS/src/hello/po/ca_ES.po b/PLUGINS/src/hello/po/ca_ES.po index 008b97e..1c2d2dd 100644 --- a/PLUGINS/src/hello/po/ca_ES.po +++ b/PLUGINS/src/hello/po/ca_ES.po @@ -12,7 +12,8 @@ msgstr "" "POT-Creation-Date: 2007-10-13 11:52+0200\n" "PO-Revision-Date: 2007-08-11 12:34+0200\n" "Last-Translator: Jordi Vilàjvila@xxxxxxxxx>\n" -"Language-Team: Catalanian\n" +"Language-Team: Catalan <vdr@xxxxxxxxxxx>\n" +"Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/PLUGINS/src/hello/po/cs_CZ.po b/PLUGINS/src/hello/po/cs_CZ.po index c4fa571..bbf110c 100644 --- a/PLUGINS/src/hello/po/cs_CZ.po +++ b/PLUGINS/src/hello/po/cs_CZ.po @@ -10,7 +10,8 @@ msgstr "" "POT-Creation-Date: 2007-10-13 11:52+0200\n" "PO-Revision-Date: 2007-08-11 12:34+0200\n" "Last-Translator: VladimíBáa <vladimir.barta@xxxxxxxxxxxx>\n" -"Language-Team: Czech\n" +"Language-Team: Czech <vdr@xxxxxxxxxxx>\n" +"Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-2\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/PLUGINS/src/hello/po/da_DK.po b/PLUGINS/src/hello/po/da_DK.po index f05412a..49c52ec 100644 --- a/PLUGINS/src/hello/po/da_DK.po +++ b/PLUGINS/src/hello/po/da_DK.po @@ -10,7 +10,8 @@ msgstr "" "POT-Creation-Date: 2007-10-13 11:52+0200\n" "PO-Revision-Date: 2007-08-11 12:34+0200\n" "Last-Translator: Mogens Elneff <mogens@xxxxxxxxx>\n" -"Language-Team: Danish\n" +"Language-Team: Danish <vdr@xxxxxxxxxxx>\n" +"Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-15\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/PLUGINS/src/hello/po/de_DE.po b/PLUGINS/src/hello/po/de_DE.po index 43d6f2b..813157f 100644 --- a/PLUGINS/src/hello/po/de_DE.po +++ b/PLUGINS/src/hello/po/de_DE.po @@ -10,7 +10,8 @@ msgstr "" "POT-Creation-Date: 2007-10-13 11:52+0200\n" "PO-Revision-Date: 2007-08-11 12:34+0200\n" "Last-Translator: Klaus Schmidinger <kls@xxxxxxx>\n" -"Language-Team: German\n" +"Language-Team: German <vdr@xxxxxxxxxxx>\n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-15\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/PLUGINS/src/hello/po/el_GR.po b/PLUGINS/src/hello/po/el_GR.po index adcb3cd..cca8ca7 100644 --- a/PLUGINS/src/hello/po/el_GR.po +++ b/PLUGINS/src/hello/po/el_GR.po @@ -10,7 +10,8 @@ msgstr "" "POT-Creation-Date: 2007-10-13 11:52+0200\n" "PO-Revision-Date: 2007-08-11 12:34+0200\n" "Last-Translator: Dimitrios Dimitrakos <mail@xxxxxxxxxxxx>\n" -"Language-Team: Greek\n" +"Language-Team: Greek <vdr@xxxxxxxxxxx>\n" +"Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-7\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/PLUGINS/src/hello/po/es_ES.po b/PLUGINS/src/hello/po/es_ES.po index 33af969..b12937b 100644 --- a/PLUGINS/src/hello/po/es_ES.po +++ b/PLUGINS/src/hello/po/es_ES.po @@ -10,7 +10,8 @@ msgstr "" "POT-Creation-Date: 2007-10-13 11:52+0200\n" "PO-Revision-Date: 2007-08-11 12:34+0200\n" "Last-Translator: Ruben Nunez Francisco <ruben.nunez@xxxxxxxxxxx>\n" -"Language-Team: Spanish\n" +"Language-Team: Spanish <vdr@xxxxxxxxxxx>\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-15\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/PLUGINS/src/hello/po/et_EE.po b/PLUGINS/src/hello/po/et_EE.po index f83d03c..790240f 100644 --- a/PLUGINS/src/hello/po/et_EE.po +++ b/PLUGINS/src/hello/po/et_EE.po @@ -10,7 +10,8 @@ msgstr "" "POT-Creation-Date: 2007-10-13 11:52+0200\n" "PO-Revision-Date: 2007-08-11 12:34+0200\n" "Last-Translator: Arthur Konovalov <kasjas@xxxxxx>\n" -"Language-Team: Estonian\n" +"Language-Team: Estonian <vdr@xxxxxxxxxxx>\n" +"Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-13\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/PLUGINS/src/hello/po/fi_FI.po b/PLUGINS/src/hello/po/fi_FI.po index 36677e0..f5e7dd6 100644 --- a/PLUGINS/src/hello/po/fi_FI.po +++ b/PLUGINS/src/hello/po/fi_FI.po @@ -13,7 +13,8 @@ msgstr "" "POT-Creation-Date: 2007-10-13 11:52+0200\n" "PO-Revision-Date: 2007-08-11 12:34+0200\n" "Last-Translator: Rolf Ahrenberg <rahrenbe@xxxxxxxxx>\n" -"Language-Team: Finnish\n" +"Language-Team: Finnish <vdr@xxxxxxxxxxx>\n" +"Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/PLUGINS/src/hello/po/fr_FR.po b/PLUGINS/src/hello/po/fr_FR.po index 6adcce5..4fb5068 100644 --- a/PLUGINS/src/hello/po/fr_FR.po +++ b/PLUGINS/src/hello/po/fr_FR.po @@ -13,7 +13,8 @@ msgstr "" "POT-Creation-Date: 2007-10-13 11:52+0200\n" "PO-Revision-Date: 2007-08-11 12:34+0200\n" "Last-Translator: Nicolas Huillard <nhuillard@xxxxxxxxxxx>\n" -"Language-Team: French\n" +"Language-Team: French <vdr@xxxxxxxxxxx>\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/PLUGINS/src/hello/po/hr_HR.po b/PLUGINS/src/hello/po/hr_HR.po index 752d1ed..6fb48ea 100644 --- a/PLUGINS/src/hello/po/hr_HR.po +++ b/PLUGINS/src/hello/po/hr_HR.po @@ -10,7 +10,8 @@ msgstr "" "POT-Creation-Date: 2007-10-13 11:52+0200\n" "PO-Revision-Date: 2008-03-17 19:52+0100\n" "Last-Translator: Adrian Caval <anrxc@xxxxxxxxxxxx>\n" -"Language-Team: Croatian\n" +"Language-Team: Croatian <vdr@xxxxxxxxxxx>\n" +"Language: hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-2\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/PLUGINS/src/hello/po/hu_HU.po b/PLUGINS/src/hello/po/hu_HU.po index 3079132..5f72238 100644 --- a/PLUGINS/src/hello/po/hu_HU.po +++ b/PLUGINS/src/hello/po/hu_HU.po @@ -11,7 +11,8 @@ msgstr "" "POT-Creation-Date: 2007-10-13 11:52+0200\n" "PO-Revision-Date: 2007-08-11 12:34+0200\n" "Last-Translator: Istvan Koenigsberger <istvnko@xxxxxxxxxxx>, Guido Josten <guido.josten@xxxxxxxxxxx>\n" -"Language-Team: Hungarian\n" +"Language-Team: Hungarian <vdr@xxxxxxxxxxx>\n" +"Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-2\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/PLUGINS/src/hello/po/it_IT.po b/PLUGINS/src/hello/po/it_IT.po index 0f22160..a578392 100644 --- a/PLUGINS/src/hello/po/it_IT.po +++ b/PLUGINS/src/hello/po/it_IT.po @@ -10,7 +10,8 @@ msgstr "" "POT-Creation-Date: 2007-10-13 11:52+0200\n" "PO-Revision-Date: 2008-01-27 20:11+0100\n" "Last-Translator: Diego Pierotto <vdr-italian@xxxxxxxxxx>\n" -"Language-Team: Italian\n" +"Language-Team: Italian <vdr@xxxxxxxxxxx>\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-15\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/PLUGINS/src/hello/po/lt_LT.po b/PLUGINS/src/hello/po/lt_LT.po index 26e0ff4..5734ebe 100644 --- a/PLUGINS/src/hello/po/lt_LT.po +++ b/PLUGINS/src/hello/po/lt_LT.po @@ -10,7 +10,8 @@ msgstr "" "POT-Creation-Date: 2007-10-13 11:52+0200\n" "PO-Revision-Date: 2009-12-08 12:18+0200\n" "Last-Translator: Valdemaras Pipiras <varas@xxxxxxxxxxx>\n" -"Language-Team: Lietuviai\n" +"Language-Team: Lithuanian <vdr@xxxxxxxxxxx>\n" +"Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/PLUGINS/src/hello/po/nl_NL.po b/PLUGINS/src/hello/po/nl_NL.po index 5ea7b6a..f7ff7b0 100644 --- a/PLUGINS/src/hello/po/nl_NL.po +++ b/PLUGINS/src/hello/po/nl_NL.po @@ -12,7 +12,8 @@ msgstr "" "POT-Creation-Date: 2007-10-13 11:52+0200\n" "PO-Revision-Date: 2007-08-11 12:34+0200\n" "Last-Translator: Maarten Wisse <Maarten.Wisse@xxxxxxxxxxxxx>\n" -"Language-Team: Dutch\n" +"Language-Team: Dutch <vdr@xxxxxxxxxxx>\n" +"Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-15\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/PLUGINS/src/hello/po/nn_NO.po b/PLUGINS/src/hello/po/nn_NO.po index 400c864..795cf93 100644 --- a/PLUGINS/src/hello/po/nn_NO.po +++ b/PLUGINS/src/hello/po/nn_NO.po @@ -11,7 +11,8 @@ msgstr "" "POT-Creation-Date: 2007-10-13 11:52+0200\n" "PO-Revision-Date: 2007-08-11 12:34+0200\n" "Last-Translator: Truls Slevigen <truls@xxxxxxxxxxx>\n" -"Language-Team: Norwegian\n" +"Language-Team: Norwegian Nynorsk <vdr@xxxxxxxxxxx>\n" +"Language: nn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/PLUGINS/src/hello/po/pl_PL.po b/PLUGINS/src/hello/po/pl_PL.po index 07bff4d..a4e570b 100644 --- a/PLUGINS/src/hello/po/pl_PL.po +++ b/PLUGINS/src/hello/po/pl_PL.po @@ -10,7 +10,8 @@ msgstr "" "POT-Creation-Date: 2007-10-13 11:52+0200\n" "PO-Revision-Date: 2007-08-11 12:34+0200\n" "Last-Translator: Michael Rakowski <mrak@xxxxxx>\n" -"Language-Team: Polish\n" +"Language-Team: Polish <vdr@xxxxxxxxxxx>\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-2\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/PLUGINS/src/hello/po/pt_PT.po b/PLUGINS/src/hello/po/pt_PT.po index 3d7a09f..755ba05 100644 --- a/PLUGINS/src/hello/po/pt_PT.po +++ b/PLUGINS/src/hello/po/pt_PT.po @@ -10,7 +10,8 @@ msgstr "" "POT-Creation-Date: 2007-10-13 11:52+0200\n" "PO-Revision-Date: 2007-08-11 12:34+0200\n" "Last-Translator: Paulo Lopes <pmml@xxxxxxxxxx>\n" -"Language-Team: Portuguese\n" +"Language-Team: Portuguese <vdr@xxxxxxxxxxx>\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/PLUGINS/src/hello/po/ro_RO.po b/PLUGINS/src/hello/po/ro_RO.po index 7562690..624f223 100644 --- a/PLUGINS/src/hello/po/ro_RO.po +++ b/PLUGINS/src/hello/po/ro_RO.po @@ -11,7 +11,8 @@ msgstr "" "POT-Creation-Date: 2007-10-13 11:52+0200\n" "PO-Revision-Date: 2007-08-11 12:34+0200\n" "Last-Translator: Lucian Muresan <lucianm@xxxxxxxxxxxxxxxxxxxxx>\n" -"Language-Team: Romanian\n" +"Language-Team: Romanian <vdr@xxxxxxxxxxx>\n" +"Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-2\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/PLUGINS/src/hello/po/ru_RU.po b/PLUGINS/src/hello/po/ru_RU.po index 5544ff8..5e69bf1 100644 --- a/PLUGINS/src/hello/po/ru_RU.po +++ b/PLUGINS/src/hello/po/ru_RU.po @@ -10,7 +10,8 @@ msgstr "" "POT-Creation-Date: 2007-10-13 11:52+0200\n" "PO-Revision-Date: 2007-08-11 12:34+0200\n" "Last-Translator: Vyacheslav Dikonov <sdiconov@xxxxxxx>\n" -"Language-Team: Russian\n" +"Language-Team: Russian <vdr@xxxxxxxxxxx>\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-5\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/PLUGINS/src/hello/po/sk_SK.po b/PLUGINS/src/hello/po/sk_SK.po index a878a95..7a06774 100644 --- a/PLUGINS/src/hello/po/sk_SK.po +++ b/PLUGINS/src/hello/po/sk_SK.po @@ -10,7 +10,8 @@ msgstr "" "POT-Creation-Date: 2007-10-13 11:52+0200\n" "PO-Revision-Date: 2009-09-30 09:48+0100\n" "Last-Translator: Milan Hrala <hrala.milan@xxxxxxxxx>\n" -"Language-Team: Slovak\n" +"Language-Team: Slovak <vdr@xxxxxxxxxxx>\n" +"Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-2\n" "Content-Transfer-Encoding: 8bit\n" @@ -32,4 +33,3 @@ msgstr "Ahojte v msgid "Hello world!" msgstr "Ahoj svet!" - diff --git a/PLUGINS/src/hello/po/sl_SI.po b/PLUGINS/src/hello/po/sl_SI.po index cc489a4..9a24b52 100644 --- a/PLUGINS/src/hello/po/sl_SI.po +++ b/PLUGINS/src/hello/po/sl_SI.po @@ -11,7 +11,8 @@ msgstr "" "POT-Creation-Date: 2007-10-13 11:52+0200\n" "PO-Revision-Date: 2007-08-11 12:34+0200\n" "Last-Translator: Matjaz Thaler <matjaz.thaler@xxxxxxxxxxxxxx>\n" -"Language-Team: Slovenian\n" +"Language-Team: Slovenian <vdr@xxxxxxxxxxx>\n" +"Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-2\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/PLUGINS/src/hello/po/sv_SE.po b/PLUGINS/src/hello/po/sv_SE.po index a390fcf..00ca151 100644 --- a/PLUGINS/src/hello/po/sv_SE.po +++ b/PLUGINS/src/hello/po/sv_SE.po @@ -11,7 +11,8 @@ msgstr "" "POT-Creation-Date: 2007-10-13 11:52+0200\n" "PO-Revision-Date: 2007-08-11 12:34+0200\n" "Last-Translator: Tomas Prybil <tomas@xxxxxxxxx>\n" -"Language-Team: Swedish\n" +"Language-Team: Swedish <vdr@xxxxxxxxxxx>\n" +"Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/PLUGINS/src/hello/po/tr_TR.po b/PLUGINS/src/hello/po/tr_TR.po index 34f627f..644dc6e 100644 --- a/PLUGINS/src/hello/po/tr_TR.po +++ b/PLUGINS/src/hello/po/tr_TR.po @@ -10,7 +10,8 @@ msgstr "" "POT-Creation-Date: 2007-10-13 11:52+0200\n" "PO-Revision-Date: 2008-05-12 22:34:4800\n" "Last-Translator: Oktay Yolgeç <oktay_73@xxxxxxxx>\n" -"Language-Team: Turkish\n" +"Language-Team: Turkish <vdr@xxxxxxxxxxx>\n" +"Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-9\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/PLUGINS/src/hello/po/zh_CN.po b/PLUGINS/src/hello/po/zh_CN.po index 5585572..5f13a12 100644 --- a/PLUGINS/src/hello/po/zh_CN.po +++ b/PLUGINS/src/hello/po/zh_CN.po @@ -13,7 +13,8 @@ msgstr "" "POT-Creation-Date: 2007-10-13 11:52+0200\n" "PO-Revision-Date: 2009-01-23 09:48+0800\n" "Last-Translator: senin\n" -"Language-Team: Catalanian\n" +"Language-Team: Chinese (simplified) <vdr@xxxxxxxxxxx>\n" +"Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -35,4 +36,3 @@ msgstr "äåäï" msgid "Hello world!" msgstr "äçæåï" - diff --git a/PLUGINS/src/pictures/po/de_DE.po b/PLUGINS/src/pictures/po/de_DE.po index abeaa6e..a00b33f 100644 --- a/PLUGINS/src/pictures/po/de_DE.po +++ b/PLUGINS/src/pictures/po/de_DE.po @@ -10,7 +10,8 @@ msgstr "" "POT-Creation-Date: 2008-01-12 17:38+0100\n" "PO-Revision-Date: 2008-01-12 17:41+0100\n" "Last-Translator: Klaus Schmidinger <kls@xxxxxxx>\n" -"Language-Team: German\n" +"Language-Team: German <vdr@xxxxxxxxxxx>\n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-15\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/PLUGINS/src/pictures/po/fi_FI.po b/PLUGINS/src/pictures/po/fi_FI.po index 803fa9e..04259f6 100644 --- a/PLUGINS/src/pictures/po/fi_FI.po +++ b/PLUGINS/src/pictures/po/fi_FI.po @@ -10,7 +10,8 @@ msgstr "" "POT-Creation-Date: 2008-01-12 17:38+0100\n" "PO-Revision-Date: 2008-01-12 17:41+0100\n" "Last-Translator: Rolf Ahrenberg <rahrenbe@xxxxxxxxx>\n" -"Language-Team: Finnish\n" +"Language-Team: Finnish <vdr@xxxxxxxxxxx>\n" +"Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/PLUGINS/src/pictures/po/fr_FR.po b/PLUGINS/src/pictures/po/fr_FR.po index a99758f..59b83f4 100644 --- a/PLUGINS/src/pictures/po/fr_FR.po +++ b/PLUGINS/src/pictures/po/fr_FR.po @@ -10,7 +10,8 @@ msgstr "" "POT-Creation-Date: 2008-01-12 17:38+0100\n" "PO-Revision-Date: 2008-01-12 17:41+0100\n" "Last-Translator: Patrice Staudt <ipatrice.staudt@xxxxxxxxxxx>\n" -"Language-Team: French\n" +"Language-Team: French <vdr@xxxxxxxxxxx>\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-15\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/PLUGINS/src/pictures/po/it_IT.po b/PLUGINS/src/pictures/po/it_IT.po index d30f040..40e93eb 100644 --- a/PLUGINS/src/pictures/po/it_IT.po +++ b/PLUGINS/src/pictures/po/it_IT.po @@ -10,7 +10,8 @@ msgstr "" "POT-Creation-Date: 2008-01-12 17:38+0100\n" "PO-Revision-Date: 2008-01-27 20:22+0100\n" "Last-Translator: Diego Pierotto <vdr-italian@xxxxxxxxxx>\n" -"Language-Team: Italian\n" +"Language-Team: Italian <vdr@xxxxxxxxxxx>\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-15\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/PLUGINS/src/pictures/po/lt_LT.po b/PLUGINS/src/pictures/po/lt_LT.po index c6d1656..efec5ee 100644 --- a/PLUGINS/src/pictures/po/lt_LT.po +++ b/PLUGINS/src/pictures/po/lt_LT.po @@ -10,7 +10,8 @@ msgstr "" "POT-Creation-Date: 2008-01-12 17:38+0100\n" "PO-Revision-Date: 2009-12-08 12:41+0100\n" "Last-Translator: Valdemaras Pipiras <varas@xxxxxxxxxxx>, 2009\n" -"Language-Team: Lietuviai\n" +"Language-Team: Lithuanian <vdr@xxxxxxxxxxx>\n" +"Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/PLUGINS/src/pictures/po/ru_RU.po b/PLUGINS/src/pictures/po/ru_RU.po index 46ed5c5..a79c054 100644 --- a/PLUGINS/src/pictures/po/ru_RU.po +++ b/PLUGINS/src/pictures/po/ru_RU.po @@ -10,7 +10,8 @@ msgstr "" "POT-Creation-Date: 2008-01-12 17:38+0100\n" "PO-Revision-Date: 2008-03-14 00:45+0100\n" "Last-Translator: Alexander Gross <Bikalexander@xxxxxxxxx>\n" -"Language-Team: Russian\n" +"Language-Team: Russian <vdr@xxxxxxxxxxx>\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-5\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/PLUGINS/src/pictures/po/sk_SK.po b/PLUGINS/src/pictures/po/sk_SK.po index 38ba5cb..8471bb9 100644 --- a/PLUGINS/src/pictures/po/sk_SK.po +++ b/PLUGINS/src/pictures/po/sk_SK.po @@ -10,7 +10,8 @@ msgstr "" "POT-Creation-Date: 2008-01-12 17:38+0100\n" "PO-Revision-Date: 2009-09-30 12:54+0100\n" "Last-Translator: Milan Hrala <hrala.milan@xxxxxxxxx>\n" -"Language-Team: Slovak\n" +"Language-Team: Slovak <vdr@xxxxxxxxxxx>\n" +"Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=iso-8859-2\n" "Content-Transfer-Encoding: 8bit\n" @@ -29,4 +30,3 @@ msgstr "Oneskorenie prezent msgid "No picture directory has been defined!" msgstr "Neboli preukánéiadne fotky v adresá!" - diff --git a/PLUGINS/src/skincurses/po/de_DE.po b/PLUGINS/src/skincurses/po/de_DE.po index ccf2de6..3785f8f 100644 --- a/PLUGINS/src/skincurses/po/de_DE.po +++ b/PLUGINS/src/skincurses/po/de_DE.po @@ -10,7 +10,8 @@ msgstr "" "POT-Creation-Date: 2007-08-15 16:04+0200\n" "PO-Revision-Date: 2007-08-15 16:07+0200\n" "Last-Translator: Klaus Schmidinger <kls@xxxxxxx>\n" -"Language-Team: German\n" +"Language-Team: German <vdr@xxxxxxxxxxx>\n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-15\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/PLUGINS/src/skincurses/po/fi_FI.po b/PLUGINS/src/skincurses/po/fi_FI.po index 01fda4d..853e0b6 100644 --- a/PLUGINS/src/skincurses/po/fi_FI.po +++ b/PLUGINS/src/skincurses/po/fi_FI.po @@ -10,7 +10,8 @@ msgstr "" "POT-Creation-Date: 2007-08-14 20:54+0300\n" "PO-Revision-Date: 2007-08-14 20:48+0300\n" "Last-Translator: Rolf Ahrenberg <rahrenbe@xxxxxxxxx>\n" -"Language-Team: Finnish\n" +"Language-Team: Finnish <vdr@xxxxxxxxxxx>\n" +"Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/PLUGINS/src/skincurses/po/it_IT.po b/PLUGINS/src/skincurses/po/it_IT.po index 3355fe8..fd323a1 100644 --- a/PLUGINS/src/skincurses/po/it_IT.po +++ b/PLUGINS/src/skincurses/po/it_IT.po @@ -10,7 +10,8 @@ msgstr "" "POT-Creation-Date: 2007-08-15 16:04+0200\n" "PO-Revision-Date: 2008-01-27 20:35+0100\n" "Last-Translator: Diego Pierotto <vdr-italian@xxxxxxxxxx>\n" -"Language-Team: Italian\n" +"Language-Team: Italian <vdr@xxxxxxxxxxx>\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-15\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/PLUGINS/src/skincurses/po/lt_LT.po b/PLUGINS/src/skincurses/po/lt_LT.po index 3b34ee7..f8abf77 100644 --- a/PLUGINS/src/skincurses/po/lt_LT.po +++ b/PLUGINS/src/skincurses/po/lt_LT.po @@ -10,7 +10,8 @@ msgstr "" "POT-Creation-Date: 2009-10-13 11:52+0200\n" "PO-Revision-Date: 2010-02-22 18:18+0200\n" "Last-Translator: Valdemaras Pipiras <varas@xxxxxxxxxxx>\n" -"Language-Team: Lietuviai\n" +"Language-Team: Lithuanian <vdr@xxxxxxxxxxx>\n" +"Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/PLUGINS/src/skincurses/po/ru_RU.po b/PLUGINS/src/skincurses/po/ru_RU.po index afb2530..ae4445d 100644 --- a/PLUGINS/src/skincurses/po/ru_RU.po +++ b/PLUGINS/src/skincurses/po/ru_RU.po @@ -10,7 +10,8 @@ msgstr "" "POT-Creation-Date: 2007-08-15 16:04+0200\n" "PO-Revision-Date: 2008-03-14 00:21+0100\n" "Last-Translator: Alexander Gross <Bikalexander@xxxxxxxxx>\n" -"Language-Team: Russian\n" +"Language-Team: Russian <vdr@xxxxxxxxxxx>\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-5\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/PLUGINS/src/skincurses/po/sk_SK.po b/PLUGINS/src/skincurses/po/sk_SK.po index f1b9477..ce5abb6 100644 --- a/PLUGINS/src/skincurses/po/sk_SK.po +++ b/PLUGINS/src/skincurses/po/sk_SK.po @@ -10,7 +10,8 @@ msgstr "" "POT-Creation-Date: 2007-08-15 16:04+0200\n" "PO-Revision-Date: 2009-09-30 12:52+0100\n" "Last-Translator: Milan Hrala <hrala.milan@xxxxxxxxx>\n" -"Language-Team: Slovak\n" +"Language-Team: Slovak <vdr@xxxxxxxxxxx>\n" +"Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=iso-8859-2\n" "Content-Transfer-Encoding: 8bit\n" @@ -26,4 +27,3 @@ msgstr "Hlasitos msgid "Text mode" msgstr "Textovým" - diff --git a/po/ca_ES.po b/po/ca_ES.po index 247113b..1675a63 100644 --- a/po/ca_ES.po +++ b/po/ca_ES.po @@ -13,7 +13,8 @@ msgstr "" "POT-Creation-Date: 2010-06-06 12:52+0200\n" "PO-Revision-Date: 2008-03-02 19:02+0100\n" "Last-Translator: Luca Olivetti <luca@xxxxxxxxxxx>\n" -"Language-Team: Catalanian\n" +"Language-Team: Catalan <vdr@xxxxxxxxxxx>\n" +"Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/cs_CZ.po b/po/cs_CZ.po index f6313ba..761d28c 100644 --- a/po/cs_CZ.po +++ b/po/cs_CZ.po @@ -12,7 +12,8 @@ msgstr "" "POT-Creation-Date: 2010-06-06 12:52+0200\n" "PO-Revision-Date: 2010-05-06 11:00+0200\n" "Last-Translator: Radek ÅÅastnà <dedkus@xxxxxxxxx>\n" -"Language-Team: Czech\n" +"Language-Team: Czech <vdr@xxxxxxxxxxx>\n" +"Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/da_DK.po b/po/da_DK.po index 40cdebd..1f89c77 100644 --- a/po/da_DK.po +++ b/po/da_DK.po @@ -10,7 +10,8 @@ msgstr "" "POT-Creation-Date: 2010-06-06 12:52+0200\n" "PO-Revision-Date: 2007-08-12 14:17+0200\n" "Last-Translator: Mogens Elneff <mogens@xxxxxxxxx>\n" -"Language-Team: Danish\n" +"Language-Team: Danish <vdr@xxxxxxxxxxx>\n" +"Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-15\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/de_DE.po b/po/de_DE.po index 4d4f3df..534e986 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -10,7 +10,8 @@ msgstr "" "POT-Creation-Date: 2010-06-06 12:52+0200\n" "PO-Revision-Date: 2010-01-16 16:46+0100\n" "Last-Translator: Klaus Schmidinger <kls@xxxxxxx>\n" -"Language-Team: German\n" +"Language-Team: German <vdr@xxxxxxxxxxx>\n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-15\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/el_GR.po b/po/el_GR.po index 5414ebc..af1cd1e 100644 --- a/po/el_GR.po +++ b/po/el_GR.po @@ -10,7 +10,8 @@ msgstr "" "POT-Creation-Date: 2010-06-06 12:52+0200\n" "PO-Revision-Date: 2007-08-12 14:17+0200\n" "Last-Translator: Dimitrios Dimitrakos <mail@xxxxxxxxxxxx>\n" -"Language-Team: Greek\n" +"Language-Team: Greek <vdr@xxxxxxxxxxx>\n" +"Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-7\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/es_ES.po b/po/es_ES.po index 217f775..e96de4d 100644 --- a/po/es_ES.po +++ b/po/es_ES.po @@ -11,7 +11,8 @@ msgstr "" "POT-Creation-Date: 2010-06-06 12:52+0200\n" "PO-Revision-Date: 2008-03-02 19:02+0100\n" "Last-Translator: Luca Olivetti <luca@xxxxxxxxxxx>\n" -"Language-Team: Spanish\n" +"Language-Team: Spanish <vdr@xxxxxxxxxxx>\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-15\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/et_EE.po b/po/et_EE.po index 5010dc4..ed7edae 100644 --- a/po/et_EE.po +++ b/po/et_EE.po @@ -10,7 +10,8 @@ msgstr "" "POT-Creation-Date: 2010-06-06 12:52+0200\n" "PO-Revision-Date: 2007-08-12 14:17+0200\n" "Last-Translator: Arthur Konovalov <artlov@xxxxxxxxx>\n" -"Language-Team: Estonian\n" +"Language-Team: Estonian <vdr@xxxxxxxxxxx>\n" +"Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-13\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/fi_FI.po b/po/fi_FI.po index 477c7db..8900c44 100644 --- a/po/fi_FI.po +++ b/po/fi_FI.po @@ -13,7 +13,8 @@ msgstr "" "POT-Creation-Date: 2010-06-06 12:52+0200\n" "PO-Revision-Date: 2007-08-15 15:52+0200\n" "Last-Translator: Rolf Ahrenberg <rahrenbe@xxxxxxxxx>\n" -"Language-Team: Finnish\n" +"Language-Team: Finnish <vdr@xxxxxxxxxxx>\n" +"Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/fr_FR.po b/po/fr_FR.po index 0d4cb7c..df67b9e 100644 --- a/po/fr_FR.po +++ b/po/fr_FR.po @@ -16,7 +16,8 @@ msgstr "" "POT-Creation-Date: 2010-06-06 12:52+0200\n" "PO-Revision-Date: 2008-02-27 18:14+0100\n" "Last-Translator: Jean-Claude Repetto <jc@xxxxxxxxxxx>\n" -"Language-Team: French\n" +"Language-Team: French <vdr@xxxxxxxxxxx>\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/hr_HR.po b/po/hr_HR.po index 96ee695..c2874df 100644 --- a/po/hr_HR.po +++ b/po/hr_HR.po @@ -12,7 +12,8 @@ msgstr "" "POT-Creation-Date: 2010-06-06 12:52+0200\n" "PO-Revision-Date: 2008-03-17 19:00+0100\n" "Last-Translator: Adrian Caval <anrxc@xxxxxxxxxxxx>\n" -"Language-Team: Croatian\n" +"Language-Team: Croatian <vdr@xxxxxxxxxxx>\n" +"Language: hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-2\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/hu_HU.po b/po/hu_HU.po index a17b209..c9e3e61 100644 --- a/po/hu_HU.po +++ b/po/hu_HU.po @@ -13,7 +13,8 @@ msgstr "" "POT-Creation-Date: 2010-06-06 12:52+0200\n" "PO-Revision-Date: 2007-12-01 21:42+0200\n" "Last-Translator: IstváFüifuley@xxxxxxxxxxxx>\n" -"Language-Team: Hungarian\n" +"Language-Team: Hungarian <vdr@xxxxxxxxxxx>\n" +"Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-2\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/it_IT.po b/po/it_IT.po index 0ca9025..d3cef78 100644 --- a/po/it_IT.po +++ b/po/it_IT.po @@ -14,7 +14,8 @@ msgstr "" "POT-Creation-Date: 2010-06-06 12:52+0200\n" "PO-Revision-Date: 2010-06-13 00:30+0100\n" "Last-Translator: Diego Pierotto <vdr-italian@xxxxxxxxxx>\n" -"Language-Team: Italian\n" +"Language-Team: Italian <vdr@xxxxxxxxxxx>\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/lt_LT.po b/po/lt_LT.po index 02465e6..30fc442 100644 --- a/po/lt_LT.po +++ b/po/lt_LT.po @@ -10,7 +10,8 @@ msgstr "" "POT-Creation-Date: 2010-06-06 12:52+0200\n" "PO-Revision-Date: 2010-02-22 18:05+0200\n" "Last-Translator: Valdemaras Pipiras <varas@xxxxxxxxxxx>\n" -"Language-Team: Lithuanian\n" +"Language-Team: Lithuanian <vdr@xxxxxxxxxxx>\n" +"Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/mk_MK.po b/po/mk_MK.po index 20727c7..49ff46a 100644 --- a/po/mk_MK.po +++ b/po/mk_MK.po @@ -11,6 +11,7 @@ msgstr "" "PO-Revision-Date: 2010-03-11 00:54+0100\n" "Last-Translator: Dimitar Petrovski <dimeptr@xxxxxxxxx>\n" "Language-Team: Macedonian <en@xxxxxx>\n" +"Language: mk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/nl_NL.po b/po/nl_NL.po index f570337..914a276 100644 --- a/po/nl_NL.po +++ b/po/nl_NL.po @@ -14,7 +14,8 @@ msgstr "" "POT-Creation-Date: 2010-06-06 12:52+0200\n" "PO-Revision-Date: 2008-02-26 17:20+0100\n" "Last-Translator: Johan Schuring <johan.schuring@xxxxxxxxxxxx>\n" -"Language-Team: Dutch\n" +"Language-Team: Dutch <vdr@xxxxxxxxxxx>\n" +"Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-15\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/nn_NO.po b/po/nn_NO.po index 2f40cfe..2fbdfc4 100644 --- a/po/nn_NO.po +++ b/po/nn_NO.po @@ -11,7 +11,8 @@ msgstr "" "POT-Creation-Date: 2010-06-06 12:52+0200\n" "PO-Revision-Date: 2007-08-12 14:17+0200\n" "Last-Translator: Truls Slevigen <truls@xxxxxxxxxxx>\n" -"Language-Team: Norwegian\n" +"Language-Team: Norwegian Nynorsk <vdr@xxxxxxxxxxx>\n" +"Language: nn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/pl_PL.po b/po/pl_PL.po index 9620e1b..90ad0ad 100644 --- a/po/pl_PL.po +++ b/po/pl_PL.po @@ -11,7 +11,8 @@ msgstr "" "POT-Creation-Date: 2010-06-06 12:52+0200\n" "PO-Revision-Date: 2008-03-09 12:59+0100\n" "Last-Translator: Michael Rakowski <mrak@xxxxxx>\n" -"Language-Team: Polish\n" +"Language-Team: Polish <vdr@xxxxxxxxxxx>\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-2\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/pt_PT.po b/po/pt_PT.po index 45507a8..fbcedbf 100644 --- a/po/pt_PT.po +++ b/po/pt_PT.po @@ -11,7 +11,8 @@ msgstr "" "POT-Creation-Date: 2010-06-06 12:52+0200\n" "PO-Revision-Date: 2010-03-28 22:49+0100\n" "Last-Translator: Cris Silva <hudokkow@xxxxxxxxx>\n" -"Language-Team: Portuguese\n" +"Language-Team: Portuguese <vdr@xxxxxxxxxxx>\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/ro_RO.po b/po/ro_RO.po index e0a2119..8d1541e 100644 --- a/po/ro_RO.po +++ b/po/ro_RO.po @@ -11,7 +11,8 @@ msgstr "" "POT-Creation-Date: 2010-06-06 12:52+0200\n" "PO-Revision-Date: 2010-02-11 13:38+0100\n" "Last-Translator: Lucian Muresan <lucianm@xxxxxxxxxxxxxxxxxxxxx>\n" -"Language-Team: Romanian\n" +"Language-Team: Romanian <vdr@xxxxxxxxxxx>\n" +"Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-2\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/ru_RU.po b/po/ru_RU.po index 889b98b..3e638f4 100644 --- a/po/ru_RU.po +++ b/po/ru_RU.po @@ -11,7 +11,8 @@ msgstr "" "POT-Creation-Date: 2010-06-06 12:52+0200\n" "PO-Revision-Date: 2008-12-15 14:37+0100\n" "Last-Translator: Oleg Roitburd <oleg@xxxxxxxxxxx>\n" -"Language-Team: Russian\n" +"Language-Team: Russian <vdr@xxxxxxxxxxx>\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-5\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sk_SK.po b/po/sk_SK.po index 129fad3..f856891 100644 --- a/po/sk_SK.po +++ b/po/sk_SK.po @@ -11,7 +11,8 @@ msgstr "" "POT-Creation-Date: 2010-06-06 12:52+0200\n" "PO-Revision-Date: 2009-09-30 12:50+0100\n" "Last-Translator: Milan Hrala <hrala.milan@xxxxxxxxx>\n" -"Language-Team: Slovak\n" +"Language-Team: Slovak <vdr@xxxxxxxxxxx>\n" +"Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-2\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sl_SI.po b/po/sl_SI.po index 9f1e806..0154880 100644 --- a/po/sl_SI.po +++ b/po/sl_SI.po @@ -11,7 +11,8 @@ msgstr "" "POT-Creation-Date: 2010-06-06 12:52+0200\n" "PO-Revision-Date: 2008-02-28 19:44+0100\n" "Last-Translator: Matjaz Thaler <matjaz.thaler@xxxxxxxxxxxxxx>\n" -"Language-Team: Slovenian\n" +"Language-Team: Slovenian <vdr@xxxxxxxxxxx>\n" +"Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-2\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/sv_SE.po b/po/sv_SE.po index e9d39dd..c21bbf6 100644 --- a/po/sv_SE.po +++ b/po/sv_SE.po @@ -13,7 +13,8 @@ msgstr "" "POT-Creation-Date: 2010-06-06 12:52+0200\n" "PO-Revision-Date: 2008-03-12 18:25+0100\n" "Last-Translator: Magnus Andersson <svankan@xxxxxxxxxx>\n" -"Language-Team: Swedish\n" +"Language-Team: Swedish <vdr@xxxxxxxxxxx>\n" +"Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/tr_TR.po b/po/tr_TR.po index 9acd1c1..aae55b5 100644 --- a/po/tr_TR.po +++ b/po/tr_TR.po @@ -10,7 +10,8 @@ msgstr "" "POT-Creation-Date: 2010-06-06 12:52+0200\n" "PO-Revision-Date: 2008-02-28 00:33+0100\n" "Last-Translator: Oktay Yolgeç <oktay_73@xxxxxxxx>\n" -"Language-Team: Turkish\n" +"Language-Team: Turkish <vdr@xxxxxxxxxxx>\n" +"Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-9\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/uk_UA.po b/po/uk_UA.po index b62fca7..9d4b084 100644 --- a/po/uk_UA.po +++ b/po/uk_UA.po @@ -10,7 +10,8 @@ msgstr "" "POT-Creation-Date: 2010-06-06 12:52+0200\n" "PO-Revision-Date: 2010-04-25 16:35+0200\n" "Last-Translator: Yarema aka Knedlyk <yupadmin@xxxxxxxxx>\n" -"Language-Team: Ukrainian\n" +"Language-Team: Ukrainian <vdr@xxxxxxxxxxx>\n" +"Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/po/zh_CN.po b/po/zh_CN.po index bffa301..8c19e8b 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -10,7 +10,8 @@ msgstr "" "POT-Creation-Date: 2010-06-06 12:52+0200\n" "PO-Revision-Date: 2009-09-23 23:50+0800\n" "Last-Translator: Nan Feng <nfgx@xxxxxxxx>\n" -"Language-Team: Chinese\n" +"Language-Team: Chinese (simplified) <vdr@xxxxxxxxxxx>\n" +"Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -- 1.7.2.3
_______________________________________________ vdr mailing list vdr@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr