diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-03-28 21:37:53 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-03-28 21:37:53 -0400 |
commit | 5536f6c6ce591ba05a169d2e33b6fb240378d8a4 (patch) | |
tree | bac0cb1563d8258965384b97be8d425578f71ef6 /app/Locale/fr_FR | |
parent | f9891a966fb87d2112f174b7c3a1b3a705b73bdd (diff) |
Add Slack integration
Diffstat (limited to 'app/Locale/fr_FR')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index fec0f8b8..e2425892 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -825,4 +825,8 @@ return array( 'Reference currency' => 'Devise de référence', 'The currency rate have been added successfully.' => 'Le taux de change a été ajouté avec succès.', 'Unable to add this currency rate.' => 'Impossible d\'ajouter ce taux de change', + 'Send notifications to a Slack channel' => 'Envoyer des notifications sur un channel Slack', + 'Webhook URL' => 'URL du webhook', + 'Help on Slack integration' => 'Aide sur l\'intégration avec Slack', + '%s remove the assignee of the task %s' => '%s a enlevé la personne assignée à la tâche %s', ); |