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

20 lines
921 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
'about' => 'About Status Labels',
'archived' => 'Archived',
'create' => 'Create Status Label',
'color' => 'Chart Color',
'default_label' => 'Default Label',
'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.',
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 Name',
'pending' => 'Pending',
'status_type' => 'Status Type',
2016-08-23 15:51:45 -07:00
'show_in_nav' => 'Show in side nav',
2016-03-25 01:18:05 -07:00
'title' => 'Status Labels',
'undeployable' => 'Undeployable',
'update' => 'Update Status Label',
);