diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-02-16 22:32:15 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-02-16 22:32:15 -0500 |
commit | 8d1f19fb560047a3d63db8a14ffbad73758624e6 (patch) | |
tree | d13760e8c789f43700acf79cfc776fb7a36e8906 /app/Locale/fr_FR | |
parent | 0242c838d805d4549c16974d56fc192a8a798365 (diff) |
Add missing translations
Diffstat (limited to 'app/Locale/fr_FR')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index 5d32030e..16ef8272 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -733,4 +733,6 @@ return array( 'Keyboard shortcuts' => 'Raccourcis clavier', 'Open board switcher' => 'Ouvrir le sélecteur de tableau', 'Application' => 'Application', + 'Filter recently updated' => 'Filtrer récents', + 'since %B %e, %Y at %k:%M %p' => 'depuis le %d/%m/%Y à %H:%M', ); |