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>
23 lines
822 B
PHP
23 lines
822 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Password Reset Language Lines
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The following language lines are the default lines which match reasons
|
|
| that are given by the password broker for a password update attempt
|
|
| has failed, such as for an invalid token or invalid new password.
|
|
|
|
|
*/
|
|
|
|
'reset' => 'Tvoja lozinka je uspješno resetirana!',
|
|
'sent' => 'Poslali smo ti poveznicu za poništavanje lozinke putem e-pošte!',
|
|
'throttled' => 'Molimo pričekaj malo prije nego što pokušaš ponovno.',
|
|
'token' => 'Token za resetiranje lozinke je nevažeći ili je istekao.',
|
|
'user' => 'Ne postoji korisnik s tom e-mail adresom.',
|
|
|
|
];
|