diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-02-07 17:38:18 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-02-07 17:38:18 -0500 |
commit | 29cc13f786fddda95b05a755d4e8fb9a614ef539 (patch) | |
tree | bb3eccc22775dff582dcab470c1ef047c0a7e6a3 /app/Locale/de_DE | |
parent | 36bbd04c5220c2d2aab852cd5ed1b8e0ddfaffbc (diff) |
Add toggle/expend links on the dashboard
Diffstat (limited to 'app/Locale/de_DE')
-rw-r--r-- | app/Locale/de_DE/translations.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index d4dc1030..e4838ba4 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -708,4 +708,9 @@ return array( 'Time Tracking' => 'Zeiterfassung', 'You already have one subtask in progress' => 'Bereits eine Teilaufgabe in bearbeitung', // 'Which parts of the project do you want to duplicate?' => '', + // 'Change dashboard view' => '', + // 'Show/hide activities' => '', + // 'Show/hide projects' => '', + // 'Show/hide subtasks' => '', + // 'Show/hide tasks' => '', ); |