11 lines
501 B
PHP
Executable File
11 lines
501 B
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
'name' => 'Status Name',
|
|
'title' => 'Status Labels',
|
|
'update' => 'Update Status Label',
|
|
'create' => 'Create Status Label',
|
|
'about' => 'About Status Labels',
|
|
'info' => 'Status labels are used to describe the various reasons why an asset <strong><em>cannot</em></strong> be deployed. It could be broken, out for diagnostics, out for repair, lost or stolen, etc. Status labels allow your team to show the progression.',
|
|
);
|