10 lines
256 B
PHP
10 lines
256 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'failed' => 'Kredentzial hauek ez datoz bat gure erregistroekin.',
|
|
'password' => 'Pasahitza ez da zuzena.',
|
|
'throttle' => 'Atzipen saialdi gehiegi. Mesedez berriro saiatu :seconds segundo barru.',
|
|
];
|