24 lines
305 B
PHP
24 lines
305 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'confirmation' => 'Bu hereketi tassyklaýanyzmy?',
|
|
|
|
'actions' => [
|
|
|
|
'cancel' => [
|
|
'label' => 'Ýap',
|
|
],
|
|
|
|
'confirm' => [
|
|
'label' => 'Tassykla',
|
|
],
|
|
|
|
'submit' => [
|
|
'label' => 'Ugrat',
|
|
],
|
|
|
|
],
|
|
|
|
];
|