Add gettext hooks in the templates
[banana.git] / banana / templates / banana-boxlist.inc.tpl
index c0cb3ed..bd5d073 100644 (file)
@@ -2,7 +2,7 @@
 {if $withsubs}
 <form action="{url action=subscribe}" method="post">
 <p style="text-align: center">
-  <input type="submit" name="validsubs" value="Valider" />
+  <input type="submit" name="validsubs" value="{"Valider"|b}" />
 </p>
 {/if}
 <table class="bicol">
     <th></th>
     {/if}
     {if $withstats}
-    <th>Total</th>
-    <th>Nouveaux</th>
+    <th>{"Total"|b}</th>
+    <th>{"Nouveaux"|b}</th>
     {/if}
-    <th>Nom</th>
-    <th>Description</th>
+    <th>{"Nom"|b}</th>
+    <th>{"Description"|b}</th>
   </tr>
   {foreach from=$groups key=name item=grp}
   <tr class="{cycle values="impair,pair"}">
 </table>
 {if $withsubs}
 <p style="text-align: center">
-  <input type="submit" name="validsubs" value="Valider" />
+  <input type="submit" name="validsubs" value="{"Valider"|b}" />
 </p>
 </form>
 {/if}
 {/if}
 
-{* vim:set et sw=2 sts=2 ts=2: *}
+{* vim:set et sw=2 sts=2 ts=2 enc=utf-8: *}