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 promijenio izvršioca za zadatak %s u %s',
|
||||
'New password for the user "%s"' => 'Nova šifra korisnika "%s"',
|
||||
'Choose an event' => 'Izaberi događaj',
|
||||
'Github commit received' => 'Github: commit dobijen',
|
||||
'Github issue opened' => 'Github: otvoren problem',
|
||||
'Github issue closed' => 'Github: zatvoren problem',
|
||||
'Github issue reopened' => 'Github: ponovo otvoren problem',
|
||||
'Github issue assignee change' => 'Github: izmijenjen izvršioc problema',
|
||||
'Github issue label change' => 'Github: izmjena etikete problema',
|
||||
'Create a task from an external provider' => 'Kreiraj zadatak preko posrednika',
|
||||
'Change the assignee based on an external username' => 'Izmijene izvršioca bazirano na vanjskom korisničkom imenu',
|
||||
'Change the category based on an external label' => 'Izmijene kategorije bazirano na vanjskoj etiketi',
|
||||
@@ -487,10 +481,7 @@ return array(
|
||||
'Everybody have access to this project.' => 'Svima je dozvoljen pristup ovom projektu.',
|
||||
'Webhooks' => 'Webhooks',
|
||||
'API' => 'API',
|
||||
'Github webhooks' => 'Github webhooks',
|
||||
'Help on Github webhooks' => 'Pomoć na Github webhooks',
|
||||
'Create a comment from an external provider' => 'Napravi komentar preko vanjskog posrednika',
|
||||
'Github issue comment created' => 'Github: dodan komentar za problem',
|
||||
'Project management' => 'Upravljanje projektima',
|
||||
'My projects' => 'Moji projekti',
|
||||
'Columns' => 'Kolone',
|
||||
@@ -508,7 +499,6 @@ return array(
|
||||
'User repartition for "%s"' => 'Zaduženja korisnika za "%s"',
|
||||
'Clone this project' => 'Kloniraj ovaj projekat',
|
||||
'Column removed successfully.' => 'Kolona uspješno uklonjena.',
|
||||
'Github Issue' => 'Github problemi',
|
||||
'Not enough data to show the graph.' => 'Nedovoljno podataka za prikaz na grafikonu.',
|
||||
'Previous' => 'Prethodni',
|
||||
'The id must be an integer' => 'ID mora biti cjeloviti broj',
|
||||
@@ -763,8 +753,6 @@ return array(
|
||||
'By @%s on Bitbucket' => 'Od @%s na Bitbucket',
|
||||
'Bitbucket Issue' => 'Bitbucket problem',
|
||||
'Commit made by @%s on Bitbucket' => 'Commit-ao @%s na Bitbucket',
|
||||
'Commit made by @%s on Github' => 'Commit-ao @%s na Github',
|
||||
'By @%s on Github' => '@%s na Github',
|
||||
'Commit made by @%s on Gitlab' => 'Commit-ao @%s na Gitlab',
|
||||
'Add a comment log when moving the task between columns' => 'Dodaj komentar u dnevnik kada se pomjeri zadatak između kolona',
|
||||
'Move the task to another column when the category is changed' => 'Pomjeri zadatak u drugu kolonu kada je kategorija promijenjena',
|
||||
|
||||
Reference in New Issue
Block a user