diff options
Diffstat (limited to 'app/i18n/ru/conf.php')
| -rw-r--r-- | app/i18n/ru/conf.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app/i18n/ru/conf.php b/app/i18n/ru/conf.php index 5e3fdbd23..057e38e4c 100644 --- a/app/i18n/ru/conf.php +++ b/app/i18n/ru/conf.php @@ -120,20 +120,33 @@ return array( 'feeds' => 'Отображение по ленте', 'order' => 'Сортировать по дате', 'search' => 'Выражение', + 'shareOpml' => 'Enable sharing by OPML of corresponding categories and feeds', // TODO + 'shareRss' => 'Enable sharing by HTML & RSS', // TODO 'state' => 'Состояние', 'tags' => 'Отображение по метке', 'type' => 'Тип', ), 'get_all' => 'Показать все статьи', + 'get_all_labels' => 'Display articles with any label', // TODO 'get_category' => 'Показать категорию “%s”', 'get_favorite' => 'Показать избранные статьи', 'get_feed' => 'Показать ленту “%s”', + 'get_important' => 'Display articles from important feeds', // TODO + 'get_label' => 'Display articles with “%s” label', // TODO + 'help' => 'See the <a href="https://freshrss.github.io/FreshRSS/en/users/user_queries.html" target="_blank">documentation for user queries and resharing by HTML / RSS / OPML</a>.', // TODO 'name' => 'Название', 'no_filter' => 'Нет фильтров', 'number' => 'Запрос №%d', 'order_asc' => 'Показывать сначала старые статьи', 'order_desc' => 'Показывать сначала новые статьи', 'search' => 'Искать “%s”', + 'share' => array( + '_' => 'Share this query by link', // TODO + 'help' => 'Give this link if you want to share this query with anyone', // TODO + 'html' => 'Shareable link to the HTML page', // TODO + 'opml' => 'Shareable link to the OPML list of feeds', // TODO + 'rss' => 'Shareable link to the RSS feed', // TODO + ), 'state_0' => 'Показать все статьи', 'state_1' => 'Показать прочитанные статьи', 'state_2' => 'Показать непрочитанные статьи', |
