10 lines
276 B
PHP
10 lines
276 B
PHP
<?php
|
||
|
||
declare(strict_types=1);
|
||
|
||
return [
|
||
'failed' => 'Aqueles identificants correspondon pas a nòstres enregistraments.',
|
||
'password' => 'Lo senhal es incorrèct',
|
||
'throttle' => 'Tròp d’ensages de connexion. Tornatz ensajar d’aquí :seconds segondas.',
|
||
];
|