diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-12-30 15:38:57 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-12-30 15:38:57 -0500 |
commit | 28b4ae3260a9991dc6eac7d02f10756d8c5e10f0 (patch) | |
tree | 63f6d05e1f7db326d040eada17ccea435091b988 /app/Locale | |
parent | 4724367e3b9c10af23bb6596f8f678477927c8c3 (diff) |
Add missing French translation
Diffstat (limited to 'app/Locale')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index b822225a..55a360bc 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -1289,5 +1289,5 @@ return array( 'Your personal API access token is "%s"' => 'Votre jeton d\'accès personnel à l\'API est « %s »', 'Remove your token' => 'Supprimer votre jeton', 'Generate a new token' => 'Générer un nouveau jeton', - // 'Showing %d-%d of %d' => '', + 'Showing %d-%d of %d' => 'Éléments %d à %d sur %d', ); |