#37 click on task to access it

This commit is contained in:
rzeka
2014-03-05 09:31:14 +01:00
parent 141616b48c
commit 1d94ba9914
4 changed files with 18 additions and 10 deletions

View File

@@ -211,4 +211,5 @@ return array(
'Comment added successfully.' => 'Commentaire ajouté avec succès.',
'Unable to create your comment.' => 'Impossible de sauvegarder votre commentaire.',
'The description is required' => 'La description est obligatoire',
//'Edit this task' => '',
);

View File

@@ -208,10 +208,11 @@ return array(
'%B %e, %G at %k:%M %p' => '%e %B %G o %k:%M',
'Comments' => 'Komentarze',
'Post comment' => 'Dodaj komentarz',
//'Write your text in Markdown' => '',
//'Leave a comment' => '',
//'Comment is required' => '',
//'Comment added successfully.' => '',
//'Unable to create your comment.' => '',
//'The description is required' => '',
'Write your text in Markdown' => 'Możesz użyć Markdown',
'Leave a comment' => 'Zostaw komentarz',
'Comment is required' => 'Komentarz jest wymagany',
'Comment added successfully.' => 'Komentarz dodany',
'Unable to create your comment.' => 'Nie udało się dodać komentarza',
'The description is required' => 'Opis jest wymagany',
'Edit this task' => 'Edytuj zadanie'
);