diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-06-21 21:12:24 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-06-21 21:12:24 -0400 |
commit | 81e40e2c910f0be3f6031445a4d2c1714cdeb385 (patch) | |
tree | d571857cff71af4e351327edc70e971758259239 /app/Locale/da_DK/translations.php | |
parent | 1465ca1ae1510cd399b8f408ce7bf8058ed26955 (diff) |
Replace dimplejs by c3js for chart drawing
Diffstat (limited to 'app/Locale/da_DK/translations.php')
-rw-r--r-- | app/Locale/da_DK/translations.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Locale/da_DK/translations.php b/app/Locale/da_DK/translations.php index bb3c7c81..82f9534c 100644 --- a/app/Locale/da_DK/translations.php +++ b/app/Locale/da_DK/translations.php @@ -943,4 +943,7 @@ return array( // 'New due date: %B %e, %Y' => '', // 'Start date changed: %B %e, %Y' => '', // '%k:%M %p' => '', + // '%%Y-%%m-%%d' => '', + // 'Total for all columns' => '', + // 'You need at least 2 days of data to show the chart.' => '', ); |