Prechádzať zdrojové kódy

User editable dashboards... implementation in progress

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2037 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 13 rokov pred
rodič
commit
b88007a1ad

+ 2 - 0
dictionaries/dictionary.itop.ui.php

@@ -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...',
 ));
 ?>

+ 2 - 0
dictionaries/fr.dictionary.itop.ui.php

@@ -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...',
+
 ));
 ?>