From 56304d4a7c54c5a9b632076d3000a5201cff669b Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Fri, 2 Mar 2018 10:05:19 +0100 Subject: Add tooltips on share configuration buttons (#1805) Add a tooltip on the add and remove buttons in the share configuration page. --- app/i18n/fr/conf.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/i18n/fr/conf.php') diff --git a/app/i18n/fr/conf.php b/app/i18n/fr/conf.php index b4c39e1ca..402a97b1c 100644 --- a/app/i18n/fr/conf.php +++ b/app/i18n/fr/conf.php @@ -126,6 +126,7 @@ return array( ), 'sharing' => array( '_' => 'Partage', + 'add' => 'Ajouter une méthode de partage', 'blogotext' => 'Blogotext', 'diaspora' => 'Diaspora*', 'email' => 'Courriel', @@ -133,6 +134,7 @@ return array( 'g+' => 'Google+', 'more_information' => 'Plus d’informations', 'print' => 'Print', + 'remove' => 'Supprimer la méthode de partage', 'shaarli' => 'Shaarli', 'share_name' => 'Nom du partage à afficher', 'share_url' => 'URL du partage à utiliser', -- cgit v1.2.3