translation-value-sets/uk/closer_location_types_set.php
2023-01-23 21:41:01 +00:00

9 lines
238 B
PHP

<?PHP
declare(strict_types = 1);
$closer_location_types_set = array (
0 => '',
1 => 'Місце проведення запису',
2 => 'Місце виявлення',
3 => 'Колишнє місце перебування',
);