You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
341 B
14 lines
341 B
<?php
|
|
|
|
return [
|
|
'address' => 'Address',
|
|
'contact' => 'Contact',
|
|
'street' => 'Steet',
|
|
'rt' => 'RT',
|
|
'rw' => 'RW',
|
|
'village' => 'Village',
|
|
'district' => 'District',
|
|
'municipality' => 'Municipality',
|
|
'city' => 'City',
|
|
'province' => 'Province',
|
|
];
|