<?PHP
declare(strict_types = 1);
$shipment_method_set = array (
'unknown' => 'Невідомо',
'car' => 'На машині',
'ship' => 'Кораблем',
);