summaryrefslogtreecommitdiff
path: root/app/Locale
diff options
context:
space:
mode:
authorBlueTeck <tili2@gmx.de>2015-02-07 13:17:54 +0100
committerFrederic Guillot <fred@kanboard.net>2015-02-07 14:08:03 -0500
commit1a109f11a3059c35f16d5f9f1d6365ac652d71c9 (patch)
tree0aef87253f4b47f9d8111ae2ba8faceb47c62259 /app/Locale
parent2373012d5d0ac201963a05148345dcd33b275e27 (diff)
new german translation
Diffstat (limited to 'app/Locale')
-rw-r--r--app/Locale/de_DE/translations.php26
1 files changed, 13 insertions, 13 deletions
diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php
index 43dc41a3..bc51e599 100644
--- a/app/Locale/de_DE/translations.php
+++ b/app/Locale/de_DE/translations.php
@@ -696,17 +696,17 @@ return array(
'Filter by swimlane' => 'Swimlane filtern',
'All swimlanes' => 'Alle Swimlanes',
'All colors' => 'Alle Farben',
- // 'All status' => '',
- // 'Add a comment logging moving the task between columns' => '',
- // 'Moved to column %s' => '',
- // 'Change description' => '',
- // 'User dashboard' => '',
- // 'Allow only one subtask in progress at the same time for a user' => '',
- // 'Edit column "%s"' => '',
- // 'Enable time tracking for subtasks' => '',
- // 'Select the new status of the subtask: "%s"' => '',
- // 'Subtask timesheet' => '',
- // 'There is nothing to show.' => '',
- // 'Time Tracking' => '',
- // 'You already have one subtask in progress' => '',
+ 'All status' => 'Alle Status',
+ 'Add a comment logging moving the task between columns' => 'Kommentar hinzufügen wenn die Aufgabe verschoben wird',
+ 'Moved to column %s' => 'In Spalte %s verschoben',
+ 'Change description' => 'Beschreibung ändern',
+ 'User dashboard' => 'Benutzer Dashboard',
+ 'Allow only one subtask in progress at the same time for a user' => 'Erlaube nur eine Teilaufgabe pro Benutzer zu bearbeiten',
+ 'Edit column "%s"' => 'Spalte "%s" bearbeiten',
+ 'Enable time tracking for subtasks' => 'Aktiviere Zeiterfassung für Teilaufgaben',
+ 'Select the new status of the subtask: "%s"' => 'Wähle einen neuen Status für Teilaufgabe: "%s"',
+ 'Subtask timesheet' => 'Teilaufgaben Zeiterfassung',
+ 'There is nothing to show.' => 'Es ist nichts zum Anzeigen vorhanden.',
+ 'Time Tracking' => 'Zeiterfassung',
+ 'You already have one subtask in progress' => 'Bereits eine Teilaufgabe in bearbeitung',
);