diff --git a/protected/humhub/modules/notification/messages/ru/views_overview_index.php b/protected/humhub/modules/notification/messages/ru/views_overview_index.php index 06c2dfb6fb..b35a06493b 100644 --- a/protected/humhub/modules/notification/messages/ru/views_overview_index.php +++ b/protected/humhub/modules/notification/messages/ru/views_overview_index.php @@ -17,9 +17,9 @@ * NOTE: this file must be saved in UTF-8 encoding. */ return [ - 'Notification Overview' => '', + 'Notification Overview' => 'Просмотр уведомлений', 'Filter' => 'Фильтр', - 'Mark all as seen' => 'Пометить все как прочитанное', - 'Module Filter' => 'Фильт модуля', - 'No notifications found!' => 'Оповещение не найдены!', + 'Mark all as seen' => 'Пометить всё как прочитанное', + 'Module Filter' => 'Фильтр модуля', + 'No notifications found!' => 'Оповещения не найдены!', ];