diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-04-07 20:21:27 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-04-07 20:21:27 -0400 |
commit | 4325679a709869a921e9b0b7bfebd6be560090ab (patch) | |
tree | 4fc7f715e9ecd5188662c2853bc5ace92eaae3f9 /app/Locale/fr_FR/translations.php | |
parent | e41495a06c3401120a781efdc1a882b85bd5a0cc (diff) |
Display the author in email notifications
Diffstat (limited to 'app/Locale/fr_FR/translations.php')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index 7b70183b..d0d890d6 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -848,4 +848,5 @@ return array( 'Secret key: ' => 'Clé secrète : ', 'Test your device' => 'Testez votre appareil', 'Assign a color when the task is moved to a specific column' => 'Assigner une couleur lorsque la tâche est déplacée dans une colonne spécifique', + '%s via Kanboard' => '%s via Kanboard', ); |