mirror of
https://github.com/alexjustesen/speedtest-tracker.git
synced 2026-06-23 04:20:08 +00:00
373ea413cd
Co-authored-by: Petrekanics Máté <mate.petrekanics@webcapital.hu> Co-authored-by: Alex Justesen <alexjustesen@users.noreply.github.com>
21 lines
710 B
PHP
21 lines
710 B
PHP
<?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' => 'A megadott hitelesítési adatok nem egyeznek.',
|
|
'password' => 'A megadott jelszó hibás.',
|
|
'throttle' => 'Túl sok bejelentkezési kísérlet. Kérlek, várj :seconds másodpercet, mielőtt újra próbálkozol.',
|
|
|
|
];
|