Files
snipe-it/app/lang/en/admin/locations/table.php
T
2015-05-04 02:50:42 -07:00

17 lines
368 B
PHP
Executable File

<?php
return array(
'address' => 'Address',
'city' => 'City',
'country' => 'Country',
'create' => 'Create Location',
'id' => 'ID',
'locations' => 'Locations',
'name' => 'Location Name',
'parent' => 'Parent Location',
'state' => 'State',
'update' => 'Update Location',
'zip' => 'Postal Code',
);