diff options
author | rzeka <piotr@rzeka.net> | 2014-03-04 20:17:26 +0100 |
---|---|---|
committer | rzeka <piotr@rzeka.net> | 2014-03-04 20:17:26 +0100 |
commit | ccc54c65cf2191e35bd0294c0ffbae761b29f151 (patch) | |
tree | 98040c247f1a3165c83266ceeccc7b618f6f2303 /locales/fr_FR/translations.php | |
parent | 86bee367846491be2a7f703affc1052318dac63d (diff) |
Added basic comments on tasks
Diffstat (limited to 'locales/fr_FR/translations.php')
-rw-r--r-- | locales/fr_FR/translations.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/locales/fr_FR/translations.php b/locales/fr_FR/translations.php index 3a64f0c7..fb9ce4bc 100644 --- a/locales/fr_FR/translations.php +++ b/locales/fr_FR/translations.php @@ -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' => '', ); |