mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°3466 - Add (missing) translations
This commit is contained in:
@@ -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',
|
||||
));
|
||||
|
||||
//
|
||||
|
||||
@@ -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é',
|
||||
));
|
||||
|
||||
//
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user