mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-16 10:34:08 -08:00
27 lines
671 B
PHP
27 lines
671 B
PHP
|
<?php
|
||
|
|
||
|
return array(
|
||
|
|
||
|
'does_not_exist' => 'crwdns625:0crwdne625:0',
|
||
|
'assoc_models' => 'crwdns1621:0crwdne1621:0',
|
||
|
'assoc_items' => 'crwdns1622:0crwdne1622:0',
|
||
|
|
||
|
'create' => array(
|
||
|
'error' => 'crwdns627:0crwdne627:0',
|
||
|
'success' => 'crwdns628:0crwdne628:0'
|
||
|
),
|
||
|
|
||
|
'update' => array(
|
||
|
'error' => 'crwdns629:0crwdne629:0',
|
||
|
'success' => 'crwdns630:0crwdne630:0',
|
||
|
'cannot_change_category_type' => 'crwdns11215:0crwdne11215:0',
|
||
|
),
|
||
|
|
||
|
'delete' => array(
|
||
|
'confirm' => 'crwdns631:0crwdne631:0',
|
||
|
'error' => 'crwdns632:0crwdne632:0',
|
||
|
'success' => 'crwdns633:0crwdne633:0'
|
||
|
)
|
||
|
|
||
|
);
|