summaryrefslogtreecommitdiff
path: root/app/Locale/fr_FR
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-11-15 13:45:24 -0500
committerFrederic Guillot <fred@kanboard.net>2015-11-15 13:45:24 -0500
commit2011c3534401f8aa8b4e4b72f0a024e58ca85560 (patch)
tree23ea6118f0cff3e4455815d7dda295cbb96fea61 /app/Locale/fr_FR
parent42b5b413bdd7b10c2f4143251333eb721543c879 (diff)
Add missing template for activity stream
Diffstat (limited to 'app/Locale/fr_FR')
-rw-r--r--app/Locale/fr_FR/translations.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php
index 36047e84..05bc5e04 100644
--- a/app/Locale/fr_FR/translations.php
+++ b/app/Locale/fr_FR/translations.php
@@ -1067,4 +1067,5 @@ return array(
'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',
);