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

9 lines
165 B
PHP

<?PHP
declare(strict_types = 1);
$closer_location_types_set = array (
0 => '',
1 => 'Place of recording',
2 => 'Place of discovery',
3 => 'Former place',
);