You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
975 B
35 lines
975 B
<?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' => 'Prvi',
|
|
'previous' => 'Pred.',
|
|
'next' => 'Nasl.',
|
|
'last' => 'Zadnji',
|
|
),
|
|
'aria' => array(
|
|
'sortAscending' => ': vključite za naraščujoči sort',
|
|
'sortDescending' => ': vključite za padajoči sort',
|
|
),
|
|
'decimal' => ',',
|
|
'thousands' => '.',
|
|
);
|