Add an automatic action to assign a color to a specific user

This commit is contained in:
Frédéric Guillot
2014-03-10 22:23:16 -04:00
parent 1cda8059b5
commit 66c7cf0caa
7 changed files with 62 additions and 2 deletions

View File

@@ -99,7 +99,7 @@ return array(
'Edit a task' => 'Modifier une tâche',
'Column' => 'Colonne',
'Color' => 'Couleur',
'Assignee' => 'Personne assigné',
'Assignee' => 'Personne assignée',
'Create another task' => 'Créer une autre tâche',
'New task' => 'Nouvelle tâche',
'Open a task' => 'Ouvrir une tâche',
@@ -247,4 +247,5 @@ return array(
'Task creation' => 'Création d\'une tâche',
'Open a closed task' => 'Ouverture d\'une tâche fermée',
'Closing a task' => 'Fermeture d\'une tâche',
'Assign a color to a specific user' => 'Assigner une couleur à un utilisateur',
);

View File

@@ -250,4 +250,5 @@ return array(
// 'Task creation' => '',
// 'Open a closed task' => '',
// 'Closing a task' => '',
// 'Assign a color to a specific user' => '',
);