62 lines
832 B
PHP
62 lines
832 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'single' => [
|
|
|
|
'label' => 'Loči',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'Loči :label',
|
|
|
|
'actions' => [
|
|
|
|
'dissociate' => [
|
|
'label' => 'Loči',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'dissociated' => [
|
|
'title' => 'Ločeno',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'multiple' => [
|
|
|
|
'label' => 'Loči izbrane',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'Loči izbrane :label',
|
|
|
|
'actions' => [
|
|
|
|
'dissociate' => [
|
|
'label' => 'Loči',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'dissociated' => [
|
|
'title' => 'Ločeno',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|