12 lines
504 B
PHP
Executable File
12 lines
504 B
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
'about_consumables_title' => 'Om Forbruksvarer',
|
|
'about_consumables_text' => 'Forbruksvarer er alle varer som blir brukt opp over tid. For eksempel, skriver toner eller kopi papir.',
|
|
'consumable_name' => 'Consumable Name',
|
|
'create' => 'Create Consumable',
|
|
'remaining' => 'Gjenstår',
|
|
'total' => 'Total',
|
|
'update' => 'Update Consumable',
|
|
);
|