62 lines
932 B
PHP
62 lines
932 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'single' => [
|
|
|
|
'label' => 'Forçar l\'esborrat',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'Forçar l\'esborrat de :label',
|
|
|
|
'actions' => [
|
|
|
|
'delete' => [
|
|
'label' => 'Esborrar',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'deleted' => [
|
|
'title' => 'Registre esborrat',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'multiple' => [
|
|
|
|
'label' => 'Forçar l\'esborrat dels elements seleccionats',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'Forçar l\'esborrat dels :label seleccionats',
|
|
|
|
'actions' => [
|
|
|
|
'delete' => [
|
|
'label' => 'Esborrar',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'deleted' => [
|
|
'title' => 'Registres esborrats',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|