mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 16:14:18 -08:00
14 lines
641 B
PHP
14 lines
641 B
PHP
<?php
|
|
|
|
return array(
|
|
'about_consumables_title' => 'Kuluvahenditest',
|
|
'about_consumables_text' => 'Kuluvahendid on kõik asjad, mis peale ostmist kasutatakse lõplikult ära. Näiteks printeritint või koopiapaber.',
|
|
'checkout' => 'Checkout Consumable to User',
|
|
'consumable_name' => 'Kuluvahendi nimi',
|
|
'create' => 'Create Consumable',
|
|
'item_no' => 'Item No.',
|
|
'remaining' => 'Alles',
|
|
'total' => 'Kokku',
|
|
'update' => 'Muuda kuluvahendit',
|
|
);
|