Преглед изворни кода

The "Preferences" pages now allows a user to:
- change her/his favorite language
- set a global default for the length of all lists, overriding the system-wide configuration.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2137 a333f486-631f-4898-b8df-5754b55c2be0

dflaven пре 13 година
родитељ
комит
eacf4b5d5d
2 измењених фајлова са 12 додато и 3 уклоњено
  1. 6 1
      dictionaries/dictionary.itop.ui.php
  2. 6 2
      dictionaries/fr.dictionary.itop.ui.php

+ 6 - 1
dictionaries/dictionary.itop.ui.php

@@ -951,9 +951,13 @@ When associated with a trigger, each action is given an "order" number, specifyi
 	'UI:Pagination:All' => 'All',
 	'UI:HierarchyOf_Class' => 'Hierarchy of %1$s',
 	'UI:Preferences' => 'Preferences...',
-	'UI:FavoriteOrganizations' => 'My Favorite Organizations',
+	'UI:FavoriteOrganizations' => 'Favorite Organizations',
 	'UI:FavoriteOrganizations+' => 'Check in the list below the organizations that you want to see in the drop-down menu for a quick access. '.
 								   '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:FavoriteLanguage' => 'Language of the User Interface',
+	'UI:Favorites:SelectYourLanguage' => 'Select your preferred language',
+	'UI:FavoriteOtherSettings' => 'Other Settings',
+	'UI:Favorites:Default_X_ItemsPerPage' => 'Default length for lists:  %1$s items per page',
 	'UI:NavigateAwayConfirmationMessage' => 'Any modification will be discarded.',
 	'UI:Create_Class_InState' => 'Create the %1$s in state: ',
 	'UI:OrderByHint_Values' => 'Sort order: %1$s',
@@ -974,5 +978,6 @@ When associated with a trigger, each action is given an "order" number, specifyi
 	'UI:ExtField_AsRemoteField' => '%1$s (%2$s)',
 	'UI:Button:MoveUp' => 'Move Up',
 	'UI:Button:MoveDown' => 'Move Down',
+
 ));
 ?>

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

@@ -794,10 +794,14 @@ Lors de l\'association à un déclencheur, on attribue à chaque action un numé
 	'UI:Pagination:PagesLabel' => 'Pages:',
 	'UI:Pagination:All' => 'Tous',
 	'UI:HierarchyOf_Class' => 'Hiérarchie de type %1$s',
-	'UI:Preferences' => 'Preferences...',
-	'UI:FavoriteOrganizations' => 'Mes Organisations Favorites',
+	'UI:Preferences' => 'Préférences...',
+	'UI:FavoriteOrganizations' => 'Organisations Favorites',
 	'UI:FavoriteOrganizations+' => 'Cochez dans la liste ci-dessous les organisations que vous voulez voir listées dans le menu principal. '.
 								   'Ceci n\'est pas un réglage de sécurité. Les objets de toutes les organisations sont toujours visibles en choisissant "Toutes les Organisations" dans le menu.',
+	'UI:FavoriteLanguage' => 'Langue de l\'interface utilisateur',
+	'UI:Favorites:SelectYourLanguage' => 'Choisissez votre langue préférée',
+	'UI:FavoriteOtherSettings' => 'Autres réglages',
+	'UI:Favorites:Default_X_ItemsPerPage' => 'Longueur par défaut des listes:  %1$s éléments par page',
 	'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',