mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 15:44:11 -08:00
15 lines
615 B
PHP
Executable file
15 lines
615 B
PHP
Executable file
<?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.',
|
|
'consumable_name' => 'Consumable Name',
|
|
'cost' => 'Purchase Cost',
|
|
'create' => 'Create Consumable',
|
|
'date' => 'Purchase Date',
|
|
'order' => 'Order Number',
|
|
'remaining' => 'Remaining',
|
|
'total' => 'Total',
|
|
'update' => 'Update Consumable',
|
|
);
|