N°3191 - Introduce summary cards - FR dico

This commit is contained in:
vdumas
2023-04-18 17:01:19 +02:00
parent b31bce7269
commit b8d5e811a4
2 changed files with 4 additions and 2 deletions

View File

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

View File

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