diff options
-rw-r--r-- | README.markdown | 1 | ||||
-rw-r--r-- | app/Locales/de_DE/translations.php | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown index 4259254c..94424af7 100644 --- a/README.markdown +++ b/README.markdown @@ -134,6 +134,7 @@ Contributors: - Sylvain VeyriƩ: https://github.com/turb - Toomyem: https://github.com/Toomyem - Tony G. BolaƱo: https://github.com/tonybolanyo +- Torsten: https://github.com/misterfu - Troloo: https://github.com/troloo - Typz: https://github.com/Typz - Ybarc: https://github.com/ybarc 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' => '', |