snipe-it/resources/lang/fi/admin/consumables/general.php
2016-12-03 17:10:05 -08:00

14 lines
643 B
PHP

<?php
return array(
'about_consumables_title' => 'About Consumables',
'about_consumables_text' => 'Consumables are anything purchased that will be used up over time. For example, printer ink or copier paper.',
'checkout' => 'Checkout Consumable to User',
'consumable_name' => 'Consumable Name',
'create' => 'Create Consumable',
'item_no' => 'Item No.',
'remaining' => 'Jäljellä',
'total' => 'Yhteensä',
'update' => 'Update Consumable',
);