diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-02-08 21:13:59 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-02-08 21:13:59 -0500 |
commit | 6f94ce6af3072543ee62d64016931ed424f800a7 (patch) | |
tree | 348d250d786dba40c14828cef3fb347116a0fa1a /app/Locale/fr_FR/translations.php | |
parent | 02f7c8d33d60b41f5c2a5335f9f6ee56f236a7fe (diff) |
Add Bitbucket webhook
Diffstat (limited to 'app/Locale/fr_FR/translations.php')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index 2542a6fe..5df39809 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -680,4 +680,7 @@ return array( 'Disable login form' => 'Désactiver le formulaire d\'authentification', 'Show/hide calendar' => 'Afficher/cacher le calendrier', 'User calendar' => 'Calendrier de l\'utilisateur', + 'Bitbucket commit received' => '« Commit » reçu via Bitbucket', + 'Bitbucket webhooks' => 'Webhook Bitbucket', + 'Help on Bitbucket webhooks' => 'Aide sur les webhooks Bitbucket', ); |