diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index 461f8566c..246c24716 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', diff --git a/app/Template/app/projects.php b/app/Template/app/projects.php index 90e6e67d5..27060f7df 100644 --- a/app/Template/app/projects.php +++ b/app/Template/app/projects.php @@ -1,4 +1,4 @@ -
= t('Your are not member of any project.') ?>
diff --git a/app/Template/app/subtasks.php b/app/Template/app/subtasks.php index 5afb71b01..d6cbde6f0 100644 --- a/app/Template/app/subtasks.php +++ b/app/Template/app/subtasks.php @@ -1,4 +1,4 @@ -= t('There is nothing assigned to you.') ?>
diff --git a/app/Template/app/tasks.php b/app/Template/app/tasks.php index f05c63ef8..6fd7d56d5 100644 --- a/app/Template/app/tasks.php +++ b/app/Template/app/tasks.php @@ -1,4 +1,4 @@ -= t('There is nothing assigned to you.') ?>