mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 23:54:12 -08:00
22 lines
1,019 B
PHP
22 lines
1,019 B
PHP
|
<?php
|
||
|
|
||
|
return array(
|
||
|
'about_locations_title' => 'About Locations',
|
||
|
'about_locations' => 'Locations are used to track location information for users, assets, and other items',
|
||
|
'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
|
||
|
'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',
|
||
|
'ldap_ou' => 'LDAP Search OU',
|
||
|
);
|