14 lines
636 B
PHP
14 lines
636 B
PHP
<?PHP
|
|
$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'] = 'Інше ';
|