translation-value-sets/hu/position_set.php
2023-01-23 21:37:48 +00:00

19 lines
416 B
PHP

<?PHP
declare(strict_types = 1);
array (
'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',
),
)