Trad: Better translation
This commit is contained in:
parent
0711ca2eb5
commit
edbea6eaca
@ -9,6 +9,7 @@ ProposalsOpened=Opened quotations
|
||||
Prop=Quotations
|
||||
CommercialProposal=Quotation
|
||||
CommercialProposals=Quotations
|
||||
ProposalCard=Quotation card
|
||||
ProposalContact=Quotation contact
|
||||
NewProp=New quotation
|
||||
NewProposal=New quotation
|
||||
|
||||
@ -9,6 +9,7 @@ ProposalsOpened=Opened commercial proposals
|
||||
Prop=Commercial proposals
|
||||
CommercialProposal=Commercial proposal
|
||||
CommercialProposals=Commercial proposals
|
||||
ProposalCard=Proposal card
|
||||
ProposalContact=Proposal contact
|
||||
NewProp=New commercial proposal
|
||||
NewProposal=New commercial proposal
|
||||
|
||||
@ -9,6 +9,7 @@ Prop=Propositions commerc.
|
||||
CommercialProposal=Proposition commerciale
|
||||
CommercialProposals=Propositions commerciales
|
||||
ProposalsOpened=Propositions commerciales ouvertes
|
||||
ProposalCard=Fiche proposition
|
||||
ProposalContact=Contact proposition
|
||||
NewProp=Nouvelle proposition commerciale
|
||||
NewProposal=Nouvelle proposition commerciale
|
||||
|
||||
@ -37,7 +37,7 @@ function propal_prepare_head($propal)
|
||||
$head = array();
|
||||
|
||||
$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';
|
||||
$h++;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user