Make mail transports pluggable and move integrations to plugins
- Postmark: https://github.com/kanboard/plugin-postmark - Mailgun: https://github.com/kanboard/plugin-mailgun - Sendgrid: https://github.com/kanboard/plugin-sendgrid
This commit is contained in:
@@ -353,7 +353,6 @@ return array(
|
||||
'Clone' => 'Clonar',
|
||||
'Project cloned successfully.' => 'Projeto clonado com sucesso.',
|
||||
'Unable to clone this project.' => 'Não foi possível clonar este projeto.',
|
||||
'Email notifications' => 'Notificações por email',
|
||||
'Enable email notifications' => 'Habilitar notificações por email',
|
||||
'Task position:' => 'Posição da tarefa:',
|
||||
'The task #%d have been opened.' => 'A tarefa #%d foi aberta.',
|
||||
@@ -735,12 +734,6 @@ return array(
|
||||
'SEK - Swedish Krona' => 'SEK - Coroa sueca',
|
||||
'The project identifier is an optional alphanumeric code used to identify your project.' => 'O identificador de projeto é um código alfanumérico opcional utilizado para identificar o seu projeto.',
|
||||
'Identifier' => 'Identificador',
|
||||
'Postmark (incoming emails)' => 'Postmark (e-mails recebidos)',
|
||||
'Help on Postmark integration' => 'Ajuda na integração do Postmark',
|
||||
'Mailgun (incoming emails)' => 'Mailgun (e-mails recebidos)',
|
||||
'Help on Mailgun integration' => 'Ajuda na integração do Mailgun',
|
||||
'Sendgrid (incoming emails)' => 'Sendgrid (e-mails recebidos)',
|
||||
'Help on Sendgrid integration' => 'Ajuda na integração do Sendgrid',
|
||||
'Disable two factor authentication' => 'Desativar autenticação à dois fatores',
|
||||
'Do you really want to disable the two factor authentication for this user: "%s"?' => 'Você deseja realmente desativar a autenticação à dois fatores para esse usuário: "%s"?',
|
||||
'Edit link' => 'Editar um link',
|
||||
|
||||
Reference in New Issue
Block a user