46 lines
691 B
PHP
46 lines
691 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'single' => [
|
|
|
|
'label' => 'Priložiti',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'Priložite :label',
|
|
|
|
'fields' => [
|
|
|
|
'record_id' => [
|
|
'label' => 'Zapis',
|
|
],
|
|
|
|
],
|
|
|
|
'actions' => [
|
|
|
|
'attach' => [
|
|
'label' => 'Priložite',
|
|
],
|
|
|
|
'attach_another' => [
|
|
'label' => 'Priložite i priložite još jedan',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'attached' => [
|
|
'title' => 'Priloženo',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|