62 lines
886 B
PHP
62 lines
886 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'single' => [
|
|
|
|
'label' => 'Forçar exclusão',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'Forçar exclusão de :label',
|
|
|
|
'actions' => [
|
|
|
|
'delete' => [
|
|
'label' => 'Excluir',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'deleted' => [
|
|
'title' => 'Excluído',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'multiple' => [
|
|
|
|
'label' => 'Forçar exclusão selecionado',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'Forçar exclusão de :label selecionado',
|
|
|
|
'actions' => [
|
|
|
|
'delete' => [
|
|
'label' => 'Excluir',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'deleted' => [
|
|
'title' => 'Excluído',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|