10 lines
220 B
PHP
10 lines
220 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'previous' => 'Prethodna',
|
|
'next' => 'Sljedeća',
|
|
'showing' => ':first-:last od :total unosa..',
|
|
'page' => 'po stranici.',
|
|
];
|