snipe-it/resources/lang/sr-CS/admin/consumables/general.php

14 lines
638 B
PHP
Raw Normal View History

2018-07-18 08:55:38 -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.',
'checkout' => 'Checkout Consumable to User',
'consumable_name' => 'Consumable Name',
'create' => 'Create Consumable',
'item_no' => 'Item No.',
'remaining' => 'Remaining',
'total' => 'Total',
'update' => 'Update Consumable',
);