diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-06-24 10:32:44 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-06-24 10:32:44 -0400 |
commit | bf22ea4694f6b0aadb6a6975f9324a7138b07278 (patch) | |
tree | 302f0c7af219294ce0464e4fdceedccf1a27e042 /app/Locale/fr_FR | |
parent | 599237b805aae334bb85da44acb738b642017707 (diff) |
Display totals on the dashboard for tasks/subtasks/projects
Diffstat (limited to 'app/Locale/fr_FR')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index 461f8566..246c2471 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -501,7 +501,7 @@ return array( 'Started on %B %e, %Y' => 'Commençé le %d/%m/%Y', 'Start date' => 'Date de début', 'Time estimated' => 'Temps estimé', - 'There is nothing assigned to you.' => 'Aucune tâche assignée pour vous.', + 'There is nothing assigned to you.' => 'Il n\'y a rien d\'assigné pour vous.', 'My tasks' => 'Mes tâches', 'Activity stream' => 'Flux d\'activité', 'Dashboard' => 'Tableau de bord', |