diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-02-25 17:18:09 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-02-25 17:18:09 -0500 |
commit | a58fa348cf7d907307b483fb9d96441dd991512c (patch) | |
tree | c3f1d3fe4536589a5f1397108b4d55d01d323342 /app/Locale | |
parent | 089e0a93a0951fbf6cff9dd067bd7b3ca97795bd (diff) | |
parent | ccc407db2c5ce91c93fce39a61a8b888e2284e9f (diff) |
Merge pull-request #1895
Diffstat (limited to 'app/Locale')
-rw-r--r-- | app/Locale/de_DE/translations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index e7953d1c..0a6aada5 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -806,7 +806,7 @@ return array( 'Set automatically the start date' => 'Setze Startdatum automatisch', 'Edit Authentication' => 'Authentifizierung bearbeiten', 'Remote user' => 'Remote-Benutzer', - 'Remote users do not store their password in Kanboard database, examples: LDAP, Google and Github accounts.' => 'Remote-Benutzer haben kein Passwort in der Kanboard Datenbank, Beispiel LDAP, Goole und Github Accounts', + 'Remote users do not store their password in Kanboard database, examples: LDAP, Google and Github accounts.' => 'Remote-Benutzer haben kein Passwort in der Kanboard Datenbank, Beispiel LDAP, Google und Github Accounts', 'If you check the box "Disallow login form", credentials entered in the login form will be ignored.' => 'Wenn die Box "Verbiete Login-Formular" angeschaltet ist, werden Eingaben in das Login Formular ignoriert.', 'New remote user' => 'Neuer Remote-Benutzer', 'New local user' => 'Neuer lokaler Benutzer', |