diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-09-28 18:23:21 -0400 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-09-28 18:23:21 -0400 |
commit | 33f9cdbc976e0f97c3dd24658dc7d0097497c6d7 (patch) | |
tree | 3a5dc8ca9a6b3db268ba95aec357a2e5a8aad80e /app/Locales/pl_PL | |
parent | 03fa01ac7b036820ee232d893ec63241918c6012 (diff) |
Add support for Github Issue Webhooks
Diffstat (limited to 'app/Locales/pl_PL')
-rw-r--r-- | app/Locales/pl_PL/translations.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/Locales/pl_PL/translations.php b/app/Locales/pl_PL/translations.php index e065a4d2..3e33ce8b 100644 --- a/app/Locales/pl_PL/translations.php +++ b/app/Locales/pl_PL/translations.php @@ -505,4 +505,15 @@ return array( // 'New password for the user "%s"' => '', // 'Choose an event' => '', // 'Github commit received' => '', + // 'Github issue opened' => '', + // 'Github issue closed' => '', + // 'Github issue reopened' => '', + // 'Github issue assignee change' => '', + // 'Github issue label change' => '', + // 'Create a task from an external provider' => '', + // 'Change the assignee based on an external username' => '', + // 'Change the category based on an external label' => '', + // 'Reference' => '', + // 'Reference: %s' => '', + // 'Label' => '', ); |