diff --git a/htdocs/comm/propal/card.php b/htdocs/comm/propal/card.php index 0f84fdd5552..3e5d278ec5d 100644 --- a/htdocs/comm/propal/card.php +++ b/htdocs/comm/propal/card.php @@ -1325,17 +1325,17 @@ if (empty($reshook)) $object->setProject(GETPOST('projectid', 'int')); } - // Delai de livraison + // Delivery time elseif ($action == 'setavailability' && $usercancreate) { $result = $object->set_availability($user, GETPOST('availability_id', 'int')); } - // Origine de la propale + // Origin of the commercial proposal elseif ($action == 'setdemandreason' && $usercancreate) { $result = $object->set_demand_reason($user, GETPOST('demand_reason_id', 'int')); } - // Conditions de reglement + // Terms of payment elseif ($action == 'setconditions' && $usercancreate) { $result = $object->setPaymentTerms(GETPOST('cond_reglement_id', 'int')); } @@ -1348,7 +1348,7 @@ if (empty($reshook)) $result = $object->set_remise_absolue($user, $_POST['remise_absolue']); } - // Mode de reglement + // Payment choice elseif ($action == 'setmode' && $usercancreate) { $result = $object->setPaymentMethods(GETPOST('mode_reglement_id', 'int')); } @@ -1413,7 +1413,7 @@ if (empty($reshook)) } } - // Bascule du statut d'un contact + // Toggle the status of a contact elseif ($action == 'swapstatut') { if ($object->fetch($id) > 0) { $result = $object->swapContactStatus(GETPOST('ligne')); @@ -1422,7 +1422,7 @@ if (empty($reshook)) } } - // Efface un contact + // Delete a contact elseif ($action == 'deletecontact') { $object->fetch($id); $result = $object->delete_contact($lineid); @@ -1600,7 +1600,7 @@ if ($action == 'create') $form->select_contacts($soc->id, $contactid, 'contactid', 1, $srccontactslist); print ''; - // Ligne info remises tiers + // Third party discounts info line print '