Files
snipe-it/app/lang/ms/admin/models/general.php
T
2015-02-27 13:32:53 -08:00

12 lines
384 B
PHP
Executable File

<?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',
);