snipe-it/resources/lang/et/admin/consumables/general.php

12 lines
424 B
PHP
Raw Normal View History

2017-07-07 13:14:51 -07:00
<?php
return array(
2017-10-17 18:52:20 -07:00
'checkout' => 'Kasutaja saab tellimuse',
2017-07-07 13:14:51 -07:00
'consumable_name' => 'Kuluvahendi nimi',
2017-10-17 18:52:20 -07:00
'create' => 'Loo tarbitav',
'item_no' => 'Objekti nr',
2017-07-07 13:14:51 -07:00
'remaining' => 'Alles',
'total' => 'Kokku',
'update' => 'Muuda kuluvahendit',
);