From b8d5e811a4eafe1afb240553d04294c9579c85b2 Mon Sep 17 00:00:00 2001 From: vdumas Date: Tue, 18 Apr 2023 17:01:19 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B03191=20-=20Introduce=20summary=20cards?= =?UTF-8?q?=20-=20FR=20dico?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ui/pages/preferences/en.dictionary.itop.preferences.php | 4 ++-- .../ui/pages/preferences/fr.dictionary.itop.preferences.php | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) 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',