Improve comments

This commit is contained in:
Frédéric Guillot
2014-03-04 21:57:12 -05:00
parent ccc54c65cf
commit 19409360ca
10 changed files with 162 additions and 91 deletions

View File

@@ -202,7 +202,9 @@ return array(
'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' => '',
'Comments' => 'Commentaires',
'Post comment' => 'Commenter',
'Write your text in Markdown' => 'Écrivez votre texte en Markdown',
'Leave a comment' => 'Laissez un commentaire',
'Comment is required' => 'Le commentaire est obligatoire',
);

View File

@@ -207,6 +207,8 @@ return array(
'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',
//'Write your text in Markdown' => '',
//'Leave a comment' => '',
//'Comment is required' => '',
);