mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 23:54:12 -08:00
18 lines
768 B
PHP
Executable file
18 lines
768 B
PHP
Executable file
<?php
|
|
|
|
return array(
|
|
'about_components_title' => 'About Components',
|
|
'about_components_text' => 'Components are items that are part of an asset, for example HDD, RAM, etc.',
|
|
'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',
|
|
);
|