diff --git a/htdocs/admin/agenda_reminder.php b/htdocs/admin/agenda_reminder.php
index 3af179ba2e7..43e031a8ce9 100644
--- a/htdocs/admin/agenda_reminder.php
+++ b/htdocs/admin/agenda_reminder.php
@@ -148,8 +148,8 @@ elseif ($action == 'setdoc')
{
if (dolibarr_set_const($db, "ACTION_EVENT_ADDON_PDF", $value, 'chaine', 0, '', $conf->entity))
{
- // La constante qui a ete lue en avant du nouveau set
- // on passe donc par une variable pour avoir un affichage coherent
+ // The constant that has been read in front of the new set
+ // is therefore passed through a variable to have a coherent display
$conf->global->ACTION_EVENT_ADDON_PDF = $value;
}
diff --git a/htdocs/admin/boxes.php b/htdocs/admin/boxes.php
index 2e81a2c6dad..796d9c7a42b 100644
--- a/htdocs/admin/boxes.php
+++ b/htdocs/admin/boxes.php
@@ -63,7 +63,7 @@ if ($action == 'add') {
{
$pos = $boxid['pos'];
- // Initialize distinct fkuser with all already existing values of fk_user (user that use a personalized view of boxes for page "pos")
+ // Initialize distinct fk_user with all already existing values of fk_user (user that use a personalized view of boxes for page "pos")
$distinctfkuser=array();
if (! $error)
{
@@ -225,8 +225,8 @@ print load_fiche_titre($langs->trans("Boxes"), '', 'title_setup');
print $langs->trans("BoxesDesc")." ".$langs->trans("OnlyActiveElementsAreShown")."
\n";
/*
- * Recherche des boites actives par defaut pour chaque position possible
- * On stocke les boites actives par defaut dans $boxes[position][id_boite]=1
+ * Search for the default active boxes for each possible position
+ * We store the active boxes by default in $boxes[position][id_boite]=1
*/
$actives = array();
@@ -257,7 +257,7 @@ if ($resql)
array_push($actives, $obj->box_id);
if ($obj->box_order == '' || $obj->box_order == '0' || $decalage) $decalage++;
- // On renumerote l'ordre des boites si l'une d'elle est a ''
+ // We renumber the order of the boxes if one of them is in ''
// This occurs just after an insert.
if ($decalage)
{
@@ -268,7 +268,7 @@ if ($resql)
if ($decalage)
{
- // Si on a renumerote, on corrige champ box_order
+ // If we have renumbered, we correct the field box_order
// This occurs just after an insert.
$sql = "SELECT box_order";
$sql.= " FROM ".MAIN_DB_PREFIX."boxes";
@@ -366,7 +366,7 @@ foreach($boxtoadd as $box)
print ''."\n";
print '
| '.$langs->trans("Parameter").' | '.$langs->trans("Value").' |
| '.$langs->trans("Parameters").' | '.$langs->trans("Value").' |
| '; @@ -110,23 +110,25 @@ if ($action == 'edit') print ' | |
| '; + print ' | |
| '; print $form->textwithpicto($langs->trans("MAIN_MAX_DECIMALS_TOT"), $langs->trans("ParameterActiveForNextInputOnly")); print ' | |
| '.$langs->trans("MAIN_MAX_DECIMALS_SHOWN").' | |
| '.$langs->trans("MAIN_MAX_DECIMALS_SHOWN").' | |
| '; + print ' | |
| '; print $form->textwithpicto($langs->trans("MAIN_ROUNDING_RULE_TOT"), $langs->trans("ParameterActiveForNextInputOnly")); print ' |