29 lines
449 B
PHP
29 lines
449 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'Obavijesti',
|
|
|
|
'actions' => [
|
|
|
|
'clear' => [
|
|
'label' => 'Očisti',
|
|
],
|
|
|
|
'mark_all_as_read' => [
|
|
'label' => 'Označi sve kao pročitano',
|
|
],
|
|
|
|
],
|
|
|
|
'empty' => [
|
|
'heading' => 'Nema obavijesti',
|
|
'description' => 'Molim provjerite ponovno kasnije.',
|
|
],
|
|
|
|
],
|
|
|
|
];
|