Approval.
This commit is contained in:
@ -1,13 +1,19 @@
|
||||
<?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'] = 'Інше ';
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'position_set' =>
|
||||
array (
|
||||
'left' => 'Ліворуч',
|
||||
'top_left' => 'Ліворуч вгорі',
|
||||
'top' => 'Верхня частина',
|
||||
'top_right' => 'Праворуч вгорі',
|
||||
'right' => 'Праворуч',
|
||||
'bottom_right' => 'Внизу праворуч ',
|
||||
'bottom' => 'Нижня частина',
|
||||
'bottom_left' => 'Внизу зліва',
|
||||
'center' => 'Центральна частина',
|
||||
'rear_side' => 'Зворотній бік',
|
||||
'edge' => 'Край',
|
||||
'other' => 'Інше ',
|
||||
),
|
||||
)
|
Reference in New Issue
Block a user