mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
14 lines
500 B
PHP
14 lines
500 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'deleted' => 'This model has been deleted. <a href="/hardware/models/:model_id/restore">Click here to restore it</a>.',
|
|
'restore' => 'Restore Model',
|
|
'show_mac_address' => 'Show MAC address field in assets in this model',
|
|
'view_deleted' => 'View Deleted',
|
|
'view_models' => 'View Models',
|
|
'fieldset' => 'Fieldset',
|
|
'no_custom_field' => 'No custom fields',
|
|
|
|
);
|