20 lines
361 B
PHP
20 lines
361 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'create' => 'Create Asset',
|
|
'update' => 'Asset Update',
|
|
'tag' => 'Asset Tag',
|
|
'name' => 'Asset Name',
|
|
'serial' => 'Serial',
|
|
'order' => 'Order Number',
|
|
'model' => 'Model',
|
|
'date' => 'Purchase Date',
|
|
'cost' => 'Purchase Cost',
|
|
'warranty' => 'Warranty',
|
|
'status' => 'Status',
|
|
'notes' => 'Notes',
|
|
'months' => 'months',
|
|
)
|
|
;
|