summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMidas <vdrportal_midas@gmx.de>2011-07-30 23:14:19 +0200
committerMidas <vdrportal_midas@gmx.de>2011-07-30 23:14:19 +0200
commit1f0a2559298a26a65cc6371a10d6fd83b6022273 (patch)
treee1048a1912b1c0a47cc2f46d75bb3f6ba5cb69cf
parent546f6617fc541ef772c27b208f80544507f95110 (diff)
downloadvdr-plugin-sleeptimer-1f0a2559298a26a65cc6371a10d6fd83b6022273.tar.gz
vdr-plugin-sleeptimer-1f0a2559298a26a65cc6371a10d6fd83b6022273.tar.bz2
Made sleeptimer press Power internally and set this to default action.
Commands can now be executed by choosing the new 'Execute Command' option. Fixed: wrong locales charset, sleeptimer deactivation on first osd msg
-rw-r--r--Makefile2
-rw-r--r--debian/changelog7
-rw-r--r--i18n.c10
-rw-r--r--po/ca_ES.po48
-rw-r--r--po/cs_CZ.po48
-rw-r--r--po/da_DK.po48
-rw-r--r--po/de_DE.po52
-rw-r--r--po/el_GR.po48
-rw-r--r--po/es_ES.po48
-rw-r--r--po/et_EE.po48
-rw-r--r--po/fi_FI.po48
-rw-r--r--po/fr_FR.po48
-rw-r--r--po/hr_HR.po48
-rw-r--r--po/hu_HU.po48
-rw-r--r--po/it_IT.po48
-rw-r--r--po/nl_NL.po48
-rw-r--r--po/nn_NO.po48
-rw-r--r--po/pl_PL.po48
-rw-r--r--po/pt_PT.po48
-rw-r--r--po/ro_RO.po48
-rw-r--r--po/ru_RU.po48
-rw-r--r--po/sl_SI.po48
-rw-r--r--po/sleeptimer.pot127
-rw-r--r--po/sv_SE.po48
-rw-r--r--po/tr_TR.po48
-rw-r--r--sleeptimer.c58
26 files changed, 1021 insertions, 195 deletions
diff --git a/Makefile b/Makefile
index 1900c72..a5f962a 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@ VDRVERSION = $(shell grep 'define VDRVERSION ' $(VDRDIR)/config.h | awk '{ print
### The name of the distribution archive:
ARCHIVE = $(PLUGIN)-$(VERSION)
-PACKAGE = vdr-plugin-$(ARCHIVE)
+PACKAGE = vdr-$(ARCHIVE)
### Includes and Defines (add further entries here):
diff --git a/debian/changelog b/debian/changelog
index 2a680f0..fafe84f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+vdr-plugin-sleeptimer (0.8.1-201107302302-1) experimental; urgency=low
+
+ * Non-maintainer upload.
+ * Pre 0.8.1 testing
+
+ -- Midas <vdrportal_midas at gmx dot de> Thu, 21 Jul 2011 07:29:16 +0200
+
vdr-plugin-sleeptimer (0.8-1) experimental; urgency=low
* Non-maintainer upload.
diff --git a/i18n.c b/i18n.c
index 0339d20..9153eb9 100644
--- a/i18n.c
+++ b/i18n.c
@@ -16,12 +16,12 @@ const tI18nPhrase Phrases[] = {
"",// Slovenski
"",// Italiano
"",// Nederlands
- "",// Português
+ "",// Português
"",// Francais
"",// Norsk
"Ei aktiivinen",// Suomi
"",// Polski
- "",// Español
+ "",// Español
"",// Greek
"",// svenska
"",// Romaneste
@@ -81,7 +81,7 @@ const tI18nPhrase Phrases[] = {
"",// TODO
"",// TODO
"",// TODO
- "Keskeytä ajastin",// Suomi
+ "Keskeytä ajastin",// Suomi
"",// Polski
"",// Espaqol
"",// Greek
@@ -105,7 +105,7 @@ const tI18nPhrase Phrases[] = {
#endif
},
{ "Timespan shorter than 2 minutes",
- "Zeitspanne kürzer 2 Minuten",
+ "Zeitspanne kürzer 2 Minuten",
"",// TODO
"",// TODO
"",// TODO
@@ -448,7 +448,7 @@ const tI18nPhrase Phrases[] = {
},
{ "Confirm",
- "Bestätigen",
+ "Bestätigen",
"",
"",
"",
diff --git a/po/ca_ES.po b/po/ca_ES.po
index 2acbeed..40c3d6b 100644
--- a/po/ca_ES.po
+++ b/po/ca_ES.po
@@ -8,9 +8,9 @@
msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
-"Report-Msgid-Bugs-To: <vdrportal_midas <at> gmx <dot> de>\n"
-"POT-Creation-Date: 2011-07-20 23:03+0200\n"
-"PO-Revision-Date: 2011-07-20 22:51+0200\n"
+"Report-Msgid-Bugs-To: vdrportal_midas at gmx de\n"
+"POT-Creation-Date: 2011-07-30 23:07+0200\n"
+"PO-Revision-Date: 2011-07-30 23:07+0200\n"
"Last-Translator: Jordi Vilà <jvila@tinet.org>\n"
"Language-Team: <vdr@linuxtv.org>\n"
"Language: \n"
@@ -18,79 +18,111 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
+#: sleeptimer.c:20
msgid "Sleeptimer"
msgstr ""
+#: sleeptimer.c:215
msgid "Autoswitch"
msgstr ""
+#: sleeptimer.c:215
msgid "Disable"
msgstr ""
+#: sleeptimer.c:218
msgid "Not active"
msgstr ""
+#: sleeptimer.c:221 sleeptimer.c:242
msgid "Shutdown [min]"
msgstr ""
+#: sleeptimer.c:222 sleeptimer.c:243
msgid "Shutdown (time)"
msgstr ""
+#: sleeptimer.c:240
#, c-format
msgid "Disable sleeptimer in %d minutes"
msgstr ""
-msgid "Default Timespan [min]"
+#: sleeptimer.c:319
+msgid "Shutdown"
msgstr ""
-msgid "Action"
+#: sleeptimer.c:320
+msgid "Mute"
msgstr ""
-msgid "Shutdown"
+#: sleeptimer.c:321
+msgid "Execute command"
msgstr ""
-msgid "Mute"
+#: sleeptimer.c:325
+msgid "Default Timespan [min]"
msgstr ""
-msgid "Use default for autoswitch"
+#: sleeptimer.c:326
+msgid "Action"
+msgstr ""
+
+#: sleeptimer.c:327
+msgid "Command"
msgstr ""
+#: sleeptimer.c:328 sleeptimer.c:329
msgid "No"
msgstr ""
+#: sleeptimer.c:328
+msgid "Use default for autoswitch"
+msgstr ""
+
+#: sleeptimer.c:328 sleeptimer.c:329
msgid "Yes"
msgstr ""
+#: sleeptimer.c:329
msgid "Confirm"
msgstr ""
+#: sleeptimer.c:409
msgid "Going to sleep in about one minute"
msgstr ""
+#: sleeptimer.c:449
msgid "Disable Sleeptimer?"
msgstr ""
+#: sleeptimer.c:462
#, c-format
msgid "Activate sleeptimer at %i:%.2i?"
msgstr ""
+#: sleeptimer.c:468
msgid "Timespan shorter than 2 minutes"
msgstr ""
+#: sleeptimer.c:481
#, c-format
msgid "Activate sleeptimer in %i minutes?"
msgstr ""
+#: sleeptimer.c:524 sleeptimer.c:541
#, c-format
msgid "Sleeptimer in %i minutes"
msgstr ""
+#: sleeptimer.c:528 sleeptimer.c:552 sleeptimer.c:618
msgid "Sleeptimer disabled"
msgstr ""
+#: sleeptimer.c:537
#, c-format
msgid "Enable sleeptimer in %i minutes?"
msgstr ""
+#: sleeptimer.c:548
msgid "Disable sleeptimer?"
msgstr ""
diff --git a/po/cs_CZ.po b/po/cs_CZ.po
index 892f1aa..342cd1f 100644
--- a/po/cs_CZ.po
+++ b/po/cs_CZ.po
@@ -6,9 +6,9 @@
msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
-"Report-Msgid-Bugs-To: <vdrportal_midas <at> gmx <dot> de>\n"
-"POT-Creation-Date: 2011-07-20 23:03+0200\n"
-"PO-Revision-Date: 2011-07-20 22:51+0200\n"
+"Report-Msgid-Bugs-To: vdrportal_midas at gmx de\n"
+"POT-Creation-Date: 2011-07-30 23:07+0200\n"
+"PO-Revision-Date: 2011-07-30 23:07+0200\n"
"Last-Translator: Vladimír Bárta <vladimir.barta@k2atmitec.cz>\n"
"Language-Team: <vdr@linuxtv.org>\n"
"Language: \n"
@@ -16,79 +16,111 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
+#: sleeptimer.c:20
msgid "Sleeptimer"
msgstr ""
+#: sleeptimer.c:215
msgid "Autoswitch"
msgstr ""
+#: sleeptimer.c:215
msgid "Disable"
msgstr ""
+#: sleeptimer.c:218
msgid "Not active"
msgstr ""
+#: sleeptimer.c:221 sleeptimer.c:242
msgid "Shutdown [min]"
msgstr ""
+#: sleeptimer.c:222 sleeptimer.c:243
msgid "Shutdown (time)"
msgstr ""
+#: sleeptimer.c:240
#, c-format
msgid "Disable sleeptimer in %d minutes"
msgstr ""
-msgid "Default Timespan [min]"
+#: sleeptimer.c:319
+msgid "Shutdown"
msgstr ""
-msgid "Action"
+#: sleeptimer.c:320
+msgid "Mute"
msgstr ""
-msgid "Shutdown"
+#: sleeptimer.c:321
+msgid "Execute command"
msgstr ""
-msgid "Mute"
+#: sleeptimer.c:325
+msgid "Default Timespan [min]"
msgstr ""
-msgid "Use default for autoswitch"
+#: sleeptimer.c:326
+msgid "Action"
+msgstr ""
+
+#: sleeptimer.c:327
+msgid "Command"
msgstr ""
+#: sleeptimer.c:328 sleeptimer.c:329
msgid "No"
msgstr ""
+#: sleeptimer.c:328
+msgid "Use default for autoswitch"
+msgstr ""
+
+#: sleeptimer.c:328 sleeptimer.c:329
msgid "Yes"
msgstr ""
+#: sleeptimer.c:329
msgid "Confirm"
msgstr ""
+#: sleeptimer.c:409
msgid "Going to sleep in about one minute"
msgstr ""
+#: sleeptimer.c:449
msgid "Disable Sleeptimer?"
msgstr ""
+#: sleeptimer.c:462
#, c-format
msgid "Activate sleeptimer at %i:%.2i?"
msgstr ""
+#: sleeptimer.c:468
msgid "Timespan shorter than 2 minutes"
msgstr ""
+#: sleeptimer.c:481
#, c-format
msgid "Activate sleeptimer in %i minutes?"
msgstr ""
+#: sleeptimer.c:524 sleeptimer.c:541
#, c-format
msgid "Sleeptimer in %i minutes"
msgstr ""
+#: sleeptimer.c:528 sleeptimer.c:552 sleeptimer.c:618
msgid "Sleeptimer disabled"
msgstr ""
+#: sleeptimer.c:537
#, c-format
msgid "Enable sleeptimer in %i minutes?"
msgstr ""
+#: sleeptimer.c:548
msgid "Disable sleeptimer?"
msgstr ""
diff --git a/po/da_DK.po b/po/da_DK.po
index 2d83889..461ffd2 100644
--- a/po/da_DK.po
+++ b/po/da_DK.po
@@ -6,9 +6,9 @@
msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
-"Report-Msgid-Bugs-To: <vdrportal_midas <at> gmx <dot> de>\n"
-"POT-Creation-Date: 2011-07-20 23:03+0200\n"
-"PO-Revision-Date: 2011-07-20 22:51+0200\n"
+"Report-Msgid-Bugs-To: vdrportal_midas at gmx de\n"
+"POT-Creation-Date: 2011-07-30 23:07+0200\n"
+"PO-Revision-Date: 2011-07-30 23:07+0200\n"
"Last-Translator: Mogens Elneff <mogens@elneff.dk>\n"
"Language-Team: <vdr@linuxtv.org>\n"
"Language: \n"
@@ -16,79 +16,111 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
+#: sleeptimer.c:20
msgid "Sleeptimer"
msgstr ""
+#: sleeptimer.c:215
msgid "Autoswitch"
msgstr ""
+#: sleeptimer.c:215
msgid "Disable"
msgstr ""
+#: sleeptimer.c:218
msgid "Not active"
msgstr ""
+#: sleeptimer.c:221 sleeptimer.c:242
msgid "Shutdown [min]"
msgstr ""
+#: sleeptimer.c:222 sleeptimer.c:243
msgid "Shutdown (time)"
msgstr ""
+#: sleeptimer.c:240
#, c-format
msgid "Disable sleeptimer in %d minutes"
msgstr ""
-msgid "Default Timespan [min]"
+#: sleeptimer.c:319
+msgid "Shutdown"
msgstr ""
-msgid "Action"
+#: sleeptimer.c:320
+msgid "Mute"
msgstr ""
-msgid "Shutdown"
+#: sleeptimer.c:321
+msgid "Execute command"
msgstr ""
-msgid "Mute"
+#: sleeptimer.c:325
+msgid "Default Timespan [min]"
msgstr ""
-msgid "Use default for autoswitch"
+#: sleeptimer.c:326
+msgid "Action"
+msgstr ""
+
+#: sleeptimer.c:327
+msgid "Command"
msgstr ""
+#: sleeptimer.c:328 sleeptimer.c:329
msgid "No"
msgstr ""
+#: sleeptimer.c:328
+msgid "Use default for autoswitch"
+msgstr ""
+
+#: sleeptimer.c:328 sleeptimer.c:329
msgid "Yes"
msgstr ""
+#: sleeptimer.c:329
msgid "Confirm"
msgstr ""
+#: sleeptimer.c:409
msgid "Going to sleep in about one minute"
msgstr ""
+#: sleeptimer.c:449
msgid "Disable Sleeptimer?"
msgstr ""
+#: sleeptimer.c:462
#, c-format
msgid "Activate sleeptimer at %i:%.2i?"
msgstr ""
+#: sleeptimer.c:468
msgid "Timespan shorter than 2 minutes"
msgstr ""
+#: sleeptimer.c:481
#, c-format
msgid "Activate sleeptimer in %i minutes?"
msgstr ""
+#: sleeptimer.c:524 sleeptimer.c:541
#, c-format
msgid "Sleeptimer in %i minutes"
msgstr ""
+#: sleeptimer.c:528 sleeptimer.c:552 sleeptimer.c:618
msgid "Sleeptimer disabled"
msgstr ""
+#: sleeptimer.c:537
#, c-format
msgid "Enable sleeptimer in %i minutes?"
msgstr ""
+#: sleeptimer.c:548
msgid "Disable sleeptimer?"
msgstr ""
diff --git a/po/de_DE.po b/po/de_DE.po
index 6902ea1..fac8c04 100644
--- a/po/de_DE.po
+++ b/po/de_DE.po
@@ -6,9 +6,9 @@
msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
-"Report-Msgid-Bugs-To: <vdrportal_midas <at> gmx <dot> de>\n"
-"POT-Creation-Date: 2011-07-20 23:03+0200\n"
-"PO-Revision-Date: 2011-07-20 22:51+0200\n"
+"Report-Msgid-Bugs-To: vdrportal_midas at gmx de\n"
+"POT-Creation-Date: 2011-07-30 23:07+0200\n"
+"PO-Revision-Date: 2011-07-30 23:07+0200\n"
"Last-Translator: Klaus Schmidinger <kls@tvdr.de>\n"
"Language-Team: <vdr@linuxtv.org>\n"
"Language: \n"
@@ -16,79 +16,111 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
+#: sleeptimer.c:20
msgid "Sleeptimer"
msgstr "Sleeptimer"
+#: sleeptimer.c:215
msgid "Autoswitch"
msgstr "Automatisch"
+#: sleeptimer.c:215
msgid "Disable"
msgstr "Deaktivieren"
+#: sleeptimer.c:218
msgid "Not active"
msgstr "Nicht aktiv"
+#: sleeptimer.c:221 sleeptimer.c:242
msgid "Shutdown [min]"
msgstr "Shutdown [min]"
+#: sleeptimer.c:222 sleeptimer.c:243
msgid "Shutdown (time)"
msgstr "Shutdown (Uhrzeit)"
+#: sleeptimer.c:240
#, c-format
msgid "Disable sleeptimer in %d minutes"
msgstr "Sleeptimer in %d Minuten abbrechen"
+#: sleeptimer.c:319
+msgid "Shutdown"
+msgstr "Herunterfahren"
+
+#: sleeptimer.c:320
+msgid "Mute"
+msgstr "Stumm schalten"
+
+#: sleeptimer.c:321
+msgid "Execute command"
+msgstr ""
+
+#: sleeptimer.c:325
msgid "Default Timespan [min]"
msgstr "Standard-Zeitspanne [min]"
+#: sleeptimer.c:326
msgid "Action"
msgstr "Aktion"
-msgid "Shutdown"
-msgstr "Herunterfahren"
+#: sleeptimer.c:327
+msgid "Command"
+msgstr ""
-msgid "Mute"
-msgstr "Stumm schalten"
+#: sleeptimer.c:328 sleeptimer.c:329
+msgid "No"
+msgstr "Nein"
+#: sleeptimer.c:328
msgid "Use default for autoswitch"
msgstr "Automatik mit Standardzeitspanne"
-msgid "No"
-msgstr "Nein"
-
+#: sleeptimer.c:328 sleeptimer.c:329
msgid "Yes"
msgstr "Ja"
+#: sleeptimer.c:329
msgid "Confirm"
msgstr "Bestätigen"
+#: sleeptimer.c:409
msgid "Going to sleep in about one minute"
msgstr "Sleeptimer in einer Minute"
+#: sleeptimer.c:449
msgid "Disable Sleeptimer?"
msgstr ""
+#: sleeptimer.c:462
#, c-format
msgid "Activate sleeptimer at %i:%.2i?"
msgstr "Sleeptimer um %i:%.2i aktivieren?"
+#: sleeptimer.c:468
msgid "Timespan shorter than 2 minutes"
msgstr "Zeitspanne kürzer 2 Minuten"
+#: sleeptimer.c:481
#, c-format
msgid "Activate sleeptimer in %i minutes?"
msgstr "Sleeptimer in %i Minuten aktivieren?"
+#: sleeptimer.c:524 sleeptimer.c:541
#, c-format
msgid "Sleeptimer in %i minutes"
msgstr "Sleeptimer in %i Minuten"
+#: sleeptimer.c:528 sleeptimer.c:552 sleeptimer.c:618
msgid "Sleeptimer disabled"
msgstr "Sleeptimer inaktiv"
+#: sleeptimer.c:537
#, c-format
msgid "Enable sleeptimer in %i minutes?"
msgstr "Sleeptimer in %i Minuten aktivieren?"
+#: sleeptimer.c:548
msgid "Disable sleeptimer?"
msgstr "Sleeptimer abbrechen?"
diff --git a/po/el_GR.po b/po/el_GR.po
index c68a98f..1ebd371 100644
--- a/po/el_GR.po
+++ b/po/el_GR.po
@@ -6,9 +6,9 @@
msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
-"Report-Msgid-Bugs-To: <vdrportal_midas <at> gmx <dot> de>\n"
-"POT-Creation-Date: 2011-07-20 23:03+0200\n"
-"PO-Revision-Date: 2011-07-20 22:51+0200\n"
+"Report-Msgid-Bugs-To: vdrportal_midas at gmx de\n"
+"POT-Creation-Date: 2011-07-30 23:07+0200\n"
+"PO-Revision-Date: 2011-07-30 23:07+0200\n"
"Last-Translator: Dimitrios Dimitrakos <mail@dimitrios.de>\n"
"Language-Team: <vdr@linuxtv.org>\n"
"Language: \n"
@@ -16,79 +16,111 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-7\n"
"Content-Transfer-Encoding: 8bit\n"
+#: sleeptimer.c:20
msgid "Sleeptimer"
msgstr ""
+#: sleeptimer.c:215
msgid "Autoswitch"
msgstr ""
+#: sleeptimer.c:215
msgid "Disable"
msgstr ""
+#: sleeptimer.c:218
msgid "Not active"
msgstr ""
+#: sleeptimer.c:221 sleeptimer.c:242
msgid "Shutdown [min]"
msgstr ""
+#: sleeptimer.c:222 sleeptimer.c:243
msgid "Shutdown (time)"
msgstr ""
+#: sleeptimer.c:240
#, c-format
msgid "Disable sleeptimer in %d minutes"
msgstr ""
-msgid "Default Timespan [min]"
+#: sleeptimer.c:319
+msgid "Shutdown"
msgstr ""
-msgid "Action"
+#: sleeptimer.c:320
+msgid "Mute"
msgstr ""
-msgid "Shutdown"
+#: sleeptimer.c:321
+msgid "Execute command"
msgstr ""
-msgid "Mute"
+#: sleeptimer.c:325
+msgid "Default Timespan [min]"
msgstr ""
-msgid "Use default for autoswitch"
+#: sleeptimer.c:326
+msgid "Action"
+msgstr ""
+
+#: sleeptimer.c:327
+msgid "Command"
msgstr ""
+#: sleeptimer.c:328 sleeptimer.c:329
msgid "No"
msgstr ""
+#: sleeptimer.c:328
+msgid "Use default for autoswitch"
+msgstr ""
+
+#: sleeptimer.c:328 sleeptimer.c:329
msgid "Yes"
msgstr ""
+#: sleeptimer.c:329
msgid "Confirm"
msgstr ""
+#: sleeptimer.c:409
msgid "Going to sleep in about one minute"
msgstr ""
+#: sleeptimer.c:449
msgid "Disable Sleeptimer?"
msgstr ""
+#: sleeptimer.c:462
#, c-format
msgid "Activate sleeptimer at %i:%.2i?"
msgstr ""
+#: sleeptimer.c:468
msgid "Timespan shorter than 2 minutes"
msgstr ""
+#: sleeptimer.c:481
#, c-format
msgid "Activate sleeptimer in %i minutes?"
msgstr ""
+#: sleeptimer.c:524 sleeptimer.c:541
#, c-format
msgid "Sleeptimer in %i minutes"
msgstr ""
+#: sleeptimer.c:528 sleeptimer.c:552 sleeptimer.c:618
msgid "Sleeptimer disabled"
msgstr ""
+#: sleeptimer.c:537
#, c-format
msgid "Enable sleeptimer in %i minutes?"
msgstr ""
+#: sleeptimer.c:548
msgid "Disable sleeptimer?"
msgstr ""
diff --git a/po/es_ES.po b/po/es_ES.po
index d1787c0..3efcf65 100644
--- a/po/es_ES.po
+++ b/po/es_ES.po
@@ -6,9 +6,9 @@
msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
-"Report-Msgid-Bugs-To: <vdrportal_midas <at> gmx <dot> de>\n"
-"POT-Creation-Date: 2011-07-20 23:03+0200\n"
-"PO-Revision-Date: 2011-07-20 22:51+0200\n"
+"Report-Msgid-Bugs-To: vdrportal_midas at gmx de\n"
+"POT-Creation-Date: 2011-07-30 23:07+0200\n"
+"PO-Revision-Date: 2011-07-30 23:07+0200\n"
"Last-Translator: Ruben Nunez Francisco <ruben.nunez@tang-it.com>\n"
"Language-Team: <vdr@linuxtv.org>\n"
"Language: \n"
@@ -16,79 +16,111 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
+#: sleeptimer.c:20
msgid "Sleeptimer"
msgstr ""
+#: sleeptimer.c:215
msgid "Autoswitch"
msgstr ""
+#: sleeptimer.c:215
msgid "Disable"
msgstr ""
+#: sleeptimer.c:218
msgid "Not active"
msgstr ""
+#: sleeptimer.c:221 sleeptimer.c:242
msgid "Shutdown [min]"
msgstr ""
+#: sleeptimer.c:222 sleeptimer.c:243
msgid "Shutdown (time)"
msgstr ""
+#: sleeptimer.c:240
#, c-format
msgid "Disable sleeptimer in %d minutes"
msgstr ""
-msgid "Default Timespan [min]"
+#: sleeptimer.c:319
+msgid "Shutdown"
msgstr ""
-msgid "Action"
+#: sleeptimer.c:320
+msgid "Mute"
msgstr ""
-msgid "Shutdown"
+#: sleeptimer.c:321
+msgid "Execute command"
msgstr ""
-msgid "Mute"
+#: sleeptimer.c:325
+msgid "Default Timespan [min]"
msgstr ""
-msgid "Use default for autoswitch"
+#: sleeptimer.c:326
+msgid "Action"
+msgstr ""
+
+#: sleeptimer.c:327
+msgid "Command"
msgstr ""
+#: sleeptimer.c:328 sleeptimer.c:329
msgid "No"
msgstr ""
+#: sleeptimer.c:328
+msgid "Use default for autoswitch"
+msgstr ""
+
+#: sleeptimer.c:328 sleeptimer.c:329
msgid "Yes"
msgstr ""
+#: sleeptimer.c:329
msgid "Confirm"
msgstr ""
+#: sleeptimer.c:409
msgid "Going to sleep in about one minute"
msgstr ""
+#: sleeptimer.c:449
msgid "Disable Sleeptimer?"
msgstr ""
+#: sleeptimer.c:462
#, c-format
msgid "Activate sleeptimer at %i:%.2i?"
msgstr ""
+#: sleeptimer.c:468
msgid "Timespan shorter than 2 minutes"
msgstr ""
+#: sleeptimer.c:481
#, c-format
msgid "Activate sleeptimer in %i minutes?"
msgstr ""
+#: sleeptimer.c:524 sleeptimer.c:541
#, c-format
msgid "Sleeptimer in %i minutes"
msgstr ""
+#: sleeptimer.c:528 sleeptimer.c:552 sleeptimer.c:618
msgid "Sleeptimer disabled"
msgstr ""
+#: sleeptimer.c:537
#, c-format
msgid "Enable sleeptimer in %i minutes?"
msgstr ""
+#: sleeptimer.c:548
msgid "Disable sleeptimer?"
msgstr ""
diff --git a/po/et_EE.po b/po/et_EE.po
index 5b74f3e..b0325a6 100644
--- a/po/et_EE.po
+++ b/po/et_EE.po
@@ -6,9 +6,9 @@
msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
-"Report-Msgid-Bugs-To: <vdrportal_midas <at> gmx <dot> de>\n"
-"POT-Creation-Date: 2011-07-20 23:03+0200\n"
-"PO-Revision-Date: 2011-07-20 22:51+0200\n"
+"Report-Msgid-Bugs-To: vdrportal_midas at gmx de\n"
+"POT-Creation-Date: 2011-07-30 23:07+0200\n"
+"PO-Revision-Date: 2011-07-30 23:07+0200\n"
"Last-Translator: Arthur Konovalov <kasjas@hot.ee>\n"
"Language-Team: <vdr@linuxtv.org>\n"
"Language: \n"
@@ -16,79 +16,111 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-13\n"
"Content-Transfer-Encoding: 8bit\n"
+#: sleeptimer.c:20
msgid "Sleeptimer"
msgstr ""
+#: sleeptimer.c:215
msgid "Autoswitch"
msgstr ""
+#: sleeptimer.c:215
msgid "Disable"
msgstr ""
+#: sleeptimer.c:218
msgid "Not active"
msgstr ""
+#: sleeptimer.c:221 sleeptimer.c:242
msgid "Shutdown [min]"
msgstr ""
+#: sleeptimer.c:222 sleeptimer.c:243
msgid "Shutdown (time)"
msgstr ""
+#: sleeptimer.c:240
#, c-format
msgid "Disable sleeptimer in %d minutes"
msgstr ""
-msgid "Default Timespan [min]"
+#: sleeptimer.c:319
+msgid "Shutdown"
msgstr ""
-msgid "Action"
+#: sleeptimer.c:320
+msgid "Mute"
msgstr ""
-msgid "Shutdown"
+#: sleeptimer.c:321
+msgid "Execute command"
msgstr ""
-msgid "Mute"
+#: sleeptimer.c:325
+msgid "Default Timespan [min]"
msgstr ""
-msgid "Use default for autoswitch"
+#: sleeptimer.c:326
+msgid "Action"
+msgstr ""
+
+#: sleeptimer.c:327
+msgid "Command"
msgstr ""
+#: sleeptimer.c:328 sleeptimer.c:329
msgid "No"
msgstr ""
+#: sleeptimer.c:328
+msgid "Use default for autoswitch"
+msgstr ""
+
+#: sleeptimer.c:328 sleeptimer.c:329
msgid "Yes"
msgstr ""
+#: sleeptimer.c:329
msgid "Confirm"
msgstr ""
+#: sleeptimer.c:409
msgid "Going to sleep in about one minute"
msgstr ""
+#: sleeptimer.c:449
msgid "Disable Sleeptimer?"
msgstr ""
+#: sleeptimer.c:462
#, c-format
msgid "Activate sleeptimer at %i:%.2i?"
msgstr ""
+#: sleeptimer.c:468
msgid "Timespan shorter than 2 minutes"
msgstr ""
+#: sleeptimer.c:481
#, c-format
msgid "Activate sleeptimer in %i minutes?"
msgstr ""
+#: sleeptimer.c:524 sleeptimer.c:541
#, c-format
msgid "Sleeptimer in %i minutes"
msgstr ""
+#: sleeptimer.c:528 sleeptimer.c:552 sleeptimer.c:618
msgid "Sleeptimer disabled"
msgstr ""
+#: sleeptimer.c:537
#, c-format
msgid "Enable sleeptimer in %i minutes?"
msgstr ""
+#: sleeptimer.c:548
msgid "Disable sleeptimer?"
msgstr ""
diff --git a/po/fi_FI.po b/po/fi_FI.po
index a6706d6..2a99a5c 100644
--- a/po/fi_FI.po
+++ b/po/fi_FI.po
@@ -9,9 +9,9 @@
msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
-"Report-Msgid-Bugs-To: <vdrportal_midas <at> gmx <dot> de>\n"
-"POT-Creation-Date: 2011-07-20 23:03+0200\n"
-"PO-Revision-Date: 2011-07-20 22:51+0200\n"
+"Report-Msgid-Bugs-To: vdrportal_midas at gmx de\n"
+"POT-Creation-Date: 2011-07-30 23:07+0200\n"
+"PO-Revision-Date: 2011-07-30 23:07+0200\n"
"Last-Translator: Rolf Ahrenberg <rahrenbe@cc.hut.fi>\n"
"Language-Team: <vdr@linuxtv.org>\n"
"Language: \n"
@@ -19,79 +19,111 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
+#: sleeptimer.c:20
msgid "Sleeptimer"
msgstr "Ajastin"
+#: sleeptimer.c:215
msgid "Autoswitch"
msgstr ""
+#: sleeptimer.c:215
msgid "Disable"
msgstr ""
+#: sleeptimer.c:218
msgid "Not active"
msgstr "Ei aktiivinen"
+#: sleeptimer.c:221 sleeptimer.c:242
msgid "Shutdown [min]"
msgstr "Sammutus minuutteina"
+#: sleeptimer.c:222 sleeptimer.c:243
msgid "Shutdown (time)"
msgstr "Sammutusaika"
+#: sleeptimer.c:240
#, c-format
msgid "Disable sleeptimer in %d minutes"
msgstr "Peruuta %d minuutin ajastin?"
+#: sleeptimer.c:319
+msgid "Shutdown"
+msgstr ""
+
+#: sleeptimer.c:320
+msgid "Mute"
+msgstr ""
+
+#: sleeptimer.c:321
+msgid "Execute command"
+msgstr ""
+
+#: sleeptimer.c:325
msgid "Default Timespan [min]"
msgstr ""
+#: sleeptimer.c:326
msgid "Action"
msgstr "Toiminto"
-msgid "Shutdown"
+#: sleeptimer.c:327
+msgid "Command"
msgstr ""
-msgid "Mute"
+#: sleeptimer.c:328 sleeptimer.c:329
+msgid "No"
msgstr ""
+#: sleeptimer.c:328
msgid "Use default for autoswitch"
msgstr ""
-msgid "No"
-msgstr ""
-
+#: sleeptimer.c:328 sleeptimer.c:329
msgid "Yes"
msgstr ""
+#: sleeptimer.c:329
msgid "Confirm"
msgstr ""
+#: sleeptimer.c:409
msgid "Going to sleep in about one minute"
msgstr "Ajastin aktivoituu noin minuutin kuluttua"
+#: sleeptimer.c:449
msgid "Disable Sleeptimer?"
msgstr ""
+#: sleeptimer.c:462
#, c-format
msgid "Activate sleeptimer at %i:%.2i?"
msgstr "Aktivoi ajastin %i:%.2i?"
+#: sleeptimer.c:468
msgid "Timespan shorter than 2 minutes"
msgstr ""
+#: sleeptimer.c:481
#, c-format
msgid "Activate sleeptimer in %i minutes?"
msgstr "Aktivoi %i minuutin ajastin?"
+#: sleeptimer.c:524 sleeptimer.c:541
#, c-format
msgid "Sleeptimer in %i minutes"
msgstr ""
+#: sleeptimer.c:528 sleeptimer.c:552 sleeptimer.c:618
msgid "Sleeptimer disabled"
msgstr ""
+#: sleeptimer.c:537
#, c-format
msgid "Enable sleeptimer in %i minutes?"
msgstr ""
+#: sleeptimer.c:548
msgid "Disable sleeptimer?"
msgstr "Keskeytä ajastin"
diff --git a/po/fr_FR.po b/po/fr_FR.po
index 102bb6b..1d1d528 100644
--- a/po/fr_FR.po
+++ b/po/fr_FR.po
@@ -9,9 +9,9 @@
msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
-"Report-Msgid-Bugs-To: <vdrportal_midas <at> gmx <dot> de>\n"
-"POT-Creation-Date: 2011-07-20 23:03+0200\n"
-"PO-Revision-Date: 2011-07-20 22:51+0200\n"
+"Report-Msgid-Bugs-To: vdrportal_midas at gmx de\n"
+"POT-Creation-Date: 2011-07-30 23:07+0200\n"
+"PO-Revision-Date: 2011-07-30 23:07+0200\n"
"Last-Translator: Nicolas Huillard <nhuillard@e-dition.fr>\n"
"Language-Team: <vdr@linuxtv.org>\n"
"Language: \n"
@@ -19,79 +19,111 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
+#: sleeptimer.c:20
msgid "Sleeptimer"
msgstr ""
+#: sleeptimer.c:215
msgid "Autoswitch"
msgstr ""
+#: sleeptimer.c:215
msgid "Disable"
msgstr ""
+#: sleeptimer.c:218
msgid "Not active"
msgstr ""
+#: sleeptimer.c:221 sleeptimer.c:242
msgid "Shutdown [min]"
msgstr ""
+#: sleeptimer.c:222 sleeptimer.c:243
msgid "Shutdown (time)"
msgstr ""
+#: sleeptimer.c:240
#, c-format
msgid "Disable sleeptimer in %d minutes"
msgstr ""
-msgid "Default Timespan [min]"
+#: sleeptimer.c:319
+msgid "Shutdown"
msgstr ""
-msgid "Action"
+#: sleeptimer.c:320
+msgid "Mute"
msgstr ""
-msgid "Shutdown"
+#: sleeptimer.c:321
+msgid "Execute command"
msgstr ""
-msgid "Mute"
+#: sleeptimer.c:325
+msgid "Default Timespan [min]"
msgstr ""
-msgid "Use default for autoswitch"
+#: sleeptimer.c:326
+msgid "Action"
+msgstr ""
+
+#: sleeptimer.c:327
+msgid "Command"
msgstr ""
+#: sleeptimer.c:328 sleeptimer.c:329
msgid "No"
msgstr ""
+#: sleeptimer.c:328
+msgid "Use default for autoswitch"
+msgstr ""
+
+#: sleeptimer.c:328 sleeptimer.c:329
msgid "Yes"
msgstr ""
+#: sleeptimer.c:329
msgid "Confirm"
msgstr ""
+#: sleeptimer.c:409
msgid "Going to sleep in about one minute"
msgstr ""
+#: sleeptimer.c:449
msgid "Disable Sleeptimer?"
msgstr ""
+#: sleeptimer.c:462
#, c-format
msgid "Activate sleeptimer at %i:%.2i?"
msgstr ""
+#: sleeptimer.c:468
msgid "Timespan shorter than 2 minutes"
msgstr ""
+#: sleeptimer.c:481
#, c-format
msgid "Activate sleeptimer in %i minutes?"
msgstr ""
+#: sleeptimer.c:524 sleeptimer.c:541
#, c-format
msgid "Sleeptimer in %i minutes"
msgstr ""
+#: sleeptimer.c:528 sleeptimer.c:552 sleeptimer.c:618
msgid "Sleeptimer disabled"
msgstr ""
+#: sleeptimer.c:537
#, c-format
msgid "Enable sleeptimer in %i minutes?"
msgstr ""
+#: sleeptimer.c:548
msgid "Disable sleeptimer?"
msgstr ""
diff --git a/po/hr_HR.po b/po/hr_HR.po
index 79fb488..571e3de 100644
--- a/po/hr_HR.po
+++ b/po/hr_HR.po
@@ -7,9 +7,9 @@
msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
-"Report-Msgid-Bugs-To: <vdrportal_midas <at> gmx <dot> de>\n"
-"POT-Creation-Date: 2011-07-20 23:03+0200\n"
-"PO-Revision-Date: 2011-07-20 22:51+0200\n"
+"Report-Msgid-Bugs-To: vdrportal_midas at gmx de\n"
+"POT-Creation-Date: 2011-07-30 23:07+0200\n"
+"PO-Revision-Date: 2011-07-30 23:07+0200\n"
"Last-Translator: Drazen Dupor <drazen.dupor@dupor.com>\n"
"Language-Team: <vdr@linuxtv.org>\n"
"Language: \n"
@@ -17,79 +17,111 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
+#: sleeptimer.c:20
msgid "Sleeptimer"
msgstr ""
+#: sleeptimer.c:215
msgid "Autoswitch"
msgstr ""
+#: sleeptimer.c:215
msgid "Disable"
msgstr ""
+#: sleeptimer.c:218
msgid "Not active"
msgstr ""
+#: sleeptimer.c:221 sleeptimer.c:242
msgid "Shutdown [min]"
msgstr ""
+#: sleeptimer.c:222 sleeptimer.c:243
msgid "Shutdown (time)"
msgstr ""
+#: sleeptimer.c:240
#, c-format
msgid "Disable sleeptimer in %d minutes"
msgstr ""
-msgid "Default Timespan [min]"
+#: sleeptimer.c:319
+msgid "Shutdown"
msgstr ""
-msgid "Action"
+#: sleeptimer.c:320
+msgid "Mute"
msgstr ""
-msgid "Shutdown"
+#: sleeptimer.c:321
+msgid "Execute command"
msgstr ""
-msgid "Mute"
+#: sleeptimer.c:325
+msgid "Default Timespan [min]"
msgstr ""
-msgid "Use default for autoswitch"
+#: sleeptimer.c:326
+msgid "Action"
+msgstr ""
+
+#: sleeptimer.c:327
+msgid "Command"
msgstr ""
+#: sleeptimer.c:328 sleeptimer.c:329
msgid "No"
msgstr ""
+#: sleeptimer.c:328
+msgid "Use default for autoswitch"
+msgstr ""
+
+#: sleeptimer.c:328 sleeptimer.c:329
msgid "Yes"
msgstr ""
+#: sleeptimer.c:329
msgid "Confirm"
msgstr ""
+#: sleeptimer.c:409
msgid "Going to sleep in about one minute"
msgstr ""
+#: sleeptimer.c:449
msgid "Disable Sleeptimer?"
msgstr ""
+#: sleeptimer.c:462
#, c-format
msgid "Activate sleeptimer at %i:%.2i?"
msgstr ""
+#: sleeptimer.c:468
msgid "Timespan shorter than 2 minutes"
msgstr ""
+#: sleeptimer.c:481
#, c-format
msgid "Activate sleeptimer in %i minutes?"
msgstr ""
+#: sleeptimer.c:524 sleeptimer.c:541
#, c-format
msgid "Sleeptimer in %i minutes"
msgstr ""
+#: sleeptimer.c:528 sleeptimer.c:552 sleeptimer.c:618
msgid "Sleeptimer disabled"
msgstr ""
+#: sleeptimer.c:537
#, c-format
msgid "Enable sleeptimer in %i minutes?"
msgstr ""
+#: sleeptimer.c:548
msgid "Disable sleeptimer?"
msgstr ""
diff --git a/po/hu_HU.po b/po/hu_HU.po
index 4f47437..836971d 100644
--- a/po/hu_HU.po
+++ b/po/hu_HU.po
@@ -7,9 +7,9 @@
msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
-"Report-Msgid-Bugs-To: <vdrportal_midas <at> gmx <dot> de>\n"
-"POT-Creation-Date: 2011-07-20 23:03+0200\n"
-"PO-Revision-Date: 2011-07-20 22:51+0200\n"
+"Report-Msgid-Bugs-To: vdrportal_midas at gmx de\n"
+"POT-Creation-Date: 2011-07-30 23:07+0200\n"
+"PO-Revision-Date: 2011-07-30 23:07+0200\n"
"Last-Translator: Istvan Koenigsberger <istvnko@hotmail.com>, Guido Josten <guido.josten@t-online.de>\n"
"Language-Team: <vdr@linuxtv.org>\n"
"Language: \n"
@@ -17,79 +17,111 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
+#: sleeptimer.c:20
msgid "Sleeptimer"
msgstr ""
+#: sleeptimer.c:215
msgid "Autoswitch"
msgstr ""
+#: sleeptimer.c:215
msgid "Disable"
msgstr ""
+#: sleeptimer.c:218
msgid "Not active"
msgstr ""
+#: sleeptimer.c:221 sleeptimer.c:242
msgid "Shutdown [min]"
msgstr ""
+#: sleeptimer.c:222 sleeptimer.c:243
msgid "Shutdown (time)"
msgstr ""
+#: sleeptimer.c:240
#, c-format
msgid "Disable sleeptimer in %d minutes"
msgstr ""
-msgid "Default Timespan [min]"
+#: sleeptimer.c:319
+msgid "Shutdown"
msgstr ""
-msgid "Action"
+#: sleeptimer.c:320
+msgid "Mute"
msgstr ""
-msgid "Shutdown"
+#: sleeptimer.c:321
+msgid "Execute command"
msgstr ""
-msgid "Mute"
+#: sleeptimer.c:325
+msgid "Default Timespan [min]"
msgstr ""
-msgid "Use default for autoswitch"
+#: sleeptimer.c:326
+msgid "Action"
+msgstr ""
+
+#: sleeptimer.c:327
+msgid "Command"
msgstr ""
+#: sleeptimer.c:328 sleeptimer.c:329
msgid "No"
msgstr ""
+#: sleeptimer.c:328
+msgid "Use default for autoswitch"
+msgstr ""
+
+#: sleeptimer.c:328 sleeptimer.c:329
msgid "Yes"
msgstr ""
+#: sleeptimer.c:329
msgid "Confirm"
msgstr ""
+#: sleeptimer.c:409
msgid "Going to sleep in about one minute"
msgstr ""
+#: sleeptimer.c:449
msgid "Disable Sleeptimer?"
msgstr ""
+#: sleeptimer.c:462
#, c-format
msgid "Activate sleeptimer at %i:%.2i?"
msgstr ""
+#: sleeptimer.c:468
msgid "Timespan shorter than 2 minutes"
msgstr ""
+#: sleeptimer.c:481
#, c-format
msgid "Activate sleeptimer in %i minutes?"
msgstr ""
+#: sleeptimer.c:524 sleeptimer.c:541
#, c-format
msgid "Sleeptimer in %i minutes"
msgstr ""
+#: sleeptimer.c:528 sleeptimer.c:552 sleeptimer.c:618
msgid "Sleeptimer disabled"
msgstr ""
+#: sleeptimer.c:537
#, c-format
msgid "Enable sleeptimer in %i minutes?"
msgstr ""
+#: sleeptimer.c:548
msgid "Disable sleeptimer?"
msgstr ""
diff --git a/po/it_IT.po b/po/it_IT.po
index b0dfa16..2241bc1 100644
--- a/po/it_IT.po
+++ b/po/it_IT.po
@@ -8,9 +8,9 @@
msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
-"Report-Msgid-Bugs-To: <vdrportal_midas <at> gmx <dot> de>\n"
-"POT-Creation-Date: 2011-07-20 23:03+0200\n"
-"PO-Revision-Date: 2011-07-20 22:51+0200\n"
+"Report-Msgid-Bugs-To: vdrportal_midas at gmx de\n"
+"POT-Creation-Date: 2011-07-30 23:07+0200\n"
+"PO-Revision-Date: 2011-07-30 23:07+0200\n"
"Last-Translator: Sean Carlos <seanc@libero.it>\n"
"Language-Team: <vdr@linuxtv.org>\n"
"Language: \n"
@@ -18,79 +18,111 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
+#: sleeptimer.c:20
msgid "Sleeptimer"
msgstr ""
+#: sleeptimer.c:215
msgid "Autoswitch"
msgstr ""
+#: sleeptimer.c:215
msgid "Disable"
msgstr ""
+#: sleeptimer.c:218
msgid "Not active"
msgstr ""
+#: sleeptimer.c:221 sleeptimer.c:242
msgid "Shutdown [min]"
msgstr ""
+#: sleeptimer.c:222 sleeptimer.c:243
msgid "Shutdown (time)"
msgstr ""
+#: sleeptimer.c:240
#, c-format
msgid "Disable sleeptimer in %d minutes"
msgstr ""
-msgid "Default Timespan [min]"
+#: sleeptimer.c:319
+msgid "Shutdown"
msgstr ""
-msgid "Action"
+#: sleeptimer.c:320
+msgid "Mute"
msgstr ""
-msgid "Shutdown"
+#: sleeptimer.c:321
+msgid "Execute command"
msgstr ""
-msgid "Mute"
+#: sleeptimer.c:325
+msgid "Default Timespan [min]"
msgstr ""
-msgid "Use default for autoswitch"
+#: sleeptimer.c:326
+msgid "Action"
+msgstr ""
+
+#: sleeptimer.c:327
+msgid "Command"
msgstr ""
+#: sleeptimer.c:328 sleeptimer.c:329
msgid "No"
msgstr ""
+#: sleeptimer.c:328
+msgid "Use default for autoswitch"
+msgstr ""
+
+#: sleeptimer.c:328 sleeptimer.c:329
msgid "Yes"
msgstr ""
+#: sleeptimer.c:329
msgid "Confirm"
msgstr ""
+#: sleeptimer.c:409
msgid "Going to sleep in about one minute"
msgstr ""
+#: sleeptimer.c:449
msgid "Disable Sleeptimer?"
msgstr ""
+#: sleeptimer.c:462
#, c-format
msgid "Activate sleeptimer at %i:%.2i?"
msgstr ""
+#: sleeptimer.c:468
msgid "Timespan shorter than 2 minutes"
msgstr ""
+#: sleeptimer.c:481
#, c-format
msgid "Activate sleeptimer in %i minutes?"
msgstr ""
+#: sleeptimer.c:524 sleeptimer.c:541
#, c-format
msgid "Sleeptimer in %i minutes"
msgstr ""
+#: sleeptimer.c:528 sleeptimer.c:552 sleeptimer.c:618
msgid "Sleeptimer disabled"
msgstr ""
+#: sleeptimer.c:537
#, c-format
msgid "Enable sleeptimer in %i minutes?"
msgstr ""
+#: sleeptimer.c:548
msgid "Disable sleeptimer?"
msgstr ""
diff --git a/po/nl_NL.po b/po/nl_NL.po
index 319ff28..d8f58d4 100644
--- a/po/nl_NL.po
+++ b/po/nl_NL.po
@@ -8,9 +8,9 @@
msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
-"Report-Msgid-Bugs-To: <vdrportal_midas <at> gmx <dot> de>\n"
-"POT-Creation-Date: 2011-07-20 23:03+0200\n"
-"PO-Revision-Date: 2011-07-20 22:51+0200\n"
+"Report-Msgid-Bugs-To: vdrportal_midas at gmx de\n"
+"POT-Creation-Date: 2011-07-30 23:07+0200\n"
+"PO-Revision-Date: 2011-07-30 23:07+0200\n"
"Last-Translator: Maarten Wisse <Maarten.Wisse@urz.uni-hd.de>\n"
"Language-Team: <vdr@linuxtv.org>\n"
"Language: \n"
@@ -18,79 +18,111 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
+#: sleeptimer.c:20
msgid "Sleeptimer"
msgstr ""
+#: sleeptimer.c:215
msgid "Autoswitch"
msgstr ""
+#: sleeptimer.c:215
msgid "Disable"
msgstr ""
+#: sleeptimer.c:218
msgid "Not active"
msgstr ""
+#: sleeptimer.c:221 sleeptimer.c:242
msgid "Shutdown [min]"
msgstr ""
+#: sleeptimer.c:222 sleeptimer.c:243
msgid "Shutdown (time)"
msgstr ""
+#: sleeptimer.c:240
#, c-format
msgid "Disable sleeptimer in %d minutes"
msgstr ""
-msgid "Default Timespan [min]"
+#: sleeptimer.c:319
+msgid "Shutdown"
msgstr ""
-msgid "Action"
+#: sleeptimer.c:320
+msgid "Mute"
msgstr ""
-msgid "Shutdown"
+#: sleeptimer.c:321
+msgid "Execute command"
msgstr ""
-msgid "Mute"
+#: sleeptimer.c:325
+msgid "Default Timespan [min]"
msgstr ""
-msgid "Use default for autoswitch"
+#: sleeptimer.c:326
+msgid "Action"
+msgstr ""
+
+#: sleeptimer.c:327
+msgid "Command"
msgstr ""
+#: sleeptimer.c:328 sleeptimer.c:329
msgid "No"
msgstr ""
+#: sleeptimer.c:328
+msgid "Use default for autoswitch"
+msgstr ""
+
+#: sleeptimer.c:328 sleeptimer.c:329
msgid "Yes"
msgstr ""
+#: sleeptimer.c:329
msgid "Confirm"
msgstr ""
+#: sleeptimer.c:409
msgid "Going to sleep in about one minute"
msgstr ""
+#: sleeptimer.c:449
msgid "Disable Sleeptimer?"
msgstr ""
+#: sleeptimer.c:462
#, c-format
msgid "Activate sleeptimer at %i:%.2i?"
msgstr ""
+#: sleeptimer.c:468
msgid "Timespan shorter than 2 minutes"
msgstr ""
+#: sleeptimer.c:481
#, c-format
msgid "Activate sleeptimer in %i minutes?"
msgstr ""
+#: sleeptimer.c:524 sleeptimer.c:541
#, c-format
msgid "Sleeptimer in %i minutes"
msgstr ""
+#: sleeptimer.c:528 sleeptimer.c:552 sleeptimer.c:618
msgid "Sleeptimer disabled"
msgstr ""
+#: sleeptimer.c:537
#, c-format
msgid "Enable sleeptimer in %i minutes?"
msgstr ""
+#: sleeptimer.c:548
msgid "Disable sleeptimer?"
msgstr ""
diff --git a/po/nn_NO.po b/po/nn_NO.po
index d30862c..a470839 100644
--- a/po/nn_NO.po
+++ b/po/nn_NO.po
@@ -7,9 +7,9 @@
msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
-"Report-Msgid-Bugs-To: <vdrportal_midas <at> gmx <dot> de>\n"
-"POT-Creation-Date: 2011-07-20 23:03+0200\n"
-"PO-Revision-Date: 2011-07-20 22:51+0200\n"
+"Report-Msgid-Bugs-To: vdrportal_midas at gmx de\n"
+"POT-Creation-Date: 2011-07-30 23:07+0200\n"
+"PO-Revision-Date: 2011-07-30 23:07+0200\n"
"Last-Translator: Truls Slevigen <truls@slevigen.no>\n"
"Language-Team: <vdr@linuxtv.org>\n"
"Language: \n"
@@ -17,79 +17,111 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
+#: sleeptimer.c:20
msgid "Sleeptimer"
msgstr ""
+#: sleeptimer.c:215
msgid "Autoswitch"
msgstr ""
+#: sleeptimer.c:215
msgid "Disable"
msgstr ""
+#: sleeptimer.c:218
msgid "Not active"
msgstr ""
+#: sleeptimer.c:221 sleeptimer.c:242
msgid "Shutdown [min]"
msgstr ""
+#: sleeptimer.c:222 sleeptimer.c:243
msgid "Shutdown (time)"
msgstr ""
+#: sleeptimer.c:240
#, c-format
msgid "Disable sleeptimer in %d minutes"
msgstr ""
-msgid "Default Timespan [min]"
+#: sleeptimer.c:319
+msgid "Shutdown"
msgstr ""
-msgid "Action"
+#: sleeptimer.c:320
+msgid "Mute"
msgstr ""
-msgid "Shutdown"
+#: sleeptimer.c:321
+msgid "Execute command"
msgstr ""
-msgid "Mute"
+#: sleeptimer.c:325
+msgid "Default Timespan [min]"
msgstr ""
-msgid "Use default for autoswitch"
+#: sleeptimer.c:326
+msgid "Action"
+msgstr ""
+
+#: sleeptimer.c:327
+msgid "Command"
msgstr ""
+#: sleeptimer.c:328 sleeptimer.c:329
msgid "No"
msgstr ""
+#: sleeptimer.c:328
+msgid "Use default for autoswitch"
+msgstr ""
+
+#: sleeptimer.c:328 sleeptimer.c:329
msgid "Yes"
msgstr ""
+#: sleeptimer.c:329
msgid "Confirm"
msgstr ""
+#: sleeptimer.c:409
msgid "Going to sleep in about one minute"
msgstr ""
+#: sleeptimer.c:449
msgid "Disable Sleeptimer?"
msgstr ""
+#: sleeptimer.c:462
#, c-format
msgid "Activate sleeptimer at %i:%.2i?"
msgstr ""
+#: sleeptimer.c:468
msgid "Timespan shorter than 2 minutes"
msgstr ""
+#: sleeptimer.c:481
#, c-format
msgid "Activate sleeptimer in %i minutes?"
msgstr ""
+#: sleeptimer.c:524 sleeptimer.c:541
#, c-format
msgid "Sleeptimer in %i minutes"
msgstr ""
+#: sleeptimer.c:528 sleeptimer.c:552 sleeptimer.c:618
msgid "Sleeptimer disabled"
msgstr ""
+#: sleeptimer.c:537
#, c-format
msgid "Enable sleeptimer in %i minutes?"
msgstr ""
+#: sleeptimer.c:548
msgid "Disable sleeptimer?"
msgstr ""
diff --git a/po/pl_PL.po b/po/pl_PL.po
index 5589377..bced976 100644
--- a/po/pl_PL.po
+++ b/po/pl_PL.po
@@ -6,9 +6,9 @@
msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
-"Report-Msgid-Bugs-To: <vdrportal_midas <at> gmx <dot> de>\n"
-"POT-Creation-Date: 2011-07-20 23:03+0200\n"
-"PO-Revision-Date: 2011-07-20 22:51+0200\n"
+"Report-Msgid-Bugs-To: vdrportal_midas at gmx de\n"
+"POT-Creation-Date: 2011-07-30 23:07+0200\n"
+"PO-Revision-Date: 2011-07-30 23:07+0200\n"
"Last-Translator: Michael Rakowski <mrak@gmx.de>\n"
"Language-Team: <vdr@linuxtv.org>\n"
"Language: \n"
@@ -16,79 +16,111 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
+#: sleeptimer.c:20
msgid "Sleeptimer"
msgstr ""
+#: sleeptimer.c:215
msgid "Autoswitch"
msgstr ""
+#: sleeptimer.c:215
msgid "Disable"
msgstr ""
+#: sleeptimer.c:218
msgid "Not active"
msgstr ""
+#: sleeptimer.c:221 sleeptimer.c:242
msgid "Shutdown [min]"
msgstr ""
+#: sleeptimer.c:222 sleeptimer.c:243
msgid "Shutdown (time)"
msgstr ""
+#: sleeptimer.c:240
#, c-format
msgid "Disable sleeptimer in %d minutes"
msgstr ""
-msgid "Default Timespan [min]"
+#: sleeptimer.c:319
+msgid "Shutdown"
msgstr ""
-msgid "Action"
+#: sleeptimer.c:320
+msgid "Mute"
msgstr ""
-msgid "Shutdown"
+#: sleeptimer.c:321
+msgid "Execute command"
msgstr ""
-msgid "Mute"
+#: sleeptimer.c:325
+msgid "Default Timespan [min]"
msgstr ""
-msgid "Use default for autoswitch"
+#: sleeptimer.c:326
+msgid "Action"
+msgstr ""
+
+#: sleeptimer.c:327
+msgid "Command"
msgstr ""
+#: sleeptimer.c:328 sleeptimer.c:329
msgid "No"
msgstr ""
+#: sleeptimer.c:328
+msgid "Use default for autoswitch"
+msgstr ""
+
+#: sleeptimer.c:328 sleeptimer.c:329
msgid "Yes"
msgstr ""
+#: sleeptimer.c:329
msgid "Confirm"
msgstr ""
+#: sleeptimer.c:409
msgid "Going to sleep in about one minute"
msgstr ""
+#: sleeptimer.c:449
msgid "Disable Sleeptimer?"
msgstr ""
+#: sleeptimer.c:462
#, c-format
msgid "Activate sleeptimer at %i:%.2i?"
msgstr ""
+#: sleeptimer.c:468
msgid "Timespan shorter than 2 minutes"
msgstr ""
+#: sleeptimer.c:481
#, c-format
msgid "Activate sleeptimer in %i minutes?"
msgstr ""
+#: sleeptimer.c:524 sleeptimer.c:541
#, c-format
msgid "Sleeptimer in %i minutes"
msgstr ""
+#: sleeptimer.c:528 sleeptimer.c:552 sleeptimer.c:618
msgid "Sleeptimer disabled"
msgstr ""
+#: sleeptimer.c:537
#, c-format
msgid "Enable sleeptimer in %i minutes?"
msgstr ""
+#: sleeptimer.c:548
msgid "Disable sleeptimer?"
msgstr ""
diff --git a/po/pt_PT.po b/po/pt_PT.po
index a6e63f5..c8ae670 100644
--- a/po/pt_PT.po
+++ b/po/pt_PT.po
@@ -6,9 +6,9 @@
msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
-"Report-Msgid-Bugs-To: <vdrportal_midas <at> gmx <dot> de>\n"
-"POT-Creation-Date: 2011-07-20 23:03+0200\n"
-"PO-Revision-Date: 2011-07-20 22:51+0200\n"
+"Report-Msgid-Bugs-To: vdrportal_midas at gmx de\n"
+"POT-Creation-Date: 2011-07-30 23:07+0200\n"
+"PO-Revision-Date: 2011-07-30 23:07+0200\n"
"Last-Translator: Paulo Lopes <pmml@netvita.pt>\n"
"Language-Team: <vdr@linuxtv.org>\n"
"Language: \n"
@@ -16,79 +16,111 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
+#: sleeptimer.c:20
msgid "Sleeptimer"
msgstr ""
+#: sleeptimer.c:215
msgid "Autoswitch"
msgstr ""
+#: sleeptimer.c:215
msgid "Disable"
msgstr ""
+#: sleeptimer.c:218
msgid "Not active"
msgstr ""
+#: sleeptimer.c:221 sleeptimer.c:242
msgid "Shutdown [min]"
msgstr ""
+#: sleeptimer.c:222 sleeptimer.c:243
msgid "Shutdown (time)"
msgstr ""
+#: sleeptimer.c:240
#, c-format
msgid "Disable sleeptimer in %d minutes"
msgstr ""
-msgid "Default Timespan [min]"
+#: sleeptimer.c:319
+msgid "Shutdown"
msgstr ""
-msgid "Action"
+#: sleeptimer.c:320
+msgid "Mute"
msgstr ""
-msgid "Shutdown"
+#: sleeptimer.c:321
+msgid "Execute command"
msgstr ""
-msgid "Mute"
+#: sleeptimer.c:325
+msgid "Default Timespan [min]"
msgstr ""
-msgid "Use default for autoswitch"
+#: sleeptimer.c:326
+msgid "Action"
+msgstr ""
+
+#: sleeptimer.c:327
+msgid "Command"
msgstr ""
+#: sleeptimer.c:328 sleeptimer.c:329
msgid "No"
msgstr ""
+#: sleeptimer.c:328
+msgid "Use default for autoswitch"
+msgstr ""
+
+#: sleeptimer.c:328 sleeptimer.c:329
msgid "Yes"
msgstr ""
+#: sleeptimer.c:329
msgid "Confirm"
msgstr ""
+#: sleeptimer.c:409
msgid "Going to sleep in about one minute"
msgstr ""
+#: sleeptimer.c:449
msgid "Disable Sleeptimer?"
msgstr ""
+#: sleeptimer.c:462
#, c-format
msgid "Activate sleeptimer at %i:%.2i?"
msgstr ""
+#: sleeptimer.c:468
msgid "Timespan shorter than 2 minutes"
msgstr ""
+#: sleeptimer.c:481
#, c-format
msgid "Activate sleeptimer in %i minutes?"
msgstr ""
+#: sleeptimer.c:524 sleeptimer.c:541
#, c-format
msgid "Sleeptimer in %i minutes"
msgstr ""
+#: sleeptimer.c:528 sleeptimer.c:552 sleeptimer.c:618
msgid "Sleeptimer disabled"
msgstr ""
+#: sleeptimer.c:537
#, c-format
msgid "Enable sleeptimer in %i minutes?"
msgstr ""
+#: sleeptimer.c:548
msgid "Disable sleeptimer?"
msgstr ""
diff --git a/po/ro_RO.po b/po/ro_RO.po
index abefeb7..9a4c412 100644
--- a/po/ro_RO.po
+++ b/po/ro_RO.po
@@ -7,9 +7,9 @@
msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
-"Report-Msgid-Bugs-To: <vdrportal_midas <at> gmx <dot> de>\n"
-"POT-Creation-Date: 2011-07-20 23:03+0200\n"
-"PO-Revision-Date: 2011-07-20 22:51+0200\n"
+"Report-Msgid-Bugs-To: vdrportal_midas at gmx de\n"
+"POT-Creation-Date: 2011-07-30 23:07+0200\n"
+"PO-Revision-Date: 2011-07-30 23:07+0200\n"
"Last-Translator: Lucian Muresan <lucianm@users.sourceforge.net>\n"
"Language-Team: <vdr@linuxtv.org>\n"
"Language: \n"
@@ -17,79 +17,111 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
+#: sleeptimer.c:20
msgid "Sleeptimer"
msgstr ""
+#: sleeptimer.c:215
msgid "Autoswitch"
msgstr ""
+#: sleeptimer.c:215
msgid "Disable"
msgstr ""
+#: sleeptimer.c:218
msgid "Not active"
msgstr ""
+#: sleeptimer.c:221 sleeptimer.c:242
msgid "Shutdown [min]"
msgstr ""
+#: sleeptimer.c:222 sleeptimer.c:243
msgid "Shutdown (time)"
msgstr ""
+#: sleeptimer.c:240
#, c-format
msgid "Disable sleeptimer in %d minutes"
msgstr ""
-msgid "Default Timespan [min]"
+#: sleeptimer.c:319
+msgid "Shutdown"
msgstr ""
-msgid "Action"
+#: sleeptimer.c:320
+msgid "Mute"
msgstr ""
-msgid "Shutdown"
+#: sleeptimer.c:321
+msgid "Execute command"
msgstr ""
-msgid "Mute"
+#: sleeptimer.c:325
+msgid "Default Timespan [min]"
msgstr ""
-msgid "Use default for autoswitch"
+#: sleeptimer.c:326
+msgid "Action"
+msgstr ""
+
+#: sleeptimer.c:327
+msgid "Command"
msgstr ""
+#: sleeptimer.c:328 sleeptimer.c:329
msgid "No"
msgstr ""
+#: sleeptimer.c:328
+msgid "Use default for autoswitch"
+msgstr ""
+
+#: sleeptimer.c:328 sleeptimer.c:329
msgid "Yes"
msgstr ""
+#: sleeptimer.c:329
msgid "Confirm"
msgstr ""
+#: sleeptimer.c:409
msgid "Going to sleep in about one minute"
msgstr ""
+#: sleeptimer.c:449
msgid "Disable Sleeptimer?"
msgstr ""
+#: sleeptimer.c:462
#, c-format
msgid "Activate sleeptimer at %i:%.2i?"
msgstr ""
+#: sleeptimer.c:468
msgid "Timespan shorter than 2 minutes"
msgstr ""
+#: sleeptimer.c:481
#, c-format
msgid "Activate sleeptimer in %i minutes?"
msgstr ""
+#: sleeptimer.c:524 sleeptimer.c:541
#, c-format
msgid "Sleeptimer in %i minutes"
msgstr ""
+#: sleeptimer.c:528 sleeptimer.c:552 sleeptimer.c:618
msgid "Sleeptimer disabled"
msgstr ""
+#: sleeptimer.c:537
#, c-format
msgid "Enable sleeptimer in %i minutes?"
msgstr ""
+#: sleeptimer.c:548
msgid "Disable sleeptimer?"
msgstr ""
diff --git a/po/ru_RU.po b/po/ru_RU.po
index d0d63d5..e7615de 100644
--- a/po/ru_RU.po
+++ b/po/ru_RU.po
@@ -6,9 +6,9 @@
msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
-"Report-Msgid-Bugs-To: <vdrportal_midas <at> gmx <dot> de>\n"
-"POT-Creation-Date: 2011-07-20 23:03+0200\n"
-"PO-Revision-Date: 2011-07-20 22:51+0200\n"
+"Report-Msgid-Bugs-To: vdrportal_midas at gmx de\n"
+"POT-Creation-Date: 2011-07-30 23:07+0200\n"
+"PO-Revision-Date: 2011-07-30 23:07+0200\n"
"Last-Translator: Vyacheslav Dikonov <sdiconov@mail.ru>\n"
"Language-Team: <vdr@linuxtv.org>\n"
"Language: \n"
@@ -16,79 +16,111 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-5\n"
"Content-Transfer-Encoding: 8bit\n"
+#: sleeptimer.c:20
msgid "Sleeptimer"
msgstr ""
+#: sleeptimer.c:215
msgid "Autoswitch"
msgstr ""
+#: sleeptimer.c:215
msgid "Disable"
msgstr ""
+#: sleeptimer.c:218
msgid "Not active"
msgstr ""
+#: sleeptimer.c:221 sleeptimer.c:242
msgid "Shutdown [min]"
msgstr ""
+#: sleeptimer.c:222 sleeptimer.c:243
msgid "Shutdown (time)"
msgstr ""
+#: sleeptimer.c:240
#, c-format
msgid "Disable sleeptimer in %d minutes"
msgstr ""
-msgid "Default Timespan [min]"
+#: sleeptimer.c:319
+msgid "Shutdown"
msgstr ""
-msgid "Action"
+#: sleeptimer.c:320
+msgid "Mute"
msgstr ""
-msgid "Shutdown"
+#: sleeptimer.c:321
+msgid "Execute command"
msgstr ""
-msgid "Mute"
+#: sleeptimer.c:325
+msgid "Default Timespan [min]"
msgstr ""
-msgid "Use default for autoswitch"
+#: sleeptimer.c:326
+msgid "Action"
+msgstr ""
+
+#: sleeptimer.c:327
+msgid "Command"
msgstr ""
+#: sleeptimer.c:328 sleeptimer.c:329
msgid "No"
msgstr ""
+#: sleeptimer.c:328
+msgid "Use default for autoswitch"
+msgstr ""
+
+#: sleeptimer.c:328 sleeptimer.c:329
msgid "Yes"
msgstr ""
+#: sleeptimer.c:329
msgid "Confirm"
msgstr ""
+#: sleeptimer.c:409
msgid "Going to sleep in about one minute"
msgstr ""
+#: sleeptimer.c:449
msgid "Disable Sleeptimer?"
msgstr ""
+#: sleeptimer.c:462
#, c-format
msgid "Activate sleeptimer at %i:%.2i?"
msgstr ""
+#: sleeptimer.c:468
msgid "Timespan shorter than 2 minutes"
msgstr ""
+#: sleeptimer.c:481
#, c-format
msgid "Activate sleeptimer in %i minutes?"
msgstr ""
+#: sleeptimer.c:524 sleeptimer.c:541
#, c-format
msgid "Sleeptimer in %i minutes"
msgstr ""
+#: sleeptimer.c:528 sleeptimer.c:552 sleeptimer.c:618
msgid "Sleeptimer disabled"
msgstr ""
+#: sleeptimer.c:537
#, c-format
msgid "Enable sleeptimer in %i minutes?"
msgstr ""
+#: sleeptimer.c:548
msgid "Disable sleeptimer?"
msgstr ""
diff --git a/po/sl_SI.po b/po/sl_SI.po
index 0439182..fbb74c1 100644
--- a/po/sl_SI.po
+++ b/po/sl_SI.po
@@ -7,9 +7,9 @@
msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
-"Report-Msgid-Bugs-To: <vdrportal_midas <at> gmx <dot> de>\n"
-"POT-Creation-Date: 2011-07-20 23:03+0200\n"
-"PO-Revision-Date: 2011-07-20 22:51+0200\n"
+"Report-Msgid-Bugs-To: vdrportal_midas at gmx de\n"
+"POT-Creation-Date: 2011-07-30 23:07+0200\n"
+"PO-Revision-Date: 2011-07-30 23:07+0200\n"
"Last-Translator: Matjaz Thaler <matjaz.thaler@guest.arnes.si>\n"
"Language-Team: <vdr@linuxtv.org>\n"
"Language: \n"
@@ -17,79 +17,111 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
+#: sleeptimer.c:20
msgid "Sleeptimer"
msgstr ""
+#: sleeptimer.c:215
msgid "Autoswitch"
msgstr ""
+#: sleeptimer.c:215
msgid "Disable"
msgstr ""
+#: sleeptimer.c:218
msgid "Not active"
msgstr ""
+#: sleeptimer.c:221 sleeptimer.c:242
msgid "Shutdown [min]"
msgstr ""
+#: sleeptimer.c:222 sleeptimer.c:243
msgid "Shutdown (time)"
msgstr ""
+#: sleeptimer.c:240
#, c-format
msgid "Disable sleeptimer in %d minutes"
msgstr ""
-msgid "Default Timespan [min]"
+#: sleeptimer.c:319
+msgid "Shutdown"
msgstr ""
-msgid "Action"
+#: sleeptimer.c:320
+msgid "Mute"
msgstr ""
-msgid "Shutdown"
+#: sleeptimer.c:321
+msgid "Execute command"
msgstr ""
-msgid "Mute"
+#: sleeptimer.c:325
+msgid "Default Timespan [min]"
msgstr ""
-msgid "Use default for autoswitch"
+#: sleeptimer.c:326
+msgid "Action"
+msgstr ""
+
+#: sleeptimer.c:327
+msgid "Command"
msgstr ""
+#: sleeptimer.c:328 sleeptimer.c:329
msgid "No"
msgstr ""
+#: sleeptimer.c:328
+msgid "Use default for autoswitch"
+msgstr ""
+
+#: sleeptimer.c:328 sleeptimer.c:329
msgid "Yes"
msgstr ""
+#: sleeptimer.c:329
msgid "Confirm"
msgstr ""
+#: sleeptimer.c:409
msgid "Going to sleep in about one minute"
msgstr ""
+#: sleeptimer.c:449
msgid "Disable Sleeptimer?"
msgstr ""
+#: sleeptimer.c:462
#, c-format
msgid "Activate sleeptimer at %i:%.2i?"
msgstr ""
+#: sleeptimer.c:468
msgid "Timespan shorter than 2 minutes"
msgstr ""
+#: sleeptimer.c:481
#, c-format
msgid "Activate sleeptimer in %i minutes?"
msgstr ""
+#: sleeptimer.c:524 sleeptimer.c:541
#, c-format
msgid "Sleeptimer in %i minutes"
msgstr ""
+#: sleeptimer.c:528 sleeptimer.c:552 sleeptimer.c:618
msgid "Sleeptimer disabled"
msgstr ""
+#: sleeptimer.c:537
#, c-format
msgid "Enable sleeptimer in %i minutes?"
msgstr ""
+#: sleeptimer.c:548
msgid "Disable sleeptimer?"
msgstr ""
diff --git a/po/sleeptimer.pot b/po/sleeptimer.pot
new file mode 100644
index 0000000..2fe5dfb
--- /dev/null
+++ b/po/sleeptimer.pot
@@ -0,0 +1,127 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: vdrportal_midas at gmx de\n"
+"POT-Creation-Date: 2011-07-30 23:07+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: sleeptimer.c:20
+msgid "Sleeptimer"
+msgstr ""
+
+#: sleeptimer.c:215
+msgid "Autoswitch"
+msgstr ""
+
+#: sleeptimer.c:215
+msgid "Disable"
+msgstr ""
+
+#: sleeptimer.c:218
+msgid "Not active"
+msgstr ""
+
+#: sleeptimer.c:221 sleeptimer.c:242
+msgid "Shutdown [min]"
+msgstr ""
+
+#: sleeptimer.c:222 sleeptimer.c:243
+msgid "Shutdown (time)"
+msgstr ""
+
+#: sleeptimer.c:240
+#, c-format
+msgid "Disable sleeptimer in %d minutes"
+msgstr ""
+
+#: sleeptimer.c:319
+msgid "Shutdown"
+msgstr ""
+
+#: sleeptimer.c:320
+msgid "Mute"
+msgstr ""
+
+#: sleeptimer.c:321
+msgid "Execute command"
+msgstr ""
+
+#: sleeptimer.c:325
+msgid "Default Timespan [min]"
+msgstr ""
+
+#: sleeptimer.c:326
+msgid "Action"
+msgstr ""
+
+#: sleeptimer.c:327
+msgid "Command"
+msgstr ""
+
+#: sleeptimer.c:328 sleeptimer.c:329
+msgid "No"
+msgstr ""
+
+#: sleeptimer.c:328
+msgid "Use default for autoswitch"
+msgstr ""
+
+#: sleeptimer.c:328 sleeptimer.c:329
+msgid "Yes"
+msgstr ""
+
+#: sleeptimer.c:329
+msgid "Confirm"
+msgstr ""
+
+#: sleeptimer.c:409
+msgid "Going to sleep in about one minute"
+msgstr ""
+
+#: sleeptimer.c:449
+msgid "Disable Sleeptimer?"
+msgstr ""
+
+#: sleeptimer.c:462
+#, c-format
+msgid "Activate sleeptimer at %i:%.2i?"
+msgstr ""
+
+#: sleeptimer.c:468
+msgid "Timespan shorter than 2 minutes"
+msgstr ""
+
+#: sleeptimer.c:481
+#, c-format
+msgid "Activate sleeptimer in %i minutes?"
+msgstr ""
+
+#: sleeptimer.c:524 sleeptimer.c:541
+#, c-format
+msgid "Sleeptimer in %i minutes"
+msgstr ""
+
+#: sleeptimer.c:528 sleeptimer.c:552 sleeptimer.c:618
+msgid "Sleeptimer disabled"
+msgstr ""
+
+#: sleeptimer.c:537
+#, c-format
+msgid "Enable sleeptimer in %i minutes?"
+msgstr ""
+
+#: sleeptimer.c:548
+msgid "Disable sleeptimer?"
+msgstr ""
diff --git a/po/sv_SE.po b/po/sv_SE.po
index 25147f2..92ae9af 100644
--- a/po/sv_SE.po
+++ b/po/sv_SE.po
@@ -7,9 +7,9 @@
msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
-"Report-Msgid-Bugs-To: <vdrportal_midas <at> gmx <dot> de>\n"
-"POT-Creation-Date: 2011-07-20 23:03+0200\n"
-"PO-Revision-Date: 2011-07-20 22:51+0200\n"
+"Report-Msgid-Bugs-To: vdrportal_midas at gmx de\n"
+"POT-Creation-Date: 2011-07-30 23:07+0200\n"
+"PO-Revision-Date: 2011-07-30 23:07+0200\n"
"Last-Translator: Tomas Prybil <tomas@prybil.se>\n"
"Language-Team: <vdr@linuxtv.org>\n"
"Language: \n"
@@ -17,79 +17,111 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
+#: sleeptimer.c:20
msgid "Sleeptimer"
msgstr ""
+#: sleeptimer.c:215
msgid "Autoswitch"
msgstr ""
+#: sleeptimer.c:215
msgid "Disable"
msgstr ""
+#: sleeptimer.c:218
msgid "Not active"
msgstr ""
+#: sleeptimer.c:221 sleeptimer.c:242
msgid "Shutdown [min]"
msgstr ""
+#: sleeptimer.c:222 sleeptimer.c:243
msgid "Shutdown (time)"
msgstr ""
+#: sleeptimer.c:240
#, c-format
msgid "Disable sleeptimer in %d minutes"
msgstr ""
-msgid "Default Timespan [min]"
+#: sleeptimer.c:319
+msgid "Shutdown"
msgstr ""
-msgid "Action"
+#: sleeptimer.c:320
+msgid "Mute"
msgstr ""
-msgid "Shutdown"
+#: sleeptimer.c:321
+msgid "Execute command"
msgstr ""
-msgid "Mute"
+#: sleeptimer.c:325
+msgid "Default Timespan [min]"
msgstr ""
-msgid "Use default for autoswitch"
+#: sleeptimer.c:326
+msgid "Action"
+msgstr ""
+
+#: sleeptimer.c:327
+msgid "Command"
msgstr ""
+#: sleeptimer.c:328 sleeptimer.c:329
msgid "No"
msgstr ""
+#: sleeptimer.c:328
+msgid "Use default for autoswitch"
+msgstr ""
+
+#: sleeptimer.c:328 sleeptimer.c:329
msgid "Yes"
msgstr ""
+#: sleeptimer.c:329
msgid "Confirm"
msgstr ""
+#: sleeptimer.c:409
msgid "Going to sleep in about one minute"
msgstr ""
+#: sleeptimer.c:449
msgid "Disable Sleeptimer?"
msgstr ""
+#: sleeptimer.c:462
#, c-format
msgid "Activate sleeptimer at %i:%.2i?"
msgstr ""
+#: sleeptimer.c:468
msgid "Timespan shorter than 2 minutes"
msgstr ""
+#: sleeptimer.c:481
#, c-format
msgid "Activate sleeptimer in %i minutes?"
msgstr ""
+#: sleeptimer.c:524 sleeptimer.c:541
#, c-format
msgid "Sleeptimer in %i minutes"
msgstr ""
+#: sleeptimer.c:528 sleeptimer.c:552 sleeptimer.c:618
msgid "Sleeptimer disabled"
msgstr ""
+#: sleeptimer.c:537
#, c-format
msgid "Enable sleeptimer in %i minutes?"
msgstr ""
+#: sleeptimer.c:548
msgid "Disable sleeptimer?"
msgstr ""
diff --git a/po/tr_TR.po b/po/tr_TR.po
index b2c1e4e..5751480 100644
--- a/po/tr_TR.po
+++ b/po/tr_TR.po
@@ -6,9 +6,9 @@
msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
-"Report-Msgid-Bugs-To: <vdrportal_midas <at> gmx <dot> de>\n"
-"POT-Creation-Date: 2011-07-20 23:03+0200\n"
-"PO-Revision-Date: 2011-07-20 22:51+0200\n"
+"Report-Msgid-Bugs-To: vdrportal_midas at gmx de\n"
+"POT-Creation-Date: 2011-07-30 23:07+0200\n"
+"PO-Revision-Date: 2011-07-30 23:07+0200\n"
"Last-Translator: Oktay Yolgeçen <oktay_73@yahoo.de>\n"
"Language-Team: <vdr@linuxtv.org>\n"
"Language: \n"
@@ -16,79 +16,111 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-9\n"
"Content-Transfer-Encoding: 8bit\n"
+#: sleeptimer.c:20
msgid "Sleeptimer"
msgstr ""
+#: sleeptimer.c:215
msgid "Autoswitch"
msgstr ""
+#: sleeptimer.c:215
msgid "Disable"
msgstr ""
+#: sleeptimer.c:218
msgid "Not active"
msgstr ""
+#: sleeptimer.c:221 sleeptimer.c:242
msgid "Shutdown [min]"
msgstr ""
+#: sleeptimer.c:222 sleeptimer.c:243
msgid "Shutdown (time)"
msgstr ""
+#: sleeptimer.c:240
#, c-format
msgid "Disable sleeptimer in %d minutes"
msgstr ""
-msgid "Default Timespan [min]"
+#: sleeptimer.c:319
+msgid "Shutdown"
msgstr ""
-msgid "Action"
+#: sleeptimer.c:320
+msgid "Mute"
msgstr ""
-msgid "Shutdown"
+#: sleeptimer.c:321
+msgid "Execute command"
msgstr ""
-msgid "Mute"
+#: sleeptimer.c:325
+msgid "Default Timespan [min]"
msgstr ""
-msgid "Use default for autoswitch"
+#: sleeptimer.c:326
+msgid "Action"
+msgstr ""
+
+#: sleeptimer.c:327
+msgid "Command"
msgstr ""
+#: sleeptimer.c:328 sleeptimer.c:329
msgid "No"
msgstr ""
+#: sleeptimer.c:328
+msgid "Use default for autoswitch"
+msgstr ""
+
+#: sleeptimer.c:328 sleeptimer.c:329
msgid "Yes"
msgstr ""
+#: sleeptimer.c:329
msgid "Confirm"
msgstr ""
+#: sleeptimer.c:409
msgid "Going to sleep in about one minute"
msgstr ""
+#: sleeptimer.c:449
msgid "Disable Sleeptimer?"
msgstr ""
+#: sleeptimer.c:462
#, c-format
msgid "Activate sleeptimer at %i:%.2i?"
msgstr ""
+#: sleeptimer.c:468
msgid "Timespan shorter than 2 minutes"
msgstr ""
+#: sleeptimer.c:481
#, c-format
msgid "Activate sleeptimer in %i minutes?"
msgstr ""
+#: sleeptimer.c:524 sleeptimer.c:541
#, c-format
msgid "Sleeptimer in %i minutes"
msgstr ""
+#: sleeptimer.c:528 sleeptimer.c:552 sleeptimer.c:618
msgid "Sleeptimer disabled"
msgstr ""
+#: sleeptimer.c:537
#, c-format
msgid "Enable sleeptimer in %i minutes?"
msgstr ""
+#: sleeptimer.c:548
msgid "Disable sleeptimer?"
msgstr ""
diff --git a/sleeptimer.c b/sleeptimer.c
index f5311be..51a4518 100644
--- a/sleeptimer.c
+++ b/sleeptimer.c
@@ -9,22 +9,23 @@
#include <vdr/plugin.h>
#include <vdr/interface.h>
#include <vdr/device.h>
+#include <vdr/status.h>
#if VDRVERSNUM < 10507
#include "i18n.h"
#endif
-static const char *VERSION = "0.8.1-WIP201107292321";
+static const char *VERSION = "0.8.1-WIP201107302304";
static const char *DESCRIPTION = "Sleeptimer for VDR";
static const char *MAINMENUENTRY = tr("Sleeptimer");
-int method = 0;
+int method = 2;
int default_timespan=15;
int shutdown_time = 0;
int shutdown_minutes = 2;
bool start_w_default=false;
bool do_confirm=false;
-const char *command = "/sbin/poweroff";
+char* command = (char*)"/sbin/poweroff";
bool process_red=false;
#define ARRAYLENGTH 9
@@ -112,7 +113,6 @@ private:
static time_t sleepat;
time_t lastaction;
void HotkeyAction();
- eKeys ShowMessage(cString msg);
public:
cPluginSleeptimer(void);
@@ -130,6 +130,7 @@ public:
static time_t getSleeptimer() { return cPluginSleeptimer::sleepat; }
static void setSleeptimer(time_t tt) { cPluginSleeptimer::sleepat=tt; }
+ static eKeys ShowMessage(cString msg);
};
cPluginSleeptimer::cPluginSleeptimer(void)
@@ -143,6 +144,7 @@ cPluginSleeptimer::cPluginSleeptimer(void)
//Initialization of static members
time_t cPluginSleeptimer::sleepat=0;
+
cPluginSleeptimer::~cPluginSleeptimer()
{
// Clean up after yourself!
@@ -161,7 +163,7 @@ bool cPluginSleeptimer::ProcessArgs(int argc, char *argv[])
while((c = getopt(argc, argv, "e:")) != -1 ) {
switch(c) {
case 'e':
- command = optarg;
+ command = (char*)optarg;
break;
default: return false;
}
@@ -264,6 +266,8 @@ private:
int timespan;
int setup_start_w_default;
int setup_do_confirm;
+ char* setup_command;
+ const char* methods[3];
public:
cMenuSetupSleeptimer(void);
virtual void Store(void);
@@ -296,6 +300,8 @@ bool cPluginSleeptimer::SetupParse(const char *Name, const char *Value)
}
else if (!strcasecmp(Name,"Confirmation"))
do_confirm=atoi(Value);
+ else if (!strcasecmp(Name,"Command"))
+ command=(char*)Value;
else return false;
return true;
}
@@ -307,9 +313,18 @@ cMenuSetupSleeptimer::cMenuSetupSleeptimer(void)
new_method = method;
timespan = default_timespan;
setup_start_w_default=start_w_default;
+ setup_command=command;
setup_do_confirm=do_confirm;
+
+ methods[0]=tr("Shutdown");
+ methods[1]=tr("Mute");
+ methods[2]=tr("Execute command");
+
+ char* allowed_chars=(char*)" abcdefghijklmnopqrstuvwxyz0123456789-.,#~\\^$[]|()*+?{}/:%@&";
+
Add(new cMenuEditIntItem(tr("Default Timespan [min]"), &timespan, 2));
- Add(new cMenuEditBoolItem(tr("Action"), &new_method, tr("Shutdown"), tr("Mute")));
+ Add(new cMenuEditStraItem(tr("Action"), &new_method, 3, methods));
+ Add(new cMenuEditStrItem(tr("Command"), setup_command, 255, allowed_chars));
Add(new cMenuEditBoolItem(tr("Use default for autoswitch"), &setup_start_w_default, tr("No"), tr("Yes")));
Add(new cMenuEditBoolItem(tr("Confirm"), &setup_do_confirm, tr("No"), tr("Yes")));
}
@@ -318,6 +333,7 @@ void cMenuSetupSleeptimer::Store(void)
{
SetupStore("Method", method = new_method);
SetupStore("DefaultTimespan", default_timespan=timespan);
+ SetupStore("Command"), command=(char*)setup_command;
SetupStore("StartWithDefault", start_w_default=setup_start_w_default);
SetupStore("Confirmation", do_confirm=setup_do_confirm);
if (start_w_default)
@@ -366,9 +382,9 @@ void cBackgroundSleeptimer::Action(void)
if(method == 0)
{
- isyslog("plugin-sleeptimer: executing \"%s\"", command);
- if(SystemExec(command) == -1)
- isyslog("plugin-sleeptimer: errror while executing \"%s\"!", command);
+ isyslog("plugin-sleeptimer: pressing key Power internally");
+ if(!(cRemote::Put(kPower)))
+ isyslog("plugin-sleeptimer: ERROR: internal keypress did not succeed \"%s\"!", command);
}
if(method == 1)
@@ -377,12 +393,20 @@ void cBackgroundSleeptimer::Action(void)
if(!cDevice::PrimaryDevice()->IsMute())
cDevice::PrimaryDevice()->ToggleMute();
}
+
+ if(method == 2)
+ {
+ dsyslog("plugin-sleeptimer: executing \"%s\"", command);
+ if(SystemExec(command) == -1)
+ isyslog("plugin-sleeptimer: ERROR while executing \"%s\"!", command);
+ }
+
}
else //timeout not reached yet
{
if((cPluginSleeptimer::getSleeptimer() - 60) <= time(NULL))
{
- Skins.Message(mtInfo,tr("Going to sleep in about one minute"),0);
+ Skins.QueueMessage(mtInfo,tr("Going to sleep in about one minute"),0,-1);
isyslog("plugin-sleeptimer: going to sleep in about one minute");
}
}
@@ -529,7 +553,7 @@ void cPluginSleeptimer::HotkeyAction()
}
}
}
- eKeys k=ShowMessage(msg);
+ eKeys k=cPluginSleeptimer::ShowMessage(msg);
// ***********************
@@ -575,6 +599,7 @@ void cPluginSleeptimer::HotkeyAction()
if (k==kOk || (k==kNone && !do_confirm))
{
+ if (first_action) break;
if (next_sleepmin_index > 0)
{
sleepat=now + autoswitch_vals[next_sleepmin_index] * 60;
@@ -648,22 +673,17 @@ void cPluginSleeptimer::HotkeyAction()
}
-// ***********************
-// ***** ShowMessage *****
-// ***********************
-
eKeys cPluginSleeptimer::ShowMessage(cString msg)
{
cSkinDisplayMessage *csdmsg=Skins.Current()->DisplayMessage();
cSkinDisplay::Current()->SetMessage(mtInfo,*msg);
cSkinDisplay::Current()->Flush();
-
+
Interface->GetKey(false);
eKeys retval= Interface->Wait(5);
-
+
delete csdmsg;
- csdmsg=NULL;
-
+
return retval;
}