snipe-it/resources/lang/da/admin/statuslabels/table.php

18 lines
720 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
'about' => 'Om status labels',
'archived' => 'Archived',
'create' => 'Opret status label',
2016-08-25 17:43:07 -07:00
'color' => 'Chart Color',
2016-03-25 01:18:05 -07:00
'deployable' => 'Deployable',
'info' => 'Status labels are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for deployable, pending and archived assets.',
'name' => 'Status navn',
'pending' => 'Pending',
'status_type' => 'Status Type',
2016-08-25 17:43:07 -07:00
'show_in_nav' => 'Show in side nav',
2016-03-25 01:18:05 -07:00
'title' => 'Status labels',
'undeployable' => 'Undeployable',
'update' => 'Opdater status label',
);