2020-08-06 16:08:45 +02:00
|
|
|
<?PHP
|
2022-08-23 17:02:35 +02:00
|
|
|
$position_set['left'] = 'Слева';
|
|
|
|
$position_set['top_left'] = 'Вверху слева';
|
|
|
|
$position_set['top'] = 'Наверху';
|
|
|
|
$position_set['top_right'] = 'Вверху справа';
|
|
|
|
$position_set['right'] = 'Справа';
|
|
|
|
$position_set['bottom_right'] = 'Внизу справа';
|
|
|
|
$position_set['bottom'] = 'Внизу';
|
|
|
|
$position_set['bottom_left'] = 'Внизу слева';
|
|
|
|
$position_set['center'] = 'По центру';
|
|
|
|
$position_set['rear_side'] = 'Обратная сторона';
|
|
|
|
$position_set['edge'] = 'Край';
|
|
|
|
$position_set['other'] = 'Другое';
|