2021-09-08 13:49:33 -07:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return array(
|
|
|
|
'about_suppliers_title' => 'About Suppliers',
|
|
|
|
'about_suppliers_text' => 'Suppliers are used to track the source of items',
|
|
|
|
'address' => 'Supplier Address',
|
2023-12-19 09:23:16 -08:00
|
|
|
'assets' => 'Recursos',
|
|
|
|
'city' => 'Municipi',
|
2021-09-08 13:49:33 -07:00
|
|
|
'contact' => 'Contact Name',
|
2023-12-19 09:23:16 -08:00
|
|
|
'country' => 'País',
|
2021-09-08 13:49:33 -07:00
|
|
|
'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',
|
|
|
|
'view' => 'View Supplier',
|
|
|
|
'view_assets_for' => 'View Assets for',
|
|
|
|
'zip' => 'Postal Code',
|
|
|
|
|
|
|
|
);
|