summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pages/edit_searchtimer.ecpp19
-rw-r--r--po/ca_ES.po3
-rw-r--r--po/cs_CZ.po3
-rw-r--r--po/da_DK.po3
-rw-r--r--po/de_DE.po3
-rw-r--r--po/el_GR.po3
-rw-r--r--po/es_ES.po3
-rw-r--r--po/et_EE.po3
-rw-r--r--po/fi_FI.po3
-rw-r--r--po/fr_FR.po3
-rw-r--r--po/hr_HR.po3
-rw-r--r--po/hu_HU.po3
-rw-r--r--po/it_IT.po3
-rw-r--r--po/lt_LT.po3
-rw-r--r--po/nl_NL.po3
-rw-r--r--po/nn_NO.po3
-rw-r--r--po/pl_PL.po3
-rw-r--r--po/pt_PT.po3
-rw-r--r--po/ro_RO.po3
-rw-r--r--po/ru_RU.po3
-rw-r--r--po/sk_SK.po3
-rw-r--r--po/sl_SI.po3
-rw-r--r--po/sv_SE.po3
-rw-r--r--po/tr_TR.po3
24 files changed, 79 insertions, 9 deletions
diff --git a/pages/edit_searchtimer.ecpp b/pages/edit_searchtimer.ecpp
index 69103a1..d6a0aba 100644
--- a/pages/edit_searchtimer.ecpp
+++ b/pages/edit_searchtimer.ecpp
@@ -341,7 +341,7 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html");
usevps = searchtimer->UseVPS();
delmode = searchtimer->DelMode();
delaftercountrecs = searchtimer->DelAfterCountRecs();
- delafterdaysoffirstrec = searchtimer->DelAfterDaysOfFirstRec();
+ delafterdaysoffirstrec = searchtimer->DelAfterDaysOfFirstRec();
editsearchtimer = searchtimer;
}
@@ -364,7 +364,7 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html");
<html>
<head>
<title>VDR Live - <$ editsearchtimer ? tr("Edit search timer") : tr("New search timer") $></title>
-
+
<& pageelems.stylesheets &>
<& pageelems.ajax_js &>
@@ -377,9 +377,9 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html");
changeduseduration(document.getElementById("useduration"));
changeduseweekday(document.getElementById("useweekday"));
changeduseassearchtimer(document.getElementById("useassearchtimer"));
-% if (extEPGInfos.size() > 0) {
+% if (extEPGInfos.size() > 0) {
changeduseextepginfo(document.getElementById("useextepginfo"));
-% }
+% }
changedavoidrepeats(document.getElementById("avoidrepeats"));
changedblacklistmode(document.getElementById("blacklistmode"));
changeddelmode(document.getElementById("delmode"));
@@ -420,9 +420,9 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html");
function changeduseassearchtimer(selection)
{
- document.getElementById("searchtimermodesettings").style.display =
+ document.getElementById("searchtimermodesettings").style.display =
(selection.options[selection.selectedIndex].value > 0) ? "block" : "none";
- document.getElementById("useassearchtimeruserdef").style.display =
+ document.getElementById("useassearchtimeruserdef").style.display =
(selection.options[selection.selectedIndex].value == 2) ? "block" : "none";
changedsearchtimermode(document.getElementById("searchtimer_mode"));
}
@@ -431,11 +431,11 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html");
{
document.getElementById("searchtimermode1settings").style.display =
(selection.options[selection.selectedIndex].value == 0 &
- document.getElementById("useassearchtimer").options[document.getElementById("useassearchtimer").selectedIndex].value > 0) ?
+ document.getElementById("useassearchtimer").options[document.getElementById("useassearchtimer").selectedIndex].value > 0) ?
"block" : "none";
document.getElementById("searchtimermode3settings").style.display =
- (selection.options[selection.selectedIndex].value == 2 &
- document.getElementById("useassearchtimer").options[document.getElementById("useassearchtimer").selectedIndex].value > 0) ?
+ (selection.options[selection.selectedIndex].value == 2 &
+ document.getElementById("useassearchtimer").options[document.getElementById("useassearchtimer").selectedIndex].value > 0) ?
"block" : "none";
}
@@ -758,6 +758,7 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html");
<option value="0" <{ SELECTIF(searchtimeraction == 0) }> ><$ tr("Record") $></option>
<option value="1" <{ SELECTIF(searchtimeraction == 1) }> ><$ tr("Announce only") $></option>
<option value="2" <{ SELECTIF(searchtimeraction == 2) }> ><$ tr("Switch only") $></option>
+ <option value="4" <{ SELECTIF(searchtimeraction == 4) }> ><$ tr("Announce via email") $></option>
</select>
</div>
<div id="searchtimermode1settings" style="display: none">
diff --git a/po/ca_ES.po b/po/ca_ES.po
index 6e4088f..bc17a64 100644
--- a/po/ca_ES.po
+++ b/po/ca_ES.po
@@ -337,6 +337,9 @@ msgstr ""
msgid "Switch only"
msgstr ""
+msgid "Announce via email"
+msgstr ""
+
msgid "Series recording"
msgstr ""
diff --git a/po/cs_CZ.po b/po/cs_CZ.po
index c1c9824..e61fc4b 100644
--- a/po/cs_CZ.po
+++ b/po/cs_CZ.po
@@ -343,6 +343,9 @@ msgstr "Pouze upozornit"
msgid "Switch only"
msgstr "Přepnout"
+msgid "Announce via email"
+msgstr ""
+
msgid "Series recording"
msgstr "Nahrávání seriálu"
diff --git a/po/da_DK.po b/po/da_DK.po
index 8041518..0019923 100644
--- a/po/da_DK.po
+++ b/po/da_DK.po
@@ -335,6 +335,9 @@ msgstr ""
msgid "Switch only"
msgstr ""
+msgid "Announce via email"
+msgstr ""
+
msgid "Series recording"
msgstr ""
diff --git a/po/de_DE.po b/po/de_DE.po
index 69a0902..cd9df39 100644
--- a/po/de_DE.po
+++ b/po/de_DE.po
@@ -337,6 +337,9 @@ msgstr "Nur ankündigen"
msgid "Switch only"
msgstr "Nur umschalten"
+msgid "Announce via email"
+msgstr "Mit E-Mail ankündigen"
+
msgid "Series recording"
msgstr "Serienaufnahme"
diff --git a/po/el_GR.po b/po/el_GR.po
index 3126fa1..2f7b972 100644
--- a/po/el_GR.po
+++ b/po/el_GR.po
@@ -335,6 +335,9 @@ msgstr ""
msgid "Switch only"
msgstr ""
+msgid "Announce via email"
+msgstr ""
+
msgid "Series recording"
msgstr ""
diff --git a/po/es_ES.po b/po/es_ES.po
index b7dfd03..3ad7b80 100644
--- a/po/es_ES.po
+++ b/po/es_ES.po
@@ -335,6 +335,9 @@ msgstr "nicamente avisar"
msgid "Switch only"
msgstr "nicamente cambiar"
+msgid "Announce via email"
+msgstr ""
+
msgid "Series recording"
msgstr "Grabacin de series"
diff --git a/po/et_EE.po b/po/et_EE.po
index aa303b1..75f3836 100644
--- a/po/et_EE.po
+++ b/po/et_EE.po
@@ -335,6 +335,9 @@ msgstr ""
msgid "Switch only"
msgstr ""
+msgid "Announce via email"
+msgstr ""
+
msgid "Series recording"
msgstr ""
diff --git a/po/fi_FI.po b/po/fi_FI.po
index d89678e..b65fd91 100644
--- a/po/fi_FI.po
+++ b/po/fi_FI.po
@@ -335,6 +335,9 @@ msgstr "Muistutus"
msgid "Switch only"
msgstr "Kanavanvaihto"
+msgid "Announce via email"
+msgstr ""
+
msgid "Series recording"
msgstr "Sarjatallennus"
diff --git a/po/fr_FR.po b/po/fr_FR.po
index 3a82cb4..5fd15e2 100644
--- a/po/fr_FR.po
+++ b/po/fr_FR.po
@@ -342,6 +342,9 @@ msgstr "Annoncer seulement le dbut de l'mission"
msgid "Switch only"
msgstr "Seulement changer de chaine"
+msgid "Announce via email"
+msgstr ""
+
msgid "Series recording"
msgstr "Enregistrement de srie"
diff --git a/po/hr_HR.po b/po/hr_HR.po
index f90ed21..0a0c81c 100644
--- a/po/hr_HR.po
+++ b/po/hr_HR.po
@@ -336,6 +336,9 @@ msgstr ""
msgid "Switch only"
msgstr ""
+msgid "Announce via email"
+msgstr ""
+
msgid "Series recording"
msgstr ""
diff --git a/po/hu_HU.po b/po/hu_HU.po
index 366ebfa..bbc72bf 100644
--- a/po/hu_HU.po
+++ b/po/hu_HU.po
@@ -336,6 +336,9 @@ msgstr ""
msgid "Switch only"
msgstr ""
+msgid "Announce via email"
+msgstr ""
+
msgid "Series recording"
msgstr ""
diff --git a/po/it_IT.po b/po/it_IT.po
index b5a061d..7ae27e4 100644
--- a/po/it_IT.po
+++ b/po/it_IT.po
@@ -341,6 +341,9 @@ msgstr "Solo annuncio"
msgid "Switch only"
msgstr "Solo cambio canale"
+msgid "Announce via email"
+msgstr ""
+
msgid "Series recording"
msgstr "Registrazioni in serie"
diff --git a/po/lt_LT.po b/po/lt_LT.po
index 36da893..40d5c73 100644
--- a/po/lt_LT.po
+++ b/po/lt_LT.po
@@ -337,6 +337,9 @@ msgstr "Tik pristato"
msgid "Switch only"
msgstr "Tik pereina"
+msgid "Announce via email"
+msgstr ""
+
msgid "Series recording"
msgstr "Įrašai"
diff --git a/po/nl_NL.po b/po/nl_NL.po
index 0541ed1..1caa755 100644
--- a/po/nl_NL.po
+++ b/po/nl_NL.po
@@ -341,6 +341,9 @@ msgstr "Alleen aankondigen (geen timer)"
msgid "Switch only"
msgstr ""
+msgid "Announce via email"
+msgstr ""
+
msgid "Series recording"
msgstr "Serie's opnemen"
diff --git a/po/nn_NO.po b/po/nn_NO.po
index 6f72e37..a6d27df 100644
--- a/po/nn_NO.po
+++ b/po/nn_NO.po
@@ -336,6 +336,9 @@ msgstr ""
msgid "Switch only"
msgstr ""
+msgid "Announce via email"
+msgstr ""
+
msgid "Series recording"
msgstr ""
diff --git a/po/pl_PL.po b/po/pl_PL.po
index 3029511..dc62c2e 100644
--- a/po/pl_PL.po
+++ b/po/pl_PL.po
@@ -335,6 +335,9 @@ msgstr "Tylko powiadomienie"
msgid "Switch only"
msgstr "Tylko przecz"
+msgid "Announce via email"
+msgstr ""
+
msgid "Series recording"
msgstr "Nagrywanie serii"
diff --git a/po/pt_PT.po b/po/pt_PT.po
index aaafdf2..977f5d0 100644
--- a/po/pt_PT.po
+++ b/po/pt_PT.po
@@ -335,6 +335,9 @@ msgstr ""
msgid "Switch only"
msgstr ""
+msgid "Announce via email"
+msgstr ""
+
msgid "Series recording"
msgstr ""
diff --git a/po/ro_RO.po b/po/ro_RO.po
index 1d94c22..887355b 100644
--- a/po/ro_RO.po
+++ b/po/ro_RO.po
@@ -336,6 +336,9 @@ msgstr ""
msgid "Switch only"
msgstr ""
+msgid "Announce via email"
+msgstr ""
+
msgid "Series recording"
msgstr ""
diff --git a/po/ru_RU.po b/po/ru_RU.po
index e61a1e5..7f0aa3d 100644
--- a/po/ru_RU.po
+++ b/po/ru_RU.po
@@ -335,6 +335,9 @@ msgstr "Только объявлять"
msgid "Switch only"
msgstr "Только переключать"
+msgid "Announce via email"
+msgstr ""
+
msgid "Series recording"
msgstr "Запись серий"
diff --git a/po/sk_SK.po b/po/sk_SK.po
index 2dc3fc4..3c73729 100644
--- a/po/sk_SK.po
+++ b/po/sk_SK.po
@@ -336,6 +336,9 @@ msgstr "Len oznamova"
msgid "Switch only"
msgstr "Iba prepna"
+msgid "Announce via email"
+msgstr ""
+
msgid "Series recording"
msgstr "Sriov nahrvky"
diff --git a/po/sl_SI.po b/po/sl_SI.po
index 17df34c..d9cac32 100644
--- a/po/sl_SI.po
+++ b/po/sl_SI.po
@@ -336,6 +336,9 @@ msgstr ""
msgid "Switch only"
msgstr ""
+msgid "Announce via email"
+msgstr ""
+
msgid "Series recording"
msgstr ""
diff --git a/po/sv_SE.po b/po/sv_SE.po
index ffb9aff..98c0010 100644
--- a/po/sv_SE.po
+++ b/po/sv_SE.po
@@ -336,6 +336,9 @@ msgstr ""
msgid "Switch only"
msgstr ""
+msgid "Announce via email"
+msgstr ""
+
msgid "Series recording"
msgstr ""
diff --git a/po/tr_TR.po b/po/tr_TR.po
index 92bd955..3487040 100644
--- a/po/tr_TR.po
+++ b/po/tr_TR.po
@@ -336,6 +336,9 @@ msgstr ""
msgid "Switch only"
msgstr ""
+msgid "Announce via email"
+msgstr ""
+
msgid "Series recording"
msgstr ""