Added missing string translation capability to print templates for
- Bills, Current
- Bills, Historical
- Bills, Payment
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
* payment.xact.copy_barcode - Item barcode
* payment.xact.title - Item title
-->
-Welcome to {{current_location.name}}!<br/>
-A receipt of your transaction:<hr/>
+[% l('Welcome to [_1]', '{{current_location.name}}') %]<br/>
+[% l('A receipt of your transaction:') %]<hr/>
<table style="width:100%">
<tr>
xact.call_number.owning_lib.name - The owning library's name
xact.call_number.owning_lib.shortname - The owning library's shortname
-->
-Welcome to {{current_location.name}}!<br/>
-You have the following bills:
+[% l('Welcome to [_1]', '{{current_location.name}}') %]<br/>
+[% l('You have the following bills:') %]
<hr/>
<dl>
<div ng-repeat="xact in transactions">
xact.call_number.owning_lib.shortname - The owning library's shortname
-->
-Welcome to {{current_location.name}}!<br/>
-You had the following bills:
+[% l('Welcome to [_1]', '{{current_location.name}}') %]<br/>
+[% l('You had the following bills:') %]
<hr/>
<dl>
<div ng-repeat="xact in transactions">
- <dt><b>Bill #{{xact.id}}</b></dt>
+ <dt><b>[% l('Bill') %] #{{xact.id}}</b></dt>
<dd>
<table>
<tr valign="top">