diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-11-15 14:39:12 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-11-15 14:39:12 -0500 |
commit | a42f1ea2bd0e208a67ac42a956f3a0bc366256de (patch) | |
tree | a1bea6bfb97f56fea14867c80c71a49650380d83 /app/Locale/fr_FR | |
parent | 2011c3534401f8aa8b4e4b72f0a024e58ca85560 (diff) |
Add unit test for TaskAssignCategoryLink
Diffstat (limited to 'app/Locale/fr_FR')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index 05bc5e04..2ef77f16 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -1066,6 +1066,7 @@ return array( 'Duplicates are not imported' => 'Les doublons ne sont pas importés', 'Usernames must be lowercase and unique' => 'Les noms d\'utilisateurs doivent être en minuscule et unique', 'Passwords will be encrypted if present' => 'Les mots de passe seront chiffrés si présent', - 'Assign automatically a category based on a color' => 'Assigner automatiquement une catégorie par rapport à un lien', '%s attached a new file to the task %s' => '%s a attaché un nouveau fichier à la tâche %s', + 'Link type' => 'Type de lien', + 'Assign automatically a category based on a link' => 'Assigner automatiquement une catégorie en fonction d\'un lien', ); |