Skip to content

Commit

Permalink
Better translation
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jul 13, 2017
1 parent 3db7bd7 commit 652d715
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion htdocs/accountancy/journal/bankjournal.php
Expand Up @@ -913,7 +913,7 @@ function writebookkeeping() {
if ($resultmid) {
$objmid = $db->fetch_object($resultmid);
$variousstatic->fetch($objmid->id);
$ref=$variousstatic->getNomUrl(1);
$ref=$langs->trans("VariousPayment").' '.$variousstatic->getNomUrl(1);
}
else dol_print_error($db);
}
Expand Down
1 change: 1 addition & 0 deletions htdocs/install/mysql/migration/5.0.0-6.0.0.sql
Expand Up @@ -566,5 +566,6 @@ ALTER TABLE llx_blockedlog_authority ADD INDEX signature (signature);

UPDATE llx_bank SET label= '(SupplierInvoicePayment)' WHERE label= 'Règlement fournisseur';
UPDATE llx_bank SET label= '(CustomerInvoicePayment)' WHERE label= 'Règlement client';
UPDATE llx_bank SET label= '(payment_salary)' WHERE label LIKE 'Règlement salaire';

ALTER TABLE llx_mailing_cibles MODIFY COLUMN source_url varchar(255);
8 changes: 4 additions & 4 deletions htdocs/langs/en_US/banks.lang
Expand Up @@ -151,7 +151,7 @@ CheckRejectedAndInvoicesReopened=Check returned and invoices reopened
BankAccountModelModule=Document templates for bank accounts
DocumentModelSepaMandate=Template of SEPA mandate. Usefull for european countries in EEC only.
DocumentModelBan=Template to print a page with BAN information.
NewVariousPayment=New various payment
VariousPayment=Various payment
VariousPayments=Various payments
ShowVariousPayment=Show various payment
NewVariousPayment=New miscellaneous payment
VariousPayment=Miscellaneous payment
VariousPayments=Miscellaneous payments
ShowVariousPayment=Show miscellaneous payment

0 comments on commit 652d715

Please sign in to comment.