diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-01-23 18:07:28 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-01-23 18:07:28 -0500 |
commit | 6002efb8a0a178a6ee1d1c1c07a1222d945d0062 (patch) | |
tree | 40d5cea91828a1b47d21914ee2817acf456d86a2 /app/Locale/fr_FR/translations.php | |
parent | cfec551968ff59c124b9e148d2c807153ead9fb5 (diff) |
Replace message when no project notifications are registered
Diffstat (limited to 'app/Locale/fr_FR/translations.php')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index 7c05dbe9..26490b1b 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -996,7 +996,6 @@ return array( 'Append/Replace' => 'Ajouter/Remplaçer', 'Append' => 'Ajouter', 'Replace' => 'Remplaçer', - 'There is no notification method registered.' => 'Il n\'y a aucune méthode de notification enregistrée.', 'Import' => 'Importation', 'change sorting' => 'changer l\'ordre', 'Tasks Importation' => 'Importation des tâches', @@ -1105,4 +1104,7 @@ return array( 'Do you really want to close all tasks of this column?' => 'Voulez-vous vraiment fermer toutes les tâches de cette colonne ?', '%d task(s) in the column "%s" and the swimlane "%s" will be closed.' => '%d tâche(s) dans la colonne « %s » et la swimlane « %s » seront fermées.', 'Close all tasks of this column' => 'Fermer toutes les tâches de cette colonne', + 'No plugin has registered a project notification method. You can still configure individual notifications in your user profile.' => 'Aucun plugin n\'a enregistré une méthode de notification de projet. Vous pouvez toujours configurer les notifications individuelles dans votre profil d\'utilisateur.', + 'My dashboard' => 'Mon tableau de bord', + 'My profile' => 'Mon profile', ); |