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/ru/conf.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'app/i18n/ru/conf.php') diff --git a/app/i18n/ru/conf.php b/app/i18n/ru/conf.php index 0a3664c41..577076805 100644 --- a/app/i18n/ru/conf.php +++ b/app/i18n/ru/conf.php @@ -130,6 +130,13 @@ return array( 'confirm_enabled' => 'Показывать диалог подтверждения при выпыполнении действия «отметить всё прочитанным»', 'display_articles_unfolded' => 'Показывать статьи развёрнутыми по умолчанию', 'display_categories_unfolded' => 'Какие категории развёртывать', + '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' => 'Скрывать категории и ленты без непрочитанных статей (не работает с «Показывать все статьи»)', 'img_with_lazyload' => 'Использовать режим "ленивой загрузки" для загрузки картинок', 'jump_next' => 'перейти к следующей ленте или категории', -- cgit v1.2.3