diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-03-30 22:04:27 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-03-30 22:04:27 -0400 |
commit | 066893e6a1524adfd3671b03f57cec0d77168cc0 (patch) | |
tree | 01837a9d8ec83b3d952d160bd81981bdb9534e47 /app/Locale/fr_FR | |
parent | 8d9b87bb6ee084d2ee71e8ca17cf2537dba87d7f (diff) |
Split task sidebar with another section
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 ac21f387..ef53801e 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -835,4 +835,5 @@ return array( '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', + 'Information' => 'Informations', ); |