22 lines
267 B
PHP
22 lines
267 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'wizard' => [
|
|
|
|
'actions' => [
|
|
|
|
'previous_step' => [
|
|
'label' => 'Pasul anterior',
|
|
],
|
|
|
|
'next_step' => [
|
|
'label' => 'Pasul următor',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|