aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/ru/conf.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/i18n/ru/conf.php')
-rw-r--r--app/i18n/ru/conf.php14
1 files changed, 11 insertions, 3 deletions
diff --git a/app/i18n/ru/conf.php b/app/i18n/ru/conf.php
index af6f3b5f6..7a80587f8 100644
--- a/app/i18n/ru/conf.php
+++ b/app/i18n/ru/conf.php
@@ -3,13 +3,21 @@
return array(
'archiving' => array(
'_' => 'Архивация',
- 'advanced' => 'Продвинутые настройки',
'delete_after' => 'Удалять статьи после',
+ 'exception' => 'Purge exception', //TODO - Translation
'help' => 'Каждую подписку можно настроить более гибко',
- 'keep_history_by_feed' => 'Minimum number of articles to keep by feed', //TODO - Translation
+ 'keep_favourites' => 'Never delete favourites', //TODO - Translation
+ 'keep_min_by_feed' => 'Minimum number of articles to keep by feed', //TODO - Translation
+ 'keep_labels' => 'Never delete labels', //TODO - Translation
+ 'keep_unreads' => 'Never delete unreads', //TODO - Translation
+ 'maintenance' => 'Maintenance', //TODO - Translation
'optimize' => 'Оптимизировать базу данных',
- 'optimize_help' => 'To do occasionally to reduce the size of the database', //TODO - Translation
+ 'optimize_help' => 'To do occasionally to reduce the size of the database', //TODO - Translation
+ 'policy' => 'Purge policy', //TODO - Translation
+ 'policy_warning' => 'If no purge policy is selected, every article will be kept.', //TODO - Translation
'purge_now' => 'Очистить сейчас',
+ 'keep_max' => 'Maximum number of articles to keep', //TODO - Translation
+ 'keep_period' => 'Maximum age of articles to keep', //TODO - Translation
'title' => 'Архивация',
'ttl' => 'Не обновлять чаще чем',
),