Add the possibility to create a comment when a task is sent by email

This commit is contained in:
Frederic Guillot
2017-06-03 12:03:46 -04:00
parent 43e4662b84
commit e27148dfd8
30 changed files with 66 additions and 0 deletions

View File

@@ -1335,4 +1335,6 @@ return array(
'DKK - Danish Krona' => 'DKK - Couronne danoise',
'Remove user from group' => 'Supprimer cet utilisateur du groupe',
'Assign the task to its creator' => 'Assigner une tâche à son créateur',
'This task was sent by email to "%s" with subject "%s".' => 'Cette tâche a été envoyée par courrier électronique à « %s » avec le sujet « %s ».',
'Log this action in a comment' => 'Enregistrez cette action dans un commentaire',
);