mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-15 01:54:09 -08:00
7cf30003b6
Signed-off-by: snipe <snipe@snipe.net>
10 lines
501 B
PHP
10 lines
501 B
PHP
<?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' => 'This password reset token is invalid or expired, or does not match the username provided.',
|
|
'reset' => 'Geslo je bilo ponastavljeno!',
|
|
'password_change' => 'Geslo posodobljeno!',
|
|
];
|