24 lines
313 B
PHP
24 lines
313 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'confirmation' => 'Adakah anda pasti mahu melakukan ini?',
|
|
|
|
'actions' => [
|
|
|
|
'cancel' => [
|
|
'label' => 'Batal',
|
|
],
|
|
|
|
'confirm' => [
|
|
'label' => 'Sahkan',
|
|
],
|
|
|
|
'submit' => [
|
|
'label' => 'Hantar',
|
|
],
|
|
|
|
],
|
|
|
|
];
|