18 lines
422 B
PHP
Executable File
18 lines
422 B
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
|
|
'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', // this is deprecated
|
|
);
|