diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-07-25 18:03:09 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-07-25 18:03:09 -0400 |
commit | 839a0d831e82a21ced8654fcd8b4832975f6a87f (patch) | |
tree | c57cd27ba288e1121d390e211da269f729e6bf94 /app/Locale/fr_FR/translations.php | |
parent | 7f33cf6ef5f3fbe576c3d56813447eed91de75bd (diff) |
Switch to MIT license
Diffstat (limited to 'app/Locale/fr_FR/translations.php')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index e4ae6e53..11a429ee 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -1013,4 +1013,8 @@ return array( 'no category' => 'aucune catégorie', 'Current assignee: %s' => 'Assigné actuel : %s', 'not assigned' => 'non assigné', + 'Author:' => 'Auteur :', + 'contributors' => 'contributeurs', + 'License:' => 'Licence :', + 'License' => 'Licence', ); |