summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
authorFrédéric Guillot <fguillot@users.noreply.github.com>2014-03-09 23:21:23 -0400
committerFrédéric Guillot <fguillot@users.noreply.github.com>2014-03-09 23:21:23 -0400
commit7749b8ed569f6d27b0bb2ed4c2040e8b61ed4422 (patch)
treeee101992e87d740bdf0362e35ea040c866986f5a /locales
parent7bd4697dfca41a21f5857f83d6b29108fafb9a1e (diff)
Automatic actions
Diffstat (limited to 'locales')
-rw-r--r--locales/fr_FR/translations.php31
-rw-r--r--locales/pl_PL/translations.php29
2 files changed, 59 insertions, 1 deletions
diff --git a/locales/fr_FR/translations.php b/locales/fr_FR/translations.php
index 29214886..b85d05d9 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' => 'Affectation',
+ 'Assignee' => 'Personne assigné',
'Create another task' => 'Créer une autre tâche',
'New task' => 'Nouvelle tâche',
'Open a task' => 'Ouvrir une tâche',
@@ -218,4 +218,33 @@ return array(
'Invalid date' => 'Date invalide',
'Must be done before %B %e, %G' => 'Doit être fait avant le %e %B %G',
'%B %e, %G' => '%e %B %G',
+ 'Automatic actions' => 'Actions automatisées',
+ 'Your automatic action have been created successfully.' => 'Votre action automatisée a été ajouté avec succès.',
+ 'Unable to create your automatic action.' => 'Impossible de créer votre action automatisée.',
+ 'Remove an action' => 'Supprimer une action',
+ 'Unable to remove this action.' => 'Impossible de supprimer cette action',
+ 'Action removed successfully.' => 'Action supprimée avec succès.',
+ 'Automatic actions for the project "%s"' => 'Actions automatisées pour le projet « %s »',
+ 'Defined actions' => 'Actions définies',
+ 'Event name' => 'Nom de l\'événement',
+ 'Action name' => 'Nom de l\'action',
+ 'Action parameters' => 'Paramètres de l\'action',
+ 'Action' => 'Action',
+ 'Event' => 'Événement',
+ 'When the selected event occurs execute the corresponding action.' => 'Lorsque l\'événement sélectionné se déclenche, executer l\'action correspondante.',
+ 'Next step' => 'Étape suivante',
+ 'Define action parameters' => 'Définition des paramètres de l\'action',
+ 'Save this action' => 'Sauvegarder cette action',
+ 'Do you really want to remove this action: "%s"?' => 'Voulez-vous vraiment supprimer cette action « %s » ?',
+ 'Remove an automatic action' => 'Supprimer une action automatisée',
+ 'Close the task' => 'Fermer cette tâche',
+ 'Assign the task to a specific user' => 'Assigner la tâche à un utilisateur spécifique',
+ 'Assign the task to the person who does the action' => 'Assigner la tâche à la personne qui fait l\'action',
+ 'Duplicate the task to another project' => 'Dupliquer la tâche vers un autre projet',
+ 'Move a task to another column' => 'Déplacement d\'une tâche vers un autre colonne',
+ 'Move a task to another position in the same column' => 'Déplacement d\'une tâche à une autre position mais dans la même colonne',
+ 'Task modification' => 'Modification d\'une tâche',
+ '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',
);
diff --git a/locales/pl_PL/translations.php b/locales/pl_PL/translations.php
index ae5ec4de..7da7c330 100644
--- a/locales/pl_PL/translations.php
+++ b/locales/pl_PL/translations.php
@@ -221,4 +221,33 @@ return array(
'Invalid date' => 'Błędna data',
'Must be done before %B %e, %G' => 'Termin do %e %B %G',
'%B %e, %G' => '%e %B %G',
+ // 'Automatic actions' => '',
+ // 'Your automatic action have been created successfully.' => '',
+ // 'Unable to create your automatic action.' => '',
+ // 'Remove an action' => '',
+ // 'Unable to remove this action.' => '',
+ // 'Action removed successfully.' => '',
+ // 'Automatic actions for the project "%s"' => '',
+ // 'Defined actions' => '',
+ // 'Event name' => '',
+ // 'Action name' => '',
+ // 'Action parameters' => '',
+ // 'Action' => '',
+ // 'Event' => '',
+ // 'When the selected event occurs execute the corresponding action.' => '',
+ // 'Next step' => '',
+ // 'Define action parameters' => '',
+ // 'Save this action' => '',
+ // 'Do you really want to remove this action: "%s"?' => '',
+ // 'Remove an automatic action' => '',
+ // 'Close the task' => '',
+ // 'Assign the task to a specific user' => '',
+ // 'Assign the task to the person who does the action' => '',
+ // 'Duplicate the task to another project' => '',
+ // 'Move a task to another column' => '',
+ // 'Move a task to another position in the same column' => '',
+ // 'Task modification' => '',
+ // 'Task creation' => '',
+ // 'Open a closed task' => '',
+ // 'Closing a task' => '',
);