mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 23:54:12 -08:00
14 lines
661 B
PHP
14 lines
661 B
PHP
<?php
|
|
|
|
return array(
|
|
'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',
|
|
'total' => 'Total',
|
|
'update' => 'Opdater forbrugsstoffer',
|
|
);
|