diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-11-22 12:53:18 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-11-22 12:53:18 -0500 |
commit | 2c80a90a6f878cf1d586196279afa92267f2d64a (patch) | |
tree | 94aaaf5022a4cd0a4ae2ea7b43297822a0d48b73 /app/Locale/fr_FR/translations.php | |
parent | 0a7370b9e5652918ad9386baa81cc12627069755 (diff) |
Add Bosnian translation (pull-request #1470)
Diffstat (limited to 'app/Locale/fr_FR/translations.php')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index 095f15c6..36ecf2e9 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -1068,4 +1068,7 @@ return array( '%s attached a new file to the task %s' => '%s a attaché un nouveau fichier à la tâche %s', 'Link type' => 'Type de lien', 'Assign automatically a category based on a link' => 'Assigner automatiquement une catégorie en fonction d\'un lien', + 'BAM - Konvertibile Mark' => 'BAM - Mark convertible', + 'Assignee Username' => 'Utilisateur assigné', + 'Assignee Name' => 'Nom de l\'assigné', ); |