summaryrefslogtreecommitdiff
path: root/locales/fr_FR
diff options
context:
space:
mode:
authorFrédéric Guillot <contact@fredericguillot.com>2014-03-04 21:57:12 -0500
committerFrédéric Guillot <contact@fredericguillot.com>2014-03-04 21:57:12 -0500
commit19409360ca7d4c00d070b16bbfcc6cd02543cdca (patch)
tree3eb3a3d0fce2d74c550135f3119182e1d1aa0fe2 /locales/fr_FR
parentccc54c65cf2191e35bd0294c0ffbae761b29f151 (diff)
Improve comments
Diffstat (limited to 'locales/fr_FR')
-rw-r--r--locales/fr_FR/translations.php8
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',
);