translation-value-sets/hu/position_set.php

18 lines
398 B
PHP
Raw Normal View History

2020-08-06 16:08:45 +02:00
<?PHP
2023-01-23 22:37:48 +01:00
declare(strict_types = 1);
2023-01-23 22:41:01 +01:00
$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',
2024-05-11 03:55:36 +02:00
'inside' => 'Inside',
2023-01-23 22:41:01 +01:00
);