Add bulk subtasks creation
This commit is contained in:
@@ -273,7 +273,6 @@ return array(
|
||||
'Sub-task updated successfully.' => 'Pod-zadanie zaktualizowane pomyślnie.',
|
||||
'Unable to update your sub-task.' => 'Nie można zaktualizować tego pod-zadania.',
|
||||
'Unable to create your sub-task.' => 'Nie można utworzyć tego pod-zadania.',
|
||||
'Sub-task added successfully.' => 'Pod-zadanie utworzone pomyślnie',
|
||||
'Maximum size: ' => 'Maksymalny rozmiar: ',
|
||||
'Display another project' => 'Wyświetl inny projekt',
|
||||
'Created by %s' => 'Utworzone przez %s',
|
||||
@@ -1207,7 +1206,6 @@ return array(
|
||||
// 'Preview' => '',
|
||||
// 'Write' => '',
|
||||
// 'Write your text in Markdown' => '',
|
||||
// 'New External Task: %s' => '',
|
||||
// 'No personal API access token registered.' => '',
|
||||
// 'Your personal API access token is "%s"' => '',
|
||||
// 'Remove your token' => '',
|
||||
@@ -1344,4 +1342,7 @@ return array(
|
||||
// 'Subtask not started' => '',
|
||||
// 'Subtask currently in progress' => '',
|
||||
// 'Subtask completed' => '',
|
||||
// 'Subtask added successfully.' => '',
|
||||
// '%d subtasks added successfully.' => '',
|
||||
// 'Enter one subtask by line.' => '',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user