diff options
author | Frédéric Guillot <contact@fredericguillot.com> | 2014-03-04 22:45:58 -0500 |
---|---|---|
committer | Frédéric Guillot <contact@fredericguillot.com> | 2014-03-04 22:45:58 -0500 |
commit | 141616b48cdb2f05a8288be0519ac4094c292ba6 (patch) | |
tree | 80c4382b19abc5b75636899a764e6252fc9032b1 /locales | |
parent | 19409360ca7d4c00d070b16bbfcc6cd02543cdca (diff) |
Add the possibility to add a description directly from the task show view
Diffstat (limited to 'locales')
-rw-r--r-- | locales/fr_FR/translations.php | 4 | ||||
-rw-r--r-- | locales/pl_PL/translations.php | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/locales/fr_FR/translations.php b/locales/fr_FR/translations.php index 7cf8bfe1..2429e067 100644 --- a/locales/fr_FR/translations.php +++ b/locales/fr_FR/translations.php @@ -207,4 +207,8 @@ return array( 'Write your text in Markdown' => 'Écrivez votre texte en Markdown', 'Leave a comment' => 'Laissez un commentaire', 'Comment is required' => 'Le commentaire est obligatoire', + 'Leave a description' => 'Laissez une description', + 'Comment added successfully.' => 'Commentaire ajouté avec succès.', + 'Unable to create your comment.' => 'Impossible de sauvegarder votre commentaire.', + 'The description is required' => 'La description est obligatoire', ); diff --git a/locales/pl_PL/translations.php b/locales/pl_PL/translations.php index a076ee9e..b7adfc45 100644 --- a/locales/pl_PL/translations.php +++ b/locales/pl_PL/translations.php @@ -211,4 +211,7 @@ return array( //'Write your text in Markdown' => '', //'Leave a comment' => '', //'Comment is required' => '', + //'Comment added successfully.' => '', + //'Unable to create your comment.' => '', + //'The description is required' => '', ); |