summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pages/edit_searchtimer.ecpp5
-rw-r--r--po/ca_ES.po6
-rw-r--r--po/cs_CZ.po6
-rw-r--r--po/da_DK.po6
-rw-r--r--po/de_DE.po6
-rw-r--r--po/el_GR.po6
-rw-r--r--po/es_ES.po6
-rw-r--r--po/et_EE.po6
-rw-r--r--po/fi_FI.po6
-rw-r--r--po/fr_FR.po6
-rw-r--r--po/hr_HR.po6
-rw-r--r--po/hu_HU.po6
-rw-r--r--po/it_IT.po6
-rw-r--r--po/lt_LT.po6
-rw-r--r--po/nl_NL.po6
-rw-r--r--po/nn_NO.po6
-rw-r--r--po/pl_PL.po6
-rw-r--r--po/pt_PT.po6
-rw-r--r--po/ro_RO.po6
-rw-r--r--po/ru_RU.po6
-rw-r--r--po/sk_SK.po6
-rw-r--r--po/sl_SI.po6
-rw-r--r--po/sv_SE.po6
-rw-r--r--po/tr_TR.po6
24 files changed, 142 insertions, 1 deletions
diff --git a/pages/edit_searchtimer.ecpp b/pages/edit_searchtimer.ecpp
index a81a15a..485f536 100644
--- a/pages/edit_searchtimer.ecpp
+++ b/pages/edit_searchtimer.ecpp
@@ -427,7 +427,8 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html");
document.getElementById("useassearchtimer").options[document.getElementById("useassearchtimer").selectedIndex].value > 0) ?
"block" : "none";
document.getElementById("searchtimermode3settings").style.display =
- (selection.options[selection.selectedIndex].value == 2 &
+ ((selection.options[selection.selectedIndex].value == 2 ||
+ selection.options[selection.selectedIndex].value == 3) &
document.getElementById("useassearchtimer").options[document.getElementById("useassearchtimer").selectedIndex].value > 0) ?
"block" : "none";
}
@@ -751,7 +752,9 @@ 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="3" <{ SELECTIF(searchtimeraction == 3) }> ><$ tr("Announce and Switch") $></option>
<option value="4" <{ SELECTIF(searchtimeraction == 4) }> ><$ tr("Announce via email") $></option>
+ <option value="5" <{ SELECTIF(searchtimeraction == 5) }> ><$ tr("Inactive Record") $></option>
</select>
</div>
<div id="searchtimermode1settings" style="display: none">
diff --git a/po/ca_ES.po b/po/ca_ES.po
index a4c8dd6..fd93505 100644
--- a/po/ca_ES.po
+++ b/po/ca_ES.po
@@ -337,9 +337,15 @@ msgstr ""
msgid "Switch only"
msgstr ""
+msgid "Announce and Switch"
+msgstr ""
+
msgid "Announce via email"
msgstr ""
+msgid "Inactive Record"
+msgstr ""
+
msgid "Series recording"
msgstr ""
diff --git a/po/cs_CZ.po b/po/cs_CZ.po
index 03aa39a..f9ddc1f 100644
--- a/po/cs_CZ.po
+++ b/po/cs_CZ.po
@@ -343,9 +343,15 @@ msgstr "Pouze upozornit"
msgid "Switch only"
msgstr "Přepnout"
+msgid "Announce and Switch"
+msgstr ""
+
msgid "Announce via email"
msgstr ""
+msgid "Inactive Record"
+msgstr ""
+
msgid "Series recording"
msgstr "Nahrávání seriálu"
diff --git a/po/da_DK.po b/po/da_DK.po
index f4a42b6..3f97f31 100644
--- a/po/da_DK.po
+++ b/po/da_DK.po
@@ -335,9 +335,15 @@ msgstr ""
msgid "Switch only"
msgstr ""
+msgid "Announce and Switch"
+msgstr ""
+
msgid "Announce via email"
msgstr ""
+msgid "Inactive Record"
+msgstr ""
+
msgid "Series recording"
msgstr ""
diff --git a/po/de_DE.po b/po/de_DE.po
index ea44e19..eb7a3e3 100644
--- a/po/de_DE.po
+++ b/po/de_DE.po
@@ -337,9 +337,15 @@ msgstr "Nur ankündigen"
msgid "Switch only"
msgstr "Nur umschalten"
+msgid "Announce and Switch"
+msgstr "Ankündigen und umschalten"
+
msgid "Announce via email"
msgstr "Mit E-Mail ankündigen"
+msgid "Inactive Record"
+msgstr "Deaktiviert"
+
msgid "Series recording"
msgstr "Serienaufnahme"
diff --git a/po/el_GR.po b/po/el_GR.po
index d6b18af..854c600 100644
--- a/po/el_GR.po
+++ b/po/el_GR.po
@@ -335,9 +335,15 @@ msgstr ""
msgid "Switch only"
msgstr ""
+msgid "Announce and Switch"
+msgstr ""
+
msgid "Announce via email"
msgstr ""
+msgid "Inactive Record"
+msgstr ""
+
msgid "Series recording"
msgstr ""
diff --git a/po/es_ES.po b/po/es_ES.po
index 53c50c8..7930de3 100644
--- a/po/es_ES.po
+++ b/po/es_ES.po
@@ -335,9 +335,15 @@ msgstr "nicamente avisar"
msgid "Switch only"
msgstr "nicamente cambiar"
+msgid "Announce and Switch"
+msgstr ""
+
msgid "Announce via email"
msgstr ""
+msgid "Inactive Record"
+msgstr ""
+
msgid "Series recording"
msgstr "Grabacin de series"
diff --git a/po/et_EE.po b/po/et_EE.po
index 183b942..b5d91bf 100644
--- a/po/et_EE.po
+++ b/po/et_EE.po
@@ -335,9 +335,15 @@ msgstr ""
msgid "Switch only"
msgstr ""
+msgid "Announce and Switch"
+msgstr ""
+
msgid "Announce via email"
msgstr ""
+msgid "Inactive Record"
+msgstr ""
+
msgid "Series recording"
msgstr ""
diff --git a/po/fi_FI.po b/po/fi_FI.po
index 842c12a..d0a755d 100644
--- a/po/fi_FI.po
+++ b/po/fi_FI.po
@@ -335,9 +335,15 @@ msgstr "Muistutus"
msgid "Switch only"
msgstr "Kanavanvaihto"
+msgid "Announce and Switch"
+msgstr ""
+
msgid "Announce via email"
msgstr ""
+msgid "Inactive Record"
+msgstr ""
+
msgid "Series recording"
msgstr "Sarjatallennus"
diff --git a/po/fr_FR.po b/po/fr_FR.po
index a9b9900..3b39f8c 100644
--- a/po/fr_FR.po
+++ b/po/fr_FR.po
@@ -342,9 +342,15 @@ msgstr "Annoncer seulement le dbut de l'mission"
msgid "Switch only"
msgstr "Seulement changer de chaine"
+msgid "Announce and Switch"
+msgstr ""
+
msgid "Announce via email"
msgstr ""
+msgid "Inactive Record"
+msgstr ""
+
msgid "Series recording"
msgstr "Enregistrement de srie"
diff --git a/po/hr_HR.po b/po/hr_HR.po
index 77a0dbd..21165a7 100644
--- a/po/hr_HR.po
+++ b/po/hr_HR.po
@@ -336,9 +336,15 @@ msgstr ""
msgid "Switch only"
msgstr ""
+msgid "Announce and Switch"
+msgstr ""
+
msgid "Announce via email"
msgstr ""
+msgid "Inactive Record"
+msgstr ""
+
msgid "Series recording"
msgstr ""
diff --git a/po/hu_HU.po b/po/hu_HU.po
index 1392140..01bfee2 100644
--- a/po/hu_HU.po
+++ b/po/hu_HU.po
@@ -336,9 +336,15 @@ msgstr ""
msgid "Switch only"
msgstr ""
+msgid "Announce and Switch"
+msgstr ""
+
msgid "Announce via email"
msgstr ""
+msgid "Inactive Record"
+msgstr ""
+
msgid "Series recording"
msgstr ""
diff --git a/po/it_IT.po b/po/it_IT.po
index e7984f2..6c69cf1 100644
--- a/po/it_IT.po
+++ b/po/it_IT.po
@@ -341,9 +341,15 @@ msgstr "Solo annuncio"
msgid "Switch only"
msgstr "Solo cambio canale"
+msgid "Announce and Switch"
+msgstr ""
+
msgid "Announce via email"
msgstr ""
+msgid "Inactive Record"
+msgstr ""
+
msgid "Series recording"
msgstr "Registrazioni in serie"
diff --git a/po/lt_LT.po b/po/lt_LT.po
index 3f2a925..b22a5f1 100644
--- a/po/lt_LT.po
+++ b/po/lt_LT.po
@@ -337,9 +337,15 @@ msgstr "Tik pristato"
msgid "Switch only"
msgstr "Tik pereina"
+msgid "Announce and Switch"
+msgstr ""
+
msgid "Announce via email"
msgstr ""
+msgid "Inactive Record"
+msgstr ""
+
msgid "Series recording"
msgstr "Įrašai"
diff --git a/po/nl_NL.po b/po/nl_NL.po
index 59584da..e1e4d0e 100644
--- a/po/nl_NL.po
+++ b/po/nl_NL.po
@@ -341,9 +341,15 @@ msgstr "Alleen aankondigen (geen timer)"
msgid "Switch only"
msgstr ""
+msgid "Announce and Switch"
+msgstr ""
+
msgid "Announce via email"
msgstr ""
+msgid "Inactive Record"
+msgstr ""
+
msgid "Series recording"
msgstr "Serie's opnemen"
diff --git a/po/nn_NO.po b/po/nn_NO.po
index f8bb971..2e728e7 100644
--- a/po/nn_NO.po
+++ b/po/nn_NO.po
@@ -336,9 +336,15 @@ msgstr ""
msgid "Switch only"
msgstr ""
+msgid "Announce and Switch"
+msgstr ""
+
msgid "Announce via email"
msgstr ""
+msgid "Inactive Record"
+msgstr ""
+
msgid "Series recording"
msgstr ""
diff --git a/po/pl_PL.po b/po/pl_PL.po
index 71a0275..f216281 100644
--- a/po/pl_PL.po
+++ b/po/pl_PL.po
@@ -335,9 +335,15 @@ msgstr "Tylko powiadomienie"
msgid "Switch only"
msgstr "Tylko przecz"
+msgid "Announce and Switch"
+msgstr ""
+
msgid "Announce via email"
msgstr ""
+msgid "Inactive Record"
+msgstr ""
+
msgid "Series recording"
msgstr "Nagrywanie serii"
diff --git a/po/pt_PT.po b/po/pt_PT.po
index 441df35..9296a4d 100644
--- a/po/pt_PT.po
+++ b/po/pt_PT.po
@@ -335,9 +335,15 @@ msgstr ""
msgid "Switch only"
msgstr ""
+msgid "Announce and Switch"
+msgstr ""
+
msgid "Announce via email"
msgstr ""
+msgid "Inactive Record"
+msgstr ""
+
msgid "Series recording"
msgstr ""
diff --git a/po/ro_RO.po b/po/ro_RO.po
index 216d5c5..360103b 100644
--- a/po/ro_RO.po
+++ b/po/ro_RO.po
@@ -336,9 +336,15 @@ msgstr ""
msgid "Switch only"
msgstr ""
+msgid "Announce and Switch"
+msgstr ""
+
msgid "Announce via email"
msgstr ""
+msgid "Inactive Record"
+msgstr ""
+
msgid "Series recording"
msgstr ""
diff --git a/po/ru_RU.po b/po/ru_RU.po
index 3a79cff..7cab53f 100644
--- a/po/ru_RU.po
+++ b/po/ru_RU.po
@@ -335,9 +335,15 @@ msgstr "Только объявлять"
msgid "Switch only"
msgstr "Только переключать"
+msgid "Announce and Switch"
+msgstr ""
+
msgid "Announce via email"
msgstr ""
+msgid "Inactive Record"
+msgstr ""
+
msgid "Series recording"
msgstr "Запись серий"
diff --git a/po/sk_SK.po b/po/sk_SK.po
index 0a092c2..7d96ba0 100644
--- a/po/sk_SK.po
+++ b/po/sk_SK.po
@@ -336,9 +336,15 @@ msgstr "Len oznamova"
msgid "Switch only"
msgstr "Iba prepna"
+msgid "Announce and Switch"
+msgstr ""
+
msgid "Announce via email"
msgstr ""
+msgid "Inactive Record"
+msgstr ""
+
msgid "Series recording"
msgstr "Sriov nahrvky"
diff --git a/po/sl_SI.po b/po/sl_SI.po
index e41fd6b..f52a843 100644
--- a/po/sl_SI.po
+++ b/po/sl_SI.po
@@ -336,9 +336,15 @@ msgstr ""
msgid "Switch only"
msgstr ""
+msgid "Announce and Switch"
+msgstr ""
+
msgid "Announce via email"
msgstr ""
+msgid "Inactive Record"
+msgstr ""
+
msgid "Series recording"
msgstr ""
diff --git a/po/sv_SE.po b/po/sv_SE.po
index c6b2e6e..dc6a65c 100644
--- a/po/sv_SE.po
+++ b/po/sv_SE.po
@@ -335,9 +335,15 @@ msgstr "Publicera endast"
msgid "Switch only"
msgstr "Byt endast"
+msgid "Announce and Switch"
+msgstr ""
+
msgid "Announce via email"
msgstr ""
+msgid "Inactive Record"
+msgstr ""
+
msgid "Series recording"
msgstr "Serieinspelning"
diff --git a/po/tr_TR.po b/po/tr_TR.po
index 5fffbce..0d8c4b0 100644
--- a/po/tr_TR.po
+++ b/po/tr_TR.po
@@ -336,9 +336,15 @@ msgstr ""
msgid "Switch only"
msgstr ""
+msgid "Announce and Switch"
+msgstr ""
+
msgid "Announce via email"
msgstr ""
+msgid "Inactive Record"
+msgstr ""
+
msgid "Series recording"
msgstr ""