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.

31 lines
1001 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?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' => '.',
);