summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/ChangeLog7
-rw-r--r--i18n-generated.h53
-rw-r--r--pages/vlc.ecpp2
-rw-r--r--po/ca_ES.po5
-rw-r--r--po/cs_CZ.po5
-rw-r--r--po/da_DK.po5
-rw-r--r--po/de_DE.po8
-rw-r--r--po/el_GR.po5
-rw-r--r--po/es_ES.po5
-rw-r--r--po/et_EE.po5
-rw-r--r--po/fi_FI.po33
-rw-r--r--po/fr_FR.po5
-rw-r--r--po/hr_HR.po5
-rw-r--r--po/hu_HU.po5
-rw-r--r--po/it_IT.po5
-rw-r--r--po/nl_NL.po5
-rw-r--r--po/nn_NO.po5
-rw-r--r--po/pl_PL.po5
-rw-r--r--po/pt_PT.po5
-rw-r--r--po/ro_RO.po5
-rw-r--r--po/ru_RU.po5
-rw-r--r--po/sl_SI.po5
-rw-r--r--po/sv_SE.po5
-rw-r--r--po/tr_TR.po5
24 files changed, 54 insertions, 144 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 48b5566..53105d1 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,10 @@
+2007-12-18 Dieter Hametner <dh+vdr at gekrumbel dot de>
+
+ - Integrated a new patch Rolf Ahrenberg sent to me privately
+ The patch updates finish translations.
+ Autoplay and the 'standard' video size is used in the playback
+ window.
+
2007-12-17 Dieter Hametner <dh+vdr at gekrumbel dot de>
- Adapted Rolf Ahrenbergs patch for VLC plugin streaming to the
diff --git a/i18n-generated.h b/i18n-generated.h
index e5fcf09..2413e57 100644
--- a/i18n-generated.h
+++ b/i18n-generated.h
@@ -1874,7 +1874,7 @@ const tI18nPhrase Phrases[] = {
"",
"",
"",
- "",
+ "Jätä puuttuvat ohjelmatiedot huomioimatta",
"",
"",
"",
@@ -1909,7 +1909,7 @@ const tI18nPhrase Phrases[] = {
"",
"",
"",
- "",
+ "Asetuksen ottaminen käyttöön saattaa luoda lukemattomia ajastimia. Testaa haku ennenkuin teet siitä hakuajastimen!",
"",
"",
"",
@@ -5304,7 +5304,7 @@ const tI18nPhrase Phrases[] = {
"",
"",
"",
- "Pyynto onnistui!",
+ "Pyyntö onnistui!",
"",
"",
"",
@@ -5864,7 +5864,7 @@ const tI18nPhrase Phrases[] = {
"",
"",
"",
- "",
+ "Aloita suoratoisto",
"",
"",
"",
@@ -6416,41 +6416,6 @@ const tI18nPhrase Phrases[] = {
"",
#endif
},
- { "RecDate",
- "Aufnahmedatum",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
-#if VDRVERSNUM >= 10302
- "",
-#endif
-#if VDRVERSNUM >= 10307
- "",
-#endif
-#if VDRVERSNUM >= 10313
- "",
-#endif
-#if VDRVERSNUM >= 10316
- "",
-#endif
-#if VDRVERSNUM >= 10342
- "",
-#endif
-#if VDRVERSNUM >= 10502
- "",
-#endif
- },
{ "List of recordings",
"Liste der Aufnahmen",
"",
@@ -7474,7 +7439,7 @@ const tI18nPhrase Phrases[] = {
"",
"",
"",
- "Näytä Live-logo",
+ "Salli lähetyksen suoratoisto",
"",
"",
"",
@@ -7509,7 +7474,7 @@ const tI18nPhrase Phrases[] = {
"",
"",
"",
- "",
+ "Streamdev-palvelimen portti",
"",
"",
"",
@@ -7719,7 +7684,7 @@ const tI18nPhrase Phrases[] = {
"",
"Enregistrement de série",
"",
- "Sarjatallennus",
+ "Ajastinta tallennetaan",
"",
"",
"",
@@ -7754,7 +7719,7 @@ const tI18nPhrase Phrases[] = {
"",
"",
"",
- "",
+ "Aktiivinen ajastin",
"",
"",
"",
@@ -7859,7 +7824,7 @@ const tI18nPhrase Phrases[] = {
"",
"",
"",
- "",
+ "VLC: live-lähetyksen suoratoisto",
"",
"",
"",
diff --git a/pages/vlc.ecpp b/pages/vlc.ecpp
index 865b6bd..51c4338 100644
--- a/pages/vlc.ecpp
+++ b/pages/vlc.ecpp
@@ -65,7 +65,7 @@ using namespace vdrlive;
int streamdevPort = LiveSetup().GetStreamdevPort();
string videourl = string("http://") + request.getServerIp() + ":" + lexical_cast<string,int>(streamdevPort) + "/" + *Channel->GetChannelID().ToString();
</%cpp>
- <embed type="application/x-vlc-plugin" name="video1" autoplay="no" loop="yes" width="400" height="300" target="<$ videourl $>" />
+ <embed type="application/x-vlc-plugin" name="video1" autoplay="yes" loop="yes" width="720" height="576" target="<$ videourl $>" />
<& vlc.channel_selection &>
<%cpp>
}
diff --git a/po/ca_ES.po b/po/ca_ES.po
index 324f2ce..3655eb7 100644
--- a/po/ca_ES.po
+++ b/po/ca_ES.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR-LIVE 0.2.0\n"
"Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n"
-"POT-Creation-Date: 2007-12-17 23:42+0100\n"
+"POT-Creation-Date: 2007-12-18 23:41+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"
@@ -567,9 +567,6 @@ msgstr ""
msgid "If you encounter any bugs or would like to suggest new features, please use our bugtracker"
msgstr ""
-msgid "RecDate"
-msgstr ""
-
msgid "List of recordings"
msgstr ""
diff --git a/po/cs_CZ.po b/po/cs_CZ.po
index 7cfd038..72d4ed4 100644
--- a/po/cs_CZ.po
+++ b/po/cs_CZ.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR-LIVE 0.2.0\n"
"Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n"
-"POT-Creation-Date: 2007-12-17 23:42+0100\n"
+"POT-Creation-Date: 2007-12-18 23:41+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"
@@ -565,9 +565,6 @@ msgstr ""
msgid "If you encounter any bugs or would like to suggest new features, please use our bugtracker"
msgstr ""
-msgid "RecDate"
-msgstr ""
-
msgid "List of recordings"
msgstr ""
diff --git a/po/da_DK.po b/po/da_DK.po
index 4c0380f..9d596d9 100644
--- a/po/da_DK.po
+++ b/po/da_DK.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR-LIVE 0.2.0\n"
"Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n"
-"POT-Creation-Date: 2007-12-17 23:42+0100\n"
+"POT-Creation-Date: 2007-12-18 23:41+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"
@@ -565,9 +565,6 @@ msgstr ""
msgid "If you encounter any bugs or would like to suggest new features, please use our bugtracker"
msgstr ""
-msgid "RecDate"
-msgstr ""
-
msgid "List of recordings"
msgstr ""
diff --git a/po/de_DE.po b/po/de_DE.po
index d9abe5a..00c0bbf 100644
--- a/po/de_DE.po
+++ b/po/de_DE.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR-LIVE 0.2.0\n"
"Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n"
-"POT-Creation-Date: 2007-12-17 23:42+0100\n"
+"POT-Creation-Date: 2007-12-18 23:41+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"
@@ -565,9 +565,6 @@ msgstr "Fehlerberichte und Vorschläge"
msgid "If you encounter any bugs or would like to suggest new features, please use our bugtracker"
msgstr "Für Fehler oder Verbesserungsvorschläge steht unser Bugtracker bereit"
-msgid "RecDate"
-msgstr "Aufnahmedatum"
-
msgid "List of recordings"
msgstr "Liste der Aufnahmen"
@@ -724,6 +721,9 @@ msgstr "Ausführliche Ansicht"
msgid "List view"
msgstr "Listenansicht"
+#~ msgid "RecDate"
+#~ msgstr "Aufnahmedatum"
+
#, fuzzy
#~ msgid "Watch channel"
#~ msgstr "bis Kanal"
diff --git a/po/el_GR.po b/po/el_GR.po
index 3c4e0f2..b1c122b 100644
--- a/po/el_GR.po
+++ b/po/el_GR.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR-LIVE 0.2.0\n"
"Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n"
-"POT-Creation-Date: 2007-12-17 23:42+0100\n"
+"POT-Creation-Date: 2007-12-18 23:41+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"
@@ -565,9 +565,6 @@ msgstr ""
msgid "If you encounter any bugs or would like to suggest new features, please use our bugtracker"
msgstr ""
-msgid "RecDate"
-msgstr ""
-
msgid "List of recordings"
msgstr ""
diff --git a/po/es_ES.po b/po/es_ES.po
index da752dd..3a3d056 100644
--- a/po/es_ES.po
+++ b/po/es_ES.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR-LIVE 0.2.0\n"
"Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n"
-"POT-Creation-Date: 2007-12-17 23:42+0100\n"
+"POT-Creation-Date: 2007-12-18 23:41+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"
@@ -565,9 +565,6 @@ msgstr ""
msgid "If you encounter any bugs or would like to suggest new features, please use our bugtracker"
msgstr ""
-msgid "RecDate"
-msgstr ""
-
msgid "List of recordings"
msgstr ""
diff --git a/po/et_EE.po b/po/et_EE.po
index c00fd7d..e3a352a 100644
--- a/po/et_EE.po
+++ b/po/et_EE.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR-LIVE 0.2.0\n"
"Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n"
-"POT-Creation-Date: 2007-12-17 23:42+0100\n"
+"POT-Creation-Date: 2007-12-18 23:41+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"
@@ -565,9 +565,6 @@ msgstr ""
msgid "If you encounter any bugs or would like to suggest new features, please use our bugtracker"
msgstr ""
-msgid "RecDate"
-msgstr ""
-
msgid "List of recordings"
msgstr ""
diff --git a/po/fi_FI.po b/po/fi_FI.po
index 322d700..06ba989 100644
--- a/po/fi_FI.po
+++ b/po/fi_FI.po
@@ -1,16 +1,13 @@
# VDR plugin language source file.
# Copyright (C) 2007 Klaus Schmidinger <kls@cadsoft.de>
# This file is distributed under the same license as the VDR-LIVE package.
-# Hannu Savolainen <hannu@opensound.com>, 2002
-# Jaakko Hyvätti <jaakko@hyvatti.iki.fi>, 2002
-# Niko Tarnanen <niko.tarnanen@hut.fi>, 2003
-# Rolf Ahrenberg <rahrenbe@cc.hut.fi>, 2003
+# Rolf Ahrenberg <rahrenbe@cc.hut.fi>
#
msgid ""
msgstr ""
"Project-Id-Version: VDR-LIVE 0.2.0\n"
"Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n"
-"POT-Creation-Date: 2007-12-17 23:42+0100\n"
+"POT-Creation-Date: 2007-12-18 23:41+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"
@@ -179,10 +176,10 @@ msgid "Use extended EPG info"
msgstr "Käytä laajennettua ohjelmaopasta"
msgid "Ignore missing EPG info"
-msgstr ""
+msgstr "Jätä puuttuvat ohjelmatiedot huomioimatta"
msgid "When active this can cause very many timers. So please always first test this search before using it as search timer!"
-msgstr ""
+msgstr "Asetuksen ottaminen käyttöön saattaa luoda lukemattomia ajastimia. Testaa haku ennenkuin teet siitä hakuajastimen!"
msgid "Use channel"
msgstr "Käytä kanavaa"
@@ -473,7 +470,7 @@ msgid "an error occured!"
msgstr "virhe havaittu!"
msgid "Request succeeded!"
-msgstr "Pyynto onnistui!"
+msgstr "Pyyntö onnistui!"
msgid "Request failed!"
msgstr "Pyyntö epäonnistui!"
@@ -521,7 +518,7 @@ msgid "Search for repeats."
msgstr "Etsi toistuvat"
msgid "Stream this channel into browser."
-msgstr ""
+msgstr "Aloita suoratoisto"
msgid "Find more at the Internet Movie Database."
msgstr "Hae IMDB:stä"
@@ -568,9 +565,6 @@ msgstr "Virheraportoinnit ja parannusehdotukset"
msgid "If you encounter any bugs or would like to suggest new features, please use our bugtracker"
msgstr "Voit raportoida sekä virheet että parannusehdotukset suoraan havaintotietokantaan"
-msgid "RecDate"
-msgstr ""
-
msgid "List of recordings"
msgstr "Tallennelistaus"
@@ -658,12 +652,11 @@ msgstr "Käytä AJAX-tekniikkaa"
msgid "Show dynamic VDR information box"
msgstr "Näytä dynaaminen VDR:n infolaatikko"
-#, fuzzy
msgid "Allow video streaming"
-msgstr "Näytä Live-logo"
+msgstr "Salli lähetyksen suoratoisto"
msgid "streamdev server port"
-msgstr ""
+msgstr "Streamdev-palvelimen portti"
msgid "additional fixed times in 'What's on?'"
msgstr "Lisäajankohdat 'Menossa?'-sivulle"
@@ -680,12 +673,11 @@ msgstr "Ulkoasu"
msgid "No timer defined"
msgstr "Ajastinta ei ole määritelty"
-#, fuzzy
msgid "Timer is recording."
-msgstr "Sarjatallennus"
+msgstr "Ajastinta tallennetaan"
msgid "Timer is active."
-msgstr ""
+msgstr "Aktiivinen ajastin"
msgid "Toggle timer active/inactive"
msgstr "Aseta ajastin päälle/pois"
@@ -694,7 +686,7 @@ msgid "Delete timer"
msgstr "Poista ajastin"
msgid "VLC: live video stream"
-msgstr ""
+msgstr "VLC: live-lähetyksen suoratoisto"
msgid "What's running at"
msgstr "Menossa kello"
@@ -729,6 +721,9 @@ msgstr "Ruudukkonäkymä"
msgid "List view"
msgstr "Listanäkymä"
+#~ msgid "RecDate"
+#~ msgstr "Tallenteen päiväys"
+
#, fuzzy
#~ msgid "Watch channel"
#~ msgstr "Kanavaan"
diff --git a/po/fr_FR.po b/po/fr_FR.po
index 3a582b8..19f9291 100644
--- a/po/fr_FR.po
+++ b/po/fr_FR.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR-LIVE 0.2.0\n"
"Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n"
-"POT-Creation-Date: 2007-12-17 23:42+0100\n"
+"POT-Creation-Date: 2007-12-18 23:41+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"
@@ -569,9 +569,6 @@ msgstr "Bogues et suggestions"
msgid "If you encounter any bugs or would like to suggest new features, please use our bugtracker"
msgstr "Si vous rencontrez n'importe quels bogue ou voudriez suggérer de nouveaux dispositifs, employer notre bugtracker svp"
-msgid "RecDate"
-msgstr ""
-
msgid "List of recordings"
msgstr "Liste des enregistrements"
diff --git a/po/hr_HR.po b/po/hr_HR.po
index f3b1624..91b04c9 100644
--- a/po/hr_HR.po
+++ b/po/hr_HR.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR-LIVE 0.2.0\n"
"Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n"
-"POT-Creation-Date: 2007-12-17 23:42+0100\n"
+"POT-Creation-Date: 2007-12-18 23:41+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"
@@ -566,9 +566,6 @@ msgstr ""
msgid "If you encounter any bugs or would like to suggest new features, please use our bugtracker"
msgstr ""
-msgid "RecDate"
-msgstr ""
-
msgid "List of recordings"
msgstr ""
diff --git a/po/hu_HU.po b/po/hu_HU.po
index 1d32489..d2bcc8a 100644
--- a/po/hu_HU.po
+++ b/po/hu_HU.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR-LIVE 0.2.0\n"
"Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n"
-"POT-Creation-Date: 2007-12-17 23:42+0100\n"
+"POT-Creation-Date: 2007-12-18 23:41+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"
@@ -566,9 +566,6 @@ msgstr ""
msgid "If you encounter any bugs or would like to suggest new features, please use our bugtracker"
msgstr ""
-msgid "RecDate"
-msgstr ""
-
msgid "List of recordings"
msgstr ""
diff --git a/po/it_IT.po b/po/it_IT.po
index 1e0b479..def0f56 100644
--- a/po/it_IT.po
+++ b/po/it_IT.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR-LIVE 0.2.0\n"
"Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n"
-"POT-Creation-Date: 2007-12-17 23:42+0100\n"
+"POT-Creation-Date: 2007-12-18 23:41+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"
@@ -568,9 +568,6 @@ msgstr ""
msgid "If you encounter any bugs or would like to suggest new features, please use our bugtracker"
msgstr ""
-msgid "RecDate"
-msgstr ""
-
msgid "List of recordings"
msgstr ""
diff --git a/po/nl_NL.po b/po/nl_NL.po
index d98a7ed..b16f9d2 100644
--- a/po/nl_NL.po
+++ b/po/nl_NL.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR-LIVE 0.2.0\n"
"Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n"
-"POT-Creation-Date: 2007-12-17 23:42+0100\n"
+"POT-Creation-Date: 2007-12-18 23:41+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"
@@ -568,9 +568,6 @@ msgstr ""
msgid "If you encounter any bugs or would like to suggest new features, please use our bugtracker"
msgstr ""
-msgid "RecDate"
-msgstr ""
-
msgid "List of recordings"
msgstr ""
diff --git a/po/nn_NO.po b/po/nn_NO.po
index ac2829c..7c3f7cd 100644
--- a/po/nn_NO.po
+++ b/po/nn_NO.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR-LIVE 0.2.0\n"
"Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n"
-"POT-Creation-Date: 2007-12-17 23:42+0100\n"
+"POT-Creation-Date: 2007-12-18 23:41+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"
@@ -566,9 +566,6 @@ msgstr ""
msgid "If you encounter any bugs or would like to suggest new features, please use our bugtracker"
msgstr ""
-msgid "RecDate"
-msgstr ""
-
msgid "List of recordings"
msgstr ""
diff --git a/po/pl_PL.po b/po/pl_PL.po
index 47ad717..e663d03 100644
--- a/po/pl_PL.po
+++ b/po/pl_PL.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR-LIVE 0.2.0\n"
"Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n"
-"POT-Creation-Date: 2007-12-17 23:42+0100\n"
+"POT-Creation-Date: 2007-12-18 23:41+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"
@@ -565,9 +565,6 @@ msgstr ""
msgid "If you encounter any bugs or would like to suggest new features, please use our bugtracker"
msgstr ""
-msgid "RecDate"
-msgstr ""
-
msgid "List of recordings"
msgstr ""
diff --git a/po/pt_PT.po b/po/pt_PT.po
index 8876d01..c789e53 100644
--- a/po/pt_PT.po
+++ b/po/pt_PT.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR-LIVE 0.2.0\n"
"Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n"
-"POT-Creation-Date: 2007-12-17 23:42+0100\n"
+"POT-Creation-Date: 2007-12-18 23:41+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"
@@ -565,9 +565,6 @@ msgstr ""
msgid "If you encounter any bugs or would like to suggest new features, please use our bugtracker"
msgstr ""
-msgid "RecDate"
-msgstr ""
-
msgid "List of recordings"
msgstr ""
diff --git a/po/ro_RO.po b/po/ro_RO.po
index ce61598..9e7b703 100644
--- a/po/ro_RO.po
+++ b/po/ro_RO.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR-LIVE 0.2.0\n"
"Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n"
-"POT-Creation-Date: 2007-12-17 23:42+0100\n"
+"POT-Creation-Date: 2007-12-18 23:41+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"
@@ -566,9 +566,6 @@ msgstr ""
msgid "If you encounter any bugs or would like to suggest new features, please use our bugtracker"
msgstr ""
-msgid "RecDate"
-msgstr ""
-
msgid "List of recordings"
msgstr ""
diff --git a/po/ru_RU.po b/po/ru_RU.po
index b9b928a..77386f8 100644
--- a/po/ru_RU.po
+++ b/po/ru_RU.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR-LIVE 0.2.0\n"
"Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n"
-"POT-Creation-Date: 2007-12-17 23:42+0100\n"
+"POT-Creation-Date: 2007-12-18 23:41+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"
@@ -565,9 +565,6 @@ msgstr ""
msgid "If you encounter any bugs or would like to suggest new features, please use our bugtracker"
msgstr ""
-msgid "RecDate"
-msgstr ""
-
msgid "List of recordings"
msgstr ""
diff --git a/po/sl_SI.po b/po/sl_SI.po
index 609255e..75992bd 100644
--- a/po/sl_SI.po
+++ b/po/sl_SI.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR-LIVE 0.2.0\n"
"Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n"
-"POT-Creation-Date: 2007-12-17 23:42+0100\n"
+"POT-Creation-Date: 2007-12-18 23:41+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"
@@ -566,9 +566,6 @@ msgstr ""
msgid "If you encounter any bugs or would like to suggest new features, please use our bugtracker"
msgstr ""
-msgid "RecDate"
-msgstr ""
-
msgid "List of recordings"
msgstr ""
diff --git a/po/sv_SE.po b/po/sv_SE.po
index 07e4563..c1e1bbc 100644
--- a/po/sv_SE.po
+++ b/po/sv_SE.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR-LIVE 0.2.0\n"
"Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n"
-"POT-Creation-Date: 2007-12-17 23:42+0100\n"
+"POT-Creation-Date: 2007-12-18 23:41+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"
@@ -566,9 +566,6 @@ msgstr ""
msgid "If you encounter any bugs or would like to suggest new features, please use our bugtracker"
msgstr ""
-msgid "RecDate"
-msgstr ""
-
msgid "List of recordings"
msgstr ""
diff --git a/po/tr_TR.po b/po/tr_TR.po
index baea70b..2f99c81 100644
--- a/po/tr_TR.po
+++ b/po/tr_TR.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR-LIVE 0.2.0\n"
"Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n"
-"POT-Creation-Date: 2007-12-17 23:42+0100\n"
+"POT-Creation-Date: 2007-12-18 23:41+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"
@@ -565,9 +565,6 @@ msgstr ""
msgid "If you encounter any bugs or would like to suggest new features, please use our bugtracker"
msgstr ""
-msgid "RecDate"
-msgstr ""
-
msgid "List of recordings"
msgstr ""