mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
19 lines
485 B
PHP
Executable file
19 lines
485 B
PHP
Executable file
<?php
|
|
|
|
return array(
|
|
'assets_rtd' => 'Assets Retired',
|
|
'assets_checkedout' => 'Assets Assigned',
|
|
'id' => 'ID',
|
|
'city' => 'City',
|
|
'state' => 'State',
|
|
'country' => 'Country',
|
|
'create' => 'Create Location',
|
|
'update' => 'Update Location',
|
|
'name' => 'Location Name',
|
|
'address' => 'Address',
|
|
'zip' => 'Postal Code',
|
|
'locations' => 'Locations',
|
|
'parent' => 'Parent',
|
|
'currency' => 'Location Currency',
|
|
);
|