Add predefined templates for task descriptions

This commit is contained in:
Frederic Guillot
2017-11-02 15:41:58 -07:00
parent 44ae87ac0e
commit 648dc6bcfb
49 changed files with 655 additions and 17 deletions

View File

@@ -1345,4 +1345,15 @@ return array(
// 'Enter one subtask by line.' => '',
// 'Predefined Contents' => '',
// 'Predefined contents' => '',
// 'Predefined Task Description' => '',
// 'Do you really want to remove this template? "%s"' => '',
// 'Add predefined task description' => '',
// 'Predefined Task Descriptions' => '',
// 'Template created successfully.' => '',
// 'Unable to create this template.' => '',
// 'Template updated successfully.' => '',
// 'Unable to update this template.' => '',
// 'Template removed successfully.' => '',
// 'Unable to remove this template.' => '',
// 'Description Templates' => '',
);