]> git.sesse.net Git - ccbs/blobdiff - html/templates/add-tournament.tmpl
Switch to English as a default language, and make a matching nb_NO.po instead.
[ccbs] / html / templates / add-tournament.tmpl
index 832167ca6cf733d9384640b7f7140eed3130e741..bf6db09f4c9163d9605ad615acd4316b1bffa220 100644 (file)
@@ -3,7 +3,7 @@
 <form action="do-add-tournament.pl" method="post">
   <table>
     <tr>
-      <th>Sesong:</th>
+      <th>Season:</th>
       <td>
         <select name="season">
 [% FOR season = seasons %]
       </td>
     </tr>
     <tr>
-      <th>Navn:</th>
+      <th>Name:</th>
       <td><input name="name" /></td>
     </tr>
     <tr>
-      <th>Land:</th>
+      <th>Country:</th>
       <td>
         <select name="country">
 [% FOR country = countries %]
       </td>
     </tr>
     <tr>
-      <th>Sted:</th>
+      <th>Place:</th>
       <td><input name="place" /></td>
     </tr>
     <tr>
-      <th>Dato:</th>
+      <th>Date:</th>
       <td><input name="date" /></td>
     </tr>
     <tr>
-      <th>Maskin:</th>
+      <th>Machine:</th>
       <td>
         <select name="machine">
 [% FOR machine = machines %]
@@ -45,7 +45,7 @@
       </td>
     </tr>
     <tr>
-      <th>Scoresystem:</th>
+      <th>Scoring system:</th>
       <td>
         <select name="scoringsystem">
 [% FOR scoringsystem = scoringsystems %]