Skip to content

Commit

Permalink
Merge pull request #4 from dmkcv/master
Browse files Browse the repository at this point in the history
Create ru_RU translations.php
  • Loading branch information
fguillot authored Oct 3, 2016
2 parents 58d24d7 + c836f6c commit a13a39c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Locale/ru_RU/translations.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php

return array(
'Sign up' => 'Регистрация',
'Unable to create your account' => 'Не удаётся создать аккаунт',
'activate my account' => 'активировать мой аккаунт',
'Click on this link to activate your account:' => 'Нажмите на ссылку для активации аккаунта: ',
'Hello %s' => 'Здравствуйте, %s',
'Email domain restriction for sign up' => 'Ограничение на e-mail домены, разрешённые для регистрации',
'Only people with this email address will be allowed to sign up.' => 'Только пользователи с указанными адресами могут зарегистрироваться.',
'Send email verification' => 'Отпавить письмо для подтверждения',
'Email verification' => 'Подтверждение электронной почты',
'You are not allowed to register' => 'Вам не разрешена регистрация',
'Allow people to sign up themselves on Kanboard' => 'Разрешить самостоятельную регистрацию на Kanboard',
);

0 comments on commit a13a39c

Please sign in to comment.