diff options
author | Syratus <34027069+Syratus@users.noreply.github.com> | 2018-06-19 19:19:54 +0200 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2018-06-19 10:19:54 -0700 |
commit | c73ac5f1f818b6b21083f6785b4b2f6d778a6496 (patch) | |
tree | ddcba2dd74f2b4a97ff98133d3eb7dc2484203dd /app | |
parent | eea59116decc57f4a353057a846d826b5bae0fb5 (diff) |
Update German translation
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', ); |