39 lines
969 B
PHP
Executable File
39 lines
969 B
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
|
|
'does_not_exist' => 'crwdns934:0crwdne934:0',
|
|
'user_does_not_exist' => 'crwdns935:0crwdne935:0',
|
|
'asset_does_not_exist' => 'crwdns936:0crwdne936:0',
|
|
'owner_doesnt_match_asset' => 'crwdns937:0crwdne937:0',
|
|
'assoc_users' => 'crwdns938:0crwdne938:0',
|
|
|
|
|
|
'create' => array(
|
|
'error' => 'crwdns939:0crwdne939:0',
|
|
'success' => 'crwdns940:0crwdne940:0'
|
|
),
|
|
|
|
'update' => array(
|
|
'error' => 'crwdns941:0crwdne941:0',
|
|
'success' => 'crwdns942:0crwdne942:0'
|
|
),
|
|
|
|
'delete' => array(
|
|
'confirm' => 'crwdns943:0crwdne943:0',
|
|
'error' => 'crwdns944:0crwdne944:0',
|
|
'success' => 'crwdns945:0crwdne945:0'
|
|
),
|
|
|
|
'checkout' => array(
|
|
'error' => 'crwdns946:0crwdne946:0',
|
|
'success' => 'crwdns947:0crwdne947:0'
|
|
),
|
|
|
|
'checkin' => array(
|
|
'error' => 'crwdns948:0crwdne948:0',
|
|
'success' => 'crwdns949:0crwdne949:0'
|
|
),
|
|
|
|
);
|