diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-02-01 18:57:07 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-02-01 18:57:07 -0500 |
commit | 7283692c1d565ec262546bdc816e8a5004df86ea (patch) | |
tree | 6ed15509134de3fda8d37895c4801695a2fa4307 /app/Locale/pl_PL | |
parent | 695ed5701c4151dcab53fbdec1f21b0277cb7cf7 (diff) |
Add dropdown menu to the tasks
Diffstat (limited to 'app/Locale/pl_PL')
-rw-r--r-- | app/Locale/pl_PL/translations.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Locale/pl_PL/translations.php b/app/Locale/pl_PL/translations.php index a6f0800b..246f0dfc 100644 --- a/app/Locale/pl_PL/translations.php +++ b/app/Locale/pl_PL/translations.php @@ -699,4 +699,5 @@ return array( 'All status' => 'Wszystkie statusy', 'Add a comment logging moving the task between columns' => 'Dodaj komentarz dokumentujący przeniesienie zadania pomiędzy kolumnami', 'Moved to column %s' => 'Przeniosiono do kolumny %s', + // 'Change description' => '', ); |