snipe-it/resources/lang/iu/admin/manufacturers/table.php

17 lines
642 B
PHP
Raw Normal View History

2019-12-06 12:03:04 -08:00
<?php
return [
2019-12-06 12:03:04 -08:00
'about_manufacturers_title' => 'About manufacturers',
'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.',
'asset_manufacturers' => 'Asset Manufacturers',
'create' => 'Create Manufacturer',
'id' => 'ID',
'name' => 'Name',
'support_email' => 'Support Email',
'support_phone' => 'Support Phone',
'support_url' => 'Support URL',
'update' => 'Update Manufacturer',
'url' => 'URL',
];