diff options
Diffstat (limited to 'app/Locales/fr_FR/translations.php')
-rw-r--r-- | app/Locales/fr_FR/translations.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Locales/fr_FR/translations.php b/app/Locales/fr_FR/translations.php index c80fdb9a..147e12f6 100644 --- a/app/Locales/fr_FR/translations.php +++ b/app/Locales/fr_FR/translations.php @@ -436,4 +436,6 @@ return array( 'Project activation' => 'Activation du projet', 'Move the task to another project' => 'Déplacer la tâche vers un autre projet', 'Move to another project' => 'Déplacer vers un autre projet', + 'Do you really want to duplicate this task?' => 'Voulez-vous vraiment dupliquer cette tâche ?', + 'Duplicate a task' => 'Dupliquer une tâche' ); |