From cb91f84f20b58c0793731ca4cc1cd963353f5272 Mon Sep 17 00:00:00 2001 From: denfil Date: Fri, 27 Jan 2017 15:37:17 +0300 Subject: [PATCH] Update ru-RU locale --- app/locales/ru_RU/translations.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/locales/ru_RU/translations.php b/app/locales/ru_RU/translations.php index 6c2f3c0..efca595 100644 --- a/app/locales/ru_RU/translations.php +++ b/app/locales/ru_RU/translations.php @@ -105,7 +105,7 @@ return array( 'Next' => 'Далее', 'Previous' => 'Назад', 'Sign in' => 'Войти', - 'feeds' => 'подписки', + 'feeds' => 'каналы', 'add' => 'добавить', 'import' => 'импорт', 'export' => 'экспорт', @@ -157,7 +157,7 @@ return array( 'Full contents' => 'Полный текст', 'Force RTL mode (Right-to-left language)' => 'Принудительный RTL режим (режим письма "справа-налево")', 'Activated' => 'Активировано', - 'Remove this feed' => 'Удалить подписку', + 'Remove this feed' => 'Удалить этот канал', 'Miniflux' => 'Miniflux', 'mini%sflux%s' => 'mini%sflux%s', 'Advanced' => 'Дополнительно', @@ -254,5 +254,5 @@ return array( 'Current Password' => 'Текущий пароль', 'New Password' => 'Новый пароль', 'Wrong password' => 'Неверный пароль', - // 'Duplicated feed' => '', + 'Duplicated feed' => 'Дублирующийся канал', );