9 lines
321 B
PHP
Executable File
9 lines
321 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.',
|
|
'remaining' => 'Remaining',
|
|
'total' => 'Total',
|
|
);
|