16 lines
274 B
PHP
16 lines
274 B
PHP
<?PHP
|
|
declare(strict_types = 1);
|
|
array (
|
|
'tlPlacetypes' =>
|
|
array (
|
|
0 => 'Administratibo',
|
|
1 => 'Makasaysayan',
|
|
2 => 'Rehiyon',
|
|
3 => 'Lansangan',
|
|
4 => 'Gusali',
|
|
5 => 'Bundok',
|
|
6 => 'Gubat',
|
|
7 => 'Katawan ng tubig',
|
|
8 => 'Isla',
|
|
),
|
|
) |