summaryrefslogtreecommitdiff
path: root/locales
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
parentccc54c65cf2191e35bd0294c0ffbae761b29f151 (diff)
Improve comments
Diffstat (limited to 'locales')
-rw-r--r--locales/fr_FR/translations.php8
-rw-r--r--locales/pl_PL/translations.php4
2 files changed, 8 insertions, 4 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',
);
diff --git a/locales/pl_PL/translations.php b/locales/pl_PL/translations.php
index 884f6262..a076ee9e 100644
--- a/locales/pl_PL/translations.php
+++ b/locales/pl_PL/translations.php
@@ -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' => '',
);