From 641815d3ea1ff2201b723799cfeea9bdf590bcd9 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Sun, 23 Dec 2007 15:31:51 +0000 Subject: - Changed mode of live.pot creation. Should prevent .po file conflicts at subsequent upgrades from CVS. --- Makefile | 4 ++-- doc/ChangeLog | 12 ++++++++++++ i18n-generated.h | 35 +++++++++++++++++++++++++++++++++++ pages/vlc.ecpp | 2 +- po/ca_ES.po | 9 +++++---- po/cs_CZ.po | 9 +++++---- po/da_DK.po | 9 +++++---- po/de_DE.po | 15 +++++++++------ po/el_GR.po | 9 +++++---- po/es_ES.po | 9 +++++---- po/et_EE.po | 9 +++++---- po/fi_FI.po | 9 +++++---- po/fr_FR.po | 9 +++++---- po/hr_HR.po | 9 +++++---- po/hu_HU.po | 9 +++++---- po/it_IT.po | 9 +++++---- po/nl_NL.po | 9 +++++---- po/nn_NO.po | 9 +++++---- po/pl_PL.po | 9 +++++---- po/pt_PT.po | 9 +++++---- po/ro_RO.po | 9 +++++---- po/ru_RU.po | 9 +++++---- po/sl_SI.po | 9 +++++---- po/sv_SE.po | 9 +++++---- po/tr_TR.po | 9 +++++---- 25 files changed, 159 insertions(+), 89 deletions(-) diff --git a/Makefile b/Makefile index 2142fa3..5deb049 100644 --- a/Makefile +++ b/Makefile @@ -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='' -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 + + * 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 * 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 @@ -8127,6 +8127,41 @@ const tI18nPhrase Phrases[] = { #if VDRVERSNUM >= 10342 "", #endif +#if VDRVERSNUM >= 10502 + "", +#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 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> } -

<$ videourl $>

+

<$ tr("VLC media URL") $>: <$ videourl $>

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 +# 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 , 2003 # Ramon Roca , 2003 @@ -9,10 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: \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à \n" -"Language-Team: \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 +# 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 , 2006 # @@ -7,10 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: \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 \n" -"Language-Team: \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 +# 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 , 2004 # @@ -7,10 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: \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 \n" -"Language-Team: \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 +# 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 , 2000 +# Klaus Schmiedinger , 2003 +# Christian Wieniger , 2007 +# Dieter Hametner , 2007 # msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: \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 \n" -"Language-Team: \n" +"Last-Translator: Dieter Hametner \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 +# 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 , 2002 # @@ -7,10 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: \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 \n" -"Language-Team: \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 +# 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 , 2002 # @@ -7,10 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: \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 \n" -"Language-Team: \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 +# 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 , 2004 # @@ -7,10 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: \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 \n" -"Language-Team: \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 +# 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 # @@ -7,10 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: \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 \n" -"Language-Team: \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 +# 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 , 2001 # Olivier Jacques , 2003 @@ -10,10 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: \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 \n" -"Language-Team: \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 +# 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 , 2004 # Dino Ravnic , 2004 @@ -8,10 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: \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 \n" -"Language-Team: \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 +# 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 , 2002 # Guido Josten , 2002 @@ -8,10 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: \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 , Guido Josten \n" -"Language-Team: \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 +# 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 , 2001 # Antonio Ospite , 2003 @@ -9,10 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: \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 \n" -"Language-Team: \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 +# 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 , 2001 # Hans Dingemans , 2003 @@ -9,10 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: \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 \n" -"Language-Team: \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 +# 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 , 2001 # Truls Slevigen , 2002 @@ -8,10 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: \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 \n" -"Language-Team: \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 +# 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 , 2002 # @@ -7,10 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: \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 \n" -"Language-Team: \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 +# 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 , 2001 # @@ -7,10 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: \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 \n" -"Language-Team: \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 +# 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 , 2002 # Lucian Muresan , 2004 @@ -8,10 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: \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 \n" -"Language-Team: \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 +# 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 , 2004 # @@ -7,10 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: \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 \n" -"Language-Team: \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 +# 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 , 2000 # Matjaz Thaler , 2003 @@ -8,10 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: \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 \n" -"Language-Team: \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 +# 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 , 2002 # Jan Ekholm , 2003 @@ -8,10 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: \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 \n" -"Language-Team: \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 +# 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 , 2007 # @@ -7,10 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: \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 \n" -"Language-Team: \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 "" -- cgit v1.2.3