18 lines
203 B
PHP
18 lines
203 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'actions' => [
|
|
|
|
'collapse' => [
|
|
'label' => 'Bölümi ýygna',
|
|
],
|
|
|
|
'expand' => [
|
|
'label' => 'Bölümi giňelt',
|
|
],
|
|
|
|
],
|
|
|
|
];
|