From 8698a0da165c842f20fc0feac9cd79ffddc28662 Mon Sep 17 00:00:00 2001 From: maTh Date: Fri, 4 Feb 2022 15:44:23 +0100 Subject: Improvement: Configuration; Reading Section: Options reordered (#4087) * Reordering - First Draft * i18n * Update conf.php * Update conf.php * fixed label for attribute --- app/i18n/en/conf.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'app/i18n/en') diff --git a/app/i18n/en/conf.php b/app/i18n/en/conf.php index 9dfba080e..2bbceafca 100644 --- a/app/i18n/en/conf.php +++ b/app/i18n/en/conf.php @@ -130,6 +130,13 @@ return array( 'confirm_enabled' => 'Display a confirmation dialog on “mark all as read” actions', 'display_articles_unfolded' => 'Show articles unfolded by default', 'display_categories_unfolded' => 'Categories to unfold', + 'headline' => array( + 'articles' => 'Articles: Open/Close', + 'categories' => 'Left navigation: Categories', + 'mark_as_read' => 'Mark article as read', + 'misc' => 'Miscellaneous', + 'view' => 'View', + ), 'hide_read_feeds' => 'Hide categories & feeds with no unread articles (does not work with “Show all articles” configuration)', 'img_with_lazyload' => 'Use "lazy load" mode to load pictures', 'jump_next' => 'jump to next unread sibling (feed or category)', -- cgit v1.2.3