Improve translations. Left menu Chiffre d'affaire
This commit is contained in:
parent
0808a8fe04
commit
19371d1725
@ -569,7 +569,7 @@ class MenuLeft {
|
|||||||
if ($leftmenu=="ca") $newmenu->add_submenu(DOL_URL_ROOT."/compta/resultat/compteres.php?leftmenu=ca","Compte de résultat",2,$user->rights->compta->resultat->lire);
|
if ($leftmenu=="ca") $newmenu->add_submenu(DOL_URL_ROOT."/compta/resultat/compteres.php?leftmenu=ca","Compte de résultat",2,$user->rights->compta->resultat->lire);
|
||||||
if ($leftmenu=="ca") $newmenu->add_submenu(DOL_URL_ROOT."/compta/resultat/bilan.php?leftmenu=ca","Bilan",2,$user->rights->compta->resultat->lire);
|
if ($leftmenu=="ca") $newmenu->add_submenu(DOL_URL_ROOT."/compta/resultat/bilan.php?leftmenu=ca","Bilan",2,$user->rights->compta->resultat->lire);
|
||||||
*/
|
*/
|
||||||
if ($leftmenu=="ca") $newmenu->add(DOL_URL_ROOT."/compta/stats/index.php?leftmenu=ca","Chiffre d'affaire",1,$user->rights->compta->resultat->lire||$user->rights->comptaexpert->comptarapport->lire);
|
if ($leftmenu=="ca") $newmenu->add(DOL_URL_ROOT."/compta/stats/index.php?leftmenu=ca",$langs->trans("ReportTurnover"),1,$user->rights->compta->resultat->lire||$user->rights->comptaexpert->comptarapport->lire);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
if ($leftmenu=="ca") $newmenu->add_submenu(DOL_URL_ROOT."/compta/stats/cumul.php?leftmenu=ca","Cumulé",2,$user->rights->compta->resultat->lire);
|
if ($leftmenu=="ca") $newmenu->add_submenu(DOL_URL_ROOT."/compta/stats/cumul.php?leftmenu=ca","Cumulé",2,$user->rights->compta->resultat->lire);
|
||||||
|
|||||||
@ -18,6 +18,7 @@ BillsForSuppliers = Factures de proveïdors
|
|||||||
Income = Ingressos
|
Income = Ingressos
|
||||||
Outcome = Despeses
|
Outcome = Despeses
|
||||||
ReportInOut = Resultat / Exercici
|
ReportInOut = Resultat / Exercici
|
||||||
|
ReportTurnover = Volum de negoci
|
||||||
PaymentsNotLinkedToInvoice = Pagaments vinculats a cap factura, per la qual cosa sense tercer
|
PaymentsNotLinkedToInvoice = Pagaments vinculats a cap factura, per la qual cosa sense tercer
|
||||||
PaymentsNotLinkedToUser = Pagaments no vinculats a un usuari
|
PaymentsNotLinkedToUser = Pagaments no vinculats a un usuari
|
||||||
Profit = Benefici
|
Profit = Benefici
|
||||||
|
|||||||
@ -18,6 +18,7 @@ BillsForSuppliers=Bills for suppliers
|
|||||||
Income=Income
|
Income=Income
|
||||||
Outcome=Outcome
|
Outcome=Outcome
|
||||||
ReportInOut=Income / Outcome
|
ReportInOut=Income / Outcome
|
||||||
|
ReportTurnover=Turnover
|
||||||
PaymentsNotLinkedToInvoice=Payments not linked to any invoice, so not linked to any third party
|
PaymentsNotLinkedToInvoice=Payments not linked to any invoice, so not linked to any third party
|
||||||
PaymentsNotLinkedToUser=Payments not linked to any user
|
PaymentsNotLinkedToUser=Payments not linked to any user
|
||||||
Profit=Profit
|
Profit=Profit
|
||||||
|
|||||||
@ -18,6 +18,7 @@ BillsForSuppliers = Facturas de proveedores
|
|||||||
Income = Ingresos
|
Income = Ingresos
|
||||||
Outcome = Gastos
|
Outcome = Gastos
|
||||||
ReportInOut = Resultado / Ejercicio
|
ReportInOut = Resultado / Ejercicio
|
||||||
|
ReportTurnover=Volumen de negocio
|
||||||
PaymentsNotLinkedToInvoice = Pagos vinculados a ninguna factura, por lo que ninguún tercero
|
PaymentsNotLinkedToInvoice = Pagos vinculados a ninguna factura, por lo que ninguún tercero
|
||||||
PaymentsNotLinkedToUser = Pagos no vinculados a un usuario
|
PaymentsNotLinkedToUser = Pagos no vinculados a un usuario
|
||||||
Profit = Beneficio
|
Profit = Beneficio
|
||||||
|
|||||||
@ -18,6 +18,7 @@ BillsForSuppliers=Factures des fournisseurs
|
|||||||
Income=Recettes
|
Income=Recettes
|
||||||
Outcome=Dépenses
|
Outcome=Dépenses
|
||||||
ReportInOut=Résultat / Exercice
|
ReportInOut=Résultat / Exercice
|
||||||
|
ReportTurnover=Chiffre d'affaire
|
||||||
PaymentsNotLinkedToInvoice=Paiements liés à aucune facture, donc aucun tiers
|
PaymentsNotLinkedToInvoice=Paiements liés à aucune facture, donc aucun tiers
|
||||||
PaymentsNotLinkedToUser=Paiements non liés à un utilisateur
|
PaymentsNotLinkedToUser=Paiements non liés à un utilisateur
|
||||||
Profit=Bénéfice
|
Profit=Bénéfice
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user