mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
10 lines
272 B
PHP
10 lines
272 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'failed' => 'Deze combinatie van e-mailadres en wachtwoord is niet geldig.',
|
|
'password' => 'Wachtwoord is onjuist.',
|
|
'throttle' => 'Te veel mislukte aanmeldpogingen. Probeer het nog eens over :seconds seconden.',
|
|
];
|