N°3466 - Add (missing) translations

This commit is contained in:
bruno-ds
2021-02-16 09:46:04 +01:00
parent e1b2a767f5
commit 0b95220d1b
3 changed files with 5 additions and 1 deletions

View File

@@ -1559,6 +1559,8 @@ When associated with a trigger, each action is given an "order" number, specifyi
'UI:Search:Criteria:Raw:Filtered' => 'Filtered',
'UI:Search:Criteria:Raw:FilteredOn' => 'Filtered on %1$s',
'UI:StateChanged' => 'State changed',
));
//

View File

@@ -1539,6 +1539,8 @@ Lors de l\'association à un déclencheur, on attribue à chaque action un numé
'UI:Search:Criteria:Raw:Filtered' => 'Filtré',
'UI:Search:Criteria:Raw:FilteredOn' => 'Filtré sur %1$s',
'UI:StateChanged' => 'Etat modifié',
));
//

View File

@@ -1210,7 +1210,7 @@ HTML
$sOrigState = utils::ReadPostedParam('obj_state_orig', '');
if ($sTargetState != $sOrigState)
{
$aWarnings[] = 'State changed';
$aWarnings[] = Dict::S('UI:StateChanged');
}
$oObj->Set($sStateAttCode, $sTargetState);
}