summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Wilke <vdr@joachim-wilke.de>2011-01-09 18:01:46 +0100
committerJoachim Wilke <vdr@joachim-wilke.de>2011-01-09 18:12:28 +0100
commiteee66d3ce1f420b916449a42f7f570236e34ece1 (patch)
tree137644488df199e7290a9c96e05c4092bf3e6bc1
parentefcb6216fad91fb8a71aa7aff4c8b3b055e2cb69 (diff)
downloadvdr-plugin-lcdproc-eee66d3ce1f420b916449a42f7f570236e34ece1.tar.gz
vdr-plugin-lcdproc-eee66d3ce1f420b916449a42f7f570236e34ece1.tar.bz2
Prepare for release 0.0.10-jw8v0.0.10-jw8
-rw-r--r--HISTORY2
-rw-r--r--lcdproc.c2
-rw-r--r--po/ca_ES.po81
-rw-r--r--po/cs_CZ.po81
-rw-r--r--po/da_DK.po81
-rw-r--r--po/de_DE.po60
-rw-r--r--po/el_GR.po81
-rw-r--r--po/es_ES.po81
-rw-r--r--po/et_EE.po81
-rw-r--r--po/fi_FI.po81
-rw-r--r--po/fr_FR.po81
-rw-r--r--po/hr_HR.po81
-rw-r--r--po/hu_HU.po81
-rw-r--r--po/it_IT.po75
-rw-r--r--po/nl_NL.po81
-rw-r--r--po/nn_NO.po81
-rw-r--r--po/pl_PL.po81
-rw-r--r--po/pt_PT.po81
-rw-r--r--po/ro_RO.po81
-rw-r--r--po/ru_RU.po81
-rw-r--r--po/sl_SI.po81
-rw-r--r--po/sv_SE.po81
-rw-r--r--po/tr_TR.po81
23 files changed, 1022 insertions, 656 deletions
diff --git a/HISTORY b/HISTORY
index 5aa17c3..7c0b130 100644
--- a/HISTORY
+++ b/HISTORY
@@ -85,7 +85,7 @@ VDR Plugin 'lcdproc' Revision History
- fixed a missing update of lastUserActivity
(patch provided by SHF <http://vdrportal.de/board/profile.php?userid=9031>)
-Head:
+2011-01-09:
- updated italian translation
(provided by Diego Pierotto <vdr-italian@tiscali.it>)
- fixed a bug with displaying the volume bar. If connection to LCDd is lost and
diff --git a/lcdproc.c b/lcdproc.c
index ff55b99..840f805 100644
--- a/lcdproc.c
+++ b/lcdproc.c
@@ -15,7 +15,7 @@
#include "lcd.h"
#include "lcdtranstbl.h"
-static const char *VERSION = "0.0.10-jw7";
+static const char *VERSION = "0.0.10-jw8";
static const char *MAINMENUENTRY = NULL;
static const char *DESCRIPTION = trNOOP("LCDproc output");
diff --git a/po/ca_ES.po b/po/ca_ES.po
index 06dc7d4..e53a696 100644
--- a/po/ca_ES.po
+++ b/po/ca_ES.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <vdr@joachim-wilke.de>\n"
-"POT-Creation-Date: 2008-03-08 21:12+0100\n"
+"POT-Creation-Date: 2011-01-01 16:52+0100\n"
"PO-Revision-Date: 2007-08-12 20:41+0200\n"
"Last-Translator: Jordi Vilà <jvila@tinet.org>\n"
"Language-Team: <vdr@linuxtv.org>\n"
@@ -17,107 +17,126 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: lcd.c:126
-#, c-format
-msgid "Schedule - %s"
-msgstr ""
-
-#: lcd.c:273
+#: lcd.c:373
msgid "Mute"
msgstr ""
-#: lcd.c:288
+#: lcd.c:379 lcd.c:382 lcd.c:388
msgid "Volume "
msgstr ""
-#: lcd.c:608
+#: lcd.c:732 lcd.c:735
msgid "RECORDING"
msgstr ""
-#: lcd.c:711 lcd.c:742 lcdproc.c:202 lcdproc.c:212
+#: lcd.c:862 lcdproc.c:252 lcdproc.c:262
msgid "No EPG info available."
msgstr "No EPG info available."
-#: lcdproc.c:72
+#: lcdproc.c:20
+msgid "LCDproc output"
+msgstr ""
+
+#: lcdproc.c:79
msgid "Waiting for EPG info."
msgstr "Scanning for EPG info."
-#: lcdproc.c:345
+#: lcdproc.c:135
+msgid "Stereo"
+msgstr ""
+
+#: lcdproc.c:141
+msgid "Left channel"
+msgstr ""
+
+#: lcdproc.c:147
+msgid "Right channel"
+msgstr ""
+
+#: lcdproc.c:401
msgid "off"
msgstr ""
-#: lcdproc.c:346
+#: lcdproc.c:402
msgid "on"
msgstr ""
-#: lcdproc.c:347
+#: lcdproc.c:403
msgid "auto"
msgstr ""
-#: lcdproc.c:348
+#: lcdproc.c:404
msgid "detailed"
msgstr ""
-#: lcdproc.c:349
+#: lcdproc.c:405
msgid "simple"
msgstr ""
-#: lcdproc.c:352
+#: lcdproc.c:408
msgid "FullCycle"
msgstr "FullCycle"
-#: lcdproc.c:353
+#: lcdproc.c:409
msgid "TimeDateCycle"
msgstr "TimeDateCycle"
-#: lcdproc.c:354
+#: lcdproc.c:410
msgid "VolumeKeep"
msgstr "VolumeKeep"
-#: lcdproc.c:355
+#: lcdproc.c:411
msgid "Scrollwait"
msgstr "Scrollwait"
-#: lcdproc.c:356
+#: lcdproc.c:412
msgid "Scrollspeed"
msgstr "Scrollspeed"
-#: lcdproc.c:357
+#: lcdproc.c:413
msgid "Charmap"
msgstr "Charmap"
-#: lcdproc.c:358
+#: lcdproc.c:414
msgid "AltShift"
msgstr "AltShift"
-#: lcdproc.c:359
+#: lcdproc.c:415
msgid "BackLight"
msgstr "BackLight"
-#: lcdproc.c:360
+#: lcdproc.c:416
msgid "SetClientPriority"
msgstr ""
-#: lcdproc.c:361
+#: lcdproc.c:417
msgid "NormalClientPriority"
msgstr ""
-#: lcdproc.c:362
+#: lcdproc.c:418
msgid "HighClientPriority"
msgstr ""
-#: lcdproc.c:363
+#: lcdproc.c:419
msgid "BackLightWait"
msgstr ""
-#: lcdproc.c:364 lcdproc.c:366
+#: lcdproc.c:420
+msgid "PrioWait"
+msgstr ""
+
+#: lcdproc.c:421 lcdproc.c:423
msgid "OutputNumber"
msgstr "OutputNumber"
-#: lcdproc.c:369
+#: lcdproc.c:426
msgid "Recording status"
msgstr ""
-#: lcdproc.c:370
+#: lcdproc.c:427
msgid "Show time"
msgstr ""
+
+#: lcdproc.c:428
+msgid "Show subtitle"
+msgstr ""
diff --git a/po/cs_CZ.po b/po/cs_CZ.po
index 37f7357..01c1974 100644
--- a/po/cs_CZ.po
+++ b/po/cs_CZ.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <vdr@joachim-wilke.de>\n"
-"POT-Creation-Date: 2008-03-08 21:12+0100\n"
+"POT-Creation-Date: 2011-01-01 16:52+0100\n"
"PO-Revision-Date: 2007-08-12 20:41+0200\n"
"Last-Translator: Vladimír Bárta <vladimir.barta@k2atmitec.cz>\n"
"Language-Team: <vdr@linuxtv.org>\n"
@@ -15,107 +15,126 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
-#: lcd.c:126
-#, c-format
-msgid "Schedule - %s"
-msgstr ""
-
-#: lcd.c:273
+#: lcd.c:373
msgid "Mute"
msgstr ""
-#: lcd.c:288
+#: lcd.c:379 lcd.c:382 lcd.c:388
msgid "Volume "
msgstr ""
-#: lcd.c:608
+#: lcd.c:732 lcd.c:735
msgid "RECORDING"
msgstr ""
-#: lcd.c:711 lcd.c:742 lcdproc.c:202 lcdproc.c:212
+#: lcd.c:862 lcdproc.c:252 lcdproc.c:262
msgid "No EPG info available."
msgstr ""
-#: lcdproc.c:72
+#: lcdproc.c:20
+msgid "LCDproc output"
+msgstr ""
+
+#: lcdproc.c:79
msgid "Waiting for EPG info."
msgstr ""
-#: lcdproc.c:345
+#: lcdproc.c:135
+msgid "Stereo"
+msgstr ""
+
+#: lcdproc.c:141
+msgid "Left channel"
+msgstr ""
+
+#: lcdproc.c:147
+msgid "Right channel"
+msgstr ""
+
+#: lcdproc.c:401
msgid "off"
msgstr ""
-#: lcdproc.c:346
+#: lcdproc.c:402
msgid "on"
msgstr ""
-#: lcdproc.c:347
+#: lcdproc.c:403
msgid "auto"
msgstr ""
-#: lcdproc.c:348
+#: lcdproc.c:404
msgid "detailed"
msgstr ""
-#: lcdproc.c:349
+#: lcdproc.c:405
msgid "simple"
msgstr ""
-#: lcdproc.c:352
+#: lcdproc.c:408
msgid "FullCycle"
msgstr ""
-#: lcdproc.c:353
+#: lcdproc.c:409
msgid "TimeDateCycle"
msgstr ""
-#: lcdproc.c:354
+#: lcdproc.c:410
msgid "VolumeKeep"
msgstr ""
-#: lcdproc.c:355
+#: lcdproc.c:411
msgid "Scrollwait"
msgstr ""
-#: lcdproc.c:356
+#: lcdproc.c:412
msgid "Scrollspeed"
msgstr ""
-#: lcdproc.c:357
+#: lcdproc.c:413
msgid "Charmap"
msgstr ""
-#: lcdproc.c:358
+#: lcdproc.c:414
msgid "AltShift"
msgstr ""
-#: lcdproc.c:359
+#: lcdproc.c:415
msgid "BackLight"
msgstr ""
-#: lcdproc.c:360
+#: lcdproc.c:416
msgid "SetClientPriority"
msgstr ""
-#: lcdproc.c:361
+#: lcdproc.c:417
msgid "NormalClientPriority"
msgstr ""
-#: lcdproc.c:362
+#: lcdproc.c:418
msgid "HighClientPriority"
msgstr ""
-#: lcdproc.c:363
+#: lcdproc.c:419
msgid "BackLightWait"
msgstr ""
-#: lcdproc.c:364 lcdproc.c:366
+#: lcdproc.c:420
+msgid "PrioWait"
+msgstr ""
+
+#: lcdproc.c:421 lcdproc.c:423
msgid "OutputNumber"
msgstr "RECORDING"
-#: lcdproc.c:369
+#: lcdproc.c:426
msgid "Recording status"
msgstr ""
-#: lcdproc.c:370
+#: lcdproc.c:427
msgid "Show time"
msgstr ""
+
+#: lcdproc.c:428
+msgid "Show subtitle"
+msgstr ""
diff --git a/po/da_DK.po b/po/da_DK.po
index e035bc8..f9d0267 100644
--- a/po/da_DK.po
+++ b/po/da_DK.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <vdr@joachim-wilke.de>\n"
-"POT-Creation-Date: 2008-03-08 21:12+0100\n"
+"POT-Creation-Date: 2011-01-01 16:52+0100\n"
"PO-Revision-Date: 2007-08-12 20:41+0200\n"
"Last-Translator: Mogens Elneff <mogens@elneff.dk>\n"
"Language-Team: <vdr@linuxtv.org>\n"
@@ -15,107 +15,126 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
-#: lcd.c:126
-#, c-format
-msgid "Schedule - %s"
-msgstr ""
-
-#: lcd.c:273
+#: lcd.c:373
msgid "Mute"
msgstr ""
-#: lcd.c:288
+#: lcd.c:379 lcd.c:382 lcd.c:388
msgid "Volume "
msgstr ""
-#: lcd.c:608
+#: lcd.c:732 lcd.c:735
msgid "RECORDING"
msgstr ""
-#: lcd.c:711 lcd.c:742 lcdproc.c:202 lcdproc.c:212
+#: lcd.c:862 lcdproc.c:252 lcdproc.c:262
msgid "No EPG info available."
msgstr ""
-#: lcdproc.c:72
+#: lcdproc.c:20
+msgid "LCDproc output"
+msgstr ""
+
+#: lcdproc.c:79
msgid "Waiting for EPG info."
msgstr ""
-#: lcdproc.c:345
+#: lcdproc.c:135
+msgid "Stereo"
+msgstr ""
+
+#: lcdproc.c:141
+msgid "Left channel"
+msgstr ""
+
+#: lcdproc.c:147
+msgid "Right channel"
+msgstr ""
+
+#: lcdproc.c:401
msgid "off"
msgstr ""
-#: lcdproc.c:346
+#: lcdproc.c:402
msgid "on"
msgstr ""
-#: lcdproc.c:347
+#: lcdproc.c:403
msgid "auto"
msgstr ""
-#: lcdproc.c:348
+#: lcdproc.c:404
msgid "detailed"
msgstr ""
-#: lcdproc.c:349
+#: lcdproc.c:405
msgid "simple"
msgstr ""
-#: lcdproc.c:352
+#: lcdproc.c:408
msgid "FullCycle"
msgstr ""
-#: lcdproc.c:353
+#: lcdproc.c:409
msgid "TimeDateCycle"
msgstr ""
-#: lcdproc.c:354
+#: lcdproc.c:410
msgid "VolumeKeep"
msgstr ""
-#: lcdproc.c:355
+#: lcdproc.c:411
msgid "Scrollwait"
msgstr ""
-#: lcdproc.c:356
+#: lcdproc.c:412
msgid "Scrollspeed"
msgstr ""
-#: lcdproc.c:357
+#: lcdproc.c:413
msgid "Charmap"
msgstr ""
-#: lcdproc.c:358
+#: lcdproc.c:414
msgid "AltShift"
msgstr ""
-#: lcdproc.c:359
+#: lcdproc.c:415
msgid "BackLight"
msgstr ""
-#: lcdproc.c:360
+#: lcdproc.c:416
msgid "SetClientPriority"
msgstr ""
-#: lcdproc.c:361
+#: lcdproc.c:417
msgid "NormalClientPriority"
msgstr ""
-#: lcdproc.c:362
+#: lcdproc.c:418
msgid "HighClientPriority"
msgstr ""
-#: lcdproc.c:363
+#: lcdproc.c:419
msgid "BackLightWait"
msgstr ""
-#: lcdproc.c:364 lcdproc.c:366
+#: lcdproc.c:420
+msgid "PrioWait"
+msgstr ""
+
+#: lcdproc.c:421 lcdproc.c:423
msgid "OutputNumber"
msgstr "RECORDING"
-#: lcdproc.c:369
+#: lcdproc.c:426
msgid "Recording status"
msgstr ""
-#: lcdproc.c:370
+#: lcdproc.c:427
msgid "Show time"
msgstr ""
+
+#: lcdproc.c:428
+msgid "Show subtitle"
+msgstr ""
diff --git a/po/de_DE.po b/po/de_DE.po
index fe1842d..5aed8f1 100644
--- a/po/de_DE.po
+++ b/po/de_DE.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <vdr@joachim-wilke.de>\n"
-"POT-Creation-Date: 2010-01-17 13:08+0100\n"
+"POT-Creation-Date: 2011-01-01 16:52+0100\n"
"PO-Revision-Date: 2007-08-12 20:41+0200\n"
"Last-Translator: Joachim Wilke <vdr@joachim-wilke.de>\n"
"Language-Team: <vdr@linuxtv.org>\n"
@@ -15,19 +15,19 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
-#: lcd.c:370
+#: lcd.c:373
msgid "Mute"
msgstr "Stumm"
-#: lcd.c:376 lcd.c:379 lcd.c:385
+#: lcd.c:379 lcd.c:382 lcd.c:388
msgid "Volume "
msgstr "Lautstärke "
-#: lcd.c:729 lcd.c:732
+#: lcd.c:732 lcd.c:735
msgid "RECORDING"
msgstr "AUFNAHME "
-#: lcd.c:859 lcdproc.c:240 lcdproc.c:250
+#: lcd.c:862 lcdproc.c:252 lcdproc.c:262
msgid "No EPG info available."
msgstr "Keine EPG Information verfügbar."
@@ -39,102 +39,102 @@ msgstr "LCDproc Ausgabe"
msgid "Waiting for EPG info."
msgstr "Suche nach EPG Information."
-#: lcdproc.c:132
+#: lcdproc.c:135
msgid "Stereo"
msgstr "Stereo"
-#: lcdproc.c:135
+#: lcdproc.c:141
msgid "Left channel"
msgstr "Linker Kanal"
-#: lcdproc.c:138
+#: lcdproc.c:147
msgid "Right channel"
msgstr "Rechter Kanal"
-#: lcdproc.c:389
+#: lcdproc.c:401
msgid "off"
msgstr "aus"
-#: lcdproc.c:390
+#: lcdproc.c:402
msgid "on"
msgstr "an"
-#: lcdproc.c:391
+#: lcdproc.c:403
msgid "auto"
msgstr "auto"
-#: lcdproc.c:392
+#: lcdproc.c:404
msgid "detailed"
msgstr "detailiert"
-#: lcdproc.c:393
+#: lcdproc.c:405
msgid "simple"
msgstr "einfach"
-#: lcdproc.c:396
+#: lcdproc.c:408
msgid "FullCycle"
msgstr "Zyklusdauer Statuszeile"
-#: lcdproc.c:397
+#: lcdproc.c:409
msgid "TimeDateCycle"
msgstr "davon Dauer Zeitanzeige"
-#: lcdproc.c:398
+#: lcdproc.c:410
msgid "VolumeKeep"
msgstr "Anzeigedauer Lautstärke"
-#: lcdproc.c:399
+#: lcdproc.c:411
msgid "Scrollwait"
msgstr "Zeit bis Text rollen"
-#: lcdproc.c:400
+#: lcdproc.c:412
msgid "Scrollspeed"
msgstr "Rollgeschwindigkeit"
-#: lcdproc.c:401
+#: lcdproc.c:413
msgid "Charmap"
msgstr "Zeichenkodierung"
-#: lcdproc.c:402
+#: lcdproc.c:414
msgid "AltShift"
msgstr "Alternative \"Heartbeat\"-Signalisierung"
-#: lcdproc.c:403
+#: lcdproc.c:415
msgid "BackLight"
msgstr "Hintergrundbeleuchtung"
-#: lcdproc.c:404
+#: lcdproc.c:416
msgid "SetClientPriority"
msgstr ""
-#: lcdproc.c:405
+#: lcdproc.c:417
msgid "NormalClientPriority"
msgstr ""
-#: lcdproc.c:406
+#: lcdproc.c:418
msgid "HighClientPriority"
msgstr ""
-#: lcdproc.c:407
+#: lcdproc.c:419
msgid "BackLightWait"
msgstr ""
-#: lcdproc.c:408
+#: lcdproc.c:420
msgid "PrioWait"
msgstr ""
-#: lcdproc.c:409 lcdproc.c:411
+#: lcdproc.c:421 lcdproc.c:423
msgid "OutputNumber"
msgstr "Zahl der Ausgänge am LCD"
-#: lcdproc.c:414
+#: lcdproc.c:426
msgid "Recording status"
msgstr "Aufnahemstatus"
-#: lcdproc.c:415
+#: lcdproc.c:427
msgid "Show time"
msgstr "Zeit anzeigen"
-#: lcdproc.c:416
+#: lcdproc.c:428
msgid "Show subtitle"
msgstr "Untertitel anzeigen"
diff --git a/po/el_GR.po b/po/el_GR.po
index 7dd903e..c90f212 100644
--- a/po/el_GR.po
+++ b/po/el_GR.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <vdr@joachim-wilke.de>\n"
-"POT-Creation-Date: 2008-03-08 21:12+0100\n"
+"POT-Creation-Date: 2011-01-01 16:52+0100\n"
"PO-Revision-Date: 2007-08-12 20:41+0200\n"
"Last-Translator: Dimitrios Dimitrakos <mail@dimitrios.de>\n"
"Language-Team: <vdr@linuxtv.org>\n"
@@ -15,107 +15,126 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-7\n"
"Content-Transfer-Encoding: 8bit\n"
-#: lcd.c:126
-#, c-format
-msgid "Schedule - %s"
-msgstr ""
-
-#: lcd.c:273
+#: lcd.c:373
msgid "Mute"
msgstr ""
-#: lcd.c:288
+#: lcd.c:379 lcd.c:382 lcd.c:388
msgid "Volume "
msgstr ""
-#: lcd.c:608
+#: lcd.c:732 lcd.c:735
msgid "RECORDING"
msgstr ""
-#: lcd.c:711 lcd.c:742 lcdproc.c:202 lcdproc.c:212
+#: lcd.c:862 lcdproc.c:252 lcdproc.c:262
msgid "No EPG info available."
msgstr "No EPG info available."
-#: lcdproc.c:72
+#: lcdproc.c:20
+msgid "LCDproc output"
+msgstr ""
+
+#: lcdproc.c:79
msgid "Waiting for EPG info."
msgstr "Scanning for EPG info."
-#: lcdproc.c:345
+#: lcdproc.c:135
+msgid "Stereo"
+msgstr ""
+
+#: lcdproc.c:141
+msgid "Left channel"
+msgstr ""
+
+#: lcdproc.c:147
+msgid "Right channel"
+msgstr ""
+
+#: lcdproc.c:401
msgid "off"
msgstr ""
-#: lcdproc.c:346
+#: lcdproc.c:402
msgid "on"
msgstr ""
-#: lcdproc.c:347
+#: lcdproc.c:403
msgid "auto"
msgstr ""
-#: lcdproc.c:348
+#: lcdproc.c:404
msgid "detailed"
msgstr ""
-#: lcdproc.c:349
+#: lcdproc.c:405
msgid "simple"
msgstr ""
-#: lcdproc.c:352
+#: lcdproc.c:408
msgid "FullCycle"
msgstr "FullCycle"
-#: lcdproc.c:353
+#: lcdproc.c:409
msgid "TimeDateCycle"
msgstr "TimeDateCycle"
-#: lcdproc.c:354
+#: lcdproc.c:410
msgid "VolumeKeep"
msgstr "VolumeKeep"
-#: lcdproc.c:355
+#: lcdproc.c:411
msgid "Scrollwait"
msgstr "Scrollwait"
-#: lcdproc.c:356
+#: lcdproc.c:412
msgid "Scrollspeed"
msgstr "Scrollspeed"
-#: lcdproc.c:357
+#: lcdproc.c:413
msgid "Charmap"
msgstr "Charmap"
-#: lcdproc.c:358
+#: lcdproc.c:414
msgid "AltShift"
msgstr "AltShift"
-#: lcdproc.c:359
+#: lcdproc.c:415
msgid "BackLight"
msgstr "BackLight"
-#: lcdproc.c:360
+#: lcdproc.c:416
msgid "SetClientPriority"
msgstr ""
-#: lcdproc.c:361
+#: lcdproc.c:417
msgid "NormalClientPriority"
msgstr ""
-#: lcdproc.c:362
+#: lcdproc.c:418
msgid "HighClientPriority"
msgstr ""
-#: lcdproc.c:363
+#: lcdproc.c:419
msgid "BackLightWait"
msgstr ""
-#: lcdproc.c:364 lcdproc.c:366
+#: lcdproc.c:420
+msgid "PrioWait"
+msgstr ""
+
+#: lcdproc.c:421 lcdproc.c:423
msgid "OutputNumber"
msgstr "OutputNumber"
-#: lcdproc.c:369
+#: lcdproc.c:426
msgid "Recording status"
msgstr ""
-#: lcdproc.c:370
+#: lcdproc.c:427
msgid "Show time"
msgstr ""
+
+#: lcdproc.c:428
+msgid "Show subtitle"
+msgstr ""
diff --git a/po/es_ES.po b/po/es_ES.po
index 0514a60..a1df1fd 100644
--- a/po/es_ES.po
+++ b/po/es_ES.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <vdr@joachim-wilke.de>\n"
-"POT-Creation-Date: 2008-03-08 21:12+0100\n"
+"POT-Creation-Date: 2011-01-01 16:52+0100\n"
"PO-Revision-Date: 2007-08-12 20:41+0200\n"
"Last-Translator: Ruben Nunez Francisco <ruben.nunez@tang-it.com>\n"
"Language-Team: <vdr@linuxtv.org>\n"
@@ -15,107 +15,126 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
-#: lcd.c:126
-#, c-format
-msgid "Schedule - %s"
-msgstr ""
-
-#: lcd.c:273
+#: lcd.c:373
msgid "Mute"
msgstr ""
-#: lcd.c:288
+#: lcd.c:379 lcd.c:382 lcd.c:388
msgid "Volume "
msgstr ""
-#: lcd.c:608
+#: lcd.c:732 lcd.c:735
msgid "RECORDING"
msgstr ""
-#: lcd.c:711 lcd.c:742 lcdproc.c:202 lcdproc.c:212
+#: lcd.c:862 lcdproc.c:252 lcdproc.c:262
msgid "No EPG info available."
msgstr "No EPG info available."
-#: lcdproc.c:72
+#: lcdproc.c:20
+msgid "LCDproc output"
+msgstr ""
+
+#: lcdproc.c:79
msgid "Waiting for EPG info."
msgstr "Scanning for EPG info."
-#: lcdproc.c:345
+#: lcdproc.c:135
+msgid "Stereo"
+msgstr ""
+
+#: lcdproc.c:141
+msgid "Left channel"
+msgstr ""
+
+#: lcdproc.c:147
+msgid "Right channel"
+msgstr ""
+
+#: lcdproc.c:401
msgid "off"
msgstr ""
-#: lcdproc.c:346
+#: lcdproc.c:402
msgid "on"
msgstr ""
-#: lcdproc.c:347
+#: lcdproc.c:403
msgid "auto"
msgstr ""
-#: lcdproc.c:348
+#: lcdproc.c:404
msgid "detailed"
msgstr ""
-#: lcdproc.c:349
+#: lcdproc.c:405
msgid "simple"
msgstr ""
-#: lcdproc.c:352
+#: lcdproc.c:408
msgid "FullCycle"
msgstr "FullCycle"
-#: lcdproc.c:353
+#: lcdproc.c:409
msgid "TimeDateCycle"
msgstr "TimeDateCycle"
-#: lcdproc.c:354
+#: lcdproc.c:410
msgid "VolumeKeep"
msgstr "VolumeKeep"
-#: lcdproc.c:355
+#: lcdproc.c:411
msgid "Scrollwait"
msgstr "Scrollwait"
-#: lcdproc.c:356
+#: lcdproc.c:412
msgid "Scrollspeed"
msgstr "Scrollspeed"
-#: lcdproc.c:357
+#: lcdproc.c:413
msgid "Charmap"
msgstr "Charmap"
-#: lcdproc.c:358
+#: lcdproc.c:414
msgid "AltShift"
msgstr "AltShift"
-#: lcdproc.c:359
+#: lcdproc.c:415
msgid "BackLight"
msgstr "BackLight"
-#: lcdproc.c:360
+#: lcdproc.c:416
msgid "SetClientPriority"
msgstr ""
-#: lcdproc.c:361
+#: lcdproc.c:417
msgid "NormalClientPriority"
msgstr ""
-#: lcdproc.c:362
+#: lcdproc.c:418
msgid "HighClientPriority"
msgstr ""
-#: lcdproc.c:363
+#: lcdproc.c:419
msgid "BackLightWait"
msgstr ""
-#: lcdproc.c:364 lcdproc.c:366
+#: lcdproc.c:420
+msgid "PrioWait"
+msgstr ""
+
+#: lcdproc.c:421 lcdproc.c:423
msgid "OutputNumber"
msgstr "OutputNumber"
-#: lcdproc.c:369
+#: lcdproc.c:426
msgid "Recording status"
msgstr ""
-#: lcdproc.c:370
+#: lcdproc.c:427
msgid "Show time"
msgstr ""
+
+#: lcdproc.c:428
+msgid "Show subtitle"
+msgstr ""
diff --git a/po/et_EE.po b/po/et_EE.po
index 1e5aefa..f316c13 100644
--- a/po/et_EE.po
+++ b/po/et_EE.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <vdr@joachim-wilke.de>\n"
-"POT-Creation-Date: 2008-03-08 21:12+0100\n"
+"POT-Creation-Date: 2011-01-01 16:52+0100\n"
"PO-Revision-Date: 2007-08-12 20:41+0200\n"
"Last-Translator: Arthur Konovalov <kasjas@hot.ee>\n"
"Language-Team: <vdr@linuxtv.org>\n"
@@ -15,107 +15,126 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-13\n"
"Content-Transfer-Encoding: 8bit\n"
-#: lcd.c:126
-#, c-format
-msgid "Schedule - %s"
-msgstr ""
-
-#: lcd.c:273
+#: lcd.c:373
msgid "Mute"
msgstr ""
-#: lcd.c:288
+#: lcd.c:379 lcd.c:382 lcd.c:388
msgid "Volume "
msgstr ""
-#: lcd.c:608
+#: lcd.c:732 lcd.c:735
msgid "RECORDING"
msgstr ""
-#: lcd.c:711 lcd.c:742 lcdproc.c:202 lcdproc.c:212
+#: lcd.c:862 lcdproc.c:252 lcdproc.c:262
msgid "No EPG info available."
msgstr ""
-#: lcdproc.c:72
+#: lcdproc.c:20
+msgid "LCDproc output"
+msgstr ""
+
+#: lcdproc.c:79
msgid "Waiting for EPG info."
msgstr ""
-#: lcdproc.c:345
+#: lcdproc.c:135
+msgid "Stereo"
+msgstr ""
+
+#: lcdproc.c:141
+msgid "Left channel"
+msgstr ""
+
+#: lcdproc.c:147
+msgid "Right channel"
+msgstr ""
+
+#: lcdproc.c:401
msgid "off"
msgstr ""
-#: lcdproc.c:346
+#: lcdproc.c:402
msgid "on"
msgstr ""
-#: lcdproc.c:347
+#: lcdproc.c:403
msgid "auto"
msgstr ""
-#: lcdproc.c:348
+#: lcdproc.c:404
msgid "detailed"
msgstr ""
-#: lcdproc.c:349
+#: lcdproc.c:405
msgid "simple"
msgstr ""
-#: lcdproc.c:352
+#: lcdproc.c:408
msgid "FullCycle"
msgstr ""
-#: lcdproc.c:353
+#: lcdproc.c:409
msgid "TimeDateCycle"
msgstr ""
-#: lcdproc.c:354
+#: lcdproc.c:410
msgid "VolumeKeep"
msgstr ""
-#: lcdproc.c:355
+#: lcdproc.c:411
msgid "Scrollwait"
msgstr ""
-#: lcdproc.c:356
+#: lcdproc.c:412
msgid "Scrollspeed"
msgstr ""
-#: lcdproc.c:357
+#: lcdproc.c:413
msgid "Charmap"
msgstr ""
-#: lcdproc.c:358
+#: lcdproc.c:414
msgid "AltShift"
msgstr ""
-#: lcdproc.c:359
+#: lcdproc.c:415
msgid "BackLight"
msgstr ""
-#: lcdproc.c:360
+#: lcdproc.c:416
msgid "SetClientPriority"
msgstr ""
-#: lcdproc.c:361
+#: lcdproc.c:417
msgid "NormalClientPriority"
msgstr ""
-#: lcdproc.c:362
+#: lcdproc.c:418
msgid "HighClientPriority"
msgstr ""
-#: lcdproc.c:363
+#: lcdproc.c:419
msgid "BackLightWait"
msgstr ""
-#: lcdproc.c:364 lcdproc.c:366
+#: lcdproc.c:420
+msgid "PrioWait"
+msgstr ""
+
+#: lcdproc.c:421 lcdproc.c:423
msgid "OutputNumber"
msgstr "AUFNAHME "
-#: lcdproc.c:369
+#: lcdproc.c:426
msgid "Recording status"
msgstr ""
-#: lcdproc.c:370
+#: lcdproc.c:427
msgid "Show time"
msgstr ""
+
+#: lcdproc.c:428
+msgid "Show subtitle"
+msgstr ""
diff --git a/po/fi_FI.po b/po/fi_FI.po
index 05a0e08..9852ef0 100644
--- a/po/fi_FI.po
+++ b/po/fi_FI.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <vdr@joachim-wilke.de>\n"
-"POT-Creation-Date: 2008-03-08 21:12+0100\n"
+"POT-Creation-Date: 2011-01-01 16:52+0100\n"
"PO-Revision-Date: 2007-08-12 20:41+0200\n"
"Last-Translator: Rolf Ahrenberg <rahrenbe@cc.hut.fi>\n"
"Language-Team: <vdr@linuxtv.org>\n"
@@ -18,107 +18,126 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
-#: lcd.c:126
-#, c-format
-msgid "Schedule - %s"
-msgstr ""
-
-#: lcd.c:273
+#: lcd.c:373
msgid "Mute"
msgstr ""
-#: lcd.c:288
+#: lcd.c:379 lcd.c:382 lcd.c:388
msgid "Volume "
msgstr ""
-#: lcd.c:608
+#: lcd.c:732 lcd.c:735
msgid "RECORDING"
msgstr ""
-#: lcd.c:711 lcd.c:742 lcdproc.c:202 lcdproc.c:212
+#: lcd.c:862 lcdproc.c:252 lcdproc.c:262
msgid "No EPG info available."
msgstr "No EPG info available."
-#: lcdproc.c:72
+#: lcdproc.c:20
+msgid "LCDproc output"
+msgstr ""
+
+#: lcdproc.c:79
msgid "Waiting for EPG info."
msgstr "Scanning for EPG info."
-#: lcdproc.c:345
+#: lcdproc.c:135
+msgid "Stereo"
+msgstr ""
+
+#: lcdproc.c:141
+msgid "Left channel"
+msgstr ""
+
+#: lcdproc.c:147
+msgid "Right channel"
+msgstr ""
+
+#: lcdproc.c:401
msgid "off"
msgstr ""
-#: lcdproc.c:346
+#: lcdproc.c:402
msgid "on"
msgstr ""
-#: lcdproc.c:347
+#: lcdproc.c:403
msgid "auto"
msgstr ""
-#: lcdproc.c:348
+#: lcdproc.c:404
msgid "detailed"
msgstr ""
-#: lcdproc.c:349
+#: lcdproc.c:405
msgid "simple"
msgstr ""
-#: lcdproc.c:352
+#: lcdproc.c:408
msgid "FullCycle"
msgstr "FullCycle"
-#: lcdproc.c:353
+#: lcdproc.c:409
msgid "TimeDateCycle"
msgstr "TimeDateCycle"
-#: lcdproc.c:354
+#: lcdproc.c:410
msgid "VolumeKeep"
msgstr "VolumeKeep"
-#: lcdproc.c:355
+#: lcdproc.c:411
msgid "Scrollwait"
msgstr "Scrollwait"
-#: lcdproc.c:356
+#: lcdproc.c:412
msgid "Scrollspeed"
msgstr "Scrollspeed"
-#: lcdproc.c:357
+#: lcdproc.c:413
msgid "Charmap"
msgstr "Charmap"
-#: lcdproc.c:358
+#: lcdproc.c:414
msgid "AltShift"
msgstr "AltShift"
-#: lcdproc.c:359
+#: lcdproc.c:415
msgid "BackLight"
msgstr "BackLight"
-#: lcdproc.c:360
+#: lcdproc.c:416
msgid "SetClientPriority"
msgstr ""
-#: lcdproc.c:361
+#: lcdproc.c:417
msgid "NormalClientPriority"
msgstr ""
-#: lcdproc.c:362
+#: lcdproc.c:418
msgid "HighClientPriority"
msgstr ""
-#: lcdproc.c:363
+#: lcdproc.c:419
msgid "BackLightWait"
msgstr ""
-#: lcdproc.c:364 lcdproc.c:366
+#: lcdproc.c:420
+msgid "PrioWait"
+msgstr ""
+
+#: lcdproc.c:421 lcdproc.c:423
msgid "OutputNumber"
msgstr "OutputNumber"
-#: lcdproc.c:369
+#: lcdproc.c:426
msgid "Recording status"
msgstr ""
-#: lcdproc.c:370
+#: lcdproc.c:427
msgid "Show time"
msgstr ""
+
+#: lcdproc.c:428
+msgid "Show subtitle"
+msgstr ""
diff --git a/po/fr_FR.po b/po/fr_FR.po
index 6ed1fd5..6f223ac 100644
--- a/po/fr_FR.po
+++ b/po/fr_FR.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <vdr@joachim-wilke.de>\n"
-"POT-Creation-Date: 2008-03-08 21:12+0100\n"
+"POT-Creation-Date: 2011-01-01 16:52+0100\n"
"PO-Revision-Date: 2007-08-12 20:41+0200\n"
"Last-Translator: Nicolas Huillard <nhuillard@e-dition.fr>\n"
"Language-Team: <vdr@linuxtv.org>\n"
@@ -18,107 +18,126 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: lcd.c:126
-#, c-format
-msgid "Schedule - %s"
-msgstr ""
-
-#: lcd.c:273
+#: lcd.c:373
msgid "Mute"
msgstr ""
-#: lcd.c:288
+#: lcd.c:379 lcd.c:382 lcd.c:388
msgid "Volume "
msgstr ""
-#: lcd.c:608
+#: lcd.c:732 lcd.c:735
msgid "RECORDING"
msgstr ""
-#: lcd.c:711 lcd.c:742 lcdproc.c:202 lcdproc.c:212
+#: lcd.c:862 lcdproc.c:252 lcdproc.c:262
msgid "No EPG info available."
msgstr "No EPG info available."
-#: lcdproc.c:72
+#: lcdproc.c:20
+msgid "LCDproc output"
+msgstr ""
+
+#: lcdproc.c:79
msgid "Waiting for EPG info."
msgstr "Scanning for EPG info."
-#: lcdproc.c:345
+#: lcdproc.c:135
+msgid "Stereo"
+msgstr ""
+
+#: lcdproc.c:141
+msgid "Left channel"
+msgstr ""
+
+#: lcdproc.c:147
+msgid "Right channel"
+msgstr ""
+
+#: lcdproc.c:401
msgid "off"
msgstr ""
-#: lcdproc.c:346
+#: lcdproc.c:402
msgid "on"
msgstr ""
-#: lcdproc.c:347
+#: lcdproc.c:403
msgid "auto"
msgstr ""
-#: lcdproc.c:348
+#: lcdproc.c:404
msgid "detailed"
msgstr ""
-#: lcdproc.c:349
+#: lcdproc.c:405
msgid "simple"
msgstr ""
-#: lcdproc.c:352
+#: lcdproc.c:408
msgid "FullCycle"
msgstr "FullCycle"
-#: lcdproc.c:353
+#: lcdproc.c:409
msgid "TimeDateCycle"
msgstr "TimeDateCycle"
-#: lcdproc.c:354
+#: lcdproc.c:410
msgid "VolumeKeep"
msgstr "VolumeKeep"
-#: lcdproc.c:355
+#: lcdproc.c:411
msgid "Scrollwait"
msgstr "Scrollwait"
-#: lcdproc.c:356
+#: lcdproc.c:412
msgid "Scrollspeed"
msgstr "Scrollspeed"
-#: lcdproc.c:357
+#: lcdproc.c:413
msgid "Charmap"
msgstr "Charmap"
-#: lcdproc.c:358
+#: lcdproc.c:414
msgid "AltShift"
msgstr "AltShift"
-#: lcdproc.c:359
+#: lcdproc.c:415
msgid "BackLight"
msgstr "BackLight"
-#: lcdproc.c:360
+#: lcdproc.c:416
msgid "SetClientPriority"
msgstr ""
-#: lcdproc.c:361
+#: lcdproc.c:417
msgid "NormalClientPriority"
msgstr ""
-#: lcdproc.c:362
+#: lcdproc.c:418
msgid "HighClientPriority"
msgstr ""
-#: lcdproc.c:363
+#: lcdproc.c:419
msgid "BackLightWait"
msgstr ""
-#: lcdproc.c:364 lcdproc.c:366
+#: lcdproc.c:420
+msgid "PrioWait"
+msgstr ""
+
+#: lcdproc.c:421 lcdproc.c:423
msgid "OutputNumber"
msgstr "OutputNumber"
-#: lcdproc.c:369
+#: lcdproc.c:426
msgid "Recording status"
msgstr ""
-#: lcdproc.c:370
+#: lcdproc.c:427
msgid "Show time"
msgstr ""
+
+#: lcdproc.c:428
+msgid "Show subtitle"
+msgstr ""
diff --git a/po/hr_HR.po b/po/hr_HR.po
index 56097f7..c76d0df 100644
--- a/po/hr_HR.po
+++ b/po/hr_HR.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <vdr@joachim-wilke.de>\n"
-"POT-Creation-Date: 2008-03-08 21:12+0100\n"
+"POT-Creation-Date: 2011-01-01 16:52+0100\n"
"PO-Revision-Date: 2007-08-12 20:41+0200\n"
"Last-Translator: Drazen Dupor <drazen.dupor@dupor.com>\n"
"Language-Team: <vdr@linuxtv.org>\n"
@@ -16,107 +16,126 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
-#: lcd.c:126
-#, c-format
-msgid "Schedule - %s"
-msgstr ""
-
-#: lcd.c:273
+#: lcd.c:373
msgid "Mute"
msgstr ""
-#: lcd.c:288
+#: lcd.c:379 lcd.c:382 lcd.c:388
msgid "Volume "
msgstr ""
-#: lcd.c:608
+#: lcd.c:732 lcd.c:735
msgid "RECORDING"
msgstr ""
-#: lcd.c:711 lcd.c:742 lcdproc.c:202 lcdproc.c:212
+#: lcd.c:862 lcdproc.c:252 lcdproc.c:262
msgid "No EPG info available."
msgstr ""
-#: lcdproc.c:72
+#: lcdproc.c:20
+msgid "LCDproc output"
+msgstr ""
+
+#: lcdproc.c:79
msgid "Waiting for EPG info."
msgstr ""
-#: lcdproc.c:345
+#: lcdproc.c:135
+msgid "Stereo"
+msgstr ""
+
+#: lcdproc.c:141
+msgid "Left channel"
+msgstr ""
+
+#: lcdproc.c:147
+msgid "Right channel"
+msgstr ""
+
+#: lcdproc.c:401
msgid "off"
msgstr ""
-#: lcdproc.c:346
+#: lcdproc.c:402
msgid "on"
msgstr ""
-#: lcdproc.c:347
+#: lcdproc.c:403
msgid "auto"
msgstr ""
-#: lcdproc.c:348
+#: lcdproc.c:404
msgid "detailed"
msgstr ""
-#: lcdproc.c:349
+#: lcdproc.c:405
msgid "simple"
msgstr ""
-#: lcdproc.c:352
+#: lcdproc.c:408
msgid "FullCycle"
msgstr ""
-#: lcdproc.c:353
+#: lcdproc.c:409
msgid "TimeDateCycle"
msgstr ""
-#: lcdproc.c:354
+#: lcdproc.c:410
msgid "VolumeKeep"
msgstr ""
-#: lcdproc.c:355
+#: lcdproc.c:411
msgid "Scrollwait"
msgstr ""
-#: lcdproc.c:356
+#: lcdproc.c:412
msgid "Scrollspeed"
msgstr ""
-#: lcdproc.c:357
+#: lcdproc.c:413
msgid "Charmap"
msgstr ""
-#: lcdproc.c:358
+#: lcdproc.c:414
msgid "AltShift"
msgstr ""
-#: lcdproc.c:359
+#: lcdproc.c:415
msgid "BackLight"
msgstr ""
-#: lcdproc.c:360
+#: lcdproc.c:416
msgid "SetClientPriority"
msgstr ""
-#: lcdproc.c:361
+#: lcdproc.c:417
msgid "NormalClientPriority"
msgstr ""
-#: lcdproc.c:362
+#: lcdproc.c:418
msgid "HighClientPriority"
msgstr ""
-#: lcdproc.c:363
+#: lcdproc.c:419
msgid "BackLightWait"
msgstr ""
-#: lcdproc.c:364 lcdproc.c:366
+#: lcdproc.c:420
+msgid "PrioWait"
+msgstr ""
+
+#: lcdproc.c:421 lcdproc.c:423
msgid "OutputNumber"
msgstr "RECORDING"
-#: lcdproc.c:369
+#: lcdproc.c:426
msgid "Recording status"
msgstr ""
-#: lcdproc.c:370
+#: lcdproc.c:427
msgid "Show time"
msgstr ""
+
+#: lcdproc.c:428
+msgid "Show subtitle"
+msgstr ""
diff --git a/po/hu_HU.po b/po/hu_HU.po
index 6c3118c..e44e282 100644
--- a/po/hu_HU.po
+++ b/po/hu_HU.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <vdr@joachim-wilke.de>\n"
-"POT-Creation-Date: 2008-03-08 21:12+0100\n"
+"POT-Creation-Date: 2011-01-01 16:52+0100\n"
"PO-Revision-Date: 2007-08-12 20:41+0200\n"
"Last-Translator: Istvan Koenigsberger <istvnko@hotmail.com>, Guido Josten <guido.josten@t-online.de>\n"
"Language-Team: <vdr@linuxtv.org>\n"
@@ -16,107 +16,126 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
-#: lcd.c:126
-#, c-format
-msgid "Schedule - %s"
-msgstr ""
-
-#: lcd.c:273
+#: lcd.c:373
msgid "Mute"
msgstr ""
-#: lcd.c:288
+#: lcd.c:379 lcd.c:382 lcd.c:388
msgid "Volume "
msgstr ""
-#: lcd.c:608
+#: lcd.c:732 lcd.c:735
msgid "RECORDING"
msgstr ""
-#: lcd.c:711 lcd.c:742 lcdproc.c:202 lcdproc.c:212
+#: lcd.c:862 lcdproc.c:252 lcdproc.c:262
msgid "No EPG info available."
msgstr "No EPG info available."
-#: lcdproc.c:72
+#: lcdproc.c:20
+msgid "LCDproc output"
+msgstr ""
+
+#: lcdproc.c:79
msgid "Waiting for EPG info."
msgstr "Scanning for EPG info."
-#: lcdproc.c:345
+#: lcdproc.c:135
+msgid "Stereo"
+msgstr ""
+
+#: lcdproc.c:141
+msgid "Left channel"
+msgstr ""
+
+#: lcdproc.c:147
+msgid "Right channel"
+msgstr ""
+
+#: lcdproc.c:401
msgid "off"
msgstr ""
-#: lcdproc.c:346
+#: lcdproc.c:402
msgid "on"
msgstr ""
-#: lcdproc.c:347
+#: lcdproc.c:403
msgid "auto"
msgstr ""
-#: lcdproc.c:348
+#: lcdproc.c:404
msgid "detailed"
msgstr ""
-#: lcdproc.c:349
+#: lcdproc.c:405
msgid "simple"
msgstr ""
-#: lcdproc.c:352
+#: lcdproc.c:408
msgid "FullCycle"
msgstr "FullCycle"
-#: lcdproc.c:353
+#: lcdproc.c:409
msgid "TimeDateCycle"
msgstr "TimeDateCycle"
-#: lcdproc.c:354
+#: lcdproc.c:410
msgid "VolumeKeep"
msgstr "VolumeKeep"
-#: lcdproc.c:355
+#: lcdproc.c:411
msgid "Scrollwait"
msgstr "Scrollwait"
-#: lcdproc.c:356
+#: lcdproc.c:412
msgid "Scrollspeed"
msgstr "Scrollspeed"
-#: lcdproc.c:357
+#: lcdproc.c:413
msgid "Charmap"
msgstr "Charmap"
-#: lcdproc.c:358
+#: lcdproc.c:414
msgid "AltShift"
msgstr "AltShift"
-#: lcdproc.c:359
+#: lcdproc.c:415
msgid "BackLight"
msgstr "BackLight"
-#: lcdproc.c:360
+#: lcdproc.c:416
msgid "SetClientPriority"
msgstr ""
-#: lcdproc.c:361
+#: lcdproc.c:417
msgid "NormalClientPriority"
msgstr ""
-#: lcdproc.c:362
+#: lcdproc.c:418
msgid "HighClientPriority"
msgstr ""
-#: lcdproc.c:363
+#: lcdproc.c:419
msgid "BackLightWait"
msgstr ""
-#: lcdproc.c:364 lcdproc.c:366
+#: lcdproc.c:420
+msgid "PrioWait"
+msgstr ""
+
+#: lcdproc.c:421 lcdproc.c:423
msgid "OutputNumber"
msgstr "OutputNumber"
-#: lcdproc.c:369
+#: lcdproc.c:426
msgid "Recording status"
msgstr ""
-#: lcdproc.c:370
+#: lcdproc.c:427
msgid "Show time"
msgstr ""
+
+#: lcdproc.c:428
+msgid "Show subtitle"
+msgstr ""
diff --git a/po/it_IT.po b/po/it_IT.po
index 8006157..4cfe570 100644
--- a/po/it_IT.po
+++ b/po/it_IT.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <vdr@joachim-wilke.de>\n"
-"POT-Creation-Date: 2009-03-07 20:30+0100\n"
+"POT-Creation-Date: 2011-01-01 16:52+0100\n"
"PO-Revision-Date: 2009-03-17 22:11+0100\n"
"Last-Translator: Diego Pierotto <vdr-italian@tiscali.it>\n"
"Language-Team: <vdr@linuxtv.org>\n"
@@ -20,24 +20,19 @@ msgstr ""
"X-Poedit-Country: ITALY\n"
"X-Poedit-SourceCharset: utf-8\n"
-#: lcd.c:370
+#: lcd.c:373
msgid "Mute"
msgstr "Muto"
-#: lcd.c:376
-#: lcd.c:379
-#: lcd.c:385
+#: lcd.c:379 lcd.c:382 lcd.c:388
msgid "Volume "
msgstr "Volume"
-#: lcd.c:729
-#: lcd.c:732
+#: lcd.c:732 lcd.c:735
msgid "RECORDING"
msgstr "REGISTRAZIONE"
-#: lcd.c:859
-#: lcdproc.c:205
-#: lcdproc.c:215
+#: lcd.c:862 lcdproc.c:252 lcdproc.c:262
msgid "No EPG info available."
msgstr "Nessun info EPG disponibile"
@@ -45,99 +40,109 @@ msgstr "Nessun info EPG disponibile"
msgid "LCDproc output"
msgstr "Uscita LCDproc"
-#: lcdproc.c:71
+#: lcdproc.c:79
msgid "Waiting for EPG info."
msgstr "Attesa info EPG"
-#: lcdproc.c:354
+#: lcdproc.c:135
+msgid "Stereo"
+msgstr ""
+
+#: lcdproc.c:141
+msgid "Left channel"
+msgstr ""
+
+#: lcdproc.c:147
+msgid "Right channel"
+msgstr ""
+
+#: lcdproc.c:401
msgid "off"
msgstr "disattivo"
-#: lcdproc.c:355
+#: lcdproc.c:402
msgid "on"
msgstr "attivo"
-#: lcdproc.c:356
+#: lcdproc.c:403
msgid "auto"
msgstr "auto"
-#: lcdproc.c:357
+#: lcdproc.c:404
msgid "detailed"
msgstr "dettagliato"
-#: lcdproc.c:358
+#: lcdproc.c:405
msgid "simple"
msgstr "semplice"
-#: lcdproc.c:361
+#: lcdproc.c:408
msgid "FullCycle"
msgstr "Ciclo completo"
-#: lcdproc.c:362
+#: lcdproc.c:409
msgid "TimeDateCycle"
msgstr "Ciclo Data/Ora"
-#: lcdproc.c:363
+#: lcdproc.c:410
msgid "VolumeKeep"
msgstr "Mantieni volume"
-#: lcdproc.c:364
+#: lcdproc.c:411
msgid "Scrollwait"
msgstr "Attesa scorrimento"
-#: lcdproc.c:365
+#: lcdproc.c:412
msgid "Scrollspeed"
msgstr "Velocità scorrimento"
-#: lcdproc.c:366
+#: lcdproc.c:413
msgid "Charmap"
msgstr "Mappa caratteri"
-#: lcdproc.c:367
+#: lcdproc.c:414
msgid "AltShift"
msgstr "Alt Shift"
-#: lcdproc.c:368
+#: lcdproc.c:415
msgid "BackLight"
msgstr "Luminosità sfondo"
-#: lcdproc.c:369
+#: lcdproc.c:416
msgid "SetClientPriority"
msgstr "Imposta priorità client"
-#: lcdproc.c:370
+#: lcdproc.c:417
msgid "NormalClientPriority"
msgstr "Priorità normale client"
-#: lcdproc.c:371
+#: lcdproc.c:418
msgid "HighClientPriority"
msgstr "Priorità alta client"
-#: lcdproc.c:372
+#: lcdproc.c:419
msgid "BackLightWait"
msgstr "Attesa luminosità sfondo"
-#: lcdproc.c:373
+#: lcdproc.c:420
msgid "PrioWait"
msgstr "Priorità attesa"
-#: lcdproc.c:374
-#: lcdproc.c:376
+#: lcdproc.c:421 lcdproc.c:423
msgid "OutputNumber"
msgstr "Numero uscita"
-#: lcdproc.c:379
+#: lcdproc.c:426
msgid "Recording status"
msgstr "Stato registrazione"
-#: lcdproc.c:380
+#: lcdproc.c:427
msgid "Show time"
msgstr "Mostra ora"
-#: lcdproc.c:381
+#: lcdproc.c:428
msgid "Show subtitle"
msgstr "Mostra sottotitoli"
#~ msgid "Schedule - %s"
#~ msgstr "Programmi - %s"
-
diff --git a/po/nl_NL.po b/po/nl_NL.po
index 9152641..b8509ad 100644
--- a/po/nl_NL.po
+++ b/po/nl_NL.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <vdr@joachim-wilke.de>\n"
-"POT-Creation-Date: 2008-03-08 21:12+0100\n"
+"POT-Creation-Date: 2011-01-01 16:52+0100\n"
"PO-Revision-Date: 2007-08-12 20:41+0200\n"
"Last-Translator: Maarten Wisse <Maarten.Wisse@urz.uni-hd.de>\n"
"Language-Team: <vdr@linuxtv.org>\n"
@@ -17,107 +17,126 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
-#: lcd.c:126
-#, c-format
-msgid "Schedule - %s"
-msgstr ""
-
-#: lcd.c:273
+#: lcd.c:373
msgid "Mute"
msgstr ""
-#: lcd.c:288
+#: lcd.c:379 lcd.c:382 lcd.c:388
msgid "Volume "
msgstr ""
-#: lcd.c:608
+#: lcd.c:732 lcd.c:735
msgid "RECORDING"
msgstr ""
-#: lcd.c:711 lcd.c:742 lcdproc.c:202 lcdproc.c:212
+#: lcd.c:862 lcdproc.c:252 lcdproc.c:262
msgid "No EPG info available."
msgstr "No EPG info available."
-#: lcdproc.c:72
+#: lcdproc.c:20
+msgid "LCDproc output"
+msgstr ""
+
+#: lcdproc.c:79
msgid "Waiting for EPG info."
msgstr "Scanning for EPG info."
-#: lcdproc.c:345
+#: lcdproc.c:135
+msgid "Stereo"
+msgstr ""
+
+#: lcdproc.c:141
+msgid "Left channel"
+msgstr ""
+
+#: lcdproc.c:147
+msgid "Right channel"
+msgstr ""
+
+#: lcdproc.c:401
msgid "off"
msgstr ""
-#: lcdproc.c:346
+#: lcdproc.c:402
msgid "on"
msgstr ""
-#: lcdproc.c:347
+#: lcdproc.c:403
msgid "auto"
msgstr ""
-#: lcdproc.c:348
+#: lcdproc.c:404
msgid "detailed"
msgstr ""
-#: lcdproc.c:349
+#: lcdproc.c:405
msgid "simple"
msgstr ""
-#: lcdproc.c:352
+#: lcdproc.c:408
msgid "FullCycle"
msgstr "FullCycle"
-#: lcdproc.c:353
+#: lcdproc.c:409
msgid "TimeDateCycle"
msgstr "TimeDateCycle"
-#: lcdproc.c:354
+#: lcdproc.c:410
msgid "VolumeKeep"
msgstr "VolumeKeep"
-#: lcdproc.c:355
+#: lcdproc.c:411
msgid "Scrollwait"
msgstr "Scrollwait"
-#: lcdproc.c:356
+#: lcdproc.c:412
msgid "Scrollspeed"
msgstr "Scrollspeed"
-#: lcdproc.c:357
+#: lcdproc.c:413
msgid "Charmap"
msgstr "Charmap"
-#: lcdproc.c:358
+#: lcdproc.c:414
msgid "AltShift"
msgstr "AltShift"
-#: lcdproc.c:359
+#: lcdproc.c:415
msgid "BackLight"
msgstr "BackLight"
-#: lcdproc.c:360
+#: lcdproc.c:416
msgid "SetClientPriority"
msgstr ""
-#: lcdproc.c:361
+#: lcdproc.c:417
msgid "NormalClientPriority"
msgstr ""
-#: lcdproc.c:362
+#: lcdproc.c:418
msgid "HighClientPriority"
msgstr ""
-#: lcdproc.c:363
+#: lcdproc.c:419
msgid "BackLightWait"
msgstr ""
-#: lcdproc.c:364 lcdproc.c:366
+#: lcdproc.c:420
+msgid "PrioWait"
+msgstr ""
+
+#: lcdproc.c:421 lcdproc.c:423
msgid "OutputNumber"
msgstr "OutputNumber"
-#: lcdproc.c:369
+#: lcdproc.c:426
msgid "Recording status"
msgstr ""
-#: lcdproc.c:370
+#: lcdproc.c:427
msgid "Show time"
msgstr ""
+
+#: lcdproc.c:428
+msgid "Show subtitle"
+msgstr ""
diff --git a/po/nn_NO.po b/po/nn_NO.po
index f9c65a4..c24b163 100644
--- a/po/nn_NO.po
+++ b/po/nn_NO.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <vdr@joachim-wilke.de>\n"
-"POT-Creation-Date: 2008-03-08 21:12+0100\n"
+"POT-Creation-Date: 2011-01-01 16:52+0100\n"
"PO-Revision-Date: 2007-08-12 20:41+0200\n"
"Last-Translator: Truls Slevigen <truls@slevigen.no>\n"
"Language-Team: <vdr@linuxtv.org>\n"
@@ -16,107 +16,126 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: lcd.c:126
-#, c-format
-msgid "Schedule - %s"
-msgstr ""
-
-#: lcd.c:273
+#: lcd.c:373
msgid "Mute"
msgstr ""
-#: lcd.c:288
+#: lcd.c:379 lcd.c:382 lcd.c:388
msgid "Volume "
msgstr ""
-#: lcd.c:608
+#: lcd.c:732 lcd.c:735
msgid "RECORDING"
msgstr ""
-#: lcd.c:711 lcd.c:742 lcdproc.c:202 lcdproc.c:212
+#: lcd.c:862 lcdproc.c:252 lcdproc.c:262
msgid "No EPG info available."
msgstr "No EPG info available."
-#: lcdproc.c:72
+#: lcdproc.c:20
+msgid "LCDproc output"
+msgstr ""
+
+#: lcdproc.c:79
msgid "Waiting for EPG info."
msgstr "Scanning for EPG info."
-#: lcdproc.c:345
+#: lcdproc.c:135
+msgid "Stereo"
+msgstr ""
+
+#: lcdproc.c:141
+msgid "Left channel"
+msgstr ""
+
+#: lcdproc.c:147
+msgid "Right channel"
+msgstr ""
+
+#: lcdproc.c:401
msgid "off"
msgstr ""
-#: lcdproc.c:346
+#: lcdproc.c:402
msgid "on"
msgstr ""
-#: lcdproc.c:347
+#: lcdproc.c:403
msgid "auto"
msgstr ""
-#: lcdproc.c:348
+#: lcdproc.c:404
msgid "detailed"
msgstr ""
-#: lcdproc.c:349
+#: lcdproc.c:405
msgid "simple"
msgstr ""
-#: lcdproc.c:352
+#: lcdproc.c:408
msgid "FullCycle"
msgstr "FullCycle"
-#: lcdproc.c:353
+#: lcdproc.c:409
msgid "TimeDateCycle"
msgstr "TimeDateCycle"
-#: lcdproc.c:354
+#: lcdproc.c:410
msgid "VolumeKeep"
msgstr "VolumeKeep"
-#: lcdproc.c:355
+#: lcdproc.c:411
msgid "Scrollwait"
msgstr "Scrollwait"
-#: lcdproc.c:356
+#: lcdproc.c:412
msgid "Scrollspeed"
msgstr "Scrollspeed"
-#: lcdproc.c:357
+#: lcdproc.c:413
msgid "Charmap"
msgstr "Charmap"
-#: lcdproc.c:358
+#: lcdproc.c:414
msgid "AltShift"
msgstr "AltShift"
-#: lcdproc.c:359
+#: lcdproc.c:415
msgid "BackLight"
msgstr "BackLight"
-#: lcdproc.c:360
+#: lcdproc.c:416
msgid "SetClientPriority"
msgstr ""
-#: lcdproc.c:361
+#: lcdproc.c:417
msgid "NormalClientPriority"
msgstr ""
-#: lcdproc.c:362
+#: lcdproc.c:418
msgid "HighClientPriority"
msgstr ""
-#: lcdproc.c:363
+#: lcdproc.c:419
msgid "BackLightWait"
msgstr ""
-#: lcdproc.c:364 lcdproc.c:366
+#: lcdproc.c:420
+msgid "PrioWait"
+msgstr ""
+
+#: lcdproc.c:421 lcdproc.c:423
msgid "OutputNumber"
msgstr "OutputNumber"
-#: lcdproc.c:369
+#: lcdproc.c:426
msgid "Recording status"
msgstr ""
-#: lcdproc.c:370
+#: lcdproc.c:427
msgid "Show time"
msgstr ""
+
+#: lcdproc.c:428
+msgid "Show subtitle"
+msgstr ""
diff --git a/po/pl_PL.po b/po/pl_PL.po
index 1fa9417..57b00d5 100644
--- a/po/pl_PL.po
+++ b/po/pl_PL.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <vdr@joachim-wilke.de>\n"
-"POT-Creation-Date: 2008-03-08 21:12+0100\n"
+"POT-Creation-Date: 2011-01-01 16:52+0100\n"
"PO-Revision-Date: 2007-08-12 20:41+0200\n"
"Last-Translator: Michael Rakowski <mrak@gmx.de>\n"
"Language-Team: <vdr@linuxtv.org>\n"
@@ -15,107 +15,126 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
-#: lcd.c:126
-#, c-format
-msgid "Schedule - %s"
-msgstr ""
-
-#: lcd.c:273
+#: lcd.c:373
msgid "Mute"
msgstr ""
-#: lcd.c:288
+#: lcd.c:379 lcd.c:382 lcd.c:388
msgid "Volume "
msgstr ""
-#: lcd.c:608
+#: lcd.c:732 lcd.c:735
msgid "RECORDING"
msgstr ""
-#: lcd.c:711 lcd.c:742 lcdproc.c:202 lcdproc.c:212
+#: lcd.c:862 lcdproc.c:252 lcdproc.c:262
msgid "No EPG info available."
msgstr "No EPG info available."
-#: lcdproc.c:72
+#: lcdproc.c:20
+msgid "LCDproc output"
+msgstr ""
+
+#: lcdproc.c:79
msgid "Waiting for EPG info."
msgstr "Scanning for EPG info."
-#: lcdproc.c:345
+#: lcdproc.c:135
+msgid "Stereo"
+msgstr ""
+
+#: lcdproc.c:141
+msgid "Left channel"
+msgstr ""
+
+#: lcdproc.c:147
+msgid "Right channel"
+msgstr ""
+
+#: lcdproc.c:401
msgid "off"
msgstr ""
-#: lcdproc.c:346
+#: lcdproc.c:402
msgid "on"
msgstr ""
-#: lcdproc.c:347
+#: lcdproc.c:403
msgid "auto"
msgstr ""
-#: lcdproc.c:348
+#: lcdproc.c:404
msgid "detailed"
msgstr ""
-#: lcdproc.c:349
+#: lcdproc.c:405
msgid "simple"
msgstr ""
-#: lcdproc.c:352
+#: lcdproc.c:408
msgid "FullCycle"
msgstr "FullCycle"
-#: lcdproc.c:353
+#: lcdproc.c:409
msgid "TimeDateCycle"
msgstr "TimeDateCycle"
-#: lcdproc.c:354
+#: lcdproc.c:410
msgid "VolumeKeep"
msgstr "VolumeKeep"
-#: lcdproc.c:355
+#: lcdproc.c:411
msgid "Scrollwait"
msgstr "Scrollwait"
-#: lcdproc.c:356
+#: lcdproc.c:412
msgid "Scrollspeed"
msgstr "Scrollspeed"
-#: lcdproc.c:357
+#: lcdproc.c:413
msgid "Charmap"
msgstr "Charmap"
-#: lcdproc.c:358
+#: lcdproc.c:414
msgid "AltShift"
msgstr "AltShift"
-#: lcdproc.c:359
+#: lcdproc.c:415
msgid "BackLight"
msgstr "BackLight"
-#: lcdproc.c:360
+#: lcdproc.c:416
msgid "SetClientPriority"
msgstr ""
-#: lcdproc.c:361
+#: lcdproc.c:417
msgid "NormalClientPriority"
msgstr ""
-#: lcdproc.c:362
+#: lcdproc.c:418
msgid "HighClientPriority"
msgstr ""
-#: lcdproc.c:363
+#: lcdproc.c:419
msgid "BackLightWait"
msgstr ""
-#: lcdproc.c:364 lcdproc.c:366
+#: lcdproc.c:420
+msgid "PrioWait"
+msgstr ""
+
+#: lcdproc.c:421 lcdproc.c:423
msgid "OutputNumber"
msgstr "OutputNumber"
-#: lcdproc.c:369
+#: lcdproc.c:426
msgid "Recording status"
msgstr ""
-#: lcdproc.c:370
+#: lcdproc.c:427
msgid "Show time"
msgstr ""
+
+#: lcdproc.c:428
+msgid "Show subtitle"
+msgstr ""
diff --git a/po/pt_PT.po b/po/pt_PT.po
index a6542a0..4c2f6e7 100644
--- a/po/pt_PT.po
+++ b/po/pt_PT.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <vdr@joachim-wilke.de>\n"
-"POT-Creation-Date: 2008-03-08 21:12+0100\n"
+"POT-Creation-Date: 2011-01-01 16:52+0100\n"
"PO-Revision-Date: 2007-08-12 20:41+0200\n"
"Last-Translator: Paulo Lopes <pmml@netvita.pt>\n"
"Language-Team: <vdr@linuxtv.org>\n"
@@ -15,107 +15,126 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: lcd.c:126
-#, c-format
-msgid "Schedule - %s"
-msgstr ""
-
-#: lcd.c:273
+#: lcd.c:373
msgid "Mute"
msgstr ""
-#: lcd.c:288
+#: lcd.c:379 lcd.c:382 lcd.c:388
msgid "Volume "
msgstr ""
-#: lcd.c:608
+#: lcd.c:732 lcd.c:735
msgid "RECORDING"
msgstr ""
-#: lcd.c:711 lcd.c:742 lcdproc.c:202 lcdproc.c:212
+#: lcd.c:862 lcdproc.c:252 lcdproc.c:262
msgid "No EPG info available."
msgstr "No EPG info available."
-#: lcdproc.c:72
+#: lcdproc.c:20
+msgid "LCDproc output"
+msgstr ""
+
+#: lcdproc.c:79
msgid "Waiting for EPG info."
msgstr "Scanning for EPG info."
-#: lcdproc.c:345
+#: lcdproc.c:135
+msgid "Stereo"
+msgstr ""
+
+#: lcdproc.c:141
+msgid "Left channel"
+msgstr ""
+
+#: lcdproc.c:147
+msgid "Right channel"
+msgstr ""
+
+#: lcdproc.c:401
msgid "off"
msgstr ""
-#: lcdproc.c:346
+#: lcdproc.c:402
msgid "on"
msgstr ""
-#: lcdproc.c:347
+#: lcdproc.c:403
msgid "auto"
msgstr ""
-#: lcdproc.c:348
+#: lcdproc.c:404
msgid "detailed"
msgstr ""
-#: lcdproc.c:349
+#: lcdproc.c:405
msgid "simple"
msgstr ""
-#: lcdproc.c:352
+#: lcdproc.c:408
msgid "FullCycle"
msgstr "FullCycle"
-#: lcdproc.c:353
+#: lcdproc.c:409
msgid "TimeDateCycle"
msgstr "TimeDateCycle"
-#: lcdproc.c:354
+#: lcdproc.c:410
msgid "VolumeKeep"
msgstr "VolumeKeep"
-#: lcdproc.c:355
+#: lcdproc.c:411
msgid "Scrollwait"
msgstr "Scrollwait"
-#: lcdproc.c:356
+#: lcdproc.c:412
msgid "Scrollspeed"
msgstr "Scrollspeed"
-#: lcdproc.c:357
+#: lcdproc.c:413
msgid "Charmap"
msgstr "Charmap"
-#: lcdproc.c:358
+#: lcdproc.c:414
msgid "AltShift"
msgstr "AltShift"
-#: lcdproc.c:359
+#: lcdproc.c:415
msgid "BackLight"
msgstr "BackLight"
-#: lcdproc.c:360
+#: lcdproc.c:416
msgid "SetClientPriority"
msgstr ""
-#: lcdproc.c:361
+#: lcdproc.c:417
msgid "NormalClientPriority"
msgstr ""
-#: lcdproc.c:362
+#: lcdproc.c:418
msgid "HighClientPriority"
msgstr ""
-#: lcdproc.c:363
+#: lcdproc.c:419
msgid "BackLightWait"
msgstr ""
-#: lcdproc.c:364 lcdproc.c:366
+#: lcdproc.c:420
+msgid "PrioWait"
+msgstr ""
+
+#: lcdproc.c:421 lcdproc.c:423
msgid "OutputNumber"
msgstr "OutputNumber"
-#: lcdproc.c:369
+#: lcdproc.c:426
msgid "Recording status"
msgstr ""
-#: lcdproc.c:370
+#: lcdproc.c:427
msgid "Show time"
msgstr ""
+
+#: lcdproc.c:428
+msgid "Show subtitle"
+msgstr ""
diff --git a/po/ro_RO.po b/po/ro_RO.po
index ba78b1c..eedf0d0 100644
--- a/po/ro_RO.po
+++ b/po/ro_RO.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <vdr@joachim-wilke.de>\n"
-"POT-Creation-Date: 2008-03-08 21:12+0100\n"
+"POT-Creation-Date: 2011-01-01 16:52+0100\n"
"PO-Revision-Date: 2007-08-12 20:41+0200\n"
"Last-Translator: Lucian Muresan <lucianm@users.sourceforge.net>\n"
"Language-Team: <vdr@linuxtv.org>\n"
@@ -16,107 +16,126 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
-#: lcd.c:126
-#, c-format
-msgid "Schedule - %s"
-msgstr ""
-
-#: lcd.c:273
+#: lcd.c:373
msgid "Mute"
msgstr ""
-#: lcd.c:288
+#: lcd.c:379 lcd.c:382 lcd.c:388
msgid "Volume "
msgstr ""
-#: lcd.c:608
+#: lcd.c:732 lcd.c:735
msgid "RECORDING"
msgstr ""
-#: lcd.c:711 lcd.c:742 lcdproc.c:202 lcdproc.c:212
+#: lcd.c:862 lcdproc.c:252 lcdproc.c:262
msgid "No EPG info available."
msgstr "No EPG info available."
-#: lcdproc.c:72
+#: lcdproc.c:20
+msgid "LCDproc output"
+msgstr ""
+
+#: lcdproc.c:79
msgid "Waiting for EPG info."
msgstr "Scanning for EPG info."
-#: lcdproc.c:345
+#: lcdproc.c:135
+msgid "Stereo"
+msgstr ""
+
+#: lcdproc.c:141
+msgid "Left channel"
+msgstr ""
+
+#: lcdproc.c:147
+msgid "Right channel"
+msgstr ""
+
+#: lcdproc.c:401
msgid "off"
msgstr ""
-#: lcdproc.c:346
+#: lcdproc.c:402
msgid "on"
msgstr ""
-#: lcdproc.c:347
+#: lcdproc.c:403
msgid "auto"
msgstr ""
-#: lcdproc.c:348
+#: lcdproc.c:404
msgid "detailed"
msgstr ""
-#: lcdproc.c:349
+#: lcdproc.c:405
msgid "simple"
msgstr ""
-#: lcdproc.c:352
+#: lcdproc.c:408
msgid "FullCycle"
msgstr "FullCycle"
-#: lcdproc.c:353
+#: lcdproc.c:409
msgid "TimeDateCycle"
msgstr "TimeDateCycle"
-#: lcdproc.c:354
+#: lcdproc.c:410
msgid "VolumeKeep"
msgstr "VolumeKeep"
-#: lcdproc.c:355
+#: lcdproc.c:411
msgid "Scrollwait"
msgstr "Scrollwait"
-#: lcdproc.c:356
+#: lcdproc.c:412
msgid "Scrollspeed"
msgstr "Scrollspeed"
-#: lcdproc.c:357
+#: lcdproc.c:413
msgid "Charmap"
msgstr "Charmap"
-#: lcdproc.c:358
+#: lcdproc.c:414
msgid "AltShift"
msgstr "AltShift"
-#: lcdproc.c:359
+#: lcdproc.c:415
msgid "BackLight"
msgstr "BackLight"
-#: lcdproc.c:360
+#: lcdproc.c:416
msgid "SetClientPriority"
msgstr ""
-#: lcdproc.c:361
+#: lcdproc.c:417
msgid "NormalClientPriority"
msgstr ""
-#: lcdproc.c:362
+#: lcdproc.c:418
msgid "HighClientPriority"
msgstr ""
-#: lcdproc.c:363
+#: lcdproc.c:419
msgid "BackLightWait"
msgstr ""
-#: lcdproc.c:364 lcdproc.c:366
+#: lcdproc.c:420
+msgid "PrioWait"
+msgstr ""
+
+#: lcdproc.c:421 lcdproc.c:423
msgid "OutputNumber"
msgstr "OutputNumber"
-#: lcdproc.c:369
+#: lcdproc.c:426
msgid "Recording status"
msgstr ""
-#: lcdproc.c:370
+#: lcdproc.c:427
msgid "Show time"
msgstr ""
+
+#: lcdproc.c:428
+msgid "Show subtitle"
+msgstr ""
diff --git a/po/ru_RU.po b/po/ru_RU.po
index 3b7293e..6b4f15f 100644
--- a/po/ru_RU.po
+++ b/po/ru_RU.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <vdr@joachim-wilke.de>\n"
-"POT-Creation-Date: 2008-03-08 21:12+0100\n"
+"POT-Creation-Date: 2011-01-01 16:52+0100\n"
"PO-Revision-Date: 2007-08-12 20:41+0200\n"
"Last-Translator: Vyacheslav Dikonov <sdiconov@mail.ru>\n"
"Language-Team: <vdr@linuxtv.org>\n"
@@ -15,107 +15,126 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-5\n"
"Content-Transfer-Encoding: 8bit\n"
-#: lcd.c:126
-#, c-format
-msgid "Schedule - %s"
-msgstr ""
-
-#: lcd.c:273
+#: lcd.c:373
msgid "Mute"
msgstr ""
-#: lcd.c:288
+#: lcd.c:379 lcd.c:382 lcd.c:388
msgid "Volume "
msgstr ""
-#: lcd.c:608
+#: lcd.c:732 lcd.c:735
msgid "RECORDING"
msgstr ""
-#: lcd.c:711 lcd.c:742 lcdproc.c:202 lcdproc.c:212
+#: lcd.c:862 lcdproc.c:252 lcdproc.c:262
msgid "No EPG info available."
msgstr ""
-#: lcdproc.c:72
+#: lcdproc.c:20
+msgid "LCDproc output"
+msgstr ""
+
+#: lcdproc.c:79
msgid "Waiting for EPG info."
msgstr ""
-#: lcdproc.c:345
+#: lcdproc.c:135
+msgid "Stereo"
+msgstr ""
+
+#: lcdproc.c:141
+msgid "Left channel"
+msgstr ""
+
+#: lcdproc.c:147
+msgid "Right channel"
+msgstr ""
+
+#: lcdproc.c:401
msgid "off"
msgstr ""
-#: lcdproc.c:346
+#: lcdproc.c:402
msgid "on"
msgstr ""
-#: lcdproc.c:347
+#: lcdproc.c:403
msgid "auto"
msgstr ""
-#: lcdproc.c:348
+#: lcdproc.c:404
msgid "detailed"
msgstr ""
-#: lcdproc.c:349
+#: lcdproc.c:405
msgid "simple"
msgstr ""
-#: lcdproc.c:352
+#: lcdproc.c:408
msgid "FullCycle"
msgstr ""
-#: lcdproc.c:353
+#: lcdproc.c:409
msgid "TimeDateCycle"
msgstr ""
-#: lcdproc.c:354
+#: lcdproc.c:410
msgid "VolumeKeep"
msgstr ""
-#: lcdproc.c:355
+#: lcdproc.c:411
msgid "Scrollwait"
msgstr ""
-#: lcdproc.c:356
+#: lcdproc.c:412
msgid "Scrollspeed"
msgstr ""
-#: lcdproc.c:357
+#: lcdproc.c:413
msgid "Charmap"
msgstr ""
-#: lcdproc.c:358
+#: lcdproc.c:414
msgid "AltShift"
msgstr ""
-#: lcdproc.c:359
+#: lcdproc.c:415
msgid "BackLight"
msgstr ""
-#: lcdproc.c:360
+#: lcdproc.c:416
msgid "SetClientPriority"
msgstr ""
-#: lcdproc.c:361
+#: lcdproc.c:417
msgid "NormalClientPriority"
msgstr ""
-#: lcdproc.c:362
+#: lcdproc.c:418
msgid "HighClientPriority"
msgstr ""
-#: lcdproc.c:363
+#: lcdproc.c:419
msgid "BackLightWait"
msgstr ""
-#: lcdproc.c:364 lcdproc.c:366
+#: lcdproc.c:420
+msgid "PrioWait"
+msgstr ""
+
+#: lcdproc.c:421 lcdproc.c:423
msgid "OutputNumber"
msgstr ""
-#: lcdproc.c:369
+#: lcdproc.c:426
msgid "Recording status"
msgstr ""
-#: lcdproc.c:370
+#: lcdproc.c:427
msgid "Show time"
msgstr ""
+
+#: lcdproc.c:428
+msgid "Show subtitle"
+msgstr ""
diff --git a/po/sl_SI.po b/po/sl_SI.po
index 1ece686..906b33f 100644
--- a/po/sl_SI.po
+++ b/po/sl_SI.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <vdr@joachim-wilke.de>\n"
-"POT-Creation-Date: 2008-03-08 21:12+0100\n"
+"POT-Creation-Date: 2011-01-01 16:52+0100\n"
"PO-Revision-Date: 2007-08-12 20:41+0200\n"
"Last-Translator: Matjaz Thaler <matjaz.thaler@guest.arnes.si>\n"
"Language-Team: <vdr@linuxtv.org>\n"
@@ -16,107 +16,126 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
-#: lcd.c:126
-#, c-format
-msgid "Schedule - %s"
-msgstr ""
-
-#: lcd.c:273
+#: lcd.c:373
msgid "Mute"
msgstr ""
-#: lcd.c:288
+#: lcd.c:379 lcd.c:382 lcd.c:388
msgid "Volume "
msgstr ""
-#: lcd.c:608
+#: lcd.c:732 lcd.c:735
msgid "RECORDING"
msgstr ""
-#: lcd.c:711 lcd.c:742 lcdproc.c:202 lcdproc.c:212
+#: lcd.c:862 lcdproc.c:252 lcdproc.c:262
msgid "No EPG info available."
msgstr "No EPG info available."
-#: lcdproc.c:72
+#: lcdproc.c:20
+msgid "LCDproc output"
+msgstr ""
+
+#: lcdproc.c:79
msgid "Waiting for EPG info."
msgstr "Scanning for EPG info."
-#: lcdproc.c:345
+#: lcdproc.c:135
+msgid "Stereo"
+msgstr ""
+
+#: lcdproc.c:141
+msgid "Left channel"
+msgstr ""
+
+#: lcdproc.c:147
+msgid "Right channel"
+msgstr ""
+
+#: lcdproc.c:401
msgid "off"
msgstr ""
-#: lcdproc.c:346
+#: lcdproc.c:402
msgid "on"
msgstr ""
-#: lcdproc.c:347
+#: lcdproc.c:403
msgid "auto"
msgstr ""
-#: lcdproc.c:348
+#: lcdproc.c:404
msgid "detailed"
msgstr ""
-#: lcdproc.c:349
+#: lcdproc.c:405
msgid "simple"
msgstr ""
-#: lcdproc.c:352
+#: lcdproc.c:408
msgid "FullCycle"
msgstr "FullCycle"
-#: lcdproc.c:353
+#: lcdproc.c:409
msgid "TimeDateCycle"
msgstr "TimeDateCycle"
-#: lcdproc.c:354
+#: lcdproc.c:410
msgid "VolumeKeep"
msgstr "VolumeKeep"
-#: lcdproc.c:355
+#: lcdproc.c:411
msgid "Scrollwait"
msgstr "Scrollwait"
-#: lcdproc.c:356
+#: lcdproc.c:412
msgid "Scrollspeed"
msgstr "Scrollspeed"
-#: lcdproc.c:357
+#: lcdproc.c:413
msgid "Charmap"
msgstr "Charmap"
-#: lcdproc.c:358
+#: lcdproc.c:414
msgid "AltShift"
msgstr "AltShift"
-#: lcdproc.c:359
+#: lcdproc.c:415
msgid "BackLight"
msgstr "BackLight"
-#: lcdproc.c:360
+#: lcdproc.c:416
msgid "SetClientPriority"
msgstr ""
-#: lcdproc.c:361
+#: lcdproc.c:417
msgid "NormalClientPriority"
msgstr ""
-#: lcdproc.c:362
+#: lcdproc.c:418
msgid "HighClientPriority"
msgstr ""
-#: lcdproc.c:363
+#: lcdproc.c:419
msgid "BackLightWait"
msgstr ""
-#: lcdproc.c:364 lcdproc.c:366
+#: lcdproc.c:420
+msgid "PrioWait"
+msgstr ""
+
+#: lcdproc.c:421 lcdproc.c:423
msgid "OutputNumber"
msgstr "OutputNumber"
-#: lcdproc.c:369
+#: lcdproc.c:426
msgid "Recording status"
msgstr ""
-#: lcdproc.c:370
+#: lcdproc.c:427
msgid "Show time"
msgstr ""
+
+#: lcdproc.c:428
+msgid "Show subtitle"
+msgstr ""
diff --git a/po/sv_SE.po b/po/sv_SE.po
index 89fa1be..b5a7c92 100644
--- a/po/sv_SE.po
+++ b/po/sv_SE.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <vdr@joachim-wilke.de>\n"
-"POT-Creation-Date: 2008-03-08 21:12+0100\n"
+"POT-Creation-Date: 2011-01-01 16:52+0100\n"
"PO-Revision-Date: 2007-08-12 20:41+0200\n"
"Last-Translator: Tomas Prybil <tomas@prybil.se>\n"
"Language-Team: <vdr@linuxtv.org>\n"
@@ -16,107 +16,126 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: lcd.c:126
-#, c-format
-msgid "Schedule - %s"
-msgstr ""
-
-#: lcd.c:273
+#: lcd.c:373
msgid "Mute"
msgstr ""
-#: lcd.c:288
+#: lcd.c:379 lcd.c:382 lcd.c:388
msgid "Volume "
msgstr ""
-#: lcd.c:608
+#: lcd.c:732 lcd.c:735
msgid "RECORDING"
msgstr ""
-#: lcd.c:711 lcd.c:742 lcdproc.c:202 lcdproc.c:212
+#: lcd.c:862 lcdproc.c:252 lcdproc.c:262
msgid "No EPG info available."
msgstr "No EPG info available."
-#: lcdproc.c:72
+#: lcdproc.c:20
+msgid "LCDproc output"
+msgstr ""
+
+#: lcdproc.c:79
msgid "Waiting for EPG info."
msgstr "Scanning for EPG info."
-#: lcdproc.c:345
+#: lcdproc.c:135
+msgid "Stereo"
+msgstr ""
+
+#: lcdproc.c:141
+msgid "Left channel"
+msgstr ""
+
+#: lcdproc.c:147
+msgid "Right channel"
+msgstr ""
+
+#: lcdproc.c:401
msgid "off"
msgstr ""
-#: lcdproc.c:346
+#: lcdproc.c:402
msgid "on"
msgstr ""
-#: lcdproc.c:347
+#: lcdproc.c:403
msgid "auto"
msgstr ""
-#: lcdproc.c:348
+#: lcdproc.c:404
msgid "detailed"
msgstr ""
-#: lcdproc.c:349
+#: lcdproc.c:405
msgid "simple"
msgstr ""
-#: lcdproc.c:352
+#: lcdproc.c:408
msgid "FullCycle"
msgstr "FullCycle"
-#: lcdproc.c:353
+#: lcdproc.c:409
msgid "TimeDateCycle"
msgstr "TimeDateCycle"
-#: lcdproc.c:354
+#: lcdproc.c:410
msgid "VolumeKeep"
msgstr "VolumeKeep"
-#: lcdproc.c:355
+#: lcdproc.c:411
msgid "Scrollwait"
msgstr "Scrollwait"
-#: lcdproc.c:356
+#: lcdproc.c:412
msgid "Scrollspeed"
msgstr "Scrollspeed"
-#: lcdproc.c:357
+#: lcdproc.c:413
msgid "Charmap"
msgstr "Charmap"
-#: lcdproc.c:358
+#: lcdproc.c:414
msgid "AltShift"
msgstr "AltShift"
-#: lcdproc.c:359
+#: lcdproc.c:415
msgid "BackLight"
msgstr "BackLight"
-#: lcdproc.c:360
+#: lcdproc.c:416
msgid "SetClientPriority"
msgstr ""
-#: lcdproc.c:361
+#: lcdproc.c:417
msgid "NormalClientPriority"
msgstr ""
-#: lcdproc.c:362
+#: lcdproc.c:418
msgid "HighClientPriority"
msgstr ""
-#: lcdproc.c:363
+#: lcdproc.c:419
msgid "BackLightWait"
msgstr ""
-#: lcdproc.c:364 lcdproc.c:366
+#: lcdproc.c:420
+msgid "PrioWait"
+msgstr ""
+
+#: lcdproc.c:421 lcdproc.c:423
msgid "OutputNumber"
msgstr "OutputNumber"
-#: lcdproc.c:369
+#: lcdproc.c:426
msgid "Recording status"
msgstr ""
-#: lcdproc.c:370
+#: lcdproc.c:427
msgid "Show time"
msgstr ""
+
+#: lcdproc.c:428
+msgid "Show subtitle"
+msgstr ""
diff --git a/po/tr_TR.po b/po/tr_TR.po
index ab19bff..1f22330 100644
--- a/po/tr_TR.po
+++ b/po/tr_TR.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <vdr@joachim-wilke.de>\n"
-"POT-Creation-Date: 2008-03-08 21:12+0100\n"
+"POT-Creation-Date: 2011-01-01 16:52+0100\n"
"PO-Revision-Date: 2007-08-12 20:41+0200\n"
"Last-Translator: Oktay Yolgeçen <oktay_73@yahoo.de>\n"
"Language-Team: <vdr@linuxtv.org>\n"
@@ -15,107 +15,126 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-9\n"
"Content-Transfer-Encoding: 8bit\n"
-#: lcd.c:126
-#, c-format
-msgid "Schedule - %s"
-msgstr ""
-
-#: lcd.c:273
+#: lcd.c:373
msgid "Mute"
msgstr ""
-#: lcd.c:288
+#: lcd.c:379 lcd.c:382 lcd.c:388
msgid "Volume "
msgstr ""
-#: lcd.c:608
+#: lcd.c:732 lcd.c:735
msgid "RECORDING"
msgstr ""
-#: lcd.c:711 lcd.c:742 lcdproc.c:202 lcdproc.c:212
+#: lcd.c:862 lcdproc.c:252 lcdproc.c:262
msgid "No EPG info available."
msgstr ""
-#: lcdproc.c:72
+#: lcdproc.c:20
+msgid "LCDproc output"
+msgstr ""
+
+#: lcdproc.c:79
msgid "Waiting for EPG info."
msgstr ""
-#: lcdproc.c:345
+#: lcdproc.c:135
+msgid "Stereo"
+msgstr ""
+
+#: lcdproc.c:141
+msgid "Left channel"
+msgstr ""
+
+#: lcdproc.c:147
+msgid "Right channel"
+msgstr ""
+
+#: lcdproc.c:401
msgid "off"
msgstr ""
-#: lcdproc.c:346
+#: lcdproc.c:402
msgid "on"
msgstr ""
-#: lcdproc.c:347
+#: lcdproc.c:403
msgid "auto"
msgstr ""
-#: lcdproc.c:348
+#: lcdproc.c:404
msgid "detailed"
msgstr ""
-#: lcdproc.c:349
+#: lcdproc.c:405
msgid "simple"
msgstr ""
-#: lcdproc.c:352
+#: lcdproc.c:408
msgid "FullCycle"
msgstr ""
-#: lcdproc.c:353
+#: lcdproc.c:409
msgid "TimeDateCycle"
msgstr ""
-#: lcdproc.c:354
+#: lcdproc.c:410
msgid "VolumeKeep"
msgstr ""
-#: lcdproc.c:355
+#: lcdproc.c:411
msgid "Scrollwait"
msgstr ""
-#: lcdproc.c:356
+#: lcdproc.c:412
msgid "Scrollspeed"
msgstr ""
-#: lcdproc.c:357
+#: lcdproc.c:413
msgid "Charmap"
msgstr ""
-#: lcdproc.c:358
+#: lcdproc.c:414
msgid "AltShift"
msgstr ""
-#: lcdproc.c:359
+#: lcdproc.c:415
msgid "BackLight"
msgstr ""
-#: lcdproc.c:360
+#: lcdproc.c:416
msgid "SetClientPriority"
msgstr ""
-#: lcdproc.c:361
+#: lcdproc.c:417
msgid "NormalClientPriority"
msgstr ""
-#: lcdproc.c:362
+#: lcdproc.c:418
msgid "HighClientPriority"
msgstr ""
-#: lcdproc.c:363
+#: lcdproc.c:419
msgid "BackLightWait"
msgstr ""
-#: lcdproc.c:364 lcdproc.c:366
+#: lcdproc.c:420
+msgid "PrioWait"
+msgstr ""
+
+#: lcdproc.c:421 lcdproc.c:423
msgid "OutputNumber"
msgstr "RECORDING"
-#: lcdproc.c:369
+#: lcdproc.c:426
msgid "Recording status"
msgstr ""
-#: lcdproc.c:370
+#: lcdproc.c:427
msgid "Show time"
msgstr ""
+
+#: lcdproc.c:428
+msgid "Show subtitle"
+msgstr ""