User editable dashboards... implementation in progress

SVN:trunk[2037]
This commit is contained in:
Denis Flaven
2012-05-25 15:57:55 +00:00
parent e56aac9ef8
commit a970be510b
2 changed files with 4 additions and 0 deletions

View File

@@ -956,6 +956,8 @@ When associated with a trigger, each action is given an "order" number, specifyi
'Note that this is not a security setting, objects from any organization are still visible and can be accessed by selecting "All Organizations" in the drop-down list.',
'UI:NavigateAwayConfirmationMessage' => 'Any modification will be discarded.',
'UI:Create_Class_InState' => 'Create the %1$s in state: ',
'UI:Login:About' => '',
'UI:OrderByHint_Values' => 'Sort order: %1$s',
'UI:Menu:AddToDashboard' => 'Add To Dashboard...',
));
?>

View File

@@ -801,5 +801,7 @@ Lors de l\'association à un déclencheur, on attribue à chaque action un numé
'UI:NavigateAwayConfirmationMessage' => 'Toute modification sera perdue.',
'UI:Create_Class_InState' => 'Créer l\'objet %1$s dans l\'état: ',
'UI:OrderByHint_Values' => 'Ordre de tri: %1$s',
'UI:Menu:AddToDashboard' => 'Ajouter au Tableau de Bord...',
));
?>