diff --git a/dictionaries/ui/pages/preferences/en.dictionary.itop.preferences.php b/dictionaries/ui/pages/preferences/en.dictionary.itop.preferences.php index 41693a7ce..3a552b8ba 100644 --- a/dictionaries/ui/pages/preferences/en.dictionary.itop.preferences.php +++ b/dictionaries/ui/pages/preferences/en.dictionary.itop.preferences.php @@ -24,8 +24,8 @@ Dict::Add('EN US', 'English', 'English', array( 'UI:Preferences:General:Title' => 'General', 'UI:Preferences:General:Theme' => 'Theme', 'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (default)', - 'UI:Favorites:General:ShowSummaryCards' => 'Show summary cards', - 'UI:Favorites:General:ShowSummaryCards+' => 'When hovering an hyperlink targeting an object, display a short summary of the object', + 'UI:Favorites:General:ShowSummaryCards' => 'Show summary cards', + 'UI:Favorites:General:ShowSummaryCards+' => 'When hovering an hyperlink targeting an object, display a short summary of the object, if available for that class', 'UI:Preferences:Lists:Title' => 'Lists', 'UI:Preferences:RichText:Title' => 'Rich text editor', 'UI:Preferences:RichText:ToolbarState' => 'Toolbar default state', diff --git a/dictionaries/ui/pages/preferences/fr.dictionary.itop.preferences.php b/dictionaries/ui/pages/preferences/fr.dictionary.itop.preferences.php index 2fe394cde..babd1f860 100644 --- a/dictionaries/ui/pages/preferences/fr.dictionary.itop.preferences.php +++ b/dictionaries/ui/pages/preferences/fr.dictionary.itop.preferences.php @@ -23,6 +23,8 @@ Dict::Add('FR FR', 'French', 'Français', array( 'UI:Preferences:General:Title' => 'Général', 'UI:Preferences:General:Theme' => 'Thème', 'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (défaut)', + 'UI:Favorites:General:ShowSummaryCards' => 'Afficher un aperçu sur les liens', + 'UI:Favorites:General:ShowSummaryCards+' => 'Quand la souris passe sur un lien vers un objet, une vue synthètique est affichée si elle existe pour cette classe d\'objets', 'UI:Preferences:Lists:Title' => 'Listes', 'UI:Preferences:RichText:Title' => 'Éditeur texte riche', 'UI:Preferences:RichText:ToolbarState' => 'Affichage par défaut de la barre d\'outil',