aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/en/conf.php
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-02-04 15:44:23 +0100
committerGravatar GitHub <noreply@github.com> 2022-02-04 15:44:23 +0100
commit8698a0da165c842f20fc0feac9cd79ffddc28662 (patch)
treed5d527c5eebb34e6ede123c32af79cc9710e31e7 /app/i18n/en/conf.php
parent5a891dc0e4d1e5c7d36609bba4bd3df5063b9745 (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/en/conf.php')
-rw-r--r--app/i18n/en/conf.php7
1 files changed, 7 insertions, 0 deletions
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)',