diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-03-06 15:40:25 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-03-06 15:40:25 -0500 |
commit | 65ded5a49e6a151e8e6fec3a43e3fef2680bed5c (patch) | |
tree | e8d45260afdef2879ed6a9495949c47141188c35 | |
parent | c8de706e62f3186b89e4c81697bb148ea23b91b1 (diff) | |
parent | f190c819df89981b3a73252888aae8c479dc66aa (diff) |
Merge pull-request #1954
-rw-r--r-- | app/Locale/fr_FR/translations.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index 18ce9bd7..a38d0c64 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -72,7 +72,7 @@ return array( 'All projects' => 'Tous les projets', 'Add a new column' => 'Ajouter une nouvelle colonne', 'Title' => 'Titre', - 'Nobody assigned' => 'Personne assignée', + 'Nobody assigned' => 'Personne assigné', 'Assigned to %s' => 'Assigné à %s', 'Remove a column' => 'Supprimer une colonne', 'Remove a column from a board' => 'Supprimer une colonne d\'un tableau', @@ -93,7 +93,7 @@ return array( 'Edit a task' => 'Modifier une tâche', 'Column' => 'Colonne', 'Color' => 'Couleur', - 'Assignee' => 'Personne assigné', + 'Assignee' => 'Personne assignée', 'Create another task' => 'Créer une autre tâche', 'New task' => 'Nouvelle tâche', 'Open a task' => 'Ouvrir une tâche', |