diff options
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | doc/ChangeLog | 12 | ||||
-rw-r--r-- | i18n-generated.h | 35 | ||||
-rw-r--r-- | pages/vlc.ecpp | 2 | ||||
-rw-r--r-- | po/ca_ES.po | 9 | ||||
-rw-r--r-- | po/cs_CZ.po | 9 | ||||
-rw-r--r-- | po/da_DK.po | 9 | ||||
-rw-r--r-- | po/de_DE.po | 15 | ||||
-rw-r--r-- | po/el_GR.po | 9 | ||||
-rw-r--r-- | po/es_ES.po | 9 | ||||
-rw-r--r-- | po/et_EE.po | 9 | ||||
-rw-r--r-- | po/fi_FI.po | 9 | ||||
-rw-r--r-- | po/fr_FR.po | 9 | ||||
-rw-r--r-- | po/hr_HR.po | 9 | ||||
-rw-r--r-- | po/hu_HU.po | 9 | ||||
-rw-r--r-- | po/it_IT.po | 9 | ||||
-rw-r--r-- | po/nl_NL.po | 9 | ||||
-rw-r--r-- | po/nn_NO.po | 9 | ||||
-rw-r--r-- | po/pl_PL.po | 9 | ||||
-rw-r--r-- | po/pt_PT.po | 9 | ||||
-rw-r--r-- | po/ro_RO.po | 9 | ||||
-rw-r--r-- | po/ru_RU.po | 9 | ||||
-rw-r--r-- | po/sl_SI.po | 9 | ||||
-rw-r--r-- | po/sv_SE.po | 9 | ||||
-rw-r--r-- | po/tr_TR.po | 9 |
25 files changed, 159 insertions, 89 deletions
@@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.57 2007/12/17 22:55:39 tadi Exp $ +# $Id: Makefile,v 1.58 2007/12/23 15:31:51 tadi Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -113,7 +113,7 @@ endif msgfmt -c -o $@ $< $(I18Npot): PAGES $(PLUGINOBJS:%.o=%.cpp) - xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='<cwieninger@gmx.de>' -o $@ $(PLUGINOBJS:%.o=%.cpp) pages/*.cpp + xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --omit-header -o $@ $(PLUGINOBJS:%.o=%.cpp) pages/*.cpp $(I18Npo): $(I18Npot) msgmerge -U --no-wrap --no-location --backup=none -q $@ $< diff --git a/doc/ChangeLog b/doc/ChangeLog index f0a1182..d57f2b4 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,15 @@ +2007-12-23 Dieter Hametner <dh+vdr at gekrumbel dot de> + + * po/*.po + Modified headers in the .po files and updated copyright + information to be more LIVE plugin aware. + * Makefile + Changed top level Makefile to not create headers in live.pot + file. This prevents creation of new date header in .po file at + fresh translations after updates from CVS and should avoid + continous conflicts at every cvs update even if no changes took + place in the local files. + 2007-12-22 Dieter Hametner <dh+vdr at gekrumbel dot de> * live/js/live/vlc.js diff --git a/i18n-generated.h b/i18n-generated.h index 4d32040..510744b 100644 --- a/i18n-generated.h +++ b/i18n-generated.h @@ -8131,6 +8131,41 @@ const tI18nPhrase Phrases[] = { "", #endif }, + { "VLC media URL", + "VLC Medien URL", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", +#if VDRVERSNUM >= 10302 + "", +#endif +#if VDRVERSNUM >= 10307 + "", +#endif +#if VDRVERSNUM >= 10313 + "", +#endif +#if VDRVERSNUM >= 10316 + "", +#endif +#if VDRVERSNUM >= 10342 + "", +#endif +#if VDRVERSNUM >= 10502 + "", +#endif + }, { "What's running at", "Was läuft um", "", diff --git a/pages/vlc.ecpp b/pages/vlc.ecpp index a080262..54e554f 100644 --- a/pages/vlc.ecpp +++ b/pages/vlc.ecpp @@ -121,7 +121,7 @@ using namespace vdrlive; <%cpp> } </%cpp> - <!-- --><p><$ videourl $></p><!-- --> +<!-- --><p><$ tr("VLC media URL") $>: <$ videourl $></p><!-- --> </div> </%def> diff --git a/po/ca_ES.po b/po/ca_ES.po index 12bd8e9..a86b70a 100644 --- a/po/ca_ES.po +++ b/po/ca_ES.po @@ -1,5 +1,5 @@ -# VDR plugin language source file. -# Copyright (C) 2007 Klaus Schmidinger <kls@cadsoft.de> +# VDR LIVE plugin language source file. +# Copyright (C) 2007 LIVE Development team. See http://live.vdr-developer.org # This file is distributed under the same license as the VDR-LIVE package. # Marc Rovira Vall <tm05462@salleURL.edu>, 2003 # Ramon Roca <ramon.roca@xcombo.com>, 2003 @@ -9,10 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2007-12-22 18:49+0100\n" "PO-Revision-Date: 2007-08-19 20:15+0200\n" "Last-Translator: Jordi Vilà <jvila@tinet.org>\n" -"Language-Team: <vdr@linuxtv.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" @@ -714,6 +712,9 @@ msgstr "" msgid "Close" msgstr "" +msgid "VLC media URL" +msgstr "" + msgid "What's running at" msgstr "" diff --git a/po/cs_CZ.po b/po/cs_CZ.po index b131205..50a13f0 100644 --- a/po/cs_CZ.po +++ b/po/cs_CZ.po @@ -1,5 +1,5 @@ -# VDR plugin language source file. -# Copyright (C) 2007 Klaus Schmidinger <kls@cadsoft.de> +# VDR LIVE plugin language source file. +# Copyright (C) 2007 LIVE Development team. See http://live.vdr-developer.org # This file is distributed under the same license as the VDR-LIVE package. # Vladimír Bárta <vladimir.barta@k2atmitec.cz>, 2006 # @@ -7,10 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2007-12-22 18:49+0100\n" "PO-Revision-Date: 2007-08-19 20:15+0200\n" "Last-Translator: Vladimír Bárta <vladimir.barta@k2atmitec.cz>\n" -"Language-Team: <vdr@linuxtv.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-2\n" "Content-Transfer-Encoding: 8bit\n" @@ -712,6 +710,9 @@ msgstr "" msgid "Close" msgstr "" +msgid "VLC media URL" +msgstr "" + msgid "What's running at" msgstr "" diff --git a/po/da_DK.po b/po/da_DK.po index 63ee957..1a9d1ad 100644 --- a/po/da_DK.po +++ b/po/da_DK.po @@ -1,5 +1,5 @@ -# VDR plugin language source file. -# Copyright (C) 2007 Klaus Schmidinger <kls@cadsoft.de> +# VDR LIVE plugin language source file. +# Copyright (C) 2007 LIVE Development team. See http://live.vdr-developer.org # This file is distributed under the same license as the VDR-LIVE package. # Mogens Elneff <mogens@elneff.dk>, 2004 # @@ -7,10 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2007-12-22 18:49+0100\n" "PO-Revision-Date: 2007-08-19 20:15+0200\n" "Last-Translator: Mogens Elneff <mogens@elneff.dk>\n" -"Language-Team: <vdr@linuxtv.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-15\n" "Content-Transfer-Encoding: 8bit\n" @@ -712,6 +710,9 @@ msgstr "" msgid "Close" msgstr "" +msgid "VLC media URL" +msgstr "" + msgid "What's running at" msgstr "" diff --git a/po/de_DE.po b/po/de_DE.po index c6c5f1f..8ce6ad0 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -1,16 +1,16 @@ -# VDR plugin language source file. -# Copyright (C) 2007 Klaus Schmidinger <kls@cadsoft.de> +# VDR LIVE plugin language source file. +# Copyright (C) 2007 LIVE Development team. See http://live.vdr-developer.org # This file is distributed under the same license as the VDR-LIVE package. -# Klaus Schmidinger <kls@cadsoft.de>, 2000 +# Klaus Schmiedinger <kls@cadsoft.de>, 2003 +# Christian Wieniger <cwieninger@gmx.de>, 2007 +# Dieter Hametner <dh+vdr@gekrumbel.de>, 2007 # msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2007-12-22 18:49+0100\n" "PO-Revision-Date: 2007-08-19 20:15+0200\n" -"Last-Translator: Klaus Schmidinger <kls@cadsoft.de>\n" -"Language-Team: <vdr@linuxtv.org>\n" +"Last-Translator: Dieter Hametner <dh+vdr@gekrumbel.de>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-15\n" "Content-Transfer-Encoding: 8bit\n" @@ -712,6 +712,9 @@ msgstr "Vollbild" msgid "Close" msgstr "Schließen" +msgid "VLC media URL" +msgstr "VLC Medien URL" + msgid "What's running at" msgstr "Was läuft um" diff --git a/po/el_GR.po b/po/el_GR.po index 7043d93..02781e4 100644 --- a/po/el_GR.po +++ b/po/el_GR.po @@ -1,5 +1,5 @@ -# VDR plugin language source file. -# Copyright (C) 2007 Klaus Schmidinger <kls@cadsoft.de> +# VDR LIVE plugin language source file. +# Copyright (C) 2007 LIVE Development team. See http://live.vdr-developer.org # This file is distributed under the same license as the VDR-LIVE package. # Dimitrios Dimitrakos <mail@dimitrios.de>, 2002 # @@ -7,10 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2007-12-22 18:49+0100\n" "PO-Revision-Date: 2007-08-19 20:15+0200\n" "Last-Translator: Dimitrios Dimitrakos <mail@dimitrios.de>\n" -"Language-Team: <vdr@linuxtv.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-7\n" "Content-Transfer-Encoding: 8bit\n" @@ -712,6 +710,9 @@ msgstr "" msgid "Close" msgstr "" +msgid "VLC media URL" +msgstr "" + msgid "What's running at" msgstr "" diff --git a/po/es_ES.po b/po/es_ES.po index 7402c17..842e4b7 100644 --- a/po/es_ES.po +++ b/po/es_ES.po @@ -1,5 +1,5 @@ -# VDR plugin language source file. -# Copyright (C) 2007 Klaus Schmidinger <kls@cadsoft.de> +# VDR LIVE plugin language source file. +# Copyright (C) 2007 LIVE Development team. See http://live.vdr-developer.org # This file is distributed under the same license as the VDR-LIVE package. # Ruben Nunez Francisco <ruben.nunez@tang-it.com>, 2002 # @@ -7,10 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2007-12-22 18:49+0100\n" "PO-Revision-Date: 2007-08-19 20:15+0200\n" "Last-Translator: Ruben Nunez Francisco <ruben.nunez@tang-it.com>\n" -"Language-Team: <vdr@linuxtv.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-15\n" "Content-Transfer-Encoding: 8bit\n" @@ -712,6 +710,9 @@ msgstr "" msgid "Close" msgstr "" +msgid "VLC media URL" +msgstr "" + msgid "What's running at" msgstr "" diff --git a/po/et_EE.po b/po/et_EE.po index bd99990..220e94e 100644 --- a/po/et_EE.po +++ b/po/et_EE.po @@ -1,5 +1,5 @@ -# VDR plugin language source file. -# Copyright (C) 2007 Klaus Schmidinger <kls@cadsoft.de> +# VDR LIVE plugin language source file. +# Copyright (C) 2007 LIVE Development team. See http://live.vdr-developer.org # This file is distributed under the same license as the VDR-LIVE package. # Arthur Konovalov <kasjas@hot.ee>, 2004 # @@ -7,10 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2007-12-22 18:49+0100\n" "PO-Revision-Date: 2007-08-19 20:15+0200\n" "Last-Translator: Arthur Konovalov <kasjas@hot.ee>\n" -"Language-Team: <vdr@linuxtv.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-13\n" "Content-Transfer-Encoding: 8bit\n" @@ -712,6 +710,9 @@ msgstr "" msgid "Close" msgstr "" +msgid "VLC media URL" +msgstr "" + msgid "What's running at" msgstr "" diff --git a/po/fi_FI.po b/po/fi_FI.po index e438e0e..0ec4a91 100644 --- a/po/fi_FI.po +++ b/po/fi_FI.po @@ -1,5 +1,5 @@ -# VDR plugin language source file. -# Copyright (C) 2007 Klaus Schmidinger <kls@cadsoft.de> +# VDR LIVE plugin language source file. +# Copyright (C) 2007 LIVE Development team. See http://live.vdr-developer.org # This file is distributed under the same license as the VDR-LIVE package. # Rolf Ahrenberg <rahrenbe@cc.hut.fi> # @@ -7,10 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2007-12-22 18:49+0100\n" "PO-Revision-Date: 2007-08-19 20:15+0200\n" "Last-Translator: Rolf Ahrenberg <rahrenbe@cc.hut.fi>\n" -"Language-Team: <vdr@linuxtv.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-15\n" "Content-Transfer-Encoding: 8bit\n" @@ -713,6 +711,9 @@ msgstr "" msgid "Close" msgstr "" +msgid "VLC media URL" +msgstr "" + msgid "What's running at" msgstr "Menossa kello" diff --git a/po/fr_FR.po b/po/fr_FR.po index 431a37d..45aeda0 100644 --- a/po/fr_FR.po +++ b/po/fr_FR.po @@ -1,5 +1,5 @@ -# VDR plugin language source file. -# Copyright (C) 2007 Klaus Schmidinger <kls@cadsoft.de> +# VDR LIVE plugin language source file. +# Copyright (C) 2007 LIVE Development team. See http://live.vdr-developer.org # This file is distributed under the same license as the VDR-LIVE package. # Jean-Claude Repetto <jc@repetto.org>, 2001 # Olivier Jacques <jacquesolivier@hotmail.com>, 2003 @@ -10,10 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2007-12-22 18:49+0100\n" "PO-Revision-Date: 2007-08-19 20:15+0200\n" "Last-Translator: Nicolas Huillard <nhuillard@e-dition.fr>\n" -"Language-Team: <vdr@linuxtv.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" @@ -717,6 +715,9 @@ msgstr "" msgid "Close" msgstr "" +msgid "VLC media URL" +msgstr "" + msgid "What's running at" msgstr "Qu'y a t'il au programme vers" diff --git a/po/hr_HR.po b/po/hr_HR.po index 5268f61..5b38a44 100644 --- a/po/hr_HR.po +++ b/po/hr_HR.po @@ -1,5 +1,5 @@ -# VDR plugin language source file. -# Copyright (C) 2007 Klaus Schmidinger <kls@cadsoft.de> +# VDR LIVE plugin language source file. +# Copyright (C) 2007 LIVE Development team. See http://live.vdr-developer.org # This file is distributed under the same license as the VDR-LIVE package. # Drazen Dupor <drazen.dupor@dupor.com>, 2004 # Dino Ravnic <dino.ravnic@fer.hr>, 2004 @@ -8,10 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2007-12-22 18:49+0100\n" "PO-Revision-Date: 2007-08-19 20:15+0200\n" "Last-Translator: Drazen Dupor <drazen.dupor@dupor.com>\n" -"Language-Team: <vdr@linuxtv.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-2\n" "Content-Transfer-Encoding: 8bit\n" @@ -713,6 +711,9 @@ msgstr "" msgid "Close" msgstr "" +msgid "VLC media URL" +msgstr "" + msgid "What's running at" msgstr "" diff --git a/po/hu_HU.po b/po/hu_HU.po index 9d831ed..9b283f0 100644 --- a/po/hu_HU.po +++ b/po/hu_HU.po @@ -1,5 +1,5 @@ -# VDR plugin language source file. -# Copyright (C) 2007 Klaus Schmidinger <kls@cadsoft.de> +# VDR LIVE plugin language source file. +# Copyright (C) 2007 LIVE Development team. See http://live.vdr-developer.org # This file is distributed under the same license as the VDR-LIVE package. # Istvan Koenigsberger <istvnko@hotmail.com>, 2002 # Guido Josten <guido.josten@t-online.de>, 2002 @@ -8,10 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2007-12-22 18:49+0100\n" "PO-Revision-Date: 2007-08-19 20:15+0200\n" "Last-Translator: Istvan Koenigsberger <istvnko@hotmail.com>, Guido Josten <guido.josten@t-online.de>\n" -"Language-Team: <vdr@linuxtv.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-2\n" "Content-Transfer-Encoding: 8bit\n" @@ -713,6 +711,9 @@ msgstr "" msgid "Close" msgstr "" +msgid "VLC media URL" +msgstr "" + msgid "What's running at" msgstr "" diff --git a/po/it_IT.po b/po/it_IT.po index 919ad2c..56f0c87 100644 --- a/po/it_IT.po +++ b/po/it_IT.po @@ -1,5 +1,5 @@ -# VDR plugin language source file. -# Copyright (C) 2007 Klaus Schmidinger <kls@cadsoft.de> +# VDR LIVE plugin language source file. +# Copyright (C) 2007 LIVE Development team. See http://live.vdr-developer.org # This file is distributed under the same license as the VDR-LIVE package. # Alberto Carraro <bertocar@tin.it>, 2001 # Antonio Ospite <ospite@studenti.unina.it>, 2003 @@ -9,10 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2007-12-22 18:49+0100\n" "PO-Revision-Date: 2007-08-19 20:15+0200\n" "Last-Translator: Sean Carlos <seanc@libero.it>\n" -"Language-Team: <vdr@linuxtv.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-15\n" "Content-Transfer-Encoding: 8bit\n" @@ -716,6 +714,9 @@ msgstr "" msgid "Close" msgstr "" +msgid "VLC media URL" +msgstr "" + msgid "What's running at" msgstr "" diff --git a/po/nl_NL.po b/po/nl_NL.po index 33b8579..6b4f0c7 100644 --- a/po/nl_NL.po +++ b/po/nl_NL.po @@ -1,5 +1,5 @@ -# VDR plugin language source file. -# Copyright (C) 2007 Klaus Schmidinger <kls@cadsoft.de> +# VDR LIVE plugin language source file. +# Copyright (C) 2007 LIVE Development team. See http://live.vdr-developer.org # This file is distributed under the same license as the VDR-LIVE package. # Arnold Niessen <niessen@iae.nl> <arnold.niessen@philips.com>, 2001 # Hans Dingemans <hans.dingemans@tacticalops.nl>, 2003 @@ -9,10 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2007-12-22 18:49+0100\n" "PO-Revision-Date: 2007-08-19 20:15+0200\n" "Last-Translator: Maarten Wisse <Maarten.Wisse@urz.uni-hd.de>\n" -"Language-Team: <vdr@linuxtv.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-15\n" "Content-Transfer-Encoding: 8bit\n" @@ -716,6 +714,9 @@ msgstr "" msgid "Close" msgstr "" +msgid "VLC media URL" +msgstr "" + msgid "What's running at" msgstr "" diff --git a/po/nn_NO.po b/po/nn_NO.po index ba41b30..d6e14ff 100644 --- a/po/nn_NO.po +++ b/po/nn_NO.po @@ -1,5 +1,5 @@ -# VDR plugin language source file. -# Copyright (C) 2007 Klaus Schmidinger <kls@cadsoft.de> +# VDR LIVE plugin language source file. +# Copyright (C) 2007 LIVE Development team. See http://live.vdr-developer.org # This file is distributed under the same license as the VDR-LIVE package. # Jørgen Tvedt <pjtvedt@online.no>, 2001 # Truls Slevigen <truls@slevigen.no>, 2002 @@ -8,10 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2007-12-22 18:49+0100\n" "PO-Revision-Date: 2007-08-19 20:15+0200\n" "Last-Translator: Truls Slevigen <truls@slevigen.no>\n" -"Language-Team: <vdr@linuxtv.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" @@ -713,6 +711,9 @@ msgstr "" msgid "Close" msgstr "" +msgid "VLC media URL" +msgstr "" + msgid "What's running at" msgstr "" diff --git a/po/pl_PL.po b/po/pl_PL.po index 042c63f..037a403 100644 --- a/po/pl_PL.po +++ b/po/pl_PL.po @@ -1,5 +1,5 @@ -# VDR plugin language source file. -# Copyright (C) 2007 Klaus Schmidinger <kls@cadsoft.de> +# VDR LIVE plugin language source file. +# Copyright (C) 2007 LIVE Development team. See http://live.vdr-developer.org # This file is distributed under the same license as the VDR-LIVE package. # Michael Rakowski <mrak@gmx.de>, 2002 # @@ -7,10 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2007-12-22 18:49+0100\n" "PO-Revision-Date: 2007-08-19 20:15+0200\n" "Last-Translator: Michael Rakowski <mrak@gmx.de>\n" -"Language-Team: <vdr@linuxtv.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-2\n" "Content-Transfer-Encoding: 8bit\n" @@ -712,6 +710,9 @@ msgstr "" msgid "Close" msgstr "" +msgid "VLC media URL" +msgstr "" + msgid "What's running at" msgstr "" diff --git a/po/pt_PT.po b/po/pt_PT.po index 18cf808..7d13abf 100644 --- a/po/pt_PT.po +++ b/po/pt_PT.po @@ -1,5 +1,5 @@ -# VDR plugin language source file. -# Copyright (C) 2007 Klaus Schmidinger <kls@cadsoft.de> +# VDR LIVE plugin language source file. +# Copyright (C) 2007 LIVE Development team. See http://live.vdr-developer.org # This file is distributed under the same license as the VDR-LIVE package. # Paulo Lopes <pmml@netvita.pt>, 2001 # @@ -7,10 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2007-12-22 18:49+0100\n" "PO-Revision-Date: 2007-08-19 20:15+0200\n" "Last-Translator: Paulo Lopes <pmml@netvita.pt>\n" -"Language-Team: <vdr@linuxtv.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" @@ -712,6 +710,9 @@ msgstr "" msgid "Close" msgstr "" +msgid "VLC media URL" +msgstr "" + msgid "What's running at" msgstr "" diff --git a/po/ro_RO.po b/po/ro_RO.po index 50e0679..92264d4 100644 --- a/po/ro_RO.po +++ b/po/ro_RO.po @@ -1,5 +1,5 @@ -# VDR plugin language source file. -# Copyright (C) 2007 Klaus Schmidinger <kls@cadsoft.de> +# VDR LIVE plugin language source file. +# Copyright (C) 2007 LIVE Development team. See http://live.vdr-developer.org # This file is distributed under the same license as the VDR-LIVE package. # Paul Lacatus <paul@campina.iiruc.ro>, 2002 # Lucian Muresan <lucianm@users.sourceforge.net>, 2004 @@ -8,10 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2007-12-22 18:49+0100\n" "PO-Revision-Date: 2007-08-19 20:15+0200\n" "Last-Translator: Lucian Muresan <lucianm@users.sourceforge.net>\n" -"Language-Team: <vdr@linuxtv.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-2\n" "Content-Transfer-Encoding: 8bit\n" @@ -713,6 +711,9 @@ msgstr "" msgid "Close" msgstr "" +msgid "VLC media URL" +msgstr "" + msgid "What's running at" msgstr "" diff --git a/po/ru_RU.po b/po/ru_RU.po index 40a6bb0..6e1bc0c 100644 --- a/po/ru_RU.po +++ b/po/ru_RU.po @@ -1,5 +1,5 @@ -# VDR plugin language source file. -# Copyright (C) 2007 Klaus Schmidinger <kls@cadsoft.de> +# VDR LIVE plugin language source file. +# Copyright (C) 2007 LIVE Development team. See http://live.vdr-developer.org # This file is distributed under the same license as the VDR-LIVE package. # Vyacheslav Dikonov <sdiconov@mail.ru>, 2004 # @@ -7,10 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2007-12-22 18:49+0100\n" "PO-Revision-Date: 2007-08-19 20:15+0200\n" "Last-Translator: Vyacheslav Dikonov <sdiconov@mail.ru>\n" -"Language-Team: <vdr@linuxtv.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-5\n" "Content-Transfer-Encoding: 8bit\n" @@ -712,6 +710,9 @@ msgstr "" msgid "Close" msgstr "" +msgid "VLC media URL" +msgstr "" + msgid "What's running at" msgstr "" diff --git a/po/sl_SI.po b/po/sl_SI.po index 3144d39..ce673d6 100644 --- a/po/sl_SI.po +++ b/po/sl_SI.po @@ -1,5 +1,5 @@ -# VDR plugin language source file. -# Copyright (C) 2007 Klaus Schmidinger <kls@cadsoft.de> +# VDR LIVE plugin language source file. +# Copyright (C) 2007 LIVE Development team. See http://live.vdr-developer.org # This file is distributed under the same license as the VDR-LIVE package. # Miha Setina <mihasetina@softhome.net>, 2000 # Matjaz Thaler <matjaz.thaler@guest.arnes.si>, 2003 @@ -8,10 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2007-12-22 18:49+0100\n" "PO-Revision-Date: 2007-08-19 20:15+0200\n" "Last-Translator: Matjaz Thaler <matjaz.thaler@guest.arnes.si>\n" -"Language-Team: <vdr@linuxtv.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-2\n" "Content-Transfer-Encoding: 8bit\n" @@ -713,6 +711,9 @@ msgstr "" msgid "Close" msgstr "" +msgid "VLC media URL" +msgstr "" + msgid "What's running at" msgstr "" diff --git a/po/sv_SE.po b/po/sv_SE.po index e8218df..3f82f7e 100644 --- a/po/sv_SE.po +++ b/po/sv_SE.po @@ -1,5 +1,5 @@ -# VDR plugin language source file. -# Copyright (C) 2007 Klaus Schmidinger <kls@cadsoft.de> +# VDR LIVE plugin language source file. +# Copyright (C) 2007 LIVE Development team. See http://live.vdr-developer.org # This file is distributed under the same license as the VDR-LIVE package. # Tomas Prybil <tomas@prybil.se>, 2002 # Jan Ekholm <chakie@infa.abo.fi>, 2003 @@ -8,10 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2007-12-22 18:49+0100\n" "PO-Revision-Date: 2007-08-19 20:15+0200\n" "Last-Translator: Tomas Prybil <tomas@prybil.se>\n" -"Language-Team: <vdr@linuxtv.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" @@ -713,6 +711,9 @@ msgstr "" msgid "Close" msgstr "" +msgid "VLC media URL" +msgstr "" + msgid "What's running at" msgstr "" diff --git a/po/tr_TR.po b/po/tr_TR.po index f66eaa1..1331580 100644 --- a/po/tr_TR.po +++ b/po/tr_TR.po @@ -1,5 +1,5 @@ -# VDR plugin language source file. -# Copyright (C) 2007 Klaus Schmidinger <kls@cadsoft.de> +# VDR LIVE plugin language source file. +# Copyright (C) 2007 LIVE Development team. See http://live.vdr-developer.org # This file is distributed under the same license as the VDR-LIVE package. # Oktay Yolgeçen <oktay_73@yahoo.de>, 2007 # @@ -7,10 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2007-12-22 18:49+0100\n" "PO-Revision-Date: 2007-08-19 20:15+0200\n" "Last-Translator: Oktay Yolgeçen <oktay_73@yahoo.de>\n" -"Language-Team: <vdr@linuxtv.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-9\n" "Content-Transfer-Encoding: 8bit\n" @@ -712,6 +710,9 @@ msgstr "" msgid "Close" msgstr "" +msgid "VLC media URL" +msgstr "" + msgid "What's running at" msgstr "" |