diff options
author | Frédéric Guillot <contact@fredericguillot.com> | 2014-02-25 22:09:44 -0500 |
---|---|---|
committer | Frédéric Guillot <contact@fredericguillot.com> | 2014-02-25 22:09:44 -0500 |
commit | 44b18060834b0afad7c875d32ea162c9f6e31621 (patch) | |
tree | f0e4f726fffc7a2c36f387083f6c9c7958386164 /locales/pl_PL/translations.php | |
parent | 44fc9c081fb7561b7b02115f9b2a6eb0349d2201 (diff) |
Add task limit for each column
Diffstat (limited to 'locales/pl_PL/translations.php')
-rw-r--r-- | locales/pl_PL/translations.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/locales/pl_PL/translations.php b/locales/pl_PL/translations.php index aaadb510..58d2323c 100644 --- a/locales/pl_PL/translations.php +++ b/locales/pl_PL/translations.php @@ -180,11 +180,14 @@ return array( '%d closed tasks' => '%d zamkniętych zadań', 'no task for this project' => 'brak zadań dla tego projektu', 'Public link' => 'Link publiczny', - 'There is no column in your project!' => 'Brak kolumnt w Twoim projekcie', + 'There is no column in your project!' => 'Brak kolumny w Twoim projekcie', 'Change assignee' => 'Zmień odpowiedzialną osobę', 'Change assignee for the task "%s"' => 'Zmień odpowiedzialną osobę dla zadania "%s"', 'Timezone' => 'Strefa czasowa', //'Sorry, I didn\'t found this information in my database!' => '', //'Page not found' => '', //'Story Points' => '', + //'limit' => '', + //'Task limit' => '', + //'This value must be greater than %d' => '', ); |