Added basic comments on tasks
This commit is contained in:
@@ -201,4 +201,8 @@ return array(
|
||||
'User' => 'Utilisateur',
|
||||
'Everybody have access to this project.' => 'Tout le monde a accès au projet.',
|
||||
'You are not allowed to access to this project.' => 'Vous n\'êtes pas autorisé à accéder à ce projet.',
|
||||
'%B %e, %G at %k:%M %p' => '%e %B %G à %k:%M',
|
||||
//Comments => '',
|
||||
//'No comments' => '',
|
||||
//'Post comment' => '',
|
||||
);
|
||||
|
||||
@@ -205,5 +205,8 @@ return array(
|
||||
'User' => 'Użytkownik',
|
||||
'Everybody have access to this project.' => 'Każdy ma dostęp do tego projektu.',
|
||||
'You are not allowed to access to this project.' => 'Nie masz dostępu do tego projektu.',
|
||||
'%B %e, %G at %k:%M %p' => '%e %B %G o %k:%M',
|
||||
'Comments' => 'Komentarze',
|
||||
'No comments' => 'Brak komentarzy',
|
||||
'Post comment' => 'Dodaj komentarz',
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user