diff options
| author | Frédéric Guillot <fred@kanboard.net> | 2017-01-27 14:26:18 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-27 14:26:18 -0500 | 
| commit | db88388c92d8fae5ca9e86cf9ebfc3abb2fd5c70 (patch) | |
| tree | 25ccbba2663cf8453a18b5fbfba9d24a86e1f01a | |
| parent | 33d5cbaa861fe76317c73ec89cb33c60f500e6ab (diff) | |
| parent | 959ea5193001d23455392f2daa5e01e526509b62 (diff) | |
Merge pull request #2985
new translation
| -rw-r--r-- | app/Locale/de_DE/translations.php | 48 | 
1 files changed, 24 insertions, 24 deletions
| diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index d67e79c2..adefbf13 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -1268,7 +1268,7 @@ return array(      'Remove your token' => 'Ihre Zugriffsinformationen entfernen',      'Generate a new token' => 'Neue Zugriffsinformationen generieren',      'Showing %d-%d of %d' => 'Zeige %d-%d of %d', -    'Outgoing Emails' => 'Ausgehende E-Mail', +    'Outgoing Emails' => 'Ausgehende E-Mails',      'Add or change currency rate' => 'Wechselkurs hinzufügen oder ändern',      'Reference currency: %s' => 'Referenzwährung: %s',      'Add custom filters' => 'Benutzerdefinierten Filter hinzufügen', @@ -1284,27 +1284,27 @@ return array(      'Choose a project' => 'Wählen Sie ein Projekt',      'Profile' => 'Profil',      'Application role' => 'Anwendungsrolle', -    // '%d invitations were sent.' => '', -    // '%d invitation was sent.' => '', -    // 'Unable to create this user.' => '', -    // 'Kanboard Invitation' => '', -    // 'Visible on dashboard' => '', -    // 'Created at:' => '', -    // 'Updated at:' => '', -    // 'There is no custom filter.' => '', -    // 'New User' => '', -    // 'Authentication' => '', -    // 'If checked, this user will use a third-party system for authentication.' => '', -    // 'The password is necessary only for local users.' => '', -    // 'You have been invited to register on Kanboard.' => '', -    // 'Click here to join your team' => '', -    // 'Invite people' => '', -    // 'Emails' => '', -    // 'Enter one email address by line.' => '', -    // 'Add these people to this project' => '', -    // 'Add this person to this project' => '', -    // 'Sign-up' => '', -    // 'Credentials' => '', -    // 'New user' => '', -    // 'This username is already taken' => '', +    '%d invitations were sent.' => '%d Einladungen wurden gesendet.', +    '%d invitation was sent.' => '%d Einladung wurde gesendet.', +    'Unable to create this user.' => 'Dieser Benutzer kann nicht erstellt werden.', +    'Kanboard Invitation' => 'Kanboard Einladung', +    'Visible on dashboard' => 'Sichtbar auf dem Dashboard', +    'Created at:' => 'Erstellt am:', +    'Updated at:' => 'Aktualisiert am:', +    'There is no custom filter.' => 'Es gibt keinen benutzerdefinierten Filter.', +    'New User' => 'Neuer Benutzer', +    'Authentication' => 'Authentifizierung', +    'If checked, this user will use a third-party system for authentication.' => 'Wenn aktiviert, verwendet dieser Benutzer ein Drittanbieter-System für die Authentifizierung.', +    'The password is necessary only for local users.' => 'Das Passwort ist nur für lokale Benutzer erforderlich.', +    'You have been invited to register on Kanboard.' => 'Sie wurden eingeladen, sich auf Kanboard zu registrieren.', +    'Click here to join your team' => 'Klicken Sie hier, um Ihrem Team beizutreten', +    'Invite people' => 'Leute einladen', +    'Emails' => 'E-Mail', +    'Enter one email address by line.' => 'Geben Sie eine E-Mail-Adresse pro Zeile ein.', +    'Add these people to this project' => 'Füge diese Personen diesem Projekt hinzu', +    'Add this person to this project' => 'Füge diese Persone diesem Projekt hinzu', +    'Sign-up' => 'Anmelden', +    'Credentials' => 'Anmeldeinformationen', +    'New user' => 'Neuer Benutzer', +    'This username is already taken' => 'Dieser Benutzername ist bereits vergeben',  ); | 
