38 lines
986 B
PHP
Executable File
38 lines
986 B
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
|
|
'undeployable' => 'crwdns739:0crwdne739:0',
|
|
'does_not_exist' => 'crwdns740:0crwdne740:0',
|
|
'assoc_users' => 'crwdns741:0crwdne741:0',
|
|
|
|
'create' => array(
|
|
'error' => 'crwdns742:0crwdne742:0',
|
|
'success' => 'crwdns743:0crwdne743:0'
|
|
),
|
|
|
|
'update' => array(
|
|
'error' => 'crwdns744:0crwdne744:0',
|
|
'success' => 'crwdns745:0crwdne745:0'
|
|
),
|
|
|
|
'delete' => array(
|
|
'confirm' => 'crwdns746:0crwdne746:0',
|
|
'error' => 'crwdns747:0crwdne747:0',
|
|
'success' => 'crwdns748:0crwdne748:0'
|
|
),
|
|
|
|
'checkout' => array(
|
|
'error' => 'crwdns749:0crwdne749:0',
|
|
'success' => 'crwdns750:0crwdne750:0',
|
|
'user_does_not_exist' => 'crwdns751:0crwdne751:0'
|
|
),
|
|
|
|
'checkin' => array(
|
|
'error' => 'crwdns752:0crwdne752:0',
|
|
'success' => 'crwdns753:0crwdne753:0',
|
|
'user_does_not_exist' => 'crwdns754:0crwdne754:0'
|
|
)
|
|
|
|
);
|