26 lines
289 B
PHP
26 lines
289 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'single' => [
|
|
|
|
'label' => 'Vista',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'Vista de :label',
|
|
|
|
'actions' => [
|
|
|
|
'close' => [
|
|
'label' => 'Cerrar',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|