mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
18 lines
779 B
PHP
18 lines
779 B
PHP
<?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' => 'Hankintahinta',
|
|
'create' => 'Create Component',
|
|
'edit' => 'Edit Component',
|
|
'date' => 'Ostopäivämäärä',
|
|
'order' => 'Tilausnumero',
|
|
'remaining' => 'Jäljellä',
|
|
'total' => 'Yhteensä',
|
|
'update' => 'Update Component',
|
|
);
|