Display an error message when there is no column for a project

This commit is contained in:
Frédéric Guillot
2014-02-23 20:34:55 -05:00
parent 2298594455
commit 50051e776f
5 changed files with 92 additions and 73 deletions

View File

@@ -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!' => '',
*/
);