diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-05-17 18:26:17 -0400 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-05-17 18:26:17 -0400 |
commit | f9c24f3c2c46eccd18e70704c0e8767fa6023206 (patch) | |
tree | 0e26337e3910ef10a88a8093967748ce54bcc701 /locales/pt_BR | |
parent | 4d677b720e818f9d14585479699335ec41ed3541 (diff) |
Add the possibility to remove a task
Diffstat (limited to 'locales/pt_BR')
-rw-r--r-- | locales/pt_BR/translations.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/locales/pt_BR/translations.php b/locales/pt_BR/translations.php index 9ef5a7f8..ffb578c5 100644 --- a/locales/pt_BR/translations.php +++ b/locales/pt_BR/translations.php @@ -306,4 +306,8 @@ return array( // 'Login with my Google Account' => '', // 'Project not found.' => '', // 'Task #%d' => '', + // 'Task removed successfully.' => '', + // 'Unable to remove this task.' => '', + // 'Remove a task' => '', + // 'Do you really want to remove this task: "%s"?' => '', ); |