From 7ef2fd3a49be19a184202292fe3f3df1756d440a Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Tue, 19 Feb 2008 21:04:22 +0100 Subject: Made live compilable with VDR version pre 1.5.7. Updated generated i18n.h file. --- pages/timerconflicts.ecpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'pages/timerconflicts.ecpp') diff --git a/pages/timerconflicts.ecpp b/pages/timerconflicts.ecpp index 58b1993..e27e6f7 100644 --- a/pages/timerconflicts.ecpp +++ b/pages/timerconflicts.ecpp @@ -56,10 +56,10 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); -
<$ trVDR("Channel") $>
-
<$ trVDR("Start") $>
-
<$ trVDR("Stop") $>
-
<$ trVDR("File") $>
+
<$ tr("Channel") $>
+
<$ tr("Start") $>
+
<$ tr("Stop") $>
+
<$ tr("File") $>
@@ -68,12 +68,12 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); <%cpp> for (std::list::const_iterator timerIndex = confltimer->concurrentTimerIndices.begin(); timerIndex != confltimer->concurrentTimerIndices.end(); ++timerIndex) { cTimer* timer = Timers.Get(*timerIndex-1); - if (!timer) continue; + if (!timer) continue; std::list< int >::const_iterator nexttimerIndex = timerIndex; ++nexttimerIndex; bool bottom = (nexttimerIndex == confltimer->concurrentTimerIndices.end()); - + std::string timerStateImg = "transparent.png"; std::string timerStateHint; if (timer->Index() == confltimer->timerIndex-1) { @@ -97,7 +97,7 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); title = epgEvent->Title(); } - + ">" alt="" <%cpp> if (!timerStateHint.empty()) { <& tooltip.hint text=(timerStateHint) &><%cpp> } > "> ">
<$ FormatDateTime(tr("%I:%M %p"), timer->StartTime()) $>
@@ -112,13 +112,13 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); ">" alt="" <& tooltip.hint text=(tr("Edit timer")) &>> ">" alt="" <& tooltip.hint text=(tr("Delete timer")) &>> -% } +% } <%cpp> - } + } } -- cgit v1.2.3