summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/Locale/de_DE/translations.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php
index f1b1eb18..59c16e11 100644
--- a/app/Locale/de_DE/translations.php
+++ b/app/Locale/de_DE/translations.php
@@ -1144,11 +1144,11 @@ return array(
'This value must be greater than %d' => 'Dieser Wert muss größer als %d sein',
'Another swimlane with the same name exists in the project' => 'Es gibt bereits eine Swimlane mit diesem Namen im Projekt',
'Example: http://example.kanboard.net/ (used to generate absolute URLs)' => 'Beispiel: http://example.kanboard.net (wird zum Erstellen absoluter URLs genutzt)',
- // 'Actions duplicated successfully.' => '',
- // 'Unable to duplicate actions.' => '',
- // 'Add a new action' => '',
- // 'Import from another project' => '',
- // 'There is no action at the moment.' => '',
- // 'Import actions from another project' => '',
- // 'There is no available project.' => '',
+ 'Actions duplicated successfully.' => 'Aktionen erfolgreich dupliziert',
+ 'Unable to duplicate actions.' => 'Aktionen können nicht dupliziert werden.',
+ 'Add a new action' => 'Neue Aktion hinzufügen',
+ 'Import from another project' => 'Von einem anderen Projekt importieren',
+ 'There is no action at the moment.' => 'Es gibt zur Zeit keine Aktionen.',
+ 'Import actions from another project' => 'Aktionen von einem anderen Projekt importieren',
+ 'There is no available project.' => 'Es ist kein Projekt verfügbar.',
);