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:
parent
b0bcb879d0
commit
026df6a36f
122 changed files with 1904 additions and 1828 deletions
|
@ -1,26 +0,0 @@
|
|||
<?php
|
||||
return [
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Authentication Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used during authentication for various
|
||||
| messages that we need to display to the user. You are free to modify
|
||||
| these language lines according to your application's requirements.
|
||||
|
|
||||
*/
|
||||
'failed' => 'Falsches Passwort!', /* "Incorrect Password!" */
|
||||
'throttle' => 'Zu viele Login-Versuche! Versuchen Sie, in :seconds Sekunde.', /* "Too many login attempts! Try in (number) Seconds" */
|
||||
'errorencountered' => 'Ein Fehler ist aufgetreten!', /* An error occurred! */
|
||||
'resetpassword' => 'Passwort zurücksetzen.', /* Reset Password */
|
||||
'confirmpassword' => 'Bestätige das Passwort.', /* Confirm your password */
|
||||
'sendlink' => 'Senden Sie Passwort-Reset Link.', /* Send password reset link */
|
||||
'emailsent' => 'E-Mail gesendet.', /* Email Sent */
|
||||
'remeberme' => 'Login merken.', /* Remember my Login*/
|
||||
'totp_failed' => 'Die TOTP Token vorgesehen war ist ungültig.' /* The TOTP token was provided is not valid. */
|
||||
];
|
||||
|
||||
/*
|
||||
German Translation by Jboy
|
||||
*/
|
Reference in a new issue