snipe-it/resources/lang/et-EE/passwords.php

10 lines
516 B
PHP
Raw Normal View History

2017-07-07 13:14:51 -07:00
<?php
return [
'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.',
'user' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.',
'token' => 'See parooli taastamise sessioon on kehtetu, aegunud või ei vasta sisestatud kasutajanimele.',
'reset' => 'Sinu parool on lähtestatud!',
'password_change' => 'Your password has been updated!',
2017-07-07 13:14:51 -07:00
];