24 lines
323 B
PHP
24 lines
323 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'confirmation' => 'Oletko varma että haluat tehdä tämän?',
|
|
|
|
'actions' => [
|
|
|
|
'cancel' => [
|
|
'label' => 'Peruuta',
|
|
],
|
|
|
|
'confirm' => [
|
|
'label' => 'Vahvista',
|
|
],
|
|
|
|
'submit' => [
|
|
'label' => 'Lähetä',
|
|
],
|
|
|
|
],
|
|
|
|
];
|