diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-03-01 19:42:24 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-03-01 19:42:24 -0500 |
commit | 052b14d48290405c8b3684e872f9c15858745bb2 (patch) | |
tree | 52d73757fe2a4cf13bb51e750268002b4ae4df8d /app/Locale/fr_FR | |
parent | d910ebc1eaadd9931599f351f09a04a8c437bdac (diff) |
Translate chosen selects
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 9a1d5f57..30531d78 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -739,4 +739,5 @@ return array( 'Compact view' => 'Vue compacte', 'Horizontal scrolling' => 'Défilement horizontal', 'Compact/wide view' => 'Basculer entre la vue compacte et étendue', + 'No results match:' => 'Aucun résultat :', ); |