Approval.
This commit is contained in:
@ -1,6 +1,12 @@
|
||||
<?PHP
|
||||
$object_form_set['cube'] = 'Куб';
|
||||
$object_form_set['cuboid'] = 'Кубоподібний';
|
||||
$object_form_set['sphere'] = 'Сфера';
|
||||
$object_form_set['cone'] = 'Конус';
|
||||
$object_form_set['cylinder'] = 'Циліндр';
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'object_form_set' =>
|
||||
array (
|
||||
'cube' => 'Куб',
|
||||
'cuboid' => 'Кубоподібний',
|
||||
'sphere' => 'Сфера',
|
||||
'cone' => 'Конус',
|
||||
'cylinder' => 'Циліндр',
|
||||
),
|
||||
)
|
Reference in New Issue
Block a user