diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-04-08 16:59:43 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-04-08 16:59:43 -0400 |
commit | 6dcaf43c52b7f244e9c44c0da83814eb6ab497de (patch) | |
tree | d3cef8302abc4bc436ef6c7941f99afe4cb0c9d1 /app/Locale/fi_FI/translations.php | |
parent | 2b0936ac31a92bb0ff9b313ea9bbb425ea0945c5 (diff) |
Sync locales
Diffstat (limited to 'app/Locale/fi_FI/translations.php')
-rw-r--r-- | app/Locale/fi_FI/translations.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app/Locale/fi_FI/translations.php b/app/Locale/fi_FI/translations.php index 6aedc71b..7aa43c21 100644 --- a/app/Locale/fi_FI/translations.php +++ b/app/Locale/fi_FI/translations.php @@ -1319,4 +1319,16 @@ return array( // '%d notifications' => '', // '%d notification' => '', // 'There is no external integration installed.' => '', + // 'You are not allowed to update tasks assigned to someone else.' => '', + // 'You are not allowed to change the assignee.' => '', + // 'Task suppression is not permitted' => '', + // 'Changing assignee is not permitted' => '', + // 'Update only assigned tasks is permitted' => '', + // 'Only for tasks assigned to the current user' => '', + // 'My projects' => '', + // 'Your are not member of any project.' => '', + // 'My subtasks' => '', + // '%d subtasks' => '', + // '%d subtask' => '', + // 'Only moving task between those columns is permitted for tasks assigned to the current user' => '', ); |