mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
16 lines
641 B
PHP
Executable file
16 lines
641 B
PHP
Executable file
<?php
|
|
|
|
return array(
|
|
'about' => 'Om status labels',
|
|
'archived' => 'Archived',
|
|
'create' => 'Opret status label',
|
|
'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',
|
|
'title' => 'Status labels',
|
|
'undeployable' => 'Undeployable',
|
|
'update' => 'Opdater status label',
|
|
);
|