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.' => 'Sua conta externa está agora ligada ao seu perfil.',
|
||||
'Email' => 'E-mail',
|
||||
'Link my Google Account' => 'Vincular minha Conta do Google',
|
||||
'Unlink my Google Account' => 'Desvincular minha Conta do Google',
|
||||
'Login with my Google Account' => 'Entrar com minha Conta do Google',
|
||||
'Project not found.' => 'Projeto 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 do Lead and cycle time das últimas %d tarefas.',
|
||||
'Average time into each column' => 'Tempo médio de cada coluna',
|
||||
'Lead and cycle time' => 'Lead and cycle time',
|
||||
'Google Authentication' => 'Autenticação Google',
|
||||
'Help on Google authentication' => 'Ajuda com a autenticação Google',
|
||||
'Github Authentication' => 'Autenticação Github',
|
||||
'Help on Github authentication' => 'Ajuda com a autenticação Github',
|
||||
'Lead time: ' => 'Lead time: ',
|
||||
@@ -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 está fechada, a hora atual é usada no lugar da data de conclusão.',
|
||||
'Set automatically the start date' => 'Definir automaticamente a data de início',
|
||||
'Edit Authentication' => 'Modificar a autenticação',
|
||||
'Google Id' => 'Google ID',
|
||||
'Github Id' => 'Github Id',
|
||||
'Remote user' => 'Usuário remoto',
|
||||
'Remote users do not store their password in Kanboard database, examples: LDAP, Google and Github accounts.' => 'Os usuários remotos não conservam as suas senhas no banco de dados Kanboard, exemplos: contas LDAP, Github ou Google.',
|
||||
|
||||
Reference in New Issue
Block a user