Automatic actions

This commit is contained in:
Frédéric Guillot
2014-03-09 23:21:23 -04:00
parent 7bd4697dfc
commit 7749b8ed56
49 changed files with 1678 additions and 190 deletions

View File

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