2016-03-25 01:18:05 -07:00
< ? php
2022-01-13 21:27:29 -08:00
return array (
2018-02-20 14:41:12 -08:00
'about_manufacturers_title' => 'Asset Manufacturers' ,
2017-04-06 21:36:33 -07:00
'about_manufacturers_text' => 'Manufacturers are the companies that create your assets. You can store important support contact information about them here, which will be displayed on your asset detail pages.' ,
2016-03-25 01:18:05 -07:00
'asset_manufacturers' => 'Asset Manufacturers' ,
'create' => 'Create Manufacturer' ,
'id' => 'ID' ,
2017-04-06 21:36:33 -07:00
'name' => 'Name' ,
'support_email' => 'Support Email' ,
'support_phone' => 'Support Phone' ,
'support_url' => 'Support URL' ,
2023-06-13 09:12:01 -07:00
'warranty_lookup_url' => 'Warranty Lookup URL' ,
2016-03-25 01:18:05 -07:00
'update' => 'Update Manufacturer' ,
2017-04-06 21:36:33 -07:00
'url' => 'URL' ,
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
);