2020-11-09 14:52:11 -08:00
|
|
|
<?php
|
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
return array(
|
2020-11-09 14:52:11 -08:00
|
|
|
'about_suppliers_title' => 'About Suppliers',
|
|
|
|
'about_suppliers_text' => 'Suppliers are used to track the source of items',
|
|
|
|
'address' => 'Supplier Address',
|
|
|
|
'assets' => 'Assets',
|
|
|
|
'city' => 'City',
|
|
|
|
'contact' => 'Contact Name',
|
|
|
|
'country' => 'Country',
|
|
|
|
'create' => 'Create Supplier',
|
|
|
|
'email' => 'Email',
|
|
|
|
'fax' => 'Fax',
|
|
|
|
'id' => 'ID',
|
|
|
|
'licenses' => 'Licenses',
|
|
|
|
'name' => 'Supplier Name',
|
|
|
|
'notes' => 'Notes',
|
|
|
|
'phone' => 'Phone',
|
|
|
|
'state' => 'State',
|
|
|
|
'suppliers' => 'Suppliers',
|
|
|
|
'update' => 'Update Supplier',
|
|
|
|
'url' => 'URL',
|
|
|
|
'view' => 'View Supplier',
|
|
|
|
'view_assets_for' => 'View Assets for',
|
|
|
|
'zip' => 'Postal Code',
|
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
);
|