Move Google authentication to an external plugin
This commit is contained in:
@@ -260,9 +260,6 @@ return array(
|
||||
'External authentication failed' => 'Внешняя авторизация не удалась',
|
||||
'Your external account is linked to your profile successfully.' => 'Ваш внешний аккаунт успешно подключен к профилю.',
|
||||
'Email' => 'E-mail',
|
||||
'Link my Google Account' => 'Привязать мой профиль к Google',
|
||||
'Unlink my Google Account' => 'Отвязать мой профиль от Google',
|
||||
'Login with my Google Account' => 'Аутентификация через Google',
|
||||
'Project not found.' => 'Проект не найден.',
|
||||
'Task removed successfully.' => 'Задача удалена.',
|
||||
'Unable to remove this task.' => 'Не удалось удалить эту задачу.',
|
||||
@@ -395,7 +392,6 @@ return array(
|
||||
'Change password' => 'Сменить пароль',
|
||||
'Password modification' => 'Изменение пароля',
|
||||
'External authentications' => 'Внешняя аутентификация',
|
||||
'Google Account' => 'Профиль Google',
|
||||
'Github Account' => 'Профиль Github',
|
||||
'Never connected.' => 'Ранее не соединялось.',
|
||||
'No account linked.' => 'Нет связанных профилей.',
|
||||
@@ -846,8 +842,6 @@ return array(
|
||||
'This chart show the average lead and cycle time for the last %d tasks over the time.' => 'Эта диаграма показывает среднее время выполнения и цикла задачь в последние %d.',
|
||||
'Average time into each column' => 'Среднее время в каждом столбце',
|
||||
'Lead and cycle time' => 'Время выполнения и цикла',
|
||||
'Google Authentication' => 'Авторизация Google',
|
||||
'Help on Google authentication' => 'Помощь в авторизации Google',
|
||||
'Github Authentication' => 'Авторизация Github',
|
||||
'Help on Github authentication' => 'Помощь в авторизации Github',
|
||||
'Lead time: ' => 'Время выполнения:',
|
||||
@@ -858,7 +852,6 @@ return array(
|
||||
'If the task is not closed the current time is used instead of the completion date.' => 'Если задача не закрыта, то текущая дата будет указана в дате завершения задачи.',
|
||||
'Set automatically the start date' => 'Установить автоматическую дату начала',
|
||||
'Edit Authentication' => 'Редактировать авторизацию',
|
||||
'Google Id' => 'Google Id',
|
||||
'Github Id' => 'Github Id',
|
||||
'Remote user' => 'Удаленный пользователь',
|
||||
'Remote users do not store their password in Kanboard database, examples: LDAP, Google and Github accounts.' => 'Учетные данные для входа через LDAP, Google и Github не будут сохранены в Kanboard.',
|
||||
|
||||
Reference in New Issue
Block a user