mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
lang
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'failed' => 'Błędny login lub hasło.',
|
||||
'password' => 'Hasło jest nieprawidłowe.',
|
||||
'throttle' => 'Za dużo nieudanych prób logowania. Proszę spróbować za :seconds sekund.',
|
||||
];
|
||||
return array (
|
||||
'failed' => 'Błędny login lub hasło.',
|
||||
'password' => 'Hasło jest nieprawidłowe.',
|
||||
'throttle' => 'Za dużo nieudanych prób logowania. Proszę spróbować za :seconds sekund.',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user