diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-03-30 21:27:49 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-03-30 21:27:49 -0400 |
commit | 01f9ee3410bb4f6878033b353f5a0731397632d0 (patch) | |
tree | abf46f22cca9ac8d6aa410336ff5d5682708c6e0 /app/Locale | |
parent | b17f4b28ca948d223f12ceab96e38c018f32c6fd (diff) |
Add Gravatar integration
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 d389b0e1..ac21f387 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -834,4 +834,5 @@ return array( 'Room API ID or name' => 'Nom ou identifiant du salon de discussion', 'Room notification token' => 'Jeton de sécurité du salon de discussion', 'Help on Hipchat integration' => 'Aide sur l\'intégration avec Hipchat', + 'Enable Gravatar images' => 'Activer les images Gravatar', ); |