diff options
author | Eugene Batogov <johnbat26@gmail.com> | 2016-02-03 22:53:32 +0300 |
---|---|---|
committer | Eugene Batogov <johnbat26@gmail.com> | 2016-02-03 22:53:32 +0300 |
commit | 271c59a0f5cac1fb3a146edad640bb4da6ff593f (patch) | |
tree | 4c75ac7bf4bd263e0297e55b5e535ce02ebc0f36 /app | |
parent | e9751bc8d7c8d360e1d6df34eae9d38b0f736b35 (diff) |
Corrent russian misprints
Diffstat (limited to 'app')
-rw-r--r-- | app/Locale/ru_RU/translations.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php index 4eae8489..03ecd4ce 100644 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -1019,8 +1019,8 @@ return array( 'Your account is locked for %d minutes' => 'Ваш аккаунт заблокирован на %d минут', 'Invalid captcha' => 'Неверный код подтверждения', 'The name must be unique' => 'Имя должно быть уникальным', - 'View all groups' => 'Просмотр всех группы', - 'View group members' => 'Просмотр всех группы участников группы', + 'View all groups' => 'Просмотр всех групп', + 'View group members' => 'Просмотр участников группы', 'There is no user available.' => 'Нет доступных пользователей.', 'Do you really want to remove the user "%s" from the group "%s"?' => 'Вы действительно хотите удалить пользователя "%s" из группы "%s"?', 'There is no group.' => 'Нет созданных групп.', |