62 lines
861 B
PHP
62 lines
861 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'single' => [
|
|
|
|
'label' => 'Odłącz',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'Odłącz :label',
|
|
|
|
'actions' => [
|
|
|
|
'detach' => [
|
|
'label' => 'Odłącz',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'detached' => [
|
|
'title' => 'Odłączono',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'multiple' => [
|
|
|
|
'label' => 'Odłącz zaznaczone',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'Odłącz zaznaczone :label',
|
|
|
|
'actions' => [
|
|
|
|
'detach' => [
|
|
'label' => 'Odłącz zaznaczone',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'detached' => [
|
|
'title' => 'Odłączono',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|