17 lines
311 B
PHP
17 lines
311 B
PHP
<?php
|
|
|
|
return [
|
|
'confirmation' => 'Bunu yapmak istediğinizden emin misiniz?',
|
|
'actions' => [
|
|
'cancel' => [
|
|
'label' => 'Ýatyr',
|
|
],
|
|
'confirm' => [
|
|
'label' => 'Tassykla',
|
|
],
|
|
'submit' => [
|
|
'label' => 'Iber',
|
|
],
|
|
],
|
|
];
|