snipe-it/resources/lang/pt-BR/passwords.php

8 lines
165 B
PHP
Raw Normal View History

2016-05-20 00:47:03 -07:00
<?php
return [
2016-06-02 19:01:09 -07:00
'sent' => 'O link com a senha de acesso foi enviado com sucesso!',
2018-09-28 11:54:52 -07:00
'user' => 'No matching active user found with that email.',
2016-05-20 00:47:03 -07:00
];