mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
16 lines
595 B
PHP
16 lines
595 B
PHP
<?php
|
|
|
|
return array(
|
|
'component_name' => 'Komponendi nimi',
|
|
'checkin' => 'Checkin Component',
|
|
'checkout' => 'Checkout Component',
|
|
'cost' => 'Ostuhind',
|
|
'create' => 'Uus komponent',
|
|
'edit' => 'Muuda komponenti',
|
|
'date' => 'Ostu kuupäev',
|
|
'order' => 'Tellimuse number',
|
|
'remaining' => 'Alles',
|
|
'total' => 'Kokku',
|
|
'update' => 'Muuda komponenti',
|
|
);
|