diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-09-08 18:36:10 +0200 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-09-08 18:36:10 +0200 |
commit | 5d5b4711e3783f9d75fba99695930aa09119a051 (patch) | |
tree | d796285c91c5608ef30349a9f6ddedb06e6140a8 /app/Locales/de_DE/translations.php | |
parent | 484159594097350f5dd96b4c896b88041008b051 (diff) |
Update de_DE translation (pull-request #233)
Diffstat (limited to 'app/Locales/de_DE/translations.php')
-rw-r--r-- | app/Locales/de_DE/translations.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Locales/de_DE/translations.php b/app/Locales/de_DE/translations.php index ad3b2ff8..3e1fd252 100644 --- a/app/Locales/de_DE/translations.php +++ b/app/Locales/de_DE/translations.php @@ -434,8 +434,8 @@ return array( // 'Do you really want to duplicate this project: "%s"?' => '', // 'Do you really want to enable this project: "%s"?' => '', // 'Project activation' => '', - // 'Move the task to another project' => '', - // 'Move to another project' => '', + 'Move the task to another project' => 'Aufgabe in ein anderes Projekt verschieben', + 'Move to another project' => 'In anderes Projekt verschieben', // 'Do you really want to duplicate this task?' => '', // 'Duplicate a task' => '', // 'External accounts' => '', |