22 lines
250 B
PHP
22 lines
250 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'wizard' => [
|
|
|
|
'actions' => [
|
|
|
|
'previous_step' => [
|
|
'label' => 'Spať',
|
|
],
|
|
|
|
'next_step' => [
|
|
'label' => 'Ďalej',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|