translation-value-sets/hu/position_set.php
2024-05-11 01:55:36 +00:00

18 lines
398 B
PHP

<?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',
'inside' => 'Inside',
);