summaryrefslogtreecommitdiff
path: root/app/Locale/fr_FR
diff options
context:
space:
mode:
Diffstat (limited to 'app/Locale/fr_FR')
-rw-r--r--app/Locale/fr_FR/translations.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php
index a47ff9fe..14084d67 100644
--- a/app/Locale/fr_FR/translations.php
+++ b/app/Locale/fr_FR/translations.php
@@ -1225,4 +1225,15 @@ return array(
'Insert before this task' => 'Insérer avant cette tâche',
'Insert after this task' => 'Insérer après cette tâche',
'Unlock this user' => 'Débloquer cet utilisateur',
+ 'Custom Project Roles' => 'Rôles personnalisés du projet',
+ 'Add a new custom role' => 'Ajouter un nouveau rôle personnalisés',
+ 'Restrictions for the role "%s"' => 'Restrictions pour le rôle "%s"',
+ 'Add a new project restriction' => 'Ajouter une nouvelle restriction pour ce projet',
+ 'Add a new drag and drop restriction' => 'Ajouter une nouvelle restriction pour le glisser-déposer',
+ 'Add a new column restriction' => 'Ajouter une nouvelle restriction de colonne',
+ 'Edit this role' => 'Modifier ce rôle',
+ 'Remove this role' => 'Supprimer ce rôle',
+ 'There is no restriction for this role.' => 'Il n\'y a aucune restriction pour ce rôle',
+ 'Only moving task between those columns is permitted' => 'La tâche ne peut être déplacée qu\'entre ces colonnes',
+ 'Close a task in a specific column when not moved during a given period' => 'Fermez une tâche dans une colonne spécifique lorsqu\'elle n\'est pas déplacée au cours d\'une période donnée',
);