diff options
author | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-03-09 23:21:23 -0400 |
---|---|---|
committer | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-03-09 23:21:23 -0400 |
commit | 7749b8ed569f6d27b0bb2ed4c2040e8b61ed4422 (patch) | |
tree | ee101992e87d740bdf0362e35ea040c866986f5a /locales/pl_PL/translations.php | |
parent | 7bd4697dfca41a21f5857f83d6b29108fafb9a1e (diff) |
Automatic actions
Diffstat (limited to 'locales/pl_PL/translations.php')
-rw-r--r-- | locales/pl_PL/translations.php | 29 |
1 files changed, 29 insertions, 0 deletions
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' => '', ); |