diff options
author | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-03-10 22:23:16 -0400 |
---|---|---|
committer | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-03-10 22:23:16 -0400 |
commit | 66c7cf0caa5802c825e3f511158bb719cf82cafa (patch) | |
tree | 0fcce70f7fc513c98f60e5f25564a56b5ba11b24 /locales | |
parent | 1cda8059b577d4025efa96377def082bf8f35f94 (diff) |
Add an automatic action to assign a color to a specific user
Diffstat (limited to 'locales')
-rw-r--r-- | locales/fr_FR/translations.php | 3 | ||||
-rw-r--r-- | locales/pl_PL/translations.php | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/locales/fr_FR/translations.php b/locales/fr_FR/translations.php index b85d05d9..690ce3fa 100644 --- a/locales/fr_FR/translations.php +++ b/locales/fr_FR/translations.php @@ -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', ); diff --git a/locales/pl_PL/translations.php b/locales/pl_PL/translations.php index 7da7c330..530e5a22 100644 --- a/locales/pl_PL/translations.php +++ b/locales/pl_PL/translations.php @@ -250,4 +250,5 @@ return array( // 'Task creation' => '', // 'Open a closed task' => '', // 'Closing a task' => '', + // 'Assign a color to a specific user' => '', ); |