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

31 lines
959 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 "mk_MK".
*
* @package TablePress
* @subpackage DataTables
* @author Tobias Bäthge
* @since 2.0.0
*/
return array(
'emptyTable' => 'Нема податоци во табелата',
'info' => 'Прикажани _START_ до _END_ од _TOTAL_ записи',
'infoEmpty' => 'Прикажани 0 до 0 од 0 записи',
'infoFiltered' => '(филтрирано од вкупно _MAX_ записи)',
'infoPostFix' => '',
'lengthMenu' => 'Прикажи _MENU_ записи',
'loadingRecords' => 'Вчитување...',
'processing' => 'Процесирање...',
'search' => 'Барај',
'zeroRecords' => 'Не се пронајдени записи',
'paginate' => array(
'first' => '',
'previous' => '',
'next' => '',
'last' => '',
),
'decimal' => ',',
'thousands' => '.',
);