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' => 'duplizieren',
|
||||
'Project cloned successfully.' => 'Projekt wurde dupliziert.',
|
||||
'Unable to clone this project.' => 'Duplizieren dieses Projekts schlug fehl.',
|
||||
'Email notifications' => 'E-Mail-Benachrichtigungen',
|
||||
'Enable email notifications' => 'E-Mail-Benachrichtigungen einschalten',
|
||||
'Task position:' => 'Position der Aufgabe',
|
||||
'The task #%d have been opened.' => 'Die Aufgabe #%d wurde geöffnet.',
|
||||
@@ -735,12 +734,6 @@ return array(
|
||||
'SEK - Swedish Krona' => 'SEK - Schwedische Kronen',
|
||||
'The project identifier is an optional alphanumeric code used to identify your project.' => 'Der Projektidentifikator ist ein optionaler alphanumerischer Code, der das Projekt identifiziert.',
|
||||
'Identifier' => 'Identifikator',
|
||||
'Postmark (incoming emails)' => 'Postmark (Eingehende E-Mails)',
|
||||
'Help on Postmark integration' => 'Hilfe bei Postmark-Integration',
|
||||
'Mailgun (incoming emails)' => 'Mailgun (Eingehende E-Mails)',
|
||||
'Help on Mailgun integration' => 'Hilfe bei Mailgun-Integration',
|
||||
'Sendgrid (incoming emails)' => 'Sendgrid (Eingehende E-Mails)',
|
||||
'Help on Sendgrid integration' => 'Hilfe bei Sendgrid-Integration',
|
||||
'Disable two factor authentication' => 'Deaktiviere Zwei-Faktor-Authentifizierung',
|
||||
'Do you really want to disable the two factor authentication for this user: "%s"?' => 'Willst du wirklich für folgenden Nutzer die Zwei-Faktor-Authentifizierung deaktivieren: "%s"?',
|
||||
'Edit link' => 'Verbindung bearbeiten',
|
||||
|
||||
Reference in New Issue
Block a user