Relicense project under MIT

Permission obtained from @DDynamic. Contributions from other users were
removed since we did not obtain permission from them for the re-license.

From this point forward all contributors must have a signed Contributor
License Agreement on file.
This commit is contained in:
Dane Everitt 2016-01-20 15:56:40 -05:00
parent b0bcb879d0
commit 026df6a36f
122 changed files with 1904 additions and 1828 deletions

View file

@ -1,21 +0,0 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Password Reminder Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are the default lines which match reasons
| that are given by the password broker for a password update attempt
| has failed, such as for an invalid token or invalid new password.
|
*/
'password' => 'Passwörter müssen mindestens sechs Zeichen lang sein und passen Sie die Bestätigung.',
'reset' => 'Dein Passwort wurde zurückgesetzt!',
'sent' => 'Ihr Passwort zurückzusetzen Link wurde Ihnen zugeschickt',
'token' => 'Es tut uns leid! Dieser Password-Reset-Token ist ungültig.',
'user' => "Keine Benutzer mit dieser E-Mail Adresse gefunden!",
];
/*
German Translation by Jboy
*/