diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-09-05 11:11:02 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-09-05 11:11:02 -0400 |
commit | 5eb0104916794e53dc66bbf558e4dfeb677713e3 (patch) | |
tree | 974c7fb87b6447b089de48ca5a12fbe6436a5d0c /app/Locale/pl_PL | |
parent | 49788b70eca710f8ca17e99ca447053ae598173b (diff) |
Sync locales
Diffstat (limited to 'app/Locale/pl_PL')
-rw-r--r-- | app/Locale/pl_PL/translations.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app/Locale/pl_PL/translations.php b/app/Locale/pl_PL/translations.php index c19ebbbe..6db52e58 100644 --- a/app/Locale/pl_PL/translations.php +++ b/app/Locale/pl_PL/translations.php @@ -1212,4 +1212,16 @@ return array( // 'Notifications for %s' => '', // 'Subtasks export' => '', // 'Tasks exportation' => '', + // 'Assign a color when the task is moved to a specific swimlane' => '', + // 'Assign a priority when the task is moved to a specific swimlane' => '', + // 'User unlocked successfully.' => '', + // 'Unable to unlock the user.' => '', + // 'Move a task to another swimlane' => '', + // 'Creator Name' => '', + // 'Time spent and estimated' => '', + // 'Move position' => '', + // 'Move task to another position on the board' => '', + // 'Insert before this task' => '', + // 'Insert after this task' => '', + // 'Unlock this user' => '', ); |