24 lines
308 B
PHP
24 lines
308 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'confirmation' => 'Jste si jistí touto akcí?',
|
|
|
|
'actions' => [
|
|
|
|
'cancel' => [
|
|
'label' => 'Zrušit',
|
|
],
|
|
|
|
'confirm' => [
|
|
'label' => 'Potvrdit',
|
|
],
|
|
|
|
'submit' => [
|
|
'label' => 'Odeslat',
|
|
],
|
|
|
|
],
|
|
|
|
];
|