Bug 23983: Contextualization of 'Order' (verb) vs 'Order' (noun)
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / prog / en / modules / acqui / basket.tt
index 8ce6f16..ef0f43d 100644 (file)
@@ -1,5 +1,7 @@
 [% USE raw %]
 [% USE Asset %]
+[%# USE the plugin and define some macros %]
+[% PROCESS 'i18n.inc' %]
 [% BLOCK csv_export %]
     <div class="btn-group">
         <a id="exportbutton" class="btn btn-default" href="[% script_name | url %]?op=export&amp;basketno=[% basketno | uri %]&amp;booksellerid=[% booksellerid | uri %]"><i class="fa fa-download"></i> Export as CSV</a>
                 <thead>
                     <tr>
                         <th>No.</th>
-                        <th>Order</th>
+                        <th>[% tp('noun', 'Order') | html %]</th>
                         <th>RRP tax exc.</th>
                         <th>Actual cost tax exc.</th>
                         <th>ecost tax exc.</th>
               <thead>
                 <tr>
                   <th>No.</th>
-                  <th>Order</th>
+                  <th>[% tp('noun', 'Order') | html %]</th>
                   <th class="tax_excluded">RRP tax exc.</th>
                   <th class="tax_excluded">ecost tax exc.</th>
                   <th class="tax_included">RRP tax inc.</th>