From 95cdeed472d00cd1b2f53b4878afd7fbc39ea389 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Tue, 14 Nov 2017 15:39:43 -0800 Subject: Task CSV import is now able to handle more fields Add support for the priority, start date, tags and one external link. --- app/Locale/sv_SE/translations.php | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'app/Locale/sv_SE') diff --git a/app/Locale/sv_SE/translations.php b/app/Locale/sv_SE/translations.php index 1c807d04..97b4142d 100644 --- a/app/Locale/sv_SE/translations.php +++ b/app/Locale/sv_SE/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' => '', ); -- cgit v1.2.3