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.

SVN:trunk[2137]
This commit is contained in:
Denis Flaven
2012-07-27 10:04:08 +00:00
parent 148df28345
commit e726420a94
2 changed files with 12 additions and 3 deletions

View File

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

View File

@@ -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',