2nd Recurring Tasks Commit

New Trigger (move from first column)
New method to get last column of a board
Locales updated
API changes (createTask, updateTask)
API Docs & Examples
This commit is contained in:
David-Norris
2015-05-05 23:40:05 -04:00
parent a314bbb489
commit 58a0db28cc
22 changed files with 609 additions and 61 deletions

View File

@@ -868,4 +868,28 @@ return array(
// 'Help on Sendgrid integration' => '',
'Disable two factor authentication' => 'Выключить двухфакторную авторизацию',
'Do you really want to disable the two factor authentication for this user: "%s"?' => 'Вы действительно хотите выключить двухфакторную авторизацию для пользователя "%s"?',
// 'Action date' => '',
// 'Base date to calculate new due date' => '',
// 'Base date to calculate new due date: %s' => '',
// 'Created recurrent task: %s' => '',
// 'Day(s)' => '',
// 'Edit recurrence' => '',
// 'Existing due date' => '',
// 'Factor to calculate new due date' => '',
// 'Factor to calculate new due date: %s' => '',
// 'Generate recurrent task' => '',
// 'Month(s)' => '',
// 'No recurrent task is scheduled to generate' => '',
// 'Recurrence' => '',
// 'Recurrent task created by: %s' => '',
// 'Recurrent task has been generated' => '',
// 'Recurrent task is scheduled to generate' => '',
// 'Timeframe to calculate new due date' => '',
// 'Timeframe to calculate new due date: %s' => '',
// 'Trigger to generate recurrent task' => '',
// 'Trigger to generate recurrent task: %s' => '',
// 'When task is closed' => '',
// 'When task is moved from first column' => '',
// 'When task is moved to last column' => '',
// 'Year(s)' => '',
);