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' => 'Sklonuj',
|
||||
'Project cloned successfully.' => 'Projekt sklonowany pomyślnie.',
|
||||
'Unable to clone this project.' => 'Nie można sklonować projektu.',
|
||||
'Email notifications' => 'Powiadomienia email',
|
||||
'Enable email notifications' => 'Włącz powiadomienia email',
|
||||
'Task position:' => 'Pozycja zadania:',
|
||||
'The task #%d have been opened.' => 'Zadania #%d zostały otwarte.',
|
||||
@@ -735,12 +734,6 @@ return array(
|
||||
'SEK - Swedish Krona' => 'SEK - Korona szwedzka',
|
||||
'The project identifier is an optional alphanumeric code used to identify your project.' => 'Identyfikator projektu to opcjonalny kod alfanumeryczny do identyfikacji projektu.',
|
||||
'Identifier' => 'Identyfikator',
|
||||
// 'Postmark (incoming emails)' => '',
|
||||
// 'Help on Postmark integration' => '',
|
||||
// 'Mailgun (incoming emails)' => '',
|
||||
// 'Help on Mailgun integration' => '',
|
||||
// 'Sendgrid (incoming emails)' => '',
|
||||
// 'Help on Sendgrid integration' => '',
|
||||
'Disable two factor authentication' => 'Wyłącz uwierzytelnianie dwuetapowe',
|
||||
'Do you really want to disable the two factor authentication for this user: "%s"?' => 'Czy na pewno chcesz wyłączyć uwierzytelnianie dwuetapowe dla tego użytkownika: "%s"?',
|
||||
'Edit link' => 'Edytuj link',
|
||||
|
||||
Reference in New Issue
Block a user