diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-10-16 20:50:12 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-10-16 20:50:12 -0400 |
commit | f99a3c501fd6ed7b4914b8d6e855489c2ce5b219 (patch) | |
tree | 976276d6acfff78923e4549b0ef9ea94c5e2cb0d /app/Locale/sv_SE/translations.php | |
parent | 9c9ed02cd7ebc5dbbc99bcaed6f80988ce8a9677 (diff) |
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
Diffstat (limited to 'app/Locale/sv_SE/translations.php')
-rw-r--r-- | app/Locale/sv_SE/translations.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/app/Locale/sv_SE/translations.php b/app/Locale/sv_SE/translations.php index f1994f81..6faf7f60 100644 --- a/app/Locale/sv_SE/translations.php +++ b/app/Locale/sv_SE/translations.php @@ -353,7 +353,6 @@ return array( 'Clone' => 'Klona', 'Project cloned successfully.' => 'Projektet har klonats.', 'Unable to clone this project.' => 'Kunde inte klona projektet.', - 'Email notifications' => 'Epostnotiser', 'Enable email notifications' => 'Aktivera epostnotiser', 'Task position:' => 'Uppgiftsposition:', 'The task #%d have been opened.' => 'Uppgiften #%d har öppnats.', @@ -735,12 +734,6 @@ return array( 'SEK - Swedish Krona' => 'SEK - Svensk Krona', 'The project identifier is an optional alphanumeric code used to identify your project.' => 'Projektidentifieraren är en valbar alfanumerisk kod som används för att identifiera ditt projekt.', 'Identifier' => 'Identifierare', - 'Postmark (incoming emails)' => 'Postmark (inkommande e-post)', - 'Help on Postmark integration' => 'Hjälp för Postmark integration', - 'Mailgun (incoming emails)' => 'Mailgrun (inkommande e-post)', - 'Help on Mailgun integration' => 'Hjälp för Mailgrun integration', - 'Sendgrid (incoming emails)' => 'Sendgrid (inkommande e-post)', - 'Help on Sendgrid integration' => 'Hjälp för Sendgrid integration', 'Disable two factor authentication' => 'Inaktivera två-faktors autentisering', 'Do you really want to disable the two factor authentication for this user: "%s"?' => 'Vill du verkligen inaktivera två-faktors autentisering för denna användare: "%s"?', 'Edit link' => 'Ändra länk', |