diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-03-05 17:48:45 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-03-05 17:48:45 -0500 |
commit | 4c9179878182e49e42d47a004c24b0aa9c9b72ee (patch) | |
tree | 2c78784a7d9bb5c85aa782e30382b0f58f4059c1 /app/Locale/de_DE | |
parent | 7c7692698014e9ac96c1d0446bacd972faa5a940 (diff) |
Sync locales
Diffstat (limited to 'app/Locale/de_DE')
-rw-r--r-- | app/Locale/de_DE/translations.php | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index 0a6aada5..a0f5b7cb 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -8,7 +8,6 @@ return array( 'Edit' => 'Bearbeiten', 'remove' => 'Entfernen', 'Remove' => 'Entfernen', - 'Update' => 'Aktualisieren', 'Yes' => 'Ja', 'No' => 'Nein', 'cancel' => 'Abbrechen', @@ -60,7 +59,6 @@ return array( 'Actions' => 'Aktionen', 'Inactive' => 'Inaktiv', 'Active' => 'Aktiv', - 'Add this column' => 'Diese Spalte hinzufügen', '%d tasks on the board' => '%d Aufgaben auf dieser Pinnwand', '%d tasks in total' => '%d Aufgaben insgesamt', 'Unable to update this board.' => 'Ändern dieser Pinnwand nicht möglich.', @@ -184,7 +182,6 @@ return array( 'Unable to remove this action.' => 'Löschen der Aktion nicht möglich.', 'Action removed successfully.' => 'Aktion erfolgreich gelöscht.', 'Automatic actions for the project "%s"' => 'Automatische Aktionen für das Projekt "%s"', - 'Defined actions' => 'Definierte Aktionen', 'Add an action' => 'Aktion hinzufügen', 'Event name' => 'Ereignisname', 'Action name' => 'Aktionsname', @@ -194,7 +191,6 @@ return array( 'When the selected event occurs execute the corresponding action.' => 'Wenn das gewählte Ereignis eintritt, führe die zugehörige Aktion aus.', 'Next step' => 'Weiter', 'Define action parameters' => 'Aktionsparameter definieren', - 'Save this action' => 'Aktion speichern', 'Do you really want to remove this action: "%s"?' => 'Soll diese Aktion wirklich gelöscht werden: "%s"?', 'Remove an automatic action' => 'Löschen einer automatischen Aktion', 'Assign the task to a specific user' => 'Aufgabe einem Benutzer zuordnen', @@ -1148,4 +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.' => '', ); |