diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-03-28 12:39:46 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-03-28 12:39:46 -0400 |
commit | 26fea9b96ba4376a54b5d55b207d3eac040160d7 (patch) | |
tree | 5034c38ffff04d8d60becd1c09d4360036ce0927 /app/Locale/sr_Latn_RS | |
parent | 87d2c6d99e6eb26b526f5da22b3496e3d02d11ed (diff) |
Add task transitions csv export
Diffstat (limited to 'app/Locale/sr_Latn_RS')
-rw-r--r-- | app/Locale/sr_Latn_RS/translations.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Locale/sr_Latn_RS/translations.php b/app/Locale/sr_Latn_RS/translations.php index bfd9352d..ec30a3b2 100644 --- a/app/Locale/sr_Latn_RS/translations.php +++ b/app/Locale/sr_Latn_RS/translations.php @@ -812,4 +812,7 @@ return array( // 'Transitions' => '', // 'Executer' => '', // 'Time spent in the column' => '', + // 'Task transitions' => '', + // 'Task transitions export' => '', + // 'This report contains all column moves for each task with the date, the user and the time spent for each transition.' => '', ); |