Support A2Billing :

provided by Star2Billing S.L.

Support A2Billing :
It is currently Thu Mar 28, 2024 9:11 pm
Predictive Dialer


All times are UTC




Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: Small translation changes to A2B_invoice_view.php
PostPosted: Sun Oct 10, 2010 4:55 am 
Offline

Joined: Mon Jan 18, 2010 11:50 pm
Posts: 24
Basically VAT wasn't being translated properly. Here's the diff based on 1.8.1.0.

Index: admin/Public/A2B_invoice_view.php
===================================================================
--- admin/Public/A2B_invoice_view.php (revision 59)
+++ admin/Public/A2B_invoice_view.php (working copy)
@@ -274,7 +274,7 @@
<?php foreach ($vat_array as $key => $val) { ?>
<tr class="vat">
<td class="one"></td>
- <td class="two"><?php echo gettext("VAT $key%:") ?></td>
+ <td class="two"><?php echo gettext("VAT") . " $key%:" ?></td>
<td class="three"><?php echo number_format(round(amount_convert($val),2),2)." $display_curr"; ?></td>
</tr>
<?php } ?>
@@ -296,7 +296,7 @@
<tfoot>
<tr>
<td colspan="3" class="footer">
- <?php echo $company_name." | ".$address.", ".$zipcode." ".$city." ".$country." | VAT nr.".$vat_invoice; ?>
+ <?php echo $company_name." | ".$address.", ".$zipcode." ".$city." ".$country." | ".gettext("VAT nr.").$vat_invoice; ?>
</td>
</tr>
</tfoot>


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 
Hosted Voice Broadcast


All times are UTC


Who is online

Users browsing this forum: No registered users and 13 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group