2016-03-25 01:18:05 -07:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return array(
|
2017-10-17 18:52:20 -07:00
|
|
|
'component_name' => 'Komponentin nimi',
|
2016-03-25 01:18:05 -07:00
|
|
|
'checkin' => 'Checkin Component',
|
|
|
|
'checkout' => 'Checkout Component',
|
2016-05-16 21:54:13 -07:00
|
|
|
'cost' => 'Hankintahinta',
|
2017-10-17 18:52:20 -07:00
|
|
|
'create' => 'Luo komponentti',
|
|
|
|
'edit' => 'Muokkaa komponenttia',
|
2016-05-16 21:54:13 -07:00
|
|
|
'date' => 'Ostopäivämäärä',
|
|
|
|
'order' => 'Tilausnumero',
|
|
|
|
'remaining' => 'Jäljellä',
|
|
|
|
'total' => 'Yhteensä',
|
2017-10-17 18:52:20 -07:00
|
|
|
'update' => 'Päivitä komponentti',
|
2016-03-25 01:18:05 -07:00
|
|
|
);
|