9 lines
178 B
PHP
9 lines
178 B
PHP
<?php
|
|
|
|
return [
|
|
'countries' => 'Country|Countries',
|
|
'cities' => 'Town/City|Towns/Cities',
|
|
'state' => 'Province/State',
|
|
'zip_code' => 'Postal/Zip code',
|
|
];
|