diff options
author | Eugene Batogov <johnbat26@gmail.com> | 2016-03-29 10:56:30 +0300 |
---|---|---|
committer | Eugene Batogov <johnbat26@gmail.com> | 2016-03-29 10:56:30 +0300 |
commit | 843f844dde4da56bde62ef27626cbcb1c4ef5a0b (patch) | |
tree | e20d61f410ee3967a764daf905260764a552b2c3 /app/Locale | |
parent | 82b47f74001dc1e5625eff298c463e6a828884e0 (diff) |
update russian translation
Diffstat (limited to 'app/Locale')
-rw-r--r-- | app/Locale/ru_RU/translations.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php index 3cb3c6bb..b3503e52 100644 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -1149,8 +1149,8 @@ return array( 'Display list of keyboard shortcuts' => 'Показать список клавиатурных сокращений', 'Menu' => 'Меню', 'Set start date' => 'Установить дату начала', - // 'Avatar' => '', - // 'Upload my avatar image' => '', - // 'Remove my image' => '', - // 'The OAuth2 state parameter is invalid' => '', + 'Avatar' => 'Аватар', + 'Upload my avatar image' => 'Загрузить моё изображение для аватара', + 'Remove my image' => 'Удалить моё изображение', + 'The OAuth2 state parameter is invalid' => 'Параметр состояние OAuth2 неправильный' ); |