mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
Tailwind + Logo
This commit is contained in:
20
lang/nl/auth.php
Normal file
20
lang/nl/auth.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?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.',
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user