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 endret ansvarlig for oppgaven %s til %s',
|
||||
'New password for the user "%s"' => 'Nytt passord for brukeren "%s"',
|
||||
'Choose an event' => 'Velg en hendelse',
|
||||
'Github commit received' => 'Github forpliktelse mottatt',
|
||||
'Github issue opened' => 'Github problem åpnet',
|
||||
'Github issue closed' => 'Github problem lukket',
|
||||
'Github issue reopened' => 'Github problem gjenåpnet',
|
||||
'Github issue assignee change' => 'Endre ansvarlig for Github problem',
|
||||
'Github issue label change' => 'Endre etikett for Github problem',
|
||||
'Create a task from an external provider' => 'Oppret en oppgave fra en ekstern tilbyder',
|
||||
'Change the assignee based on an external username' => 'Endre ansvarlige baseret på et eksternt brukernavn',
|
||||
'Change the category based on an external label' => 'Endre kategorien basert på en ekstern etikett',
|
||||
@@ -487,10 +481,7 @@ return array(
|
||||
'Everybody have access to this project.' => 'Alle har tilgang til dette prosjektet',
|
||||
// 'Webhooks' => '',
|
||||
// 'API' => '',
|
||||
// 'Github webhooks' => '',
|
||||
// 'Help on Github webhooks' => '',
|
||||
'Create a comment from an external provider' => 'Opprett en kommentar fra en ekstern tilbyder',
|
||||
// 'Github issue comment created' => '',
|
||||
'Project management' => 'Prosjektinnstillinger',
|
||||
'My projects' => 'Mine prosjekter',
|
||||
'Columns' => 'Kolonner',
|
||||
@@ -508,7 +499,6 @@ return array(
|
||||
// 'User repartition for "%s"' => '',
|
||||
'Clone this project' => 'Kopier dette prosjektet',
|
||||
'Column removed successfully.' => 'Kolonne flyttet',
|
||||
// 'Github Issue' => '',
|
||||
// 'Not enough data to show the graph.' => '',
|
||||
'Previous' => 'Forrige',
|
||||
// 'The id must be an integer' => '',
|
||||
@@ -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' => 'Legg til en kommentar i loggen når en oppgave flyttes mellom kolonnene',
|
||||
'Move the task to another column when the category is changed' => 'Flytt oppgaven til en annen kolonne når kategorien endres',
|
||||
|
||||
Reference in New Issue
Block a user