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

35 lines
1023 B
PHP
Raw Permalink 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 "sk_SK".
*
* @package TablePress
* @subpackage DataTables
* @author Tobias Bäthge
* @since 2.0.0
*/
return array(
'emptyTable' => 'Nie sú k dispozícii žiadne dáta',
'info' => 'Záznamy _START_ až _END_ z celkovo _TOTAL_',
'infoEmpty' => 'Záznamy 0 až 0 z celkovo 0',
'infoFiltered' => '(vyfiltrované spomedzi _MAX_ záznamov)',
'infoPostFix' => '',
'lengthMenu' => 'Zobraz _MENU_ záznamov',
'loadingRecords' => 'Načítavam...',
'processing' => 'Spracúvam...',
'search' => 'Hľadať:',
'zeroRecords' => 'Nenašli sa žiadne vyhovujúce záznamy',
'paginate' => array(
'first' => '',
'previous' => '',
'next' => '',
'last' => '',
),
'aria' => array(
'sortAscending' => ': aktivujte na zoradenie stĺpca vzostupne',
'sortDescending' => ': aktivujte na zoradenie stĺpca zostupne',
),
'decimal' => ',',
'thousands' => ' ',
);