Skip to content

Commit

Permalink
Use english translation key word for order
Browse files Browse the repository at this point in the history
  • Loading branch information
evarisk-micka committed Jul 25, 2024
1 parent aebf17b commit 93625bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions htdocs/langs/fr_FR/propal.lang
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ NoSigned=Mettre à Non signé
PassedInOpenStatus=a été validé
PropalAlreadyRefused=Proposition déjà refusée
PropalAlreadySigned=Proposition déjà acceptée
CommandeAlreadySigned=Commande déjà signée
OrderAlreadySigned=Commande déjà signée
PropalRefused=Proposition refusée
PropalSigned=Proposition acceptée
CommandeSigned=Commande signée
OrderSigned=Commande signée
ProposalCustomerSignature=Cachet, Date, Signature et mention "Bon pour Accord"
ProposalsStatisticsSuppliers=Statistiques de propositions commerciales
RefusePropal=Refuser la proposition
Expand All @@ -124,4 +124,4 @@ Signed=signé
SignedOnly=Signé seulement
ExpeditionSigned=Envoi signé
SignExpedition=Signer l'envoi
SignCommande=Signer la commande
SignOrder=Signer la commande
6 changes: 3 additions & 3 deletions htdocs/public/onlinesign/newonlinesign.php
Original file line number Diff line number Diff line change
Expand Up @@ -847,12 +847,12 @@
print '<br>';
print img_picto('', 'check', '', false, 0, 0, '', 'size2x') . '<br>';
if ($message == 'signed') {
print '<span class="ok">' . $langs->trans("CommandeSigned") . '</span>';
print '<span class="ok">' . $langs->trans("OrderSigned") . '</span>';

Check failure on line 850 in htdocs/public/onlinesign/newonlinesign.php

View workflow job for this annotation

GitHub Actions / pre-commit / pre-commit

Missing translation; print '<span class="ok">' . $langs->trans("OrderSigned") . '</span>';
} else {
print '<span class="ok">' . $langs->trans("CommandeAlreadySigned") . '</span>';
print '<span class="ok">' . $langs->trans("OrderAlreadySigned") . '</span>';

Check failure on line 852 in htdocs/public/onlinesign/newonlinesign.php

View workflow job for this annotation

GitHub Actions / pre-commit / pre-commit

Missing translation; print '<span class="ok">' . $langs->trans("OrderAlreadySigned") . '</span>';
}
} else {
print '<input type="submit" class="butAction small wraponsmartphone marginbottomonly marginleftonly marginrightonly reposition" value="'.$langs->trans("SignCommande").'">';
print '<input type="submit" class="butAction small wraponsmartphone marginbottomonly marginleftonly marginrightonly reposition" value="'.$langs->trans("SignOrder").'">';

Check failure on line 855 in htdocs/public/onlinesign/newonlinesign.php

View workflow job for this annotation

GitHub Actions / pre-commit / pre-commit

Missing translation; print '<input type="submit" class="butAction small wraponsmartphone marginbottomonly marginleftonly marginrightonly reposition" value="'.$langs->trans("SignOrder").'">';
}
} else {
if ($message == 'signed') {
Expand Down

0 comments on commit 93625bf

Please sign in to comment.