Move Github Webhook to external plugin
See: https://github.com/kanboard/plugin-github-webhook
This commit is contained in:
@@ -439,12 +439,6 @@ return array(
|
||||
'%s changed the assignee of the task %s to %s' => '%s a changé la personne assignée à la tâche %s pour %s',
|
||||
'New password for the user "%s"' => 'Nouveau mot de passe pour l\'utilisateur « %s »',
|
||||
'Choose an event' => 'Choisir un événement',
|
||||
'Github commit received' => 'Commit reçu via Github',
|
||||
'Github issue opened' => 'Ouverture d\'un ticket sur Github',
|
||||
'Github issue closed' => 'Fermeture d\'un ticket sur Github',
|
||||
'Github issue reopened' => 'Réouverture d\'un ticket sur Github',
|
||||
'Github issue assignee change' => 'Changement d\'assigné sur un ticket Github',
|
||||
'Github issue label change' => 'Changement de libellé sur un ticket Github',
|
||||
'Create a task from an external provider' => 'Créer une tâche depuis un fournisseur externe',
|
||||
'Change the assignee based on an external username' => 'Changer l\'assigné en fonction d\'un utilisateur externe',
|
||||
'Change the category based on an external label' => 'Changer la catégorie en fonction d\'un libellé externe',
|
||||
@@ -489,10 +483,7 @@ return array(
|
||||
'Everybody have access to this project.' => 'Tout le monde a accès à ce projet.',
|
||||
'Webhooks' => 'Webhooks',
|
||||
'API' => 'API',
|
||||
'Github webhooks' => 'Webhook Github',
|
||||
'Help on Github webhooks' => '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',
|
||||
'Project management' => 'Gestion des projets',
|
||||
'My projects' => 'Mes projets',
|
||||
'Columns' => 'Colonnes',
|
||||
@@ -510,7 +501,6 @@ return array(
|
||||
'User repartition for "%s"' => 'Répartition des utilisateurs pour « %s »',
|
||||
'Clone this project' => 'Cloner ce projet',
|
||||
'Column removed successfully.' => 'Colonne supprimée avec succès.',
|
||||
'Github Issue' => 'Ticket Github',
|
||||
'Not enough data to show the graph.' => 'Pas assez de données pour afficher le graphique.',
|
||||
'Previous' => 'Précédent',
|
||||
'The id must be an integer' => 'L\'id doit être un entier',
|
||||
@@ -765,8 +755,6 @@ return array(
|
||||
'By @%s on Bitbucket' => 'Par @%s sur Bitbucket',
|
||||
'Bitbucket Issue' => 'Ticket Bitbucket',
|
||||
'Commit made by @%s on Bitbucket' => 'Commit fait par @%s sur Bitbucket',
|
||||
'Commit made by @%s on Github' => 'Commit fait par @%s sur Github',
|
||||
'By @%s on Github' => 'Par @%s sur Github',
|
||||
'Commit made by @%s on Gitlab' => 'Commit fait par @%s sur Gitlab',
|
||||
'Add a comment log when moving the task between columns' => 'Ajouter un commentaire d\'information lorsque une tâche est déplacée dans une autre colonne',
|
||||
'Move the task to another column when the category is changed' => 'Déplacer une tâche vers une autre colonne lorsque la catégorie a changé',
|
||||
|
||||
Reference in New Issue
Block a user