summaryrefslogtreecommitdiff
path: root/app/Locale/fr_FR
diff options
context:
space:
mode:
authorCarlos Ferreira <c.ferreira@acsiiweb.com>2016-10-03 20:18:11 +0100
committerFrédéric Guillot <fred@kanboard.net>2016-10-03 15:18:11 -0400
commita0b408ade486dad97b5de154d04facc2eaf67816 (patch)
tree514804925c81b6af01d813e46cdc36e4d470464a /app/Locale/fr_FR
parent2f64bc2e8d6dd17eafd8238db66c682199281e45 (diff)
Sync locales and fixes #2702 (#2705)
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',
);