diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-09-12 17:35:48 +0200 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-09-12 17:35:48 +0200 |
commit | 2e6a8d435f4fa73882224b465716360ee2e7c693 (patch) | |
tree | 9839a499905c350cd02d56454a25b90a79ede41f /app/Locales/pl_PL | |
parent | c3a0cf43430438bfe7e7b0ccccfadb72a74331d6 (diff) |
Add settings field to control project columns (pull-request #244)
Diffstat (limited to 'app/Locales/pl_PL')
-rw-r--r-- | app/Locales/pl_PL/translations.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Locales/pl_PL/translations.php b/app/Locales/pl_PL/translations.php index ca48f2e6..bedcfd71 100644 --- a/app/Locales/pl_PL/translations.php +++ b/app/Locales/pl_PL/translations.php @@ -494,4 +494,6 @@ return array( // '%s moved the task #%d to the column "%s"' => '', // '%s moved the task #%d to the position %d in the column "%s"' => '', // 'Activity' => '', + // 'Default values are "%s"' => '', + // 'Default columns for new projects (Comma-separated)' => '', ); |