38 lines
526 B
PHP
38 lines
526 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'single' => [
|
|
|
|
'label' => 'Crear :label',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'Crear :label',
|
|
|
|
'actions' => [
|
|
|
|
'create' => [
|
|
'label' => 'Crear',
|
|
],
|
|
|
|
'create_another' => [
|
|
'label' => 'Crear y crear otro',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'created' => [
|
|
'title' => 'Creado',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|