diff options
author | Busfreak <martin@middeke.de> | 2017-06-30 13:52:22 +0200 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2017-07-01 00:54:28 -0400 |
commit | 6ef05f1f11413fcdb40ce7d8bfb5a21763461f6e (patch) | |
tree | babdbcadc676e00c1e876e95770b79bb54d56946 /app | |
parent | 217977500a6c10f71bcffed19ec6dee2466d4a84 (diff) |
update german translation
Diffstat (limited to 'app')
-rw-r--r-- | app/Locale/de_DE/translations.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index 92774ffd..50f8c9ac 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -1331,11 +1331,11 @@ return array( '%d subtasks' => '%d Teilaufgaben', '%d subtask' => '%d Teilaufgabe', 'Only moving task between those columns is permitted for tasks assigned to the current user' => 'Das Bewegen einer Aufgabe zwischen diesen Spalten ist nur für Aufgaben zulässig, die dem aktuellen Benutzer zugewiesen sind', - // '[DUPLICATE]' => '', - // 'DKK - Danish Krona' => '', - // 'Remove user from group' => '', - // 'Assign the task to its creator' => '', - // 'This task was sent by email to "%s" with subject "%s".' => '', - // 'Predefined Email Subjects' => '', - // 'Write one subject by line.' => '', + '[DUPLICATE]' => '[DUPLIKAT]', + 'DKK - Danish Krona' => 'DKK - Dänische Krone', + 'Remove user from group' => 'Benutzer aus Gruppe löschen', + 'Assign the task to its creator' => 'Aufgabe dem Ersteller zuordnen', + 'This task was sent by email to "%s" with subject "%s".' => 'Diese Aufgabe wurde per Mail an "%s" mit dem Betreff "%s" gesendet.', + 'Predefined Email Subjects' => 'Vordefinierte E-Mail Betreffzeilen', + 'Write one subject by line.' => 'Schreibe ein Betreff pro Zeile.', ); |