Replace message when no project notifications are registered

This commit is contained in:
Frederic Guillot
2016-01-23 18:07:28 -05:00
parent cfec551968
commit 6002efb8a0
24 changed files with 77 additions and 31 deletions

View File

@@ -994,7 +994,6 @@ return array(
// 'Append/Replace' => '',
// 'Append' => '',
// 'Replace' => '',
'There is no notification method registered.' => 'Tablica nie posiada aktywnych metod powiadomień.',
// 'Import' => '',
// 'change sorting' => '',
'Tasks Importation' => 'Import zadań',
@@ -1102,4 +1101,7 @@ return array(
// 'Do you really want to close all tasks of this column?' => '',
// '%d task(s) in the column "%s" and the swimlane "%s" will be closed.' => '',
// 'Close all tasks of this column' => '',
// 'No plugin has registered a project notification method. You can still configure individual notifications in your user profile.' => '',
// 'My dashboard' => '',
// 'My profile' => '',
);