24 lines
319 B
PHP
24 lines
319 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'confirmation' => 'Bunu yapmak istediğinizden emin misiniz?',
|
|
|
|
'actions' => [
|
|
|
|
'cancel' => [
|
|
'label' => 'İptal',
|
|
],
|
|
|
|
'confirm' => [
|
|
'label' => 'Onayla',
|
|
],
|
|
|
|
'submit' => [
|
|
'label' => 'Gönder',
|
|
],
|
|
|
|
],
|
|
|
|
];
|