diff options
author | Frédéric Guillot <fred@kanboard.net> | 2016-10-22 06:14:39 -0400 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2016-10-22 06:14:39 -0400 |
commit | a16c73ea5cd66d415f224c3ec6006a6458b1e48c (patch) | |
tree | 0519858865fa12e38c3cd4f1c6c943f0aef0fe3d /app/Locale/de_DE/translations.php | |
parent | 5b42fbd8a3675575f82829d95a80aec5fb5a0715 (diff) |
Update missing German translation (see #2774)
Diffstat (limited to 'app/Locale/de_DE/translations.php')
-rw-r--r-- | app/Locale/de_DE/translations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index 0b6fb29e..c19e27d6 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -1277,5 +1277,5 @@ return array( 'This field is required' => 'Dies ist ein Pflichtfeld', 'Moving a task is not permitted' => 'Verschieben einer Aufgabe ist nicht erlaubt', 'This value must be in the range %d to %d' => 'Dieser Wert muss im Bereich %d bis %d sein', - // 'You are not allowed to move this task.' => '', + 'You are not allowed to move this task.' => 'Sie haben nicht die Berechtigung, diese Aufgabe zu verschieben.', ); |