From a84e9e50bfe17ab1c84ff22ec7accdfd0b9a76db Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Thu, 11 Dec 2014 21:15:01 +0100 Subject: Fix french i18n for auth and configure views --- app/i18n/fr/index.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'app/i18n/fr/index.php') diff --git a/app/i18n/fr/index.php b/app/i18n/fr/index.php index 0156d4cae..3279543bd 100644 --- a/app/i18n/fr/index.php +++ b/app/i18n/fr/index.php @@ -16,9 +16,6 @@ return array( 'version' => 'Version', 'website' => 'Site Internet', ), - 'entry' => array( - 'by_author' => 'Par %s', - ), 'feed' => array( 'add' => 'Vous pouvez ajouter des flux.', 'empty' => 'Il n’y a aucun article à afficher.', @@ -42,19 +39,21 @@ return array( 'global_view' => 'Vue globale', 'main_stream' => 'Flux principal', 'mark_all_read' => 'Tout marquer comme lu', + 'mark_cat_read' => 'Marquer la catégorie comme lue', + 'mark_feed_read' => 'Marquer le flux comme lu', 'newer_first' => 'Plus récents en premier', 'non-starred' => 'Afficher tout sauf les favoris', 'normal_view' => 'Vue normale', 'older_first' => 'Plus anciens en premier', 'queries' => 'Filtres utilisateurs', - 'read' => 'Afficher les non lus', + 'read' => 'Afficher les lus', 'reader_view' => 'Vue lecture', 'rss_view' => 'Flux RSS', 'search_short' => 'Rechercher', 'starred' => 'Afficher les favoris', 'stats' => 'Statistiques', 'subscription' => 'Gestion des abonnements', - 'unread' => 'Afficher les lus', + 'unread' => 'Afficher les non lus', ), 'share' => array( '_' => 'Partager', -- cgit v1.2.3