diff --git a/dictionaries/ui/layouts/fr.dictionary.itop.tab-container.php b/dictionaries/ui/layouts/fr.dictionary.itop.tab-container.php index 626707306c..4101d49d56 100644 --- a/dictionaries/ui/layouts/fr.dictionary.itop.tab-container.php +++ b/dictionaries/ui/layouts/fr.dictionary.itop.tab-container.php @@ -5,6 +5,6 @@ */ Dict::Add('FR FR', 'French', 'Français', [ - 'UIBlock:Error:AddBlockNotTabForbidden' => 'Cannot add block %1$s to %2$s (only Tab blocks are allowed)~~', - 'UIBlock:TabContainer:RemoteTabLoad' => 'Click to load this tab~~', + 'UIBlock:Error:AddBlockNotTabForbidden' => 'Impossible d\'ajouter le bloc %1$s à %2$s (seul les blocs de type Tab sont autorisés) : Veuillez contacter votre administrateur', + 'UIBlock:TabContainer:RemoteTabLoad' => 'Cliquez pour charger cet onglet', ]);