mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
36 lines
982 B
PHP
36 lines
982 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
|
||
|
/*
|
||
|
|--------------------------------------------------------------------------
|
||
|
| Password Reminder 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.
|
||
|
|
|
||
|
*/
|
||
|
|
||
|
'more_info_title' => 'crwdns5792:0crwdne5792:0',
|
||
|
|
||
|
'audit_help' => 'crwdns11519:0crwdne11519:0',
|
||
|
|
||
|
'assets' => 'crwdns5796:0crwdne5796:0',
|
||
|
|
||
|
'categories' => 'crwdns5798:0crwdne5798:0',
|
||
|
|
||
|
'accessories' => 'crwdns5800:0crwdne5800:0',
|
||
|
|
||
|
'companies' => 'crwdns5802:0crwdne5802:0',
|
||
|
|
||
|
'components' => 'crwdns5804:0crwdne5804:0',
|
||
|
|
||
|
'consumables' => 'crwdns5806:0crwdne5806:0',
|
||
|
|
||
|
'depreciations' => 'crwdns5808:0crwdne5808:0',
|
||
|
|
||
|
'empty_file' => 'crwdns11850:0crwdne11850:0'
|
||
|
];
|