mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 23:54:12 -08:00
16 lines
623 B
PHP
16 lines
623 B
PHP
<?php
|
|
|
|
return array(
|
|
'component_name' => 'Komponentin nimi',
|
|
'checkin' => 'Checkin Component',
|
|
'checkout' => 'Checkout Component',
|
|
'cost' => 'Hankintahinta',
|
|
'create' => 'Luo komponentti',
|
|
'edit' => 'Muokkaa komponenttia',
|
|
'date' => 'Ostopäivämäärä',
|
|
'order' => 'Tilausnumero',
|
|
'remaining' => 'Jäljellä',
|
|
'total' => 'Yhteensä',
|
|
'update' => 'Päivitä komponentti',
|
|
);
|