62 lines
832 B
PHP
62 lines
832 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'single' => [
|
|
|
|
'label' => 'Obnovi',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'Obnovi :label',
|
|
|
|
'actions' => [
|
|
|
|
'restore' => [
|
|
'label' => 'Obnovi',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'restored' => [
|
|
'title' => 'Obnovljeno',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'multiple' => [
|
|
|
|
'label' => 'Obnovi izbrane',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'Obnovi izbrane :label',
|
|
|
|
'actions' => [
|
|
|
|
'restore' => [
|
|
'label' => 'Obnovi',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'restored' => [
|
|
'title' => 'Obnovljeno',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|