mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 10:10:48 +01:00
21 lines
689 B
PHP
21 lines
689 B
PHP
<?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' => 'Deze gegevens komen niet overeen met onze data.',
|
|
'password' => 'Het opgegeven wachtwoord is onjuist.',
|
|
'throttle' => 'Te veel aanmeldingspogingen. Probeer het opnieuw over :seconds seconden.',
|
|
|
|
];
|