mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Fix lang
This commit is contained in:
@@ -2029,6 +2029,7 @@ Notify_MEMBER_MODIFY
|
||||
Notify_MEMBER_RESILIATE
|
||||
Notify_MEMBER_SUBSCRIPTION
|
||||
Notify_MEMBER_VALIDATE
|
||||
Notify_ORDER_CANCEL
|
||||
Notify_ORDER_CLOSE
|
||||
Notify_ORDER_SENTBYMAIL
|
||||
Notify_ORDER_SUPPLIER_APPROVE
|
||||
|
||||
@@ -189,7 +189,7 @@ print '<form method="post" action="'.$_SERVER["PHP_SELF"].'">';
|
||||
print '<input type="hidden" name="token" value="'.newToken().'">';
|
||||
print '<input type="hidden" name="action" value="setvalue">';
|
||||
|
||||
print '<div class="div-table-responsive">';
|
||||
print '<div class="div-table-responsive-no-min">';
|
||||
print '<table class="noborder centpercent">';
|
||||
print '<tr class="liste_titre">';
|
||||
print '<td>'.$langs->trans("Parameter").'</td>';
|
||||
|
||||
@@ -42,6 +42,7 @@ notiftouserandtofixedemail=To user and fixed mail
|
||||
Notify_ORDER_VALIDATE=Sales order validated
|
||||
Notify_ORDER_SENTBYMAIL=Sales order sent by mail
|
||||
Notify_ORDER_CLOSE=Sales order delivered
|
||||
Notify_ORDER_CANCEL=Sales order canceled
|
||||
Notify_ORDER_SUPPLIER_SENTBYMAIL=Purchase order sent by email
|
||||
Notify_ORDER_SUPPLIER_VALIDATE=Purchase order recorded
|
||||
Notify_ORDER_SUPPLIER_APPROVE=Purchase order approved
|
||||
|
||||
Reference in New Issue
Block a user