diff options
Diffstat (limited to 'app/Locales/de_DE')
-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' => '', |