diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/Locale/de_DE/translations.php | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index 80011c61..dbdcae04 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -1375,12 +1375,12 @@ return array( '%s moved the task #%d to the swimlane "%s"' => '%s hat die Aufgabe #%d in die Swimlane "%s" verschoben', '%sh spent' => '%sh aufgewendet', '%sh estimated' => '%sh angesetzt', - // 'Select All' => '', - // 'Unselect All' => '', - // 'Apply action' => '', - // 'Move selected tasks to another column' => '', - // 'Edit tasks in bulk' => '', - // 'Choose the properties that you would like to change for the selected tasks.' => '', - // 'Configure this project' => '', - // 'Start now' => '', + 'Select All' => 'Alle auswählen', + 'Unselect All' => 'Keine auswählen', + 'Apply action' => 'Aktion anwenden', + 'Move selected tasks to another column' => 'Ausgewählte Aufgaben in andere Spalte verschieben', + 'Edit tasks in bulk' => 'Massenbearbeitung', + 'Choose the properties that you would like to change for the selected tasks.' => 'Wählen Sie die Eigenschaften aus, die Sie für die ausgewählten Aufgaben ändern möchten.', + 'Configure this project' => 'Projekteinstellungen', + 'Start now' => 'Jetzt starten', ); |