diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-02-16 22:27:23 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-02-16 22:27:23 -0500 |
commit | 706ced08dfb7871219a6140077cf20626e71baec (patch) | |
tree | 22359bfc56cf8e00db15b590bd9c6dbbb3da8cad /app/Locale/de_DE/translations.php | |
parent | e393b387fbdda057e80d782cd49a2c387161b4db (diff) |
Improve validation message
Diffstat (limited to 'app/Locale/de_DE/translations.php')
-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 edbb3416..14bf71e6 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -1301,7 +1301,7 @@ return array( 'Unfortunately, we are unable to reset your password. Did you entered a valid username? Do you have an email address in your profile?' => 'Leider können wir Ihr Passwort nicht zurücksetzen. Haben Sie einen gültigen Benutzernamen eingegeben? Haben Sie eine E-Mail-Adresse in Ihrem Profil?', 'TRL - Turkish Lira' => 'TRL - Türkische Lira', 'The project email is optional and could be used by several plugins.' => 'Die Projekt-E-Mail ist optional und kann von mehreren Plugins verwendet werden.', - // 'The email project must be unique across all projects' => '', + // 'The project email must be unique across all projects' => '', 'The email configuration has been disabled by the administrator.' => 'Die E-Mail-Konfiguration wurde vom Administrator deaktiviert.', 'Close this project' => 'Dieses Projekt schließen', 'Open this project' => 'Dieses Projekt öffnen', |