summaryrefslogtreecommitdiff
path: root/app/Locale/fr_FR
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-05-09 22:09:09 -0400
committerFrederic Guillot <fred@kanboard.net>2015-05-09 22:09:09 -0400
commit5d5ba443370df91d59812db5691fa846a9854837 (patch)
tree0849199fcdd743c359829e038d21f51df7e7307e /app/Locale/fr_FR
parent0e019e8669090d4af1c325e49101d1dafcd7e690 (diff)
Update task links, assignee and time tracking (#775), group links by label (#669)
Merge and modification of pull-request #785
Diffstat (limited to 'app/Locale/fr_FR')
-rw-r--r--app/Locale/fr_FR/translations.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php
index c05dd689..84a28207 100644
--- a/app/Locale/fr_FR/translations.php
+++ b/app/Locale/fr_FR/translations.php
@@ -719,7 +719,7 @@ return array(
'is a child of' => 'est un enfant de',
'is a parent of' => 'est un parent de',
'targets milestone' => 'vise l\'étape importante',
- 'is a milestone of' => 'est une étape importante de',
+ 'is a milestone of' => 'est une étape importante incluant',
'fixes' => 'corrige',
'is fixed by' => 'est corrigée par',
'This task' => 'Cette tâche',
@@ -870,4 +870,8 @@ return array(
'Help on Sendgrid integration' => 'Aide sur l\'intégration avec Sendgrid',
'Disable two factor authentication' => 'Désactiver l\'authentification à deux facteurs',
'Do you really want to disable the two factor authentication for this user: "%s"?' => 'Voulez-vous vraiment désactiver l\'authentification à deux facteurs pour cet utilisateur : « %s » ?',
+ 'Edit a link' => 'Modifier un lien',
+ 'Start to type task title...' => 'Tappez le titre de la tâche...',
+ 'A task cannot be linked to itself' => 'Une tâche ne peut être liée à elle-même',
+ 'The exact same link already exists' => 'Un lien identique existe déjà',
);