diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-06-03 17:31:32 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-06-03 17:31:32 -0400 |
commit | dd8d7ef49d522a15dbf0d04f033f676580f30ad7 (patch) | |
tree | e82070f0831338f712a9312b72dc5edbd0c2a780 /app/Locale/it_IT | |
parent | 9668723af4f9ad633d9c9131fbdceb47fa326d9e (diff) |
Add configurable list of predefined subjects when sending a task by email
Diffstat (limited to 'app/Locale/it_IT')
-rw-r--r-- | app/Locale/it_IT/translations.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Locale/it_IT/translations.php b/app/Locale/it_IT/translations.php index 2c544f75..ec7f0084 100644 --- a/app/Locale/it_IT/translations.php +++ b/app/Locale/it_IT/translations.php @@ -1337,4 +1337,6 @@ return array( // 'Assign the task to its creator' => '', // 'This task was sent by email to "%s" with subject "%s".' => '', // 'Log this action in a comment' => '', + // 'Predefined Email Subjects' => '', + // 'Write one subject by line.' => '', ); |