summaryrefslogtreecommitdiff
path: root/app/Locale/fr_FR
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2017-02-19 12:00:35 -0500
committerFrederic Guillot <fred@kanboard.net>2017-02-19 12:00:35 -0500
commit778c9d82126560980d6473a708cd45c8ee0ba330 (patch)
tree21b0e16b87a30d8275d62b14d07a39b604a1b512 /app/Locale/fr_FR
parent23ff360d6232bbaf397405f0ac048f4200cea4ad (diff)
Allow people to remove missing automatic actions
When an automatic action is installed from a plugin, if the plugin is removed the automatic could stay in the database if the user didn't remove manually the automatic action.
Diffstat (limited to 'app/Locale/fr_FR')
-rw-r--r--app/Locale/fr_FR/translations.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php
index 5fc5e1cb..cf538fc9 100644
--- a/app/Locale/fr_FR/translations.php
+++ b/app/Locale/fr_FR/translations.php
@@ -1320,4 +1320,5 @@ return array(
'Remove this user from group' => 'Enlever cet utilisateur du groupe',
'Your project must have at least one active swimlane.' => 'Votre projet doit avoir au moins une swimlane active.',
'Project: %s' => 'Projet : %s',
+ 'Automatic action not found: "%s"' => 'Action automatique introuvable : « %s »',
);