]> git.sesse.net Git - ccbs/blobdiff - html/templates/set-active-tournament.tmpl
Switch to English as a default language, and make a matching nb_NO.po instead.
[ccbs] / html / templates / set-active-tournament.tmpl
index cce163ae4b92e2f8b5b04c24bb2acc30e7462428..913aa633039f2f0951d041a95b162eb63a271393 100644 (file)
@@ -1,9 +1,9 @@
 [%# vim:set filetype=html: %]
 [%# vim:set filetype=html: %]
-<h2>Sett aktiv turnering</h2>
+<h2>Set active tournament</h2>
 
 <div>
 
 <div>
-  <p>Denne funksjonen styrer hvilken turnering som er aktiv, dvs. hvilken storskjermen
-    skal vise informasjon fra.</p>
+  <p>This function sets what tournament is active (that is, what the big screen
+  is to show information from).</p>
 
 <form method="post" action="do-set-active-tournament.pl">
   <p>
 
 <form method="post" action="do-set-active-tournament.pl">
   <p>
       <option value="-1"> </option>
 [% END %]
 [% FOR t = tournaments %]
       <option value="-1"> </option>
 [% END %]
 [% FOR t = tournaments %]
-[% IF t.tournament == selected_tournament %]
+[% IF t.tournament == active_tournament %]
       <option value="[% t.tournament %]" selected="selected">[% t.tournamentname %]</option>
 [% ELSE %]
       <option value="[% t.tournament %]">[% t.tournamentname %]</option>
 [% END %]
 [% END %]
     </select>
       <option value="[% t.tournament %]" selected="selected">[% t.tournamentname %]</option>
 [% ELSE %]
       <option value="[% t.tournament %]">[% t.tournamentname %]</option>
 [% END %]
 [% END %]
     </select>
-    <input type="submit" value="Velg" />
+    <input type="submit" value="<_>Select</_>" />
   </p>
 </form>
 
   </p>
 </form>