Conifgure email settings through user interface

This commit is contained in:
Frederic Guillot
2016-06-05 14:53:46 -04:00
parent a08339059b
commit cd4c09c10a
35 changed files with 213 additions and 82 deletions

View File

@@ -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 akan menghapus pengguna ini : « %s » ?',
'New user' => 'Pengguna baru',
'All users' => 'Semua pengguna',
'Username' => 'Nama pengguna',
'Password' => 'Kata sandi',
@@ -412,9 +411,7 @@ return array(
'About' => 'Tentang',
'Database driver:' => 'Driver basis data :',
'Board settings' => 'Pengaturan papan',
'URL and token' => 'URL dan token',
'Webhook settings' => 'Pengaturan webhook',
'URL for task creation:' => 'URL untuk pembuatan tugas :',
'Reset token' => 'Mereset 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' => '',
);