diff options
author | Frédéric Guillot <fred@kanboard.net> | 2018-04-30 11:10:25 -0700 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2018-04-30 11:10:25 -0700 |
commit | 0b475c18509c335087cc3158b5a7e616c1928286 (patch) | |
tree | c8f96eb2ce30a33bed40bd2fe699bad2e0607f09 /app/Locale/fi_FI | |
parent | 9c50fc9eb57b7fe6bdb6b0d2905269525570f857 (diff) |
Add missing translations
Diffstat (limited to 'app/Locale/fi_FI')
-rw-r--r-- | app/Locale/fi_FI/translations.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Locale/fi_FI/translations.php b/app/Locale/fi_FI/translations.php index ab364a41..de7d00ea 100644 --- a/app/Locale/fi_FI/translations.php +++ b/app/Locale/fi_FI/translations.php @@ -1377,4 +1377,7 @@ return array( // 'The link with the relation "%s" to the task %s has been removed' => '', // 'Custom Filter:' => '', // 'Unable to find this group.' => '', + // '%s moved the task #%d to the column "%s"' => '', + // '%s moved the task #%d to the position %d in the column "%s"' => '', + // '%s moved the task #%d to the swimlane "%s"' => '', ); |