diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-02-15 16:41:19 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-02-15 16:41:19 -0500 |
commit | 2fd2fe6e884ad912da088340f413f3477f54b505 (patch) | |
tree | 02192afcd2de2bbe96fbf3a7173d25800d096d77 /app/Locale/fr_FR | |
parent | b76256dd049a98a15bd6fb0a8ac24e2c7bee2617 (diff) |
Add missing locale
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 9659bdd5..5d32030e 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -732,4 +732,5 @@ return array( 'Board view' => 'Page du tableau', 'Keyboard shortcuts' => 'Raccourcis clavier', 'Open board switcher' => 'Ouvrir le sélecteur de tableau', + 'Application' => 'Application', ); |