summaryrefslogtreecommitdiff
path: root/app/Locale/fr_FR
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-10-03 12:22:34 -0400
committerFrederic Guillot <fred@kanboard.net>2015-10-03 12:22:34 -0400
commita58661f9a695fba5884bd3ba4a88b97c57a0ab48 (patch)
tree4da46c9e2ff531faeb7f0d3256f9e18c9eb55d5f /app/Locale/fr_FR
parentd67d7c54e65e80d1b484490e42dbecb969aa7686 (diff)
Sync locales
Diffstat (limited to 'app/Locale/fr_FR')
-rw-r--r--app/Locale/fr_FR/translations.php38
1 files changed, 38 insertions, 0 deletions
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 :',
);