summaryrefslogtreecommitdiff
path: root/app/Locale/my_MY
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-06-05 14:53:46 -0400
committerFrederic Guillot <fred@kanboard.net>2016-06-05 14:53:46 -0400
commitcd4c09c10aabb133efa0ef5e0566630941178a4a (patch)
tree2f3f56617c90ce8c907f46324fa2dde26e91e79d /app/Locale/my_MY
parenta08339059b06bcfb673b13a380b6f199abfb5983 (diff)
Conifgure email settings through user interface
Diffstat (limited to 'app/Locale/my_MY')
-rw-r--r--app/Locale/my_MY/translations.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/app/Locale/my_MY/translations.php b/app/Locale/my_MY/translations.php
index 2322fa03..5cbf425f 100644
--- a/app/Locale/my_MY/translations.php
+++ b/app/Locale/my_MY/translations.php
@@ -35,7 +35,6 @@ return array(
'View this task' => 'Lihat tugas ini',
'Remove user' => 'Hapus pengguna',
'Do you really want to remove this user: "%s"?' => 'Anda yakin mahu menghapus pengguna ini : « %s » ?',
- 'New user' => 'Pengguna baru',
'All users' => 'Semua pengguna',
'Username' => 'Nama pengguna',
'Password' => 'Kata laluan',
@@ -412,9 +411,7 @@ return array(
'About' => 'Tentang',
'Database driver:' => 'Driver pengkalan data:',
'Board settings' => 'Pengaturan papan',
- 'URL and token' => 'URL dan token',
'Webhook settings' => 'Penetapan webhook',
- 'URL for task creation:' => 'URL untuk cipta tugas:',
'Reset token' => 'Menetap semula token',
'API endpoint:' => 'API endpoint :',
'Refresh interval for private board' => 'Interval pembaruan untuk papan pribadi',
@@ -1200,4 +1197,9 @@ return array(
// 'Enter one task by line.' => '',
// 'Number of failed login:' => '',
// 'Account locked until:' => '',
+ // 'Email settings' => '',
+ // 'Email sender address' => '',
+ // 'Email transport' => '',
+ // 'Webhook token' => '',
+ // 'Imports' => '',
);