37 lines
1.0 KiB
PHP
Executable File
37 lines
1.0 KiB
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
|
|
'account_already_exists' => 'crwdns1102:0crwdne1102:0',
|
|
'account_not_found' => 'crwdns1103:0crwdne1103:0',
|
|
'account_not_activated' => 'crwdns1104:0crwdne1104:0',
|
|
'account_suspended' => 'crwdns1105:0crwdne1105:0',
|
|
'account_banned' => 'crwdns1106:0crwdne1106:0',
|
|
|
|
'signin' => array(
|
|
'error' => 'crwdns1107:0crwdne1107:0',
|
|
'success' => 'crwdns1108:0crwdne1108:0',
|
|
),
|
|
|
|
'signup' => array(
|
|
'error' => 'crwdns1109:0crwdne1109:0',
|
|
'success' => 'crwdns1110:0crwdne1110:0',
|
|
),
|
|
|
|
'forgot-password' => array(
|
|
'error' => 'crwdns1111:0crwdne1111:0',
|
|
'success' => 'crwdns1112:0crwdne1112:0',
|
|
),
|
|
|
|
'forgot-password-confirm' => array(
|
|
'error' => 'crwdns1113:0crwdne1113:0',
|
|
'success' => 'crwdns1114:0crwdne1114:0',
|
|
),
|
|
|
|
'activate' => array(
|
|
'error' => 'crwdns1115:0crwdne1115:0',
|
|
'success' => 'crwdns1116:0crwdne1116:0',
|
|
),
|
|
|
|
);
|