diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-05-30 18:39:47 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-05-30 18:39:47 -0400 |
commit | 9cdb72681e69620a1f5ac1a2c0532a414641ad44 (patch) | |
tree | cb1468666b52f3270817d6c9ba0d692d433f320c /app/Locale/fr_FR | |
parent | 3704fd243a612d3588a9c8965ec130296d6ecbe0 (diff) |
Add help message for private projects
Diffstat (limited to 'app/Locale/fr_FR')
-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 1f772233..f5c97759 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -923,4 +923,5 @@ return array( 'Two factor authentication disabled' => 'Authentification à deux facteurs désactivé', 'Two factor authentication enabled' => 'Authentification à deux facteurs activée', 'Unable to update this user.' => 'Impossible de mettre à jour cet utilisateur.', + 'There is no user management for private projects.' => 'Il n\'y a pas de gestion d\'utilisateurs pour les projets privés.', ); |