Move Google authentication to an external plugin
This commit is contained in:
@@ -260,9 +260,6 @@ return array(
|
||||
'External authentication failed' => 'Autenticação externa falhou',
|
||||
'Your external account is linked to your profile successfully.' => 'A sua conta externa foi vinculada com sucesso ao seu perfil',
|
||||
'Email' => 'E-mail',
|
||||
'Link my Google Account' => 'Vincular a minha Conta do Google',
|
||||
'Unlink my Google Account' => 'Desvincular a minha Conta do Google',
|
||||
'Login with my Google Account' => 'Entrar com a minha Conta do Google',
|
||||
'Project not found.' => 'Projecto não encontrado.',
|
||||
'Task removed successfully.' => 'Tarefa removida com sucesso.',
|
||||
'Unable to remove this task.' => 'Não foi possível remover esta tarefa.',
|
||||
@@ -395,7 +392,6 @@ return array(
|
||||
'Change password' => 'Alterar senha',
|
||||
'Password modification' => 'Alteração de senha',
|
||||
'External authentications' => 'Autenticação externa',
|
||||
'Google Account' => 'Conta do Google',
|
||||
'Github Account' => 'Conta do Github',
|
||||
'Never connected.' => 'Nunca conectado.',
|
||||
'No account linked.' => 'Nenhuma conta associada.',
|
||||
@@ -846,8 +842,6 @@ return array(
|
||||
'This chart show the average lead and cycle time for the last %d tasks over the time.' => 'Este gráfico mostra o tempo médio de espera e ciclo para as últimas %d tarefas realizadas.',
|
||||
'Average time into each column' => 'Tempo médio em cada coluna',
|
||||
'Lead and cycle time' => 'Tempo de Espera e Ciclo',
|
||||
'Google Authentication' => 'Autenticação Google',
|
||||
'Help on Google authentication' => 'Ajuda com autenticação Google',
|
||||
'Github Authentication' => 'Autenticação Github',
|
||||
'Help on Github authentication' => 'Ajuda com autenticação Github',
|
||||
'Lead time: ' => 'Tempo de Espera: ',
|
||||
@@ -858,7 +852,6 @@ return array(
|
||||
'If the task is not closed the current time is used instead of the completion date.' => 'Se a tarefa não estiver fechada o hora actual será usada em vez da hora de conclusão',
|
||||
'Set automatically the start date' => 'Definir data de inicio automáticamente',
|
||||
'Edit Authentication' => 'Editar Autenticação',
|
||||
'Google Id' => 'Id Google',
|
||||
'Github Id' => 'Id Github',
|
||||
'Remote user' => 'Utilizador remoto',
|
||||
'Remote users do not store their password in Kanboard database, examples: LDAP, Google and Github accounts.' => 'Utilizadores remotos não guardam a password na base de dados do Kanboard, por exemplo: LDAP, contas do Google e Github.',
|
||||
|
||||
Reference in New Issue
Block a user