mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 23:54:12 -08:00
16 lines
600 B
PHP
16 lines
600 B
PHP
<?php
|
|
|
|
return array(
|
|
'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',
|
|
);
|