Files
snipe-it/app/lang/en/admin/hardware/general.php
T
2015-02-10 15:57:19 -08:00

15 lines
394 B
PHP
Executable File

<?php
return array(
'archived' => 'Archived',
'asset' => 'Asset',
'checkin' => 'Checkin Asset',
'checkout' => 'Checkout Asset to User',
'clone' => 'Clone Asset',
'deployable' => 'Deployable',
'edit' => 'Edit Asset',
'pending' => 'Pending',
'undeployable' => 'Undeployable',
'view' => 'View Asset',
);