mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
26 lines
897 B
PHP
26 lines
897 B
PHP
<?php
|
|
|
|
return array(
|
|
'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',
|
|
|
|
);
|