diff options
author | Frédéric Guillot <contact@fredericguillot.com> | 2014-03-04 21:57:12 -0500 |
---|---|---|
committer | Frédéric Guillot <contact@fredericguillot.com> | 2014-03-04 21:57:12 -0500 |
commit | 19409360ca7d4c00d070b16bbfcc6cd02543cdca (patch) | |
tree | 3eb3a3d0fce2d74c550135f3119182e1d1aa0fe2 /locales/fr_FR | |
parent | ccc54c65cf2191e35bd0294c0ffbae761b29f151 (diff) |
Improve comments
Diffstat (limited to 'locales/fr_FR')
-rw-r--r-- | locales/fr_FR/translations.php | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/locales/fr_FR/translations.php b/locales/fr_FR/translations.php index fb9ce4bc..7cf8bfe1 100644 --- a/locales/fr_FR/translations.php +++ b/locales/fr_FR/translations.php @@ -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', ); |