Sync locales and fixes #2702 (#2705)

This commit is contained in:
Carlos Ferreira
2016-10-03 20:18:11 +01:00
committed by Frédéric Guillot
parent 2f64bc2e8d
commit a0b408ade4
25 changed files with 287 additions and 12 deletions

View File

@@ -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',
);