Move Gitlab and Github authentication to external plugins
This commit is contained in:
@@ -324,9 +324,6 @@ return array(
|
||||
'Maximum size: ' => 'Максимальный размер: ',
|
||||
'Unable to upload the file.' => 'Не удалось загрузить файл.',
|
||||
'Display another project' => 'Показать другой проект',
|
||||
'Login with my Github Account' => 'Аутентификация через Github',
|
||||
'Link my Github Account' => 'Привязать мой профиль к Github',
|
||||
'Unlink my Github Account' => 'Отвязать мой профиль от Github',
|
||||
'Created by %s' => 'Создано %s',
|
||||
'Last modified on %B %e, %Y at %k:%M %p' => 'Последнее изменение %d/%m/%Y в %H:%M',
|
||||
'Tasks Export' => 'Экспорт задач',
|
||||
@@ -392,7 +389,6 @@ return array(
|
||||
'Change password' => 'Сменить пароль',
|
||||
'Password modification' => 'Изменение пароля',
|
||||
'External authentications' => 'Внешняя аутентификация',
|
||||
'Github Account' => 'Профиль Github',
|
||||
'Never connected.' => 'Ранее не соединялось.',
|
||||
'No account linked.' => 'Нет связанных профилей.',
|
||||
'Account linked.' => 'Профиль связан.',
|
||||
@@ -842,8 +838,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' => 'Время выполнения и цикла',
|
||||
'Github Authentication' => 'Авторизация Github',
|
||||
'Help on Github authentication' => 'Помощь в авторизации Github',
|
||||
'Lead time: ' => 'Время выполнения:',
|
||||
'Cycle time: ' => 'Время цикла:',
|
||||
'Time spent into each column' => 'Время, проведенное в каждой колонке',
|
||||
@@ -852,7 +846,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' => 'Редактировать авторизацию',
|
||||
'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.',
|
||||
'If you check the box "Disallow login form", credentials entered in the login form will be ignored.' => 'Если вы установите флажок "Запретить форму входа", учетные данные, введенные в форму входа будет игнорироваться.',
|
||||
@@ -910,14 +903,7 @@ return array(
|
||||
'Link type' => 'Тип ссылки',
|
||||
'Change task color when using a specific task link' => 'Изменение цвета задач при использовании ссылки на определенные задачи',
|
||||
'Task link creation or modification' => 'Ссылка на создание или модификацию задачи',
|
||||
'Login with my Gitlab Account' => 'Авторизоваться через аккаунт Gitlab',
|
||||
'Milestone' => 'Веха',
|
||||
'Gitlab Authentication' => 'Авторизация через Gitlab',
|
||||
'Help on Gitlab authentication' => 'Помощь а авторизации через Gitlab',
|
||||
'Gitlab Id' => 'Gitlab Id',
|
||||
'Gitlab Account' => 'Аккаунт Gitlab',
|
||||
'Link my Gitlab Account' => 'Привязать аккаунт Gitlab',
|
||||
'Unlink my Gitlab Account' => 'Отвязать аккаунт Gitlab',
|
||||
'Documentation: %s' => 'Документация: %s',
|
||||
'Switch to the Gantt chart view' => 'Переключиться в режим диаграммы Гантта',
|
||||
'Reset the search/filter box' => 'Сбросить поиск/фильтр',
|
||||
|
||||
Reference in New Issue
Block a user