2016-03-25 01:18:05 -07:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return array(
|
2017-10-17 18:52:20 -07:00
|
|
|
'about_consumables_title' => 'Om forbrugsvarer',
|
|
|
|
'about_consumables_text' => 'Forbrugsvarer købes noget, der bliver brugt op over tid. For eksempel printer blæk eller kopimaskine papir.',
|
|
|
|
'checkout' => 'Checkout forbrugsvarer til bruger',
|
|
|
|
'consumable_name' => 'Forbrugelighedsnavn',
|
|
|
|
'create' => 'Opret forbrugsstoffer',
|
|
|
|
'item_no' => 'Varenummer',
|
|
|
|
'remaining' => 'Resterende',
|
2016-10-04 12:23:02 -07:00
|
|
|
'total' => 'Total',
|
2017-10-17 18:52:20 -07:00
|
|
|
'update' => 'Opdater forbrugsstoffer',
|
2016-03-25 01:18:05 -07:00
|
|
|
);
|