diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-05-10 16:33:23 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-05-10 16:33:23 -0400 |
commit | 6f77a4033f7feb2785e0e242d50b78e824c892cd (patch) | |
tree | 2a22a65f9455769f383ac777892fe6bf463d1654 /app/Locale/tr_TR | |
parent | a7b77623ce602a44a341f747fdfe43dbdc268304 (diff) |
Recurring tasks (#847): update translations
Diffstat (limited to 'app/Locale/tr_TR')
-rw-r--r-- | app/Locale/tr_TR/translations.php | 36 |
1 files changed, 20 insertions, 16 deletions
diff --git a/app/Locale/tr_TR/translations.php b/app/Locale/tr_TR/translations.php index 96e3e034..e7edd856 100644 --- a/app/Locale/tr_TR/translations.php +++ b/app/Locale/tr_TR/translations.php @@ -868,30 +868,34 @@ return array( // 'Help on Sendgrid integration' => '', // 'Disable two factor authentication' => '', // 'Do you really want to disable the two factor authentication for this user: "%s"?' => '', - // 'Edit a link' => '', + // 'Edit link' => '', // 'Start to type task title...' => '', // 'A task cannot be linked to itself' => '', // 'The exact same link already exists' => '', - // 'Action date' => '', + // 'Recurrent task is scheduled to be generated' => '', + // 'Recurring information' => '', + // 'Score' => '', + // 'The identifier must be unique' => '', + // 'This linked task id doesn\'t exists' => '', + // 'This value must be alphanumeric' => '', + // 'Edit recurrence' => '', + // 'Generate recurrent task' => '', + // 'Trigger to generate recurrent task' => '', + // 'Factor to calculate new due date' => '', + // 'Timeframe to calculate new due date' => '', // 'Base date to calculate new due date' => '', - // 'Base date to calculate new due date: %s' => '', - // 'Created recurrent task: %s' => '', + // 'Action date' => '', + // 'Base date to calculate new due date: ' => '', + // 'This task has created this child task: ' => '', // 'Day(s)' => '', - // 'Edit recurrence' => '', // 'Existing due date' => '', - // 'Factor to calculate new due date' => '', - // 'Factor to calculate new due date: %s' => '', - // 'Generate recurrent task' => '', + // 'Factor to calculate new due date: ' => '', // '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' => '', + // 'This task has been created by: ' => '', + // 'Recurrent task has been generated:' => '', + // 'Timeframe to calculate new due date: ' => '', + // 'Trigger to generate recurrent task: ' => '', // 'When task is closed' => '', // 'When task is moved from first column' => '', // 'When task is moved to last column' => '', |