mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
46 lines
1.3 KiB
PHP
46 lines
1.3 KiB
PHP
|
<?php
|
||
|
|
||
|
return array(
|
||
|
|
||
|
'account_already_exists' => 'crwdns1102:0crwdne1102:0',
|
||
|
'account_not_found' => 'crwdns1392:0crwdne1392:0',
|
||
|
'account_not_activated' => 'crwdns1104:0crwdne1104:0',
|
||
|
'account_suspended' => 'crwdns1105:0crwdne1105:0',
|
||
|
'account_banned' => 'crwdns1106:0crwdne1106:0',
|
||
|
'throttle' => 'crwdns5926:0crwdne5926:0',
|
||
|
|
||
|
'two_factor' => array(
|
||
|
'already_enrolled' => 'crwdns5928:0crwdne5928:0',
|
||
|
'success' => 'crwdns5930:0crwdne5930:0',
|
||
|
'code_required' => 'crwdns5932:0crwdne5932:0',
|
||
|
'invalid_code' => 'crwdns5934:0crwdne5934:0',
|
||
|
),
|
||
|
|
||
|
'signin' => array(
|
||
|
'error' => 'crwdns1107:0crwdne1107:0',
|
||
|
'success' => 'crwdns1108:0crwdne1108:0',
|
||
|
),
|
||
|
|
||
|
'logout' => array(
|
||
|
'error' => 'crwdns5936:0crwdne5936:0',
|
||
|
'success' => 'crwdns5938:0crwdne5938:0',
|
||
|
),
|
||
|
|
||
|
'signup' => array(
|
||
|
'error' => 'crwdns1109:0crwdne1109:0',
|
||
|
'success' => 'crwdns1110:0crwdne1110:0',
|
||
|
),
|
||
|
|
||
|
'forgot-password' => array(
|
||
|
'error' => 'crwdns1111:0crwdne1111:0',
|
||
|
'success' => 'crwdns5940:0crwdne5940:0',
|
||
|
),
|
||
|
|
||
|
'forgot-password-confirm' => array(
|
||
|
'error' => 'crwdns1113:0crwdne1113:0',
|
||
|
'success' => 'crwdns1114:0crwdne1114:0',
|
||
|
),
|
||
|
|
||
|
|
||
|
);
|