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

33 lines
1.0 KiB
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 "bel".
*
* @package TablePress
* @subpackage DataTables
* @author Tobias Bäthge
* @since 2.0.0
*/
return array(
'info' => 'Запісы з _START_ па _END_ з _TOTAL_ запісаў',
'infoEmpty' => 'Запісы з 0 па 0 з 0 запісаў',
'infoFiltered' => '(адфільтравана з _MAX_ запісаў)',
'infoPostFix' => '',
'lengthMenu' => 'Паказваць _MENU_ запісаў',
'processing' => 'Пачакайце...',
'search' => 'Пошук:',
'zeroRecords' => 'Запісы адсутнічаюць.',
'paginate' => array(
'first' => '',
'previous' => '',
'next' => '',
'last' => '',
),
'aria' => array(
'sortAscending' => ': актываваць для сартавання слупка па ўзрастанні',
'sortDescending' => ': актываваць для сартавання слупка па змяншэнні',
),
'decimal' => ',',
'thousands' => '.',
);