summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
authorFrédéric Guillot <fguillot@users.noreply.github.com>2014-03-10 22:23:16 -0400
committerFrédéric Guillot <fguillot@users.noreply.github.com>2014-03-10 22:23:16 -0400
commit66c7cf0caa5802c825e3f511158bb719cf82cafa (patch)
tree0fcce70f7fc513c98f60e5f25564a56b5ba11b24 /locales
parent1cda8059b577d4025efa96377def082bf8f35f94 (diff)
Add an automatic action to assign a color to a specific user
Diffstat (limited to 'locales')
-rw-r--r--locales/fr_FR/translations.php3
-rw-r--r--locales/pl_PL/translations.php1
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' => '',
);