2016-03-25 01:18:05 -07:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return array(
|
|
|
|
'about_components_title' => 'About Components',
|
2016-07-29 14:32:31 -07:00
|
|
|
'about_components_text' => 'Komponentai yra daiktai, kurie yra įrangos sudedamoji dalis, pavyzdžiui HDD, RAM ir t. t.',
|
|
|
|
'component_name' => 'Komponento pavadinimas',
|
2016-03-25 01:18:05 -07:00
|
|
|
'checkin' => 'Checkin Component',
|
|
|
|
'checkout' => 'Checkout Component',
|
2016-07-29 14:32:31 -07:00
|
|
|
'cost' => 'Pirkimo kaina',
|
|
|
|
'create' => 'Sukurti komponentą',
|
|
|
|
'edit' => 'Redaguoti komponentą',
|
2016-03-25 01:18:05 -07:00
|
|
|
'date' => 'Purchase Date',
|
|
|
|
'order' => 'Order Number',
|
|
|
|
'remaining' => 'Remaining',
|
|
|
|
'total' => 'Total',
|
|
|
|
'update' => 'Update Component',
|
|
|
|
);
|