mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Better translation
This commit is contained in:
parent
3db7bd7624
commit
652d715fdc
|
|
@ -913,7 +913,7 @@ if (empty($action) || $action == 'view') {
|
|||
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);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user