Skip to content
Snippets Groups Projects
Commit edbea6ea authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Trad: Better translation

parent 0711ca2e
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ ProposalsOpened=Opened quotations ...@@ -9,6 +9,7 @@ ProposalsOpened=Opened quotations
Prop=Quotations Prop=Quotations
CommercialProposal=Quotation CommercialProposal=Quotation
CommercialProposals=Quotations CommercialProposals=Quotations
ProposalCard=Quotation card
ProposalContact=Quotation contact ProposalContact=Quotation contact
NewProp=New quotation NewProp=New quotation
NewProposal=New quotation NewProposal=New quotation
......
...@@ -9,6 +9,7 @@ ProposalsOpened=Opened commercial proposals ...@@ -9,6 +9,7 @@ ProposalsOpened=Opened commercial proposals
Prop=Commercial proposals Prop=Commercial proposals
CommercialProposal=Commercial proposal CommercialProposal=Commercial proposal
CommercialProposals=Commercial proposals CommercialProposals=Commercial proposals
ProposalCard=Proposal card
ProposalContact=Proposal contact ProposalContact=Proposal contact
NewProp=New commercial proposal NewProp=New commercial proposal
NewProposal=New commercial proposal NewProposal=New commercial proposal
......
...@@ -9,6 +9,7 @@ Prop=Propositions commerc. ...@@ -9,6 +9,7 @@ Prop=Propositions commerc.
CommercialProposal=Proposition commerciale CommercialProposal=Proposition commerciale
CommercialProposals=Propositions commerciales CommercialProposals=Propositions commerciales
ProposalsOpened=Propositions commerciales ouvertes ProposalsOpened=Propositions commerciales ouvertes
ProposalCard=Fiche proposition
ProposalContact=Contact proposition ProposalContact=Contact proposition
NewProp=Nouvelle proposition commerciale NewProp=Nouvelle proposition commerciale
NewProposal=Nouvelle proposition commerciale NewProposal=Nouvelle proposition commerciale
......
...@@ -37,7 +37,7 @@ function propal_prepare_head($propal) ...@@ -37,7 +37,7 @@ function propal_prepare_head($propal)
$head = array(); $head = array();
$head[$h][0] = DOL_URL_ROOT.'/comm/propal.php?id='.$propal->id; $head[$h][0] = DOL_URL_ROOT.'/comm/propal.php?id='.$propal->id;
$head[$h][1] = $langs->trans('CommercialCard'); $head[$h][1] = $langs->trans('ProposalCard');
$head[$h][2] = 'comm'; $head[$h][2] = 'comm';
$h++; $h++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment