diff options
Diffstat (limited to 'app/Locale/fr_FR')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index 5820ea45..df00551a 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -256,7 +256,6 @@ return array( 'Do you really want to remove this sub-task?' => 'Voulez-vous vraiment supprimer cette sous-tâche ?', 'Remaining:' => 'Restant :', 'hours' => 'heures', - 'spent' => 'passé', 'estimated' => 'estimé', 'Sub-Tasks' => 'Sous-tâches', 'Add a sub-task' => 'Ajouter une sous-tâche', @@ -481,7 +480,6 @@ return array( 'Link removed successfully.' => 'Lien supprimé avec succès.', 'Link labels' => 'Libellé des liens', 'Link modification' => 'Modification d\'un lien', - 'Links' => 'Liens', 'Opposite label' => 'Nom du libellé opposé', 'Remove a link' => 'Supprimer un lien', 'The labels must be different' => 'Les libellés doivent être différents', @@ -522,7 +520,6 @@ return array( 'CAD - Canadian Dollar' => 'CAD - Dollar canadien', 'CHF - Swiss Francs' => 'CHF - Franc suisse', 'Custom Stylesheet' => 'Feuille de style personnalisée', - 'download' => 'télécharger', 'EUR - Euro' => 'EUR - Euro', 'GBP - British Pound' => 'GBP - Livre sterling', 'INR - Indian Rupee' => 'INR - Roupie indienne', @@ -593,7 +590,6 @@ return array( 'Existing due date' => 'Date d\'échéance existante', 'Factor to calculate new due date: ' => 'Facteur pour calculer la nouvelle date d\'échéance : ', 'Month(s)' => 'Mois', - 'Recurrence' => 'Récurrence', 'This task has been created by: ' => 'Cette tâche a été créée par :', 'Recurrent task has been generated:' => 'Une tâche récurrente a été générée :', 'Timeframe to calculate new due date: ' => 'Échelle de temps pour calculer la nouvelle date d\'échéance : ', @@ -731,7 +727,6 @@ return array( 'NOK - Norwegian Krone' => 'NOK - Couronne norvégienne', 'Show this column' => 'Montrer cette colonne', 'Hide this column' => 'Cacher cette colonne', - 'open file' => 'ouvrir le fichier', 'End date' => 'Date de fin', 'Users overview' => 'Vue d\'ensemble des utilisateurs', 'Members' => 'Membres', @@ -1380,4 +1375,6 @@ return array( '%s moved the task #%d to the column "%s"' => '%s a déplacé la tâche #%d vers la colonne « %s »', '%s moved the task #%d to the position %d in the column "%s"' => '%s a déplacé la tâche #%d à la position %d dans la colonne « %s »', '%s moved the task #%d to the swimlane "%s"' => '%s a déplacé la tâche #%d vers la swimlane « %s »', + '%sh spent' => '%sh passé', + '%sh estimated' => '%sh estimé', ); |