snipe-it/resources/lang/da/admin/consumables/general.php

12 lines
456 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
2017-10-17 18:52:20 -07:00
'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
);