24 lines
312 B
PHP
24 lines
312 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'confirmation' => 'Està segur/a de fer això?',
|
|
|
|
'actions' => [
|
|
|
|
'cancel' => [
|
|
'label' => 'Cancel·lar',
|
|
],
|
|
|
|
'confirm' => [
|
|
'label' => 'Confirmar',
|
|
],
|
|
|
|
'submit' => [
|
|
'label' => 'Enviar',
|
|
],
|
|
|
|
],
|
|
|
|
];
|