diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-02-10 22:10:32 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-02-10 22:10:32 -0500 |
commit | efbf679385773e76cbb436691f63e931c17172d4 (patch) | |
tree | e2d15b3a0afa15e2a5532ad8f2d2c110665ffb98 /app/Locale/hu_HU | |
parent | 57613d18539a2cf5970dcc0c4f50e023df9eea73 (diff) |
Add subtask time tracking in the task view
Diffstat (limited to 'app/Locale/hu_HU')
-rw-r--r-- | app/Locale/hu_HU/translations.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Locale/hu_HU/translations.php b/app/Locale/hu_HU/translations.php index b7fbd04e..ba6b18a0 100644 --- a/app/Locale/hu_HU/translations.php +++ b/app/Locale/hu_HU/translations.php @@ -681,4 +681,6 @@ return array( // 'Bitbucket commit received' => '', // 'Bitbucket webhooks' => '', // 'Help on Bitbucket webhooks' => '', + // 'Start' => '', + // 'End' => '', ); |