diff options
Diffstat (limited to 'app/Locale/de_DE')
-rw-r--r-- | app/Locale/de_DE/translations.php | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index 7ff21e8e..0ebc4a13 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -4,9 +4,7 @@ return array( 'number.decimals_separator' => ',', 'number.thousands_separator' => '.', 'None' => 'Keines', - 'edit' => 'Bearbeiten', 'Edit' => 'Bearbeiten', - 'remove' => 'Entfernen', 'Remove' => 'Entfernen', 'Yes' => 'Ja', 'No' => 'Nein', @@ -167,8 +165,6 @@ return array( 'Automatic actions for the project "%s"' => 'Automatische Aktionen für das Projekt "%s"', 'Add an action' => 'Aktion hinzufügen', 'Event name' => 'Ereignisname', - 'Action name' => 'Aktionsname', - 'Action parameters' => 'Aktionsparameter', 'Action' => 'Aktion', 'Event' => 'Ereignis', 'When the selected event occurs execute the corresponding action.' => 'Wenn das gewählte Ereignis eintritt, führe die zugehörige Aktion aus.', @@ -187,7 +183,7 @@ return array( 'Position' => 'Position', 'Duplicate to another project' => 'In ein anderes Projekt duplizieren', 'Duplicate' => 'Duplizieren', - 'link' => 'Link', + 'Link' => 'Link', 'Comment updated successfully.' => 'Kommentar erfolgreich aktualisiert.', 'Unable to update your comment.' => 'Aktualisierung des Kommentars nicht möglich.', 'Remove a comment' => 'Kommentar löschen', @@ -234,7 +230,6 @@ return array( 'Category:' => 'Kategorie:', 'Categories' => 'Kategorien', 'Your category have been created successfully.' => 'Kategorie erfolgreich erstellt.', - 'Unable to create your category.' => 'Erstellung der Kategorie nicht möglich.', 'This category has been updated successfully.' => 'Kategorie erfolgreich aktualisiert.', 'Unable to update this category.' => 'Änderung der Kategorie nicht möglich.', 'Remove a category' => 'Kategorie löschen', @@ -899,7 +894,6 @@ return array( 'Add group member' => 'Gruppenmitglied hinzufügen', 'Do you really want to remove this group: "%s"?' => 'Wollen Sie die Gruppe "%s" wirklich löschen?', 'There is no user in this group.' => 'Es gibt keinen Benutzer in dieser Gruppe.', - 'Remove this user' => 'Diesen Benutzer entfernen', 'Permissions' => 'Berechtigungen', 'Allowed Users' => 'Berechtigte Benutzer', 'No user have been allowed specifically.' => 'Keine Benutzer mit ausdrücklicher Berechtigung.', @@ -1309,4 +1303,21 @@ return array( 'This project is open' => 'Dieses Projekt ist offen', 'This project is closed' => 'Dieses Projekt ist geschlossen', 'Unable to upload files, check the permissions of your data folder.' => 'Dateien können nicht hochgeladen werden, überprüfen Sie die Berechtigungen Ihres Datenordners.', + // 'Another category with the same name exists in this project' => '', + // 'Comment sent by email successfully.' => '', + // 'Sent by email to [%s](mailto:%s) (%s)' => '', + // 'Unable to read uploaded file.' => '', + // 'Database uploaded successfully.' => '', + // 'Task sent by email successfully.' => '', + // 'There is no category in this project.' => '', + // 'Send by email' => '', + // 'Create and send a comment by email' => '', + // 'Subject' => '', + // 'Upload the database' => '', + // 'You could upload the previously downloaded Sqlite database (Gzip format).' => '', + // 'Database file' => '', + // 'Upload' => '', + // 'Remove this user from group' => '', + // 'Your project must have at least one active swimlane.' => '', + // 'Project: %s' => '', ); |