diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-03-29 13:51:51 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-03-29 13:51:51 -0400 |
commit | 7cbae61dbddefb98f1c5b412d8d72bf5ad883ac9 (patch) | |
tree | 52b93d5d6b44746b378e458978ffefb65a5a17a3 /app/Locale/pt_BR | |
parent | 5536f6c6ce591ba05a169d2e33b6fb240378d8a4 (diff) |
Add Hipchat integration
Diffstat (limited to 'app/Locale/pt_BR')
-rw-r--r-- | app/Locale/pt_BR/translations.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php index bca27142..b18f2143 100644 --- a/app/Locale/pt_BR/translations.php +++ b/app/Locale/pt_BR/translations.php @@ -827,4 +827,9 @@ return array( // 'Webhook URL' => '', // 'Help on Slack integration' => '', // '%s remove the assignee of the task %s' => '', + // 'Send notifications to Hipchat' => '', + // 'API URL' => '', + // 'Room API ID or name' => '', + // 'Room notification token' => '', + // 'Help on Hipchat integration' => '', ); |