summaryrefslogtreecommitdiff
path: root/app/Locale/pt_PT
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-01-23 18:07:28 -0500
committerFrederic Guillot <fred@kanboard.net>2016-01-23 18:07:28 -0500
commit6002efb8a0a178a6ee1d1c1c07a1222d945d0062 (patch)
tree40d5cea91828a1b47d21914ee2817acf456d86a2 /app/Locale/pt_PT
parentcfec551968ff59c124b9e148d2c807153ead9fb5 (diff)
Replace message when no project notifications are registered
Diffstat (limited to 'app/Locale/pt_PT')
-rw-r--r--app/Locale/pt_PT/translations.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/Locale/pt_PT/translations.php b/app/Locale/pt_PT/translations.php
index b6810999..bfe98033 100644
--- a/app/Locale/pt_PT/translations.php
+++ b/app/Locale/pt_PT/translations.php
@@ -994,7 +994,6 @@ return array(
'Append/Replace' => 'Acrescentar/Substituir',
'Append' => 'Acrescentar',
'Replace' => 'Substituir',
- 'There is no notification method registered.' => 'Não existe método de notificação registrado.',
'Import' => 'Importar',
'change sorting' => 'alterar ordernação',
'Tasks Importation' => 'Importação de Tarefas',
@@ -1102,4 +1101,7 @@ return array(
'Do you really want to close all tasks of this column?' => 'Tem a certeza que quer fechar todas as tarefas nesta coluna?',
'%d task(s) in the column "%s" and the swimlane "%s" will be closed.' => '%d tarefa(s) na coluna "%s" e na swimlane "%s" serão fechadas.',
'Close all tasks of this column' => 'Fechar todas as tarefas nesta coluna',
+ // 'No plugin has registered a project notification method. You can still configure individual notifications in your user profile.' => '',
+ // 'My dashboard' => '',
+ // 'My profile' => '',
);