diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-11-16 21:36:46 -0500 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-11-16 21:36:46 -0500 |
commit | d4ae2f135dd8ef3e5d5b09e29d21396f626f0dd7 (patch) | |
tree | 50fc3749129f98fc660a8a0248ab34eb13699af5 /app/Locale/fi_FI | |
parent | 1e466a66dbb6e060b2fc7c0c5d3edb2b19079e4a (diff) |
Add daily project summary export
Diffstat (limited to 'app/Locale/fi_FI')
-rw-r--r-- | app/Locale/fi_FI/translations.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/Locale/fi_FI/translations.php b/app/Locale/fi_FI/translations.php index 7af506a5..9565178f 100644 --- a/app/Locale/fi_FI/translations.php +++ b/app/Locale/fi_FI/translations.php @@ -594,4 +594,9 @@ return array( // 'Unable to create this task.' => '', // 'Cumulative flow diagram' => '', // 'Cumulative flow diagram for "%s"' => '', + // 'Daily project summary' => '', + // 'Daily project summary export' => '', + // 'Daily project summary export for "%s"' => '', + // 'Exports' => '', + // 'This export contains the number of tasks per column grouped per day.' => '', ); |