diff options
author | Olivier Maridat <olivier.maridat@trialog.com> | 2015-10-26 14:26:35 +0100 |
---|---|---|
committer | Olivier Maridat <olivier.maridat@trialog.com> | 2015-10-26 14:26:35 +0100 |
commit | 6d354e3ea9eb91f06c61f3dfeba64f3db7ec57d2 (patch) | |
tree | 3fe024a5ac68997c7995b5019d3bbe14aa561c33 /app/Locale | |
parent | 06e9486c59831cdd1630647ea7474a39879a37da (diff) |
Add new action: Assign automatically a category based on a link
Diffstat (limited to 'app/Locale')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index e39c7664..36047e84 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -1066,4 +1066,5 @@ return array( 'Duplicates are not imported' => 'Les doublons ne sont pas importés', 'Usernames must be lowercase and unique' => 'Les noms d\'utilisateurs doivent être en minuscule et unique', 'Passwords will be encrypted if present' => 'Les mots de passe seront chiffrés si présent', + 'Assign automatically a category based on a color' => 'Assigner automatiquement une catégorie par rapport à un lien', ); |