2016-03-25 01:18:05 -07:00
|
|
|
<?php
|
|
|
|
|
2022-01-13 21:30:35 -08:00
|
|
|
return array(
|
2016-03-25 01:18:05 -07:00
|
|
|
'component_name' => 'Component Name',
|
|
|
|
'checkin' => 'Checkin Component',
|
|
|
|
'checkout' => 'Checkout Component',
|
|
|
|
'cost' => 'Purchase Cost',
|
|
|
|
'create' => 'Create Component',
|
|
|
|
'edit' => 'Edit Component',
|
|
|
|
'date' => 'Purchase Date',
|
|
|
|
'order' => 'Order Number',
|
|
|
|
'remaining' => 'Remaining',
|
|
|
|
'total' => 'Total',
|
|
|
|
'update' => 'Update Component',
|
2023-02-01 12:55:16 -08:00
|
|
|
'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
|
2022-01-13 21:30:35 -08:00
|
|
|
);
|