From 998f029ef805c73e90543b34192e16d38a23c69c Mon Sep 17 00:00:00 2001 From: levinse Date: Wed, 18 May 2011 01:08:08 +0000 Subject: internationalization/localization, RT12515 --- httemplate/view/cust_main/billing.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'httemplate/view/cust_main/billing.html') diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html index 95ae985b9..fec30f87a 100644 --- a/httemplate/view/cust_main/billing.html +++ b/httemplate/view/cust_main/billing.html @@ -1,4 +1,4 @@ -<% mt('Billing information') |h %> +<% emt('Billing information') |h %> %# If we can't see the unencrypted card, then bill now is an exercise in %# frustration (without some sort of job queue magic to send it to a secure %# machine, anyway) @@ -8,7 +8,7 @@ %# (<% mt('Bill now') |h %>) (<& /elements/bill.html, custnum => $cust_main->custnum, - label => mt('Bill now'), + label => emt('Bill now'), url => $p.'view/cust_main.cgi?'.$cust_main->custnum, &>) % } @@ -170,12 +170,12 @@ % } -% my $yes = mt('yes'); -% my $no = mt('no'); +% my $yes = emt('yes'); +% my $no = emt('no'); % my @exempt_groups = grep /\S/, $conf->config('tax-cust_exempt-groups'); - <% mt('Tax exempt') |h %><% @exempt_groups ? ' ('.mt('all taxes').')' : '' %> + <% mt('Tax exempt') |h %><% @exempt_groups ? ' ('.emt('all taxes').')' : '' %> <% $cust_main->tax ? $yes : $no %> % foreach my $exempt_group ( @exempt_groups ) { @@ -212,7 +212,7 @@ <% mt('Invoice terms') |h %> - <% $cust_main->invoice_terms || mt('Default').' ('. ( $conf->config('invoice_default_terms') || mt('Payable upon receipt') ). ')' %> + <% $cust_main->invoice_terms || emt('Default').' ('. ( $conf->config('invoice_default_terms') || emt('Payable upon receipt') ). ')' %> -- cgit v1.2.1