diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-10-30 16:46:39 -0700 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-10-30 16:46:39 -0700 |
commit | 48b40ec7bff777ca9c4c7ec2f91c8e803baab57b (patch) | |
tree | 7681c558f97daf8f6425315a4ba6ee8dc817e36d /app/Locale/fi_FI/translations.php | |
parent | 0a3f2a6a32677e1c5a12a140d2a3a865cb71a2ac (diff) |
Add section for predefined contents
Diffstat (limited to 'app/Locale/fi_FI/translations.php')
-rw-r--r-- | app/Locale/fi_FI/translations.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Locale/fi_FI/translations.php b/app/Locale/fi_FI/translations.php index 27ff0eed..ad2fa6b1 100644 --- a/app/Locale/fi_FI/translations.php +++ b/app/Locale/fi_FI/translations.php @@ -1343,4 +1343,6 @@ return array( // 'Subtask added successfully.' => '', // '%d subtasks added successfully.' => '', // 'Enter one subtask by line.' => '', + // 'Predefined Contents' => '', + // 'Predefined contents' => '', ); |