Move Github Webhook to external plugin
See: https://github.com/kanboard/plugin-github-webhook
This commit is contained in:
@@ -437,12 +437,6 @@ return array(
|
||||
'%s changed the assignee of the task %s to %s' => '%s ha cambiato l\'assegnatario del compito %s a %s',
|
||||
'New password for the user "%s"' => 'Nuova password per l\'utente "%s"',
|
||||
'Choose an event' => 'Scegli un evento',
|
||||
'Github commit received' => 'Commit di Github ricevuto',
|
||||
'Github issue opened' => 'Issue di Github ricevuto',
|
||||
'Github issue closed' => 'Issue di Github chiusa',
|
||||
'Github issue reopened' => 'Issue di Github riaperta',
|
||||
'Github issue assignee change' => 'Assegnatario dell\'issue di Github cambiato',
|
||||
'Github issue label change' => 'Etichetta dell\'issue di Github cambiata',
|
||||
'Create a task from an external provider' => 'Crea un compito da un provider esterno',
|
||||
'Change the assignee based on an external username' => 'Cambia l\'assegnatario basandosi su un username esterno',
|
||||
'Change the category based on an external label' => 'Cambia la categoria basandosi su un\'etichetta esterna',
|
||||
@@ -487,10 +481,7 @@ return array(
|
||||
'Everybody have access to this project.' => 'Tutti hanno accesso a questo progetto',
|
||||
// 'Webhooks' => '',
|
||||
// 'API' => '',
|
||||
'Github webhooks' => 'Webhooks di Github',
|
||||
'Help on Github webhooks' => 'Guida ai Webhooks di Github',
|
||||
'Create a comment from an external provider' => 'Crea un commit da un provider esterno',
|
||||
'Github issue comment created' => 'Commento ad un Issue di Github creato',
|
||||
'Project management' => 'Gestione del progetto',
|
||||
'My projects' => 'I miei progetti',
|
||||
'Columns' => 'Colonne',
|
||||
@@ -508,7 +499,6 @@ return array(
|
||||
'User repartition for "%s"' => 'Ripartizione utente per "%s"',
|
||||
'Clone this project' => 'Clona questo progetto',
|
||||
'Column removed successfully.' => 'Colonna rimossa con successo',
|
||||
'Github Issue' => 'Issue di Github',
|
||||
'Not enough data to show the graph.' => 'Non ci sono abbastanza dati per visualizzare il grafico.',
|
||||
'Previous' => 'Precendete',
|
||||
'The id must be an integer' => 'L\'id deve essere un intero',
|
||||
@@ -763,8 +753,6 @@ return array(
|
||||
// 'By @%s on Bitbucket' => '',
|
||||
// 'Bitbucket Issue' => '',
|
||||
// 'Commit made by @%s on Bitbucket' => '',
|
||||
// 'Commit made by @%s on Github' => '',
|
||||
// 'By @%s on Github' => '',
|
||||
// 'Commit made by @%s on Gitlab' => '',
|
||||
// 'Add a comment log when moving the task between columns' => '',
|
||||
// 'Move the task to another column when the category is changed' => '',
|
||||
|
||||
Reference in New Issue
Block a user