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

14 lines
643 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?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.',
2016-10-04 12:23:02 -07:00
'checkout' => 'Checkout Consumable to User',
'consumable_name' => 'Consumable Name',
'create' => 'Create Consumable',
'item_no' => 'Item No.',
'remaining' => 'Jäljellä',
'total' => 'Yhteensä',
2016-03-25 01:18:05 -07:00
'update' => 'Update Consumable',
);