diff options
author | sfahrenholz <sfahrenholz@users.noreply.github.com> | 2018-02-22 19:17:39 +0100 |
---|---|---|
committer | fguillot <fred@kanboard.net> | 2018-02-22 10:17:39 -0800 |
commit | fec77642ef5f5ac85ed4fddb0b25d9fe28f83afb (patch) | |
tree | d76a0e69438c7c4969d6e7fdec59da8723996937 /app/Locale/de_DE | |
parent | f2ed7cb60bef16035fe643c498e46fe19fa3d92d (diff) |
Update German translation
Diffstat (limited to 'app/Locale/de_DE')
-rw-r--r-- | app/Locale/de_DE/translations.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index 28095149..dbc859a7 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -1373,6 +1373,6 @@ return array( 'days' => 'Tage', 'minutes' => 'Minuten', 'seconds' => 'Sekunden', - // 'Assign automatically a color when preset start date is reached' => '', - // 'Move the task to another column once a predefined start date is reached' => '', + 'Assign automatically a color when preset start date is reached' => 'Automatisch eine Farbe zuweisen, wenn das Startdatum erreicht ist', + 'Move the task to another column once a predefined start date is reached' => 'Verschieben des Tasks in eine andere Spalte, wenn das definierte Startdatum erreicht ist', ); |