1
0
mirror of https://github.com/humhub/humhub.git synced 2025-03-22 16:10:13 +01:00

Update notification.php

This commit is contained in:
devochka 2016-10-31 20:08:41 +01:00 committed by GitHub
parent 115a04f16a
commit d721fc5281

@ -17,7 +17,7 @@
* NOTE: this file must be saved in UTF-8 encoding.
*/
return [
'{displayName} accepted your friend request.' => '{displayName} принял ваш запрос на добавление в друзья.',
'{displayName} declined your friend request.' => '{displayName} отменил ваш запрос на добавление в друзья.',
'{displayName} sent you a friend request.' => '{displayName} отправил вам запрос на добавление в друзья.',
'{displayName} accepted your friend request.' => 'Пользователь {displayName} принял ваш запрос на добавление в друзья.',
'{displayName} declined your friend request.' => 'Пользователь {displayName} отменил ваш запрос на добавление в друзья.',
'{displayName} sent you a friend request.' => 'Пользователь {displayName} отправил вам запрос на добавление в друзья.',
];