summaryrefslogtreecommitdiff
path: root/app/Locale/pt_BR
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2017-06-03 12:03:46 -0400
committerFrederic Guillot <fred@kanboard.net>2017-06-03 12:03:46 -0400
commite27148dfd8192ed3052adb8397a0f8c4ed47916d (patch)
tree1221df9bc1ef5a9396e7a23de2f7a233fddddb83 /app/Locale/pt_BR
parent43e4662b842248952aa53ebb69e8e833682a055c (diff)
Add the possibility to create a comment when a task is sent by email
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 4f733ab0..dd0b9e90 100644
--- a/app/Locale/pt_BR/translations.php
+++ b/app/Locale/pt_BR/translations.php
@@ -1335,4 +1335,6 @@ return array(
'DKK - Danish Krona' => 'DKK - Coroa Dinamarquesa',
'Remove user from group' => 'Remover usuário do grupo',
// 'Assign the task to its creator' => '',
+ // 'This task was sent by email to "%s" with subject "%s".' => '',
+ // 'Log this action in a comment' => '',
);