62 lines
850 B
PHP
62 lines
850 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'single' => [
|
|
|
|
'label' => 'Scollega',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'Scollega :label',
|
|
|
|
'actions' => [
|
|
|
|
'detach' => [
|
|
'label' => 'Scollega',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'detached' => [
|
|
'title' => 'Scollegato',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'multiple' => [
|
|
|
|
'label' => 'Scollega selezionati',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'Scollega :label selezionati',
|
|
|
|
'actions' => [
|
|
|
|
'detach' => [
|
|
'label' => 'Scollega',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'detached' => [
|
|
'title' => 'Scollegati',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|