Approval.

This commit is contained in:
2022-10-05 19:46:31 +00:00
committed by md translation bot
parent 0759660c80
commit 188f5370b6
28 changed files with 275 additions and 0 deletions

10
uk/placetypes.php Normal file
View File

@ -0,0 +1,10 @@
<?PHP
$tlPlacetypes['0'] = 'Административное';
$tlPlacetypes['1'] = 'Историческое';
$tlPlacetypes['2'] = 'Регион';
$tlPlacetypes['3'] = 'Улица';
$tlPlacetypes['4'] = 'Здание';
$tlPlacetypes['5'] = 'Горы';
$tlPlacetypes['6'] = 'Лес';
$tlPlacetypes['7'] = 'Водное пространство';
$tlPlacetypes['8'] = 'Остров';