From a76939066b01b9dd39ff44a8d3aa3165dc7b3eaf Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Tue, 16 Sep 2014 16:35:43 +0200 Subject: Add more events and notifications for tasks --- app/Locales/fr_FR/translations.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/Locales') 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 #%d' => '%s a changé la personne assignée sur la tâche n°%d', + '[%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)', ); -- cgit v1.2.3