From f99a3c501fd6ed7b4914b8d6e855489c2ce5b219 Mon Sep 17 00:00:00 2001
From: Frederic Guillot <fred@kanboard.net>
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/id_ID/translations.php | 7 -------
 1 file changed, 7 deletions(-)

(limited to 'app/Locale/id_ID')

diff --git a/app/Locale/id_ID/translations.php b/app/Locale/id_ID/translations.php
index 03c96b83..ef4eefee 100644
--- a/app/Locale/id_ID/translations.php
+++ b/app/Locale/id_ID/translations.php
@@ -353,7 +353,6 @@ return array(
     'Clone' => 'Klon',
     'Project cloned successfully.' => 'Kloning proyek berhasil.',
     'Unable to clone this project.' => 'Tidak dapat mengkloning proyek.',
-    'Email notifications' => 'Pemberitahuan email',
     'Enable email notifications' => 'Aktifkan pemberitahuan dari email',
     'Task position:' => 'Posisi tugas :',
     'The task #%d have been opened.' => 'Tugas #%d telah dibuka.',
@@ -735,12 +734,6 @@ return array(
     'SEK - Swedish Krona' => 'SEK - Krona Swedia',
     'The project identifier is an optional alphanumeric code used to identify your project.' => 'Identifier proyek adalah kode alfanumerik opsional digunakan untuk mengidentifikasi proyek Anda.',
     'Identifier' => 'Identifier',
-    'Postmark (incoming emails)' => 'Postmark (email masuk)',
-    'Help on Postmark integration' => 'Bantuan pada integrasi Postmark',
-    'Mailgun (incoming emails)' => 'Mailgun (email masuk)',
-    'Help on Mailgun integration' => 'Bantuan pada integrasi Mailgun',
-    'Sendgrid (incoming emails)' => 'Sendgrid (email masuk)',
-    'Help on Sendgrid integration' => 'Bantuan pada integrasi  Sendgrid',
     'Disable two factor authentication' => 'Matikan dua faktor otentifikasi',
     'Do you really want to disable the two factor authentication for this user: "%s"?' => 'Apakah anda yakin akan mematikan dua faktor otentifikasi untuk pengguna ini : « %s » ?',
     'Edit link' => 'Modifikasi tautan',
-- 
cgit v1.2.3