diff options
| author | 2022-02-04 15:44:23 +0100 | |
|---|---|---|
| committer | 2022-02-04 15:44:23 +0100 | |
| commit | 8698a0da165c842f20fc0feac9cd79ffddc28662 (patch) | |
| tree | d5d527c5eebb34e6ede123c32af79cc9710e31e7 /app/i18n/fr/conf.php | |
| parent | 5a891dc0e4d1e5c7d36609bba4bd3df5063b9745 (diff) | |
Improvement: Configuration; Reading Section: Options reordered (#4087)
* Reordering - First Draft
* i18n
* Update conf.php
* Update conf.php
* fixed label for attribute
Diffstat (limited to 'app/i18n/fr/conf.php')
| -rw-r--r-- | app/i18n/fr/conf.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/i18n/fr/conf.php b/app/i18n/fr/conf.php index 7ef87d343..eec838b79 100644 --- a/app/i18n/fr/conf.php +++ b/app/i18n/fr/conf.php @@ -130,6 +130,13 @@ return array( 'confirm_enabled' => 'Afficher une confirmation lors des actions “marquer tout comme lu”', 'display_articles_unfolded' => 'Afficher les articles dépliés par défaut', 'display_categories_unfolded' => 'Catégories à déplier', + 'headline' => array( + 'articles' => 'Articles: Open/Close', // TODO + 'categories' => 'Left navigation: Categories', // TODO + 'mark_as_read' => 'Mark article as read', // TODO + 'misc' => 'Miscellaneous', // TODO + 'view' => 'View', // TODO + ), 'hide_read_feeds' => 'Cacher les catégories & flux sans article non-lu (ne fonctionne pas avec la configuration “Afficher tous les articles”)', 'img_with_lazyload' => 'Utiliser le mode “chargement différé” pour les images', 'jump_next' => 'sauter au prochain voisin non lu (flux ou catégorie)', |
