<?PHP
declare(strict_types = 1);
$position_set = array (
  'left' => 'Bal',
  'top_left' => 'Bal felső',
  'top' => 'Felső',
  'top_right' => 'Jobb felső',
  'right' => 'Jobb',
  'bottom_right' => 'Jobb alsó',
  'bottom' => 'Alsó',
  'bottom_left' => 'Bal alsó',
  'center' => 'Közép',
  'rear_side' => 'Hátoldal',
  'edge' => 'Szegély',
  'other' => 'Egyéb',
);