24 lines
311 B
PHP
24 lines
311 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'confirmation' => 'Naozaj chcete pokračovať?',
|
|
|
|
'actions' => [
|
|
|
|
'cancel' => [
|
|
'label' => 'Zrušiť',
|
|
],
|
|
|
|
'confirm' => [
|
|
'label' => 'Potvrdiť',
|
|
],
|
|
|
|
'submit' => [
|
|
'label' => 'Odoslať',
|
|
],
|
|
|
|
],
|
|
|
|
];
|