From a58661f9a695fba5884bd3ba4a88b97c57a0ab48 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 3 Oct 2015 12:22:34 -0400 Subject: Sync locales --- app/Locale/fr_FR/translations.php | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) (limited to 'app/Locale/fr_FR') diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index ec784933..ec32ecb1 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -1020,4 +1020,42 @@ return array( 'There is no plugin loaded.' => 'Il n\'y a aucune extension chargée.', 'Set maximum column height' => 'Définir la hauteur max. des colonnes', 'Remove maximum column height' => 'Enlever la hauteur max. des colonnes', + 'My notifications' => 'Mes notifications', + 'Custom filters' => 'Filtres personalisés', + 'Your custom filter have been created successfully.' => 'Votre filter personalisé a été créé avec succès.', + 'Unable to create your custom filter.' => 'Impossible de créer votre filter personalisé.', + 'Custom filter removed successfully.' => 'Filtre personalisé supprimé avec succès.', + 'Unable to remove this custom filter.' => 'Impossible de supprimer ce filter personalisé.', + 'Edit custom filter' => 'Modification d\'un filtre personalisé', + 'Your custom filter have been updated successfully.' => 'Votre filtre personalisé a été mis à jour avec succès.', + 'Unable to update custom filter.' => 'Impossible de mettre à jour votre filtre personalisé.', + 'Web' => 'Web', + 'New attachment on task #%d: %s' => 'Nouveau fichier joint sur la tâche n°%d : %s', + 'New comment on task #%d' => 'Nouveau commentaire sur la tâche n°%d', + 'Comment updated on task #%d' => 'Commentaire mis à jour sur la tâche n°%d', + 'New subtask on task #%d' => 'Nouvelle sous-tâche sur la tâche n°%d', + 'Subtask updated on task #%d' => 'Sous-tâche mise à jour sur la tâche n°%d', + 'New task #%d: %s' => 'Nouvelle tâche n°%d : %s', + 'Task updated #%d' => 'Tâche n°%d mise à jour', + 'Task #%d closed' => 'Tâche n°%d fermée', + 'Task #%d opened' => 'Tâche n°%d ouverte', + 'Column changed for task #%d' => 'Changement de colonne pour la tâche n°%d', + 'New position for task #%d' => 'Nouvelle position pour la tâche n°%d', + 'Swimlane changed for task #%d' => 'Changement de swimlane pour la tâche n°%d', + 'Assignee changed on task #%d' => 'Changement de l\'assigné pour la tâche n°%d', + '%d overdue tasks' => '%d tâches en retard', + 'Task #%d is overdue' => 'La tâche n°%d est retard', + 'No new notifications.' => 'Aucune notification.', + 'Mark all as read' => 'Tout marquer comme lu', + 'Mark as read' => 'Marquer comme lu', + 'Total number of tasks in this column across all swimlanes' => 'Nombre total de tâches dans cette colonne pour toutes les swimlanes', + 'Collapse swimlane' => 'Replier la swimlane', + 'Expand swimlane' => 'Déplier la swimlane', + 'Add a new filter' => 'Ajouter un nouveau filtre', + 'Share with all project members' => 'Partager avec tous les membres du projet', + 'Shared' => 'Partagé', + 'Owner' => 'Propriétaire', + 'Unread notifications' => 'Notifications non lus', + 'My filters' => 'Mes filtres', + 'Notification methods:' => 'Méthodes de notifications :', ); -- cgit v1.2.3