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

35 lines
973 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 "sl_SI".
*
* @package TablePress
* @subpackage DataTables
* @author Tobias Bäthge
* @since 2.0.0
*/
return array(
'emptyTable' => 'Nobenih podatkov ni na voljo',
'info' => 'Prikazujem _START_ do _END_ od _TOTAL_ zapisov',
'infoEmpty' => 'Prikazujem 0 do 0 od 0 zapisov',
'infoFiltered' => '(filtrirano od _MAX_ vseh zapisov)',
'infoPostFix' => '',
'lengthMenu' => 'Prikaži _MENU_ zapisov',
'loadingRecords' => 'Nalagam...',
'processing' => 'Obdelujem...',
'search' => 'Išči:',
'zeroRecords' => 'Nobeden zapis ne ustreza',
'paginate' => array(
'first' => '',
'previous' => '',
'next' => '',
'last' => '',
),
'aria' => array(
'sortAscending' => ': vključite za naraščujoči sort',
'sortDescending' => ': vključite za padajoči sort',
),
'decimal' => ',',
'thousands' => '.',
);