From fc641b39edac1b5ff21db8c3b9612a8ed15e82db Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Sat, 2 Jan 2021 11:14:51 -0500 Subject: Fix translation inconsistencies (#3316) Translation inconsistencies mentioned in ticket #1783 have been addressed. We need to think if we drop one of the strings to avoid translation duplication. See #1783 --- app/i18n/fr/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/i18n/fr/index.php') diff --git a/app/i18n/fr/index.php b/app/i18n/fr/index.php index aadec8e35..1197643ed 100644 --- a/app/i18n/fr/index.php +++ b/app/i18n/fr/index.php @@ -19,8 +19,8 @@ return array( 'add' => 'Vous pouvez ajouter des flux.', 'empty' => 'Il n’y a aucun article à afficher.', 'rss_of' => 'Flux RSS de %s', - 'title' => 'Vos flux RSS', - 'title_fav' => 'Vos favoris', + 'title' => 'Flux principal', + 'title_fav' => 'Favoris', 'title_global' => 'Vue globale', ), 'log' => array( -- cgit v1.2.3