diff options
| author | 2014-12-11 21:15:01 +0100 | |
|---|---|---|
| committer | 2014-12-11 21:15:01 +0100 | |
| commit | a84e9e50bfe17ab1c84ff22ec7accdfd0b9a76db (patch) | |
| tree | dc8661ab8f4d933c5d0637b72791a286f2374ef9 /app/i18n/fr/index.php | |
| parent | 59fc73baa9cbd87fdc2d63e83533a36533c740bf (diff) | |
Fix french i18n for auth and configure views
Diffstat (limited to 'app/i18n/fr/index.php')
| -rw-r--r-- | app/i18n/fr/index.php | 9 |
1 files changed, 4 insertions, 5 deletions
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 <em>%s</em>', - ), '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', |
