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