summaryrefslogtreecommitdiff
path: root/app/Locale/pt_BR
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-02-10 22:10:32 -0500
committerFrederic Guillot <fred@kanboard.net>2015-02-10 22:10:32 -0500
commitefbf679385773e76cbb436691f63e931c17172d4 (patch)
treee2d15b3a0afa15e2a5532ad8f2d2c110665ffb98 /app/Locale/pt_BR
parent57613d18539a2cf5970dcc0c4f50e023df9eea73 (diff)
Add subtask time tracking in the task view
Diffstat (limited to 'app/Locale/pt_BR')
-rw-r--r--app/Locale/pt_BR/translations.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php
index 6db1753b..ca8ae3e9 100644
--- a/app/Locale/pt_BR/translations.php
+++ b/app/Locale/pt_BR/translations.php
@@ -681,4 +681,6 @@ return array(
'Bitbucket commit received' => '"Commit" recebido via Bitbucket',
'Bitbucket webhooks' => 'Webhook Bitbucket',
'Help on Bitbucket webhooks' => 'Ajuda sobre os webhooks Bitbucket',
+ // 'Start' => '',
+ // 'End' => '',
);