diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-07-21 18:36:44 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-07-21 18:36:44 -0400 |
commit | 1dcaf6ad9fa631b12a54f4b2b5d564f7fc5f7f14 (patch) | |
tree | 509736b3b6f6b003fff833127dd5f9e38c06d230 /app/Locale/pl_PL/translations.php | |
parent | 68e2a3d052a6204c7a638c9335c2e23eed06ce54 (diff) |
Sync locales
Diffstat (limited to 'app/Locale/pl_PL/translations.php')
-rw-r--r-- | app/Locale/pl_PL/translations.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/Locale/pl_PL/translations.php b/app/Locale/pl_PL/translations.php index 896d2ed4..e72649e6 100644 --- a/app/Locale/pl_PL/translations.php +++ b/app/Locale/pl_PL/translations.php @@ -1216,5 +1216,14 @@ return array( // 'Global tags' => '', // 'There is no global tag at the moment.' => '', // 'This field cannot be empty' => '', + // 'Close a task when there is no activity in an specific column' => '', + // '%s removed a subtask for the task #%d' => '', + // '%s removed a comment on the task #%d' => '', + // 'Comment removed on task #%d' => '', + // 'Subtask removed on task #%d' => '', // 'Hide tasks in this column in the dashboard' => '', + // '%s removed a comment on the task %s' => '', + // '%s removed a subtask for the task %s' => '', + // 'Comment removed' => '', + // 'Subtask removed' => '', ); |