diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-11-14 15:39:43 -0800 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-11-14 15:39:43 -0800 |
commit | 95cdeed472d00cd1b2f53b4878afd7fbc39ea389 (patch) | |
tree | af3aebe998dd6551946eea5901e1f2249adef3a9 /app/Locale/my_MY | |
parent | f6d7791ddc5c58cab0eedc6b290fd08b61191329 (diff) |
Task CSV import is now able to handle more fields
Add support for the priority, start date, tags and one external link.
Diffstat (limited to 'app/Locale/my_MY')
-rw-r--r-- | app/Locale/my_MY/translations.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/Locale/my_MY/translations.php b/app/Locale/my_MY/translations.php index 92b58360..eee1428c 100644 --- a/app/Locale/my_MY/translations.php +++ b/app/Locale/my_MY/translations.php @@ -1357,4 +1357,13 @@ return array( // 'Unable to remove this template.' => '', // 'Template for the task description' => '', // 'The start date is greater than the end date' => '', + // 'Tags must be separated by a comma' => '', + // 'Only the task title is required' => '', + // 'Creator Username' => '', + // 'Color Name' => '', + // 'Column Name' => '', + // 'Swimlane Name' => '', + // 'Time Estimated' => '', + // 'Time Spent' => '', + // 'External Link' => '', ); |