diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-10-25 18:13:13 -0400 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-10-25 18:13:13 -0400 |
commit | c4e6d658e4099bd8152c77a76f486809693205f5 (patch) | |
tree | 3f40b34076fe62843023877e463c8538f2339053 /app/Locale/fr_FR/translations.php | |
parent | 7af67934cf67d40e1471b519ecdf06343203c6f6 (diff) |
Finish github webhooks integration
Diffstat (limited to 'app/Locale/fr_FR/translations.php')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index 8b1287ce..5f7e7935 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -553,4 +553,9 @@ return array( 'Everybody have access to this project.' => 'Tout le monde a acccès à ce projet.', 'Webhooks' => 'Webhooks', 'API' => 'API', + 'Integration' => 'Intégration', + 'Github webhook' => 'Webhook Github', + 'Help on Github webhook' => 'Aide sur les webhooks Github', + 'Create a comment from an external provider' => 'Créer un commentaire depuis un fournisseur externe', + 'Github issue comment created' => 'Commentaire créé sur un ticket Github', ); |