Fix translate voucher_import_tool.js

This commit is contained in:
Bárbara Perretti 2013-09-30 18:39:43 -03:00
parent 48dbeb63b8
commit e37cc01d16

View File

@ -9,7 +9,7 @@ wn.pages['voucher-import-tool'].onload = function(wrapper) {
});
$(wrapper).find('.layout-main').html('<p class="help">'+wn._('Import multiple accounting entries via CSV (spreadsheet) file:')+'</p>'+
'<h3>'+wn._('1. Download Template')+'</h3><br>'+
'<h3> 1.'+wn._(' Download Template')+'</h3><br>'+
'<div style="padding-left: 30px;">'+
'<button class="btn btn-default btn-download-two-accounts">'+wn._('Download')+'</button>'+
'<p class="help">'+wn._('Import multiple vouchers with one debit and one credit entry')+'</p>'+
@ -19,7 +19,7 @@ wn.pages['voucher-import-tool'].onload = function(wrapper) {
'<p class="help">'+wn._('Import multiple vouchers with multiple accounts')+'</p>'+
'</div>'+
'<hr>'+
'<h3>'+wn._('2. Upload')+'</h3><br>'+
'<h3> 2.'+wn._(' Upload')+'</h3><br>'+
'<div style="padding-left: 30px;">'+
'<p class="help">'+wn._('Upload file in CSV format with UTF-8 encoding')+'</p>'+
'<div id="voucher-upload"></div>'+