2026-01-22 15:17:18 +00:00

35 lines
988 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* TablePress DataTables language file for "hr".
*
* @package TablePress
* @subpackage DataTables
* @author Tobias Bäthge
* @since 2.0.0
*/
return array(
'emptyTable' => 'Nema podataka u tablici',
'info' => 'Prikazano _START_ do _END_ od _TOTAL_ rezultata',
'infoEmpty' => 'Prikazano 0 do 0 od 0 rezultata',
'infoFiltered' => '(filtrirano iz _MAX_ ukupnih rezultata)',
'infoPostFix' => '',
'lengthMenu' => 'Prikaži _MENU_ rezultata po stranici',
'loadingRecords' => 'Dohvaćam...',
'processing' => 'Procesiram...',
'search' => 'Pretraži:',
'zeroRecords' => 'Ništa nije pronađeno',
'paginate' => array(
'first' => '',
'previous' => '',
'next' => '',
'last' => '',
),
'aria' => array(
'sortAscending' => ': aktiviraj za rastući poredak',
'sortDescending' => ': aktiviraj za padajući poredak',
),
'decimal' => ',',
'thousands' => '.',
);