From 6efac784fcc1a2e83bb7b43fc7841448b5975cba Mon Sep 17 00:00:00 2001
From: Frederic Guillot <fred@kanboard.net>
Date: Wed, 24 Jun 2015 20:39:06 -0400
Subject: Add timer for subtasks and remove settings for subtask time tracking

---
 app/Locale/fi_FI/translations.php | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

(limited to 'app/Locale/fi_FI')

diff --git a/app/Locale/fi_FI/translations.php b/app/Locale/fi_FI/translations.php
index 601ab9fd..ae699514 100644
--- a/app/Locale/fi_FI/translations.php
+++ b/app/Locale/fi_FI/translations.php
@@ -614,7 +614,6 @@ return array(
     // 'User dashboard' => '',
     // 'Allow only one subtask in progress at the same time for a user' => '',
     // 'Edit column "%s"' => '',
-    // 'Enable time tracking for subtasks' => '',
     // 'Select the new status of the subtask: "%s"' => '',
     // 'Subtask timesheet' => '',
     // 'There is nothing to show.' => '',
@@ -946,4 +945,8 @@ return array(
     // '%%Y-%%m-%%d' => '',
     // 'Total for all columns' => '',
     // 'You need at least 2 days of data to show the chart.' => '',
+    // '<15m' => '',
+    // '<30m' => '',
+    // 'Stop timer' => '',
+    // 'Start timer' => '',
 );
-- 
cgit v1.2.3