From f99a3c501fd6ed7b4914b8d6e855489c2ce5b219 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 16 Oct 2015 20:50:12 -0400 Subject: 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 --- app/Locale/cs_CZ/translations.php | 7 ------- 1 file changed, 7 deletions(-) (limited to 'app/Locale/cs_CZ') diff --git a/app/Locale/cs_CZ/translations.php b/app/Locale/cs_CZ/translations.php index ba3d809f..0ea35a9b 100644 --- a/app/Locale/cs_CZ/translations.php +++ b/app/Locale/cs_CZ/translations.php @@ -353,7 +353,6 @@ return array( 'Clone' => 'Kopie', 'Project cloned successfully.' => 'Kopie projektu byla úspěšně vytvořena.', 'Unable to clone this project.' => 'Kopii projektu nelze vytvořit.', - 'Email notifications' => 'Upozornění E-Mailem ', 'Enable email notifications' => 'Povolit upozornění pomocí e-mailů', 'Task position:' => 'Pořadí úkolu:', 'The task #%d have been opened.' => 'Úkol #%d byl znovu otevřen.', @@ -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.' => 'Identifikátor projektu je volitelný alfanumerický kód používaný k identifikaci vašeho projektu.', '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' => 'Zrušit dvou stupňovou autorizaci', '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' => '', -- cgit v1.2.3