62 lines
847 B
PHP
62 lines
847 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'single' => [
|
|
|
|
'label' => 'Esborrar',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'Esborrar :label',
|
|
|
|
'actions' => [
|
|
|
|
'delete' => [
|
|
'label' => 'Esborrar',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'deleted' => [
|
|
'title' => 'Esborrat',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'multiple' => [
|
|
|
|
'label' => 'Esborrar seleccionats',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'Esborrar :label seleccionats',
|
|
|
|
'actions' => [
|
|
|
|
'delete' => [
|
|
'label' => 'Esborrar',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'deleted' => [
|
|
'title' => 'Esborrats',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|