diff options
author | Frédéric Guillot <contact@fredericguillot.com> | 2014-02-23 20:34:55 -0500 |
---|---|---|
committer | Frédéric Guillot <contact@fredericguillot.com> | 2014-02-23 20:34:55 -0500 |
commit | 50051e776f9183471570f2688d0a85f92b309a3c (patch) | |
tree | 128a58e224b712aee068453e7695b1911455ca42 /locales/pl_PL/translations.php | |
parent | 229859445515b9f8e379a2037f177cbd277094d7 (diff) |
Display an error message when there is no column for a project
Diffstat (limited to 'locales/pl_PL/translations.php')
-rw-r--r-- | locales/pl_PL/translations.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/locales/pl_PL/translations.php b/locales/pl_PL/translations.php index 2e6211ed..b1ecd1ed 100644 --- a/locales/pl_PL/translations.php +++ b/locales/pl_PL/translations.php @@ -180,4 +180,8 @@ return array( '%d closed tasks' => '%d zamkniętych zadań', 'no task for this project' => 'brak zadań dla tego projektu', 'Public link' => 'Link publiczny', + + /* Missing translations: + 'There is no column in your project!' => '', + */ ); |