diff options
Diffstat (limited to 'app/Locales/fr_FR')
-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 03f00474..573b8e89 100644 --- a/app/Locales/fr_FR/translations.php +++ b/app/Locales/fr_FR/translations.php @@ -536,4 +536,6 @@ return array( 'ISO format is always accepted, example: "%s" and "%s"' => 'Le format ISO est toujours accepté, exemple : « %s » et « %s »', 'New private project' => 'Nouveau projet privé', 'This project is private' => 'Ce projet est privé', + 'Type here to create a new sub-task' => 'Créer une sous-tâche en écrivant le titre ici', + 'Add' => 'Ajouter', ); |