diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-09-16 16:35:43 +0200 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-09-16 16:35:43 +0200 |
commit | a76939066b01b9dd39ff44a8d3aa3165dc7b3eaf (patch) | |
tree | 0687c85ec5714f82ad56000e17f69b373736ffd3 /app/Locales | |
parent | aca4207a94200ce4033de57baabc69afe5e3804e (diff) |
Add more events and notifications for tasks
Diffstat (limited to 'app/Locales')
-rw-r--r-- | app/Locales/fr_FR/translations.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/Locales/fr_FR/translations.php b/app/Locales/fr_FR/translations.php index 2cb65b76..5084477a 100644 --- a/app/Locales/fr_FR/translations.php +++ b/app/Locales/fr_FR/translations.php @@ -496,4 +496,10 @@ return array( 'Activity' => 'Activité', 'Default values are "%s"' => 'Les valeurs par défaut sont « %s »', 'Default columns for new projects (Comma-separated)' => 'Colonnes par défaut pour les nouveaux projets (séparé par des virgules)', + 'Task assignee change' => 'Modification de la personne assignée sur une tâche', + '%s change the assignee of the task #%d' => '%s a changé la personne assignée sur la tâche #%d', + '%s change the assignee of the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '%s a changé la personne assignée sur la tâche <a href="?controller=task&action=show&task_id=%d">n°%d</a>', + '[%s][Column Change] %s (#%d)' => '[%s][Changement de colonne] %s (#%d)', + '[%s][Position Change] %s (#%d)' => '[%s][Changement de position] %s (#%d)', + '[%s][Assignee Change] %s (#%d)' => '[%s][Changement d\'assigné] %s (#%d)', ); |