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

12 lines
433 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
'checkout' => 'Checkout Consumable to User',
'consumable_name' => 'Consumable Name',
'create' => 'Create Consumable',
'item_no' => 'Item No.',
'remaining' => 'Remaining',
'total' => 'Total',
2016-03-25 01:18:05 -07:00
'update' => 'Update Consumable',
);