diff options
-rw-r--r-- | pages/timerconflicts.ecpp | 4 | ||||
-rw-r--r-- | po/ca_ES.po | 3 | ||||
-rw-r--r-- | po/cs_CZ.po | 3 | ||||
-rw-r--r-- | po/da_DK.po | 3 | ||||
-rw-r--r-- | po/de_DE.po | 3 | ||||
-rw-r--r-- | po/el_GR.po | 3 | ||||
-rw-r--r-- | po/es_ES.po | 3 | ||||
-rw-r--r-- | po/et_EE.po | 3 | ||||
-rw-r--r-- | po/fi_FI.po | 4 | ||||
-rw-r--r-- | po/fr_FR.po | 4 | ||||
-rw-r--r-- | po/hr_HR.po | 3 | ||||
-rw-r--r-- | po/hu_HU.po | 3 | ||||
-rw-r--r-- | po/it_IT.po | 4 | ||||
-rw-r--r-- | po/nl_NL.po | 4 | ||||
-rw-r--r-- | po/nn_NO.po | 3 | ||||
-rw-r--r-- | po/pl_PL.po | 3 | ||||
-rw-r--r-- | po/pt_PT.po | 3 | ||||
-rw-r--r-- | po/ro_RO.po | 3 | ||||
-rw-r--r-- | po/ru_RU.po | 3 | ||||
-rw-r--r-- | po/sl_SI.po | 3 | ||||
-rw-r--r-- | po/sv_SE.po | 3 | ||||
-rw-r--r-- | po/tr_TR.po | 3 |
22 files changed, 71 insertions, 0 deletions
diff --git a/pages/timerconflicts.ecpp b/pages/timerconflicts.ecpp index c69394f..58b1993 100644 --- a/pages/timerconflicts.ecpp +++ b/pages/timerconflicts.ecpp @@ -40,6 +40,9 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); <& pageelems.logo &> <& menu active=("timersconflicts")> <div class="inhalt"> +% if (timerConflicts.size() == 0) { + <$ tr("No timer conflicts") $> +% } else { <table class="listing" cellspacing="0" cellpadding="0"> <%cpp> for (TimerConflicts::iterator conflict = timerConflicts.begin(); conflict != timerConflicts.end(); ++conflict) { @@ -119,6 +122,7 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); } </%cpp> </table> +% } </div> </body> </html> diff --git a/po/ca_ES.po b/po/ca_ES.po index 8098b7e..2d48035 100644 --- a/po/ca_ES.po +++ b/po/ca_ES.po @@ -689,6 +689,9 @@ msgstr "" msgid "Timer conflicts" msgstr "" +msgid "No timer conflicts" +msgstr "" + msgid "Timer has a conflict." msgstr "" diff --git a/po/cs_CZ.po b/po/cs_CZ.po index 743c2e7..7cf26a6 100644 --- a/po/cs_CZ.po +++ b/po/cs_CZ.po @@ -687,6 +687,9 @@ msgstr "" msgid "Timer conflicts" msgstr "" +msgid "No timer conflicts" +msgstr "" + msgid "Timer has a conflict." msgstr "" diff --git a/po/da_DK.po b/po/da_DK.po index d59304a..3e811f9 100644 --- a/po/da_DK.po +++ b/po/da_DK.po @@ -687,6 +687,9 @@ msgstr "" msgid "Timer conflicts" msgstr "" +msgid "No timer conflicts" +msgstr "" + msgid "Timer has a conflict." msgstr "" diff --git a/po/de_DE.po b/po/de_DE.po index e6ef178..05688dc 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -689,6 +689,9 @@ msgstr "Thema" msgid "Timer conflicts" msgstr "Timer-Konflikte" +msgid "No timer conflicts" +msgstr "Keine Timer-Konflikte" + msgid "Timer has a conflict." msgstr "Timer hat einen Konflikt." diff --git a/po/el_GR.po b/po/el_GR.po index 050db7f..fae5ae0 100644 --- a/po/el_GR.po +++ b/po/el_GR.po @@ -687,6 +687,9 @@ msgstr "" msgid "Timer conflicts" msgstr "" +msgid "No timer conflicts" +msgstr "" + msgid "Timer has a conflict." msgstr "" diff --git a/po/es_ES.po b/po/es_ES.po index 2753cee..013e0aa 100644 --- a/po/es_ES.po +++ b/po/es_ES.po @@ -687,6 +687,9 @@ msgstr "" msgid "Timer conflicts" msgstr "" +msgid "No timer conflicts" +msgstr "" + msgid "Timer has a conflict." msgstr "" diff --git a/po/et_EE.po b/po/et_EE.po index c1c100a..ae487d1 100644 --- a/po/et_EE.po +++ b/po/et_EE.po @@ -687,6 +687,9 @@ msgstr "" msgid "Timer conflicts" msgstr "" +msgid "No timer conflicts" +msgstr "" + msgid "Timer has a conflict." msgstr "" diff --git a/po/fi_FI.po b/po/fi_FI.po index 8b2c006..a07ad98 100644 --- a/po/fi_FI.po +++ b/po/fi_FI.po @@ -691,6 +691,10 @@ msgid "Timer conflicts" msgstr "Aktiivinen ajastin" #, fuzzy +msgid "No timer conflicts" +msgstr "Aktiivinen ajastin" + +#, fuzzy msgid "Timer has a conflict." msgstr "Aktiivinen ajastin" diff --git a/po/fr_FR.po b/po/fr_FR.po index f2058dd..f5da64c 100644 --- a/po/fr_FR.po +++ b/po/fr_FR.po @@ -692,6 +692,10 @@ msgid "Timer conflicts" msgstr "Programmation est active." #, fuzzy +msgid "No timer conflicts" +msgstr "Programmation est active." + +#, fuzzy msgid "Timer has a conflict." msgstr "Programmation est active." diff --git a/po/hr_HR.po b/po/hr_HR.po index 1ad6c68..e4c9939 100644 --- a/po/hr_HR.po +++ b/po/hr_HR.po @@ -688,6 +688,9 @@ msgstr "" msgid "Timer conflicts" msgstr "" +msgid "No timer conflicts" +msgstr "" + msgid "Timer has a conflict." msgstr "" diff --git a/po/hu_HU.po b/po/hu_HU.po index 9b7306d..2927a6a 100644 --- a/po/hu_HU.po +++ b/po/hu_HU.po @@ -688,6 +688,9 @@ msgstr "" msgid "Timer conflicts" msgstr "" +msgid "No timer conflicts" +msgstr "" + msgid "Timer has a conflict." msgstr "" diff --git a/po/it_IT.po b/po/it_IT.po index 4b4c0ef..7d9039f 100644 --- a/po/it_IT.po +++ b/po/it_IT.po @@ -693,6 +693,10 @@ msgid "Timer conflicts" msgstr "Timer attivo." #, fuzzy +msgid "No timer conflicts" +msgstr "Timer attivo." + +#, fuzzy msgid "Timer has a conflict." msgstr "Timer attivo." diff --git a/po/nl_NL.po b/po/nl_NL.po index c2209bf..9214836 100644 --- a/po/nl_NL.po +++ b/po/nl_NL.po @@ -693,6 +693,10 @@ msgid "Timer conflicts" msgstr "Serie's opnemen" #, fuzzy +msgid "No timer conflicts" +msgstr "Serie's opnemen" + +#, fuzzy msgid "Timer has a conflict." msgstr "Serie's opnemen" diff --git a/po/nn_NO.po b/po/nn_NO.po index 86df8ba..b6d186b 100644 --- a/po/nn_NO.po +++ b/po/nn_NO.po @@ -688,6 +688,9 @@ msgstr "" msgid "Timer conflicts" msgstr "" +msgid "No timer conflicts" +msgstr "" + msgid "Timer has a conflict." msgstr "" diff --git a/po/pl_PL.po b/po/pl_PL.po index f32e41d..28e8f76 100644 --- a/po/pl_PL.po +++ b/po/pl_PL.po @@ -687,6 +687,9 @@ msgstr "" msgid "Timer conflicts" msgstr "" +msgid "No timer conflicts" +msgstr "" + msgid "Timer has a conflict." msgstr "" diff --git a/po/pt_PT.po b/po/pt_PT.po index b9de18e..e0f7411 100644 --- a/po/pt_PT.po +++ b/po/pt_PT.po @@ -687,6 +687,9 @@ msgstr "" msgid "Timer conflicts" msgstr "" +msgid "No timer conflicts" +msgstr "" + msgid "Timer has a conflict." msgstr "" diff --git a/po/ro_RO.po b/po/ro_RO.po index 7d924c8..bbeffd2 100644 --- a/po/ro_RO.po +++ b/po/ro_RO.po @@ -688,6 +688,9 @@ msgstr "" msgid "Timer conflicts" msgstr "" +msgid "No timer conflicts" +msgstr "" + msgid "Timer has a conflict." msgstr "" diff --git a/po/ru_RU.po b/po/ru_RU.po index 883ff4d..af4305e 100644 --- a/po/ru_RU.po +++ b/po/ru_RU.po @@ -687,6 +687,9 @@ msgstr "" msgid "Timer conflicts" msgstr "" +msgid "No timer conflicts" +msgstr "" + msgid "Timer has a conflict." msgstr "" diff --git a/po/sl_SI.po b/po/sl_SI.po index cd68470..9b39fff 100644 --- a/po/sl_SI.po +++ b/po/sl_SI.po @@ -688,6 +688,9 @@ msgstr "" msgid "Timer conflicts" msgstr "" +msgid "No timer conflicts" +msgstr "" + msgid "Timer has a conflict." msgstr "" diff --git a/po/sv_SE.po b/po/sv_SE.po index d8e4869..25b3f4b 100644 --- a/po/sv_SE.po +++ b/po/sv_SE.po @@ -688,6 +688,9 @@ msgstr "" msgid "Timer conflicts" msgstr "" +msgid "No timer conflicts" +msgstr "" + msgid "Timer has a conflict." msgstr "" diff --git a/po/tr_TR.po b/po/tr_TR.po index 4d537ad..0cd0888 100644 --- a/po/tr_TR.po +++ b/po/tr_TR.po @@ -688,6 +688,9 @@ msgstr "" msgid "Timer conflicts" msgstr "" +msgid "No timer conflicts" +msgstr "" + msgid "Timer has a conflict." msgstr "" |