diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-04-11 23:01:17 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-04-11 23:01:17 -0400 |
commit | 9ca2ba21272ddb1958e0b5b2f5842cde42508139 (patch) | |
tree | c6db297008d728a44040af5804386802b457219e /app/Locale/hu_HU/translations.php | |
parent | 7df055aff1e1056d87bb720531d60cb079805f94 (diff) |
Add burndown chart
Diffstat (limited to 'app/Locale/hu_HU/translations.php')
-rw-r--r-- | app/Locale/hu_HU/translations.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Locale/hu_HU/translations.php b/app/Locale/hu_HU/translations.php index f398629e..ca6e540f 100644 --- a/app/Locale/hu_HU/translations.php +++ b/app/Locale/hu_HU/translations.php @@ -850,4 +850,7 @@ return array( // 'uploaded by: %s' => '', // 'uploaded on: %s' => '', // 'size: %s' => '', + // 'Burndown chart for "%s"' => '', + // 'Burndown chart' => '', + // 'This chart show the task complexity over the time (Work Remaining).' => '', ); |